Integrate mainline
[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 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
32         Log: Subject: perldoc -m [PATCH]
33              From: "John L. Allen" <allen@grumman.com>
34              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
35              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
36      Branch: perl
37            ! utils/perldoc.PL
38 ____________________________________________________________________________
39 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
40         Log: Subject: Re: Copious warnings from Sys::Syslog
41              From: andreas.koenig@anima.de (Andreas J. Koenig)
42              Date: Sat, 23 Mar 2002 06:47:08 +0100
43              Message-ID: <m31yebvns3.fsf@anima.de>
44      Branch: perl
45            ! ext/Sys/Syslog/Syslog.pm
46 ____________________________________________________________________________
47 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
48         Log: Upgrade to Math::BigInt 1.55, from Tels.
49      Branch: perl
50            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
51            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
52            + lib/Math/BigInt/t/use_lib4.t
53            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
54            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
55            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
56            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
57            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
58            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
59            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
60            ! lib/Math/BigInt/t/upgrade.t
61 ____________________________________________________________________________
62 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
63         Log: Upgrade to Encode 0.97, from Dan Kogai.
64      Branch: perl
65            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
66            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
67            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
68            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
69            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
70            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
71            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
72            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
73            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
74            ! ext/Encode/t/Tcl.t
75 ____________________________________________________________________________
76 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
77         Log: Slight tweaks on #15443.
78      Branch: perl
79            ! pod/perlvar.pod
80 ____________________________________________________________________________
81 [ 15444] By: nick                                  on 2002/03/23  17:30:42
82         Log: Integrate mainline
83      Branch: perlio
84           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
85           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
86           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
87           !> (integrate 50 files)
88 ____________________________________________________________________________
89 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
90         Log: Subject: patch [bleadperl]: Document %! special variable
91              From: mjd@plover.com
92              Date: 23 Mar 2002 18:25:44 -0000
93              Message-ID: <20020323182544.11741.qmail@plover.com>    
94      Branch: perl
95            ! pod/perlvar.pod
96 ____________________________________________________________________________
97 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
98         Log: Since the Encode::JP is unsupported under EBCDIC we
99              cannot run this test (aliases as such should work fine).
100      Branch: perl
101            ! ext/Encode/t/Aliases.t
102 ____________________________________________________________________________
103 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
104         Log: EBCDIC: the sorting order is different under
105              byte-EBCDIC and Unicode.
106      Branch: perl
107            ! t/op/utfhash.t
108 ____________________________________________________________________________
109 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
110         Log: EBCDIC: the character codes are different.
111      Branch: perl
112            ! lib/Pod/t/pod2html-lib.pl
113 ____________________________________________________________________________
114 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
115         Log: Purify: #15434 got the test the wrong.
116              (Is there an approved way of testing "is this an unop"?)
117      Branch: perl
118            ! op.c
119 ____________________________________________________________________________
120 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
121         Log: Purify: Array bounds read: could read one character past the end.
122      Branch: perl
123            ! pp_pack.c
124 ____________________________________________________________________________
125 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
126         Log: Purify: Array bounds read: reading one byte before the buffer.
127      Branch: perl
128            ! util.c
129 ____________________________________________________________________________
130 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
131         Log: Purify: Unitialized memory read.  Too many code paths
132              to keep track of, I guess.
133      Branch: perl
134            ! sv.c
135 ____________________________________________________________________________
136 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
137         Log: Purify: Array bounds write: pre-extend the strxfrm
138              buffer by a factor of four (suggested maximum by HP-UX;
139              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
140              know how portable that is; locale.c uses yet another trick
141              (not a particularly good trick, I might add))
142      Branch: perl
143            ! ext/POSIX/POSIX.xs
144 ____________________________________________________________________________
145 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
146         Log: Purify: Array bounds read: o->op_last was accessed
147              for unops (via newUNOP() and ck_eof()).
148              (analysis okay, patch bad: see #15439)
149      Branch: perl
150            ! op.c
151 ____________________________________________________________________________
152 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
153         Log: Subject: [PATCH] vms/test.com, File::Find tests
154              From: "Craig A. Berry" <craigberry@mac.com>
155              Date: Fri, 22 Mar 2002 16:52:59 -0600
156              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
157      Branch: perl
158            ! vms/test.com
159 ____________________________________________________________________________
160 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
161         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
162              From: Michael G Schwern <schwern@pobox.com>
163              Date: Fri, 22 Mar 2002 18:08:19 -0500
164              Message-ID: <20020322230819.GB16454@blackrider>
165      Branch: perl
166            ! ext/Sys/Syslog/Syslog.pm
167 ____________________________________________________________________________
168 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
169         Log: Update the information on Encode.
170      Branch: perl
171            ! pod/perldelta.pod
172 ____________________________________________________________________________
173 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
174         Log: Upgrade to Encode 0.96, from Dan Kogai.
175      Branch: perl
176            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
177            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
178            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
179            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
180            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
181            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
182            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
183            ! ext/Encode/lib/Encode/Alias.pm
184            ! ext/Encode/lib/Encode/Encoding.pm
185            ! ext/Encode/lib/Encode/Internal.pm
186            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
187 ____________________________________________________________________________
188 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
189         Log: Subject: [PATCH] h2xs.t fix for VMS
190              From: "Craig A. Berry" <craigberry@mac.com>
191              Date: Fri, 22 Mar 2002 15:47:38 -0600
192              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
193      Branch: perl
194            ! lib/h2xs.t
195 ____________________________________________________________________________
196 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
197         Log: One more pass.
198      Branch: perl
199            ! epoc/config.sh
200 ____________________________________________________________________________
201 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
202         Log: Even better version from Olaf Flebbe.
203      Branch: perl
204            ! epoc/config.sh pp_sys.c util.c
205 ____________________________________________________________________________
206 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
207         Log: EPOC update from Olaf Flebbe.
208      Branch: perl
209            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
210            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
211 ____________________________________________________________________________
212 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
213         Log: Tweak from John P. Linderman.
214      Branch: perl
215            ! pod/perlhack.pod
216 ____________________________________________________________________________
217 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
218         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
219              From: Stas Bekman <stas@stason.org>
220              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
221              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
222      Branch: perl
223            ! pod/perlfunc.pod
224 ____________________________________________________________________________
225 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
226         Log: Subject: [PATCH] check sysconf's return value in reentr.c
227              From: <slaven.rezic@berlin.de>
228              Date: Fri, 22 Mar 2002 18:30:36 +0100
229              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
230              
231              (plus use 4k instead 2k as the "usual" size)
232      Branch: perl
233            ! reentr.c reentr.pl
234 ____________________________________________________________________________
235 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
236         Log: Update Changes.
237      Branch: perl
238            ! Changes patchlevel.h
239 ____________________________________________________________________________
240 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
241         Log: Forgot from #15416.
242      Branch: perl
243            ! pod/perlfaq3.pod
244 ____________________________________________________________________________
245 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
246         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
247              From: andreas.koenig@anima.de (Andreas J. Koenig)
248              Date: Fri, 22 Mar 2002 16:27:51 +0100
249              Message-ID: <m3n0x0vczs.fsf@anima.de>
250      Branch: perl
251            ! pod/perlmodstyle.pod
252 ____________________________________________________________________________
253 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
254         Log: metaconfig unit changes for #15418.
255      Branch: metaconfig
256            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
257            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
258            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
259            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
260            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
261            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
262            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
263            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
264            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
265            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
266            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
267            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
268            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
269            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
270            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
271            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
272            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
273            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
274            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
275            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
276            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
277            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
278            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
279            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
280 ____________________________________________________________________________
281 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
282         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
283              Also, there's no i_stdio.
284      Branch: perl
285            ! Configure reentr.h reentr.pl
286 ____________________________________________________________________________
287 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
288         Log: Document a known AIX warning.
289      Branch: perl
290            ! pod/perldelta.pod
291 ____________________________________________________________________________
292 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
293         Log: Undo #15415, allow the faq people to catch up first.
294      Branch: perl
295            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
296 ____________________________________________________________________________
297 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
298         Log: FAQ sync.
299      Branch: perl
300            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
301 ____________________________________________________________________________
302 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
303         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
304              From: andreas.koenig@anima.de (Andreas J. Koenig)
305              Date: Fri, 22 Mar 2002 15:16:19 +0100
306              Message-ID: <m38z8kwuvg.fsf@anima.de>
307              
308              (plus reformat)
309      Branch: perl
310            ! pod/perldelta.pod
311 ____________________________________________________________________________
312 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
313         Log: Integrate perlio;
314              
315              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
316              
317              Check for sanity of UTF-8 keys in hashes
318      Branch: perl
319           +> t/op/utfhash.t
320           !> MANIFEST doio.c
321 ____________________________________________________________________________
322 [ 15412] By: nick                                  on 2002/03/22  10:50:53
323         Log: Check for sanity of UTF-8 keys in hashes
324              (feel free to add more tests...)
325      Branch: perlio
326            + t/op/utfhash.t
327            ! MANIFEST
328 ____________________________________________________________________________
329 [ 15411] By: ams                                   on 2002/03/22  08:36:33
330         Log: Revert #15200 for backwards compatiblity reasons.
331      Branch: perl
332            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
333            ! pp_ctl.c t/op/override.t
334 ____________________________________________________________________________
335 [ 15410] By: nick                                  on 2002/03/22  07:47:41
336         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
337              - when (e.g.) STDOUT is char special file and gets IoOFP
338              created - do _NOT_ pass num_svs as that fopen-s stringified
339              glob, and not fdopen-s the fd.
340      Branch: perlio
341            ! doio.c
342 ____________________________________________________________________________
343 [ 15409] By: nick                                  on 2002/03/22  07:19:33
344         Log: Integrate mainline
345      Branch: perlio
346           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
347           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
348           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
349           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
350           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
351           +> ext/Encode/lib/Encode/Details.pod
352           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
353           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
354           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
355           +> lib/Pod/t/pod2html-lib.pl
356            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
357           !> (integrate 39 files)
358 ____________________________________________________________________________
359 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
360         Log: Win32 tweak from mjd.
361      Branch: perl
362            ! lib/Tie/File.pm
363 ____________________________________________________________________________
364 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
365         Log: If Unicode keys are entered to a hash, a bit is turned on.
366              If the bit is on, when the keys are fetched from the hash
367              (%h, each %h, keys %h), the Unicodified versions of the keys
368              are returned if needed.  This solution errs on the size of
369              over-Unicodifying, the old solution erred on the side of
370              under-Unicodifying.  As long as the hash keys can be a mix
371              of byte and Unicode strings, a perfect fit is hard to come by.
372      Branch: perl
373            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
374            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
375 ____________________________________________________________________________
376 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
377         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
378              From: Mike Guy <mjtg@cam.ac.uk>
379              Date: Fri, 22 Mar 2002 02:08:20 +0000
380              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
381      Branch: perl
382            ! pod/perldelta.pod
383 ____________________________________________________________________________
384 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
385         Log: PM_SETRE() fallout.
386      Branch: perl
387            ! ext/ByteLoader/bytecode.h
388 ____________________________________________________________________________
389 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
390         Log: Subject: [PATCH pod/perlxs.pod] doc fix
391              From: Stas Bekman <stas@stason.org>
392              Date: Thu, 21 Mar 2002 18:47:35 +0800
393              Message-ID: <3C99BA47.9010403@stason.org>
394      Branch: perl
395            ! pod/perlxs.pod
396 ____________________________________________________________________________
397 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
398         Log: Subject: [PATCH]
399              From: Slaven Rezic <slaven.rezic@berlin.de>
400              Date: 21 Mar 2002 10:19:23 +0100
401              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
402              
403              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
404      Branch: perl
405            ! hints/freebsd.sh
406 ____________________________________________________________________________
407 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
408         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
409              From: Tim Bunce <Tim.Bunce@pobox.com>
410              Date: Thu, 21 Mar 2002 21:18:05 +0000
411              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
412      Branch: perl
413            ! ext/Storable/Storable.xs
414 ____________________________________________________________________________
415 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
416         Log: Reword the Apache^Wmod_perl bit so that Sarathy
417              can sleep easier :-)
418      Branch: perl
419            ! pod/perldelta.pod
420 ____________________________________________________________________________
421 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
422         Log: It seems that the strange failure (core dump) of
423              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
424              (1) using Sun's cc helps
425              (2) rewriting the ithreads PM_SETRE() to do the
426              setting in two steps helps
427              (3) no other platforms have the crash
428              (4) Tru64's Third Degree sees nothing evil
429              So we implement (2).
430      Branch: perl
431            ! op.h
432 ____________________________________________________________________________
433 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
434         Log: Solaris: default to the SUNwspro cc if it is available.
435      Branch: perl
436            ! hints/solaris_2.sh
437 ____________________________________________________________________________
438 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
439         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
440              does not get fixed in time.
441      Branch: perl
442            ! pod/perldelta.pod
443 ____________________________________________________________________________
444 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
445         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
446              From: Dave Mitchell <davem@fdgroup.com>
447              Date: Thu, 21 Mar 2002 17:24:40 +0000
448              Message-ID: <20020321172440.C13683@fdgroup.com>
449      Branch: perl
450            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
451            ! pod/perlapi.pod proto.h sv.h toke.c
452 ____________________________________________________________________________
453 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
454         Log: One more proto escapee.
455      Branch: perl
456            ! hints/linux.sh
457 ____________________________________________________________________________
458 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
459         Log: metaconfig unit change for #15394.
460      Branch: metaconfig/U/perl
461            ! Checkcc.U
462 ____________________________________________________________________________
463 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
464         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
465              From: Robin Barker <rmb1@cise.npl.co.uk>
466              Date: Thu, 21 Mar 2002 17:35:00 GMT
467              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
468      Branch: perl
469            ! Configure
470 ____________________________________________________________________________
471 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
472         Log: Subject: Re: [tests for Pod::Html]
473              From: Stas Bekman <stas@stason.org>
474              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
475              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
476      Branch: perl
477            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
478            - t/pod2html/README
479            ! MANIFEST lib/Pod/t/pod2html-lib.pl
480 ____________________________________________________________________________
481 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
482         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
483              From: Stas Bekman <stas@stason.org>
484              Date: Thu, 21 Mar 2002 18:50:56 +0800
485              Message-ID: <3C99BB10.50004@stason.org>
486      Branch: perl
487            ! ext/Cwd/Cwd.xs
488 ____________________________________________________________________________
489 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
490         Log: Upgrade to Encode 0.95, from Dan Kogai.
491      Branch: perl
492            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
493            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
494            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
495            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
496            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
497            + ext/Encode/lib/Encode/Details.pod
498            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
499            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
500            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
501            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
502            ! ext/Encode/Makefile.PL
503 ____________________________________________________________________________
504 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
505         Log: Mention the new syslog try-harder feature.
506      Branch: perl
507            ! pod/perldelta.pod
508 ____________________________________________________________________________
509 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
510         Log: metaconfig unit changes for #15388.
511      Branch: metaconfig
512            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
513            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
514            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
515            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
516            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
517            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
518            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
519            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
520            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
521            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
522            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
523            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
524            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
525            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
526            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
527            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
528            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
529            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
530            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
531            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
532            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
533            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
534            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
535            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
536 ____________________________________________________________________________
537 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
538         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
539              From: Spider Boardman <spider@web.zk3.dec.com>
540              Date: Thu, 21 Mar 2002 09:23:45 -0500
541              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
542      Branch: perl
543            ! Configure hints/hpux.sh reentr.pl
544 ____________________________________________________________________________
545 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
546         Log: NetWare diff from C Aditya.
547      Branch: perl
548            ! perl.h
549 ____________________________________________________________________________
550 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
551         Log: The htmlview test doesn't work yet.
552      Branch: perl
553            + t/pod2html/README
554            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
555            ! MANIFEST
556 ____________________________________________________________________________
557 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
558         Log: Placeholder.
559      Branch: perl
560            ! MANIFEST
561 ____________________________________________________________________________
562 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
563         Log: Integrate perlio: missing tabs in makefile.mk.
564      Branch: perl
565           !> win32/makefile.mk
566 ____________________________________________________________________________
567 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
568         Log: Subject: [tests for Pod::Html]
569              From: Stas Bekman <stas@stason.org>
570              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
571              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
572      Branch: perl
573            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
574            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
575            + lib/Pod/t/pod2html-lib.pl
576            ! MANIFEST
577 ____________________________________________________________________________
578 [ 15382] By: nick                                  on 2002/03/21  07:21:57
579         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
580      Branch: perlio
581           +> ext/Encode/AUTHORS ext/Encode/Changes
582           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
583           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
584           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
585           +> ext/I18N/Langinfo/fallback/const-c.inc
586           +> ext/I18N/Langinfo/fallback/const-xs.inc
587           +> lib/ExtUtils/t/Constant.t
588            - ext/Encode/Encode/euc-jp-0212.enc
589            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
590            - ext/Encode/t/table.euc ext/Encode/t/table.ref
591            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
592           !> (integrate 105 files)
593 ____________________________________________________________________________
594 [ 15381] By: nick                                  on 2002/03/21  06:59:57
595         Log: Restore tabs so dmake will parse file!
596      Branch: perlio
597            ! win32/makefile.mk
598 ____________________________________________________________________________
599 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
600         Log: Upgrade to Unicode::Normalize 0.16.
601      Branch: perl
602            ! ext/Unicode/Normalize/Changes
603            ! ext/Unicode/Normalize/Normalize.pm
604 ____________________________________________________________________________
605 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
606         Log: Schwern's wallet is a bit more loose.
607      Branch: perl
608            ! t/lib/1_compile.t
609 ____________________________________________________________________________
610 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
611         Log: Subject: [PATCH]
612              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
613              Date: Wed, 20 Mar 2002 22:56:17 -0000
614              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
615              
616              packWARN also for subdirs.
617      Branch: perl
618            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
619            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
620            ! win32/win32.c
621 ____________________________________________________________________________
622 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
623         Log: A plan is better.
624      Branch: perl
625            ! ext/Encode/t/CJKalias.t
626 ____________________________________________________________________________
627 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
628         Log: Upgrade to Encode 0.94, from Dan Kogai.
629      Branch: perl
630            + ext/Encode/lib/Encode/Description.pod
631            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
632            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
633            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
634            ! ext/Encode/lib/Encode/Encoding.pm
635            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
636            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
637            ! ext/Encode/t/CJKalias.t
638 ____________________________________________________________________________
639 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
640         Log: Rats' nest.
641      Branch: perl
642            ! hints/solaris_2.sh
643 ____________________________________________________________________________
644 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
645         Log: Rrright.
646      Branch: perl
647            ! pod/perlguts.pod
648 ____________________________________________________________________________
649 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
650         Log: Update Changes.
651      Branch: perl
652            ! Changes patchlevel.h
653 ____________________________________________________________________________
654 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
655         Log: Reapply #15336.
656      Branch: perl
657            ! ext/Encode/lib/Encode/Tcl.pm
658 ____________________________________________________________________________
659 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
660         Log: Upgrade to Encode 0.93, from Dan Kogai.
661      Branch: perl
662            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
663            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
664            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
665            ! ext/Encode/README ext/Encode/TW/TW.pm
666            ! ext/Encode/lib/Encode/CN/HZ.pm
667            ! ext/Encode/lib/Encode/Encoding.pm
668            ! ext/Encode/lib/Encode/Internal.pm
669            ! ext/Encode/lib/Encode/JP/Constants.pm
670            ! ext/Encode/lib/Encode/JP/H2Z.pm
671            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
672            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
673            ! ext/Encode/lib/Encode/Tcl/Escape.pm
674            ! ext/Encode/lib/Encode/Tcl/Table.pm
675            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
676            ! ext/Encode/lib/Encode/iso10646_1.pm
677            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
678            ! ext/Encode/t/JP.t
679 ____________________________________________________________________________
680 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
681         Log: Subject: patch for syslog
682              From: <Nick.Williams@morganstanley.com>
683              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
684              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
685      Branch: perl
686            ! ext/Sys/Syslog/Syslog.pm
687 ____________________________________________________________________________
688 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
689         Log: Some failure updates.
690      Branch: perl
691            ! pod/perldelta.pod
692 ____________________________________________________________________________
693 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
694         Log: Getopt::Long 2.29 from Johan Vromans.
695      Branch: perl
696            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
697 ____________________________________________________________________________
698 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
699         Log: Rename ExtUtils.t to Constant.t, as suggested by
700              Nicholas Clark.
701      Branch: perl
702            + lib/ExtUtils/t/Constant.t
703            - lib/ExtUtils/t/ExtUtils.t
704            ! MANIFEST
705 ____________________________________________________________________________
706 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
707         Log: Subject: [PATCH] TODO - Make Schwern Poorer
708              From: Nicholas Clark <nick@unfortu.net>
709              Date: Tue, 19 Mar 2002 22:50:28 +0000
710              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
711      Branch: perl
712            ! t/lib/1_compile.t
713 ____________________________________________________________________________
714 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
715         Log: Subject: Re: The story of O [PATCH]
716              From: Richard.Foley@t-online.de (Richard Foley)
717              Date: Sun, 17 Mar 2002 08:37:26 +0100
718              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
719      Branch: perl
720            ! lib/perl5db.pl
721 ____________________________________________________________________________
722 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
723         Log: Mention the external modules Encode::HanExtra and
724              PadWalker.
725      Branch: perl
726            ! pod/perldelta.pod
727 ____________________________________________________________________________
728 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
729         Log: Subject: [PATCH] List lexicals from debugger
730              From: Peter Scott <Peter@PSDT.com>
731              Date: Tue, 19 Mar 2002 12:28:52 -0800
732              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
733      Branch: perl
734            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
735 ____________________________________________________________________________
736 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
737         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
738              and :encoding(xxx) was errorneously parsed.
739      Branch: perl
740            ! lib/open.pm
741 ____________________________________________________________________________
742 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
743         Log: Subject: [PATCH bleadperl] exec.t tweak
744              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
745              Date: Wed, 20 Mar 2002 01:21:40 +0100
746              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
747              
748              4NT returns 2 as error-code for nonexistant file.
749      Branch: perl
750            ! t/op/exec.t
751 ____________________________________________________________________________
752 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
753         Log: minor Tie::File test patch to make win32 happier, from mjd.
754      Branch: perl
755            ! lib/Tie/File/t/30_defer.t
756 ____________________________________________________________________________
757 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
758         Log: Subject: [PATCH bleadperl] magic.t tweak
759              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
760              Date: Wed, 20 Mar 2002 00:39:16 +0100
761              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
762      Branch: perl
763            ! t/op/magic.t
764 ____________________________________________________________________________
765 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
766         Log: Typo fix from Andreas Koenig, plus a tweak.
767      Branch: perl
768            ! pod/perlunicode.pod
769 ____________________________________________________________________________
770 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
771         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
772              in Mandrake 8.2.  Now we need to figure out a way not to
773              unbreak Apache.
774      Branch: perl
775            ! hints/linux.sh
776 ____________________________________________________________________________
777 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
778         Log: Fix for "UTF-8 bug with s///" from Hugo.
779      Branch: perl
780            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
781            ! t/op/pat.t
782 ____________________________________________________________________________
783 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
784         Log: metaconfig unit change for #15354.
785      Branch: metaconfig
786            ! U/threads/usethreads.U
787 ____________________________________________________________________________
788 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
789         Log: Installation updates on threads and perlio.
790      Branch: perl
791            ! Configure INSTALL
792 ____________________________________________________________________________
793 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
794         Log: Tpo.
795      Branch: perl
796            ! pod/perlfaq6.pod
797 ____________________________________________________________________________
798 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
799         Log: Regen modlib and toc.
800      Branch: perl
801            ! pod/perlmodlib.pod pod/perltoc.pod
802 ____________________________________________________________________________
803 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
804         Log: Whitespace tweaks.
805      Branch: perl
806            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
807            ! pod/perltodo.pod pod/perlunicode.pod
808 ____________________________________________________________________________
809 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
810         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
811              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
812              (And as suggested by Markus Kuhn.)
813              
814              While we are at it, document also the case of
815              mixed hash keys as a known potential troublemaker.
816              (Since it's locale-related, sometimes.)
817      Branch: perl
818            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
819            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
820            ! pod/perluniintro.pod
821 ____________________________________________________________________________
822 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
823         Log: Surely a typo.
824      Branch: perl
825            ! gv.c
826 ____________________________________________________________________________
827 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
828         Log: Take two.
829      Branch: perl
830            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
831            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
832 ____________________________________________________________________________
833 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
834         Log: Let's try this from scratch.
835      Branch: perl
836            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
837            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
838 ____________________________________________________________________________
839 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
840         Log: I could do this all day...
841      Branch: perl
842            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
843            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
844 ____________________________________________________________________________
845 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
846         Log: Grrr.
847      Branch: perl
848            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
849            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
850 ____________________________________________________________________________
851 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
852         Log: Subject: Re: Nearly OK for cygwin@15318
853              From: John Peacock <jpeacock@rowman.com>
854              Date: Tue, 19 Mar 2002 15:58:08 -0500
855              Message-ID: <3C97A660.3060302@rowman.com>
856      Branch: perl
857            ! pod/perlport.pod
858 ____________________________________________________________________________
859 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
860         Log: Subject: Re: Nearly OK for cygwin@15318
861              From: <slaven.rezic@berlin.de>
862              Date: Tue, 19 Mar 2002 21:47:49 +0100
863              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
864              
865              Subject: Re: Nearly OK for cygwin@15318
866              From: <slaven.rezic@berlin.de>
867              Date: Tue, 19 Mar 2002 21:37:18 +0100
868              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
869      Branch: perl
870            ! pod/perlport.pod t/io/fs.t
871 ____________________________________________________________________________
872 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
873         Log: D'oh.
874      Branch: perl
875            + ext/I18N/Langinfo/fallback/const-c.inc
876            + ext/I18N/Langinfo/fallback/const-xs.inc
877 ____________________________________________________________________________
878 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
879         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
880              From: Nicholas Clark <nick@unfortu.net>
881              Date: Tue, 19 Mar 2002 22:37:08 +0000
882              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
883              
884              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
885              From: Nicholas Clark <nick@ccl4.org>
886              Date: Tue, 19 Mar 2002 22:39:55 +0000
887              Message-ID: <20020319223954.G94831@plum.flirble.org>
888      Branch: perl
889            - ext/I18N/Langinfo/fallback.xs
890            ! MANIFEST
891 ____________________________________________________________________________
892 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
893         Log: Text, not binary.
894      Branch: perl
895            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
896            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
897 ____________________________________________________________________________
898 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
899         Log: Subject: Re: perl@15244
900              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
901              Date: Mon, 18 Mar 2002 17:37:31 +0100
902              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
903              
904              (Goedendag: Dutch whitespace police)
905      Branch: perl
906            ! hints/hpux.sh
907 ____________________________________________________________________________
908 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
909         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
910              From: Nicholas Clark <nick@unfortu.net>
911              Date: Tue, 19 Mar 2002 21:52:47 +0000
912              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
913      Branch: perl
914            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
915            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
916            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
917            ! ext/Sys/Syslog/Makefile.PL
918 ____________________________________________________________________________
919 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
920         Log: More pathname portability checks.
921      Branch: perl
922            ! Porting/check83.pl
923 ____________________________________________________________________________
924 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
925         Log: Begone, Encode::Tcl::Extended.
926      Branch: perl
927            ! ext/Encode/lib/Encode/Tcl.pm
928 ____________________________________________________________________________
929 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
930         Log: This is like trying to put the shaving cream
931              back to the can...
932      Branch: perl
933            ! hints/linux.sh
934 ____________________________________________________________________________
935 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
936         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
937              types of usleep().  Fun, fun. fun.
938      Branch: perl
939            ! hints/linux.sh
940 ____________________________________________________________________________
941 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
942         Log: Sarathy's new suggestion for Linux threading flags.
943      Branch: perl
944            ! hints/linux.sh
945 ____________________________________________________________________________
946 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
947         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
948      Branch: perl
949            - ext/Encode/Encode/euc-jp-0212.ucm
950            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
951            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
952 ____________________________________________________________________________
953 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
954         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
955              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
956              Date: Tue, 19 Mar 2002 00:42:22 +0100
957              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
958      Branch: perl
959            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
960 ____________________________________________________________________________
961 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
962         Log: "+" is not a valid filename character in VMS.
963      Branch: perl
964            + ext/Encode/Encode/euc-jp-0212.ucm
965            - ext/Encode/Encode/euc-jp+0212.ucm
966            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
967 ____________________________________________________________________________
968 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
969         Log: Update Changes.
970      Branch: perl
971            ! Changes patchlevel.h
972 ____________________________________________________________________________
973 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
974         Log: Take away _GNU_SOURCE since that does not seem
975              to play well with other software (like Apache),
976              just hint away the WHOAs.
977      Branch: perl
978            ! hints/linux.sh
979 ____________________________________________________________________________
980 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
981         Log: metaconfig unit change for #15326.
982      Branch: metaconfig
983            ! U/threads/d_crypt_r.U
984 ____________________________________________________________________________
985 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
986         Log: Support crypt_r(const char*,const char*, CRYPTD*).
987      Branch: perl
988            ! Configure reentr.h reentr.pl
989 ____________________________________________________________________________
990 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
991         Log: VMS acrobatics from Peter Prymmer.
992      Branch: perl
993            ! lib/ExtUtils/t/ExtUtils.t
994 ____________________________________________________________________________
995 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
996         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
997              From: Stas Bekman <stas@stason.org>
998              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
999              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
1000      Branch: perl
1001            ! lib/Pod/Html.pm
1002 ____________________________________________________________________________
1003 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
1004         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
1005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1006              Date: Tue, 19 Mar 2002 10:49:27 +0100
1007              Message-ID: <20020319104927.C705@rafael>   
1008      Branch: perl
1009            ! ext/B/t/xref.t
1010 ____________________________________________________________________________
1011 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
1012         Log: Integrate perlio;
1013              
1014              Move docs for Encode::valid_utf8 (which does not exist)
1015              to be docs for utf8::valid() (which does).
1016      Branch: perl
1017           !> ext/Encode/Encode.pm lib/utf8.pm
1018 ____________________________________________________________________________
1019 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
1020         Log: Remove Encode::Tcl::Extended, suggested by
1021              SADAHIRO Tomoyuki.
1022      Branch: perl
1023            - ext/Encode/Encode/euc-jp-0212.enc
1024            - ext/Encode/lib/Encode/Tcl/Extended.pm
1025            ! MANIFEST ext/Encode/MANIFEST
1026            ! ext/Encode/lib/Encode/Tcl/Escape.pm
1027            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
1028 ____________________________________________________________________________
1029 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
1030         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
1031      Branch: perl
1032            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
1033            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
1034            + ext/Encode/t/jisx0212.ref
1035            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
1036            - ext/Encode/t/table.ref
1037            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
1038            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
1039            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
1040            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1041            ! ext/Encode/lib/Encode/CN/HZ.pm
1042            ! ext/Encode/lib/Encode/Encoding.pm
1043            ! ext/Encode/lib/Encode/Internal.pm
1044            ! ext/Encode/lib/Encode/JP/Constants.pm
1045            ! ext/Encode/lib/Encode/JP/H2Z.pm
1046            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1047            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
1048            ! ext/Encode/lib/Encode/Tcl/Escape.pm
1049            ! ext/Encode/lib/Encode/Tcl/Extended.pm
1050            ! ext/Encode/lib/Encode/Tcl/Table.pm
1051            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
1052            ! ext/Encode/lib/Encode/iso10646_1.pm
1053            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1054            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
1055            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
1056 ____________________________________________________________________________
1057 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
1058         Log: constness+signedness nit.
1059      Branch: perl
1060            ! ext/Unicode/Normalize/Normalize.xs
1061 ____________________________________________________________________________
1062 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
1063         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
1064      Branch: perl
1065            ! ext/Unicode/Normalize/Changes
1066            ! ext/Unicode/Normalize/Normalize.pm
1067            ! ext/Unicode/Normalize/Normalize.xs
1068            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1069            ! ext/Unicode/Normalize/t/func.t
1070 ____________________________________________________________________________
1071 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
1072         Log: Split the ebcdic details to perlebcdic.
1073      Branch: perl
1074            ! pod/perlebcdic.pod pod/perluniintro.pod
1075 ____________________________________________________________________________
1076 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
1077         Log: Be explicit.
1078      Branch: perl
1079            ! pod/perluniintro.pod
1080 ____________________________________________________________________________
1081 [ 15315] By: nick                                  on 2002/03/19  09:24:18
1082         Log: Integrate mainline
1083      Branch: perlio
1084           +> ext/List/Util/t/openhan.t
1085           !> (integrate 53 files)
1086 ____________________________________________________________________________
1087 [ 15314] By: nick                                  on 2002/03/19  07:39:07
1088         Log: Move docs for Encode::valid_utf8 (which does not exist)
1089              to be docs for utf8::valid() (which does).
1090      Branch: perlio
1091            ! ext/Encode/Encode.pm lib/utf8.pm
1092 ____________________________________________________________________________
1093 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
1094         Log: Update the Unicode vs EBCDIC situation.
1095      Branch: perl
1096            ! pod/perlebcdic.pod pod/perluniintro.pod
1097 ____________________________________________________________________________
1098 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
1099         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
1100              From: Robert Spier <rspier@pobox.com>
1101              Date: Mon, 18 Mar 2002 19:22:55 -0800
1102              Message-ID: <15510.44815.383439.823671@rls.cx>
1103      Branch: perl
1104            ! ext/threads/t/end.t
1105 ____________________________________________________________________________
1106 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
1107         Log: UTF-8 walk errors that become visible in EBCDIC.
1108      Branch: perl
1109            ! regexec.c
1110 ____________________________________________________________________________
1111 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
1112         Log: s/regcinclasslen/reginclass/ and remove the old
1113              reginclass since nothing is using it.
1114      Branch: perl
1115            ! embed.fnc embed.h proto.h regexec.c
1116 ____________________________________________________________________________
1117 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
1118         Log: Close the file so it can be (a) removed (b) reopened.
1119      Branch: perl
1120            ! ext/B/t/xref.t
1121 ____________________________________________________________________________
1122 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
1123         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
1124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1125              Date: Mon, 18 Mar 2002 23:14:31 +0100
1126              Message-ID: <20020318231431.A699@rafael>
1127      Branch: perl
1128            ! ext/B/B.xs utf8.c
1129 ____________________________________________________________________________
1130 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
1131         Log: Failed patch hunk reapplied.
1132      Branch: perl
1133            ! lib/Tie/File/t/32_defer_misc.t
1134 ____________________________________________________________________________
1135 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
1136         Log: For DEBUGGING threaded builds.
1137      Branch: perl
1138            ! sv.c
1139 ____________________________________________________________________________
1140 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
1141         Log: AUTHORS update.
1142      Branch: perl
1143            ! AUTHORS
1144 ____________________________________________________________________________
1145 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
1146         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
1147              (Fix from Craig Berry)
1148      Branch: perl
1149            ! pp_sys.c
1150 ____________________________________________________________________________
1151 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
1152         Log: Subject: [PATCH] configure.com home-grown kill() check
1153              From: "Craig A. Berry" <craigberry@mac.com>
1154              Date: Mon, 18 Mar 2002 13:52:59 -0600
1155              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
1156      Branch: perl
1157            ! configure.com
1158 ____________________________________________________________________________
1159 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
1160         Log: Upgrade to Tie::File 0.50.
1161      Branch: perl
1162            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1163            ! lib/Tie/File/t/32_defer_misc.t
1164 ____________________________________________________________________________
1165 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
1166         Log: AUTHORS updates.
1167      Branch: perl
1168            ! AUTHORS
1169 ____________________________________________________________________________
1170 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
1171         Log: Update Changes.
1172      Branch: perl
1173            ! Changes patchlevel.h
1174 ____________________________________________________________________________
1175 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
1176         Log: OS/390 update.
1177      Branch: perl
1178            ! pod/perldelta.pod
1179 ____________________________________________________________________________
1180 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
1181         Log: Forgot from #15288.
1182      Branch: perl
1183            ! ext/B/B.xs
1184 ____________________________________________________________________________
1185 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
1186         Log: Make regex DEBUGGING faster.
1187      Branch: perl
1188            ! perl.c perl.h regexec.c
1189 ____________________________________________________________________________
1190 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
1191         Log: Undo accidental perl.h part of #15295 (wait for #15297)
1192      Branch: perl
1193            ! perl.h
1194 ____________________________________________________________________________
1195 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
1196         Log: Subject: prefix slip
1197              From: andreas.koenig@anima.de (Andreas J. Koenig)
1198              Date: Mon, 18 Mar 2002 16:24:46 +0100
1199              Message-ID: <m3y9gp3nlt.fsf@anima.de>
1200              
1201              (perl.h part accidental, undone by #15296)
1202      Branch: perl
1203            ! INSTALL perl.h
1204 ____________________________________________________________________________
1205 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
1206         Log: Be tidy.
1207      Branch: perl
1208            ! ext/B/t/xref.t
1209 ____________________________________________________________________________
1210 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
1211         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
1212              From: Spider Boardman <spider@web.zk3.dec.com>
1213              Date: Mon, 18 Mar 2002 10:09:50 -0500
1214              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
1215      Branch: perl
1216            ! README.tru64 hints/dec_osf.sh
1217 ____________________________________________________________________________
1218 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
1219         Log: NetWare tweaks from C Aditya <caditya@novell.com>
1220      Branch: perl
1221            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
1222 ____________________________________________________________________________
1223 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
1224         Log: metaconfig unit change for #15290.
1225      Branch: metaconfig/U/perl
1226            ! perlxv.U
1227 ____________________________________________________________________________
1228 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
1229         Log: Subject: d_nv_preserves_uv_bits
1230              From: Nicholas Clark <nick@unfortu.net>
1231              Date: Thu, 14 Mar 2002 22:24:19 +0000
1232              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
1233      Branch: perl
1234            ! Configure Porting/Glossary Porting/config.sh config_h.SH
1235            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
1236            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1237            ! win32/config.bc win32/config.gc win32/config.vc
1238            ! win32/config.win64
1239 ____________________________________________________________________________
1240 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
1241         Log: Subject: Re: perl@15244
1242              From: Spider Boardman <spider@web.zk3.dec.com>
1243              Date: Mon, 18 Mar 2002 09:38:55 -0500
1244              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
1245              
1246              (IA64 work.)
1247      Branch: perl
1248            ! hints/hpux.sh perl.h
1249 ____________________________________________________________________________
1250 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
1251         Log: Subject: [PATCH B] B::perlstring()
1252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1253              Date: Sun, 17 Mar 2002 23:06:12 +0100
1254              Message-ID: <20020317230612.A24442@rafael>
1255      Branch: perl
1256            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
1257 ____________________________________________________________________________
1258 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
1259         Log: Subject: [PATCH] another pack "w" thing
1260              From: Nicholas Clark <nick@unfortu.net>
1261              Date: Sat, 16 Mar 2002 21:52:15 +0000
1262              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
1263      Branch: perl
1264            ! pp_pack.c t/op/pack.t
1265 ____________________________________________________________________________
1266 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
1267         Log: More prototypes blindness in Solaris.
1268              (TODO: readdir64_r really needs to be seen.)
1269      Branch: perl
1270            ! hints/solaris_2.sh
1271 ____________________________________________________________________________
1272 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
1273         Log: Integrate perlio;
1274              
1275              Tidy the "does not map" message for non-characters
1276              (e.g. iso-8859-3 "\xA5").
1277      Branch: perl
1278           !> ext/Encode/Encode.xs
1279 ____________________________________________________________________________
1280 [ 15284] By: nick                                  on 2002/03/18  11:00:31
1281         Log: Integrate mainline
1282      Branch: perlio
1283           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1284           +> lib/Tie/File/t/32_defer_misc.t
1285           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
1286           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
1287           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
1288           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
1289           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
1290           !> reentr.pl regexec.c t/op/pat.t util.c
1291 ____________________________________________________________________________
1292 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
1293         Log: Sync with Scalar-List-Utils-1.07
1294      Branch: perl
1295            + ext/List/Util/t/openhan.t
1296            ! MANIFEST ext/List/Util/ChangeLog
1297            ! ext/List/Util/lib/List/Util.pm
1298            ! ext/List/Util/lib/Scalar/Util.pm
1299 ____________________________________________________________________________
1300 [ 15282] By: nick                                  on 2002/03/18  08:11:28
1301         Log: Tidy the "does not map" message for non-characters
1302              (e.g. iso-8859-3 "\xA5").
1303      Branch: perlio
1304            ! ext/Encode/Encode.xs
1305 ____________________________________________________________________________
1306 [ 15281] By: ams                                   on 2002/03/18  04:44:37
1307         Log: URL fix from MJD.
1308      Branch: perl
1309            ! pod/perlfaq3.pod
1310 ____________________________________________________________________________
1311 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
1312         Log: More prototype calming (really should fix the Configure
1313              protochk, but not at this point in time).
1314      Branch: perl
1315            ! hints/solaris_2.sh
1316 ____________________________________________________________________________
1317 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
1318         Log: return at the wrong side of #endif.
1319      Branch: perl
1320            ! util.c
1321 ____________________________________________________________________________
1322 [ 15278] By: ams                                   on 2002/03/17  23:45:31
1323         Log: Typo fix from Stas Bekman.
1324      Branch: perl
1325            ! pod/perlhack.pod
1326 ____________________________________________________________________________
1327 [ 15277] By: ams                                   on 2002/03/17  23:41:35
1328         Log: Upgrade to Tie::File 0.21.
1329      Branch: perl
1330            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1331            + lib/Tie/File/t/32_defer_misc.t
1332            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1333            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
1334            ! lib/Tie/File/t/22_autochomp.t
1335 ____________________________________________________________________________
1336 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
1337         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
1338              character classes use inlined macros instead of the full
1339              function call.
1340      Branch: perl
1341            ! regexec.c
1342 ____________________________________________________________________________
1343 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
1344         Log: Integrate perlio;
1345              
1346              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
1347              
1348              Other :encoding oddities
1349              - we should really pop while we can still make method calls
1350              in case DESTROY does something.
1351              - Provide a no-op DESTROY
1352              - Use SvPV_only() rather than just SvPV_on()
1353      Branch: perl
1354           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1355           !> ext/Encode/lib/Encode/Encoding.pm sv.c
1356 ____________________________________________________________________________
1357 [ 15274] By: nick                                  on 2002/03/17  20:00:12
1358         Log: Other :encoding oddities
1359              - we should really pop while we can still make method calls
1360              in case DESTROY does something.
1361              - Provide a no-op DESTROY
1362              - Use SvPV_only() rather than just SvPV_on()
1363      Branch: perlio
1364            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1365            ! ext/Encode/lib/Encode/Encoding.pm
1366 ____________________________________________________________________________
1367 [ 15273] By: nick                                  on 2002/03/17  19:53:24
1368         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
1369      Branch: perlio
1370            ! sv.c
1371 ____________________________________________________________________________
1372 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
1373         Log: Implement the retry-on-ERANGE for the get*_r().
1374              The buffer will keep doubling until 64k.
1375      Branch: perl
1376            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
1377            ! reentr.h reentr.pl
1378 ____________________________________________________________________________
1379 [ 15271] By: nick                                  on 2002/03/17  17:38:44
1380         Log: Integrate mainline
1381      Branch: perlio
1382           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
1383           +> t/op/pow.t
1384           !> (integrate 28 files)
1385 ____________________________________________________________________________
1386 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
1387         Log: Subject: UTF-8 bug (maybe alreayd known?)
1388              From: andreas.koenig@anima.de (Andreas J. Koenig)
1389              Date: Fri, 08 Mar 2002 16:36:01 +0100
1390              Message-ID: <m3n0xjul5q.fsf@anima.de>
1391      Branch: perl
1392            ! pp_hot.c t/op/pat.t
1393 ____________________________________________________________________________
1394 [ 15269] By: nick                                  on 2002/03/17  09:12:39
1395         Log: Integarate mainline
1396      Branch: perlio
1397           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
1398           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1399           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
1400           !> (integrate 69 files)
1401 ____________________________________________________________________________
1402 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
1403         Log: Subject: SEGV in s/// and UTF-8
1404              From: andreas.koenig@anima.de (Andreas J. Koenig)
1405              Date: Tue, 12 Mar 2002 00:40:09 +0100
1406              Message-ID: <m3r8mqad2e.fsf@anima.de>
1407      Branch: perl
1408            ! regexec.c t/op/pat.t
1409 ____________________________________________________________________________
1410 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
1411         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
1412              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
1413              which assume that 2**someinteger is accurate.
1414      Branch: perl
1415            + t/op/pow.t
1416            ! MANIFEST pp.c t/test.pl
1417 ____________________________________________________________________________
1418 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
1419         Log: _r-ify config.win64, too.
1420      Branch: perl
1421            ! win32/config.win64
1422 ____________________________________________________________________________
1423 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
1424         Log: Better place to initialize (IRIX cc noticed that
1425              the many "goto defchars" bypass the initialization)
1426      Branch: perl
1427            ! regcomp.c
1428 ____________________________________________________________________________
1429 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
1430         Log: If not building threaded, never mind the threaded prototypes.
1431      Branch: perl
1432            ! Configure reentr.pl
1433 ____________________________________________________________________________
1434 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
1435         Log: metaconfig: If not using threads, not point probing for the
1436              prototypes (since they might be hidden behind many defines
1437              we won't have if not building threaded)
1438      Branch: metaconfig
1439            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1440            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1441            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1442            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1443            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1444            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1445            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1446            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1447            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1448            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1449            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1450            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1451            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1452            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1453            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1454            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1455            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1456            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1457            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1458            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1459            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1460            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1461            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1462            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1463 ____________________________________________________________________________
1464 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
1465         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
1466      Branch: perl
1467            ! hints/freebsd.sh
1468 ____________________________________________________________________________
1469 [ 15261] By: ams                                   on 2002/03/16  18:14:04
1470         Log: Upgrade to Tie::File 0.20.
1471      Branch: perl
1472            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
1473            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1474            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
1475            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
1476            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1477            ! lib/Tie/File/t/11_rv_splice_rs.t
1478            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
1479            ! lib/Tie/File/t/16_handle.t
1480 ____________________________________________________________________________
1481 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
1482         Log: There seems to be a trend for the *time_r to be hidden.
1483      Branch: perl
1484            ! hints/irix_6.sh
1485 ____________________________________________________________________________
1486 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
1487         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
1488              From: Stas Bekman <stas@stason.org>
1489              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
1490              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
1491      Branch: perl
1492            ! lib/Pod/Html.pm
1493 ____________________________________________________________________________
1494 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
1495         Log: Subject: [PATCH] Re: dumpvar.pl bug
1496              From: Peter Scott <Peter@PSDT.com>
1497              Date: Fri, 15 Mar 2002 18:19:21 -0800
1498              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
1499      Branch: perl
1500            ! lib/dumpvar.pl lib/perl5db.pl
1501 ____________________________________________________________________________
1502 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
1503         Log: More paranoid _r protochecking.  At least Tru64 and
1504              Linux need additional hinting help to believe that
1505              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
1506              to see what goes bang.
1507      Branch: perl
1508            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
1509            ! reentr.pl
1510 ____________________________________________________________________________
1511 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
1512         Log: metaconfig: more paranoid _r protochecking.
1513      Branch: metaconfig
1514            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1515            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1516            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1517            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1518            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1519            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1520            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1521            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1522            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1523            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1524            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1525            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1526            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1527            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1528            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1529            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1530            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1531            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1532            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1533            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1534            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1535            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1536            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1537            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1538 ____________________________________________________________________________
1539 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
1540         Log: HP-UX gcc 3 warnings found by Sarathy.
1541      Branch: perl
1542            ! regcomp.c sv.c
1543 ____________________________________________________________________________
1544 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
1545         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
1546              From: Slaven Rezic <slaven.rezic@berlin.de>
1547              Date: 16 Mar 2002 15:29:18 +0100
1548              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
1549      Branch: perl
1550            ! pod/perldelta.pod
1551 ____________________________________________________________________________
1552 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
1553         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
1554      Branch: perl
1555            ! Porting/findrfuncs reentr.h reentr.pl
1556 ____________________________________________________________________________
1557 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
1558         Log: UIN32_MAX with borken under HP-UX+gcc
1559      Branch: perl
1560            ! handy.h
1561 ____________________________________________________________________________
1562 [ 15251] By: ams                                   on 2002/03/16  02:38:08
1563         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
1564              *::DESTROY() is deprecated
1565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1566              Date: Thu, 14 Mar 2002 18:39:22 -0500
1567              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
1568              
1569              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
1570              *::DESTROY() is deprecated
1571              From: Dave Mitchell <davem@fdgroup.com>
1572              Date: Fri, 15 Mar 2002 19:22:49 +0000
1573              Message-Id: <20020315192249.A22389@fdgroup.com>
1574      Branch: perl
1575            ! gv.c t/op/method.t
1576 ____________________________________________________________________________
1577 [ 15250] By: ams                                   on 2002/03/16  02:14:41
1578         Log: Plural nit.
1579      Branch: perl
1580            ! pod/perldelta.pod
1581 ____________________________________________________________________________
1582 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
1583         Log: Doesn't make sense to test for protos if the
1584              functions are not to be used (!= functions exist!)
1585              This might be the key (well, a key) to the HP-UX
1586              problems.
1587      Branch: perl
1588            ! reentr.h reentr.pl
1589 ____________________________________________________________________________
1590 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
1591         Log: Typo in #15247.
1592      Branch: perl
1593            ! hints/hpux.sh
1594 ____________________________________________________________________________
1595 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
1596         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
1597              in HP-UX (from H.Merijn Brand)
1598      Branch: perl
1599            ! hints/hpux.sh
1600 ____________________________________________________________________________
1601 [ 15246] By: ams                                   on 2002/03/15  17:53:23
1602         Log: Subject: minor corrections in perldelta.pod
1603              From: mjd@plover.com
1604              Date: 15 Mar 2002 18:48:42 -0000
1605              Message-Id: <20020315184842.13573.qmail@plover.com>
1606      Branch: perl
1607            ! pod/perldelta.pod
1608 ____________________________________________________________________________
1609 [ 15245] By: ams                                   on 2002/03/15  17:37:52
1610         Log: Upgrade to Tie::File 0.19.
1611      Branch: perl
1612            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
1613            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1614            + lib/Tie/File/t/21_win32.t
1615            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
1616            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
1617            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
1618            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
1619            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1620            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
1621            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
1622            ! lib/Tie/File/t/17_misc_meth.t
1623 ____________________________________________________________________________
1624 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
1625         Log: Update Changes.
1626      Branch: perl
1627            ! Changes patchlevel.h
1628 ____________________________________________________________________________
1629 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
1630         Log: Forgot from #15241.
1631      Branch: perl
1632            ! win32/config_sh.PL
1633 ____________________________________________________________________________
1634 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
1635         Log: Subject: patch pod/perltodo.pod
1636              From: mjd@plover.com
1637              Date: 15 Mar 2002 15:42:18 -0000
1638              Message-ID: <20020315154218.10163.qmail@plover.com>
1639              
1640              (With s/WANT/Want/)
1641      Branch: perl
1642            ! pod/perltodo.pod
1643 ____________________________________________________________________________
1644 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
1645         Log: Subject: [PATCH bleadperl] (revision 5 undef)
1646              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1647              Date: Fri, 15 Mar 2002 00:39:48 +0100
1648              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
1649      Branch: perl
1650            ! win32/config.bc win32/config.gc win32/config.vc
1651            ! win32/config.win64
1652 ____________________________________________________________________________
1653 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
1654         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
1655              From: Michael G Schwern <schwern@pobox.com>
1656              Date: Thu, 14 Mar 2002 16:39:29 -0500
1657              Message-ID: <20020314213929.GA2912@blackrider>
1658      Branch: perl
1659            ! lib/perl5db.pl
1660 ____________________________________________________________________________
1661 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
1662         Log: Integrate perlio.
1663      Branch: perl
1664           !> embed.fnc ext/Encode/t/JP.t
1665 ____________________________________________________________________________
1666 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
1667         Log: Monster _r patch: try to scan for all known _r variants,
1668              and then use them (under ithreads).  May fail in HP-UX,
1669              and the op/groups is known to be fickle everywhere.  Known
1670              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
1671              warnings in AIX since the first arguments of getnetbyaddr
1672              and getnetbyadd_r are of different types.  Thanks, IBM.)
1673              
1674              In non-Configure platforms deny the existence of any
1675              of the _r thingies.  (Also add the recently introduced
1676              d_tm_* to places it wasn't already in.)
1677              
1678              TODO: the suggested glibc buffer growth retry loop in case
1679              some entries (at least for: gr*, host*) are big.
1680              Forgot win32/config.win64.
1681      Branch: perl
1682            + reentr.c reentr.h reentr.pl
1683            ! Configure MANIFEST Makefile.SH NetWare/Makefile
1684            ! NetWare/config.wc Porting/Glossary Porting/config.sh
1685            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
1686            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
1687            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
1688            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
1689            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
1690            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
1691            ! win32/config.bc win32/config.gc win32/config.vc
1692            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
1693 ____________________________________________________________________________
1694 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
1695         Log: Be more explicit on when is the $! worth anything.
1696      Branch: perl
1697            ! pod/perlvar.pod
1698 ____________________________________________________________________________
1699 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
1700         Log: metaconfig: _r _r we go.
1701      Branch: metaconfig
1702            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1703            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1704            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1705            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1706            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1707            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1708            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1709            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1710            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1711            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1712            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1713            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1714            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1715            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1716            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1717            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1718            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1719            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1720            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1721            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1722            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1723            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1724            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1725            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1726 ____________________________________________________________________________
1727 [ 15235] By: nick                                  on 2002/03/15  07:31:54
1728         Log: Add the binmode()s to make JP.t pass on Win32
1729      Branch: perlio
1730            ! ext/Encode/t/JP.t
1731 ____________________________________________________________________________
1732 [ 15234] By: nick                                  on 2002/03/15  07:20:49
1733         Log: Integrate perlio
1734      Branch: perl
1735           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
1736 ____________________________________________________________________________
1737 [ 15233] By: nick                                  on 2002/03/15  07:18:02
1738         Log: Mark JP.t's data files as binary
1739      Branch: perlio
1740            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
1741 ____________________________________________________________________________
1742 [ 15232] By: nick                                  on 2002/03/15  07:13:38
1743         Log: Integrate mainline
1744      Branch: perlio
1745           +> ext/B/t/xref.t
1746           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
1747           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
1748           !> perl.c t/op/arith.t
1749 ____________________________________________________________________________
1750 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
1751         Log: The section needs to be in the makedepend script
1752              (from Jan-Erik Karlsson).
1753      Branch: perl
1754            ! makedepend.SH
1755 ____________________________________________________________________________
1756 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
1757         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
1758              From: Nicholas Clark <nick@unfortu.net>
1759              Date: Thu, 14 Mar 2002 23:05:23 +0000
1760              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
1761      Branch: perl
1762            ! ext/Safe/safe2.t
1763 ____________________________________________________________________________
1764 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
1765         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
1766              From: "Brent Dax" <brentdax@cpan.org>
1767              Date: Thu, 14 Mar 2002 09:08:41 -0800
1768              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
1769      Branch: perl
1770            ! lib/Pod/Html.pm
1771 ____________________________________________________________________________
1772 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
1773         Log: metaconfig: one round again for the _r.
1774      Branch: metaconfig
1775            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1776            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1777            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1778            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1779            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1780            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1781            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1782            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1783            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1784            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1785            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1786            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1787            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1788            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1789            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1790            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1791            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1792            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1793            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1794            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1795            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1796            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1797            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1798            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1799 ____________________________________________________________________________
1800 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
1801         Log: metaconfig: new round of the _r units.
1802      Branch: metaconfig
1803            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1804            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1805            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1806            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1807            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1808            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1809            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1810            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1811            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1812            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1813            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1814            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1815            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1816            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1817            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1818            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1819            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1820            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1821            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1822            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1823            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1824            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1825            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1826            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1827      Branch: metaconfig/U/perl
1828            + i_crypt.U
1829 ____________________________________________________________________________
1830 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
1831         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
1832              From: Paul_GreenVOS@vos.stratus.com
1833              Date: Tue, 12 Mar 02 19:22 est   
1834              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
1835      Branch: perl
1836            ! lib/Benchmark.t t/op/arith.t
1837 ____________________________________________________________________________
1838 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
1839         Log: Subject: Re: Win32: C:\Program Files
1840              From: "Ken Williams" <ken@mathforum.org>
1841              Date: Wed, 13 Mar 2002 17:50:59 -0600
1842              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
1843              
1844              Add -t to perl -h.
1845      Branch: perl
1846            ! perl.c
1847 ____________________________________________________________________________
1848 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
1849         Log: Extra paranoia from Nick Clark.
1850      Branch: perl
1851            ! ext/Safe/safe2.t
1852 ____________________________________________________________________________
1853 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
1854         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
1855              From: Nicholas Clark <nick@ccl4.org>
1856              Date: Wed, 13 Mar 2002 14:22:50 +0000
1857              Message-ID: <20020313142250.G92566@plum.flirble.org>
1858      Branch: perl
1859            ! ext/Safe/safe2.t
1860 ____________________________________________________________________________
1861 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
1862         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
1863              From: <slaven.rezic@berlin.de>
1864              Date: Tue, 12 Mar 2002 13:03:41 +0100      
1865              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
1866      Branch: perl
1867            ! Makefile.SH
1868 ____________________________________________________________________________
1869 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
1870         Log: Subject: [PATCH] a test for B::Xref
1871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1872              Date: Wed, 13 Mar 2002 17:18:57 +0100
1873              Message-ID: <20020313171857.F1144@rafael>
1874      Branch: perl
1875            + ext/B/t/xref.t
1876            ! MANIFEST ext/B/B/Xref.pm
1877 ____________________________________________________________________________
1878 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
1879         Log: Subject: [PATCH] Exporter.pm POD fixups
1880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1881              Date: Wed, 13 Mar 2002 16:21:42 +0100
1882              Message-ID: <20020313162142.A1144@rafael>
1883      Branch: perl
1884            ! lib/Exporter.pm
1885 ____________________________________________________________________________
1886 [ 15219] By: nick                                  on 2002/03/14  07:00:16
1887         Log: Integrate mainline
1888      Branch: perlio
1889           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
1890 ____________________________________________________________________________
1891 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
1892         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
1893              From: Michael G Schwern <schwern@pobox.com>
1894              Date: Wed, 13 Mar 2002 17:43:00 -0500
1895              Message-ID: <20020313224300.GG3311@blackrider>
1896      Branch: perl
1897            ! lib/ExtUtils/MM_VMS.pm
1898 ____________________________________________________________________________
1899 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
1900         Log: Pod tweak.
1901      Branch: perl
1902            ! lib/open.pm
1903 ____________________________________________________________________________
1904 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
1905         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
1906              From: "Craig A. Berry" <craigberry@mac.com>
1907              Date: Wed, 13 Mar 2002 01:44:01 -0600
1908              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
1909      Branch: perl
1910            ! vms/descrip_mms.template
1911 ____________________________________________________________________________
1912 [ 15215] By: nick                                  on 2002/03/13  08:08:36
1913         Log: Integrate mainline.
1914      Branch: perlio
1915           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
1916            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1917            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1918            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1919            - ext/Data/Util/t/Hash.t
1920           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
1921           !> ext/Encode/lib/Encode/CN/HZ.pm
1922           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1923           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
1924           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
1925           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1926           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
1927           !> t/op/override.t toke.c universal.c
1928 ____________________________________________________________________________
1929 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
1930         Log: metaconfig: three guesses.
1931      Branch: metaconfig
1932            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1933            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1934            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1935            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1936            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1937            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1938            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1939            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1940            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1941            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1942            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1943            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1944            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1945            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1946            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1947            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1948            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1949            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1950            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1951            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1952            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1953            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1954            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1955            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1956 ____________________________________________________________________________
1957 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
1958         Log: metaconfig: regen _r units again.
1959      Branch: metaconfig
1960            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1961            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1962            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1963            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1964            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1965            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1966            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1967            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1968            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1969            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1970            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1971            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1972            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1973            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1974            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1975            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1976            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1977            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1978            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1979            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1980            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1981            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1982            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1983            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1984 ____________________________________________________________________________
1985 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
1986         Log: metaconfig: regen _r units.
1987      Branch: metaconfig
1988            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
1989            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1990            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1991            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1992            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1993            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1994            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1995            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1996            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1997            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1998            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1999            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2000            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2001            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2002            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2003            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2004            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2005            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2006            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2007            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2008            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2009            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2010            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2011            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2012            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2013 ____________________________________________________________________________
2014 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
2015         Log: metaconfig unit tweaks.
2016      Branch: metaconfig
2017            + U/threads/d_setprotoent_r.U
2018            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
2019            ! U/threads/d_tmpnam_r.U
2020 ____________________________________________________________________________
2021 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
2022         Log: metaconfig: replace the _r units with autogenerated ones.
2023      Branch: metaconfig
2024            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2025            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
2026            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2027            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
2028            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
2029            + U/threads/d_getprotobyname_r.U
2030            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2031            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
2032            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
2033            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2034            + U/threads/d_setservent_r.U
2035            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
2036            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
2037            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
2038            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
2039            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
2040            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
2041            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
2042            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
2043            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
2044            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2045            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2046            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2047            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
2048            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2049            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
2050            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
2051            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2052            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2053            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2054            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
2055            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
2056            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
2057            ! U/threads/d_ttyname_r.U
2058 ____________________________________________________________________________
2059 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
2060         Log: More known threadsafings.
2061      Branch: perl
2062            ! Porting/findrfuncs
2063 ____________________________________________________________________________
2064 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
2065         Log: Small tweaks.
2066      Branch: perl
2067            ! lib/Internals.t universal.c
2068 ____________________________________________________________________________
2069 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
2070         Log: VERSIONize.
2071      Branch: perl
2072            ! ext/Encode/lib/Encode/CN/HZ.pm
2073            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
2074            ! ext/Encode/lib/Encode/JP/JIS.pm
2075 ____________________________________________________________________________
2076 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
2077         Log: Subject: perl datastructure conversion shortcuts for DDD
2078              From: Stas Bekman <stas@stason.org>
2079              Date: Mon, 11 Mar 2002 14:54:31 +0800
2080              Message-ID: <3C8C54A7.5020502@stason.org>
2081      Branch: perl
2082            ! pod/perlhack.pod
2083 ____________________________________________________________________________
2084 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
2085         Log: Regen modlib.
2086      Branch: perl
2087            ! pod/perlmodlib.pod
2088 ____________________________________________________________________________
2089 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
2090         Log: Regen toc.
2091      Branch: perl
2092            ! pod/perltoc.pod
2093 ____________________________________________________________________________
2094 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
2095         Log: Tiny pod tweaks.
2096      Branch: perl
2097            ! lib/Hash/Util.pm
2098 ____________________________________________________________________________
2099 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
2100         Log: perldeltaize Hash::Util.
2101      Branch: perl
2102            ! pod/perldelta.pod
2103 ____________________________________________________________________________
2104 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
2105         Log: Move the readonly interface back to universal.c,
2106              (new name: Internals::SvREADONLY), remove Data::Util,
2107              move Hash::Util to lib, also introduce refcnt interface
2108              (Internals::SvREFCNT).     Make both the new interfaces
2109              to be more sane so that if they set the value, they return
2110              the new value, not the old one.
2111      Branch: perl
2112            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
2113            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
2114            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
2115            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
2116            - ext/Data/Util/t/Hash.t
2117            ! MANIFEST ext/B/t/stash.t universal.c
2118 ____________________________________________________________________________
2119 [ 15200] By: ams                                   on 2002/03/12  15:16:05
2120         Log: Subject: Disambiguate "Can't locate"
2121              From: Mike Guy <mjtg@cam.ac.uk>
2122              Date: Tue, 12 Mar 2002 16:04:23 +0000
2123              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
2124      Branch: perl
2125            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
2126            ! pp_ctl.c t/op/override.t
2127 ____________________________________________________________________________
2128 [ 15199] By: ams                                   on 2002/03/12  15:04:43
2129         Log: Subject: [PATCH] perl/lib/File/stat.t
2130              From: Paul_GreenVOS@vos.stratus.com
2131              Date: Tue, 12 Mar 02 11:00 est
2132              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
2133      Branch: perl
2134            ! lib/File/stat.t
2135 ____________________________________________________________________________
2136 [ 15198] By: ams                                   on 2002/03/12  15:00:44
2137         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
2138              From: Robin Barker <rmb1@cise.npl.co.uk>
2139              Date: Tue, 12 Mar 2002 13:31:58 GMT
2140              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
2141      Branch: perl
2142            ! pod/perlfunc.pod
2143 ____________________________________________________________________________
2144 [ 15197] By: ams                                   on 2002/03/12  14:57:34
2145         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
2146              From: "Clinton A. Pierce" <clintp@geeksalad.org>
2147              Date: Tue, 12 Mar 2002 10:11:53 -0500
2148              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
2149      Branch: perl
2150            ! toke.c
2151 ____________________________________________________________________________
2152 [ 15196] By: nick                                  on 2002/03/12  13:40:35
2153         Log: Integrate mainline
2154      Branch: perlio
2155           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
2156           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
2157           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
2158           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
2159            - t/lib/access.t
2160           !> (integrate 96 files)
2161 ____________________________________________________________________________
2162 [ 15195] By: nick                                  on 2002/03/12  06:08:24
2163         Log: Integrate mainline (a while ago)
2164      Branch: perlio
2165           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
2166           +> ext/Encode/t/TW.t
2167            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
2168            - ext/Encode/lib/Encode/Tcl/HanZi.pm
2169            - ext/I18N/Langinfo/fallback.c
2170           !> (integrate 80 files)
2171 ____________________________________________________________________________
2172 [ 15194] By: ams                                   on 2002/03/12  06:02:20
2173         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
2174              From: Jonathan Stowe <gellyfish@gellyfish.com>
2175              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
2176              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
2177      Branch: perl
2178            ! ext/Encode/CN/Makefile.PL
2179 ____________________________________________________________________________
2180 [ 15193] By: ams                                   on 2002/03/12  05:55:07
2181         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
2182              From: Dave Mitchell <davem@fdgroup.co.uk>
2183              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
2184              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
2185      Branch: perl
2186            ! pod/perlguts.pod
2187 ____________________________________________________________________________
2188 [ 15192] By: ams                                   on 2002/03/12  05:50:08
2189         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
2190              From: Anton Tagunov <tagunov@motor.ru>
2191              Date: Tue, 12 Mar 2002 01:40:58 +0300
2192              Message-Id: <1194068830.20020312014058@motor.ru>
2193              (Applied with tweaks.)
2194      Branch: perl
2195            ! lib/utf8.pm
2196 ____________________________________________________________________________
2197 [ 15191] By: ams                                   on 2002/03/12  05:42:21
2198         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
2199              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2200              Date: Sun, 10 Mar 2002 22:10:15 +0100
2201              Message-Id: <3C8BD9C7.13988.73992D@localhost>
2202      Branch: perl
2203            ! iperlsys.h
2204 ____________________________________________________________________________
2205 [ 15190] By: ams                                   on 2002/03/12  05:38:08
2206         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
2207              From: Anton Tagunov <tagunov@motor.ru>
2208              Date: Mon, 11 Mar 2002 23:27:47 +0300
2209              Message-Id: <19414222180.20020311232747@motor.ru>
2210      Branch: perl
2211            ! pod/perlsub.pod
2212 ____________________________________________________________________________
2213 [ 15189] By: ams                                   on 2002/03/12  05:34:49
2214         Log: Subject: minor patch for comment in utfebcdic.h
2215              From: Anton Tagunov <tagunov@motor.ru>
2216              Date: Tue, 12 Mar 2002 00:20:21 +0300
2217              Message-Id: <13817376786.20020312002021@motor.ru>
2218      Branch: perl
2219            ! utfebcdic.h
2220 ____________________________________________________________________________
2221 [ 15188] By: ams                                   on 2002/03/12  05:32:30
2222         Log: Subject: [PATCH ?] B::Xref improvements
2223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2224              Date: Mon, 11 Mar 2002 23:32:20 +0100
2225              Message-Id: <20020311233220.A12677@rafael>
2226      Branch: perl
2227            ! ext/B/B/Xref.pm
2228 ____________________________________________________________________________
2229 [ 15187] By: ams                                   on 2002/03/12  05:30:02
2230         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
2231              From: Paul_GreenVOS@vos.stratus.com
2232              Date: Mon, 11 Mar 02 17:23 est
2233              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
2234      Branch: perl
2235            ! lib/ExtUtils/MM_Unix.pm
2236 ____________________________________________________________________________
2237 [ 15186] By: ams                                   on 2002/03/12  05:27:06
2238         Log: Subject: [PATCH] installperl - minor untangle for VOS
2239              From: Paul_GreenVOS@vos.stratus.com
2240              Date: Mon, 11 Mar 02 17:05 est
2241              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
2242      Branch: perl
2243            ! installperl
2244 ____________________________________________________________________________
2245 [ 15185] By: ams                                   on 2002/03/12  05:25:59
2246         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
2247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2248              Date: Mon, 11 Mar 2002 22:37:39 +0100
2249              Message-Id: <20020311223739.A691@rafael>
2250      Branch: perl
2251            ! ext/B/B/Deparse.pm
2252 ____________________________________________________________________________
2253 [ 15184] By: ams                                   on 2002/03/12  05:20:54
2254         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
2255              From: Michael G Schwern <schwern@pobox.com>
2256              Date: Tue, 12 Mar 2002 01:12:08 -0500
2257              Message-Id: <20020312061208.GD904@blackrider>
2258      Branch: perl
2259            ! hints/netbsd.sh
2260 ____________________________________________________________________________
2261 [ 15183] By: ams                                   on 2002/03/12  04:12:30
2262         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2263              From: Autrijus Tang <autrijus@autrijus.org>
2264              Date: Tue, 12 Mar 2002 13:05:53 +0800
2265              Message-Id: <20020312050553.GA7864@not.autrijus.org>
2266              (Only doc hunk applied, supplementing #15182.)
2267      Branch: perl
2268            ! ext/Encode/Encode.pm
2269 ____________________________________________________________________________
2270 [ 15182] By: ams                                   on 2002/03/12  04:04:34
2271         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2272              From: Autrijus Tang <autrijus@autrijus.org>
2273              Date: Tue, 12 Mar 2002 12:56:46 +0800
2274              Message-Id: <20020312045646.GA7689@not.autrijus.org>
2275              (Private mail.)
2276      Branch: perl
2277            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
2278 ____________________________________________________________________________
2279 [ 15181] By: ams                                   on 2002/03/12  03:09:20
2280         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2281              From: Autrijus Tang <autrijus@autrijus.org>
2282              Date: Tue, 12 Mar 2002 11:55:06 +0800
2283              Message-Id: <20020312035506.GA6946@not.autrijus.org>
2284      Branch: perl
2285            ! ext/Encode/Encode.pm
2286 ____________________________________________________________________________
2287 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
2288         Log: Deypo.
2289      Branch: metaconfig
2290            ! U/threads/d_asctime_r.U
2291 ____________________________________________________________________________
2292 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
2293         Log: FAQ sync.
2294      Branch: perl
2295            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2296            ! pod/perlfaq4.pod pod/perlfaq5.pod
2297 ____________________________________________________________________________
2298 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
2299         Log: The test needs perlio.
2300      Branch: perl
2301            ! lib/open.t
2302 ____________________________________________________________________________
2303 [ 15177] By: ams                                   on 2002/03/11  15:41:08
2304         Log: Subject: perlreftut update
2305              From: Mark-Jason Dominus <mjd@plover.com>
2306              Date: Mon, 11 Mar 2002 11:36:27 -0500
2307              Message-Id: <20020311163627.31020.qmail@plover.com>
2308      Branch: perl
2309            ! pod/perlreftut.pod
2310 ____________________________________________________________________________
2311 [ 15176] By: ams                                   on 2002/03/11  15:35:24
2312         Log: Subject: Minor correction in perlfaq5
2313              From: mjd@plover.com
2314              Date: 11 Mar 2002 16:34:22 -0000
2315              Message-Id: <20020311163422.30963.qmail@plover.com>
2316      Branch: perl
2317            ! pod/perlfaq5.pod
2318 ____________________________________________________________________________
2319 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
2320         Log: number of skipped tests was incorrect
2321      Branch: perl
2322            ! t/op/stat.t
2323 ____________________________________________________________________________
2324 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
2325         Log: remove doubled CRs
2326      Branch: perl
2327            ! win32/Makefile
2328 ____________________________________________________________________________
2329 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
2330         Log: Update Changes.
2331      Branch: perl
2332            ! Changes patchlevel.h
2333 ____________________________________________________________________________
2334 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
2335         Log: Regen toc.
2336      Branch: perl
2337            ! pod/perltoc.pod
2338 ____________________________________________________________________________
2339 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
2340         Log: Add t/CN.t and t/TW.t; re-sort.
2341      Branch: perl
2342            ! ext/Encode/MANIFEST
2343 ____________________________________________________________________________
2344 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
2345         Log: Document what to do if one yearns back to
2346              the old legacy encoding.
2347      Branch: perl
2348            ! lib/encoding.pm
2349 ____________________________________________________________________________
2350 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
2351         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
2352              as general purpose encoding transformation interfaces
2353              since that's not what they are.
2354      Branch: perl
2355            ! lib/utf8.pm pod/perlunicode.pod sv.c
2356 ____________________________________________________________________________
2357 [ 15168] By: ams                                   on 2002/03/11  12:54:16
2358         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
2359              warnings
2360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2361              Date: Mon, 11 Mar 2002 14:35:22 +0100
2362              Message-Id: <20020311143522.A7431@rafael>
2363      Branch: perl
2364            ! t/lib/warnings/pp_sys
2365 ____________________________________________________________________________
2366 [ 15167] By: ams                                   on 2002/03/11  04:57:20
2367         Log: A little commonsense is better than 1_compile.
2368      Branch: perl
2369            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2370 ____________________________________________________________________________
2371 [ 15166] By: ams                                   on 2002/03/11  04:53:50
2372         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
2373              From: Michael G Schwern <schwern@pobox.com>
2374              Date: Sun, 10 Mar 2002 13:27:12 -0500
2375              Message-Id: <20020310182712.GC693@blackrider>
2376              
2377              Subject: [PATCH] Hash::Util part 2
2378              From: Michael G Schwern <schwern@pobox.com>
2379              Date: Sun, 10 Mar 2002 15:09:34 -0500
2380              Message-Id: <20020310200934.GB27112@blackrider>
2381              
2382              Subject: [PATCH] Hash::Util MANIFEST correction
2383              From: Michael G Schwern <schwern@pobox.com>
2384              Date: Sun, 10 Mar 2002 16:27:07 -0500
2385              Message-Id: <20020310212707.GF27112@blackrider>
2386              
2387              (Also changes find.t and taint.t, which were looking for access.t)
2388      Branch: perl
2389            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
2390            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
2391            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
2392            + ext/Data/Util/t/Hash.t
2393            - t/lib/access.t
2394            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
2395            ! pod/perldiag.pod pod/perltodo.pod universal.c
2396 ____________________________________________________________________________
2397 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
2398         Log: metaconfig: more thready fixes.
2399      Branch: metaconfig
2400            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
2401            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
2402            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
2403            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
2404            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
2405            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
2406            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2407            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
2408            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
2409 ____________________________________________________________________________
2410 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
2411         Log: Skip obsoleted interfaces.
2412      Branch: perl
2413            ! Porting/findrfuncs
2414 ____________________________________________________________________________
2415 [ 15162] By: ams                                   on 2002/03/11  03:48:14
2416         Log: Typo fixes.
2417      Branch: perl
2418            ! perl.c
2419 ____________________________________________________________________________
2420 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
2421         Log: Upgrade to Locale::Codes 2.02.
2422      Branch: perl
2423            + lib/Locale/Codes/t/rename.t
2424            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2425            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
2426            ! lib/Locale/Country.pod
2427 ____________________________________________________________________________
2428 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
2429         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
2430              From: Nicholas Clark <nick@unfortu.net>
2431              Date: Sun, 10 Mar 2002 18:17:50 +0000
2432              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
2433              
2434              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
2435              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2436              Date: Sun, 10 Mar 2002 13:53:34 -0800
2437              Message-ID: <eX9i8gzkg26G092yn@efn.org>
2438              
2439              (and reenable the feature in freebsd,
2440              and move the freebsd pr url to perl.c)
2441      Branch: perl
2442            ! hints/freebsd.sh perl.c pod/perldelta.pod
2443 ____________________________________________________________________________
2444 [ 15159] By: ams                                   on 2002/03/11  03:34:13
2445         Log: Subject: [PATCH stash.t] access::readonly is gone
2446              From: Michael G Schwern <schwern@pobox.com>
2447              Date: Sun, 10 Mar 2002 16:18:14 -0500
2448              Message-Id: <20020310211813.GE27112@blackrider>
2449      Branch: perl
2450            ! ext/B/t/stash.t
2451 ____________________________________________________________________________
2452 [ 15158] By: ams                                   on 2002/03/11  03:28:04
2453         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
2454              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2455              Date: Sun, 10 Mar 2002 22:10:15 +0100
2456              Message-Id: <3C8BD9C7.610.7398DD@localhost>
2457      Branch: perl
2458            ! lib/Net/Ping/t/110_icmp_inst.t
2459 ____________________________________________________________________________
2460 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
2461         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
2462              From: Michael G Schwern <schwern@pobox.com>
2463              Date: Sun, 10 Mar 2002 19:22:33 -0500
2464              Message-ID: <20020311002233.GE4927@blackrider>
2465      Branch: perl
2466            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
2467            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
2468            ! lib/Test/Simple/t/fail-more.t
2469 ____________________________________________________________________________
2470 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
2471         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
2472              From: Michael G Schwern <schwern@pobox.com>
2473              Date: Sun, 10 Mar 2002 17:14:10 -0500
2474              Message-ID: <20020310221410.GA4915@blackrider>
2475      Branch: perl
2476            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
2477            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
2478 ____________________________________________________________________________
2479 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
2480         Log: Subject: [PATCH] more warnings tidyup
2481              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2482              Date: Sun, 10 Mar 2002 21:01:39 -0000
2483              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
2484      Branch: perl
2485            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
2486            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
2487            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
2488            ! util.c
2489 ____________________________________________________________________________
2490 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
2491         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
2492              From: Nicholas Clark <nick@unfortu.net>
2493              Date: Sun, 10 Mar 2002 23:21:07 +0000
2494              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
2495      Branch: perl
2496            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
2497            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
2498            ! ext/Encode/TW/Makefile.PL
2499 ____________________________________________________________________________
2500 [ 15153] By: ams                                   on 2002/03/11  03:06:59
2501         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
2502              From: Max Baker <max@warped.org>
2503              Date: Fri, 8 Mar 2002 10:56:19 -0800
2504              Message-Id: <20020308105619.A15039@warped.org>
2505      Branch: perl
2506            ! ext/IO/lib/IO/Socket/INET.pm
2507 ____________________________________________________________________________
2508 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
2509         Log: Subject: [PATCH] spelling correction
2510              From: Nicholas Clark <nick@unfortu.net>
2511              Date: Sun, 10 Mar 2002 18:34:42 +0000
2512              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
2513      Branch: perl
2514            ! pp.c pp_hot.c
2515 ____________________________________________________________________________
2516 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
2517         Log: DG/UX updates from Takis Psarogiannakopoulos.
2518      Branch: perl
2519            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
2520 ____________________________________________________________________________
2521 [ 15150] By: ams                                   on 2002/03/11  03:02:47
2522         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
2523              From: Chris Nandor <pudge@pobox.com>
2524              Date: Mon, 04 Mar 2002 17:48:12 -0500
2525              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
2526      Branch: perl
2527            ! lib/DB.pm lib/perl5db.pl
2528 ____________________________________________________________________________
2529 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
2530         Log: metaconfig unit changes in preparation of reentrancy changes.
2531      Branch: metaconfig
2532            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
2533            + U/threads/d_ttyname_r.U
2534            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
2535            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
2536            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
2537            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
2538            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2539            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
2540            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2541            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
2542            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
2543            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
2544            ! U/threads/d_strerror_r.U
2545 ____________________________________________________________________________
2546 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
2547         Log: Mysterious characters.
2548      Branch: perl
2549            ! utf8.h
2550 ____________________________________________________________________________
2551 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
2552         Log: Unused.
2553      Branch: perl
2554            ! op.c
2555 ____________________________________________________________________________
2556 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
2557         Log: Implement :std subpragma of the open pragma
2558              that makes the standard filehandles to talk in
2559              encodings.  This change set off a weird warning
2560              from op.c, though: disabled it now until someone
2561              who knows what it is about comes along.
2562      Branch: perl
2563            ! lib/open.pm op.c
2564 ____________________________________________________________________________
2565 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
2566         Log: Document the logic of :locale better.
2567      Branch: perl
2568            ! lib/open.pm
2569 ____________________________________________________________________________
2570 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
2571         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
2572              From: Slaven Rezic <slaven.rezic@berlin.de>
2573              Date: 10 Mar 2002 02:49:17 +0100
2574              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
2575      Branch: perl
2576            ! hints/freebsd.sh
2577 ____________________________________________________________________________
2578 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
2579         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
2580              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2581              Date: Sun, 10 Mar 2002 17:08:54 +0900
2582              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
2583      Branch: perl
2584            ! ext/Encode/lib/Encode/Tcl.pm
2585            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2586            ! ext/Encode/lib/Encode/Tcl/Extended.pm
2587            ! ext/Encode/lib/Encode/Tcl/Table.pm
2588 ____________________________________________________________________________
2589 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
2590         Log: The patch does the following:
2591              - Nix the unneccessary diagnostics line
2592              - Quell -w warnings if the first ENV doesn't exist
2593              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
2594              is too baroque and bloated for daily use (and for perl core inclusion).
2595              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
2596              non-fatal.
2597              - Consequently, the ^OPEN bits is set only when needed.
2598      Branch: perl
2599            ! lib/open.pm
2600 ____________________________________________________________________________
2601 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
2602         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
2603      Branch: perl
2604            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
2605 ____________________________________________________________________________
2606 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
2607         Log: Precedence problem.
2608      Branch: perl
2609            ! ext/Socket/socketpair.t
2610 ____________________________________________________________________________
2611 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
2612         Log: Renaming tweaks, and split off the reentrant "superbuffer"
2613              init routine.
2614      Branch: perl
2615            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
2616            ! sv.c util.c
2617 ____________________________________________________________________________
2618 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
2619         Log: The 7-bit jis seems to be the hanging one.
2620      Branch: perl
2621            ! ext/Encode/t/Tcl.t
2622 ____________________________________________________________________________
2623 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
2624         Log: Begone.
2625      Branch: perl
2626            ! ext/Encode/MANIFEST
2627 ____________________________________________________________________________
2628 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
2629         Log: Better fix from Autrijus.
2630      Branch: perl
2631            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
2632            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
2633 ____________________________________________________________________________
2634 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
2635         Log: Not everybody has Encode::HanExtra.
2636      Branch: perl
2637            ! ext/Encode/Encode.pm
2638 ____________________________________________________________________________
2639 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
2640         Log: Decutandpasto.
2641      Branch: perl
2642            ! ext/Encode/lib/Encode/Tcl.pm
2643 ____________________________________________________________________________
2644 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
2645         Log: Subject: [PATCH] Data::Dumper
2646              From: Nicholas Clark <nick@unfortu.net>
2647              Date: Sat, 9 Mar 2002 19:03:54 +0000
2648              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
2649      Branch: perl
2650            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2651            ! ext/Data/Dumper/t/dumper.t
2652 ____________________________________________________________________________
2653 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
2654         Log: Subject: [PATCH] socketpair.t w/o fork
2655              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2656              Date: Sat, 9 Mar 2002 14:55:11 +0100
2657              Message-ID: <3C8A224F.29578.13691BA@localhost>
2658              
2659              (modified as suggested by Sarathy)
2660      Branch: perl
2661            ! ext/Socket/socketpair.t
2662 ____________________________________________________________________________
2663 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
2664         Log: Subject: [PATCH perldelta] Mention Change 14727
2665              From: Autrijus Tang <autrijus@autrijus.org>
2666              Date: Sat, 9 Mar 2002 23:31:40 +0800
2667              Message-ID: <20020309153140.GA4224@not.autrijus.org>
2668      Branch: perl
2669            ! pod/perldelta.pod
2670 ____________________________________________________________________________
2671 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
2672         Log: Make Encode.pm implicitly load external CJK tables the first
2673              time they're needed (instead of immediately), from Autrijus
2674              Tang.
2675      Branch: perl
2676            ! ext/Encode/Encode.pm
2677 ____________________________________________________________________________
2678 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
2679         Log: Subject: Re: Two questions
2680              From: Nicholas Clark <nick@unfortu.net>
2681              Date: Sat, 9 Mar 2002 12:42:40 +0000
2682              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
2683      Branch: perl
2684            ! Porting/pumpkin.pod
2685 ____________________________________________________________________________
2686 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
2687         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
2688              From: Paul_GreenVOS@vos.stratus.com
2689              Date: Fri, 8 Mar 02 22:34 est
2690              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
2691      Branch: perl
2692            ! pp_sys.c
2693 ____________________________________________________________________________
2694 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
2695         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
2696              From: davem@fdgroup.co.uk
2697              Date: Sat, 9 Mar 2002 00:13:27 GMT
2698              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
2699      Branch: perl
2700            ! dump.c
2701 ____________________________________________________________________________
2702 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
2703         Log: Deglitch from Rafael.
2704      Branch: perl
2705            ! ext/B/t/lint.t
2706 ____________________________________________________________________________
2707 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
2708         Log: Still more portability.
2709      Branch: perl
2710            ! Porting/findrfuncs
2711 ____________________________________________________________________________
2712 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
2713         Log: More portability.
2714      Branch: perl
2715            ! Porting/findrfuncs
2716 ____________________________________________________________________________
2717 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
2718         Log: Shared library paths; running tests manually.
2719      Branch: perl
2720            ! INSTALL
2721 ____________________________________________________________________________
2722 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
2723         Log: Subject: RE: Two questions
2724              From: "Green, Paul" <Paul.Green@stratus.com>
2725              Date: Fri, 8 Mar 2002 17:55:19 -0500
2726              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
2727      Branch: perl
2728            ! Porting/pumpkin.pod
2729 ____________________________________________________________________________
2730 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
2731         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
2732              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
2733      Branch: perl
2734            + ext/B/t/lint.t
2735            ! MANIFEST ext/B/B/Lint.pm
2736 ____________________________________________________________________________
2737 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
2738         Log: metaconfig unit change for #15119.
2739      Branch: metaconfig
2740            ! U/threads/d_pthread_atfork.U
2741 ____________________________________________________________________________
2742 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
2743         Log: In DG/UX finding pthread_atfork requires a true compile,
2744              from Takis Psarogiannakopoulos.
2745      Branch: perl
2746            ! Configure config_h.SH
2747 ____________________________________________________________________________
2748 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
2749         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
2750              From: John Peacock <jpeacock@rowman.com>
2751              Date: Fri, 08 Mar 2002 15:52:41 -0500
2752              Message-ID: <3C892499.4050502@rowman.com>
2753      Branch: perl
2754            ! lib/ExtUtils/xsubpp
2755 ____________________________________________________________________________
2756 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
2757         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
2758              From: "Craig A. Berry" <craigberry@mac.com>
2759              Date: Fri, 08 Mar 2002 15:02:51 -0600
2760              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
2761      Branch: perl
2762            ! t/op/write.t
2763 ____________________________________________________________________________
2764 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
2765         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
2766              From: Paul_GreenVOS@vos.stratus.com
2767              Date: Fri, 8 Mar 02 14:45 est
2768              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
2769      Branch: perl
2770            ! installperl
2771 ____________________________________________________________________________
2772 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
2773         Log: Subject: [PATCH @15109] tm_tm_* for VMS
2774              From: "Craig A. Berry" <craigberry@mac.com>
2775              Date: Fri, 08 Mar 2002 13:07:52 -0600
2776              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
2777      Branch: perl
2778            ! configure.com
2779 ____________________________________________________________________________
2780 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
2781         Log: Detypo.
2782      Branch: perl
2783            ! Changes
2784 ____________________________________________________________________________
2785 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
2786         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
2787      Branch: perl
2788            ! t/op/pat.t
2789 ____________________________________________________________________________
2790 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
2791         Log: HP-UX nm seems to repeat itself.
2792      Branch: perl
2793            ! Porting/findrfuncs
2794 ____________________________________________________________________________
2795 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
2796         Log: Nice porting script from Sarathy.  Well, less nice
2797              in the sense that it shows the looong road ahead.
2798      Branch: perl
2799            + Porting/findrfuncs
2800            ! MANIFEST Porting/makerel
2801 ____________________________________________________________________________
2802 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
2803         Log: Subject: Re: Performance considerations for UTF-8
2804              From: Jarkko Hietaniemi <jhi@iki.fi>
2805              Date: Fri, 8 Mar 2002 18:53:28 +0200
2806              Message-ID: <20020308185328.D640@alpha.hut.fi>
2807              
2808              (put all in perlunicode)
2809      Branch: perl
2810            ! pod/perlunicode.pod
2811 ____________________________________________________________________________
2812 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
2813         Log: Update Changes.
2814      Branch: perl
2815            ! Changes patchlevel.h
2816 ____________________________________________________________________________
2817 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
2818         Log: Subject: Cygwin cygipc support skipped
2819              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2820              Date: Fri, 8 Mar 2002 16:59:34 +0100
2821              Message-ID: <113694157285.20020308165934@familiehaase.de>
2822      Branch: perl
2823            ! hints/cygwin.sh
2824 ____________________________________________________________________________
2825 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
2826         Log: metaconfig unit change for #15106.
2827      Branch: metaconfig
2828            ! U/compline/d_gconvert.U
2829 ____________________________________________________________________________
2830 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
2831         Log: Subject: Re: [PATCH] tests for Gconvert
2832              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2833              Date: Thu, 07 Mar 2002 16:48:10 -0800
2834              Message-ID: <KpAi8gzkganW092yn@efn.org>
2835      Branch: perl
2836            ! Configure config_h.SH t/base/num.t
2837 ____________________________________________________________________________
2838 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
2839         Log: The new test has some teething problems.
2840      Branch: perl
2841            - ext/B/t/lint.t
2842            ! MANIFEST
2843 ____________________________________________________________________________
2844 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
2845         Log: Subject: [PATCH] B::Lint tests
2846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2847              Date: Fri, 8 Mar 2002 14:47:19 +0100
2848              Message-ID: <20020308144719.A2663@rafael>
2849      Branch: perl
2850            + ext/B/t/lint.t
2851            ! MANIFEST ext/B/B/Lint.pm
2852 ____________________________________________________________________________
2853 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
2854         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
2855              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2856              Date: Fri, 8 Mar 2002 13:24:14 GMT
2857              Message-Id: <200203081324.NAA00642@cleo>
2858      Branch: perl
2859            ! hints/powerux.sh
2860 ____________________________________________________________________________
2861 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
2862         Log: Subject: HP has some new models
2863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2864              Date: Fri, 08 Mar 2002 13:07:02 +0100
2865              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
2866      Branch: perl
2867            ! README.hpux
2868 ____________________________________________________________________________
2869 [ 15101] By: ams                                   on 2002/03/08  09:11:40
2870         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
2871              From: Stas Bekman <stas@stason.org>
2872              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
2873              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
2874      Branch: perl
2875            ! pod/perlguts.pod
2876 ____________________________________________________________________________
2877 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
2878         Log: Update Changes
2879      Branch: maint-5.6/macperl
2880            ! macos/Changes
2881 ____________________________________________________________________________
2882 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
2883         Log: Replace macperlbundled with macperldelta
2884      Branch: maint-5.6/macperl
2885            ! macos/macperl/MacPerl.podhelp
2886 ____________________________________________________________________________
2887 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
2888         Log: Comsetic fixes (Thomas Wegner)
2889      Branch: maint-5.6/macperl
2890            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
2891 ____________________________________________________________________________
2892 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
2893         Log: Bump OS version
2894      Branch: maint-5.6/macperl
2895            ! macos/config.sh
2896 ____________________________________________________________________________
2897 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
2898         Log: Thought I deleted this already?
2899      Branch: perl
2900            - ext/I18N/Langinfo/fallback.c
2901 ____________________________________________________________________________
2902 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
2903         Log: perlport updates from Pudge.
2904      Branch: perl
2905            ! pod/perlport.pod
2906 ____________________________________________________________________________
2907 [ 15094] By: ams                                   on 2002/03/08  03:06:03
2908         Log: Nitpick.
2909      Branch: perl
2910            ! MANIFEST
2911 ____________________________________________________________________________
2912 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
2913         Log: Wrong test.
2914      Branch: perl
2915            ! pod/perldelta.pod
2916 ____________________________________________________________________________
2917 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
2918         Log: Integrate change 14064 from macperl to blead.
2919      Branch: perl
2920           !> pod/perlmodinstall.pod pod/perlport.pod
2921 ____________________________________________________________________________
2922 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
2923         Log: Integrate recent perlport changes
2924      Branch: maint-5.6/macperl
2925           !> pod/perlport.pod
2926 ____________________________________________________________________________
2927 [ 15089] By: ams                                   on 2002/03/08  01:54:03
2928         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
2929              minor typo in perlguts.pod
2930              From: Anton Tagunov <tagunov@motor.ru>
2931              Date: Fri, 8 Mar 2002 05:26:59 +0300
2932              Message-Id: <4649821189.20020308052659@motor.ru>
2933      Branch: perl
2934            ! pod/perlguts.pod
2935 ____________________________________________________________________________
2936 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
2937         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"! 
2938              From: Anton Tagunov <tagunov@newmail.ru>
2939              Date: Fri, 8 Mar 2002 04:31:44 +0300
2940              Message-ID: <13946506773.20020308043144@newmail.ru>
2941              
2942              (one test changed)
2943      Branch: perl
2944            ! lib/encoding.t sv.c
2945 ____________________________________________________________________________
2946 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
2947         Log: Subject: [PATCH perldelta] some more deltas
2948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2949              Date: Thu, 7 Mar 2002 23:13:23 +0100
2950              Message-ID: <20020307231323.A13068@rafael>
2951      Branch: perl
2952            ! pod/perldelta.pod
2953 ____________________________________________________________________________
2954 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
2955         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
2956              From: Paul_GreenVOS@vos.stratus.com
2957              Date: Thu, 7 Mar 02 14:25 est
2958              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
2959      Branch: perl
2960            ! t/io/fs.t
2961 ____________________________________________________________________________
2962 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
2963         Log: As suggested by Anton Tagunov, eq and cmp now obey the
2964              encoding pragma (by remapping their byte argument if the
2965              other argument is in Unicode).  Also fix a bug found by
2966              Anton where ord undef under the encoding pragma would barf.
2967              ([ID 20020307.009] A null pointer dereference with 'use encoding')
2968              Finally, use the nicer form of sv_recode_to_utf8.
2969      Branch: perl
2970            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
2971 ____________________________________________________________________________
2972 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
2973         Log: Retract #14985, #14899, and #14990, following the principles
2974              "Do no harm." and "If it ain't broke, don't fix it."
2975              
2976              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
2977              some, but still broken, and I do not have the extra brain
2978              cells for the EBCDIC backport.  Secondly, the old version
2979              worked both in EBCDIC and non-.  Thirdly, the old version
2980              may be more amenable for the behaviour suggsted by Anton
2981              Tagunov regarding the encoding pragma.
2982      Branch: perl
2983            ! embed.fnc embed.h global.sym proto.h sv.c util.c
2984 ____________________________________________________________________________
2985 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
2986         Log: Long doubles give you long doubles.
2987      Branch: perl
2988            ! t/base/num.t
2989 ____________________________________________________________________________
2990 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
2991         Log: Forgotten deMANIFESTation.
2992      Branch: perl
2993            ! MANIFEST
2994 ____________________________________________________________________________
2995 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
2996         Log: Obsolete unused file, noticed by Dank Kogai.
2997      Branch: perl
2998            - ext/Encode/lib/Encode/JP/Tr.pm
2999 ____________________________________________________________________________
3000 [ 15080] By: ams                                   on 2002/03/07  11:31:46
3001         Log: Subject: [PATCH Changes] Changes should mirror version number
3002              From: Robin Barker <rmb1@cise.npl.co.uk>
3003              Date: Thu, 7 Mar 2002 11:04:24 GMT
3004              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
3005      Branch: perl
3006            ! Porting/pumpkin.pod
3007 ____________________________________________________________________________
3008 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
3009         Log: metaconfig unit change for #15078.
3010      Branch: metaconfig
3011            ! U/compline/d_gconvert.U
3012 ____________________________________________________________________________
3013 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
3014         Log: Subject: Re: [PATCH] tests for Gconvert
3015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3016              Date: Wed, 06 Mar 2002 20:22:54 -0800
3017              Message-ID: <esuh8gzkg2/b092yn@efn.org>
3018      Branch: perl
3019            ! Configure pod/perldelta.pod t/base/num.t
3020 ____________________________________________________________________________
3021 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
3022         Log: Mac OS X UFS does not do ctime.
3023      Branch: perl
3024            ! pod/perldelta.pod pod/perlport.pod
3025 ____________________________________________________________________________
3026 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
3027         Log: AUTHORS updates.
3028      Branch: perl
3029            ! AUTHORS
3030 ____________________________________________________________________________
3031 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
3032         Log: Continued Chinese puzzles from Autrijus.
3033      Branch: perl
3034            + ext/Encode/t/CN.t ext/Encode/t/TW.t
3035            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
3036 ____________________________________________________________________________
3037 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
3038         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
3039              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3040              Date: Wed, 6 Mar 2002 18:13:51 +0100
3041              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
3042      Branch: perl
3043            ! lib/File/Spec/Win32.pm
3044 ____________________________________________________________________________
3045 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
3046         Log: perlport tweaks.
3047      Branch: perl
3048            ! pod/perlport.pod
3049 ____________________________________________________________________________
3050 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
3051         Log: Subject: Re: [PATCH docs] Re: Bug with -M
3052              From: Michael G Schwern <schwern@pobox.com>
3053              Date: Wed, 6 Mar 2002 16:20:27 -0500
3054              Message-ID: <20020306212027.GC4257@blackrider>
3055      Branch: perl
3056            ! pod/perlfunc.pod pod/perlport.pod
3057 ____________________________________________________________________________
3058 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
3059         Log: perldelta updates.
3060      Branch: perl
3061            ! pod/perldelta.pod
3062 ____________________________________________________________________________
3063 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
3064         Log: 5005threads wasn't even compiling.
3065      Branch: perl
3066            ! perl.c
3067 ____________________________________________________________________________
3068 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
3069         Log: Subject: Re: perl@15047 New format tests for still existing bugs
3070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3071              Date: Wed, 06 Mar 2002 12:59:29 +0100
3072              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
3073      Branch: perl
3074            ! t/op/write.t
3075 ____________________________________________________________________________
3076 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
3077         Log: Regen Glossary et al.
3078      Branch: perl
3079            ! Porting/Glossary Porting/config.sh Porting/config_H
3080 ____________________________________________________________________________
3081 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
3082         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
3083              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
3084      Branch: perl
3085            ! util.c
3086 ____________________________________________________________________________
3087 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
3088         Log: metaconfig unit change for #15065.
3089      Branch: metaconfig
3090            ! U/compline/i_time.U
3091 ____________________________________________________________________________
3092 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
3093         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
3094      Branch: perl
3095            ! Configure config_h.SH
3096 ____________________________________________________________________________
3097 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
3098         Log: Must remove fallback.c also from here.
3099      Branch: perl
3100            ! MANIFEST
3101 ____________________________________________________________________________
3102 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
3103         Log: Subject: Re: perl@15047 WinCE
3104              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3105              Date: Wed, 06 Mar 2002 13:41:30 +0100
3106              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
3107              
3108              Subject: Re: perl@15047 Win32
3109              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3110              Date: Wed, 06 Mar 2002 13:46:02 +0100
3111              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
3112              
3113              Subject: Re: perl@15047 Epoc
3114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3115              Date: Wed, 06 Mar 2002 13:48:31 +0100
3116              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
3117              
3118              Subject: Re: perl@15047 NetWare
3119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3120              Date: Wed, 06 Mar 2002 13:55:46 +0100
3121              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
3122      Branch: perl
3123            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
3124            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3125            ! wince/Makefile.ce wince/config.h
3126 ____________________________________________________________________________
3127 [ 15062] By: ams                                   on 2002/03/06  09:26:49
3128         Log: Subject: Re: perl@15047
3129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3130              Date: Wed, 06 Mar 2002 11:25:50 +0100
3131              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
3132      Branch: perl
3133            ! cygwin/perlld.in
3134 ____________________________________________________________________________
3135 [ 15061] By: ams                                   on 2002/03/06  08:44:12
3136         Log: Subject: Re: perl@15047
3137              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3138              Date: Wed, 06 Mar 2002 10:38:02 +0100
3139              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
3140      Branch: perl
3141            ! pod/perldelta.pod
3142 ____________________________________________________________________________
3143 [ 15060] By: ams                                   on 2002/03/06  08:30:33
3144         Log: Subject: Update perlhist.pod
3145              From: mjd@plover.com
3146              Date: 6 Mar 2002 07:11:55 -0000
3147              Message-Id: <20020306071155.10240.qmail@plover.com>
3148              
3149              Subject: [PATCH pod/perlvar.pod] $^V => string
3150              From: Stas Bekman <stas@stason.org>
3151              Date: Wed, 06 Mar 2002 14:56:55 +0800
3152              Message-Id: <3C85BDB7.7050700@stason.org>
3153      Branch: perl
3154            ! pod/perlhist.pod pod/perlvar.pod
3155 ____________________________________________________________________________
3156 [ 15059] By: ams                                   on 2002/03/06  04:15:38
3157         Log: Subject: [PATCH] assorted configure.com fix-ups
3158              From: "Craig A. Berry" <craigberry@mac.com>
3159              Date: Tue, 5 Mar 2002 23:11:22 -0600
3160              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
3161      Branch: perl
3162            ! configure.com
3163 ____________________________________________________________________________
3164 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
3165         Log: IRIX failure with long doubles.
3166      Branch: perl
3167            ! t/op/pack.t
3168 ____________________________________________________________________________
3169 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
3170         Log: Make reality and Changes coincide.
3171      Branch: perl
3172            ! Changes
3173 ____________________________________________________________________________
3174 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
3175         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
3176              From: Anton Tagunov <tagunov@motor.ru>
3177              Date: Wed, 6 Mar 2002 02:10:21 +0300
3178              Message-ID: <11152782757.20020306021021@motor.ru>
3179              
3180              (reworded)
3181      Branch: perl
3182            ! pod/perluniintro.pod
3183 ____________________________________________________________________________
3184 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
3185         Log: Subject: [PATCH] B::Lint doesn't work
3186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3187              Date: Tue, 5 Mar 2002 22:51:18 +0100
3188              Message-ID: <20020305225118.C733@rafael>
3189      Branch: perl
3190            ! ext/B/B/Lint.pm
3191 ____________________________________________________________________________
3192 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
3193         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
3194              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3195              Date: Mon, 04 Mar 2002 16:24:32 -0800
3196              Message-ID: <ABBh8gzkgezX092yn@efn.org>
3197      Branch: perl
3198            ! op.h pp_ctl.c t/op/flip.t
3199 ____________________________________________________________________________
3200 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
3201         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
3202              From: Nicholas Clark <nick@unfortu.net>
3203              Date: Tue, 5 Mar 2002 22:30:49 +0000
3204              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
3205      Branch: perl
3206            ! pod/perldelta.pod
3207 ____________________________________________________________________________
3208 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
3209         Log: Subject: [PATCH] tests for Gconvert
3210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3211              Date: Tue, 05 Mar 2002 16:35:45 -0800
3212              Message-ID: <hRWh8gzkgONX092yn@efn.org>
3213      Branch: perl
3214            ! t/base/num.t
3215 ____________________________________________________________________________
3216 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
3217         Log: Subject: [PATCH] toplevel Makefile.SH
3218              From: Paul_GreenVOS@vos.stratus.com
3219              Date: Tue, 5 Mar 02 17:34 est
3220              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
3221      Branch: perl
3222            ! Makefile.SH
3223 ____________________________________________________________________________
3224 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
3225         Log: Subject: [PATCH] pointer to perldelta in Changes
3226              From: Chris Nandor <pudge@pobox.com>
3227              Date: Tue, 05 Mar 2002 16:04:50 -0500
3228              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
3229      Branch: perl
3230            ! Changes
3231 ____________________________________________________________________________
3232 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
3233         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
3234              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3235              Date: Tue, 5 Mar 2002 22:26:20 +0100
3236              Message-ID: <20020305222620.A733@rafael>
3237      Branch: perl
3238            ! pod/perldelta.pod
3239 ____________________________________________________________________________
3240 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
3241         Log: Solaris: allow for /usr/bin/df not to exist.
3242              
3243              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
3244              From: Kingpin <mthurn@copper.dulles.tasc.com>
3245              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
3246              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
3247      Branch: perl
3248            ! hints/solaris_2.sh
3249 ____________________________________________________________________________
3250 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
3251         Log: Update Changes.
3252      Branch: perl
3253            ! Changes patchlevel.h
3254 ____________________________________________________________________________
3255 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
3256         Log: Double MANIFESTing.
3257      Branch: perl
3258            ! ext/Encode/MANIFEST
3259 ____________________________________________________________________________
3260 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
3261         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
3262      Branch: perl
3263            - ext/Encode/Encode/7bit-kr.enc
3264            - ext/Encode/lib/Encode/Tcl/HanZi.pm
3265            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
3266 ____________________________________________________________________________
3267 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
3268         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
3269              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3270              Date: Tue, 5 Mar 2002 14:35:57 +0100
3271              Message-ID: <20020305143557.C695@rafael>   
3272      Branch: perl
3273            ! pp_sys.c t/lib/warnings/pp_sys
3274 ____________________________________________________________________________
3275 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
3276         Log: Subject: [PATCH Devel::PPPort]
3277              From: Robin Barker <rmb1@cise.npl.co.uk>
3278              Date: Tue, 5 Mar 2002 13:37:59 GMT
3279              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
3280      Branch: perl
3281            ! ext/Devel/PPPort/Makefile.PL
3282 ____________________________________________________________________________
3283 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
3284         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
3285      Branch: perl
3286            ! ext/Encode/t/Tcl.t
3287 ____________________________________________________________________________
3288 [ 15041] By: nick                                  on 2002/03/05  07:23:58
3289         Log: Integrate mainline (5.7.3)
3290      Branch: perlio
3291           +> ext/Encode/lib/Encode/CN/HZ.pm
3292            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
3293           !> (integrate 54 files)
3294 ____________________________________________________________________________
3295 [ 15040] By: ams                                   on 2002/03/05  05:10:33
3296         Log: Subject: DOC PATCH 5.7.3 (perldelta)
3297              From: mjd@plover.com
3298              Date: 5 Mar 2002 05:35:58 -0000
3299              Message-Id: <20020305053558.31677.qmail@plover.com>
3300      Branch: perl
3301            ! pod/perldelta.pod
3302 ____________________________________________________________________________
3303 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
3304         Log: This is 5.7.3.
3305      Branch: perl
3306            ! patchlevel.h
3307 ____________________________________________________________________________
3308 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
3309         Log: Shoo.
3310      Branch: perl
3311            ! ext/Encode/t/Tcl.t
3312 ____________________________________________________________________________
3313 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
3314         Log: Update Changes.
3315      Branch: perl
3316            ! Changes patchlevel.h
3317 ____________________________________________________________________________
3318 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
3319         Log: Regen perlapi.
3320      Branch: perl
3321            ! pod/perlapi.pod
3322 ____________________________________________________________________________
3323 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
3324         Log: Tie::File doc tweak for Win32 from mjd. 
3325      Branch: perl
3326            ! lib/Tie/File.pm
3327 ____________________________________________________________________________
3328 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
3329         Log: Regen toc.
3330      Branch: perl
3331            ! pod/perltoc.pod
3332 ____________________________________________________________________________
3333 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
3334         Log: Decommission Encode::Tcl HZ testing for now.
3335      Branch: perl
3336            ! ext/Encode/t/Tcl.t
3337 ____________________________________________________________________________
3338 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
3339         Log: Must have a return.
3340      Branch: perl
3341            ! pp_pack.c
3342 ____________________________________________________________________________
3343 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
3344         Log: The very latest win32 score from Jan Dubois.
3345      Branch: perl
3346            ! pod/perldelta.pod
3347 ____________________________________________________________________________
3348 [ 15030] By: ams                                   on 2002/03/05  01:40:01
3349         Log: Subject: [PATCH] README.macos
3350              From: Chris Nandor <pudge@pobox.com>
3351              Date: Mon, 04 Mar 2002 17:37:59 -0500
3352              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
3353      Branch: perl
3354            ! README.macos
3355 ____________________________________________________________________________
3356 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
3357         Log: "The last pieces of Chinese puzzle" from Autrijus.
3358      Branch: perl
3359            + ext/Encode/lib/Encode/CN/HZ.pm
3360            - ext/Encode/Encode/HZ.enc
3361            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3362            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3363 ____________________________________________________________________________
3364 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
3365         Log: Known test failures updates.
3366      Branch: perl
3367            ! pod/perldelta.pod
3368 ____________________________________________________________________________
3369 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
3370         Log: One more nit from mjd.
3371      Branch: perl
3372            ! lib/Tie/File/t/16_handle.t
3373 ____________________________________________________________________________
3374 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
3375         Log: Upgrade to Tie::File 0.17 from mjd.
3376      Branch: perl
3377            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
3378            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3379 ____________________________________________________________________________
3380 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
3381         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
3382              From: Nicholas Clark <nick@unfortu.net>
3383              Date: Mon, 4 Mar 2002 23:33:52 +0000
3384              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
3385      Branch: perl
3386            ! pod/perldelta.pod
3387 ____________________________________________________________________________
3388 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
3389         Log: Escapee.
3390      Branch: perl
3391            ! proto.h
3392 ____________________________________________________________________________
3393 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
3394         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
3395              From: Nicholas Clark <nick@unfortu.net>
3396              Date: Mon, 4 Mar 2002 22:48:38 +0000
3397              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
3398      Branch: perl
3399            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
3400            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
3401            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
3402            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
3403            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
3404            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
3405            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
3406 ____________________________________________________________________________
3407 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
3408         Log: Cleaner.
3409      Branch: perl
3410            ! Makefile.SH
3411 ____________________________________________________________________________
3412 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
3413         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
3414              From: Jeffrey Friedl <jfriedl@yahoo.com>
3415              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
3416              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
3417      Branch: perl
3418            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
3419            ! pod/perlvar.pod
3420 ____________________________________________________________________________
3421 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
3422         Log: More Han tweaks from Autrjius Tang: most importantly,
3423              gbk is identical to cp936, so gbk can be removed and
3424              taken care of by an alias.
3425      Branch: perl
3426            - ext/Encode/Encode/gbk.enc
3427            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3428            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
3429            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3430            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3431 ____________________________________________________________________________
3432 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
3433         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
3434              From: Nicholas Clark <nick@unfortu.net>
3435              Date: Mon, 4 Mar 2002 22:20:13 +0000
3436              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
3437      Branch: perl
3438            ! pod/perldelta.pod
3439 ____________________________________________________________________________
3440 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
3441         Log: Based on
3442              
3443              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
3444              From: Anton Tagunov <tagunov@motor.ru>
3445              Date: Mon, 4 Mar 2002 21:14:39 +0300
3446              Message-ID: <1814137429.20020304211439@motor.ru>
3447      Branch: perl
3448            ! pod/perlunicode.pod
3449 ____________________________________________________________________________
3450 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
3451         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
3452              From: John Peacock <jpeacock@rowman.com>
3453              Date: Mon, 04 Mar 2002 16:18:42 -0500
3454              Message-ID: <3C83E4B2.3060700@rowman.com>
3455              
3456              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
3457              From: John Peacock <jpeacock@rowman.com>
3458              Date: Mon, 04 Mar 2002 16:42:55 -0500
3459              Message-ID: <3C83EA5F.80303@rowman.com>
3460      Branch: perl
3461            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3462 ____________________________________________________________________________
3463 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
3464         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
3465              From: "Craig A. Berry" <craigberry@mac.com>
3466              Date: Mon, 04 Mar 2002 14:47:59 -0600
3467              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
3468              
3469              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
3470              From: "Craig A. Berry" <craigberry@mac.com>
3471              Date: Mon, 04 Mar 2002 15:04:58 -0600
3472              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
3473      Branch: perl
3474            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
3475 ____________________________________________________________________________
3476 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
3477         Log: metaconfig unit change for #15014.
3478      Branch: metaconfig/U/perl
3479            ! Extensions.U
3480 ____________________________________________________________________________
3481 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
3482         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
3483              of known extensions, where Encode::JP already is.
3484      Branch: perl
3485            ! Configure Porting/config.sh Porting/config_H uconfig.h
3486 ____________________________________________________________________________
3487 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
3488         Log: SJIS, from Dan Kogai.
3489      Branch: perl
3490            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3491 ____________________________________________________________________________
3492 [ 15012] By: nick                                  on 2002/03/04  17:35:50
3493         Log: Intergrate perlio's Encode/compile
3494      Branch: perl
3495           !> ext/Encode/compile
3496 ____________________________________________________________________________
3497 [ 15011] By: nick                                  on 2002/03/04  17:29:54
3498         Log: Avoid $Id$ cleverness and just have a $VERSION.
3499      Branch: perlio
3500            ! ext/Encode/compile
3501 ____________________________________________________________________________
3502 [ 15010] By: nick                                  on 2002/03/04  17:29:14
3503         Log: Integrate mainline
3504      Branch: perlio
3505           +> lib/Math/BigInt/t/isa.t
3506           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
3507           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
3508           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
3509           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
3510           !> warnings.pl
3511 ____________________________________________________________________________
3512 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
3513         Log: Integrate ext/Encode/compile from perlio.
3514      Branch: perl
3515           !> ext/Encode/compile
3516 ____________________________________________________________________________
3517 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
3518         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
3519              updates not integrated, something odd going on in there.)
3520      Branch: perl
3521           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
3522           !> lib/Tie/File/t/16_handle.t
3523 ____________________________________________________________________________
3524 [ 15007] By: nick                                  on 2002/03/04  17:08:17
3525         Log: Integrate mainline
3526      Branch: perlio
3527           !> AUTHORS Changes Porting/Glossary Porting/config.sh
3528           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
3529           !> pod/perltoc.pod
3530 ____________________________________________________________________________
3531 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
3532         Log: A new M::BI test.
3533      Branch: perl
3534            + lib/Math/BigInt/t/isa.t
3535            ! MANIFEST
3536 ____________________________________________________________________________
3537 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
3538         Log: Subject: VMS test and perldelta update
3539              From: "Craig A. Berry" <craigberry@mac.com>
3540              Date: Mon, 04 Mar 2002 11:03:37 -0600
3541              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
3542      Branch: perl
3543            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
3544 ____________________________________________________________________________
3545 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
3546         Log: Needed for threaded builds.
3547      Branch: perl
3548            ! embed.fnc embed.h
3549 ____________________________________________________________________________
3550 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
3551         Log: Subject: [PATCH] taint + deprecated warnings
3552              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3553              Date: Mon, 4 Mar 2002 16:33:23 -0000
3554              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
3555      Branch: perl
3556            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
3557            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
3558            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
3559 ____________________________________________________________________________
3560 [ 15002] By: nick                                  on 2002/03/04  16:19:06
3561         Log: Win32 tweak
3562      Branch: perlio
3563            ! lib/Tie/File/t/16_handle.t
3564 ____________________________________________________________________________
3565 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
3566         Log: Update Changes.
3567      Branch: perl
3568            ! Changes patchlevel.h
3569 ____________________________________________________________________________
3570 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
3571         Log: AUTHORS updates.
3572      Branch: perl
3573            ! AUTHORS
3574 ____________________________________________________________________________
3575 [ 14999] By: nick                                  on 2002/03/04  15:26:43
3576         Log: Win32 hack
3577      Branch: perlio
3578            ! ext/Encode/compile ext/Encode/t/JP.t
3579 ____________________________________________________________________________
3580 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
3581         Log: Encode doc tweak from Autrijus Tang.
3582      Branch: perl
3583            ! ext/Encode/Encode.pm
3584 ____________________________________________________________________________
3585 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
3586         Log: Regen Glossary et al.  (It seems the #14875 didn't
3587              quite work in removing the double-dot?)
3588      Branch: perl
3589            ! Porting/Glossary Porting/config.sh Porting/config_H
3590 ____________________________________________________________________________
3591 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
3592         Log: Regen toc.
3593      Branch: perl
3594            ! pod/perltoc.pod
3595 ____________________________________________________________________________
3596 [ 14995] By: nick                                  on 2002/03/04  14:42:09
3597         Log: Remove debugging assert
3598      Branch: perlio
3599            ! ext/threads/shared/shared.xs
3600 ____________________________________________________________________________
3601 [ 14994] By: nick                                  on 2002/03/04  14:41:54
3602         Log: Integrate mainline
3603      Branch: perlio
3604           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
3605           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3606           !> lib/Tie/File/t/15_pushpop.t util.c
3607 ____________________________________________________________________________
3608 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
3609         Log: Han update from Autrijus Tang. 
3610      Branch: perl
3611            ! ext/Encode/Encode.pm
3612 ____________________________________________________________________________
3613 [ 14992] By: nick                                  on 2002/03/04  14:08:38
3614         Log: Integrate mainline - all tests pass - some noise from threads
3615              av_simple (SuSE7.3).
3616      Branch: perlio
3617           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
3618           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
3619           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
3620           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
3621           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
3622           +> lib/Tie/File/t/11_rv_splice_rs.t
3623           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
3624           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
3625           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3626            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3627            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3628            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3629            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3630            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3631            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3632            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
3633            - lib/Tie/File/15_pushpop.t
3634           !> (integrate 47 files)
3635 ____________________________________________________________________________
3636 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
3637         Log: Missing MANIFESTations.
3638      Branch: perl
3639            ! MANIFEST
3640 ____________________________________________________________________________
3641 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
3642         Log: Attempt at portability.
3643      Branch: perl
3644            ! util.c
3645 ____________________________________________________________________________
3646 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
3647         Log: Needed by #14985.
3648      Branch: perl
3649            ! embed.h global.sym proto.h
3650 ____________________________________________________________________________
3651 [ 14988] By: ams                                   on 2002/03/04  08:59:27
3652         Log: Upgrade to Tie::File 0.16.
3653      Branch: perl
3654            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3655            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
3656            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3657            ! lib/Tie/File/t/15_pushpop.t
3658 ____________________________________________________________________________
3659 [ 14987] By: ams                                   on 2002/03/04  08:48:11
3660         Log: Subject: [PATCH @14577] perly-fixer
3661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3662              Date: Mon, 4 Mar 2002 02:28:51 -0500
3663              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
3664      Branch: perl
3665            ! Makefile.SH perly.fixer
3666 ____________________________________________________________________________
3667 [ 14986] By: ams                                   on 2002/03/04  08:43:37
3668         Log: Subject: [PATCH @14577] xsubpp
3669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3670              Date: Mon, 4 Mar 2002 02:25:52 -0500
3671              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
3672      Branch: perl
3673            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3674 ____________________________________________________________________________
3675 [ 14985] By: ams                                   on 2002/03/04  08:40:46
3676         Log: Subject: [PATCH @14577] sv_cmp and friends
3677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3678              Date: Mon, 4 Mar 2002 02:31:04 -0500
3679              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
3680      Branch: perl
3681            ! embed.fnc sv.c util.c
3682 ____________________________________________________________________________
3683 [ 14984] By: ams                                   on 2002/03/04  08:16:06
3684         Log: Fix File::Path docs as suggested by Ronald Kimball.
3685      Branch: perl
3686            ! lib/File/Path.pm
3687 ____________________________________________________________________________
3688 [ 14983] By: ams                                   on 2002/03/04  08:11:20
3689         Log: Update perldata fix as suggested by Benjamin Goldberg.
3690      Branch: perl
3691            ! pod/perldata.pod
3692 ____________________________________________________________________________
3693 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
3694         Log: Faulty skip.
3695      Branch: perl
3696            ! ext/DB_File/t/db-recno.t
3697 ____________________________________________________________________________
3698 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
3699         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
3700              From: Anton Tagunov <tagunov@motor.ru>
3701              Date: Mon, 4 Mar 2002 05:41:41 +0300
3702              Message-Id: <7916563907.20020304054141@motor.ru>
3703              
3704              Subject: [ID 20020303.005] Patch perlinicode C API description
3705              From: Anton Tagunov <tagunov@motor.ru>
3706              Date: Mon, 4 Mar 2002 06:08:23 +0300
3707              Message-Id: <2018165510.20020304060823@motor.ru>
3708      Branch: perl
3709            ! lib/utf8.pm pod/perlunicode.pod
3710 ____________________________________________________________________________
3711 [ 14980] By: ams                                   on 2002/03/04  02:19:20
3712         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
3713              From: Anton Tagunov <tagunov@motor.ru>
3714              Date: Mon, 4 Mar 2002 02:17:40 +0300
3715              Message-Id: <1344322124.20020304021740@motor.ru>
3716      Branch: perl
3717            ! pod/perldata.pod
3718 ____________________________________________________________________________
3719 [ 14979] By: ams                                   on 2002/03/04  02:17:54
3720         Log: Subject: RE: [PATCH] RE: DB_File breakage
3721              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3722              Date: Sun, 3 Mar 2002 23:56:31 -0000
3723              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
3724      Branch: perl
3725            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3726            ! ext/DB_File/t/db-recno.t
3727 ____________________________________________________________________________
3728 [ 14978] By: ams                                   on 2002/03/04  02:07:16
3729         Log: Subject: [PATCH] docs for ExtUtils::Manifest
3730              From: Nicholas Clark <nick@unfortu.net>
3731              Date: Sun, 3 Mar 2002 23:29:25 +0000
3732              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
3733      Branch: perl
3734            ! lib/ExtUtils/Manifest.pm
3735 ____________________________________________________________________________
3736 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
3737         Log: Forgot from the M::BI 1.54 update.
3738      Branch: perl
3739            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
3740            ! lib/Math/BigInt/t/upgrade.inc
3741 ____________________________________________________________________________
3742 [ 14976] By: ams                                   on 2002/03/04  02:04:32
3743         Log: Subject: [PATCH] attr
3744              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3745              Date: Sun, 3 Mar 2002 22:09:58 -0000
3746              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
3747      Branch: perl
3748            ! lib/warnings.pm warnings.pl
3749 ____________________________________________________________________________
3750 [ 14975] By: ams                                   on 2002/03/04  02:01:27
3751         Log: Subject: [PATCH] File::Path documentation
3752              From: Colin Meyer <cmeyer@helvella.org>
3753              Date: Sun, 3 Mar 2002 14:54:24 -0800
3754              Message-Id: <20020303145424.A21774@hobart.helvella.org>
3755      Branch: perl
3756            ! lib/File/Path.pm
3757 ____________________________________________________________________________
3758 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
3759         Log: Typo.
3760      Branch: perl
3761            ! lib/Math/BigInt/t/upgrade.t
3762 ____________________________________________________________________________
3763 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
3764         Log: Editing errors.
3765      Branch: perl
3766            ! MANIFEST
3767 ____________________________________________________________________________
3768 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
3769         Log: Upgrade to Math::BigInt 1.54.
3770      Branch: perl
3771            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3772            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3773            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
3774            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
3775            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
3776            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
3777 ____________________________________________________________________________
3778 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
3779         Log: Test tweak from Craig Berry.
3780      Branch: perl
3781            ! lib/Tie/File/t/15_pushpop.t
3782 ____________________________________________________________________________
3783 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
3784         Log: Upgrade to Tie::File 0.15.
3785      Branch: perl
3786            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
3787            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
3788            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
3789            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
3790            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
3791            + lib/Tie/File/t/11_rv_splice_rs.t
3792            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
3793            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
3794            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3795            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3796            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3797            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3798            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3799            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3800            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
3801            - lib/Tie/File/15_pushpop.t
3802            ! MANIFEST lib/Tie/File.pm
3803 ____________________________________________________________________________
3804 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
3805         Log: The EBCDIC gaps apply only to the real A-Z.
3806      Branch: perl
3807            ! ext/B/B/Deparse.pm
3808 ____________________________________________________________________________
3809 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
3810         Log: EBCDIC: deparse \cX correctly.
3811      Branch: perl
3812            ! ext/B/B/Deparse.pm
3813 ____________________________________________________________________________
3814 [ 14967] By: ams                                   on 2002/03/03  18:18:00
3815         Log: Subject: [PATCH] nit in perlsyn.pod
3816              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3817              Date: Sun, 03 Mar 2002 20:16:10 +0100
3818              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
3819      Branch: perl
3820            ! pod/perlsyn.pod
3821 ____________________________________________________________________________
3822 [ 14966] By: ams                                   on 2002/03/03  18:06:32
3823         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
3824              From: Michael G Schwern <schwern@pobox.com>
3825              Date: Sun, 3 Mar 2002 13:33:28 -0500
3826              Message-Id: <20020303183328.GA3296@blackrider>
3827      Branch: perl
3828            ! utils/h2xs.PL
3829 ____________________________________________________________________________
3830 [ 14965] By: ams                                   on 2002/03/03  18:00:03
3831         Log: Subject: [ PATCH ] HP back to default
3832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3833              Date: Sun, 03 Mar 2002 18:48:34 +0100
3834              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
3835      Branch: perl
3836            ! hints/hpux.sh
3837 ____________________________________________________________________________
3838 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
3839         Log: EBCDIC: special cases of special cases.
3840      Branch: perl
3841            ! t/uni/case.pl
3842 ____________________________________________________________________________
3843 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
3844         Log: EBCDIC: the v-string components cannot exceed 2147483647.
3845      Branch: perl
3846            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
3847 ____________________________________________________________________________
3848 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
3849         Log: Remove the bogus "incorrect case" warning completely.
3850              The problem exists, but the cure, in which ever form
3851              it will be, needs to be something more subtle.
3852      Branch: perl
3853            ! op.c pod/perldiag.pod
3854 ____________________________________________________________________________
3855 [ 14961] By: ams                                   on 2002/03/03  13:39:09
3856         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
3857              From: Mark-Jason Dominus <mjd@plover.com>
3858              Date: Sun, 03 Mar 2002 09:32:16 -0500
3859              Message-Id: <20020303143216.10536.qmail@plover.com>
3860      Branch: perl
3861            ! t/op/tiearray.t
3862 ____________________________________________________________________________
3863 [ 14960] By: nick                                  on 2002/03/03  09:59:59
3864         Log: Integrate mainline
3865      Branch: perlio
3866           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
3867            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3868            ! ext/Encode/compile
3869           !> (integrate 27 files)
3870 ____________________________________________________________________________
3871 [ 14959] By: ams                                   on 2002/03/03  08:11:34
3872         Log: Fix #14957.
3873      Branch: perl
3874            ! ext/DB_File/t/db-recno.t
3875 ____________________________________________________________________________
3876 [ 14958] By: ams                                   on 2002/03/03  05:51:00
3877         Log: Subject: [PATCH @14577] NL in debugger
3878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3879              Date: Sat, 2 Mar 2002 05:34:12 -0500
3880              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
3881      Branch: perl
3882            ! lib/perl5db.pl
3883 ____________________________________________________________________________
3884 [ 14957] By: ams                                   on 2002/03/03  05:00:04
3885         Log: Subject: Re: DB_File breakage
3886              From: Schuyler Erle <schuyler@oreilly.com>
3887              Date: Sat, 02 Mar 2002 21:50:30 -0800
3888              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
3889      Branch: perl
3890            ! ext/DB_File/t/db-recno.t
3891 ____________________________________________________________________________
3892 [ 14956] By: ams                                   on 2002/03/03  04:40:08
3893         Log: Subject: [PATCH @14577] Debugging OPs
3894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3895              Date: Sat, 2 Mar 2002 05:49:58 -0500
3896              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
3897      Branch: perl
3898            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
3899            ! pod/perlrun.pod sv.h
3900 ____________________________________________________________________________
3901 [ 14955] By: ams                                   on 2002/03/03  04:34:41
3902         Log: Subject: Tie::Array doc patch
3903              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
3904              Date: Sat, 02 Mar 2002 08:42:56 +0900
3905              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
3906      Branch: perl
3907            ! lib/Tie/Array.pm
3908 ____________________________________________________________________________
3909 [ 14954] By: ams                                   on 2002/03/03  04:23:33
3910         Log: Subject: Re: Smoke 14870
3911              From: Nicholas Clark <nick@unfortu.net>
3912              Date: Sat, 2 Mar 2002 20:00:53 +0000
3913              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
3914      Branch: perl
3915            ! README.hpux
3916 ____________________________________________________________________________
3917 [ 14953] By: ams                                   on 2002/03/03  04:15:49
3918         Log: Subject: RE: VERSION core
3919              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3920              Date: Sat, 2 Mar 2002 22:50:44 -0000
3921              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
3922      Branch: perl
3923            ! t/comp/use.t
3924 ____________________________________________________________________________
3925 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
3926         Log: The #14949 removed this error from non-Win32.
3927      Branch: perl
3928            ! t/lib/warnings/op
3929 ____________________________________________________________________________
3930 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
3931         Log: BeOS back on track.
3932      Branch: perl
3933            ! README.beos
3934 ____________________________________________________________________________
3935 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
3936         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
3937              higher is okay.
3938      Branch: perl
3939            ! ext/POSIX/t/posix.t
3940 ____________________________________________________________________________
3941 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
3942         Log: For now, make "incorrect case" a Win32-only warning.
3943      Branch: perl
3944            ! op.c
3945 ____________________________________________________________________________
3946 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
3947         Log: Demand more before attempting socketpair().
3948      Branch: perl
3949            ! pp_sys.c
3950 ____________________________________________________________________________
3951 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
3952         Log: Remove obsolete hack.
3953      Branch: perl
3954            ! makedepend.SH
3955 ____________________________________________________________________________
3956 [ 14946] By: ams                                   on 2002/03/02  16:00:32
3957         Log: Forgot to delete encode.* from MANIFEST.
3958      Branch: perl
3959            ! MANIFEST
3960 ____________________________________________________________________________
3961 [ 14945] By: ams                                   on 2002/03/02  14:41:03
3962         Log: Delete ex-test output.
3963      Branch: perl
3964            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3965 ____________________________________________________________________________
3966 [ 14944] By: ams                                   on 2002/03/02  13:54:35
3967         Log: Subject: [PATCH] DB_File 1.803
3968              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3969              Date: Sat, 2 Mar 2002 14:33:32 -0000
3970              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
3971      Branch: perl
3972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3973            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3974 ____________________________________________________________________________
3975 [ 14943] By: ams                                   on 2002/03/02  13:43:06
3976         Log: Upgrade to Tie::File 0.14.
3977      Branch: perl
3978            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
3979            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
3980            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
3981 ____________________________________________________________________________
3982 [ 14942] By: nick                                  on 2002/03/02  11:05:53
3983         Log: Integrate mainline
3984      Branch: perlio
3985           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
3986           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
3987           +> ext/Encode/t/table.utf8
3988           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
3989           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
3990           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3991           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
3992           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
3993           !> universal.c utils/perldoc.PL
3994 ____________________________________________________________________________
3995 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
3996         Log: More CJK (just C, really) tables from Autrijus Tang
3997              (originally from iconv, used with permission of Bruno Haible)
3998      Branch: perl
3999            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
4000            + ext/Encode/Encode/iso-ir-165.enc
4001            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
4002            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
4003            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
4004 ____________________________________________________________________________
4005 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
4006         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
4007              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4008              Date: Fri, 1 Mar 2002 15:32:13 -0500
4009              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
4010      Branch: perl
4011            ! utils/perldoc.PL
4012 ____________________________________________________________________________
4013 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
4014         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
4015              From: Schuyler Erle <schuyler@oreilly.com>
4016              Date: Fri, 01 Mar 2002 14:22:19 -0800
4017              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
4018              
4019              Subject: Re: PATCH: "splice() offset past end of array" warning.
4020              From: Mark-Jason Dominus <mjd@plover.com>
4021              Date: Fri, 01 Mar 2002 17:19:49 -0500
4022              Message-ID: <20020301221949.7610.qmail@plover.com>
4023      Branch: perl
4024            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
4025 ____________________________________________________________________________
4026 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
4027         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
4028              From: Mark-Jason Dominus <mjd@plover.com>
4029              Date: Fri, 01 Mar 2002 18:35:35 -0500
4030              Message-ID: <20020301233535.15969.qmail@plover.com>
4031      Branch: perl
4032            ! av.c
4033 ____________________________________________________________________________
4034 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
4035         Log: Subject: RE: VERSION core
4036              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4037              Date: Fri, 1 Mar 2002 23:47:48 -0000
4038              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
4039      Branch: perl
4040            ! pod/perldiag.pod universal.c
4041 ____________________________________________________________________________
4042 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
4043         Log: Update Changes
4044      Branch: maint-5.6/macperl
4045            ! macos/Changes
4046 ____________________________________________________________________________
4047 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
4048         Log: Fix update to resources
4049      Branch: maint-5.6/macperl
4050            ! macos/macperl/MacPerl.r
4051 ____________________________________________________________________________
4052 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
4053         Log: metaconfig unit change for #14930.
4054      Branch: metaconfig
4055            ! U/modified/Init.U
4056 ____________________________________________________________________________
4057 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
4058         Log: Fix debugger to handle Mac OS psedofiles
4059      Branch: maint-5.6/macperl
4060            ! lib/DB.pm lib/perl5db.pl
4061 ____________________________________________________________________________
4062 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
4063         Log: Various fixes from Thomas Wegner
4064      Branch: maint-5.6/macperl
4065            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
4066 ____________________________________________________________________________
4067 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
4068         Log: Some resource updates
4069      Branch: maint-5.6/macperl
4070            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
4071            ! macos/macperl/MacPerl.rsrc
4072 ____________________________________________________________________________
4073 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
4074         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
4075              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4076              Date: Fri, 01 Mar 2002 09:38:59 -0800
4077              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
4078      Branch: perl
4079            ! Configure
4080 ____________________________________________________________________________
4081 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
4082         Log: Add some missing sfio symbols (Alan Fry)
4083      Branch: maint-5.6/macperl
4084            ! macos/macperl.sym
4085 ____________________________________________________________________________
4086 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
4087         Log: Update version and README
4088      Branch: maint-5.6/macperl
4089            ! README.macos macos/MPVersion.r
4090 ____________________________________________________________________________
4091 [ 14926] By: nick                                  on 2002/03/01  15:56:41
4092         Log: Integrate mainline
4093      Branch: perlio
4094           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
4095           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
4096           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
4097           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
4098           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
4099           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
4100           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
4101           +> lib/Tie/File/13_size_rs.t
4102           !> (integrate 80 files)
4103 ____________________________________________________________________________
4104 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
4105         Log: Better advertising.
4106      Branch: perl
4107            ! pod/perldelta.pod pod/perlfaq5.pod
4108 ____________________________________________________________________________
4109 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
4110         Log: Update Changes.
4111      Branch: perl
4112            ! Changes patchlevel.h
4113 ____________________________________________________________________________
4114 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
4115         Log: Lost in the shuffle.
4116      Branch: perl
4117            + lib/Math/BigInt/t/downgrade.t
4118            ! MANIFEST
4119 ____________________________________________________________________________
4120 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
4121         Log: Advertise Tie::File.
4122      Branch: perl
4123            ! pod/perldelta.pod pod/perlfaq5.pod
4124 ____________________________________________________________________________
4125 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
4126         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
4127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4128              Date: Thu, 28 Feb 2002 18:55:48 +0100
4129              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
4130      Branch: perl
4131            ! x2p/walk.c
4132 ____________________________________________________________________________
4133 [ 14920] By: ams                                   on 2002/03/01  09:06:01
4134         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
4135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4136              Date: Tue, 26 Feb 2002 19:54:31 -0500
4137              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
4138      Branch: perl
4139            ! embed.fnc ext/B/B/Deparse.pm gv.c
4140 ____________________________________________________________________________
4141 [ 14919] By: ams                                   on 2002/03/01  03:03:12
4142         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
4143      Branch: perl
4144            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
4145            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
4146            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
4147            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
4148            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
4149            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
4150            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
4151 ____________________________________________________________________________
4152 [ 14918] By: ams                                   on 2002/03/01  02:36:58
4153         Log: Add Tie::File 0.12 from MJD.
4154      Branch: perl
4155            + lib/Tie/File.pm lib/Tie/File/01_gen.t
4156            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
4157            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
4158            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
4159            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
4160            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
4161            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
4162            ! MANIFEST
4163 ____________________________________________________________________________
4164 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
4165         Log: Encoding name mapping tweaks.
4166      Branch: perl
4167            ! ext/Encode/Encode.pm
4168 ____________________________________________________________________________
4169 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
4170         Log: metaconfig unit change for #14915.
4171      Branch: metaconfig
4172            ! U/modified/Init.U
4173 ____________________________________________________________________________
4174 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
4175         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
4176              From: Paul_GreenVOS@vos.stratus.com
4177              Date: Thu, 28 Feb 02 15:05 est
4178              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
4179      Branch: perl
4180            ! Configure
4181 ____________________________________________________________________________
4182 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
4183         Log: PL_bostr was pointing to the wrong string
4184              (a string left around from the loading of the Unicode \w)
4185              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
4186              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
4187      Branch: perl
4188            ! regexec.c
4189 ____________________________________________________________________________
4190 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
4191         Log: Sync with libnet-1.10
4192      Branch: perl
4193            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
4194            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
4195            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
4196            ! lib/Net/t/netrc.t
4197 ____________________________________________________________________________
4198 [ 14912] By: ams                                   on 2002/02/28  13:02:50
4199         Log: Subject: [PATCH] perldelta.pod fixes
4200              From: Autrijus Tang <autrijus@autrijus.org>
4201              Date: Thu, 28 Feb 2002 21:44:15 +0800
4202              Message-Id: <20020228134415.GB16422@not.autrijus.org>
4203      Branch: perl
4204            ! pod/perldelta.pod
4205 ____________________________________________________________________________
4206 [ 14911] By: ams                                   on 2002/02/28  11:31:44
4207         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
4208              From: Stas Bekman <stas@stason.org>
4209              Date: Mon, 04 Feb 2002 16:18:53 +0800
4210              Message-Id: <3C7E1E5F.1000605@stason.org>
4211              (Applied by hand).
4212      Branch: perl
4213            ! lib/File/Copy.pm
4214 ____________________________________________________________________________
4215 [ 14910] By: ams                                   on 2002/02/28  11:26:47
4216         Log: Subject: [PATCH lib/Pod/Html.pm]
4217              From: Stas Bekman <stas@stason.org>
4218              Date: Thu, 28 Feb 2002 20:05:01 +0800
4219              Message-Id: <3C7E1CED.7000307@stason.org>
4220      Branch: perl
4221            ! lib/Pod/Html.pm
4222 ____________________________________________________________________________
4223 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
4224         Log: Tests for #14908.
4225      Branch: perl
4226            ! t/op/pat.t
4227 ____________________________________________________________________________
4228 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
4229         Log: Make shared hash keys to be \0-terminated:
4230              one possible resolution for
4231              "UTF-8, weird \w behaviour after HASH-KEY-ification"
4232              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
4233              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
4234              The hash keys weren't \0-terminated.  This meant that the EOL ($)
4235              in regmatch() got the nextchr beyond the last character.  Since
4236              the keys were UTF-8, the nextchr was \1, not the usual
4237              string-terminating \0.  Wham, no match.
4238              
4239              I think another possible resolution could be to stop the nextchr
4240              computation in regmatch() from peeking beyond the last character
4241              of the string:
4242              
4243              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
4244      Branch: perl
4245            ! hv.c hv.h
4246 ____________________________________________________________________________
4247 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
4248         Log: Subject: [PATCH] Perl interface to newIO()
4249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4250              Date: Wed, 27 Feb 2002 20:15:27 -0800
4251              Message-ID: <f7af8gzkgaET092yn@efn.org>
4252      Branch: perl
4253            ! lib/Symbol.pm
4254 ____________________________________________________________________________
4255 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
4256         Log: The "list" part of
4257              
4258              Subject: [PATCH perlop] .. returns a *list* of *integers*
4259              From: Mike Guy <mjtg@cam.ac.uk>
4260              Date: Tue, 26 Feb 2002 18:30:22 +0000
4261              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
4262              
4263              plus few nits.
4264      Branch: perl
4265            ! pod/perlop.pod
4266 ____________________________________________________________________________
4267 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
4268         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
4269              From: Abe Timmerman <abe@ztreet.demon.nl>
4270              Date: Thu, 28 Feb 2002 00:04:06 +0100
4271              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
4272      Branch: perl
4273            ! lib/File/stat.t
4274 ____________________________________________________________________________
4275 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
4276         Log: Integrate from maintperl.
4277      Branch: maint-5.6/macperl
4278           !> doio.c op.c t/io/open.t t/pragma/strict-subs
4279 ____________________________________________________________________________
4280 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
4281         Log: Upgrade to Math::BigInt 1.53.
4282      Branch: perl
4283            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4284            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4285            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4286            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
4287            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
4288            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
4289 ____________________________________________________________________________
4290 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
4291         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
4292              From: "Craig A. Berry" <craigberry@mac.com>
4293              Date: Wed, 27 Feb 2002 15:36:38 -0600
4294              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
4295      Branch: perl
4296            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
4297            ! vms/ext/filespec.t
4298 ____________________________________________________________________________
4299 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
4300         Log: Subject: [PATCH] Some minor changes for Cygwin
4301              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
4302              Date: Wed, 27 Feb 2002 22:25:41 +0100
4303              Message-ID: <14296492589.20020227222541@familiehaase.de>
4304      Branch: perl
4305            ! Makefile.SH README.cygwin cygwin/perlld.in
4306 ____________________________________________________________________________
4307 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
4308         Log: Update the UTF-8 explanation table.
4309      Branch: perl
4310            ! pod/perlunicode.pod utf8.h
4311 ____________________________________________________________________________
4312 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
4313         Log: Repatch from Robin Barker: anon subs in C<package;> are
4314              now __ANON__::__ANON__ (should help for mod_perl package
4315              since #12251)
4316      Branch: perl
4317            ! gv.c op.c t/op/runlevel.t toke.c
4318 ____________________________________________________________________________
4319 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
4320         Log: Update Changes.
4321      Branch: perl
4322            ! Changes patchlevel.h
4323 ____________________________________________________________________________
4324 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
4325         Log: perldelta updates.
4326      Branch: perl
4327            ! pod/perldelta.pod
4328 ____________________________________________________________________________
4329 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
4330         Log: Signedness nit.
4331      Branch: perl
4332            ! regexec.c
4333 ____________________________________________________________________________
4334 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
4335         Log: Subject: Re: Smoke 14870
4336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4337              Date: Wed, 27 Feb 2002 16:48:35 +0100
4338              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
4339              
4340              (with some additional garnish)
4341      Branch: perl
4342            ! README.hpux hints/hpux.sh
4343 ____________________________________________________________________________
4344 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
4345         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
4346              into perl.exp in AIX.
4347      Branch: perl
4348            ! makedef.pl perl.h
4349 ____________________________________________________________________________
4350 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
4351         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
4352              From: Robin Barker <rmb1@cise.npl.co.uk>
4353              Date: Wed, 27 Feb 2002 14:39:35 GMT
4354              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
4355      Branch: perl
4356            ! pod/perlrun.pod
4357 ____________________________________________________________________________
4358 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
4359         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
4360              From: Robin Barker <rmb1@cise.npl.co.uk>
4361              Date: Wed, 27 Feb 2002 12:25:30 GMT
4362              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
4363      Branch: perl
4364            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
4365            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
4366            ! pod/perlunicode.pod pod/perluniintro.pod
4367 ____________________________________________________________________________
4368 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
4369         Log: Only modify LD_LIBRARY_PATH in case there are directories.
4370      Branch: perl
4371            ! hints/dec_osf.sh
4372 ____________________________________________________________________________
4373 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
4374         Log: Subject: [PATCH] perl/hints/vos.sh
4375              From: Paul_GreenVOS@vos.stratus.com
4376              Date: Tue, 26 Feb 02 15:19 est
4377              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
4378      Branch: perl
4379            ! hints/vos.sh
4380 ____________________________________________________________________________
4381 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
4382         Log: Forgot from #14888.
4383      Branch: perl
4384            ! ext/Unicode/Normalize/mkheader
4385 ____________________________________________________________________________
4386 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
4387         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
4388      Branch: perl
4389            ! ext/Unicode/Normalize/Changes
4390            ! ext/Unicode/Normalize/Normalize.pm
4391            ! ext/Unicode/Normalize/Normalize.xs
4392            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
4393            ! ext/Unicode/Normalize/t/test.t
4394 ____________________________________________________________________________
4395 [ 14887] By: ams                                   on 2002/02/26  23:51:52
4396         Log: Subject: Missing diagnostics
4397              From: Simon Glover <scog@roe.ac.uk>
4398              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
4399              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
4400              
4401              Subject: [PATCH] Better wording for the lvalue vec diagnostic
4402              From: Simon Glover <scog@roe.ac.uk>
4403              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
4404              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
4405      Branch: perl
4406            ! doop.c pod/perldiag.pod t/op/vec.t
4407 ____________________________________________________________________________
4408 [ 14886] By: ams                                   on 2002/02/26  15:48:34
4409         Log: Subject: [PATCH] Not OK 5.7.2@14884
4410              From: andreas.koenig@anima.de (Andreas J. Koenig)
4411              Date: Tue, 26 Feb 2002 15:03:55 +0100
4412              Message-Id: <m38z9gfigk.fsf@anima.de>
4413      Branch: perl
4414            ! t/lib/access.t
4415 ____________________________________________________________________________
4416 [ 14885] By: nick                                  on 2002/02/26  13:48:55
4417         Log: Integrate mainline
4418      Branch: perlio
4419           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
4420           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
4421           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4422            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
4423           !> (integrate 102 files)
4424 ____________________________________________________________________________
4425 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
4426         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
4427              1.1999999999999996, or thereabouts (yes, even sprintf).
4428      Branch: perl
4429            ! t/base/num.t
4430 ____________________________________________________________________________
4431 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
4432         Log: Neither.
4433      Branch: perl
4434            ! pod/perldelta.pod
4435 ____________________________________________________________________________
4436 [ 14882] By: ams                                   on 2002/02/26  08:46:55
4437         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
4438              From: Michael G Schwern <schwern@pobox.com>
4439              Date: Tue, 26 Feb 2002 01:01:28 -0500
4440              Message-Id: <20020226060128.GA2439@blackrider>
4441      Branch: perl
4442            ! hv.c pod/perldiag.pod
4443 ____________________________________________________________________________
4444 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
4445         Log: Subject: [PATCH B::Concise] docs, typos
4446              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4447              Date: Mon, 25 Feb 2002 16:41:16 +0100
4448              Message-ID: <20020225164116.A1054@rafael>
4449      Branch: perl
4450            ! ext/B/B/Concise.pm
4451 ____________________________________________________________________________
4452 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
4453         Log: POSIX: add isatty to @EXPORT_OK, reformat.
4454      Branch: perl
4455            ! ext/POSIX/POSIX.pm
4456 ____________________________________________________________________________
4457 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
4458         Log: If using -Dloclibpth=... the directories need to
4459              be appended to LD_LIBRARY_PATH (and ickily, if those
4460              directories contain a (newer?) libdb.so, we need to
4461              prepend    /usr/shlib to loclibpth).
4462      Branch: perl
4463            ! hints/dec_osf.sh
4464 ____________________________________________________________________________
4465 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
4466         Log: Subject: [PATCH] Perl interface to newIO()
4467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
4468              Date: Mon, 25 Feb 2002 15:04:57 -0800
4469              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
4470      Branch: perl
4471            ! lib/Symbol.pm lib/Symbol.t
4472 ____________________________________________________________________________
4473 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
4474         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
4475              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
4476              Date: Mon, 25 Feb 2002 21:58:30 +0100
4477              Message-ID: <20020225215830.A744@rafael>
4478      Branch: perl
4479            ! pod/perlvar.pod
4480 ____________________________________________________________________________
4481 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
4482         Log: Big5 tweaks from Autrijus Tang.
4483      Branch: perl
4484            ! ext/Encode/Encode/big5.enc
4485 ____________________________________________________________________________
4486 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
4487         Log: Subject: [PATCH Glossary configpm] cleanups
4488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4489              Date: Mon, 25 Feb 2002 23:27:15 +0100
4490              Message-ID: <20020225232715.C744@rafael>
4491      Branch: perl
4492            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
4493 ____________________________________________________________________________
4494 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
4495         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
4496              From: Nicholas Clark <nick@unfortu.net>
4497              Date: Mon, 25 Feb 2002 21:53:24 +0000
4498              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
4499      Branch: perl
4500            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
4501            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
4502            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
4503 ____________________________________________________________________________
4504 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
4505         Log: Upgrade to I18N::LangTags 0.27.
4506              (Causes one flipflop back to perl.com URL, must poke Sean.)
4507      Branch: perl
4508            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4509            ! lib/I18N/LangTags/List.pm
4510 ____________________________________________________________________________
4511 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
4512         Log: Upgrade to Getopt::Long 2.28.
4513      Branch: perl
4514            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4515            ! lib/Getopt/Long/README
4516 ____________________________________________________________________________
4517 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
4518         Log: No =head.
4519      Branch: perl
4520            ! pod/perlebcdic.pod
4521 ____________________________________________________________________________
4522 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
4523         Log: Update Changes.
4524      Branch: perl
4525            ! Changes patchlevel.h
4526 ____________________________________________________________________________
4527 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
4528         Log: metaconfig unit change for #14868.
4529      Branch: metaconfig
4530            ! U/modified/Chk_MANI.U
4531 ____________________________________________________________________________
4532 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
4533         Log: Some hosts understand split -l 50, some only split -50
4534              (from Paul Eggert).
4535      Branch: perl
4536            ! Configure
4537 ____________________________________________________________________________
4538 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
4539         Log: Subject: Re: [PATCH bleadperl] socketpair.t
4540              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4541              Date: Sun, 24 Feb 2002 10:31:25 +0100
4542              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
4543              
4544              (the pid half only)
4545      Branch: perl
4546            ! win32/win32.c
4547 ____________________________________________________________________________
4548 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
4549         Log: Mention the new pack tricks.
4550      Branch: perl
4551            ! pod/perldelta.pod
4552 ____________________________________________________________________________
4553 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
4554         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
4555              From: Richard.Foley@t-online.de (Richard Foley)
4556              Date: Mon, 25 Feb 2002 13:47:03 +0100
4557              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
4558      Branch: perl
4559            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
4560            ! pod/perldebug.pod pod/perldelta.pod
4561 ____________________________________________________________________________
4562 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
4563         Log: Typo corrections from John P. Linderman.
4564      Branch: perl
4565            ! ext/IPC/SysV/Semaphore.pm
4566 ____________________________________________________________________________
4567 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
4568         Log: Upgrade to Math::BigInt 1.52.
4569      Branch: perl
4570            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4571            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4572            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4573            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
4574            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
4575 ____________________________________________________________________________
4576 [ 14862] By: ams                                   on 2002/02/25  10:39:40
4577         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
4578              From: Robin Barker <rmb1@cise.npl.co.uk>
4579              Date: Mon, 25 Feb 2002 11:35:06 GMT
4580              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
4581              
4582              Subject: [PATCH Net/Cmd.pm]
4583              From: Robin Barker <rmb1@cise.npl.co.uk>
4584              Date: Mon, 25 Feb 2002 11:37:06 GMT
4585              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
4586      Branch: perl
4587            ! lib/Cwd.pm lib/Net/Cmd.pm
4588 ____________________________________________________________________________
4589 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
4590         Log: Cut-and-paste errors.
4591      Branch: perl
4592            ! t/op/pat.t
4593 ____________________________________________________________________________
4594 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
4595         Log: EBCDIC: the control characters are not that easy to find.
4596      Branch: perl
4597            ! t/op/pat.t
4598 ____________________________________________________________________________
4599 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
4600         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
4601              From: John Peacock <jpeacock@rowman.com>
4602              Date: Sun, 24 Feb 2002 22:08:28 -0500
4603              Message-ID: <3C79AAAC.6060903@rowman.com>
4604      Branch: perl
4605            ! sv.c
4606 ____________________________________________________________________________
4607 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
4608         Log: SvSetSV() is not returnable, but that's okay since
4609              sv_copypv() returns void.
4610      Branch: perl
4611            ! sv.c
4612 ____________________________________________________________________________
4613 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
4614         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
4615              From: John Peacock <jpeacock@rowman.com>                 
4616              Date: Sun, 24 Feb 2002 16:40:07 -0500
4617              Message-ID: <3C795DB7.40105@rowman.com>               
4618      Branch: perl
4619            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
4620            ! pp_hot.c proto.h sv.c
4621 ____________________________________________________________________________
4622 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
4623         Log: Tiny code cleanup.
4624      Branch: perl
4625            ! regexec.c
4626 ____________________________________________________________________________
4627 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
4628         Log: Use to_uni_fold().
4629      Branch: perl
4630            ! regcomp.c
4631 ____________________________________________________________________________
4632 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
4633         Log: Document the new taint behaviour of exec LIST and
4634              system LIST.
4635      Branch: perl
4636            ! pod/perldelta.pod
4637 ____________________________________________________________________________
4638 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
4639         Log: Subject: [PATCH] Re: taint news
4640              From: Rick Delaney <rick.delaney@rogers.com>             
4641              Date: 24 Feb 2002 11:35:00 -0500
4642              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
4643      Branch: perl
4644            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
4645 ____________________________________________________________________________
4646 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
4647         Log: EBCDIC tweak (native instead of uni) and comment update.
4648      Branch: perl
4649            ! regexec.c
4650 ____________________________________________________________________________
4651 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
4652         Log: Using uninitialized (and wrong) variables is not good.
4653      Branch: perl
4654            ! regcomp.c
4655 ____________________________________________________________________________
4656 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
4657         Log: EBCDIC: this seems to calm the last of the
4658              Malformed UTF-8 warnings.
4659      Branch: perl
4660            ! regcomp.c utf8.c
4661 ____________________________________________________________________________
4662 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
4663         Log: EBCDIC: document using Encode for character conversions.
4664      Branch: perl
4665            ! pod/perlebcdic.pod
4666 ____________________________________________________________________________
4667 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
4668         Log: EBCDIC: disable also Unicode::Collate and
4669              Unicode::Normalize for now.  Real users of
4670              EBCDIC have to decide what they want.
4671      Branch: perl
4672            ! ext/Unicode/Normalize/Normalize.pm
4673            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4674            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
4675            ! lib/Unicode/Collate/t/test.t
4676 ____________________________________________________________________________
4677 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
4678         Log: AUTHORS updates.
4679      Branch: perl
4680            ! AUTHORS
4681 ____________________________________________________________________________
4682 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
4683         Log: Retract #14571: there may be a better solution than
4684              tweaking the test.
4685      Branch: perl
4686            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4687 ____________________________________________________________________________
4688 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
4689         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
4690              From: "Craig A. Berry" <craigberry@mac.com> 
4691              Date: Sat, 23 Feb 2002 14:14:35 -0600
4692              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
4693      Branch: perl
4694            ! configure.com
4695 ____________________________________________________________________________
4696 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
4697         Log: metaconfig unit change for #14843.
4698      Branch: metaconfig/U/perl
4699            ! Extensions.U
4700 ____________________________________________________________________________
4701 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
4702         Log: Also Encode/JP needs to be listed explicitly.
4703              (Any other sub-Encode extensions?)
4704      Branch: perl
4705            ! Configure
4706 ____________________________________________________________________________
4707 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
4708         Log: Document known UNICOS/mk deficiency.
4709      Branch: perl
4710            ! pod/perldelta.pod
4711 ____________________________________________________________________________
4712 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
4713         Log: Subject: [PATCH] README mention version 5.0
4714              From: Autrijus Tang <autrijus@autrijus.org>
4715              Date: Sat, 23 Feb 2002 09:35:22 +0800
4716              Message-ID: <20020223013522.GA8694@not.autrijus.org>
4717      Branch: perl
4718            ! README
4719 ____________________________________________________________________________
4720 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
4721         Log: metaconfig unit change for #14839.
4722      Branch: metaconfig
4723            ! U/modified/Signal.U
4724 ____________________________________________________________________________
4725 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
4726         Log: Old hosts like NeXT Classic don't have sort -k,
4727              from Paul Eggert.
4728      Branch: perl
4729            ! Configure
4730 ____________________________________________________________________________
4731 [ 14838] By: ams                                   on 2002/02/22  21:14:29
4732         Log: Minor clarifications as suggested by Anton Tagunov.
4733      Branch: perl
4734            ! pod/perlsyn.pod
4735 ____________________________________________________________________________
4736 [ 14837] By: ams                                   on 2002/02/22  21:07:02
4737         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
4738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4739              Date: Fri, 22 Feb 2002 23:01:07 +0100
4740              Message-Id: <20020222230107.A15069@rafael>
4741      Branch: perl
4742            ! sv.c t/op/gv.t
4743 ____________________________________________________________________________
4744 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
4745         Log: metaconfig unit change for #14835.
4746      Branch: metaconfig
4747            ! U/modified/Chk_MANI.U
4748 ____________________________________________________________________________
4749 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
4750         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
4751      Branch: perl
4752            ! Configure
4753 ____________________________________________________________________________
4754 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
4755         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
4756              From: Michael G Schwern <schwern@pobox.com>
4757              Date: Fri, 22 Feb 2002 12:10:28 -0500
4758              Message-ID: <20020222171027.GB4181@blackrider>
4759      Branch: perl
4760            ! ext/Encode/compile
4761 ____________________________________________________________________________
4762 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
4763         Log: Update Changes.
4764      Branch: perl
4765            ! Changes patchlevel.h
4766 ____________________________________________________________________________
4767 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
4768         Log: Implement IV/UV/NV/long double pack/unpack with
4769              template letters j/J/F/D (the latter two have been
4770              undocumented aliases of f/d).
4771      Branch: perl
4772            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
4773 ____________________________________________________________________________
4774 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
4775         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
4776              From: Nicholas Clark <nick@unfortu.net>
4777              Date: Fri, 22 Feb 2002 14:01:25 +0000
4778              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
4779      Branch: perl
4780            ! ext/Encode/compile
4781 ____________________________________________________________________________
4782 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
4783         Log: NetWare change from Ananth Kesari.
4784      Branch: perl
4785            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
4786            ! MANIFEST
4787 ____________________________________________________________________________
4788 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
4789         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
4790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4791              Date: Fri, 22 Feb 2002 03:55:13 -0500
4792              Message-ID: <20020222035513.A894@math.ohio-state.edu>
4793      Branch: perl
4794            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
4795 ____________________________________________________________________________
4796 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
4797         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
4798      Branch: perl
4799            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
4800 ____________________________________________________________________________
4801 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
4802         Log: Make measure_struct a file static.
4803      Branch: perl
4804            ! pp_pack.c
4805 ____________________________________________________________________________
4806 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
4807         Log: EBCDIC: someone who knows what they are doing
4808              and whether it is possible at all in the first
4809              place needs to figure these tests out on EBCDIC.
4810              The CJK encodings heavily abuse their knowledge
4811              of ASCII and that may require a translation layer
4812              or four to survive UTF-EBCDIC.
4813      Branch: perl
4814            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
4815 ____________________________________________________________________________
4816 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
4817         Log: croak() needs context.
4818      Branch: perl
4819            ! pp_pack.c
4820 ____________________________________________________________________________
4821 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
4822         Log: Subject: [PATCH @14577] pack with a human face: the sequel
4823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4824              Date: Thu, 21 Feb 2002 21:33:37 -0500
4825              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
4826      Branch: perl
4827            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
4828            ! proto.h t/op/pack.t
4829 ____________________________________________________________________________
4830 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
4831         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
4832              From: Nicholas Clark <nick@unfortu.net> 
4833              Date: Fri, 22 Feb 2002 00:49:44 +0000
4834              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
4835      Branch: perl
4836            ! ext/Encode/compile
4837 ____________________________________________________________________________
4838 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
4839         Log: Test for #14795.
4840      Branch: perl
4841            ! t/op/pat.t
4842 ____________________________________________________________________________
4843 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
4844         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
4845      Branch: perl
4846            ! t/op/pat.t
4847 ____________________________________________________________________________
4848 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
4849         Log: Subject: [PATCH] next batch of bugfixes
4850              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4851              Date: Thu, 21 Feb 2002 23:54:41 +0100
4852              Message-ID: <20020221235441.A17260@rafael>
4853      Branch: perl
4854            ! ext/B/B/Deparse.pm
4855 ____________________________________________________________________________
4856 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
4857         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)
4858              From: chromatic <chromatic@rmci.net>
4859              Date: Thu, 21 Feb 2002 14:17:35 -0700
4860              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
4861      Branch: perl
4862            ! lib/File/stat.pm lib/File/stat.t
4863 ____________________________________________________________________________
4864 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
4865         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
4866      Branch: perl
4867            ! ext/re/re.xs
4868 ____________________________________________________________________________
4869 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
4870         Log: Upgrade to Math::BigInt 1.51.
4871      Branch: perl
4872            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
4873            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
4874            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4875            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4876            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4877            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4878            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
4879            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
4880            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
4881            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
4882            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
4883            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4884 ____________________________________________________________________________
4885 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
4886         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
4887              From: "Gerrit P. Haase" <gp@familiehaase.de>
4888              Date: Thu, 21 Feb 2002 21:20:25 +0100
4889              Message-ID: <69510538936.20020221212025@familiehaase.de>
4890      Branch: perl
4891            ! Makefile.SH
4892 ____________________________________________________________________________
4893 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
4894         Log: Subject: [PATCH @14577] grouping in pack/unpack
4895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4896              Date: Thu, 21 Feb 2002 06:06:14 -0500
4897              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
4898      Branch: perl
4899            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
4900            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
4901 ____________________________________________________________________________
4902 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
4903         Log: Subject: [PATCH propose] question about fs.t
4904              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4905              Date: Thu, 21 Feb 2002 15:10:21 +0100
4906              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
4907      Branch: perl
4908            ! t/io/fs.t
4909 ____________________________________________________________________________
4910 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
4911         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
4912              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
4913              Date: Thu, 21 Feb 2002 09:54:28 +0100
4914              Message-ID: <13576559576.20020221095428@familiehaase.de>     
4915      Branch: perl
4916            ! Makefile.SH
4917 ____________________________________________________________________________
4918 [ 14812] By: ams                                   on 2002/02/21  14:59:09
4919         Log: Subject: typo correction
4920              From: mjd@plover.com
4921              Date: 21 Feb 2002 15:43:49 -0000
4922              Message-Id: <20020221154349.22772.qmail@plover.com>
4923      Branch: perl
4924            ! pod/perldebug.pod
4925 ____________________________________________________________________________
4926 [ 14811] By: ams                                   on 2002/02/21  14:02:12
4927         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
4928              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4929              Date: Thu, 21 Feb 2002 15:22:22 +0100
4930              Message-Id: <20020221152222.A15095@rafael>
4931      Branch: perl
4932            ! op.h toke.c
4933 ____________________________________________________________________________
4934 [ 14810] By: ams                                   on 2002/02/21  12:45:28
4935         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
4936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4937              Date: Thu, 21 Feb 2002 06:02:48 -0500
4938              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
4939      Branch: perl
4940            ! lib/ExtUtils/Mksymlists.pm makedef.pl
4941 ____________________________________________________________________________
4942 [ 14809] By: nick                                  on 2002/02/21  09:31:08
4943         Log: Integrate mainline
4944      Branch: perlio
4945           +> lib/Pod/t/Select.t
4946           !> (integrate 37 files)
4947 ____________________________________________________________________________
4948 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
4949         Log: metaconfig unit change for #14807.
4950      Branch: metaconfig
4951            ! U/modified/Signal.U
4952 ____________________________________________________________________________
4953 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
4954         Log: Revert #14805, didn't quite work.
4955      Branch: perl
4956            ! Configure config_h.SH
4957 ____________________________________________________________________________
4958 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
4959         Log: metaconfig changes for #14805.
4960      Branch: metaconfig
4961            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
4962 ____________________________________________________________________________
4963 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
4964         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
4965              From: Paul Eggert <eggert@twinsun.com>
4966              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
4967              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
4968      Branch: perl
4969            ! Configure config_h.SH
4970 ____________________________________________________________________________
4971 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
4972         Log: More advice.
4973      Branch: perl
4974            ! README.os390
4975 ____________________________________________________________________________
4976 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
4977         Log: Missing MANIFESTation.
4978      Branch: perl
4979            ! MANIFEST
4980 ____________________________________________________________________________
4981 [ 14802] By: ams                                   on 2002/02/20  22:55:25
4982         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
4983              From: Autrijus Tang <autrijus@autrijus.org>
4984              Date: Thu, 21 Feb 2002 07:13:12 +0800
4985              Message-Id: <20020220231312.GA775@not.autrijus.org>
4986      Branch: perl
4987            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
4988 ____________________________________________________________________________
4989 [ 14801] By: ams                                   on 2002/02/20  22:27:20
4990         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
4991              From: Abe Timmerman <abe@ztreet.demon.nl>
4992              Date: Thu, 21 Feb 2002 00:20:40 +0100
4993              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
4994      Branch: perl
4995            + lib/Pod/t/Select.t
4996 ____________________________________________________________________________
4997 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
4998         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
4999              twice, causing the loop to skip every other character.
5000      Branch: perl
5001            ! utf8.c
5002 ____________________________________________________________________________
5003 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
5004         Log: Better debugging info.
5005      Branch: perl
5006            ! t/uni/case.pl
5007 ____________________________________________________________________________
5008 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
5009         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
5010              From: Nicholas Clark <nick@unfortu.net>
5011              Date: Wed, 20 Feb 2002 22:13:05 +0000
5012              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
5013      Branch: perl
5014            ! ext/Encode/compile
5015 ____________________________________________________________________________
5016 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
5017         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
5018              From: Paul Eggert <eggert@twinsun.com>
5019              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
5020              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
5021      Branch: perl
5022            ! pod/perlhack.pod
5023 ____________________________________________________________________________
5024 [ 14796] By: nick                                  on 2002/02/20  18:15:00
5025         Log: Integrate mainline
5026      Branch: perlio
5027           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5028           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
5029           +> lib/Locale/Country.pod lib/Locale/Currency.pod
5030           +> lib/Locale/Language.pod lib/Locale/Script.pm
5031           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
5032           +> t/uni/title.t t/uni/upper.t
5033           !> (integrate 41 files)
5034 ____________________________________________________________________________
5035 [ 14795] By: ams                                   on 2002/02/20  17:08:38
5036         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
5037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5038              Date: Wed, 20 Feb 2002 18:06:59 +0000
5039              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
5040      Branch: perl
5041            ! pp_ctl.c
5042 ____________________________________________________________________________
5043 [ 14794] By: ams                                   on 2002/02/20  16:41:56
5044         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
5045              From: Paul_GreenVOS@vos.stratus.com
5046              Date: Wed, 20 Feb 02 12:21 est
5047              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
5048      Branch: perl
5049            ! Makefile.SH
5050 ____________________________________________________________________________
5051 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
5052         Log: Forgot from #14790.
5053      Branch: perl
5054            ! pp_pack.c
5055 ____________________________________________________________________________
5056 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
5057         Log: Update Changes.
5058      Branch: perl
5059            ! Changes patchlevel.h
5060 ____________________________________________________________________________
5061 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
5062         Log: Integrate change #14778 from maintperl.
5063      Branch: perl
5064            ! t/lib/strict/subs
5065           !> op.c
5066 ____________________________________________________________________________
5067 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
5068         Log: Subject: Re: [ID 20020220.001] pack w with objects
5069              From: Ulrich Pfeifer <upf@de.uu.net>
5070              Date: 20 Feb 2002 11:21:15 +0100
5071              Message-ID: <p5g03wcv38.fsf@de.uu.net>
5072      Branch: perl
5073            ! t/op/pack.t
5074 ____________________________________________________________________________
5075 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
5076         Log: Subject: Re: [PATCH] go faster for Encode's compile
5077              From: Nicholas Clark <nick@unfortu.net> 
5078              Date: Tue, 19 Feb 2002 23:38:36 +0000
5079              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
5080      Branch: perl
5081            ! ext/Encode/compile
5082 ____________________________________________________________________________
5083 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
5084         Log: Regen Glossary.
5085      Branch: perl
5086            ! Porting/Glossary Porting/config.sh Porting/config_H
5087 ____________________________________________________________________________
5088 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
5089         Log: metaconfig unit change for #14786 (not visible yet,
5090              since Glossary needs regenerating)
5091      Branch: metaconfig
5092            ! U/compline/d_gconvert.U
5093 ____________________________________________________________________________
5094 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
5095         Log: Subject: d_Gconvert hints and Glossary
5096              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5097              Date: Tue, 19 Feb 2002 11:55:36 -0800
5098              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
5099      Branch: perl
5100            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
5101            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
5102            ! hints/svr5.sh
5103 ____________________________________________________________________________
5104 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
5105         Log: metaconfig unit changes for #14784.
5106      Branch: metaconfig
5107            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
5108 ____________________________________________________________________________
5109 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
5110         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
5111              From: Paul Eggert <eggert@twinsun.com>              
5112              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
5113              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
5114      Branch: perl
5115            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
5116            ! pod/perlhack.pod
5117 ____________________________________________________________________________
5118 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
5119         Log: metaconfig unit change for #14782.
5120      Branch: metaconfig/U/perl
5121            ! Mksymlinks.U
5122 ____________________________________________________________________________
5123 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
5124         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
5125              From: "Gerrit P. Haase" <gp@familiehaase.de>
5126              Date: Wed, 20 Feb 2002 00:23:29 +0100
5127              Message-ID: <70348722516.20020220002329@familiehaase.de>
5128      Branch: perl
5129            ! Configure
5130 ____________________________________________________________________________
5131 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
5132         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
5133              From: Nicholas Clark <nick@unfortu.net> 
5134              Date: Tue, 19 Feb 2002 19:27:42 +0000
5135              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
5136              
5137              (with modifications)
5138      Branch: perl
5139            ! pod/perlsub.pod
5140 ____________________________________________________________________________
5141 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
5142         Log: NetWare tweak from Ananth Kesari.
5143      Branch: perl
5144            ! lib/ExtUtils/MakeMaker.pm
5145 ____________________________________________________________________________
5146 [ 14779] By: ams                                   on 2002/02/20  06:51:55
5147         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
5148      Branch: perl
5149            ! pod/perlfaq4.pod
5150 ____________________________________________________________________________
5151 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
5152         Log: constant folding on the range operator had the effect of disabling
5153              peephole optimizations in all the siblings of the range OP; the
5154              effect of this was that barewords could escape strictures when
5155              they were hiding in such places
5156      Branch: maint-5.6/perl
5157            ! op.c t/pragma/strict-subs
5158 ____________________________________________________________________________
5159 [ 14777] By: ams                                   on 2002/02/20  00:56:21
5160         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
5161              From: Graham Barr <gbarr@pobox.com>
5162              Date: Tue, 19 Feb 2002 23:08:47 +0000
5163              Message-Id: <20020219230847.G66560@pobox.com>
5164      Branch: perl
5165            ! lib/Time/Local.pm
5166 ____________________________________________________________________________
5167 [ 14776] By: ams                                   on 2002/02/19  17:20:28
5168         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
5169              From: Nicholas Clark <nick@unfortu.net>
5170              Date: Tue, 19 Feb 2002 16:23:22 +0000
5171              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
5172      Branch: perl
5173            ! lib/Tie/Hash.pm
5174 ____________________________________________________________________________
5175 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
5176         Log: Regen doc, regen toc.
5177      Branch: perl
5178            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
5179 ____________________________________________________________________________
5180 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
5181         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
5182              From: Dave Mitchell <davem@fdgroup.co.uk>
5183              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
5184              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
5185      Branch: perl
5186            ! pod/perlsub.pod
5187 ____________________________________________________________________________
5188 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
5189         Log: Detypo.
5190      Branch: perl
5191            ! lib/Tie/Memoize.pm
5192 ____________________________________________________________________________
5193 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
5194         Log: UTF-8 C API doc tweaks.
5195      Branch: perl
5196            ! pod/perlunicode.pod
5197 ____________________________________________________________________________
5198 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
5199         Log: Mention that the case-switchers know about Unicode, too.
5200      Branch: perl
5201            ! pod/perlop.pod
5202 ____________________________________________________________________________
5203 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
5204         Log: Upgrade to Locale::Codes 2.01.
5205      Branch: perl
5206            + lib/Locale/Constants.pod lib/Locale/Country.pod
5207            + lib/Locale/Currency.pod lib/Locale/Language.pod
5208            + lib/Locale/Script.pod
5209            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5210            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5211            ! lib/Locale/Currency.pm lib/Locale/Language.pm
5212            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
5213 ____________________________________________________________________________
5214 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
5215         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
5216              From: Dave Mitchell <davem@fdgroup.co.uk>
5217              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
5218              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
5219      Branch: perl
5220            ! pod/perlsub.pod
5221 ____________________________________________________________________________
5222 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
5223         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
5224              From: Sam Tregar <sam@tregar.com> 
5225              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
5226              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
5227      Branch: perl
5228            ! sv.h
5229 ____________________________________________________________________________
5230 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
5231         Log: The test requires perlio.
5232      Branch: perl
5233            ! ext/Encode/t/JP.t
5234 ____________________________________________________________________________
5235 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
5236         Log: Misplaced block end.
5237      Branch: perl
5238            ! utf8.c
5239 ____________________________________________________________________________
5240 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
5241         Log: The POSIX extensions are deadly.
5242      Branch: perl
5243            ! regcomp.c
5244 ____________________________________________________________________________
5245 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
5246         Log: Let's not overdo the growth.
5247      Branch: perl
5248            ! pp.c
5249 ____________________________________________________________________________
5250 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
5251         Log: Third time makes the charm.
5252      Branch: perl
5253            ! README.os390
5254 ____________________________________________________________________________
5255 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
5256         Log: Oops.
5257      Branch: perl
5258            ! utf8.c
5259 ____________________________________________________________________________
5260 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
5261         Log: Add back the new casing tests.
5262      Branch: perl
5263            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5264            ! MANIFEST
5265 ____________________________________________________________________________
5266 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
5267         Log: Prefer special case mappings.
5268      Branch: perl
5269            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5270            ! lib/unicore/To/Upper.pl lib/unicore/mktables
5271 ____________________________________________________________________________
5272 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
5273         Log: Try special casing first.
5274      Branch: perl
5275            ! utf8.c
5276 ____________________________________________________________________________
5277 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
5278         Log: Not extending enough.
5279      Branch: perl
5280            ! pp.c utf8.h
5281 ____________________________________________________________________________
5282 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
5283         Log: No need to store identity mappings.
5284      Branch: perl
5285            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5286            ! lib/unicore/mktables
5287 ____________________________________________________________________________
5288 [ 14756] By: ams                                   on 2002/02/18  20:21:17
5289         Log: Forward port #14704 from maint-5.6.
5290      Branch: perl
5291            ! doio.c
5292 ____________________________________________________________________________
5293 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
5294         Log: Regen Changes.
5295      Branch: perl
5296            ! Changes
5297 ____________________________________________________________________________
5298 [ 14754] By: ams                                   on 2002/02/18  19:01:09
5299         Log: Subject: [PATCH] VMS cando_by_name and current process privs
5300              From: "Craig A. Berry" <craigberry@mac.com>
5301              Date: Mon, 18 Feb 2002 14:03:30 -0600
5302              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
5303      Branch: perl
5304            ! vms/vms.c
5305 ____________________________________________________________________________
5306 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
5307         Log: Update Changes.
5308      Branch: perl
5309            ! Changes patchlevel.h
5310 ____________________________________________________________________________
5311 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
5312         Log: What do you know; these tests unearthed nasty problems.
5313              Will resolve those first.
5314      Branch: perl
5315            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5316            ! MANIFEST
5317 ____________________________________________________________________________
5318 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
5319         Log: Update Changes.
5320      Branch: perl
5321            ! Changes patchlevel.h
5322 ____________________________________________________________________________
5323 [ 14750] By: ams                                   on 2002/02/18  17:36:05
5324         Log: Subject: Re: IO::Poll: Removing Handles
5325              From: Matthew Sachs <matthewg@zevils.com>
5326              Date: Mon, 18 Feb 2002 13:19:01 -0500
5327              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
5328      Branch: perl
5329            ! ext/IO/lib/IO/t/io_poll.t
5330 ____________________________________________________________________________
5331 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
5332         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
5333              From: "Craig A. Berry" <craigberry@mac.com>
5334              Date: Mon, 18 Feb 2002 11:52:21 -0600
5335              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
5336      Branch: perl
5337            ! t/op/alarm.t t/op/glob.t
5338 ____________________________________________________________________________
5339 [ 14748] By: ams                                   on 2002/02/18  15:53:36
5340         Log: s/load_module/Perl_load_module/
5341      Branch: perl
5342            ! gv.c
5343 ____________________________________________________________________________
5344 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
5345         Log: Unused in ASCII, used in EBCDIC.
5346      Branch: perl
5347            ! utf8.c
5348 ____________________________________________________________________________
5349 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
5350         Log: Upgrade to Locale::Codes 2.00.
5351      Branch: perl
5352            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5353            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
5354            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
5355            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5356            ! lib/Locale/Currency.pm lib/Locale/Language.pm
5357 ____________________________________________________________________________
5358 [ 14745] By: ams                                   on 2002/02/18  15:20:44
5359         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
5360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5361              Date: Sat, 16 Feb 2002 00:06:01 +0100
5362              Message-Id: <20020216000601.A17249@rafael>
5363      Branch: perl
5364            ! gv.c
5365 ____________________________________________________________________________
5366 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
5367         Log: More Unicode casing checks.
5368      Branch: perl
5369            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5370            ! MANIFEST
5371 ____________________________________________________________________________
5372 [ 14743] By: ams                                   on 2002/02/18  14:35:38
5373         Log: Subject: IO::Poll: Removing Handles
5374              From: Matthew Sachs <matthewg@zevils.com>
5375              Date: Sun, 17 Feb 2002 04:49:46 -0500
5376              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
5377      Branch: perl
5378            ! ext/IO/lib/IO/Poll.pm
5379 ____________________________________________________________________________
5380 [ 14741] By: ams                                   on 2002/02/18  13:59:48
5381         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
5382              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5383              Date: Mon, 18 Feb 2002 15:41:26 +0100
5384              Message-Id: <20020218154126.A692@rafael>
5385      Branch: perl
5386            ! pp_ctl.c t/op/do.t
5387 ____________________________________________________________________________
5388 [ 14740] By: nick                                  on 2002/02/18  09:09:23
5389         Log: Integrate mainline
5390      Branch: perlio
5391           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5392           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
5393           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
5394           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5395           +> ext/Encode/lib/Encode/JP/Constants.pm
5396           +> ext/Encode/lib/Encode/JP/H2Z.pm
5397           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5398           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
5399           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
5400           +> os2/OS2/Process/t/os2_process.t
5401           +> os2/OS2/Process/t/os2_process_kid.t
5402           +> os2/OS2/Process/t/os2_process_text.t
5403            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5404            - ext/Encode/t/Japanese.t
5405           !> (integrate 47 files)
5406 ____________________________________________________________________________
5407 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
5408         Log: EBCDIC: now the worst seems to be over for
5409              the "Malformed" warnings.  Still a few of them,
5410              and plenty of test failures, but getting better.
5411      Branch: perl
5412            ! regcomp.c utf8.c
5413 ____________________________________________________________________________
5414 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
5415         Log: Upgrade to Net::Ping 2.12.
5416      Branch: perl
5417            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5418            ! lib/Net/Ping/t/110_icmp_inst.t
5419 ____________________________________________________________________________
5420 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
5421         Log: After much rewriting we are now pretty much
5422              back to where we started.
5423      Branch: perl
5424            ! utf8.c
5425 ____________________________________________________________________________
5426 [ 14736] By: ams                                   on 2002/02/18  01:23:00
5427         Log: Subject: [PATCH B::Deparse] two fixes
5428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5429              Date: Sun, 17 Feb 2002 23:58:59 +0100
5430              Message-Id: <20020217235859.A32513@rafael>
5431      Branch: perl
5432            ! ext/B/B/Deparse.pm
5433 ____________________________________________________________________________
5434 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
5435         Log: Buglet.
5436      Branch: perl
5437            ! ext/Encode/lib/Encode/JP/JIS.pm
5438 ____________________________________________________________________________
5439 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
5440         Log: Clearing up to_utf8_case() continues: this time use
5441              a single return, and EBCDICification for all paths.
5442      Branch: perl
5443            ! utf8.c
5444 ____________________________________________________________________________
5445 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
5446         Log: Small tweaks to get the test running (fix @INC and
5447              do not overwrite the table.utf8 and table.rnd).
5448      Branch: perl
5449            ! ext/Encode/t/JP.t
5450 ____________________________________________________________________________
5451 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
5452         Log: Tiny tweak.
5453      Branch: perl
5454            ! utf8.c
5455 ____________________________________________________________________________
5456 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
5457         Log: Redundant casts.
5458      Branch: perl
5459            ! utf8.c
5460 ____________________________________________________________________________
5461 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
5462         Log: More filename portability tips.
5463      Branch: perl
5464            ! pod/perlport.pod
5465 ____________________________________________________________________________
5466 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
5467         Log: FAQ sync.
5468      Branch: perl
5469            ! pod/perlfaq3.pod pod/perlfaq5.pod
5470 ____________________________________________________________________________
5471 [ 14728] By: ams                                   on 2002/02/17  16:15:09
5472         Log: Subject: podlators 1.21 released
5473              From: Russ Allbery <rra@stanford.edu>
5474              Date: Sat, 16 Feb 2002 21:42:56 -0800
5475              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
5476      Branch: perl
5477            ! lib/Pod/Text/Overstrike.pm
5478 ____________________________________________________________________________
5479 [ 14727] By: sky                                   on 2002/02/17  11:36:52
5480         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
5481              From: Autrijus Tang <autrijus@autrijus.org>
5482              Date: Sun, 17 Feb 2002 19:46:47 +0800
5483              Message-ID: <20020217194647.A1410@not.autrijus.org>
5484      Branch: perl
5485            ! pp_ctl.c t/op/tiehandle.t util.c
5486 ____________________________________________________________________________
5487 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
5488         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
5489              input in native code points, not Unicode.
5490      Branch: perl
5491            ! utf8.c
5492 ____________________________________________________________________________
5493 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
5494         Log: Regen Glossary.
5495      Branch: perl
5496            ! Porting/Glossary Porting/config.sh Porting/config_H
5497 ____________________________________________________________________________
5498 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
5499         Log: The #14715 and #14716 were okay: they just revealed
5500              a bug in the EXACTF matching.
5501      Branch: perl
5502            ! regexec.c utf8.c
5503 ____________________________________________________________________________
5504 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
5505         Log: Retreat, retreat! (retract #14715 and #14716)
5506      Branch: perl
5507            ! utf8.c
5508 ____________________________________________________________________________
5509 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
5510         Log: Encode 0.40, from Dan Kogai.
5511      Branch: perl
5512            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5513            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
5514            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
5515            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5516            + ext/Encode/lib/Encode/JP/Constants.pm
5517            + ext/Encode/lib/Encode/JP/H2Z.pm
5518            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5519            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
5520            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
5521            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
5522            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5523            - ext/Encode/t/Japanese.t
5524            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
5525            ! ext/Encode/t/Encode.t
5526 ____________________________________________________________________________
5527 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
5528         Log: metaconfig unit change for #14720.
5529      Branch: perl
5530            ! Configure
5531 ____________________________________________________________________________
5532 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
5533         Log: Regenerate Configure (small tweaks on Yitzchak's,
5534              main difference being that the preference variables are
5535              called gconvert_...).
5536      Branch: metaconfig
5537            ! U/compline/d_gconvert.U
5538 ____________________________________________________________________________
5539 [ 14719] By: ams                                   on 2002/02/16  14:11:01
5540         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
5541              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5542              Date: Thu, 14 Feb 2002 22:27:33 -0800
5543              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
5544              (Applied by hand.)
5545      Branch: perl
5546            ! Configure
5547 ____________________________________________________________________________
5548 [ 14718] By: ams                                   on 2002/02/16  13:45:28
5549         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
5550              From: Philip Newton <Philip.Newton@gmx.net>
5551              Date: Sat, 16 Feb 2002 10:05:05 +0100
5552              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
5553              (Applied by hand.)
5554      Branch: perl
5555            ! pod/perlport.pod
5556 ____________________________________________________________________________
5557 [ 14717] By: ams                                   on 2002/02/16  04:30:23
5558         Log: Remove dubious test.
5559      Branch: perl
5560            ! t/io/open.t
5561 ____________________________________________________________________________
5562 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
5563         Log: Tiny tweak.
5564      Branch: perl
5565            ! utf8.c
5566 ____________________________________________________________________________
5567 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
5568         Log: Restructure to_utf8_case() for simpler execution paths.
5569      Branch: perl
5570            ! utf8.c
5571 ____________________________________________________________________________
5572 [ 14714] By: ams                                   on 2002/02/16  02:43:59
5573         Log: Absorb #14701 by Sarathy from maint-5.6.
5574      Branch: perl
5575            ! doio.c t/io/open.t
5576 ____________________________________________________________________________
5577 [ 14713] By: ams                                   on 2002/02/16  01:51:27
5578         Log: Subject: [PATCH] VOS patches for perl 5.8
5579              From: Paul_GreenVOS@vos.stratus.com
5580              Date: Fri, 15 Feb 02 17:41 est
5581              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
5582      Branch: perl
5583            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
5584            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5585            ! vos/install_perl.cm
5586 ____________________________________________________________________________
5587 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
5588         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
5589              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5590              Date: Fri, 15 Feb 2002 23:05:44 +0100
5591              Message-ID: <20020215230544.A690@rafael>
5592      Branch: perl
5593            ! ext/B/B/Deparse.pm
5594 ____________________________________________________________________________
5595 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
5596         Log: Add $VERSION.
5597      Branch: perl
5598            ! lib/Tie/Memoize.pm
5599 ____________________________________________________________________________
5600 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
5601         Log: Update Changes.
5602      Branch: perl
5603            ! Changes patchlevel.h
5604 ____________________________________________________________________________
5605 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
5606         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
5607              From: Robin Barker <rmb1@cise.npl.co.uk>
5608              Date: Thu, 14 Feb 2002 19:07:40 GMT
5609              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
5610              
5611              (the hints part only)
5612      Branch: perl
5613            ! hints/solaris_2.sh
5614 ____________________________________________________________________________
5615 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
5616         Log: metaconfig unit changes for #14707.
5617      Branch: metaconfig
5618            ! U/modified/cc.U
5619      Branch: metaconfig/U/perl
5620            ! Checkcc.U
5621 ____________________________________________________________________________
5622 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
5623         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
5624              From: Robin Barker <rmb1@cise.npl.co.uk>
5625              Date: Fri, 15 Feb 2002 12:14:39 GMT
5626              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
5627              
5628              Split checking-for-gcc and checking-for-cc.
5629      Branch: perl
5630            ! Configure
5631 ____________________________________________________________________________
5632 [ 14706] By: ams                                   on 2002/02/15  13:57:15
5633         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
5634              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
5635              Date: 15 Feb 2002 10:53:06 +0200
5636              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
5637      Branch: perl
5638            ! lib/Pod/Html.pm
5639 ____________________________________________________________________________
5640 [ 14705] By: ams                                   on 2002/02/15  08:42:55
5641         Log: Subject: [PATCH @14577] OS/2 tests and more
5642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5643              Date: Fri, 15 Feb 2002 03:56:24 -0500
5644              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
5645      Branch: perl
5646            + os2/OS2/Process/t/os2_process.t
5647            + os2/OS2/Process/t/os2_process_kid.t
5648            + os2/OS2/Process/t/os2_process_text.t
5649            ! MANIFEST configpm hints/os2.sh makedef.pl
5650            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
5651            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
5652            ! os2/os2ish.h
5653 ____________________________________________________________________________
5654 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
5655         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
5656              avoid wasteful PL_fdpid fiddling where that is not warranted;
5657              mostly whitespace fixes
5658              
5659              these were longstanding todo items from:
5660              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
5661      Branch: maint-5.6/perl
5662            ! doio.c
5663 ____________________________________________________________________________
5664 [ 14702] By: nick                                  on 2002/02/15  08:31:41
5665         Log: Integrate mainline
5666      Branch: perlio
5667           +> lib/if.pm lib/if.t
5668           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
5669           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5670           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
5671           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
5672           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
5673           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
5674           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
5675           !> t/lib/warnings/pp_sys
5676 ____________________________________________________________________________
5677 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
5678         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
5679              (and also dies quickly on Windows); this bug crept in as
5680              change#610, a.k.a change#646
5681      Branch: maint-5.6/perl
5682            ! doio.c t/io/open.t
5683 ____________________________________________________________________________
5684 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
5685         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
5686              From: Ville "Skyttä" <ville.skytta@iki.fi>
5687              Date: Wed, 13 Feb 2002 22:29:39 +0200
5688              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
5689      Branch: perl
5690            ! lib/Pod/Html.pm
5691 ____________________________________________________________________________
5692 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
5693         Log: Document and test the C0 and C1.
5694      Branch: perl
5695            ! lib/charnames.pm lib/charnames.t
5696 ____________________________________________________________________________
5697 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
5698         Log: metaconfig unit change for #14697.
5699      Branch: metaconfig
5700            ! U/modified/Init.U
5701 ____________________________________________________________________________
5702 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
5703         Log: Also OS/2 seems to need exe set early.
5704      Branch: perl
5705            ! Configure
5706 ____________________________________________________________________________
5707 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
5708         Log: Document pack U0U.
5709      Branch: perl
5710            ! pod/perluniintro.pod
5711 ____________________________________________________________________________
5712 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
5713         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
5714              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5715              Date: Thu, 14 Feb 2002 23:58:00 +0100
5716              Message-ID: <20020214235800.A12901@rafael>
5717      Branch: perl
5718            ! pp_sys.c t/lib/warnings/pp_sys
5719 ____________________________________________________________________________
5720 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
5721         Log: Subject: [PATCH @13746] conditional pragmas
5722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5723              Date: Mon, 31 Dec 2001 18:18:09 -0500
5724              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
5725      Branch: perl
5726            + lib/if.pm lib/if.t
5727            ! MANIFEST
5728 ____________________________________________________________________________
5729 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
5730         Log: Deparse bug introduced by #14615: the fix is just a workaround,
5731              I suspect there to be another deeper bug, must distill simpler
5732              test case.
5733      Branch: perl
5734            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5735 ____________________________________________________________________________
5736 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
5737         Log: Integrate perlio; 
5738              
5739              Make dependencies more precise (for nmake)
5740      Branch: perl
5741           !> ext/Encode/EUC_JP/Makefile.PL
5742 ____________________________________________________________________________
5743 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
5744         Log: Just a guess.
5745      Branch: perl
5746            ! lib/Tie/Handle.pm
5747 ____________________________________________________________________________
5748 [ 14690] By: nick                                  on 2002/02/14  16:30:56
5749         Log: Integrate mainline
5750      Branch: perlio
5751           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
5752           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
5753           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
5754           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
5755           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
5756           !> utf8.c
5757 ____________________________________________________________________________
5758 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
5759         Log: Upgrade to Net::Ping 2.11.
5760      Branch: perl
5761            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5762            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
5763            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
5764            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
5765 ____________________________________________________________________________
5766 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
5767         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
5768              From: Robin Barker <rmb1@cise.npl.co.uk>
5769              Date: Wed, 13 Feb 2002 17:37:07 GMT
5770              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
5771              
5772              (updated version of the above)
5773      Branch: perl
5774            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
5775 ____________________________________________________________________________
5776 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
5777         Log: Excise inexact blather.
5778      Branch: perl
5779            ! utf8.c
5780 ____________________________________________________________________________
5781 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
5782         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
5783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5784              Date: Mon, 31 Dec 2001 20:28:46 -0500
5785              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
5786      Branch: perl
5787            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
5788            ! MANIFEST
5789 ____________________________________________________________________________
5790 [ 14685] By: nick                                  on 2002/02/14  14:20:20
5791         Log: Make dependencies more precise (for nmake)
5792      Branch: perlio
5793            ! ext/Encode/EUC_JP/Makefile.PL
5794 ____________________________________________________________________________
5795 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
5796         Log: Subject: [PATCH @13746] tied hashes
5797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
5798              Date: Mon, 31 Dec 2001 19:15:39 -0500
5799              Message-ID: <20011231191539.A46@math.ohio-state.edu>
5800      Branch: perl
5801            ! lib/Tie/Hash.pm pod/perltie.pod
5802 ____________________________________________________________________________
5803 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
5804         Log: Subject: Re: [PATCH] Configure followed by make minitest
5805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5806              Date: Sun, 10 Feb 2002 23:22:05 -0800
5807              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
5808      Branch: perl
5809            ! Makefile.SH
5810 ____________________________________________________________________________
5811 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
5812         Log: Subject: Re: perl@14647
5813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5814              Date: Mon, 11 Feb 2002 19:30:36 +0100
5815              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
5816      Branch: perl
5817            ! t/op/groups.t
5818 ____________________________________________________________________________
5819 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
5820         Log: Update Changes.
5821      Branch: perl
5822            ! Changes patchlevel.h
5823 ____________________________________________________________________________
5824 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
5825         Log: Integrate perlio;
5826              
5827              Do not lc() the file names before doing dirname() or they don't match.
5828      Branch: perl
5829           !> lib/ExtUtils/t/Installed.t
5830 ____________________________________________________________________________
5831 [ 14679] By: sky                                   on 2002/02/13  12:56:13
5832         Log: rename mutex to make a bit more sense
5833      Branch: perl
5834            ! ext/threads/threads.xs
5835 ____________________________________________________________________________
5836 [ 14678] By: sky                                   on 2002/02/13  12:46:11
5837         Log: Track active threads....
5838      Branch: perl
5839            ! ext/threads/threads.pm ext/threads/threads.xs
5840 ____________________________________________________________________________
5841 [ 14677] By: nick                                  on 2002/02/13  09:30:42
5842         Log: Do not lc() the file names before doing dirname() or they don't match.
5843      Branch: perlio
5844            ! lib/ExtUtils/t/Installed.t
5845 ____________________________________________________________________________
5846 [ 14676] By: sky                                   on 2002/02/13  09:03:37
5847         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
5848              From: Michael G Schwern <schwern@pobox.com>
5849              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
5850              Message-Id: <20020213100017.GA6288@blackrider>
5851      Branch: perl
5852            ! lib/File/Spec/t/rel2abs2rel.t
5853 ____________________________________________________________________________
5854 [ 14675] By: sky                                   on 2002/02/13  09:00:24
5855         Log: Do not propagate END blocks to child threads, test.
5856      Branch: perl
5857            + ext/threads/t/end.t
5858            ! MANIFEST ext/threads/threads.xs
5859 ____________________________________________________________________________
5860 [ 14674] By: nick                                  on 2002/02/13  08:34:55
5861         Log: Integrate mainline
5862      Branch: perlio
5863           +> ext/threads/t/join.t
5864           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
5865           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
5866           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
5867 ____________________________________________________________________________
5868 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
5869         Log: metaconfig unit change for #14672.
5870      Branch: metaconfig
5871            ! U/modified/lns.U
5872 ____________________________________________________________________________
5873 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
5874         Log: $ln is supposed to be already set to $ln + executable suffix
5875              on platforms that need it, from Paul Green.
5876      Branch: perl
5877            ! Configure
5878 ____________________________________________________________________________
5879 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
5880         Log: Subject: New command syntax for 'x' command
5881              From: Mark-Jason Dominus <mjd@plover.com>
5882              Date: Tue, 12 Feb 2002 20:54:01 -0500
5883              Message-ID: <20020213015401.25685.qmail@plover.com>
5884      Branch: perl
5885            ! lib/perl5db.pl pod/perldebug.pod
5886 ____________________________________________________________________________
5887 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
5888         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
5889              From: Mark-Jason Dominus <mjd@plover.com>
5890              Date: Tue, 12 Feb 2002 20:20:42 -0500
5891              Message-ID: <20020213012042.25245.qmail@plover.com>
5892      Branch: perl
5893            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
5894 ____________________________________________________________________________
5895 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
5896         Log: Iteration continues.
5897      Branch: perl
5898            ! utf8.c
5899 ____________________________________________________________________________
5900 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
5901         Log: Duh.
5902      Branch: perl
5903            ! pp_pack.c t/op/length.t
5904 ____________________________________________________________________________
5905 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
5906         Log: Retract #14666.
5907      Branch: perl
5908            ! t/op/lc.t
5909 ____________________________________________________________________________
5910 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
5911         Log: (retracted by #14667)
5912      Branch: perl
5913            ! t/op/lc.t
5914 ____________________________________________________________________________
5915 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
5916         Log: Tiny test script tweaks.
5917      Branch: perl
5918            ! t/uni/fold.t
5919 ____________________________________________________________________________
5920 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
5921         Log: Rewrite the "special mapping" part of to_utf8_case(),
5922              this time with fewer bugs.  (See: The Law of Cybernetic
5923              Entymology.)
5924      Branch: perl
5925            ! utf8.c
5926 ____________________________________________________________________________
5927 [ 14663] By: sky                                   on 2002/02/12  18:26:16
5928         Log: Stop failures if you pass an object, sv_dup might not be the right 
5929              thing to use since I have a feeling we end up cloning far too much. 
5930              (Like the stash for example).... Maybe we need a lightweight sv_dup 
5931              that searches the target for things....
5932              Real fix is another option to perl_clone which controls if you should 
5933              save stashes.
5934      Branch: perl
5935            ! ext/threads/threads.xs
5936 ____________________________________________________________________________
5937 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
5938         Log: Retract #14661.
5939      Branch: perl
5940            ! hints/solaris_2.sh
5941 ____________________________________________________________________________
5942 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
5943         Log: (retracted by #14662)
5944      Branch: perl
5945            ! hints/solaris_2.sh
5946 ____________________________________________________________________________
5947 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
5948         Log: EBCDIC: another "can't happen".
5949      Branch: perl
5950            ! utf8.c
5951 ____________________________________________________________________________
5952 [ 14659] By: sky                                   on 2002/02/12  14:38:21
5953         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
5954      Branch: perl
5955            + ext/threads/t/join.t
5956            ! MANIFEST ext/threads/threads.xs
5957 ____________________________________________________________________________
5958 [ 14658] By: nick                                  on 2002/02/12  13:54:06
5959         Log: Integrate mainline
5960      Branch: perlio
5961           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
5962           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
5963           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
5964 ____________________________________________________________________________
5965 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
5966         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
5967              From: Jan Dubois <JanD@ActiveState.com> 
5968              Date: Tue, 12 Feb 2002 00:56:31 -0800
5969              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
5970      Branch: perl
5971            ! lib/Win32.pod win32/win32.c win32/win32.h
5972 ____________________________________________________________________________
5973 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
5974         Log: Subject: [PATCH] Re: 14654 introduced a bug 
5975              From: Michael G Schwern <schwern@pobox.com> 
5976              Date: Tue, 12 Feb 2002 05:37:36 -0500
5977              Message-ID: <20020212103736.GC14327@blackrider>
5978      Branch: perl
5979            ! lib/File/Spec/t/rel2abs2rel.t
5980 ____________________________________________________________________________
5981 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
5982         Log: More unset installman[13]dir tweaks from chromatic.
5983      Branch: perl
5984            ! lib/ExtUtils/Installed.pm
5985 ____________________________________________________________________________
5986 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
5987         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
5988              From: Michael G Schwern <schwern@pobox.com>
5989              Date: Mon, 11 Feb 2002 12:23:02 -0500
5990              Message-ID: <20020211172302.GD9556@blackrider>
5991      Branch: perl
5992            ! lib/File/Spec/t/rel2abs2rel.t
5993 ____________________________________________________________________________
5994 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
5995         Log: Use `` instead of -| to be a little bit more portable,
5996              from Michael Schwern.
5997      Branch: perl
5998            ! lib/ExtUtils/t/Embed.t
5999 ____________________________________________________________________________
6000 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
6001         Log: EBCDIC: this change for \N{} in particular is now
6002              unnecessary because of the recent more general
6003              pack U change.
6004      Branch: perl
6005            ! toke.c
6006 ____________________________________________________________________________
6007 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
6008         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
6009              From: "Craig A. Berry" <craigberry@mac.com>
6010              Date: Mon, 11 Feb 2002 17:13:47 -0600
6011              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
6012      Branch: perl
6013            ! t/test.pl
6014 ____________________________________________________________________________
6015 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
6016         Log: EBCDIC: pack U bytes change.
6017      Branch: perl
6018            ! t/op/length.t
6019 ____________________________________________________________________________
6020 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
6021         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
6022      Branch: perl
6023            ! t/op/each.t
6024 ____________________________________________________________________________
6025 [ 14648] By: nick                                  on 2002/02/11  16:14:50
6026         Log: Integrate mainline
6027      Branch: perlio
6028           !> Changes Configure Makefile.SH autodoc.pl
6029           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
6030           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
6031           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
6032 ____________________________________________________________________________
6033 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
6034         Log: Update Changes.
6035      Branch: perl
6036            ! Changes patchlevel.h
6037 ____________________________________________________________________________
6038 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
6039         Log: Regen toc.
6040      Branch: perl
6041            ! pod/perltoc.pod
6042 ____________________________________________________________________________
6043 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
6044         Log: Forgot from #14641.
6045      Branch: perl
6046            ! lib/ExtUtils/t/Embed.t
6047 ____________________________________________________________________________
6048 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
6049         Log: A forgotten metaconfig unit.
6050      Branch: metaconfig/U/perl
6051            + i_features.U
6052 ____________________________________________________________________________
6053 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
6054         Log: metaconfig unit changes for #14642.
6055      Branch: metaconfig
6056            + U/modified/lns.U
6057      Branch: metaconfig/U/perl
6058            ! issymlink.U
6059 ____________________________________________________________________________
6060 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
6061         Log: -Dmksymlinks was broken by #14628.
6062      Branch: perl
6063            ! Configure
6064 ____________________________________________________________________________
6065 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
6066         Log: Subject: [PATCH @14577] OS/2 build
6067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6068              Date: Mon, 11 Feb 2002 06:56:41 -0500
6069              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
6070              
6071              (sans the Configure, perlio.sym, and t/op/stat.t parts)
6072      Branch: perl
6073            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
6074            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
6075            ! os2/os2ish.h
6076 ____________________________________________________________________________
6077 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
6078         Log: Integrate perlio;
6079              
6080              Re-structure Japanese encodings - part 1
6081              
6082              Split Japanese encodings - part 2
6083              - build separate .c files with separate 'compile' steps
6084              - overall Japanese.xs / Japanese.pm which loads them
6085              
6086              Add test for Japanese encoding (well euc-jp anyway).
6087              Fix one bug shown by above
6088              Skip test which does not pass yet.
6089              
6090              Patch up the failing multi-byte write case, and un-skip
6091              the test.
6092      Branch: perl
6093           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
6094           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
6095            - ext/Encode/EUC_JP/EUC_JP.pm
6096           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6097 ____________________________________________________________________________
6098 [ 14639] By: nick                                  on 2002/02/11  11:59:18
6099         Log: Patch up the failing multi-byte write case, and un-skip
6100              the test.
6101      Branch: perlio
6102            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
6103 ____________________________________________________________________________
6104 [ 14638] By: nick                                  on 2002/02/11  10:55:39
6105         Log: Add test for Japanese encoding (well euc-jp anyway).
6106              Fix one bug shown by above
6107              Skip test which does not pass yet.
6108      Branch: perlio
6109            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
6110            + ext/Encode/t/table.ref
6111            ! MANIFEST ext/Encode/Encode.xs
6112 ____________________________________________________________________________
6113 [ 14637] By: nick                                  on 2002/02/11  09:07:04
6114         Log: Split Japanese encodings - part 2
6115              - build separate .c files with separate 'compile' steps
6116              - overall Japanese.xs / Japanese.pm which loads them
6117      Branch: perlio
6118            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
6119 ____________________________________________________________________________
6120 [ 14636] By: nick                                  on 2002/02/11  08:15:42
6121         Log: Re-structure Japanese encodings - part 1
6122      Branch: perlio
6123           +> ext/Encode/EUC_JP/Japanese.pm
6124            - ext/Encode/EUC_JP/EUC_JP.pm
6125            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
6126 ____________________________________________________________________________
6127 [ 14635] By: nick                                  on 2002/02/11  08:05:12
6128         Log: Integrate mainline
6129      Branch: perlio
6130           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
6131           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
6132           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
6133 ____________________________________________________________________________
6134 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
6135         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
6136              From: Mike Guy <mjtg@cam.ac.uk>
6137              Date: Mon, 11 Feb 2002 02:50:42 +0000
6138              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
6139      Branch: perl
6140            ! t/op/arith.t
6141 ____________________________________________________________________________
6142 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
6143         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
6144              Stepping backward in the string would be majorly bad.
6145      Branch: perl
6146            ! regcomp.c
6147 ____________________________________________________________________________
6148 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
6149         Log: The debugger part of
6150              
6151              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
6152              From: Michael G Schwern <schwern@pobox.com> 
6153              Date: Wed, 6 Feb 2002 17:32:12 -0500
6154              Message-ID: <20020206223212.GG1346@blackrider>
6155      Branch: perl
6156            ! lib/perl5db.pl
6157 ____________________________________________________________________________
6158 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
6159         Log: Integrate perlio;
6160              
6161              Borland/Win32 tuning
6162              
6163              Move PerlIO_perlio to layer_syms where it belongs?
6164      Branch: perl
6165           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
6166 ____________________________________________________________________________
6167 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
6168         Log: EBCDIC: the low 256 needs to be shuffled also
6169              in pack/unpack U (this breaks the equivalence
6170              of pack U and v-strings, but I think if someone
6171              has to give, v-strings are a good victim)
6172      Branch: perl
6173            ! pp_pack.c t/op/pack.t
6174 ____________________________________________________________________________
6175 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
6176         Log: metaconfig unit changes for #14628.
6177      Branch: metaconfig/U/perl
6178            ! d_u32align.U issymlink.U
6179 ____________________________________________________________________________
6180 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
6181         Log: Two Configure tweaks; the u32align test was trying
6182              to write into a string literal, the ln -s test was
6183              failing in VOS.
6184      Branch: perl
6185            ! Configure
6186 ____________________________________________________________________________
6187 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
6188         Log: DJGPP tweaks from Laszlo Molnar.
6189      Branch: perl
6190            ! djgpp/djgpp.c lib/File/Spec.pm
6191 ____________________________________________________________________________
6192 [ 14626] By: nick                                  on 2002/02/10  18:36:47
6193         Log: Move PerlIO_perlio to layer_syms where it belongs?
6194      Branch: perlio
6195            ! makedef.pl
6196 ____________________________________________________________________________
6197 [ 14625] By: nick                                  on 2002/02/10  18:02:21
6198         Log: Borland/Win32 tuning
6199      Branch: perlio
6200            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
6201 ____________________________________________________________________________
6202 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
6203         Log: Additional explanation for the [:...:] failure.
6204      Branch: perl
6205            ! pod/perldiag.pod
6206 ____________________________________________________________________________
6207 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
6208         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
6209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6210              Date: Sun, 10 Feb 2002 13:32:48 +0100
6211              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
6212      Branch: perl
6213            ! makedef.pl
6214 ____________________________________________________________________________
6215 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
6216         Log: Test tweaks from chromatic for cases where there
6217              are no installman1dir or installman3dir.
6218      Branch: perl
6219            ! lib/ExtUtils/t/Installed.t
6220 ____________________________________________________________________________
6221 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
6222         Log: Integrate perlio;
6223              
6224              Nick Clark's tweaks to Encode compile process
6225              1. Use decimal constants to unit string arrays rather than
6226              very long string litterals (latter having possible "\0"
6227              on end issues, and needing ANSI C line splicing).
6228              2. Replace tail-recursion during insert process with itteration.
6229              Nick C sees 12% speedup from these.
6230      Branch: perl
6231           !> ext/Encode/Encode.pm ext/Encode/compile
6232 ____________________________________________________________________________
6233 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
6234         Log: Portability notes: filename characters, character sets.
6235      Branch: perl
6236            ! pod/perlport.pod
6237 ____________________________________________________________________________
6238 [ 14619] By: nick                                  on 2002/02/10  11:06:05
6239         Log: Integrate mainline
6240      Branch: perlio
6241            ! ext/Encode/Encode.pm
6242           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
6243           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
6244           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
6245           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
6246           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
6247 ____________________________________________________________________________
6248 [ 14618] By: nick                                  on 2002/02/10  10:48:15
6249         Log: Nick Clark's tweaks to Encode compile process
6250              1. Use decimal constants to unit string arrays rather than
6251              very long string litterals (latter having possible "\0"
6252              on end issues, and needing ANSI C line splicing).
6253              2. Replace tail-recursion during insert process with itteration.
6254              Nick C sees 12% speedup from these.
6255      Branch: perlio
6256            ! ext/Encode/compile
6257 ____________________________________________________________________________
6258 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
6259         Log: Use the "Unicode 1.0" name field for control characters,
6260              as suggested by Mark Davis.  Note that Unicode 3.2 will
6261              require some more legwork on this because of certain
6262              alternative names.
6263      Branch: perl
6264            ! lib/unicore/Name.pl lib/unicore/mktables
6265 ____________________________________________________________________________
6266 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
6267         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
6268      Branch: perl
6269            ! hints/os390.sh
6270 ____________________________________________________________________________
6271 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
6272         Log: EBCDIC: the non-printable characters are different.
6273      Branch: perl
6274            ! ext/B/B/Deparse.pm
6275 ____________________________________________________________________________
6276 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
6277         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
6278              From: Nicholas Clark <nick@unfortu.net> 
6279              Date: Sat, 9 Feb 2002 22:31:29 +0000
6280              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
6281      Branch: perl
6282            ! t/lib/warnings/pp_hot
6283 ____________________________________________________________________________
6284 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
6285         Log: Subject: [PATCH] Re: Modulus operator inconsistency
6286              From: Nicholas Clark <nick@unfortu.net>
6287              Date: Sat, 9 Feb 2002 21:00:13 +0000
6288              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
6289      Branch: perl
6290            ! op.c t/op/arith.t
6291 ____________________________________________________________________________
6292 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
6293         Log: Use the same escaping mechanism for all the *flags.
6294      Branch: perl
6295            ! lib/ExtUtils/Embed.pm
6296 ____________________________________________________________________________
6297 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
6298         Log: Protect possible parentheses in ccflags, ccdlflags, and
6299              ldflags.  (In OS/390 there are parentheses in ccflags.)
6300      Branch: perl
6301            ! lib/ExtUtils/Embed.pm
6302 ____________________________________________________________________________
6303 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
6304         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
6305              From: Peter Scott <Peter@PSDT.com>
6306              Date: Fri, 08 Feb 2002 19:20:19 -0800
6307              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
6308      Branch: perl
6309            ! lib/perl5db.pl
6310 ____________________________________________________________________________
6311 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
6312         Log: FAQ sync.
6313      Branch: perl
6314            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
6315 ____________________________________________________________________________
6316 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
6317         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
6318              From: Chris Nandor <pudge@pobox.com>
6319              Date: Fri, 08 Feb 2002 16:31:41 -0500
6320              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
6321      Branch: perl
6322            ! cop.h deb.c pp_ctl.c toke.c util.c
6323 ____________________________________________________________________________
6324 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
6325         Log: Redo CopFILE / MacPerl_MPWFIleName patch
6326      Branch: maint-5.6/macperl
6327            ! cop.h deb.c pp_ctl.c toke.c util.c
6328 ____________________________________________________________________________
6329 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
6330         Log: The metaconfig unit change to go with #14605.
6331      Branch: metaconfig/U/perl
6332            ! libperl.U
6333 ____________________________________________________________________________
6334 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
6335         Log: The Configure change to go with #14604.
6336      Branch: perl
6337            ! Configure
6338 ____________________________________________________________________________
6339 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
6340         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
6341              From: Andy Dougherty <doughera@lafayette.edu>
6342              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
6343              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
6344      Branch: perl
6345            ! hints/bsdos.sh
6346 ____________________________________________________________________________
6347 [ 14603] By: nick                                  on 2002/02/08  18:16:09
6348         Log: Integrate mainline
6349      Branch: perlio
6350           +> ext/threads/t/libc.t
6351           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
6352           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
6353 ____________________________________________________________________________
6354 [ 14602] By: sky                                   on 2002/02/08  15:19:15
6355         Log: Start testing for safe localtime functions, TODO, test more functions.
6356      Branch: perl
6357            + ext/threads/t/libc.t
6358            ! MANIFEST
6359 ____________________________________________________________________________
6360 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
6361         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
6362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6363              Date: Fri, 8 Feb 2002 00:21:07 +0100
6364              Message-ID: <20020208002107.E763@rafael>
6365      Branch: perl
6366            ! doio.c pp_sys.c t/io/argv.t
6367 ____________________________________________________________________________
6368 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
6369         Log: Subject: [PATCH] Configure followed by make minitest
6370              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6371              Date: Wed, 06 Feb 2002 21:35:20 -0800
6372              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
6373      Branch: perl
6374            ! t/op/taint.t t/run/fresh_perl.t
6375 ____________________________________________________________________________
6376 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
6377         Log: Integrate perlio;
6378              
6379              Extract something from yesterdays effort - convert my mail on pad
6380              data structures (incoporating Sarathy's corrections/clarifications)
6381              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
6382      Branch: perl
6383           !> cv.h pod/perlapi.pod pod/perlintern.pod
6384 ____________________________________________________________________________
6385 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
6386         Log: metaconfig unit changes for #14597.
6387      Branch: metaconfig
6388            ! U/modified/Loc.U
6389      Branch: metaconfig/U/perl
6390            ! libperl.U
6391 ____________________________________________________________________________
6392 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
6393         Log: Configure DJGPP tweak from Laszlo Molnar.
6394      Branch: perl
6395            ! Configure
6396 ____________________________________________________________________________
6397 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
6398         Log: DJGPP tweaks from Laszlo Molnar.
6399      Branch: perl
6400            ! djgpp/djgppsed.sh perl.c
6401 ____________________________________________________________________________
6402 [ 14595] By: nick                                  on 2002/02/08  09:19:29
6403         Log: Extract something from yesterdays effort - convert my mail on pad
6404              data structures (incoporating Sarathy's corrections/clarifications)
6405              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
6406      Branch: perlio
6407            ! cv.h pod/perlapi.pod pod/perlintern.pod
6408 ____________________________________________________________________________
6409 [ 14594] By: nick                                  on 2002/02/08  08:34:49
6410         Log: Integrate mainline
6411      Branch: perlio
6412           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
6413           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
6414           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
6415           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
6416           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
6417           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
6418 ____________________________________________________________________________
6419 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
6420         Log: To really skip the test an exit() is needed.
6421      Branch: perl
6422            ! lib/encoding.t
6423 ____________________________________________________________________________
6424 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
6425         Log: More diagnostics from Nicholas Clark.
6426      Branch: perl
6427            ! lib/Benchmark.t
6428 ____________________________________________________________________________
6429 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
6430         Log: In case of failure be more verbose.
6431      Branch: perl
6432            ! t/base/num.t
6433 ____________________________________________________________________________
6434 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
6435         Log: Update Changes
6436      Branch: maint-5.6/macperl
6437            ! macos/Changes
6438 ____________________________________________________________________________
6439 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
6440         Log: Merge AEGizmos library into PPC binary
6441      Branch: maint-5.6/macperl
6442            ! macos/Makefile.mk
6443 ____________________________________________________________________________
6444 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
6445         Log: Add -ansifor for MrCpp options
6446      Branch: maint-5.6/macperl
6447            ! macos/BuildRules.mk
6448 ____________________________________________________________________________
6449 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
6450         Log: Check ownership of CatInfos (MacPerl Bug #494482)
6451      Branch: maint-5.6/macperl
6452            ! macos/ext/Mac/Files/Files.xs
6453 ____________________________________________________________________________
6454 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
6455         Log: Resource updates
6456      Branch: maint-5.6/macperl
6457            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
6458 ____________________________________________________________________________
6459 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
6460         Log: Empty path is ENOENT (MacPerl Bug #512351)
6461      Branch: maint-5.6/macperl
6462            ! macos/macperl/MPAppleEvents.c
6463 ____________________________________________________________________________
6464 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
6465         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
6466      Branch: maint-5.6/macperl
6467            ! macos/macperl/MPAEVTStream.cp
6468 ____________________________________________________________________________
6469 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
6470         Log: macify(ABSTRACT_FROM)
6471      Branch: maint-5.6/macperl
6472            ! macos/lib/ExtUtils/MM_MacOS.pm
6473 ____________________________________________________________________________
6474 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
6475         Log: Use correct Mac filenames in error messages, caller()
6476      Branch: maint-5.6/macperl
6477            ! deb.c pp_ctl.c toke.c util.c
6478 ____________________________________________________________________________
6479 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
6480         Log: Sanity checks to see that the IV/NV and the PV of numeric
6481              scalars stay in sync (unearthed this via the OS/390 gcvt()
6482              brokenness)
6483      Branch: perl
6484            + t/base/num.t
6485            ! MANIFEST
6486 ____________________________________________________________________________
6487 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
6488         Log: Retract the anon leak subpatch of #14418 and #14431
6489              (the latter came into bleadperl as part of #14433).
6490      Branch: perl
6491            ! op.c t/run/fresh_perl.t
6492 ____________________________________________________________________________
6493 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
6494         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
6495              mangles 0.1 to "10".  sprintf() seems more well-behaved.
6496      Branch: perl
6497            ! hints/os390.sh
6498 ____________________________________________________________________________
6499 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
6500         Log: Subject: [PATCH @14557] another Encode fix for VMS
6501              From: "Craig A. Berry" <craigberry@mac.com>
6502              Date: Wed, 06 Feb 2002 14:44:20 -0600
6503              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
6504      Branch: perl
6505            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6506 ____________________________________________________________________________
6507 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
6508         Log: Integrate perlio;
6509              
6510              One way to avoid OS390 winge about #line directives.
6511      Branch: perl
6512           !> ext/Encode/EUC_JP/Makefile.PL
6513 ____________________________________________________________________________
6514 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
6515         Log: Update Changes.
6516      Branch: perl
6517            ! Changes patchlevel.h
6518 ____________________________________________________________________________
6519 [ 14575] By: nick                                  on 2002/02/06  15:23:24
6520         Log: One way to avoid OS390 winge about #line directives.
6521      Branch: perlio
6522            ! ext/Encode/EUC_JP/Makefile.PL
6523 ____________________________________________________________________________
6524 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
6525         Log: s/Netware/NetWare/
6526      Branch: perl
6527            ! MANIFEST
6528 ____________________________________________________________________________
6529 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
6530         Log: New Netware scripts.
6531      Branch: perl
6532            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
6533            + NetWare/t/NWScripts-Exist.pl
6534            ! MANIFEST
6535 ____________________________________________________________________________
6536 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
6537         Log: EBCDIC: the encoding pragma would need some rethinking,
6538              probably a pass of EBCDIC->Unicode mapping.  For now,
6539              disable it on EBCDIC.
6540      Branch: perl
6541            ! lib/encoding.pm lib/encoding.t
6542 ____________________________________________________________________________
6543 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
6544         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
6545              for the low 256.  Now tweaked the tests, but maybe it's
6546              the module that needs few NATIVE_TO_UNI()s somewhere?
6547      Branch: perl
6548            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
6549 ____________________________________________________________________________
6550 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
6551         Log: Subject: [PATCH utf8.c] format problem
6552              From: Robin Barker <rmb1@cise.npl.co.uk>
6553              Date: Wed, 6 Feb 2002 14:01:43 GMT
6554              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
6555      Branch: perl
6556            ! utf8.c
6557 ____________________________________________________________________________
6558 [ 14569] By: nick                                  on 2002/02/06  09:52:23
6559         Log: Integrate mainline
6560      Branch: perlio
6561           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
6562           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
6563           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
6564           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
6565           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
6566           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
6567 ____________________________________________________________________________
6568 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
6569         Log: EBCDIC: 0x41 is not cricket.
6570      Branch: perl
6571            ! ext/Encode/t/Encode.t
6572 ____________________________________________________________________________
6573 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
6574         Log: NetWare update from Ananth Kesari.
6575      Branch: perl
6576            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
6577            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
6578            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
6579            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
6580            ! NetWare/t/NWScripts.pl makedef.pl
6581 ____________________________________________________________________________
6582 [ 14566] By: sky                                   on 2002/02/05  18:39:13
6583         Log: Subject: Re: File::Spec::rel2abs2rel (?)
6584              From: Michael G Schwern <schwern@pobox.com>
6585              Date: Tue, 5 Feb 2002 13:47:39 -0500
6586              Message-ID: <20020205184739.GB17375@blackrider>
6587      Branch: perl
6588            ! lib/File/Spec/t/rel2abs2rel.t
6589 ____________________________________________________________________________
6590 [ 14565] By: nick                                  on 2002/02/05  17:31:24
6591         Log: Integrate mainline
6592      Branch: perlio
6593           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
6594           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
6595           !> utf8.h
6596 ____________________________________________________________________________
6597 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
6598         Log: Integrate perlio;
6599              
6600              More Encode tweaks:
6601              - make expensive and marginal substring search optional (-O)
6602              - enable -O for ASCII-oid encodings (search space is small)
6603              - add ASCII-oid jis0201 to basic Encode.so
6604              - add some other Japanese encodings to EUC_JP bundle (without -O)
6605      Branch: perl
6606           +> ext/Encode/Encode/jis0201.ucm
6607           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
6608           !> ext/Encode/compile
6609 ____________________________________________________________________________
6610 [ 14563] By: nick                                  on 2002/02/05  16:01:15
6611         Log: More Encode tweaks:
6612              - make expensive and marginal substring search optional (-O)
6613              - enable -O for ASCII-oid encodings (search space is small)
6614              - add ASCII-oid jis0201 to basic Encode.so
6615              - add some other Japanese encodings to EUC_JP bundle (without -O)
6616      Branch: perlio
6617            + ext/Encode/Encode/jis0201.ucm
6618            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
6619            ! ext/Encode/compile
6620 ____________________________________________________________________________
6621 [ 14562] By: sky                                   on 2002/02/05  14:50:36
6622         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
6623      Branch: perl
6624            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
6625 ____________________________________________________________________________
6626 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
6627         Log: EBCDIC: SHARP S is different.
6628      Branch: perl
6629            ! regexec.c utf8.h
6630 ____________________________________________________________________________
6631 [ 14560] By: sky                                   on 2002/02/05  13:49:40
6632         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
6633      Branch: perl
6634            ! t/op/filetest.t
6635 ____________________________________________________________________________
6636 [ 14559] By: sky                                   on 2002/02/05  11:39:24
6637         Log: Add . first to the PATH environment to test that we really
6638              get ./perl and not some other older perl.
6639      Branch: perl
6640            ! lib/File/Spec/t/rel2abs2rel.t
6641 ____________________________________________________________________________
6642 [ 14558] By: sky                                   on 2002/02/05  11:20:21
6643         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...
6644      Branch: perl
6645            ! ext/POSIX/t/posix.t
6646 ____________________________________________________________________________
6647 [ 14557] By: sky                                   on 2002/02/05  10:30:58
6648         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
6649      Branch: perl
6650            ! hints/darwin.sh perl.h
6651 ____________________________________________________________________________
6652 [ 14556] By: nick                                  on 2002/02/05  06:58:52
6653         Log: Integrate mainline
6654      Branch: perlio
6655           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
6656           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
6657           !> lib/File/Find/t/taint.t
6658 ____________________________________________________________________________
6659 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
6660         Log: Integrate change #14439 from maintperl
6661      Branch: maint-5.6/macperl
6662           !> op.c
6663 ____________________________________________________________________________
6664 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
6665         Log: Subject: [PATCH] File::Find tests not cleaning up properly
6666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6667              Date: Mon, 4 Feb 2002 22:09:07 +0100
6668              Message-ID: <20020204220907.A8288@rafael>
6669      Branch: perl
6670            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6671 ____________________________________________________________________________
6672 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
6673         Log: Signedness mumblings from Tru64.
6674      Branch: perl
6675            ! ext/Encode/Encode.xs
6676 ____________________________________________________________________________
6677 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
6678         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
6679              From: "Craig A. Berry" <craigberry@mac.com>
6680              Date: Mon, 04 Feb 2002 17:16:00 -0600
6681              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
6682      Branch: perl
6683            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
6684            ! ext/Encode/Encode.xs
6685 ____________________________________________________________________________
6686 [ 14551] By: nick                                  on 2002/02/04  16:00:31
6687         Log: Integrate mainline
6688      Branch: perlio
6689           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
6690           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
6691           !> regcomp.c
6692 ____________________________________________________________________________
6693 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
6694         Log: Update Changes.
6695      Branch: perl
6696            ! Changes patchlevel.h
6697 ____________________________________________________________________________
6698 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
6699         Log: Comment microtweaks.
6700      Branch: perl
6701            ! lib/locale.t
6702 ____________________________________________________________________________
6703 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
6704         Log: Subject: trivial docu patch
6705              From: andreas.koenig@anima.de (Andreas J. Koenig)
6706              Date: 04 Feb 2002 08:15:19 +0100
6707              Message-ID: <m3pu3l7m60.fsf@anima.de>
6708      Branch: perl
6709            ! pod/perluniintro.pod
6710 ____________________________________________________________________________
6711 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
6712         Log: Subject: [PATCH] (??{ }) anomaly
6713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6714              Date: Sun, 03 Feb 2002 20:21:45 -0800
6715              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
6716      Branch: perl
6717            ! regcomp.c
6718 ____________________________________________________________________________
6719 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
6720         Log: Integrate perlio.
6721              
6722              Carry on where we left off if we have to grow destination
6723              SV during XS encode/decode
6724              
6725              Remove debugging warning, be consistent about API fails.
6726      Branch: perl
6727           !> ext/Encode/Encode.xs
6728 ____________________________________________________________________________
6729 [ 14545] By: nick                                  on 2002/02/03  20:03:38
6730         Log: Remove debugging warning, be consistent about API fails.
6731      Branch: perlio
6732            ! ext/Encode/Encode.xs
6733 ____________________________________________________________________________
6734 [ 14544] By: nick                                  on 2002/02/03  19:47:48
6735         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
6736      Branch: perlio
6737            ! ext/Encode/Encode.xs
6738 ____________________________________________________________________________
6739 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
6740         Log: Subject: PATCH CPAN.pm
6741              From: Mark-Jason Dominus <mjd@plover.com>
6742              Date: Sun, 03 Feb 2002 12:36:36 -0500
6743              Message-ID: <20020203173636.27451.qmail@plover.com>
6744      Branch: perl
6745            ! lib/CPAN.pm
6746 ____________________________________________________________________________
6747 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
6748         Log: Must search further back.
6749      Branch: perl
6750            ! lib/h2xs.t
6751 ____________________________________________________________________________
6752 [ 14541] By: nick                                  on 2002/02/03  18:52:09
6753         Log: Integrate mainline
6754      Branch: perlio
6755           !> (integrate 29 files)
6756 ____________________________________________________________________________
6757 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
6758         Log: EBCDIC: more natification.
6759      Branch: perl
6760            ! regcomp.c
6761 ____________________________________________________________________________
6762 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
6763         Log: Debug noise.
6764      Branch: perl
6765            ! ext/Encode/Encode.xs
6766 ____________________________________________________________________________
6767 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
6768         Log: Integrate perlio;
6769              
6770              Stable intermediate point in Encode cleanup.
6771              :encode(euc-jp) works on Dan's table.euc
6772              Much buffer copying and other silliness remains.
6773      Branch: perl
6774           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6775           !> ext/Encode/lib/Encode/Encoding.pm
6776 ____________________________________________________________________________
6777 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
6778         Log: Prettify.
6779      Branch: perl
6780            ! lib/unicore/mktables
6781 ____________________________________________________________________________
6782 [ 14536] By: nick                                  on 2002/02/03  17:32:03
6783         Log: Stable intermediate point in Encode cleanup.
6784              :encode(euc-jp) works on Dan's table.euc
6785              Much buffer copying and other silliness remains.
6786      Branch: perlio
6787            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6788            ! ext/Encode/lib/Encode/Encoding.pm
6789 ____________________________________________________________________________
6790 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
6791         Log: EBCDIC: it's much nicer to compare Unicode code points
6792              to Unicode code points.
6793      Branch: perl
6794            ! regexec.c
6795 ____________________________________________________________________________
6796 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
6797         Log: EBCDIC: character classes must remap the low 256.
6798      Branch: perl
6799            ! regcomp.c
6800 ____________________________________________________________________________
6801 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
6802         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
6803      Branch: perl
6804            ! lib/I18N/LangTags/List.pm
6805 ____________________________________________________________________________
6806 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
6807         Log: FAQ sync.
6808      Branch: perl
6809            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
6810            ! pod/perlfaq6.pod pod/perlfaq7.pod
6811 ____________________________________________________________________________
6812 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
6813         Log: Integrate perlio;
6814              
6815              Re-indent Encode.xs
6816              
6817              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
6818              (Mis-feature discovered by Encode.)
6819      Branch: perl
6820           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
6821 ____________________________________________________________________________
6822 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
6823         Log: Subject: [PATCH] lstat FH and -l FH warnings
6824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6825              Date: Sat, 2 Feb 2002 22:24:54 +0100           
6826              Message-ID: <20020202222454.A11608@rafael>       
6827      Branch: perl
6828            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
6829            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
6830 ____________________________________________________________________________
6831 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
6832         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
6833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6834              Date: Sat, 2 Feb 2002 13:11:01 +0100           
6835              Message-ID: <20020202131101.A722@rafael>               
6836              
6837              Subject: [PATCH t/op/ver.t] another false positive
6838              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6839              Date: Sat, 2 Feb 2002 13:38:22 +0100           
6840              Message-ID: <20020202133822.E722@rafael>         
6841              
6842              Subject: [PATCH] t/test.pl:ok() doesn't work
6843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
6844              Date: Sun, 03 Feb 2002 00:02:38 -0800          
6845              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
6846      Branch: perl
6847            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
6848            ! t/test.pl
6849 ____________________________________________________________________________
6850 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
6851         Log: Subject: [PATCH @13746] OS2::Process's constants
6852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6853              Date: Sat, 2 Feb 2002 01:00:55 -0500           
6854              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
6855      Branch: perl
6856            ! os2/OS2/Process/Makefile.PL
6857 ____________________________________________________________________________
6858 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
6859         Log: Subject: [PATCH @13746] h2xs   
6860              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6861              Date: Sat, 2 Feb 2002 00:58:44 -0500           
6862              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
6863      Branch: perl
6864            ! utils/h2xs.PL
6865 ____________________________________________________________________________
6866 [ 14526] By: nick                                  on 2002/02/03  14:54:18
6867         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
6868              (Mis-feature discovered by Encode.)
6869      Branch: perlio
6870            ! sv.c
6871 ____________________________________________________________________________
6872 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
6873         Log: EBCDIC: since #14519 made \N{...} to remap,
6874              the test cannot expect an ASCII code point.
6875      Branch: perl
6876            ! lib/charnames.t
6877 ____________________________________________________________________________
6878 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
6879         Log: Sub-MANIFEST-tweak.
6880      Branch: perl
6881            ! ext/Encode/MANIFEST
6882 ____________________________________________________________________________
6883 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
6884         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
6885              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6886              Date: Fri, 01 Feb 2002 23:51:03 +0900
6887              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
6888      Branch: perl
6889            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6890 ____________________________________________________________________________
6891 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
6892         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
6893              From: Andy Dougherty <doughera@lafayette.edu>
6894              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
6895              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
6896      Branch: perl
6897            ! README.solaris hints/solaris_2.sh
6898 ____________________________________________________________________________
6899 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
6900         Log: EBCDIC: no hope to get the low 256 right in unifolding.
6901      Branch: perl
6902            ! t/uni/fold.t
6903 ____________________________________________________________________________
6904 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
6905         Log: todo entry for missing pack formats.
6906      Branch: perl
6907            ! pod/perltodo.pod
6908 ____________________________________________________________________________
6909 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
6910         Log: EBCDIC: the low 256 \N{...} need to be remapped.
6911      Branch: perl
6912            ! toke.c
6913 ____________________________________________________________________________
6914 [ 14518] By: nick                                  on 2002/02/01  18:32:03
6915         Log: indent -kr -nce and some manual tweaks to match perl style.
6916      Branch: perlio
6917            ! ext/Encode/Encode.xs
6918 ____________________________________________________________________________
6919 [ 14517] By: nick                                  on 2002/02/01  18:20:46
6920         Log: Integrate mainline
6921      Branch: perlio
6922           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
6923           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
6924           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
6925           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
6926           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
6927           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
6928           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
6929 ____________________________________________________________________________
6930 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
6931         Log: Integrate perlio; 
6932              
6933              Minor Encode tweaks:
6934              - move Encode.pm back to top of Encode like normal XS extension
6935              - avoid .def as a file extension (Win32 builds)
6936      Branch: perl
6937            ! MANIFEST
6938           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6939           !> ext/Encode/Makefile.PL ext/Encode/compile
6940 ____________________________________________________________________________
6941 [ 14515] By: nick                                  on 2002/02/01  16:27:59
6942         Log: Minor Encode tweaks:
6943              - move Encode.pm back to top of Encode like normal XS extension
6944              - avoid .def as a file extension (Win32 builds)
6945      Branch: perlio
6946           +> ext/Encode/Encode.pm
6947            - ext/Encode/lib/Encode.pm
6948            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6949            ! ext/Encode/Makefile.PL ext/Encode/compile
6950 ____________________________________________________________________________
6951 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
6952         Log: Subject: [PATCH utf8.t] temp file not cleaned up
6953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6954              Date: Fri, 1 Feb 2002 15:47:46 +0100
6955              Message-ID: <20020201154746.A24079@rafael>
6956      Branch: perl
6957            ! t/io/utf8.t
6958 ____________________________________________________________________________
6959 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
6960         Log: Subject: [PATCH] make "lstat FH" croak
6961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6962              Date: Fri, 1 Feb 2002 15:12:50 +0100
6963              Message-ID: <20020201151250.A738@rafael>
6964      Branch: perl
6965            ! pod/perldiag.pod pp_sys.c t/op/stat.t
6966 ____________________________________________________________________________
6967 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
6968         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
6969              From: Kay Röpke <kroepke@dolphin-services.de>
6970              Date: Fri, 1 Feb 2002 01:10:43 +0100
6971              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
6972      Branch: perl
6973            ! t/op/stat.t
6974 ____________________________________________________________________________
6975 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
6976         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
6977              I got it in Tru64 + ithreads but only without -g, took
6978              some debugging by printf (which was no fun either since
6979              adding some debug printfs hid the error)
6980      Branch: perl
6981            ! regexec.c utf8.c
6982 ____________________________________________________________________________
6983 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
6984         Log: Subject: Re: [PATCH] perl -V:
6985              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
6986              Date: Thu, 31 Jan 2002 12:10:20 -0800
6987              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
6988              
6989              Subject: Re: [PATCH] perl -V:
6990              From: Michael G Schwern <schwern@pobox.com>
6991              Date: Thu, 31 Jan 2002 16:43:13 -0500
6992              Message-ID: <20020131214313.GH6498@blackrider>
6993      Branch: perl
6994            ! t/run/switches.t
6995 ____________________________________________________________________________
6996 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
6997         Log: #14505 effect.
6998      Branch: perl
6999            ! pod/perluniintro.pod
7000 ____________________________________________________________________________
7001 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
7002         Log: Daniel S. Lewart adopts the Math::Complex.
7003      Branch: perl
7004            ! lib/Math/Complex.pm
7005 ____________________________________________________________________________
7006 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
7007         Log: More Complex DWIMmery.
7008      Branch: perl
7009            ! lib/Math/Complex.pm lib/Math/Complex.t
7010 ____________________________________________________________________________
7011 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
7012         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
7013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7014              Date: Thu, 31 Jan 2002 14:37:52 +0100
7015              Message-ID: <20020131143752.A1452@rafael>
7016      Branch: perl
7017            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
7018 ____________________________________________________________________________
7019 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
7020         Log: Turn the I/O Unicode error by default on, but the
7021              character-generating Unicode error by default off,
7022              as Larry suggested.
7023      Branch: perl
7024            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
7025            ! utf8.c
7026 ____________________________________________________________________________
7027 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
7028         Log: Subject: [PATCH] open.pm minor cleanup
7029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7030              Date: Thu, 31 Jan 2002 15:03:02 +0100
7031              Message-ID: <20020131150302.C1452@rafael>
7032      Branch: perl
7033            ! lib/open.pm
7034 ____________________________________________________________________________
7035 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
7036         Log: Update Changes.
7037      Branch: perl
7038            ! Changes patchlevel.h
7039 ____________________________________________________________________________
7040 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
7041         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
7042              From: Robin Barker <rmb1@cise.npl.co.uk>
7043              Date: Wed, 30 Jan 2002 11:58:33 GMT
7044              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
7045      Branch: perl
7046            ! lib/CPAN.pm
7047 ____________________________________________________________________________
7048 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
7049         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
7050              re-sort MANIFEST.
7051      Branch: perl
7052            + ext/Encode/Encode.pm
7053            - ext/Encode/lib/Encode.pm
7054            ! MANIFEST ext/Encode/Makefile.PL
7055 ____________________________________________________________________________
7056 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
7057         Log: Integrate perlio;
7058              
7059              Collect some stats during compile process.
7060              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
7061              as one XS - inconclusive - marginal win?
7062              Add some comments to encode.h
7063      Branch: perl
7064           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
7065           !> ext/Encode/encode.h
7066 ____________________________________________________________________________
7067 [ 14499] By: nick                                  on 2002/01/30  09:57:47
7068         Log: Collect some stats during compile process.
7069              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
7070              as one XS - inconclusive - marginal win?
7071              Add some comments to encode.h
7072      Branch: perlio
7073            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
7074            ! ext/Encode/encode.h
7075 ____________________________________________________________________________
7076 [ 14498] By: nick                                  on 2002/01/30  07:27:55
7077         Log: Integrate Jarkko's path/INC tweaks
7078      Branch: perlio
7079           !> ext/Encode/compile
7080 ____________________________________________________________________________
7081 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
7082         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
7083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7084              Date: Tue, 29 Jan 2002 01:13:09 -0800
7085              Message-ID: <lemV8gzkgu/K092yn@efn.org>
7086      Branch: perl
7087            ! configpm
7088 ____________________________________________________________________________
7089 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
7090         Log: Subject: [PATCH t/op/inccode.t] new test
7091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7092              Date: Tue, 29 Jan 2002 22:03:45 +0100
7093              Message-ID: <20020129220345.A704@rafael>
7094      Branch: perl
7095            ! t/op/inccode.t
7096 ____________________________________________________________________________
7097 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
7098         Log: EBCDIC: t/op/lc.t now passes.
7099      Branch: perl
7100            ! t/op/lc.t
7101 ____________________________________________________________________________
7102 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
7103         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
7104      Branch: perl
7105            ! utf8.c
7106 ____________________________________________________________________________
7107 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
7108         Log: Must find stuff during build.
7109      Branch: perl
7110            ! ext/Encode/compile
7111 ____________________________________________________________________________
7112 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
7113         Log: Integrate with perlio;
7114              
7115              Basics of a compiled Encode XS extension
7116      Branch: perl
7117           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
7118           +> ext/Encode/Encode/euc-jp.ucm
7119           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
7120           !> ext/Encode/encode.h
7121 ____________________________________________________________________________
7122 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
7123         Log: EBCDIC tweaks-- no new test passes, but getting closer.
7124      Branch: perl
7125            ! utf8.c
7126 ____________________________________________________________________________
7127 [ 14490] By: nick                                  on 2002/01/29  21:20:57
7128         Log: Basics of a compiled Encode XS extension
7129      Branch: perlio
7130            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
7131            + ext/Encode/Encode/euc-jp.ucm
7132            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
7133            ! ext/Encode/encode.h
7134 ____________________________________________________________________________
7135 [ 14489] By: nick                                  on 2002/01/29  18:40:54
7136         Log: Integrate mainline
7137      Branch: perlio
7138           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
7139           +> ext/Encode/lib/Encode/Encoding.pm
7140           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
7141           +> ext/Encode/lib/Encode/Tcl/Escape.pm
7142           +> ext/Encode/lib/Encode/Tcl/Extended.pm
7143           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
7144           +> ext/Encode/lib/Encode/Tcl/Table.pm
7145           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
7146           +> ext/Encode/lib/Encode/iso10646_1.pm
7147           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7148           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
7149           +> ext/Encode/t/Tcl.t
7150            - ext/Encode.t ext/Encode/Encode.pm
7151            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
7152            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
7153           !> (integrate 33 files)
7154 ____________________________________________________________________________
7155 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
7156         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
7157              From: Richard Clamp <richardc@unixbeard.net>
7158              Date: Mon, 28 Jan 2002 02:17:55 +0000
7159              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
7160      Branch: perl
7161            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
7162 ____________________________________________________________________________
7163 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
7164         Log: OS/390 seems to do length 0 udp reads, Nicholas says
7165              skippage is for now the best cause of action.
7166      Branch: perl
7167            ! ext/Socket/socketpair.t
7168 ____________________________________________________________________________
7169 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
7170         Log: Encode cleanup from Dan Kogai; reworked even further.
7171      Branch: perl
7172            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
7173            + ext/Encode/lib/Encode/Encoding.pm
7174            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
7175            + ext/Encode/lib/Encode/Tcl/Escape.pm
7176            + ext/Encode/lib/Encode/Tcl/Extended.pm
7177            + ext/Encode/lib/Encode/Tcl/HanZi.pm
7178            + ext/Encode/lib/Encode/Tcl/Table.pm
7179            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
7180            + ext/Encode/lib/Encode/iso10646_1.pm
7181            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7182            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
7183            + ext/Encode/t/Tcl.t
7184            - ext/Encode.t ext/Encode/Encode.pm
7185            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
7186            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
7187            ! MANIFEST ext/Encode/Encode/8859-1.ucm
7188            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
7189            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7190            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7191            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7192            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7193            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7194            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7195            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7196            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
7197            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
7198            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
7199            ! ext/Encode/compile
7200 ____________________________________________________________________________
7201 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
7202         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
7203      Branch: perl
7204            ! djgpp/djgpp.c perlio.c
7205 ____________________________________________________________________________
7206 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
7207         Log: Prettier printing from Michael Schwern.
7208      Branch: perl
7209            ! t/test.pl
7210 ____________________________________________________________________________
7211 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
7212         Log: Show also the debug and debugcolor as known pragmas.
7213      Branch: perl
7214            ! ext/re/re.pm
7215 ____________________________________________________________________________
7216 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
7217         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
7218              From: "Craig A. Berry" <craigberry@mac.com>
7219              Date: Mon, 28 Jan 2002 16:30:30 -0600
7220              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
7221      Branch: perl
7222            ! ext/B/t/assembler.t
7223 ____________________________________________________________________________
7224 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
7225         Log: metaconfig unit change for #14480.
7226      Branch: metaconfig
7227            ! U/modified/Init.U
7228 ____________________________________________________________________________
7229 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
7230         Log: DJGPP needs to know its exe soon, too.
7231      Branch: perl
7232            ! Configure
7233 ____________________________________________________________________________
7234 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
7235         Log: Round #2 on EBCDICation.
7236      Branch: perl
7237            ! t/op/append.t
7238 ____________________________________________________________________________
7239 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
7240         Log: Integrate perlio;
7241              
7242              Set makefile.mk CCHOME etc. for default locations of MinGW and free
7243              Borland compilers. (Borland builds one or two oddities.)
7244      Branch: perl
7245           !> win32/config.bc win32/makefile.mk
7246 ____________________________________________________________________________
7247 [ 14477] By: nick                                  on 2002/01/28  20:12:31
7248         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
7249              Borland compilers. (Borland builds one or two oddities.)
7250      Branch: perlio
7251            ! win32/config.bc win32/makefile.mk
7252 ____________________________________________________________________________
7253 [ 14476] By: nick                                  on 2002/01/28  18:43:47
7254         Log: Integrate mainline
7255      Branch: perlio
7256           !> Configure hints/hpux.sh
7257 ____________________________________________________________________________
7258 [ 14475] By: nick                                  on 2002/01/28  17:15:12
7259         Log: Integrate mainline
7260      Branch: perlio
7261           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
7262           !> patchlevel.h pp_sys.c t/lib/warnings/perl
7263 ____________________________________________________________________________
7264 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
7265         Log: metaconfig unit change for #14472.
7266      Branch: metaconfig/U/perl
7267            ! d_u32align.U
7268 ____________________________________________________________________________
7269 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
7270         Log: Misunderstood Merijn's patch.
7271      Branch: perl
7272            ! hints/hpux.sh
7273 ____________________________________________________________________________
7274 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
7275         Log: Misapplied Merijn's patch.
7276      Branch: perl
7277            ! Configure
7278 ____________________________________________________________________________
7279 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
7280         Log: Update Changes.
7281      Branch: perl
7282            ! Changes patchlevel.h
7283 ____________________________________________________________________________
7284 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
7285         Log: BeOS has sockets but not true ones.
7286      Branch: perl
7287            ! pp_sys.c
7288 ____________________________________________________________________________
7289 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
7290         Log: metaconfig unit change for #14467.
7291      Branch: metaconfig/U/perl
7292            ! d_u32align.U
7293 ____________________________________________________________________________
7294 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
7295         Log: For some strange reason under the smoke harness the alignment
7296              test hangs in HP-UX 10.20.  So hint it to avoid the test.
7297      Branch: perl
7298            ! hints/hpux.sh
7299 ____________________________________________________________________________
7300 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
7301         Log: Allow d_u32align to be hinted.
7302      Branch: perl
7303            ! Configure
7304 ____________________________________________________________________________
7305 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
7306         Log: The shift key is important.
7307      Branch: perl
7308            ! ext/B/B.xs
7309 ____________________________________________________________________________
7310 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
7311         Log: The "used only once" warnings (from gv_check) come
7312              in pseudorandom hash order-- in EBCDIC the order
7313              is different.  Add a new option that allow the warnings
7314              to come in any order (Paul Marquess).
7315      Branch: perl
7316            ! lib/warnings.t t/lib/warnings/perl
7317 ____________________________________________________________________________
7318 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
7319         Log: Integrate perlio; the 0nothread test failure without threads.
7320      Branch: perl
7321           !> ext/threads/shared/t/0nothread.t
7322 ____________________________________________________________________________
7323 [ 14463] By: nick                                  on 2002/01/28  08:22:36
7324         Log: Integrate mainline
7325      Branch: perlio
7326           !> (integrate 37 files)
7327 ____________________________________________________________________________
7328 [ 14462] By: nick                                  on 2002/01/28  08:09:53
7329         Log: 1st attempt at skipping broke threads case.
7330      Branch: perlio
7331            ! ext/threads/shared/t/0nothread.t
7332 ____________________________________________________________________________
7333 [ 14461] By: nick                                  on 2002/01/28  07:25:58
7334         Log: Skip new threads::shared test unless -Duseithreads
7335      Branch: perlio
7336            ! ext/threads/shared/t/0nothread.t
7337 ____________________________________________________________________________
7338 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
7339         Log: FAQ sync.
7340      Branch: perl
7341            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7342            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7343            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7344            ! pod/perlfaq9.pod
7345 ____________________________________________________________________________
7346 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
7347         Log: Upgrade to podlators 1.20.
7348      Branch: perl
7349            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
7350 ____________________________________________________________________________
7351 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
7352         Log: Retract #14448, a better patch coming up.
7353      Branch: perl
7354            ! lib/Pod/t/basic.t
7355 ____________________________________________________________________________
7356 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
7357         Log: EBCDIC portability.
7358      Branch: perl
7359            ! t/op/append.t
7360 ____________________________________________________________________________
7361 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
7362         Log: Further cygwin installperl tweak from Gerrit P. Haase.
7363      Branch: perl
7364            ! installperl
7365 ____________________________________________________________________________
7366 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
7367         Log: A bug in Bulgarian EBCDIC locale (this sounds like
7368              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
7369              locales failed, too.  The patch works around the bug by
7370              skipping the test, but the real problem may be deeper
7371              (affecting probably only EBCDIC platforms, though):
7372              see the comment in locale.t for more details.
7373      Branch: perl
7374            ! lib/locale.t
7375 ____________________________________________________________________________
7376 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
7377         Log: metaconfig unit change for #14453.
7378      Branch: metaconfig/U/perl
7379            ! libperl.U
7380 ____________________________________________________________________________
7381 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
7382         Log: Subject: Bleadperl on Cygwin today
7383              From: "Gerrit P. Haase" <gp@familiehaase.de>              
7384              Date: Sun, 27 Jan 2002 22:30:41 +0100
7385              Message-ID: <462007239437.20020127223041@familiehaase.de>
7386      Branch: perl
7387            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
7388            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
7389            ! lib/ExtUtils/t/MM_Cygwin.t
7390 ____________________________________________________________________________
7391 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
7392         Log: Unfinished EBCDIC branch.
7393      Branch: perl
7394            ! t/op/ver.t
7395 ____________________________________________________________________________
7396 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
7397         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
7398      Branch: perl
7399            ! ext/B/B.xs ext/B/B/Deparse.pm
7400 ____________________________________________________________________________
7401 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
7402         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
7403              platforms.
7404      Branch: perl
7405            ! ext/B/t/stash.t
7406 ____________________________________________________________________________
7407 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
7408         Log: Apparently no need for EBCDIC exception any more.
7409      Branch: perl
7410            ! ext/B/t/showlex.t
7411 ____________________________________________________________________________
7412 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
7413         Log: (retracted by #14458)
7414              (Russ Allbery) OS/390 is using a high-bit character for ESC,
7415              skip the test for now.  A better fix would be to override
7416              the notion of the platform's escape sequence in the test
7417              of Pod::Text::Termcap.  We may have to apply a filter to
7418              the output to substitute back in the ESC character that
7419              the test expects, but only on OS/390.
7420      Branch: perl
7421            ! lib/Pod/t/basic.t
7422 ____________________________________________________________________________
7423 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
7424         Log: Detypo.
7425      Branch: perl
7426            ! ext/Devel/Peek/Peek.t
7427 ____________________________________________________________________________
7428 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
7429         Log: OS/390 USS has a different idea of the pw* functions.
7430              Also, test the name with eq, not with ==.
7431      Branch: perl
7432            ! lib/User/pwent.t
7433 ____________________________________________________________________________
7434 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
7435         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
7436      Branch: perl
7437            ! doio.c
7438 ____________________________________________________________________________
7439 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
7440         Log: ASCIIisms.
7441      Branch: perl
7442            ! ext/PerlIO/t/encoding.t
7443 ____________________________________________________________________________
7444 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
7445         Log: chr(42) ne '*'  if one is in EBCDIC.
7446      Branch: perl
7447            ! t/op/pack.t
7448 ____________________________________________________________________________
7449 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
7450         Log: Subject: [PATCH] Fix up recent op/stat.t failures
7451              From: Andy Dougherty <doughera@lafayette.edu>
7452              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
7453              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
7454      Branch: perl
7455            ! t/op/stat.t
7456 ____________________________________________________________________________
7457 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
7458         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
7459              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7460              Date: Sun, 27 Jan 2002 15:03:18 +0100
7461              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
7462      Branch: perl
7463            ! lib/ExtUtils/t/Command.t
7464 ____________________________________________________________________________
7465 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
7466         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
7467              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7468              Date: Sun, 27 Jan 2002 14:51:10 +0100
7469              Message-ID: <20020127145110.A16332@rafael>
7470      Branch: perl
7471            ! ext/B/B/Deparse.pm
7472 ____________________________________________________________________________
7473 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
7474         Log: integrate change#14431 from perlio branch (Nick's fix for
7475              change#13474 to be more defensive about looking at pad entries
7476              that may not exist yet)
7477      Branch: maint-5.6/perl
7478            ! op.c
7479 ____________________________________________________________________________
7480 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
7481         Log: Comment to avoid later "cleanups."
7482      Branch: perl
7483            ! lib/ExtUtils/MakeMaker.pm
7484 ____________________________________________________________________________
7485 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
7486         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
7487              instead of just FOO=... cmd ...
7488      Branch: perl
7489            ! Makefile.SH
7490 ____________________________________________________________________________
7491 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
7492         Log: Overquoting bad (in UNIX one would get
7493              Can't open perl script "'-I../lib'": No such file or directory)
7494      Branch: perl
7495            ! lib/Pod/t/Usage.t
7496 ____________________________________________________________________________
7497 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
7498         Log: Integrate perlio;
7499              
7500              "All tests successful" VC6.0 Win32
7501              (Update config.vc to need cppstdin so those tests are skipped...)
7502      Branch: perl
7503           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7504           !> win32/config_H.vc
7505 ____________________________________________________________________________
7506 [ 14434] By: nick                                  on 2002/01/26  22:27:08
7507         Log: "All tests successful" VC6.0 Win32
7508              (Update config.vc to need cppstdin so those tests are skipped...)
7509      Branch: perlio
7510            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7511            ! win32/config_H.vc
7512 ____________________________________________________________________________
7513 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
7514         Log: Integrate perlio;
7515              
7516              1st two tests of File/Find/t/find.t and taint.t were run after 
7517              calling cleanup(). If previous fail had left for_find directory,
7518              but no content in it then cleanup() returned cd'ed to that directory.
7519              So tests failed. Fixed cleanup()-s.
7520              
7521              If we get to sighandler by mistake (no perl handler set) then
7522              warn() and exit() rather than die() - should never happen
7523              but if it does context needed to die is likely to be trashed
7524              as well.
7525              
7526              Win32 signal emulation cleanup.
7527              
7528              Tinkering with thread cleanup mutex-ing - not the problem 
7529              (op.c is) but could have been...
7530              
7531              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
7532              Should really be looked at by someone that knows about pads.
7533              
7534              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
7535              for CRLF line endings.
7536      Branch: perl
7537           !> ext/threads/threads.xs lib/File/Find/t/find.t
7538           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
7539           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
7540 ____________________________________________________________________________
7541 [ 14432] By: nick                                  on 2002/01/26  21:10:38
7542         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
7543              for CRLF line endings.
7544      Branch: perlio
7545            ! lib/Filter/Simple.pm
7546 ____________________________________________________________________________
7547 [ 14431] By: nick                                  on 2002/01/26  21:08:35
7548         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
7549              Should really be looked at by someone that knows about pads.
7550      Branch: perlio
7551            ! op.c
7552 ____________________________________________________________________________
7553 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
7554         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
7555              From: "Craig A. Berry" <craigberry@mac.com>       
7556              Date: Sat, 26 Jan 2002 11:19:44 -0600
7557              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
7558      Branch: perl
7559            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
7560 ____________________________________________________________________________
7561 [ 14429] By: nick                                  on 2002/01/26  18:04:22
7562         Log: Tinkering with thread cleanup mutex-ing - not the problem 
7563              (op.c is) but could have been...
7564      Branch: perlio
7565            ! ext/threads/threads.xs
7566 ____________________________________________________________________________
7567 [ 14428] By: nick                                  on 2002/01/26  18:03:13
7568         Log: Win32 signal emulation cleanup.
7569      Branch: perlio
7570            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
7571 ____________________________________________________________________________
7572 [ 14427] By: nick                                  on 2002/01/26  13:59:33
7573         Log: If we get to sighandler by mistake (no perl handler set) then
7574              warn() and exit() rather than die() - should never happen
7575              but if it does context needed to die is likely to be trashed
7576              as well.
7577      Branch: perlio
7578            ! mg.c
7579 ____________________________________________________________________________
7580 [ 14426] By: nick                                  on 2002/01/26  13:56:23
7581         Log: Integrate mainline
7582      Branch: perlio
7583           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
7584           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
7585           !> t/run/fresh_perl.t
7586 ____________________________________________________________________________
7587 [ 14425] By: nick                                  on 2002/01/26  08:11:33
7588         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
7589              calling cleanup(). If previous fail had left for_find directory,
7590              but no content in it then cleanup() returned cd'ed to that directory.
7591              So tests failed. Fixed cleanup()-s.
7592      Branch: perlio
7593            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7594 ____________________________________________________________________________
7595 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
7596         Log: Integrate perlio;
7597              
7598              Fix winsystem.t's attempt to build showav.exe to work
7599              with gcc (which writes a.exe unless told with -o ).
7600              Also put in a few more fail-safes to check .exe got
7601              built somehow.
7602              
7603              More Win32 tuning
7604              
7605              Save $! so that other syscalls don't disturb it before
7606              we test it.
7607      Branch: perl
7608           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
7609           !> t/op/winsystem.t
7610 ____________________________________________________________________________
7611 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
7612         Log: Subject: [PATCH] new test in op/universal.t
7613              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7614              Date: Fri, 25 Jan 2002 23:17:33 +0100
7615              Message-ID: <20020125231733.A11733@rafael>
7616      Branch: perl
7617            ! t/op/universal.t
7618 ____________________________________________________________________________
7619 [ 14422] By: nick                                  on 2002/01/25  21:37:03
7620         Log: Save $! so that other syscalls don't disturb it before 
7621              we test it.
7622      Branch: perlio
7623            ! ext/Socket/socketpair.t
7624 ____________________________________________________________________________
7625 [ 14421] By: nick                                  on 2002/01/25  19:05:57
7626         Log: More Win32 tuning
7627      Branch: perlio
7628            ! t/op/stat.t t/op/taint.t
7629 ____________________________________________________________________________
7630 [ 14420] By: nick                                  on 2002/01/25  18:21:42
7631         Log: Fix winsystem.t's attempt to build showav.exe to work 
7632              with gcc (which writes a.exe unless told with -o ).
7633              Also put in a few more fail-safes to check .exe got 
7634              built somehow.
7635      Branch: perlio
7636            ! t/op/winsystem.t
7637 ____________________________________________________________________________
7638 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
7639         Log: Subject: [Patch Encode.xs] calculation of need overflows
7640              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7641              Date: Sat, 26 Jan 2002 00:58:50 +0900
7642              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
7643      Branch: perl
7644            ! ext/Encode/Encode.xs
7645 ____________________________________________________________________________
7646 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
7647         Log: Integrate changes 13474+13478+13584 from maintperl;
7648              anon sub leakage.
7649      Branch: perl
7650            ! op.c t/run/fresh_perl.t
7651 ____________________________________________________________________________
7652 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
7653         Log: Update Changes.
7654      Branch: perl
7655            ! Changes patchlevel.h
7656 ____________________________________________________________________________
7657 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
7658         Log: Integrate perlio; extensive threads and threads::shared work
7659              (note that the below is a chronological list of perlio
7660              check-in entries since the last integrate)
7661              
7662              Nearly-working threads re-structuring. Do not integrate,
7663              submit-ing to get to Win32, and as "off site" backup.
7664              
7665              threads work again on Win32. (Not threads::shared yet)
7666              Submit to see if they do on Linux.
7667              
7668              Add new threads/typemap to MANIFEST
7669              
7670              XS side of new threads::shared designed, coded and compiles,
7671              and mostly commented but is totaly untested.
7672              submit in case anyone wants a preview.
7673              
7674              Miss mg_len == 0 meaning don't Safefree
7675              
7676              Shared scalars working, some shared array ops working.
7677              
7678              Implement recursive lock and use of scope for PL_sharedsv_space,
7679              so now croak() from asserts does not leave locks.
7680              Make hv_simple compile (new prototype for debugging probe).
7681              
7682              thread::shared nearly working again - remaining issue
7683              is references withing shared space.
7684              Added bulk test with no threads involved (for debugging)
7685              Tuned tests to skip those needing _thrcnt
7686              
7687              SvTEMP_off to stop private PV's being stolen and stored in shared space
7688              
7689              Except Win32 from echo tests. (Alarm does not break into connect)
7690              
7691              Expand command line test globs on Win32.
7692              
7693              threads::shared tidy up:
7694              - Add _id() function to shared.xs so we can test refs point at same thing.
7695              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
7696              - Allow no_share to pass if sharing to works despite mis-ordering.
7697              - Change docs of threads to document ->create() (as used in tests),
7698              and not mention "new".
7699              
7700              Linux/NFS hackery was not faking right number of passes.
7701      Branch: perl
7702           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
7703           +> ext/threads/typemap
7704            - ext/threads/threads.h sharedsv.c sharedsv.h
7705            ! NetWare/config_H.wc
7706           !> (integrate 38 files)
7707 ____________________________________________________________________________
7708 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
7709         Log: Subject: Re: perldebguts minor tweaks
7710              From: Joe McMahon <mcmahon@metalab.unc.edu>
7711              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
7712              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
7713      Branch: perl
7714            ! pod/perldebguts.pod
7715 ____________________________________________________________________________
7716 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
7717         Log: metaconfig unit change for #14413.
7718      Branch: metaconfig
7719            ! U/modified/prototype.U
7720 ____________________________________________________________________________
7721 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
7722         Log: Okay, you can come home now, _().
7723      Branch: perl
7724            ! config_h.SH
7725 ____________________________________________________________________________
7726 [ 14412] By: nick                                  on 2002/01/25  11:01:49
7727         Log: Integrate mainline
7728              All but ../lib/Unicode/UCD.t pass.
7729      Branch: perlio
7730           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
7731           +> lib/unicore/CaseFolding.txt
7732           +> lib/unicore/CompositionExclusions.txt
7733           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
7734           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
7735           +> vos/vos.c
7736            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
7737            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
7738            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
7739            - lib/unicore/NamesList.html lib/unicore/PropList.html
7740            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
7741            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
7742            - lib/unicore/rename
7743           !> (integrate 424 files)
7744 ____________________________________________________________________________
7745 [ 14411] By: nick                                  on 2002/01/25  09:45:13
7746         Log: Linux/NFS hackery was not faking right number of passes.
7747      Branch: perlio
7748            ! t/io/fs.t
7749 ____________________________________________________________________________
7750 [ 14410] By: nick                                  on 2002/01/25  09:35:07
7751         Log: threads::shared tidy up:
7752              - Add _id() function to shared.xs so we can test refs point at same thing.
7753              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
7754              - Allow no_share to pass if sharing to works despite mis-ordering.
7755              - Change docs of threads to document ->create() (as used in tests),
7756              and not mention "new".
7757      Branch: perlio
7758            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7759            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
7760            ! ext/threads/threads.pm
7761 ____________________________________________________________________________
7762 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
7763         Log: Subject: perldebguts minor tweaks
7764              From: Joe McMahon <mcmahon@metalab.unc.edu>
7765              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
7766              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
7767      Branch: perl
7768            ! pod/perldebguts.pod
7769 ____________________________________________________________________________
7770 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
7771         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
7772              From: Peter Scott <Peter@PSDT.com>
7773              Date: Thu, 24 Jan 2002 08:51:34 -0800
7774              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
7775      Branch: perl
7776            ! pod/perldebguts.pod
7777 ____________________________________________________________________________
7778 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
7779         Log: Few more paranoia checks for Unicode hash keys.
7780      Branch: perl
7781            ! t/op/each.t
7782 ____________________________________________________________________________
7783 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
7784         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
7785              From: Andy Dougherty <doughera@lafayette.edu>
7786              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
7787              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
7788      Branch: perl
7789            ! t/op/stat.t
7790 ____________________________________________________________________________
7791 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
7792         Log: The
7793              
7794              Subject: Very old debugger UTF-8 bug
7795              From: andreas.koenig@anima.de (Andreas J. Koenig)
7796              Date: 24 Jan 2002 12:45:44 +0100
7797              Message-ID: <m3y9iot1jr.fsf@anima.de>
7798              
7799              still broken, but this should work as a stopgap
7800              measure to stop pp_match accessing naughty data.
7801      Branch: perl
7802            ! pod/perldiag.pod pp_hot.c
7803 ____________________________________________________________________________
7804 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
7805         Log: metaconfig unit change for #14403.
7806      Branch: metaconfig/U/perl
7807            ! d_u32align.U
7808 ____________________________________________________________________________
7809 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
7810         Log: Pacify picky compilers (this time Sun Workshop).
7811      Branch: perl
7812            ! Configure
7813 ____________________________________________________________________________
7814 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
7815         Log: Subject: Very old debugger UTF-8 bug
7816              From: andreas.koenig@anima.de (Andreas J. Koenig)
7817              Date: 24 Jan 2002 12:45:44 +0100
7818              Message-ID: <m3y9iot1jr.fsf@anima.de>
7819      Branch: perl
7820            ! lib/dumpvar.pl
7821 ____________________________________________________________________________
7822 [ 14401] By: nick                                  on 2002/01/24  07:50:38
7823         Log: Expand command line test globs on Win32.
7824      Branch: perlio
7825            ! t/harness
7826 ____________________________________________________________________________
7827 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
7828         Log: Sprinkle some copyrights (use the oldest timestamp to
7829              be found in the repository, which is most often not right,
7830              but at least consistent)
7831      Branch: perl
7832            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
7833            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
7834            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
7835            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
7836            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
7837            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
7838            ! unixish.h xsutils.c
7839 ____________________________________________________________________________
7840 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
7841         Log: Don't crash on Help for long text (bug #506672)
7842      Branch: maint-5.6/macperl
7843            ! macos/macperl/MPHelp.c
7844 ____________________________________________________________________________
7845 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
7846         Log: Fix minor path problem
7847      Branch: maint-5.6/macperl
7848            ! macos/macperl/Droplets/tarzipme.plx
7849 ____________________________________________________________________________
7850 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
7851         Log: Minor text changes
7852      Branch: maint-5.6/macperl
7853            ! macos/Perl.r
7854 ____________________________________________________________________________
7855 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
7856         Log: Bump versions, dates, etc.
7857      Branch: maint-5.6/macperl
7858            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
7859 ____________________________________________________________________________
7860 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
7861         Log: coderefs in @INC and absolute paths
7862      Branch: maint-5.6/macperl
7863            ! embed.h pp_ctl.c proto.h
7864 ____________________________________________________________________________
7865 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
7866         Log: Minor module thingys
7867      Branch: maint-5.6/macperl
7868            ! macos/ext/Mac/Controls/Controls.xs
7869            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
7870            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
7871            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
7872            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
7873            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
7874            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
7875            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
7876            ! macos/ext/Mac/Movies/Movies.xs
7877            ! macos/ext/Mac/Navigation/Navigation.pm
7878            ! macos/ext/Mac/Navigation/Navigation.xs
7879            ! macos/ext/Mac/Notification/Notification.xs
7880            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
7881            ! macos/ext/Mac/Processes/Processes.xs
7882            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
7883            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
7884            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
7885            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
7886            ! macos/ext/Mac/Resources/Resources.pm
7887            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
7888            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
7889            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
7890            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
7891            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
7892 ____________________________________________________________________________
7893 [ 14393] By: nick                                  on 2002/01/23  19:52:19
7894         Log: Except Win32 from echo tests. (Alarm does not break into connect)
7895      Branch: perlio
7896            ! ext/Socket/Socket.t
7897 ____________________________________________________________________________
7898 [ 14392] By: nick                                  on 2002/01/23  19:31:57
7899         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
7900      Branch: perlio
7901            ! ext/threads/shared/shared.xs
7902 ____________________________________________________________________________
7903 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
7904         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
7905      Branch: perl
7906            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
7907            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
7908            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
7909            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
7910            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
7911            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
7912            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
7913            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
7914            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
7915            ! x2p/util.c x2p/util.h x2p/walk.c
7916 ____________________________________________________________________________
7917 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
7918         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
7919              therefore quite probably also obsolete code.
7920      Branch: perl
7921            ! sv.c
7922 ____________________________________________________________________________
7923 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
7924         Log: Update Changes.
7925      Branch: perl
7926            ! Changes patchlevel.h
7927 ____________________________________________________________________________
7928 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
7929         Log: Small update on todo.  Could use a lot more.
7930      Branch: perl
7931            ! pod/perltodo.pod
7932 ____________________________________________________________________________
7933 [ 14387] By: nick                                  on 2002/01/23  14:19:30
7934         Log: thread::shared nearly working again - remaining issue
7935              is references withing shared space.
7936              Added bulk test with no threads involved (for debugging)
7937              Tuned tests to skip those needing _thrcnt
7938      Branch: perlio
7939            + ext/threads/shared/t/0nothread.t
7940            ! MANIFEST ext/threads/shared/shared.pm
7941            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
7942            ! ext/threads/shared/t/hv_refs.t
7943            ! ext/threads/shared/t/hv_simple.t
7944            ! ext/threads/shared/t/sv_simple.t
7945 ____________________________________________________________________________
7946 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
7947         Log: Subject: [ID 20020121.003] perldata doco bug
7948              From: John Stumbles <jstumbles@bluearc.com>
7949              Date: Mon, 21 Jan 2002 14:19:56 -0000
7950              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
7951      Branch: perl
7952            ! pod/perldata.pod
7953 ____________________________________________________________________________
7954 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
7955         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
7956              From: Michael G Schwern <schwern@pobox.com>
7957              Date: Mon, 21 Jan 2002 15:16:42 -0500
7958              Message-ID: <20020121201642.GA6659@blackrider>
7959      Branch: perl
7960            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
7961 ____________________________________________________________________________
7962 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
7963         Log: Subject: [PATCH] Re: eval not catching warnings?
7964              From: abigail@foad.org
7965              Date: Wed, 23 Jan 2002 15:35:47 +0100
7966              Message-ID: <20020123143547.24798.qmail@foad.org>
7967      Branch: perl
7968            ! pod/perlfunc.pod
7969 ____________________________________________________________________________
7970 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
7971         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
7972              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7973              Date: Tue, 22 Jan 2002 17:00:54 -0800            
7974              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
7975      Branch: perl
7976            ! t/run/fresh_perl.t
7977 ____________________________________________________________________________
7978 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
7979         Log: metaconfig unit change for #14381.
7980      Branch: metaconfig/U/perl
7981            ! d_u32align.U
7982 ____________________________________________________________________________
7983 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
7984         Log: HP-UX 10.20 cc pacifying from Merijn.
7985      Branch: perl
7986            ! Configure
7987 ____________________________________________________________________________
7988 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
7989         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
7990              From: "Craig A. Berry" <craigberry@mac.com> 
7991              Date: Tue, 22 Jan 2002 22:14:26 -0600
7992              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
7993      Branch: perl
7994            ! vms/test.com
7995 ____________________________________________________________________________
7996 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
7997         Log: AIX cpp bug: having macro arguments and character constants
7998              "the same" means trouble (here s and 's')
7999              What broke now was 841 and 842 of t/op/pat.t, because of the
8000              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
8001              (note that breakage happened only under cc_r and usethreads+
8002              useithreads)
8003      Branch: perl
8004            ! utf8.h
8005 ____________________________________________________________________________
8006 [ 14378] By: nick                                  on 2002/01/22  20:33:15
8007         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
8008              so now croak() from asserts does not leave locks.
8009              Make hv_simple compile (new prototype for debugging probe).
8010      Branch: perlio
8011            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8012            ! ext/threads/shared/t/hv_simple.t
8013 ____________________________________________________________________________
8014 [ 14377] By: nick                                  on 2002/01/22  17:32:21
8015         Log: Shared scalars working, some shared array ops working.
8016      Branch: perlio
8017            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8018            ! ext/threads/shared/t/sv_refs.t
8019            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
8020 ____________________________________________________________________________
8021 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
8022         Log: Subject: [PATCH] Support truncate() in VOS port
8023              From: Paul_GreenVOS@vos.stratus.com
8024              Date: Mon, 21 Jan 02 23:27 est
8025              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
8026      Branch: perl
8027            + vos/vos.c
8028            ! MANIFEST hints/vos.sh vos/vosish.h
8029 ____________________________________________________________________________
8030 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
8031         Log: metaconfig unit changes for #14374.  Couldn't figure
8032              how to get completely rid of _() (some weird dependency
8033              pulling it in?) so renamed it as PROTO_().
8034      Branch: metaconfig
8035            + U/modified/d_shmat.U U/modified/prototype.U
8036            ! U/protos/d_drand48proto.U
8037      Branch: metaconfig/U/perl
8038            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
8039 ____________________________________________________________________________
8040 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
8041         Log: Get rid of the _() macro since (1) we require ANSI anyway
8042              (2) Other software (GNU) seems to use it and we don't need it,
8043              so let's give it up.
8044      Branch: perl
8045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8046            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
8047            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
8048            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
8049            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
8050            ! wince/config.h wince/config_H.ce
8051 ____________________________________________________________________________
8052 [ 14373] By: nick                                  on 2002/01/22  10:10:48
8053         Log: Miss mg_len == 0 meaning don't Safefree
8054      Branch: perlio
8055            ! mg.c
8056 ____________________________________________________________________________
8057 [ 14372] By: nick                                  on 2002/01/21  22:34:06
8058         Log: XS side of new threads::shared designed, coded and compiles,
8059              and mostly commented but is totaly untested.
8060              submit in case anyone wants a preview.
8061      Branch: perlio
8062            + ext/threads/shared/typemap
8063            ! MANIFEST ext/threads/shared/shared.pm
8064            ! ext/threads/shared/shared.xs
8065 ____________________________________________________________________________
8066 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
8067         Log: Subject: [BUG] /\_/ an unrecognized escape?
8068              From: Michael G Schwern <schwern@pobox.com>
8069              Date: Mon, 21 Jan 2002 15:22:54 -0500
8070              Message-ID: <20020121202254.GA6731@blackrider>
8071      Branch: perl
8072            ! t/lib/warnings/toke toke.c
8073 ____________________________________________________________________________
8074 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
8075         Log: Undo the renaming of the Unicode data files; the simple
8076              solution being not including the *.html files.  This means
8077              that in the future there is no need for any renamings
8078              (well, assuming that the Consortium doesn't cause any),
8079              and the files are named like they are in the Consortium
8080              website, thus alleviating confusion.
8081      Branch: perl
8082            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
8083            + lib/unicore/CaseFolding.txt
8084            + lib/unicore/CompositionExclusions.txt
8085            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
8086            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
8087            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
8088            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
8089            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
8090            - lib/unicore/NamesList.html lib/unicore/PropList.html
8091            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
8092            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
8093            - lib/unicore/rename
8094            ! (edit 285 files)
8095 ____________________________________________________________________________
8096 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
8097         Log: Update Changes.
8098      Branch: perl
8099            ! Changes patchlevel.h
8100 ____________________________________________________________________________
8101 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
8102         Log: Subject: RE: BCC for Win32 is unhappy @14331
8103              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
8104              Date: Mon, 21 Jan 2002 09:48:40 +0300
8105              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
8106              
8107              (using IV instead of int)
8108      Branch: perl
8109            ! hv.h
8110 ____________________________________________________________________________
8111 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
8112         Log: path_is_absolute() needs a prototype (and maybe
8113              a better name, but that's another story).
8114      Branch: perl
8115            ! embed.fnc embed.h pp_ctl.c proto.h
8116 ____________________________________________________________________________
8117 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
8118         Log: Subject: Re: coderefs in @INC
8119              From: Chris Nandor <pudge@pobox.com>
8120              Date: Thu, 17 Jan 2002 11:26:02 -0500
8121              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
8122      Branch: perl
8123            ! pp_ctl.c
8124 ____________________________________________________________________________
8125 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
8126         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
8127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8128              Date: Sun, 20 Jan 2002 22:53:56 +0100
8129              Message-ID: <20020120225356.A12093@rafael>
8130      Branch: perl
8131            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
8132            ! t/lib/warnings/9enabled warnings.h warnings.pl
8133 ____________________________________________________________________________
8134 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
8135         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
8136              From: "Craig A. Berry" <craigberry@mac.com>
8137              Date: Sun, 20 Jan 2002 22:49:42 -0600
8138              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
8139      Branch: perl
8140            ! lib/ExtUtils/MakeMaker.pm
8141 ____________________________________________________________________________
8142 [ 14363] By: nick                                  on 2002/01/20  20:38:23
8143         Log: Add new threads/typemap to MANIFEST
8144      Branch: perlio
8145            ! MANIFEST
8146 ____________________________________________________________________________
8147 [ 14362] By: nick                                  on 2002/01/20  20:34:36
8148         Log: Integrate mainline
8149      Branch: perlio
8150           +> lib/Pod/t/Usage.t
8151           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
8152           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
8153           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
8154           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
8155           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
8156           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
8157           !> util.c
8158 ____________________________________________________________________________
8159 [ 14361] By: nick                                  on 2002/01/20  18:51:47
8160         Log: Integrate MANIFEST
8161      Branch: perlio
8162           !> MANIFEST
8163 ____________________________________________________________________________
8164 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
8165         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
8166              From: Paul_GreenVOS@vos.stratus.com
8167              Date: Sat, 19 Jan 02 17:17 est
8168              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
8169              
8170              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
8171              From: Paul_GreenVOS@vos.stratus.com
8172              Date: Sat, 19 Jan 02 17:19 est
8173              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
8174      Branch: perl
8175            ! lib/ExtUtils/t/Command.t
8176 ____________________________________________________________________________
8177 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
8178         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
8179              From: Paul_GreenVOS@vos.stratus.com
8180              Date: Sat, 19 Jan 02 14:30 est
8181              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
8182      Branch: perl
8183            ! lib/AnyDBM_File.t
8184 ____________________________________________________________________________
8185 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
8186         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
8187              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
8188              Date: Sun, 20 Jan 2002 13:51:36 +0100
8189              Message-ID: <20020120135136.A710@rafael>
8190      Branch: perl
8191            ! ext/File/Glob/t/basic.t
8192 ____________________________________________________________________________
8193 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
8194         Log: #14352 deleted ext/threads/threads.h
8195      Branch: perlio
8196            ! MANIFEST
8197 ____________________________________________________________________________
8198 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
8199         Log: Eradicate sharedsv.*
8200      Branch: perlio
8201            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
8202 ____________________________________________________________________________
8203 [ 14355] By: nick                                  on 2002/01/20  11:50:22
8204         Log: threads work again on Win32. (Not threads::shared yet)
8205              Submit to see if they do on Linux.
8206      Branch: perlio
8207            ! ext/threads/shared/shared.xs ext/threads/threads.xs
8208            ! win32/makefile.mk
8209 ____________________________________________________________________________
8210 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
8211         Log: Make also hex() and oct() to croak if their arguments
8212              cannot be downgraded (that is, if they contain wide
8213              characters), just like crypt() does (and use the croak
8214              feature of sv_utf8_downgrade()).
8215      Branch: perl
8216            ! pp.c t/op/oct.t
8217 ____________________________________________________________________________
8218 [ 14353] By: nick                                  on 2002/01/19  22:20:09
8219         Log: Integrate Time/Local and its test
8220      Branch: perlio
8221           !> lib/Time/Local.pm lib/Time/Local.t
8222 ____________________________________________________________________________
8223 [ 14352] By: nick                                  on 2002/01/19  22:17:07
8224         Log: Nearly-working threads re-structuring. Do not integrate,
8225              submit-ing to get to Win32, and as "off site" backup.
8226      Branch: perlio
8227            + ext/threads/typemap
8228            - ext/threads/threads.h sharedsv.c sharedsv.h
8229            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
8230            ! embedvar.h ext/threads/shared/shared.pm
8231            ! ext/threads/shared/shared.xs ext/threads/threads.pm
8232            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
8233            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
8234            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
8235 ____________________________________________________________________________
8236 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
8237         Log: Regen toc.
8238      Branch: perl
8239            ! pod/perltoc.pod
8240 ____________________________________________________________________________
8241 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
8242         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
8243              From: David Dyck <dcd@tc.fluke.com>
8244              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
8245              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
8246      Branch: perl
8247            ! pod/perl5004delta.pod pod/perl5005delta.pod
8248            ! pod/perl561delta.pod pod/perl56delta.pod
8249 ____________________________________________________________________________
8250 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
8251         Log: FAQ sync.
8252      Branch: perl
8253            ! pod/perlfaq1.pod pod/perlfaq2.pod
8254 ____________________________________________________________________________
8255 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
8256         Log: Subject: [PATCH lib/Pod/t/Usage.t]
8257              From: Abe Timmerman <abe@ztreet.demon.nl>
8258              Date: Sat, 19 Jan 2002 19:57:57 +0100
8259              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
8260      Branch: perl
8261            + lib/Pod/t/Usage.t
8262            ! MANIFEST
8263 ____________________________________________________________________________
8264 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
8265         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
8266              From: Paul_GreenVOS@vos.stratus.com
8267              Date: Sat, 19 Jan 02 13:15 est
8268              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
8269      Branch: perl
8270            ! ext/SDBM_File/sdbm.t
8271 ____________________________________________________________________________
8272 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
8273         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
8274      Branch: perl
8275           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
8276           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
8277 ____________________________________________________________________________
8278 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
8279         Log: Alternative Time::Local algorithm that uses matemathical formula
8280              for timegm instead of progressive guessing
8281      Branch: perl
8282            ! lib/Time/Local.pm
8283 ____________________________________________________________________________
8284 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
8285         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
8286              From: Paul_GreenVOS@vos.stratus.com
8287              Date: Sat, 19 Jan 02 11:20 est
8288              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
8289      Branch: perl
8290            ! ext/File/Glob/t/basic.t
8291 ____________________________________________________________________________
8292 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
8293         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
8294              From: Paul_GreenVOS@vos.stratus.com
8295              Date: Fri, 18 Jan 02 22:56 est
8296              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
8297      Branch: perl
8298            ! ext/Cwd/t/cwd.t
8299 ____________________________________________________________________________
8300 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
8301         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
8302              From: Paul_GreenVOS@vos.stratus.com
8303              Date: Fri, 18 Jan 02 22:48 est
8304              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
8305      Branch: perl
8306            ! lib/Time/Local.t
8307 ____________________________________________________________________________
8308 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
8309         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
8310              From: Paul_GreenVOS@vos.stratus.com
8311              Date: Fri, 18 Jan 02 16:22 est
8312              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
8313      Branch: perl
8314            ! ext/Devel/DProf/DProf.t
8315 ____________________________________________________________________________
8316 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
8317         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
8318              From: Tels <perl_dummy@bloodgate.com>
8319              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
8320              Message-Id: <200201182106.XAA19133@taku.hut.fi>
8321      Branch: perl
8322            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
8323 ____________________________________________________________________________
8324 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
8325         Log: Don't do socketpair udp unless you've got all what it takes.
8326      Branch: perl
8327            ! util.c
8328 ____________________________________________________________________________
8329 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
8330         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
8331              From: Tels <perl_dummy@bloodgate.com>
8332              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
8333              Message-Id: <200201182206.AAA15310@taku.hut.fi>
8334      Branch: perl
8335            ! lib/ExtUtils/MM_BeOS.pm
8336 ____________________________________________________________________________
8337 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
8338         Log: metaconfig unit change for #14336.
8339      Branch: metaconfig
8340            ! U/modified/myhostname.U
8341 ____________________________________________________________________________
8342 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
8343         Log: Avoid bare "set", and kiss .uucp goodbye.
8344      Branch: perl
8345            ! Configure
8346 ____________________________________________________________________________
8347 [ 14335] By: nick                                  on 2002/01/18  22:11:42
8348         Log: Split out core of sv_magic() into sv_magicext().
8349              sv_magic provides the extra restictions (no READONLY, only
8350              one of each type, canned set of vtables), and sv_magicext()
8351              does the actual data twiddling.
8352              Also enhances semantics of ->mg_ptr setting via name/namlen
8353              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
8354              scratch area (namlen > 0 && name == NULL).
8355              sv_magicext also returns the MAGIC * it added.
8356              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
8357              
8358              To come sv_unmagicext() - which will remove just one magic
8359              of particular type, and additionaly match against ->mg_ptr,
8360              or the MAGIC * (need to experiment as to which is more natural).
8361      Branch: perlio
8362            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
8363            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
8364 ____________________________________________________________________________
8365 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
8366         Log: Retract #14327 for now, going to the limit seems
8367              to be too much for many platforms.
8368      Branch: perl
8369            ! lib/Time/Local.t
8370 ____________________________________________________________________________
8371 [ 14333] By: nick                                  on 2002/01/18  18:58:33
8372         Log: Integrate mainline
8373      Branch: perlio
8374           !> Changes patchlevel.h
8375 ____________________________________________________________________________
8376 [ 14332] By: nick                                  on 2002/01/18  16:19:06
8377         Log: Integrate mainline
8378      Branch: perlio
8379           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
8380           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
8381            - lib/ExtUtils/inst
8382           !> (integrate 32 files)
8383 ____________________________________________________________________________
8384 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
8385         Log: Update Changes.
8386      Branch: perl
8387            ! Changes patchlevel.h
8388 ____________________________________________________________________________
8389 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
8390         Log: Try to make the connect/read/write timeouting.
8391      Branch: perl
8392            ! ext/Socket/Socket.t
8393 ____________________________________________________________________________
8394 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
8395         Log: Netware Makefile tweak from Ananth Kesari.
8396      Branch: perl
8397            ! NetWare/Makefile
8398 ____________________________________________________________________________
8399 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
8400         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
8401              From: Michael G Schwern <schwern@pobox.com>
8402              Date: Fri, 18 Jan 2002 03:10:27 -0500
8403              Message-ID: <20020118081027.GE7226@blackrider>
8404      Branch: perl
8405            ! lib/File/Find.pm
8406 ____________________________________________________________________________
8407 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
8408         Log: (retracted by #14334)
8409              
8410              Subject: [PATCH] Improving lib/Time/Local.t
8411              From: Paul_GreenVOS@vos.stratus.com        
8412              Date: Thu, 17 Jan 02 22:36 est
8413              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
8414      Branch: perl
8415            ! lib/Time/Local.t
8416 ____________________________________________________________________________
8417 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
8418         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
8419              From: Abe Timmerman <abe@ztreet.demon.nl>  
8420              Date: Fri, 18 Jan 2002 13:18:47 +0100
8421              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
8422      Branch: perl
8423            ! lib/ExtUtils/t/MM_Win32.t
8424 ____________________________________________________________________________
8425 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
8426         Log: Subject: [PATCH] Syncing with bleadperl 
8427              From: Michael G Schwern <schwern@pobox.com> 
8428              Date: Fri, 18 Jan 2002 03:04:33 -0500
8429              Message-ID: <20020118080432.GC7226@blackrider>
8430      Branch: perl
8431            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
8432            - lib/ExtUtils/inst
8433            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
8434            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8435            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
8436            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
8437            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
8438            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
8439            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
8440            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8441            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
8442            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8443            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
8444            ! lib/ExtUtils/testlib.pm
8445 ____________________________________________________________________________
8446 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
8447         Log: Detypo.
8448      Branch: perl
8449            ! AUTHORS
8450 ____________________________________________________________________________
8451 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
8452         Log: Subject: [PATCH] MM check_hints test
8453              From: Michael G Schwern <schwern@pobox.com>
8454              Date: Thu, 17 Jan 2002 20:25:57 -0500
8455              Message-ID: <20020118012557.GE32762@blackrider>
8456      Branch: perl
8457            + lib/ExtUtils/t/hints.t
8458            ! MANIFEST
8459 ____________________________________________________________________________
8460 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
8461         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
8462              From: Michael G Schwern <schwern@pobox.com> 
8463              Date: Thu, 17 Jan 2002 20:12:20 -0500
8464              Message-ID: <20020118011220.GC32762@blackrider>
8465              
8466              (#14317 replaced with this)
8467      Branch: perl
8468            ! lib/ExtUtils/MakeMaker.pm
8469 ____________________________________________________________________________
8470 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
8471         Log: Subject: [PATCH perldiag] overload.pm warnings
8472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8473              Date: Thu, 17 Jan 2002 23:53:49 +0100
8474              Message-ID: <20020117235349.A14530@rafael>
8475      Branch: perl
8476            ! pod/perldiag.pod
8477 ____________________________________________________________________________
8478 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
8479         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
8480              From: Michael G Schwern <schwern@pobox.com>
8481              Date: Thu, 17 Jan 2002 16:35:47 -0500
8482              Message-ID: <20020117213546.GD23830@blackrider>
8483      Branch: perl
8484            ! lib/File/Find.pm
8485 ____________________________________________________________________________
8486 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
8487         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
8488              From: chromatic <chromatic@rmci.net>
8489              Date: Thu, 17 Jan 2002 13:04:22 -0700
8490              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
8491      Branch: perl
8492            ! pod/perltodo.pod
8493 ____________________________________________________________________________
8494 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
8495         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
8496              From: chromatic <chromatic@rmci.net>
8497              Date: Thu, 17 Jan 2002 12:59:04 -0700
8498              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
8499      Branch: perl
8500            ! lib/ExtUtils/t/Mkbootstrap.t
8501 ____________________________________________________________________________
8502 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
8503         Log: (replaced by #14322)
8504              The #14300 broke hints file handling.
8505      Branch: perl
8506            ! lib/ExtUtils/MakeMaker.pm
8507 ____________________________________________________________________________
8508 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
8509         Log: metaconfig unit change for #14315.
8510      Branch: metaconfig/U/perl
8511            ! uselongdbl.U
8512 ____________________________________________________________________________
8513 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
8514         Log: Subject: [PATCH] long doubles
8515              From: Nicholas Clark <nick@unfortu.net>
8516              Date: Thu, 17 Jan 2002 17:06:28 +0000
8517              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
8518      Branch: perl
8519            ! Configure
8520 ____________________________________________________________________________
8521 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
8522         Log: metaconfig unit change for #14313.
8523      Branch: metaconfig
8524            ! U/modified/i_ndbm.U
8525 ____________________________________________________________________________
8526 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
8527         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
8528              From: Andy Dougherty <doughera@lafayette.edu>
8529              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
8530              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
8531      Branch: perl
8532            ! Configure
8533 ____________________________________________________________________________
8534 [ 14312] By: nick                                  on 2002/01/17  21:38:38
8535         Log: Integrate mainline (for ndbm fixes etc.)
8536      Branch: perlio
8537           +> t/run/fresh_perl.t
8538            - t/run/kill_perl.t
8539           !> Changes MANIFEST ext/Opcode/Opcode.xs
8540           !> ext/SDBM_File/sdbm/Makefile.PL
8541           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
8542           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
8543           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
8544           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
8545           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
8546 ____________________________________________________________________________
8547 [ 14311] By: sky                                   on 2002/01/17  21:01:00
8548         Log: Simplify the code that duplicates the threads 
8549              init function and the parameters to the thread by using sv_dup. 
8550              Note,what happens if you pass a shared variable as a parameter?
8551      Branch: perl
8552            ! ext/threads/threads.xs
8553 ____________________________________________________________________________
8554 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
8555         Log: Update Changes.
8556      Branch: perl
8557            ! Changes patchlevel.h
8558 ____________________________________________________________________________
8559 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
8560         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
8561              with fresh_perl_is() and fresh_perl_like().
8562      Branch: perl
8563            + t/run/fresh_perl.t
8564            - t/run/kill_perl.t
8565            ! MANIFEST t/test.pl
8566 ____________________________________________________________________________
8567 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
8568         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
8569              From: Benjamin Goldberg <goldbb2@earthlink.net>
8570              Date: Wed, 09 Jan 2002 21:03:16 -0500
8571              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
8572      Branch: perl
8573            ! ext/Unicode/Normalize/Normalize.pm
8574 ____________________________________________________________________________
8575 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
8576         Log: Retract #14144 as Hugo isn't happy with it.
8577      Branch: perl
8578            ! scope.c t/run/kill_perl.t
8579 ____________________________________________________________________________
8580 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
8581         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
8582              From: Richard Clamp <richardc@unixbeard.net>
8583              Date: Wed, 16 Jan 2002 17:34:31 +0000
8584              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
8585      Branch: perl
8586            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
8587 ____________________________________________________________________________
8588 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
8589         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
8590              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8591              Date: Tue, 15 Jan 2002 21:23:30 +0100
8592              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
8593      Branch: perl
8594            ! ext/Opcode/Opcode.xs
8595 ____________________________________________________________________________
8596 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
8597         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
8598              From: Paul_GreenVOS@vos.stratus.com
8599              Date: Wed, 16 Jan 02 6:42 est
8600              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
8601      Branch: perl
8602            ! t/io/fs.t t/op/crypt.t
8603 ____________________________________________________________________________
8604 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
8605         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
8606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8607              Date: Wed, 16 Jan 2002 13:43:39 +0100
8608              Message-ID: <20020116134339.A704@rafael>
8609              
8610              (replaces #14302)
8611      Branch: perl
8612            ! mg.c t/lib/warnings/mg
8613 ____________________________________________________________________________
8614 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
8615         Log: (replaced by #14303)
8616              Subject: [PATCH] length of undefined $(digit) should warn
8617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8618              Date: Tue, 15 Jan 2002 23:02:44 +0100            
8619              Message-ID: <20020115230244.A31786@rafael>     
8620      Branch: perl
8621            ! mg.c t/lib/warnings/mg
8622 ____________________________________________________________________________
8623 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
8624         Log: The non-MakeMaker.pm parts of
8625              
8626              Subject: [PATCH] Re: MM_Beos.pm?
8627              From: Tels <perl_dummy@bloodgate.com>
8628              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
8629              Message-Id: <200201142006.WAA29544@taas.iki.fi>
8630      Branch: perl
8631            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
8632            ! lib/ExtUtils/t/MM_Unix.t
8633 ____________________________________________________________________________
8634 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
8635         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
8636              From: Michael G Schwern <schwern@pobox.com>    
8637              Date: Tue, 15 Jan 2002 20:07:50 -0500            
8638              Message-ID: <20020116010750.GH625@blackrider>  
8639      Branch: perl
8640            ! lib/ExtUtils/MakeMaker.pm
8641 ____________________________________________________________________________
8642 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
8643         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
8644              From: Jeffrey Friedl <jfriedl@yahoo.com>       
8645              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
8646              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
8647      Branch: perl
8648            ! lib/Text/Tabs.pm
8649 ____________________________________________________________________________
8650 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
8651         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
8652              From: "Green, Paul" <Paul.Green@stratus.com>
8653              Date: Tue, 15 Jan 2002 22:28:10 -0500
8654              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
8655      Branch: perl
8656            ! lib/ExtUtils/MM_Unix.pm
8657 ____________________________________________________________________________
8658 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
8659         Log: Integrate perlio; offsetof() is in <stddef.h>
8660      Branch: perl
8661           !> ext/Socket/Socket.xs
8662 ____________________________________________________________________________
8663 [ 14296] By: nick                                  on 2002/01/16  13:02:29
8664         Log: offsetof() is in <stddef.h>
8665      Branch: perlio
8666            ! ext/Socket/Socket.xs
8667 ____________________________________________________________________________
8668 [ 14295] By: nick                                  on 2002/01/16  07:25:29
8669         Log: Integrate mainline
8670      Branch: perlio
8671           +> (branch 262 files)
8672            - (delete 285 files)
8673           !> (integrate 34 files)
8674 ____________________________________________________________________________
8675 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
8676         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
8677              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
8678              Canonical.pl and Exact.pl.
8679      Branch: perl
8680            + (add 259 files)
8681            - (delete 288 files)
8682            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
8683            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
8684            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8685            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
8686 ____________________________________________________________________________
8687 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
8688         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
8689      Branch: perl
8690            ! ext/Socket/Socket.xs
8691 ____________________________________________________________________________
8692 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
8693         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
8694              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8695              Date: Tue, 15 Jan 2002 21:59:19 +0100
8696              Message-ID: <3C44A637.16602.25EB208@localhost>
8697      Branch: perl
8698            ! embed.fnc embed.h proto.h
8699 ____________________________________________________________________________
8700 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
8701         Log: Duh.  The updated In/*.pl weren't checked in.
8702      Branch: perl
8703            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
8704            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
8705            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
8706            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
8707            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
8708            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
8709            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
8710            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
8711            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
8712            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
8713            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
8714            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
8715            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
8716            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
8717            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
8718            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
8719            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
8720            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
8721            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
8722            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
8723            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
8724            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
8725            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
8726            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
8727            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
8728            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
8729            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
8730            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
8731            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
8732            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
8733            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
8734            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
8735            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
8736            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
8737            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
8738            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
8739            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
8740            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
8741            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
8742            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
8743            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
8744            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
8745            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
8746            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
8747            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
8748            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
8749            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
8750            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
8751 ____________________________________________________________________________
8752 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
8753         Log: Update Changes.
8754      Branch: perl
8755            ! Changes patchlevel.h
8756 ____________________________________________________________________________
8757 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
8758         Log: Jeffrey is trying very hard to avoid working on his
8759              book, it would seem :-) (better naming, better comments
8760              in the files)
8761      Branch: perl
8762            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
8763            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
8764            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
8765            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
8766            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
8767            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
8768            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
8769            - lib/unicore/Is/IDStart.pl
8770            ! (edit 200 files)
8771 ____________________________________________________________________________
8772 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
8773         Log: metaconfig unit changes for #14287.
8774      Branch: metaconfig
8775            + U/modified/Chk_MANI.U
8776            ! U/modified/Extract.U U/modified/Finish.U
8777      Branch: metaconfig/U/perl
8778            ! Extensions.U dlsrc.U
8779 ____________________________________________________________________________
8780 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
8781         Log: Some protection against spaces in directory names.
8782              (Tru64 still has some makedepend problems in such
8783              cases but that looks like Tru64's problem.)
8784      Branch: perl
8785            ! Configure Makefile.SH
8786 ____________________________________________________________________________
8787 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
8788         Log: Should have been in #14285 but I have sausages for fingers.
8789      Branch: perl
8790            + lib/ExtUtils/MM_BeOS.pm
8791 ____________________________________________________________________________
8792 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
8793         Log: MM_BeOS from Tels.
8794      Branch: perl
8795            + lib/ExtUtils/t/MM_BeOS.t
8796            ! MANIFEST
8797 ____________________________________________________________________________
8798 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
8799         Log: Integrate perlio;
8800              
8801              (reintroduce #14251) Slab allocator for ops
8802              - moved the statics to intrpvar.h
8803              - implemented Slab_Free()
8804              - uses PerlMemShared (for now) if distinction exists.
8805              
8806              Slab allocator submit after resolve -ay to keep it!
8807              
8808              Hand merge of non slab allocator stuff
8809              
8810              const-ness fix in savepv's passing of NULL
8811              
8812              Typo in #else branch of PL_SLAB_ALLOC
8813              
8814              Integrate rest of mainline
8815              
8816              Regen embed enable slab for PERL_IMPLICIT_SYS
8817              
8818              Correct name of PL_OP_SLAB_ALLOC
8819              
8820              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
8821              e.g. -Duse64bitint on a 32-bit platform.
8822              Now uses I32 for use-count and is more careful with its casts.
8823      Branch: perl
8824           !> (integrate 28 files)
8825 ____________________________________________________________________________
8826 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
8827         Log: Add Shuck URL
8828      Branch: maint-5.6/macperl
8829            ! macos/macperl/MacPerl.podhelp
8830 ____________________________________________________________________________
8831 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
8832         Log: Remove obsolete docs
8833      Branch: maint-5.6/macperl
8834            ! ext/File/Glob/Glob.pm
8835 ____________________________________________________________________________
8836 [ 14281] By: nick                                  on 2002/01/15  15:08:43
8837         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
8838              e.g. -Duse64bitint on a 32-bit platform.
8839              Now uses I32 for use-count and is more careful with its casts.
8840      Branch: perlio
8841            ! intrpvar.h op.c
8842 ____________________________________________________________________________
8843 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
8844         Log: Update bundled modules.  Yow!
8845      Branch: maint-5.6/macperl
8846            + macos/bundled_ext/Compress/Zlib/constants.h
8847            + macos/bundled_ext/Compress/Zlib/constants.xs
8848            + macos/bundled_ext/Filter/Util/Call/ppport.h
8849            + macos/bundled_ext/Storable/t/compat-0.6.t
8850            + macos/bundled_ext/Storable/t/dump.pl
8851            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
8852            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
8853            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
8854            + macos/bundled_lib/blib/lib/URI/ssh.pm
8855            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
8856            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
8857            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
8858            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
8859            + macos/bundled_lib/t/Filter/Simple/data.t
8860            + macos/bundled_lib/t/Filter/Simple/export.t
8861            + macos/bundled_lib/t/Filter/Simple/filter_only.t
8862            + macos/bundled_lib/t/Filter/Simple/import.t
8863            + macos/bundled_lib/t/NEXT/actual.t
8864            + macos/bundled_lib/t/NEXT/actuns.t
8865            + macos/bundled_lib/t/NEXT/next.t
8866            + macos/bundled_lib/t/NEXT/unseen.t
8867            + macos/bundled_lib/t/libnet/netrc.t
8868            + macos/bundled_lib/t/libwww-perl/base/http.t
8869            + macos/bundled_lib/t/libwww-perl/live/activestate.t
8870            - macos/bundled_ext/Filter/t/FilterTest.pm
8871            - macos/bundled_ext/Storable/t/compat06.t
8872            - macos/bundled_ext/Storable/t/st-dump.pl
8873            - macos/bundled_lib/t/NEXT/test.pl
8874            - macos/bundled_lib/t/libwww-perl/live/google.t
8875            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
8876            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
8877            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
8878            ! macos/bundled_ext/Compress/Zlib/README
8879            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
8880            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
8881            ! macos/bundled_ext/Compress/Zlib/t/examples.t
8882            ! macos/bundled_ext/Filter/Util/Call/Call.pm
8883            ! macos/bundled_ext/Filter/Util/Call/Call.xs
8884            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
8885            ! macos/bundled_ext/Filter/t/call.t
8886            ! macos/bundled_ext/Filter/t/filter-util.pl
8887            ! macos/bundled_ext/Storable/ChangeLog
8888            ! macos/bundled_ext/Storable/README
8889            ! macos/bundled_ext/Storable/Storable.pm
8890            ! macos/bundled_ext/Storable/t/blessed.t
8891            ! macos/bundled_ext/Storable/t/canonical.t
8892            ! macos/bundled_ext/Storable/t/dclone.t
8893            ! macos/bundled_ext/Storable/t/forgive.t
8894            ! macos/bundled_ext/Storable/t/freeze.t
8895            ! macos/bundled_ext/Storable/t/lock.t
8896            ! macos/bundled_ext/Storable/t/overload.t
8897            ! macos/bundled_ext/Storable/t/recurse.t
8898            ! macos/bundled_ext/Storable/t/retrieve.t
8899            ! macos/bundled_ext/Storable/t/store.t
8900            ! macos/bundled_ext/Storable/t/tied.t
8901            ! macos/bundled_ext/Storable/t/tied_hook.t
8902            ! macos/bundled_ext/Storable/t/tied_items.t
8903            ! macos/bundled_ext/Storable/t/utf8.t
8904            ! macos/bundled_lib/blib/lib/File/Sort.pm
8905            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
8906            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
8907            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
8908            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
8909            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
8910            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
8911            ! macos/bundled_lib/blib/lib/LWP.pm
8912            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
8913            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
8914            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
8915            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
8916            ! macos/bundled_lib/blib/lib/Mail/Address.pm
8917            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
8918            ! macos/bundled_lib/blib/lib/Mail/Field.pm
8919            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
8920            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
8921            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
8922            ! macos/bundled_lib/blib/lib/Mail/Header.pm
8923            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
8924            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
8925            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
8926            ! macos/bundled_lib/blib/lib/Mail/Send.pm
8927            ! macos/bundled_lib/blib/lib/Mail/Util.pm
8928            ! macos/bundled_lib/blib/lib/NEXT.pm
8929            ! macos/bundled_lib/blib/lib/Net/Config.pm
8930            ! macos/bundled_lib/blib/lib/Net/Domain.pm
8931            ! macos/bundled_lib/blib/lib/Net/FTP.pm
8932            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
8933            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
8934            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
8935            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
8936            ! macos/bundled_lib/blib/lib/Net/POP3.pm
8937            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
8938            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
8939            ! macos/bundled_lib/blib/lib/Switch.pm
8940            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
8941            ! macos/bundled_lib/blib/lib/URI/Escape.pm
8942            ! macos/bundled_lib/blib/lib/URI/ftp.pm
8943            ! macos/bundled_lib/blib/lib/lwpcook.pod
8944            ! macos/bundled_lib/t/Filter/Simple/filter.t
8945            ! macos/bundled_lib/t/Switch/t/nested.t
8946            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8947            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8948            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
8949            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
8950            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8951            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
8952            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
8953            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
8954            ! macos/bundled_lib/t/libnet/config.t
8955            ! macos/bundled_lib/t/libnet/ftp.t
8956            ! macos/bundled_lib/t/libnet/hostname.t
8957            ! macos/bundled_lib/t/libnet/nntp.t
8958            ! macos/bundled_lib/t/libnet/require.t
8959            ! macos/bundled_lib/t/libnet/smtp.t
8960            ! macos/bundled_lib/t/libwww-perl/base/headers.t
8961            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
8962            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8963            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8964            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8965            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8966            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8967            ! macos/bundled_lib/t/libwww-perl/live/validator.t
8968            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
8969 ____________________________________________________________________________
8970 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
8971         Log: Subject: [PATCH] Socket::sockaddr_family
8972              From: Gisle Aas <gisle@ActiveState.com> 
8973              Date: 15 Jan 2002 06:35:28 -0800
8974              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
8975      Branch: perl
8976            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8977 ____________________________________________________________________________
8978 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
8979         Log: Subject: [PATCH perldiag] Style issue
8980              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8981              Date: Tue, 15 Jan 2002 15:36:30 +0100                
8982              Message-ID: <20020115153630.A11568@rafael>
8983      Branch: perl
8984            ! pod/perldiag.pod
8985 ____________________________________________________________________________
8986 [ 14277] By: nick                                  on 2002/01/15  14:30:51
8987         Log: Correct name of PL_OP_SLAB_ALLOC
8988      Branch: perlio
8989            ! perl.h
8990 ____________________________________________________________________________
8991 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
8992         Log: NetWare tweak from Ananth Kesari.
8993      Branch: perl
8994            ! lib/ExtUtils/MakeMaker.pm
8995 ____________________________________________________________________________
8996 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
8997         Log: Throwback.
8998      Branch: perl
8999            ! MANIFEST
9000 ____________________________________________________________________________
9001 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
9002         Log: A couple of additional character classes from Jeffrey,
9003              hopefully useful in future for internal use for implementing
9004              some special cases of casing.
9005              
9006              Also regenerate once more all the character classes,
9007              now without the timestamp.  A timestamp would be kind of
9008              nice but it's not: having a timestamp in a file means that
9009              even if the effective contents of file really didn't
9010              change, the file looks as if it changed.
9011      Branch: perl
9012            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
9013            + lib/unicore/Is/CombAbov.pl
9014            ! (edit 304 files)
9015 ____________________________________________________________________________
9016 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
9017         Log: Make the test harder.
9018      Branch: perl
9019            ! t/op/pat.t
9020 ____________________________________________________________________________
9021 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
9022         Log: Additional utf8_heavy.pl tweak from Jeffrey.
9023      Branch: perl
9024            ! lib/utf8_heavy.pl
9025 ____________________________________________________________________________
9026 [ 14271] By: nick                                  on 2002/01/15  11:29:47
9027         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
9028      Branch: perlio
9029            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
9030            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
9031 ____________________________________________________________________________
9032 [ 14270] By: nick                                  on 2002/01/15  08:19:08
9033         Log: Integrate rest of mainline
9034      Branch: perlio
9035           !> (integrate 28 files)
9036 ____________________________________________________________________________
9037 [ 14269] By: nick                                  on 2002/01/15  08:02:44
9038         Log: Typo in #else branch of PL_SLAB_ALLOC
9039      Branch: perlio
9040            ! op.c
9041 ____________________________________________________________________________
9042 [ 14268] By: nick                                  on 2002/01/15  07:57:47
9043         Log: const-ness fix in savepv's passing of NULL
9044      Branch: perlio
9045            ! util.c
9046 ____________________________________________________________________________
9047 [ 14267] By: nick                                  on 2002/01/15  07:42:17
9048         Log: Hand merge of non slab allocator stuff
9049      Branch: perlio
9050            ! op.c
9051 ____________________________________________________________________________
9052 [ 14266] By: nick                                  on 2002/01/15  07:39:33
9053         Log: Slab allocator submit after resolve -ay to keep it!
9054      Branch: perlio
9055           !> op.c
9056 ____________________________________________________________________________
9057 [ 14265] By: nick                                  on 2002/01/15  07:05:06
9058         Log: Blind integrate of bulk of mainline.
9059      Branch: perlio
9060           +> (branch 173 files)
9061            - (delete 184 files)
9062           !> (integrate 146 files)
9063 ____________________________________________________________________________
9064 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
9065         Log: Pod nits.
9066      Branch: perl
9067            ! lib/Unicode/UCD.pm pod/perlunicode.pod
9068 ____________________________________________________________________________
9069 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
9070         Log: The Unicode categories doc patch to go with #14254,
9071              from Jeffrey.
9072      Branch: perl
9073            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
9074 ____________________________________________________________________________
9075 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
9076         Log: There isn't going to be perl.third.exe.
9077      Branch: perl
9078            ! Makefile.SH
9079 ____________________________________________________________________________
9080 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
9081         Log: Subject: [PATCH] small coredump correction
9082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9083              Date: Tue, 15 Jan 2002 00:22:52 +0100
9084              Message-ID: <20020115002252.I691@rafael>
9085      Branch: perl
9086            ! op.c
9087 ____________________________________________________________________________
9088 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
9089         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
9090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9091              Date: Mon, 14 Jan 2002 23:03:04 +0100
9092              Message-ID: <20020114230304.A691@rafael>   
9093              
9094              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
9095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9096              Date: Mon, 14 Jan 2002 23:18:43 +0100
9097              Message-ID: <20020114231843.E691@rafael>   
9098      Branch: perl
9099            ! pod/perlsub.pod t/op/override.t toke.c
9100 ____________________________________________________________________________
9101 [ 14259] By: nick                                  on 2002/01/14  22:02:49
9102         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
9103              Need to use CopXXXXX macros everywhere and add CopSTASH_free
9104              Add new scope type and add support for it to scope.c and scope stack
9105              dup-er in sv.c. Add savesharedpv().
9106              Also zealous version of Win32's vmem.h to catch all the abuses.
9107              With this t/op/fork.t passes even with zealous checking and 
9108              checker is point a finger at various threads/shared issues.
9109              
9110              PL_curcop->cop_io is still an issue.
9111      Branch: perlio
9112            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
9113            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
9114            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
9115            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
9116            ! win32/vmem.h win32/win32.c win32/win32.h
9117 ____________________________________________________________________________
9118 [ 14258] By: nick                                  on 2002/01/14  20:24:28
9119         Log: Integrate build parts of mainline
9120      Branch: perlio
9121           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
9122           !> lib/ExtUtils/t/MM_Win32.t
9123 ____________________________________________________________________________
9124 [ 14257] By: nick                                  on 2002/01/14  16:10:54
9125         Log: Inverted sense of special-ness of specialCopIO - supposed to 
9126              be true if value is "special" i.e. NOT an SV.
9127      Branch: perlio
9128            ! perlio.h
9129 ____________________________________________________________________________
9130 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
9131         Log: Update Changes.
9132      Branch: perl
9133            ! Changes patchlevel.h
9134 ____________________________________________________________________________
9135 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
9136         Log: Retract #14251 (the op slab allocator from perlio)
9137              until we figure out why 2.2.19 x86 debian gets
9138              a circular sibling chain and therefore hangs in
9139              the Perl_ck_subr() sibling for-loop.
9140      Branch: perl
9141            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
9142            ! perlapi.c perlapi.h proto.h
9143 ____________________________________________________________________________
9144 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
9145         Log: Big mktables rewrite from Jeffrey;
9146              documentation not yet updated.
9147      Branch: perl
9148            + (add 171 files)
9149            - (delete 182 files)
9150            ! (edit 135 files)
9151 ____________________________________________________________________________
9152 [ 14253] By: ams                                   on 2002/01/14  03:15:05
9153         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
9154              From: Michael G Schwern <schwern@pobox.com>
9155              Date: Sun, 13 Jan 2002 21:00:07 -0500
9156              Message-Id: <20020114020007.GB2877@blackrider>
9157      Branch: perl
9158            ! lib/Cwd.pm
9159 ____________________________________________________________________________
9160 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
9161         Log: Subject: Re: Win32 status - progress !
9162              From: Abe Timmerman <abe@ztreet.demon.nl>       
9163              Date: Mon, 14 Jan 2002 02:29:51 +0100
9164              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
9165      Branch: perl
9166            ! lib/ExtUtils/t/MM_Win32.t
9167 ____________________________________________________________________________
9168 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
9169         Log: Integrate perlio.
9170              
9171              Slab allocator for ops
9172              - moved the statics to intrpvar.h
9173              - implemented Slab_Free()
9174              - uses PerlMemShared (for now) if distinction exists.
9175      Branch: perl
9176           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
9177           !> perlapi.c perlapi.h proto.h
9178 ____________________________________________________________________________
9179 [ 14250] By: nick                                  on 2002/01/13  23:22:34
9180         Log: Slab allocator for ops
9181              - moved the statics to intrpvar.h
9182              - implemented Slab_Free()
9183              - uses PerlMemShared (for now) if distinction exists.
9184      Branch: perlio
9185            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
9186            ! perlapi.c perlapi.h proto.h
9187 ____________________________________________________________________________
9188 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
9189         Log: Start a new test category: uni.  Much of t/op/pat
9190              should probably be moved here, but holding on that
9191              until Jeffrey finishes his big mktables rewrite.
9192              Bits and pieces of op/split, op/pack, op/append,
9193              op/join, could probably be moved to respective uni
9194              tests, too.
9195      Branch: perl
9196            + t/uni/fold.t t/uni/sprintf.t
9197            - t/op/unifold.t t/op/unisprintf.t
9198            ! MANIFEST t/TEST t/harness
9199 ____________________________________________________________________________
9200 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
9201         Log: Subject: [PATCH] enable Win32 to build again
9202              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9203              Date: Sun, 13 Jan 2002 21:49:24 +0100
9204              Message-ID: <3C4200E4.15926.23F6131@localhost>
9205              
9206              miniperl.exe.exe does not exe that well.
9207      Branch: perl
9208            ! lib/ExtUtils/MM_Unix.pm
9209 ____________________________________________________________________________
9210 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
9211         Log: Mention some of the load-affected tests.
9212      Branch: perl
9213            ! INSTALL
9214 ____________________________________________________________________________
9215 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
9216         Log: Move the UTF-8 conversion code earlier so that
9217              op/ver is happy.
9218      Branch: perl
9219            ! sv.c t/op/ver.t
9220 ____________________________________________________________________________
9221 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
9222         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
9223              have diverged quite a bit so no updates there.
9224      Branch: perl
9225            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
9226            ! ext/List/Util/lib/List/Util.pm
9227            ! ext/List/Util/lib/Scalar/Util.pm
9228 ____________________________________________________________________________
9229 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
9230         Log: Make the crypt() pickier: if downgrading doesn't work,
9231              croak.
9232      Branch: perl
9233            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
9234 ____________________________________________________________________________
9235 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
9236         Log: Grow the buffer in case Unicode caused size changes
9237              (and it very probably did).
9238      Branch: perl
9239            ! sv.c
9240 ____________________________________________________________________________
9241 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
9242         Log: Future-proofing from Jeffrey Friedl (for conflicting
9243              In* and Is* names).
9244      Branch: perl
9245            ! lib/utf8_heavy.pl
9246 ____________________________________________________________________________
9247 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
9248         Log: Subject: [PATCH] Re: Warning in B.xs
9249              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9250              Date: Sun, 13 Jan 2002 19:39:52 +0100
9251              Message-ID: <3C41E288.20562.1C8C895@localhost>
9252      Branch: perl
9253            ! ext/B/B.xs
9254 ____________________________________________________________________________
9255 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
9256         Log: Subject: Re: lookbehind broken with latest bleedperl
9257              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9258              Date: Sun, 13 Jan 2002 18:06:22 +0000
9259              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
9260      Branch: perl
9261            ! regexec.c t/op/re_tests
9262 ____________________________________________________________________________
9263 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
9264         Log: Subject: [PATCH] more MM_Unix.t tests
9265              From: Tels <perl_dummy@bloodgate.com>
9266              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
9267              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
9268              
9269              Subject: [PATCH] 14220 misunderstood, I bet          
9270              From: andreas.koenig@anima.de (Andreas J. Koenig)
9271              Date: 12 Jan 2002 21:31:58 +0100
9272              Message-ID: <m3k7un8g5d.fsf@anima.de>
9273      Branch: perl
9274            ! lib/ExtUtils/t/MM_Unix.t
9275 ____________________________________________________________________________
9276 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
9277         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
9278              From: Tels <perl_dummy@bloodgate.com>
9279              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
9280              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
9281              
9282              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
9283              From: Tels <perl_dummy@bloodgate.com>
9284              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
9285              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
9286      Branch: perl
9287            ! lib/ExtUtils/MM_Unix.pm
9288 ____________________________________________________________________________
9289 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
9290         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
9291              From: Nicholas Clark <nick@unfortu.net> 
9292              Date: Sun, 13 Jan 2002 15:58:34 +0000
9293              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
9294      Branch: perl
9295            ! lib/Benchmark.t
9296 ____________________________________________________________________________
9297 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
9298         Log: Anton Berezin did more reading and the uid setting story
9299              gets more complex.
9300      Branch: perl
9301            ! pod/perltodo.pod utils/perldoc.PL
9302 ____________________________________________________________________________
9303 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
9304         Log: Integrate perlio;
9305              
9306              Win32 fixes:
9307              - vmem.h hack to handle free-by-wrong-thread after eval "".
9308              - Initialize timerid 
9309      Branch: perl
9310           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
9311 ____________________________________________________________________________
9312 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
9313         Log: Subject: Re: HiRes
9314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9315              Date: Sun, 13 Jan 2002 10:18:46 +0100
9316              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
9317              
9318              Give up on socketpair in HP-UX.
9319      Branch: perl
9320            ! ext/Socket/socketpair.t
9321 ____________________________________________________________________________
9322 [ 14233] By: nick                                  on 2002/01/13  16:29:30
9323         Log: Integrate mainline
9324      Branch: perlio
9325           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
9326           !> (integrate 46 files)
9327 ____________________________________________________________________________
9328 [ 14232] By: nick                                  on 2002/01/13  15:37:48
9329         Log: Win32 fixes:
9330              - vmem.h hack to handle free-by-wrong-thread after eval "".
9331              - Initialize timerid 
9332      Branch: perlio
9333            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
9334 ____________________________________________________________________________
9335 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
9336         Log: *groan*
9337      Branch: perl
9338            ! t/op/pat.t
9339 ____________________________________________________________________________
9340 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
9341         Log: One more sharp s case found by Jeffrey.
9342      Branch: perl
9343            ! regexec.c t/op/pat.t
9344 ____________________________________________________________________________
9345 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
9346         Log: Comment tweak.
9347      Branch: perl
9348            ! regexec.c
9349 ____________________________________________________________________________
9350 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
9351         Log: Don't bother checking for the Greek special
9352              cases if the node is too short.
9353      Branch: perl
9354            ! regcomp.c
9355 ____________________________________________________________________________
9356 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
9357         Log: Update Changes.
9358      Branch: perl
9359            ! Changes patchlevel.h
9360 ____________________________________________________________________________
9361 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
9362         Log: metaconfig unit change for #14225.
9363      Branch: metaconfig
9364            + U/modified/i_ndbm.U
9365 ____________________________________________________________________________
9366 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
9367         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
9368              From: Jonathan Stowe <gellyfish@gellyfish.com>
9369              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
9370              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
9371      Branch: perl
9372            ! Configure config_h.SH
9373 ____________________________________________________________________________
9374 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
9375         Log: Quick reformat using indent -kr -nce, as requested
9376              by Dan Kogai and suggest by NI-S.
9377      Branch: perl
9378            ! ext/Encode/encengine.c
9379 ____________________________________________________________________________
9380 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
9381         Log: Couple more Unicode lookbehind tests.
9382      Branch: perl
9383            ! t/op/pat.t
9384 ____________________________________________________________________________
9385 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
9386         Log: Sharp S as a special treat for our German UTF-8 testers :-)
9387      Branch: perl
9388            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
9389 ____________________________________________________________________________
9390 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
9391         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
9392              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9393              Date: Sat, 12 Jan 2002 20:37:32 +0100
9394              Message-ID: <3C409E8C.16203.196C2D3@localhost>
9395      Branch: perl
9396            ! ext/B/B/Deparse.pm
9397 ____________________________________________________________________________
9398 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
9399         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
9400              really worth the bits it's printed on?
9401      Branch: perl
9402            ! lib/ExtUtils/t/MM_Unix.t
9403 ____________________________________________________________________________
9404 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
9405         Log: Special treatment for U+03B0 and U+0390 in //i,
9406              this means that we can remove the minlen pessimisations
9407              introduced by the #14096.
9408      Branch: perl
9409            ! pp_hot.c regcomp.c regexec.c
9410 ____________________________________________________________________________
9411 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
9412         Log: Integrate perlio;
9413              
9414              Abstract out the cloning of SvPVX and handle shared pv in a 
9415              safe (if suboptimal) manner. Does not fix op/fork.t :-(
9416              
9417              Win32-ize socketpair test
9418              - Win32 can fork even though $Config{d_fork} is undef
9419              - SOCK_DGRAM does not work - skip those tests.
9420      Branch: perl
9421           !> ext/Socket/socketpair.t sv.c
9422 ____________________________________________________________________________
9423 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
9424         Log: One should first drop the real uid, not the effective uid.
9425              [ID 20020110.003]
9426      Branch: perl
9427            ! utils/perldoc.PL
9428 ____________________________________________________________________________
9429 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
9430         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
9431              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9432              Date: Fri, 11 Jan 2002 23:29:48 +0100
9433              Message-ID: <3C3F756C.4581.2E2A938@localhost>
9434      Branch: perl
9435            + ext/B/C/C.xs ext/B/C/Makefile.PL
9436            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
9437            ! utils/perlcc.PL
9438 ____________________________________________________________________________
9439 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
9440         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
9441              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
9442              Date: Fri, 11 Jan 2002 14:29:30 -0800
9443              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
9444      Branch: perl
9445            ! ext/B/t/concise.t
9446 ____________________________________________________________________________
9447 [ 14214] By: nick                                  on 2002/01/12  12:31:12
9448         Log: Win32-ize socketpair test
9449              - Win32 can fork even though $Config{d_fork} is undef
9450              - SOCK_DGRAM does not work - skip those tests.
9451      Branch: perlio
9452            ! ext/Socket/socketpair.t
9453 ____________________________________________________________________________
9454 [ 14213] By: nick                                  on 2002/01/12  11:46:28
9455         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
9456              safe (if suboptimal) manner. Does not fix op/fork.t :-(
9457      Branch: perlio
9458            ! sv.c
9459 ____________________________________________________________________________
9460 [ 14212] By: ams                                   on 2002/01/12  06:10:52
9461         Log: Subject: [PATCH] More fixes for Stratus VOS
9462              From: "Green, Paul" <Paul.Green@stratus.com>
9463              Date: Fri, 11 Jan 2002 17:30:37 -0500
9464              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
9465      Branch: perl
9466            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
9467 ____________________________________________________________________________
9468 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
9469         Log: Upgrade to CGI.pm 2.80.
9470      Branch: perl
9471            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
9472 ____________________________________________________________________________
9473 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
9474         Log: FAQ sync.
9475      Branch: perl
9476            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9477            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9478            ! pod/perlfaq8.pod
9479 ____________________________________________________________________________
9480 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
9481         Log: This is getting embarrassing.
9482      Branch: perl
9483            ! t/op/pat.t
9484 ____________________________________________________________________________
9485 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
9486         Log: Doc tweaks.
9487      Branch: perl
9488            ! pod/perlunicode.pod
9489 ____________________________________________________________________________
9490 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
9491         Log: Updating the test count is good; also rephrasing
9492              so that there is no ok output containing "not".
9493      Branch: perl
9494            ! t/op/pat.t
9495 ____________________________________________________________________________
9496 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
9497         Log: Andreas is busy :-)
9498      Branch: perl
9499            ! doop.c t/op/unisprintf.t
9500 ____________________________________________________________________________
9501 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
9502         Log: Unicode lookbehind looked bad.
9503      Branch: perl
9504            ! regexec.c t/op/pat.t
9505 ____________________________________________________________________________
9506 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
9507         Log: Garbage collection.
9508      Branch: perl
9509            ! t/run/kill_perl.t
9510 ____________________________________________________________________________
9511 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
9512         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
9513              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9514              Date: Fri, 11 Jan 2002 23:29:48 +0100
9515              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
9516      Branch: perl
9517            ! embed.fnc global.sym makedef.pl
9518 ____________________________________________________________________________
9519 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
9520         Log: Subject: [PATCH] perldelta nit?
9521              From: Robert Spier <rspier@pobox.com>
9522              Date: Fri, 11 Jan 2002 15:19:16 -0800
9523              Message-ID: <15423.29428.164185.251700@rls.cx>
9524      Branch: perl
9525            ! pod/perldelta.pod
9526 ____________________________________________________________________________
9527 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
9528         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
9529              From: Michael G Schwern <schwern@pobox.com>
9530              Date: Fri, 11 Jan 2002 17:08:17 -0500
9531              Message-ID: <20020111220817.GG2838@blackrider>
9532      Branch: perl
9533            ! t/run/kill_perl.t t/test.pl
9534 ____________________________________________________________________________
9535 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
9536         Log: Subject: [PATCH] Correct misleading error message
9537              From: Mike Guy <mjtg@cam.ac.uk>
9538              Date: Fri, 11 Jan 2002 18:36:33 +0000
9539              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
9540              
9541              hash assignment -> anonymous hash
9542      Branch: perl
9543            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
9544 ____________________________________________________________________________
9545 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
9546         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
9547              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9548              Date: Fri, 11 Jan 2002 16:58:14 +0100
9549              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
9550      Branch: perl
9551            ! ext/Unicode/Normalize/mkheader
9552 ____________________________________________________________________________
9553 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
9554         Log: Add a new test for is-sprintf-preserving Unicodeness:
9555              #14194 and an old one from kill_perl.t (I could have used
9556              sprintf.t, but it's format was quite fixed, and I didn't
9557              feel like breaking the format)
9558      Branch: perl
9559            + t/op/unisprintf.t
9560            ! MANIFEST t/run/kill_perl.t
9561 ____________________________________________________________________________
9562 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
9563         Log: Integrate perlio;
9564              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
9565      Branch: perl
9566           !> win32/win32.c
9567 ____________________________________________________________________________
9568 [ 14196] By: nick                                  on 2002/01/11  20:58:20
9569         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
9570              as C runtime seems to get its hands on them even though we said
9571              they were handled.
9572              Still an issue with "die" out of signal handler - get panic: pp_iter
9573      Branch: perlio
9574            ! win32/win32.c
9575 ____________________________________________________________________________
9576 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
9577         Log: Integrate perlio;
9578              A mostly-stable version of "new" Win32 signal/kill support.
9579      Branch: perl
9580           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
9581           !> win32/config.gc win32/config.vc win32/config_H.bc
9582           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9583           !> win32/makefile.mk win32/win32.c win32/win32.h
9584 ____________________________________________________________________________
9585 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
9586         Log: Fix for
9587              
9588              Subject: UTF-8 sprintf bug in bleadperl
9589              From: andreas.koenig@anima.de (Andreas J. Koenig)
9590              Date: 11 Jan 2002 15:47:15 +0100
9591              Message-ID: <m3vge99c7g.fsf@anima.de>
9592              
9593              I have tests, have just to figure out where to put them
9594              since op/sprintf looks a bit unfriendly for tests of
9595              somewhat freer form.
9596      Branch: perl
9597            ! doop.c sv.c
9598 ____________________________________________________________________________
9599 [ 14193] By: nick                                  on 2002/01/11  18:25:34
9600         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
9601              Builds and passes a few tests.
9602      Branch: perlio
9603           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
9604           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
9605           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
9606           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
9607           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9608           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9609           +> t/lib/sample-tests/lone_not_bug
9610           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
9611           +> t/lib/sample-tests/vms_nit
9612           !> (integrate 63 files)
9613 ____________________________________________________________________________
9614 [ 14192] By: nick                                  on 2002/01/11  17:49:39
9615         Log: A mostly-stable version of "new" Win32 signal/kill support.
9616      Branch: perlio
9617            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
9618            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9619            ! win32/config_h.PL win32/makefile.mk win32/win32.c
9620            ! win32/win32.h
9621 ____________________________________________________________________________
9622 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
9623         Log: Update Changes.
9624      Branch: perl
9625            ! Changes patchlevel.h
9626 ____________________________________________________________________________
9627 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
9628         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
9629              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9630              Date: Thu, 10 Jan 2002 18:21:34 -0800
9631              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
9632      Branch: perl
9633            + ext/B/t/concise.t
9634            ! MANIFEST
9635 ____________________________________________________________________________
9636 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
9637         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
9638              necessary in form.t and html.t @INC setups.
9639      Branch: perl
9640            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
9641 ____________________________________________________________________________
9642 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
9643         Log: Yet another twist.
9644      Branch: perl
9645            ! t/test.pl
9646 ____________________________________________________________________________
9647 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
9648         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
9649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9650              Date: Fri, 11 Jan 2002 13:04:15 +0100      
9651              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
9652      Branch: perl
9653            ! hints/aix.sh
9654 ____________________________________________________________________________
9655 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
9656         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
9657              From: Jonathan Stowe <gellyfish@gellyfish.com> 
9658              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
9659              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
9660      Branch: perl
9661            ! lib/AnyDBM_File.t
9662 ____________________________________________________________________________
9663 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
9664         Log: Arguments were being mangled.
9665      Branch: perl
9666            ! t/test.pl
9667 ____________________________________________________________________________
9668 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
9669         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
9670              From: Jonathan Stowe <gellyfish@gellyfish.com>
9671              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
9672              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
9673      Branch: perl
9674            ! lib/AnyDBM_File.t
9675 ____________________________________________________________________________
9676 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
9677         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
9678              From: Michael G Schwern <schwern@pobox.com> 
9679              Date: Fri, 11 Jan 2002 04:26:27 -0500
9680              Message-ID: <20020111092626.GA16544@blackrider>
9681      Branch: perl
9682            ! t/run/kill_perl.t t/test.pl
9683 ____________________________________________________________________________
9684 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
9685         Log: Subject: [PATCH] Test::Harness 2.01
9686              From: Michael G Schwern <schwern@pobox.com> 
9687              Date: Thu, 10 Jan 2002 21:11:24 -0500
9688              Message-ID: <20020111021123.GA30666@blackrider>
9689      Branch: perl
9690            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
9691            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
9692            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
9693            + lib/Test/Harness/t/nonumbers.t
9694            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9695            + t/lib/sample-tests/lone_not_bug
9696            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
9697            + t/lib/sample-tests/vms_nit
9698            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9699            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
9700 ____________________________________________________________________________
9701 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
9702         Log: patch is silly when creating new files: don't run
9703              patch more than once.
9704      Branch: perl
9705            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9706 ____________________________________________________________________________
9707 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
9708         Log: Forgot from #14179.
9709      Branch: perl
9710            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
9711 ____________________________________________________________________________
9712 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
9713         Log: Subject: [PATCH] is() undef/'' behavior change
9714              From: Michael G Schwern <schwern@pobox.com> 
9715              Date: Fri, 11 Jan 2002 03:35:51 -0500
9716              Message-ID: <20020111083551.GC30666@blackrider>
9717              
9718              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
9719              From: Michael G Schwern <schwern@pobox.com> 
9720              Date: Fri, 11 Jan 2002 03:37:44 -0500
9721              Message-ID: <20020111083744.GD30666@blackrider>
9722      Branch: perl
9723            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
9724            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
9725            ! lib/Pod/t/InputObjects.t lib/blib.t
9726 ____________________________________________________________________________
9727 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
9728         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
9729              From: Michael G Schwern <schwern@pobox.com> 
9730              Date: Thu, 10 Jan 2002 19:56:23 -0500
9731              Message-ID: <20020111005623.GA13192@blackrider>
9732      Branch: perl
9733            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9734            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9735            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9736            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9737            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9738            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
9739            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
9740            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
9741            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
9742            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
9743            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
9744            ! lib/Test/Simple/t/plan_is_noplan.t
9745            ! lib/Test/Simple/t/plan_no_plan.t
9746            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
9747            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
9748            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
9749            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
9750            ! lib/Test/Tutorial.pod
9751 ____________________________________________________________________________
9752 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
9753         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
9754              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
9755              
9756              turns out even the malloc() was never really needed to begin with,
9757              so get rid of it
9758      Branch: perl
9759            ! sv.c
9760 ____________________________________________________________________________
9761 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
9762         Log: Small doc tweaks.
9763      Branch: perl
9764            ! pod/perluniintro.pod
9765 ____________________________________________________________________________
9766 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
9767         Log: support using the CRT's malloc() family of functions instead of
9768              the internal one when ithreads is enabled; allocate large blocks
9769              using VirtualAlloc() since the Heap*() functions may only be tuned
9770              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
9771              
9772              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
9773              also see comments at the top of win32/vmem.h for other options that
9774              can be set
9775      Branch: perl
9776            ! win32/vmem.h
9777 ____________________________________________________________________________
9778 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
9779         Log: Subject: micropatch
9780              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9781              Date: Thu, 10 Jan 2002 18:20:58 +0000
9782              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
9783      Branch: perl
9784            ! regcomp.c
9785 ____________________________________________________________________________
9786 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
9787         Log: Subject: [PATCH] Embed.t on Win32
9788              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9789              Date: Thu, 10 Jan 2002 18:56:21 +0100
9790              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
9791      Branch: perl
9792            ! lib/ExtUtils/t/Embed.t
9793 ____________________________________________________________________________
9794 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
9795         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
9796              From: Gisle Aas <gisle@ActiveState.com>
9797              Date: 10 Jan 2002 08:56:05 -0800
9798              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
9799      Branch: perl
9800            ! toke.c
9801 ____________________________________________________________________________
9802 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
9803         Log: Subject: [PATCH] doc fixes
9804              From: "Brendan O'Dea" <bod@debian.org>
9805              Date: Fri, 11 Jan 2002 03:49:54 +1100
9806              Message-ID: <20020110164954.GA21891@compusol.com.au>
9807      Branch: perl
9808            ! lib/I18N/Collate.pm pod/perlfunc.pod
9809 ____________________________________________________________________________
9810 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
9811         Log: Integrate perlio; More signal hackery.
9812      Branch: perl
9813           !> win32/win32.c
9814 ____________________________________________________________________________
9815 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
9816         Log: No need to show internal encodings, or return them
9817              in random order.
9818      Branch: perl
9819            ! ext/Encode/Encode.pm
9820 ____________________________________________________________________________
9821 [ 14168] By: nick                                  on 2002/01/10  17:33:31
9822         Log: Integrate mainline
9823      Branch: perlio
9824            - ext/Unicode/Normalize/Normalize.pod
9825           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9826           !> ext/Unicode/Normalize/Makefile.PL
9827           !> ext/Unicode/Normalize/Normalize.pm
9828           !> ext/Unicode/Normalize/Normalize.xs
9829           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
9830           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
9831           !> t/run/kill_perl.t toke.c
9832 ____________________________________________________________________________
9833 [ 14167] By: nick                                  on 2002/01/10  17:08:35
9834         Log: More signal hackery
9835      Branch: perlio
9836            ! win32/win32.c
9837 ____________________________________________________________________________
9838 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
9839         Log: I think we can claim to be supporting Unicode
9840              "loose matching" now.
9841      Branch: perl
9842            ! pod/perlunicode.pod
9843 ____________________________________________________________________________
9844 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
9845         Log: Subject: doc patch
9846              From: mjd@plover.com
9847              Date: 10 Jan 2002 15:12:27 -0000
9848              Message-ID: <20020110151227.14850.qmail@plover.com>
9849      Branch: perl
9850            ! pod/perlrun.pod
9851 ____________________________________________________________________________
9852 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
9853         Log: Subject: Re: [ID 20011223.001] accept leaks memory
9854              From: Andy Dougherty <doughera@lafayette.edu>
9855              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
9856              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
9857      Branch: perl
9858            ! hints/linux.sh
9859 ____________________________________________________________________________
9860 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
9861         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
9862      Branch: perl
9863           !> win32/win32.c
9864 ____________________________________________________________________________
9865 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
9866         Log: Subject: [PATCH] Magic numbers in B::Concise
9867              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
9868              Date: Wed, 9 Jan 2002 23:04:01 -0800
9869              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
9870      Branch: perl
9871            ! ext/B/B/Concise.pm ext/B/O.pm
9872 ____________________________________________________________________________
9873 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
9874         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
9875              From: Gisle Aas <gisle@ActiveState.com>
9876              Date: 09 Jan 2002 21:52:40 -0800
9877              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
9878      Branch: perl
9879            ! t/lib/strict/vars toke.c
9880 ____________________________________________________________________________
9881 [ 14160] By: nick                                  on 2002/01/09  21:29:39
9882         Log: Skeleton coding of more kill() support on Win32.
9883      Branch: perlio
9884            ! win32/win32.c
9885 ____________________________________________________________________________
9886 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
9887         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
9888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9889              Date: Wed, 9 Jan 2002 23:24:32 +0100
9890              Message-ID: <20020109232432.A692@rafael>
9891      Branch: perl
9892            ! ext/B/B/Deparse.pm
9893 ____________________________________________________________________________
9894 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
9895         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
9896              From: Jonathan Stowe <gellyfish@gellyfish.com>
9897              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
9898              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
9899      Branch: perl
9900            ! t/run/kill_perl.t
9901 ____________________________________________________________________________
9902 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
9903         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
9904              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9905              Date: Wed, 09 Jan 2002 20:16:54 +0000
9906              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
9907      Branch: perl
9908            ! regexec.c
9909 ____________________________________________________________________________
9910 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
9911         Log: Subject: [Patch @14129] fixes Unicode::Normalize
9912              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9913              Date: Thu, 10 Jan 2002 01:08:56 +0900
9914              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
9915      Branch: perl
9916            - ext/Unicode/Normalize/Normalize.pod
9917            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
9918            ! ext/Unicode/Normalize/Normalize.pm
9919            ! ext/Unicode/Normalize/Normalize.xs
9920            ! ext/Unicode/Normalize/mkheader
9921 ____________________________________________________________________________
9922 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
9923         Log: Integrate perlio; (Re-)implement alarm() for Win32.
9924      Branch: perl
9925           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
9926           !> win32/win32iop.h
9927 ____________________________________________________________________________
9928 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
9929         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
9930              From: Nicholas Clark <nick@unfortu.net>
9931              Date: Wed, 9 Jan 2002 17:56:04 +0000
9932              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
9933      Branch: perl
9934            ! t/op/readdir.t
9935 ____________________________________________________________________________
9936 [ 14153] By: nick                                  on 2002/01/09  16:18:57
9937         Log: Integrate mainline
9938      Branch: perlio
9939           +> ext/threads/t/stress_re.t t/op/unifold.t
9940            - lib/unifold.t
9941           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
9942           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
9943           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
9944 ____________________________________________________________________________
9945 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
9946         Log: Update Changes.
9947      Branch: perl
9948            ! Changes patchlevel.h
9949 ____________________________________________________________________________
9950 [ 14151] By: nick                                  on 2002/01/09  14:27:36
9951         Log: (Re-)implement alarm() for Win32.
9952      Branch: perlio
9953            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
9954            ! win32/win32iop.h
9955 ____________________________________________________________________________
9956 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
9957         Log: Thinko.
9958      Branch: perl
9959            ! ext/threads/t/stress_re.t
9960 ____________________________________________________________________________
9961 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
9962         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
9963              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
9964              Date: Wed, 09 Jan 2002 13:37:17 +0000                
9965              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
9966      Branch: perl
9967            ! regexec.c t/op/re_tests
9968 ____________________________________________________________________________
9969 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
9970         Log: Subject: Re: Weird Malformed warning in bleadperl    
9971              From: andreas.koenig@anima.de (Andreas J. Koenig)    
9972              Date: 09 Jan 2002 11:12:37 +0100
9973              Message-ID: <m3itabbzoq.fsf@anima.de>
9974      Branch: perl
9975            ! regexec.c t/op/pat.t
9976 ____________________________________________________________________________
9977 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
9978         Log: Forgot stress_re.t from MANIFEST.
9979      Branch: perl
9980            ! MANIFEST
9981 ____________________________________________________________________________
9982 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
9983         Log: In dumping use isPRINT() instead of isprint() so that locale
9984              does not come into play.
9985      Branch: perl
9986            ! utf8.c
9987 ____________________________________________________________________________
9988 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
9989         Log: Add a threads stress test for regular expressions
9990              (mostly just a modified stress_string.t) and doesn't
9991              test that much of regular expressions, just that $1
9992              doesn't get stomped by competing threads (as it does
9993              in the 5005threads of old).
9994      Branch: perl
9995            + ext/threads/t/stress_re.t
9996            ! MANIFEST
9997 ____________________________________________________________________________
9998 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
9999         Log: (retracted by #14307)
10000              Subject: Re: [ID 20010912.007] substr reference core dump
10001              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10002              Date: Tue, 08 Jan 2002 19:17:50 +0000
10003              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
10004      Branch: perl
10005            ! scope.c t/run/kill_perl.t
10006 ____________________________________________________________________________
10007 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
10008         Log: SANY (. with /s) wasn't happy on Unicode.
10009      Branch: perl
10010            ! regexec.c t/op/pat.t
10011 ____________________________________________________________________________
10012 [ 14142] By: ams                                   on 2002/01/08  22:42:10
10013         Log: Subject: [PATCH] perldebug nit
10014              From: Tels <tels@bloodgate.com>
10015              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
10016      Branch: perl
10017            ! pod/perldebug.pod
10018 ____________________________________________________________________________
10019 [ 14141] By: ams                                   on 2002/01/08  21:32:59
10020         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
10021              From: "Green, Paul" <Paul.Green@stratus.com>
10022              Date: Tue, 8 Jan 2002 17:31:35 -0500
10023              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
10024      Branch: perl
10025            ! Makefile.SH
10026 ____________________________________________________________________________
10027 [ 14140] By: ams                                   on 2002/01/08  21:27:57
10028         Log: Subject: [PATCH] Re: Slight chokage from Deparse
10029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10030              Date: Tue, 8 Jan 2002 23:04:45 +0100
10031              Message-Id: <20020108230445.A4798@rafael>
10032      Branch: perl
10033            ! ext/B/B/Deparse.pm
10034 ____________________________________________________________________________
10035 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
10036         Log: Subject: [patch] peep() is rude
10037              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
10038              Date: Tue, 08 Jan 2002 19:17:50 +0000            
10039              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
10040      Branch: perl
10041            ! op.c t/run/kill_perl.t
10042 ____________________________________________________________________________
10043 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
10044         Log: unifold is really an op test since it requires
10045              no external modules for its actual testing:
10046              only the unicore CaseFold.txt file, and File::Spec
10047              to portably access that file.
10048      Branch: perl
10049            + t/op/unifold.t
10050            - lib/unifold.t
10051            ! MANIFEST
10052 ____________________________________________________________________________
10053 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
10054         Log: Subject: [patch] save a test 
10055              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10056              Date: Tue, 08 Jan 2002 16:18:47 +0000
10057              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
10058      Branch: perl
10059            ! regcomp.c
10060 ____________________________________________________________________________
10061 [ 14136] By: nick                                  on 2002/01/08  16:11:55
10062         Log: Integrate mainline
10063      Branch: perlio
10064           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
10065           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
10066           !> (integrate 37 files)
10067 ____________________________________________________________________________
10068 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
10069         Log: Subject: Not OK 13843 
10070              From: andreas.koenig@anima.de (Andreas J. Koenig)
10071              Date: 08 Jan 2002 14:12:29 +0100
10072              Message-ID: <m38zb9c7gi.fsf@anima.de>
10073      Branch: perl
10074            ! op.c t/op/subst.t
10075 ____________________________________________________________________________
10076 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
10077         Log: Missed one variant of the fold testing, noticed bu Hugo.
10078      Branch: perl
10079            ! lib/unifold.t
10080 ____________________________________________________________________________
10081 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
10082         Log: Enchance the Storable magic description.
10083      Branch: perl
10084            ! ext/Storable/Storable.pm
10085 ____________________________________________________________________________
10086 [ 14132] By: ams                                   on 2002/01/08  09:16:12
10087         Log: Subject: [PATCH] don't installperl pods
10088              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10089              Date: Tue, 08 Jan 2002 10:36:01 +0100
10090              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
10091      Branch: perl
10092            ! installperl
10093 ____________________________________________________________________________
10094 [ 14131] By: ams                                   on 2002/01/08  03:38:40
10095         Log: Subject: Math-BigInt v1.49 released
10096              From: Tels <perl_dummy@bloodgate.com>
10097              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
10098      Branch: perl
10099            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
10100            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
10101            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10102            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
10103            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10104            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10105            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
10106            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10107            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
10108            ! t/lib/Math/BigInt/Subclass.pm
10109 ____________________________________________________________________________
10110 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
10111         Log: A little better comments.
10112      Branch: perl
10113            ! regexec.c
10114 ____________________________________________________________________________
10115 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
10116         Log: No normalization form DNF.
10117      Branch: perl
10118            ! ext/Unicode/Normalize/Normalize.pm
10119 ____________________________________________________________________________
10120 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
10121         Log: Extension nits found by -Wall (several from threads
10122              and threads::shared, but leaving them to Arthur).
10123      Branch: perl
10124            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
10125            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
10126            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
10127            ! ext/Unicode/Normalize/mkheader x2p/str.c
10128 ____________________________________________________________________________
10129 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
10130         Log: Sync up Changes etc.
10131      Branch: maint-5.6/macperl
10132            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
10133 ____________________________________________________________________________
10134 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
10135         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
10136      Branch: maint-5.6/macperl
10137            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
10138 ____________________________________________________________________________
10139 [ 14125] By: ams                                   on 2002/01/07  22:03:22
10140         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
10141              From: Nicholas Clark (sans From field in mail header)
10142              Date: Mon, 7 Jan 2002 16:18:23 +0000
10143              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
10144      Branch: perl
10145            ! lib/Exporter.pm
10146 ____________________________________________________________________________
10147 [ 14124] By: ams                                   on 2002/01/07  21:46:11
10148         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
10149              From: "Green, Paul" <Paul.Green@stratus.com>
10150              Date: Mon, 7 Jan 2002 16:59:38 -0500
10151              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
10152      Branch: perl
10153            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
10154 ____________________________________________________________________________
10155 [ 14123] By: nick                                  on 2002/01/07  18:49:55
10156         Log: Integrate mainline
10157      Branch: perlio
10158           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
10159           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
10160           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
10161           !> regexec.c t/op/re_tests utf8.c utf8.h
10162 ____________________________________________________________________________
10163 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
10164         Log: Update Changes.
10165      Branch: perl
10166            ! Changes patchlevel.h
10167 ____________________________________________________________________________
10168 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
10169         Log: Subject: [PATCH] Correct module name in perldelta*
10170              From: Mike Guy <mjtg@cam.ac.uk>
10171              Date: Mon, 07 Jan 2002 17:02:43 +0000
10172              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
10173      Branch: perl
10174            ! pod/perl561delta.pod pod/perl56delta.pod
10175 ____________________________________________________________________________
10176 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
10177         Log: AUTHORS update.
10178      Branch: perl
10179            ! AUTHORS
10180 ____________________________________________________________________________
10181 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
10182         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
10183      Branch: perl
10184            ! ext/Storable/Storable.pm
10185 ____________________________________________________________________________
10186 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
10187         Log: perldelta updates.
10188      Branch: perl
10189            ! pod/perldelta.pod
10190 ____________________________________________________________________________
10191 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
10192         Log: Document the flags of pv_uni_display().
10193      Branch: perl
10194            ! pod/perlapi.pod utf8.c
10195 ____________________________________________________________________________
10196 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
10197         Log: Forgot from #14115.
10198      Branch: perl
10199            ! t/op/re_tests
10200 ____________________________________________________________________________
10201 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
10202         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
10203              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
10204              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
10205              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
10206      Branch: perl
10207            ! regcomp.c
10208 ____________________________________________________________________________
10209 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
10210         Log: More regex and utf8 debug dumping.
10211      Branch: perl
10212            ! dump.c regcomp.c regexec.c utf8.c utf8.h
10213 ____________________________________________________________________________
10214 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
10215         Log: Unused variable.
10216      Branch: perl
10217            ! regcomp.c
10218 ____________________________________________________________________________
10219 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
10220         Log: Regen toc.
10221      Branch: perl
10222            ! pod/perltoc.pod
10223 ____________________________________________________________________________
10224 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
10225         Log: capitalize correctly, noticed by David Dyck.
10226      Branch: perl
10227            ! lib/sort.pm
10228 ____________________________________________________________________________
10229 [ 14110] By: nick                                  on 2002/01/06  22:05:19
10230         Log: Integrate mainline - threads mended, DB_File sick?
10231      Branch: perlio
10232           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
10233           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10234           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10235           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
10236           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
10237 ____________________________________________________________________________
10238 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
10239         Log: No need to overqualify.
10240      Branch: perl
10241            ! lib/sort.pm
10242 ____________________________________________________________________________
10243 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
10244         Log: PL_debug_pad wasn't initialized to zeroes which broke
10245              ithreads + DEBUGGING.
10246      Branch: perl
10247            ! sv.c
10248 ____________________________________________________________________________
10249 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
10250         Log: Update Changes.
10251      Branch: perl
10252            ! Changes patchlevel.h
10253 ____________________________________________________________________________
10254 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
10255         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
10256              From: Jonathan Stowe <gellyfish@gellyfish.com>
10257              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
10258              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
10259      Branch: perl
10260            ! pp_sys.c
10261 ____________________________________________________________________________
10262 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
10263         Log: DB_File sync from Paul Marquess.
10264      Branch: perl
10265            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10266            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10267            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10268 ____________________________________________________________________________
10269 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
10270         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
10271              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
10272              Date: Sun, 6 Jan 2002 11:44:30 +0100
10273              Message-ID: <3C38389E.7831.493570@localhost>
10274      Branch: perl
10275            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
10276            ! utils/perlcc.PL
10277 ____________________________________________________________________________
10278 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
10279         Log: Tests for #14098.
10280      Branch: perl
10281            ! t/op/lc.t
10282 ____________________________________________________________________________
10283 [ 14102] By: nick                                  on 2002/01/06  11:33:55
10284         Log: Integrate mainline (PPPort still multi-building).
10285      Branch: perlio
10286           +> lib/unifold.t
10287           !> (integrate 30 files)
10288 ____________________________________________________________________________
10289 [ 14101] By: ams                                   on 2002/01/06  04:52:50
10290         Log: Subject: [PATCH] Bad prototype detection now an optional warning
10291              From: Sam Tregar <sam@tregar.com>
10292              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
10293              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
10294      Branch: perl
10295            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
10296            ! t/comp/proto.t toke.c
10297 ____________________________________________________________________________
10298 [ 14100] By: ams                                   on 2002/01/06  01:56:59
10299         Log: Subject: [PATCH] Correct several Stratus VOS build issues
10300              From: "Green, Paul" <Paul.Green@stratus.com>
10301              Date: Sat, 5 Jan 2002 21:30:56 -0500
10302              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
10303      Branch: perl
10304            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
10305 ____________________________________________________________________________
10306 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
10307         Log: Further perl.org URL elaboration from Ask.
10308      Branch: perl
10309            ! pod/perlfaq1.pod pod/perlfaq2.pod
10310 ____________________________________________________________________________
10311 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
10312         Log: The same problem with To{Lower,Title,Upper}
10313              as earlier with ToFold.
10314      Branch: perl
10315            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
10316            ! lib/unicore/To/Upper.pl lib/unicore/mktables
10317 ____________________________________________________________________________
10318 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
10319         Log: Retract #14057 for now; the alarm/setitimer timers
10320              seen to be the same in many systems, which leads into
10321              hangups.
10322      Branch: perl
10323            ! ext/Time/HiRes/HiRes.t
10324 ____________________________________________________________________________
10325 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
10326         Log: Finish up (ha!) the Unicode case folding;
10327              enhance regex dumping code.
10328      Branch: perl
10329            + lib/unifold.t
10330            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
10331            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
10332 ____________________________________________________________________________
10333 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
10334         Log: Use the perl.org news gw instead of the perl.com one
10335              (from Ask).
10336      Branch: perl
10337            ! pod/perlfaq1.pod pod/perlfaq2.pod
10338 ____________________________________________________________________________
10339 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
10340         Log: Zero() wasn't documented.
10341      Branch: perl
10342            ! pod/perlclib.pod
10343 ____________________________________________________________________________
10344 [ 14093] By: ams                                   on 2002/01/05  17:58:35
10345         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
10346              From: Nicholas Clark <nick@unfortu.net>
10347              Date: Sat, 5 Jan 2002 18:55:39 +0000
10348              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
10349      Branch: perl
10350            ! lib/Memoize/t/tie_ndbm.t
10351 ____________________________________________________________________________
10352 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
10353         Log: Also UNICOS/mk has deviant socketpair().
10354      Branch: perl
10355            ! ext/Socket/socketpair.t
10356 ____________________________________________________________________________
10357 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
10358         Log: Ooops.  Retract the regex parts of #14090.
10359      Branch: perl
10360            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
10361 ____________________________________________________________________________
10362 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
10363         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
10364              From: Nicholas Clark <nick@unfortu.net> 
10365              Date: Sat, 5 Jan 2002 18:10:13 +0000
10366              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
10367      Branch: perl
10368            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
10369            ! regcomp.h regexec.c
10370 ____________________________________________________________________________
10371 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
10372         Log: Integrate perlio; a missing aTHX.
10373      Branch: perl
10374           !> op.c
10375 ____________________________________________________________________________
10376 [ 14088] By: nick                                  on 2002/01/05  12:35:01
10377         Log: One missing aTHX_
10378      Branch: perlio
10379            ! op.c
10380 ____________________________________________________________________________
10381 [ 14087] By: nick                                  on 2002/01/05  12:00:48
10382         Log: Raw integrate of mainline - op.c looks dodgy.
10383      Branch: perlio
10384           +> lib/Pod/t/Functions.t t/op/winsystem.t
10385            - lib/File/Spec/NW5.pm t/op/system.t
10386           !> (integrate 77 files)
10387 ____________________________________________________________________________
10388 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
10389         Log: integrate changes from maint-5.6/macperl branch
10390      Branch: maint-5.6/perl
10391           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
10392           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
10393 ____________________________________________________________________________
10394 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
10395         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
10396              found by Marc Lehmann.
10397      Branch: perl
10398            ! pp.c
10399 ____________________________________________________________________________
10400 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
10401         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
10402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10403              Date: Sat, 5 Jan 2002 00:31:12 +0100
10404              Message-ID: <20020105003112.E1850@rafael>              
10405      Branch: perl
10406            ! t/comp/proto.t
10407 ____________________________________________________________________________
10408 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
10409         Log: A bit of "perl.com" cleanup.
10410      Branch: perl
10411            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
10412            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10413            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
10414            ! pod/perlmodlib.PL pod/perlmodlib.pod
10415 ____________________________________________________________________________
10416 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
10417         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
10418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10419              Date: Fri, 4 Jan 2002 23:35:19 +0100
10420              Message-ID: <20020104233519.A1850@rafael>
10421      Branch: perl
10422            ! op.c
10423 ____________________________________________________________________________
10424 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
10425         Log: Integrate change #14062 from macperl;
10426              Define setbuf, setvbuf for Mac OS
10427      Branch: perl
10428           !> ext/IO/IO.xs
10429 ____________________________________________________________________________
10430 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
10431         Log: Bump version, update Changes
10432      Branch: maint-5.6/macperl
10433            ! macos/Changes macos/MPVersion.r
10434 ____________________________________________________________________________
10435 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
10436         Log: Add more droplets
10437      Branch: maint-5.6/macperl
10438            + macos/macperl/Droplets/gluedialect.plx
10439            + macos/macperl/Droplets/glueedit.plx
10440            + macos/macperl/Droplets/gluemac.plx
10441            + macos/macperl/Droplets/gluescriptadds.plx
10442            + macos/macperl/Droplets/installme.plx
10443            + macos/macperl/Droplets/show_glue_pods.plx
10444            + macos/macperl/Droplets/tarzipme.plx
10445            + macos/macperl/Droplets/untarzipme.plx
10446 ____________________________________________________________________________
10447 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
10448         Log: Display the native pwd command.
10449      Branch: perl
10450            ! ext/Cwd/t/cwd.t
10451 ____________________________________________________________________________
10452 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
10453         Log: Under Mac OS X /dev/stdout is normally a symlink,
10454              but when running the test it seems to become a socket.
10455              So let's extend our censorship.
10456      Branch: perl
10457            ! t/op/stat.t
10458 ____________________________________________________________________________
10459 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
10460         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
10461      Branch: maint-5.6/macperl
10462            + macos/HandleSocket.cp
10463            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
10464            ! macos/macperl.sym
10465 ____________________________________________________________________________
10466 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
10467         Log: Doc updates
10468      Branch: maint-5.6/macperl
10469            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
10470 ____________________________________________________________________________
10471 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
10472         Log: Update libraries
10473      Branch: maint-5.6/macperl
10474            ! macos/macperl/Makefile.mk
10475 ____________________________________________________________________________
10476 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
10477         Log: Update tests to Mac::StandardFile from StandardFile.pl,
10478              plus other fixes
10479      Branch: maint-5.6/macperl
10480            ! macos/ext/Mac/Menus/t/MenuBar.t
10481            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
10482            ! macos/ext/Mac/Movies/t/PlayMovie.t
10483            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
10484            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
10485            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
10486            ! macos/ext/Mac/Resources/t/Resources.t
10487 ____________________________________________________________________________
10488 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
10489         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
10490      Branch: maint-5.6/macperl
10491            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
10492            ! macos/ext/Mac/Movies/Movies.xs
10493            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
10494            ! macos/ext/Mac/StandardFile/StandardFile.xs
10495            ! macos/ext/Mac/Windows/Windows.xs
10496 ____________________________________________________________________________
10497 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
10498         Log: Updates for Universal Headers 3.4 (forgot one)
10499      Branch: maint-5.6/macperl
10500            ! macos/macperl/MPConsole.cp
10501 ____________________________________________________________________________
10502 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
10503         Log: Updates for Universal Headers 3.4
10504      Branch: maint-5.6/macperl
10505            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
10506            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
10507            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
10508            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
10509            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
10510            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
10511            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
10512            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
10513            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
10514 ____________________________________________________________________________
10515 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
10516         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
10517              from <200112112327.JAA25434@gpo.metropolis.net.au>;
10518              don't crash on quit for 68K (MacPerl Bug #490013)
10519      Branch: maint-5.6/macperl
10520            ! macos/macish.c macos/macperl/MPConsole.cp
10521 ____________________________________________________________________________
10522 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
10523         Log: If we do have socketpair(), make my_socketpair()
10524              just call the real socketpair().  This way we always
10525              have real code behind my_socketpair() and a symbol
10526              corresponding to the my_socketpair in global.sym.
10527      Branch: perl
10528            ! embed.fnc embed.h makedef.pl proto.h util.c
10529 ____________________________________________________________________________
10530 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
10531         Log: Disable sigaction (MacPerl Bug #470321)
10532      Branch: maint-5.6/macperl
10533            ! macos/config.h macos/config.sh
10534 ____________________________________________________________________________
10535 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
10536         Log: Make GUSI resource work (MacPerl Bug #464638)
10537      Branch: maint-5.6/macperl
10538            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
10539            ! macos/macperl/MacPerl.rsrc
10540 ____________________________________________________________________________
10541 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
10542         Log: Make AutoSplit go a little deeper
10543      Branch: maint-5.6/macperl
10544            ! macos/Makefile.mk
10545 ____________________________________________________________________________
10546 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
10547         Log: A few doc updates from bleadperl
10548      Branch: maint-5.6/macperl
10549            ! pod/perlmodinstall.pod pod/perlport.pod
10550 ____________________________________________________________________________
10551 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
10552         Log: Sync up to latest changes from bleadperl
10553      Branch: maint-5.6/macperl
10554            ! lib/File/Find.pm
10555 ____________________________________________________________________________
10556 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
10557         Log: Define setbuf, setvbuf for Mac OS
10558      Branch: maint-5.6/macperl
10559            ! ext/IO/IO.xs
10560 ____________________________________________________________________________
10561 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
10562         Log: Delete by request of Mark-Jason Dominus (change #13676)
10563      Branch: maint-5.6/macperl
10564            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
10565 ____________________________________________________________________________
10566 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
10567         Log: Spread the good word of "env".
10568      Branch: perl
10569            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
10570 ____________________________________________________________________________
10571 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
10572         Log: Till the system tests do something non-Win*, better rename
10573              the test so that people on other platforms don't get confused.
10574              (Not win32system, because assumedly there's win64, too.)
10575      Branch: perl
10576            + t/op/winsystem.t
10577            - t/op/system.t
10578            ! MANIFEST
10579 ____________________________________________________________________________
10580 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
10581         Log: Some tweaks.
10582      Branch: perl
10583            ! lib/Pod/t/Functions.t
10584 ____________________________________________________________________________
10585 [ 14057] By: ams                                   on 2002/01/04  17:40:31
10586         Log: (retracted by #14057)
10587              
10588              Subject: [PATCH] Time/HiRes/HiRes.t
10589              From: Nicholas Clark <nick@unfortu.net>
10590              Date: Fri, 4 Jan 2002 17:28:46 +0000
10591              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
10592      Branch: perl
10593            ! ext/Time/HiRes/HiRes.t
10594 ____________________________________________________________________________
10595 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
10596         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
10597              From: Abe Timmerman <abe@ztreet.demon.nl>
10598              Date: Fri, 04 Jan 2002 18:42:33 +0100
10599              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
10600      Branch: perl
10601            + lib/Pod/t/Functions.t
10602            ! MANIFEST lib/Pod/Functions.pm
10603 ____________________________________________________________________________
10604 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
10605         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
10606              From: "Craig A. Berry" <craigberry@mac.com>
10607              Date: Thu, 3 Jan 2002 17:32:20 -0600
10608              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
10609      Branch: perl
10610            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
10611 ____________________________________________________________________________
10612 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
10613         Log: Document the U+0085, U+2028, and U+2029.
10614      Branch: perl
10615            ! pod/perlre.pod pod/perlretut.pod
10616 ____________________________________________________________________________
10617 [ 14053] By: ams                                   on 2002/01/04  03:27:44
10618         Log: Subject: [PATCH] warn if not CORE::dump
10619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10620              Date: Thu, 3 Jan 2002 22:04:00 +0100
10621              Message-Id: <20020103220400.A13958@rafael>
10622      Branch: perl
10623            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
10624 ____________________________________________________________________________
10625 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
10626         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
10627      Branch: perl
10628            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
10629 ____________________________________________________________________________
10630 [ 14051] By: ams                                   on 2002/01/04  03:00:12
10631         Log: Subject: [PATCH] File::Compare::VERSION
10632              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10633              Date: Thu, 3 Jan 2002 23:42:52 +0100
10634              Message-Id: <20020103234252.G13958@rafael>
10635      Branch: perl
10636            ! lib/File/Compare.pm
10637 ____________________________________________________________________________
10638 [ 14050] By: ams                                   on 2002/01/04  02:58:05
10639         Log: Subject: [PATCH @14042] threads::shared doc
10640              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
10641              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
10642              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
10643      Branch: perl
10644            ! ext/threads/shared/shared.pm
10645 ____________________________________________________________________________
10646 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
10647         Log: #14048 exposed few false positives, to be fixed soonish.
10648      Branch: perl
10649            ! t/op/pat.t
10650 ____________________________________________________________________________
10651 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
10652         Log: Do not add the first characters of multicharacter foldings
10653              into character classes.
10654      Branch: perl
10655            ! regcomp.c
10656 ____________________________________________________________________________
10657 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
10658         Log: A bit of testing for #14046.
10659      Branch: perl
10660            ! t/op/pat.t
10661 ____________________________________________________________________________
10662 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
10663         Log: Allow emitting the foldcased version of "\x{df}", "ss"
10664              (among others, another example would be \x{fb00} -> "ff")
10665      Branch: perl
10666            ! regcomp.c
10667 ____________________________________________________________________________
10668 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
10669         Log: Subject: [PATCH] File::Spec & NetWare
10670              From: Dave Rolsky <autarch@urth.org>
10671              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
10672              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
10673      Branch: perl
10674            - lib/File/Spec/NW5.pm
10675            ! MANIFEST lib/File/Spec.pm
10676 ____________________________________________________________________________
10677 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
10678         Log: FAQ sync (RCS Ids only?)
10679      Branch: perl
10680            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
10681 ____________________________________________________________________________
10682 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
10683         Log: AUTHORs updates.
10684      Branch: perl
10685            ! AUTHORS
10686 ____________________________________________________________________________
10687 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
10688         Log: Update Changes.
10689      Branch: perl
10690            ! Changes patchlevel.h
10691 ____________________________________________________________________________
10692 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
10693         Log: Missed the =head1 additions.
10694      Branch: perl
10695            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
10696            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
10697            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
10698            ! util.c
10699 ____________________________________________________________________________
10700 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
10701         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
10702              From: Robin Barker <rmb1@cise.npl.co.uk>
10703              Date: Thu, 3 Jan 2002 15:26:20 GMT
10704              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
10705      Branch: perl
10706            ! lib/Carp.t lib/Carp/Heavy.pm
10707 ____________________________________________________________________________
10708 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
10709         Log: Subject: [PATCH hv.c] 
10710              From: Robin Barker <rmb1@cise.npl.co.uk>
10711              Date: Thu, 3 Jan 2002 14:49:06 GMT
10712              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
10713              
10714              -Wformat check.
10715      Branch: perl
10716            ! hv.c
10717 ____________________________________________________________________________
10718 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
10719         Log: NetWare tweaks from Ananth Kesari.
10720      Branch: perl
10721            ! NetWare/t/NWScripts.pl lib/File/Find.pm
10722 ____________________________________________________________________________
10723 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
10724         Log: Cast.
10725      Branch: perl
10726            ! regexec.c
10727 ____________________________________________________________________________
10728 [ 14036] By: ams                                   on 2002/01/03  12:12:31
10729         Log: Grammar fix suggested by Gwyn Judd.
10730      Branch: perl
10731            ! pod/perldiag.pod
10732 ____________________________________________________________________________
10733 [ 14035] By: nick                                  on 2002/01/03  09:22:42
10734         Log: More strange perlio != mainline differences where
10735              I have not been.
10736      Branch: perlio
10737           !> hints/unicos.sh hints/unicosmk.sh
10738 ____________________________________________________________________________
10739 [ 14034] By: nick                                  on 2002/01/03  09:19:37
10740         Log: Integrate mainline (including force integrate of
10741              lib/charnames.pm which had got out-of-step)
10742      Branch: perlio
10743           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
10744 ____________________________________________________________________________
10745 [ 14033] By: ams                                   on 2002/01/03  08:24:24
10746         Log: Subject: Not ok 14031: PPPort Makefile.PL
10747              From: andreas.koenig@anima.de (Andreas J. Koenig)
10748              Date: 03 Jan 2002 10:17:46 +0100
10749              Message-Id: <m3sn9n94jp.fsf@anima.de>
10750      Branch: perl
10751            ! ext/Devel/PPPort/Makefile.PL
10752 ____________________________________________________________________________
10753 [ 14032] By: nick                                  on 2002/01/03  08:24:00
10754         Log: Integrate mainline.
10755      Branch: perlio
10756           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
10757           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
10758           !> (integrate 31 files)
10759 ____________________________________________________________________________
10760 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
10761         Log: Off-by-one is my middle name.
10762      Branch: perl
10763            ! regexec.c
10764 ____________________________________________________________________________
10765 [ 14030] By: ams                                   on 2002/01/02  23:56:37
10766         Log: Subject: [PATCH @14015] threads::shared disabling
10767              From: Andy Bussey <andybussey@yahoo.co.uk>
10768              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
10769              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
10770      Branch: perl
10771            + ext/threads/shared/t/no_share.t
10772            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
10773 ____________________________________________________________________________
10774 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
10775         Log: Simon's new perlapi scheme, I hope I got all the pieces.
10776      Branch: perl
10777            + autodoc.pl embed.fnc
10778            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
10779 ____________________________________________________________________________
10780 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
10781         Log: Integrate perlio; more PPPort Makefile source dependence removal
10782      Branch: perl
10783           !> ext/Devel/PPPort/Makefile.PL perl.h
10784 ____________________________________________________________________________
10785 [ 14027] By: ams                                   on 2002/01/02  21:42:50
10786         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
10787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10788              Date: Wed, 2 Jan 2002 23:09:13 +0100
10789              Message-Id: <20020102230913.A17373@rafael>
10790      Branch: perl
10791            ! pod/perldiag.pod
10792 ____________________________________________________________________________
10793 [ 14026] By: ams                                   on 2002/01/02  21:38:34
10794         Log: Subject: Re: PATCH: lib/Term/Cap.pm
10795              From: Jonathan Stowe <gellyfish@gellyfish.com>
10796              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
10797              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
10798      Branch: perl
10799            ! lib/Term/Cap.pm
10800 ____________________________________________________________________________
10801 [ 14025] By: ams                                   on 2002/01/02  18:34:26
10802         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
10803              From: Sam Tregar <sam@tregar.com>
10804              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
10805              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
10806      Branch: perl
10807            ! pod/perldiag.pod t/comp/proto.t toke.c
10808 ____________________________________________________________________________
10809 [ 14024] By: ams                                   on 2002/01/02  18:16:12
10810         Log: Subject: PATCH: lib/Term/Cap.pm
10811              From: Norton Allen <allen@huarp.harvard.edu>
10812              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
10813              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
10814      Branch: perl
10815            ! lib/Term/Cap.pm
10816 ____________________________________________________________________________
10817 [ 14023] By: ams                                   on 2002/01/02  18:12:31
10818         Log: Subject: PATCH: lib/Cwd.pm for QNX4
10819              From: Norton Allen <allen@huarp.harvard.edu>
10820              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
10821              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
10822      Branch: perl
10823            ! lib/Cwd.pm
10824 ____________________________________________________________________________
10825 [ 14022] By: nick                                  on 2002/01/02  18:01:21
10826         Log: More PPPort Makefile source dependence removal
10827      Branch: perlio
10828            ! ext/Devel/PPPort/Makefile.PL
10829 ____________________________________________________________________________
10830 [ 14021] By: nick                                  on 2002/01/02  17:44:36
10831         Log: Sort out muddle of editing on three machines ...
10832      Branch: perlio
10833           !> Changes MANIFEST cygwin/Makefile.SHs
10834           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
10835           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
10836           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
10837 ____________________________________________________________________________
10838 [ 14020] By: ams                                   on 2002/01/02  17:06:27
10839         Log: Fix misplaced application of #14016.
10840      Branch: perl
10841            ! op.c
10842 ____________________________________________________________________________
10843 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
10844         Log: Integrate perlio; avoid uninit debug_pad.
10845      Branch: perl
10846           !> sv.c
10847 ____________________________________________________________________________
10848 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
10849         Log: makedepend VOS fix from Paul Green.
10850      Branch: perl
10851            ! makedepend.SH
10852 ____________________________________________________________________________
10853 [ 14017] By: nick                                  on 2002/01/02  16:09:43
10854         Log: Avoid un-init perl_debug_pad in clones
10855      Branch: perlio
10856            ! sv.c
10857 ____________________________________________________________________________
10858 [ 14016] By: ams                                   on 2002/01/02  15:58:11
10859         Log: Subject: [PATCH] random crash in B::LISTOP::last
10860              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10861              Date: Wed, 2 Jan 2002 17:37:28 +0100
10862              Message-Id: <3C334558.3906.19CB98D@localhost>
10863      Branch: perl
10864            ! op.c
10865 ____________________________________________________________________________
10866 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
10867         Log: Update Changes.
10868      Branch: perl
10869            ! Changes patchlevel.h
10870 ____________________________________________________________________________
10871 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
10872         Log: One more iteration of the ibcmp_utf8() interface,
10873              hopefully this is a convergent iteration...
10874      Branch: perl
10875            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
10876 ____________________________________________________________________________
10877 [ 14013] By: ams                                   on 2002/01/02  13:43:58
10878         Log: Upgrade to podlators-1.19.
10879      Branch: perl
10880            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
10881            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
10882            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
10883            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
10884            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
10885 ____________________________________________________________________________
10886 [ 14012] By: ams                                   on 2002/01/02  09:48:51
10887         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
10888              From: martyn@inpharmatica.co.uk
10889              Date: Wed, 19 Dec 2001 19:05:00 +0000
10890              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
10891      Branch: perl
10892            ! lib/Pod/Usage.pm
10893 ____________________________________________________________________________
10894 [ 14011] By: nick                                  on 2002/01/02  08:38:18
10895         Log: Integrate mainline
10896      Branch: perlio
10897           !> (integrate 28 files)
10898 ____________________________________________________________________________
10899 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
10900         Log: Make ibcmp_utf8() optionally progress in either string for
10901              as long as it takes and optionally record how far it got.
10902      Branch: perl
10903            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
10904 ____________________________________________________________________________
10905 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
10906         Log: Once more try to get the PPPort Makefile right.
10907      Branch: perl
10908            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
10909 ____________________________________________________________________________
10910 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
10911         Log: -Wall silencing.
10912      Branch: perl
10913            ! utf8.c
10914 ____________________________________________________________________________
10915 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
10916         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
10917              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10918              Date: Tue, 1 Jan 2002 22:45:21 +0100       
10919              Message-ID: <20020101224521.A691@rafael>
10920      Branch: perl
10921            ! ext/B/B/Deparse.pm
10922 ____________________________________________________________________________
10923 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
10924         Log: VOS tweak from Paul Green: VOS has different O_BINARY
10925              and O_TEXT, but VOS always uses LF, never CRLF.
10926      Branch: perl
10927            ! perl.h
10928 ____________________________________________________________________________
10929 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
10930         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
10931      Branch: perl
10932            ! regexec.c utf8.c
10933 ____________________________________________________________________________
10934 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
10935         Log: Now that to_utf8_fold() was fixed.
10936      Branch: perl
10937            ! regcomp.c regexec.c
10938 ____________________________________________________________________________
10939 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
10940         Log: Integrate perlio; experimental binmode() re-coding.
10941      Branch: perl
10942           !> perlio.c
10943 ____________________________________________________________________________
10944 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
10945         Log: Document the to_utf8_*() functions.
10946      Branch: perl
10947            ! embed.pl pod/perlapi.pod utf8.c
10948 ____________________________________________________________________________
10949 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
10950         Log: Better support for multicharacter foldings.
10951              Now all but two of the CaseFold.txt cases work-- but
10952              only when the target string is single-character, more
10953              debugging needed.
10954      Branch: perl
10955            ! regexec.c
10956 ____________________________________________________________________________
10957 [ 14000] By: ams                                   on 2002/01/01  15:59:43
10958         Log: Subject: [PATCH] don't installperl pods
10959              From: Nicholas Clark <nick@unfortu.net>
10960              Date: Tue, 1 Jan 2002 16:44:12 +0000
10961              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
10962      Branch: perl
10963            ! installperl
10964 ____________________________________________________________________________
10965 [ 13999] By: ams                                   on 2002/01/01  14:34:04
10966         Log: Subject: [PATCH] perldiag.pod transposition
10967              From: Nicholas Clark <nick@unfortu.net>
10968              Date: Tue, 1 Jan 2002 15:03:52 +0000
10969              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
10970      Branch: perl
10971            ! pod/perldiag.pod
10972 ____________________________________________________________________________
10973 [ 13998] By: ams                                   on 2002/01/01  13:36:49
10974         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
10975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10976              Date: Tue, 1 Jan 2002 15:12:36 +0100
10977              Message-Id: <20020101151236.A951@rafael>
10978      Branch: perl
10979            ! pod/perldiag.pod
10980 ____________________________________________________________________________
10981 [ 13997] By: ams                                   on 2002/01/01  13:33:06
10982         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
10983              From: Nicholas Clark <nick@unfortu.net>
10984              Date: Tue, 1 Jan 2002 13:13:17 +0000
10985              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
10986      Branch: perl
10987            ! ext/Socket/socketpair.t
10988 ____________________________________________________________________________
10989 [ 13996] By: ams                                   on 2002/01/01  04:44:28
10990         Log: Subject: [PATCH @13746] Leaner exporter
10991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10992              Date: Mon, 31 Dec 2001 18:16:08 -0500
10993              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
10994      Branch: perl
10995            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
10996 ____________________________________________________________________________
10997 [ 13995] By: ams                                   on 2002/01/01  04:29:44
10998         Log: Subject: [PATCH @13746] h2xs broken
10999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11000              Date: Mon, 31 Dec 2001 17:48:55 -0500
11001              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
11002      Branch: perl
11003            ! utils/h2xs.PL
11004 ____________________________________________________________________________
11005 [ 13994] By: ams                                   on 2002/01/01  04:25:46
11006         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
11007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11008              Date: Mon, 31 Dec 2001 17:42:25 -0500
11009              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
11010      Branch: perl
11011            ! lib/ExtUtils/MM_Unix.pm
11012 ____________________________________________________________________________
11013 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
11014         Log: Rename the variables to be a bit more consistent.
11015      Branch: perl
11016            ! utf8.c
11017 ____________________________________________________________________________
11018 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
11019         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
11020              (found by Jeffrey Friedl)
11021      Branch: perl
11022            ! regexec.c t/op/pat.t utf8.c
11023 ____________________________________________________________________________
11024 [ 13991] By: nick                                  on 2001/12/31  18:08:55
11025         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
11026      Branch: perlio
11027            ! perlio.c
11028 ____________________________________________________________________________
11029 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
11030         Log: Update Changes.
11031      Branch: perl
11032            ! Changes patchlevel.h
11033 ____________________________________________________________________________
11034 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
11035         Log: Less unused ones.
11036      Branch: perl
11037            ! regexec.c
11038 ____________________________________________________________________________
11039 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
11040         Log: Unused variable.
11041      Branch: perl
11042            ! regcomp.c
11043 ____________________________________________________________________________
11044 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
11045         Log: Forgotten file.
11046      Branch: perl
11047            ! MANIFEST
11048 ____________________________________________________________________________
11049 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
11050         Log: Subject: Re: Cygwin: one down one to go 
11051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11052              Date: Mon, 31 Dec 2001 18:34:36 +0100
11053              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
11054      Branch: perl
11055            ! cygwin/Makefile.SHs
11056 ____________________________________________________________________________
11057 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
11058         Log: Add some comments to the recent Unicode case-folding saga.
11059      Branch: perl
11060            ! regcomp.c regexec.c
11061 ____________________________________________________________________________
11062 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
11063         Log: Slight comment tweakage.
11064      Branch: perl
11065            ! ext/I18N/Langinfo/Langinfo.t
11066 ____________________________________________________________________________
11067 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
11068         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
11069      Branch: perl
11070            ! perl.h
11071 ____________________________________________________________________________
11072 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
11073         Log: Subject: [ PATCH] Cygwin: one down one to go
11074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11075              Date: Mon, 31 Dec 2001 17:03:40 +0100
11076              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
11077      Branch: perl
11078            ! lib/Pod/t/basic.t
11079 ____________________________________________________________________________
11080 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
11081         Log: Tweak the dependencies not to recompile everytime,
11082              as suggested by NI-S.
11083      Branch: perl
11084            ! ext/Devel/PPPort/Makefile.PL
11085 ____________________________________________________________________________
11086 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
11087         Log: Planning still not right.
11088      Branch: perl
11089            ! lib/User/grent.t
11090 ____________________________________________________________________________
11091 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
11092         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
11093              From: Michael G Schwern <schwern@pobox.com>
11094              Date: Sun, 30 Dec 2001 18:07:55 -0500
11095              Message-ID: <20011230230755.GG12840@blackrider>
11096              
11097              (lib/User/grent, really)
11098      Branch: perl
11099            ! lib/User/grent.t
11100 ____________________________________________________________________________
11101 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
11102         Log: Integrate perlio; cleanup, in particular avoid accidental
11103              PerlIO_flush(NULL) if PerlIONext is NULL.
11104      Branch: perl
11105           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
11106 ____________________________________________________________________________
11107 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
11108         Log: Subject: typo in IO::Socket::INET.pm
11109              From: mjd@plover.com
11110              Date: 31 Dec 2001 14:31:10 -0000
11111              Message-ID: <20011231143110.4989.qmail@plover.com>
11112      Branch: perl
11113            ! ext/IO/lib/IO/Socket/INET.pm
11114 ____________________________________________________________________________
11115 [ 13976] By: nick                                  on 2001/12/31  13:56:11
11116         Log: Integrate mainline
11117      Branch: perlio
11118           !> (integrate 29 files)
11119 ____________________________________________________________________________
11120 [ 13975] By: nick                                  on 2001/12/31  12:40:50
11121         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
11122              if PerlIONext is NULL.
11123      Branch: perlio
11124            ! perlio.c perliol.h
11125 ____________________________________________________________________________
11126 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
11127         Log: Subject: Re: [PATCH] Basic bad prototype detection
11128              From: Sam Tregar <sam@tregar.com>
11129              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
11130              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
11131      Branch: perl
11132            ! t/comp/proto.t toke.c
11133 ____________________________________________________________________________
11134 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
11135         Log: Subject: [PATCH] configure.com / scriptdirexp
11136              From: "Craig A. Berry" <craigberry@mac.com>
11137              Date: Sun, 30 Dec 2001 15:47:28 -0600
11138              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
11139      Branch: perl
11140            ! configure.com
11141 ____________________________________________________________________________
11142 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
11143         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
11144              From: Abe Timmerman <abe@ztreet.demon.nl>
11145              Date: Mon, 31 Dec 2001 03:55:27 +0100
11146              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
11147      Branch: perl
11148            ! lib/ExtUtils/t/MM_Win32.t
11149 ____________________________________________________________________________
11150 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
11151         Log: Subject: [PATCH] Basic bad prototype detection
11152              From: Sam Tregar <sam@tregar.com> 
11153              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
11154              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
11155      Branch: perl
11156            ! pod/perldiag.pod t/comp/proto.t toke.c
11157 ____________________________________________________________________________
11158 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
11159         Log: Makefiles are sloppy about the exe suffix
11160              (from Paul Green)
11161      Branch: perl
11162            ! Makefile.SH x2p/Makefile.SH
11163 ____________________________________________________________________________
11164 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
11165         Log: Delay folding until necessary; start of handling
11166              folding into several characters.
11167      Branch: perl
11168            ! regcomp.c regexec.c
11169 ____________________________________________________________________________
11170 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
11171         Log: gcc -Wall dewhine.
11172      Branch: perl
11173            ! regexec.c
11174 ____________________________________________________________________________
11175 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
11176         Log: More Unicode folding tweaks, avoid potential false matches.
11177      Branch: perl
11178            ! regexec.c
11179 ____________________________________________________________________________
11180 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
11181         Log: Make that six wrongs.
11182      Branch: perl
11183            ! regexec.c utf8.c
11184 ____________________________________________________________________________
11185 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
11186         Log: Four wrongs can make a right.
11187      Branch: perl
11188            ! regexec.c utf8.c
11189 ____________________________________________________________________________
11190 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
11191         Log: Fix all the I case foldings as per CaseFold.txt.
11192      Branch: perl
11193            ! regcomp.c regexec.c
11194 ____________________________________________________________________________
11195 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
11196         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
11197      Branch: perl
11198            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
11199            ! regexec.c utf8.c
11200 ____________________________________________________________________________
11201 [ 13962] By: nick                                  on 2001/12/30  18:33:41
11202         Log: Integrate 8.3 fix for PPPort fix
11203      Branch: perlio
11204           +> ext/Devel/PPPort/ppport_h.PL
11205            - ext/Devel/PPPort/ppport.h.PL
11206            ! ext/Devel/PPPort/MANIFEST
11207           !> ext/Devel/PPPort/Makefile.PL
11208 ____________________________________________________________________________
11209 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
11210         Log: Integrate perlio; more win32 stuff:
11211              
11212              A. Use Perl_my_socketpair()
11213              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
11214              load winsock.
11215              C. (In passing) work round fact that $$ is now SvREADONLY
11216              so we need to take special measures to set it during
11217              pseudo-fork.
11218      Branch: perl
11219           !> util.c win32/perlhost.h
11220 ____________________________________________________________________________
11221 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
11222         Log: Fix ppport.h for Unix.
11223      Branch: perl
11224            + ext/Devel/PPPort/ppport_h.PL
11225            - ext/Devel/PPPort/ppport.h.PL
11226            ! MANIFEST ext/Devel/PPPort/Makefile.PL
11227 ____________________________________________________________________________
11228 [ 13959] By: nick                                  on 2001/12/30  16:53:42
11229         Log: Win32 stuff:
11230              A. Use Perl_my_socketpair()
11231              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
11232              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
11233              take special measures to set it during pseudo-fork.
11234      Branch: perlio
11235            ! util.c win32/perlhost.h
11236 ____________________________________________________________________________
11237 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
11238         Log: Integrate perlio; win32 kicking.
11239      Branch: perl
11240           +> ext/Devel/PPPort/ppport.h.PL
11241           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
11242           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
11243           !> proto.h
11244 ____________________________________________________________________________
11245 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
11246         Log: metaconfig unit change for #13956.
11247      Branch: metaconfig
11248            ! U/modified/spitshell.U
11249 ____________________________________________________________________________
11250 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
11251         Log: Must look for cat also in $PATH (noticed by Philip Newton).
11252      Branch: perl
11253            ! Configure
11254 ____________________________________________________________________________
11255 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
11256         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
11257              From: Blair Zajac <blair@orcaware.com>
11258              Date: Sat, 29 Dec 2001 22:37:03 -0800
11259              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
11260      Branch: perl
11261            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
11262 ____________________________________________________________________________
11263 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
11264         Log: Regen files.
11265      Branch: perl
11266            ! embed.h global.sym pod/perlapi.pod uconfig.h
11267 ____________________________________________________________________________
11268 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
11269         Log: Subject: [PATCH] -t without -w 
11270              From: Michael G Schwern <schwern@pobox.com>
11271              Date: Sat, 29 Dec 2001 23:46:25 -0500
11272              Message-ID: <20011230044625.GA14386@blackrider>
11273      Branch: perl
11274            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
11275            ! warnings.pl
11276 ____________________________________________________________________________
11277 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
11278         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
11279              From: Dave Rolsky <autarch@urth.org>               
11280              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
11281              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
11282              
11283              $^O is NetWare, not Netware.
11284      Branch: perl
11285            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
11286 ____________________________________________________________________________
11287 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
11288         Log: Sarathy thinks undoing C++ comments from C++ files
11289              is a bit too zealous.
11290      Branch: perl
11291            ! win32/perlhost.h win32/vmem.h
11292 ____________________________________________________________________________
11293 [ 13950] By: nick                                  on 2001/12/30  14:30:02
11294         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
11295              This gets them into Errno.pm - yet to prove they end up in $!.
11296      Branch: perlio
11297            ! ext/Errno/Errno_pm.PL
11298 ____________________________________________________________________________
11299 [ 13949] By: nick                                  on 2001/12/30  12:02:21
11300         Log: Integrate Cwd muddle
11301      Branch: perlio
11302           !> MANIFEST installperl lib/Cwd.pm
11303 ____________________________________________________________________________
11304 [ 13948] By: nick                                  on 2001/12/30  11:51:40
11305         Log: remove embed.pl duplicates
11306      Branch: perlio
11307            ! embed.h embed.pl global.sym proto.h
11308 ____________________________________________________________________________
11309 [ 13947] By: nick                                  on 2001/12/30  11:35:51
11310         Log: More Cwd tidy up
11311      Branch: perl
11312            ! MANIFEST installperl
11313 ____________________________________________________________________________
11314 [ 13946] By: nick                                  on 2001/12/30  11:12:42
11315         Log: Undo a mess trying Cwd.pm in its ext directory
11316      Branch: perl
11317            + lib/Cwd.pm
11318            - ext/Cwd/Cwd.pm
11319 ____________________________________________________________________________
11320 [ 13945] By: nick                                  on 2001/12/30  10:03:43
11321         Log: Integrate mainline
11322      Branch: perl
11323           +> ext/Cwd/Cwd.pm
11324            - lib/Cwd.pm
11325            ! MANIFEST
11326      Branch: perlio
11327           !> (integrate 45 files)
11328 ____________________________________________________________________________
11329 [ 13944] By: nick                                  on 2001/12/30  09:27:16
11330         Log: "Port" Devel::PPPort to Win32:
11331              - need to set @INC before use in the test
11332              - {} are special to dmake, so use ppport.h.PL
11333              rather than commandline 
11334      Branch: perlio
11335            + ext/Devel/PPPort/ppport.h.PL
11336            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
11337 ____________________________________________________________________________
11338 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
11339         Log: Update Changes.
11340      Branch: perl
11341            ! Changes patchlevel.h
11342 ____________________________________________________________________________
11343 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
11344         Log: Subject: [PATCH] cleaner close on tests, take 2
11345              From: andreas.koenig@anima.de (Andreas J. Koenig)
11346              Date: 29 Dec 2001 21:42:37 +0100
11347              Message-ID: <m33d1tvjuq.fsf@anima.de>
11348              
11349              (the DB_File patches)
11350      Branch: perl
11351            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11352            ! ext/DB_File/t/db-recno.t
11353 ____________________________________________________________________________
11354 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
11355         Log: Integrate perlio; regen'ed config_H.?c
11356      Branch: perl
11357           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11358 ____________________________________________________________________________
11359 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
11360         Log: Subject: [PATCH] cleaner close on tests, take 2             
11361              From: andreas.koenig@anima.de (Andreas J. Koenig)
11362              Date: 29 Dec 2001 21:42:37 +0100
11363              Message-ID: <m33d1tvjuq.fsf@anima.de>
11364              
11365              (except for the three DB_File patch fragments)
11366      Branch: perl
11367            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
11368            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
11369            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
11370            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
11371            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
11372            ! t/op/runlevel.t t/op/write.t t/run/switches.t
11373 ____________________________________________________________________________
11374 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
11375         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
11376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11377              Date: Sat, 29 Dec 2001 20:38:59 +0100
11378              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
11379              
11380              (NetWare tree not touched because it's very //)
11381      Branch: perl
11382            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
11383            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
11384            ! wince/include/errno.h wince/include/netdb.h
11385            ! wince/include/sys/socket.h wince/include/sys/stat.h
11386            ! wince/perllib.c wince/perlmain.c wince/win32.h
11387            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
11388            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
11389 ____________________________________________________________________________
11390 [ 13938] By: nick                                  on 2001/12/29  19:23:32
11391         Log: Integrate mainline (ok linux)
11392      Branch: perlio
11393           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
11394           !> (integrate 33 files)
11395 ____________________________________________________________________________
11396 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
11397         Log: Give up on serious testing of langinfo().  Leave the old
11398              code in place, though.
11399      Branch: perl
11400            ! ext/I18N/Langinfo/Langinfo.t
11401 ____________________________________________________________________________
11402 [ 13936] By: nick                                  on 2001/12/29  18:20:33
11403         Log: Routine regen_config_h - no real differences other than order of crypt 
11404      Branch: perlio
11405            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11406 ____________________________________________________________________________
11407 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
11408         Log: Integrate perlio;
11409              
11410              Define the two socket error numbers in terms of WSAEXXXXX equivalents
11411              
11412              Fudge Config.pm so File::Spec does not croak.
11413      Branch: perl
11414           !> win32/FindExt.pm win32/win32.h
11415 ____________________________________________________________________________
11416 [ 13934] By: nick                                  on 2001/12/29  17:27:50
11417         Log: Fudge Config.pm so File::Spec does not croak.
11418      Branch: perlio
11419            ! win32/FindExt.pm
11420 ____________________________________________________________________________
11421 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
11422         Log: metaconfig unit changes for #13932.
11423      Branch: metaconfig
11424            + U/modified/Init.U
11425            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
11426 ____________________________________________________________________________
11427 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
11428         Log: VOS tweaks from Paul Green.
11429              
11430              The Configure tweaks: the _exe needs to be
11431              set after the init; VOS has fd 3 hardwired to /dev/tty;
11432              the grep/ln/make substitutions really need to stick.
11433      Branch: perl
11434            ! Configure hints/vos.sh perl.h util.c vos/build.cm
11435            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11436            ! vos/config.ga.h vos/vosish.h
11437 ____________________________________________________________________________
11438 [ 13931] By: nick                                  on 2001/12/29  17:00:38
11439         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
11440              (just to get util.c to compile)
11441      Branch: perlio
11442            ! win32/win32.h
11443 ____________________________________________________________________________
11444 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
11445         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
11446              From: coral@eekeek.org
11447              Date: Fri, 28 Dec 2001 19:58:22 -0500      
11448              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
11449      Branch: perl
11450            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
11451            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
11452            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
11453            ! pod/perlunicode.pod pod/perlxs.pod util.c
11454 ____________________________________________________________________________
11455 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
11456         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
11457      Branch: perl
11458            ! t/op/exec.t
11459 ____________________________________________________________________________
11460 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
11461         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
11462              From: Abe Timmerman <abe@ztreet.demon.nl>
11463              Date: Sat, 29 Dec 2001 13:10:06 +0100
11464              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
11465      Branch: perl
11466            + lib/Pod/t/InputObjects.t
11467 ____________________________________________________________________________
11468 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
11469         Log: Integrate perlio;
11470              
11471              Quick fix (after couple of clever fixes failed) for
11472              "accept leaks memory" fail [ID 20011223.001]
11473              
11474              Nick Clark's embed.pl fix for my_socketpair
11475      Branch: perl
11476           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
11477 ____________________________________________________________________________
11478 [ 13926] By: nick                                  on 2001/12/29  15:23:21
11479         Log: Nick Clark's embed.pl fix for my_socketpair
11480      Branch: perlio
11481            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
11482 ____________________________________________________________________________
11483 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
11484         Log: Slight tweaks on the MM_Win32.t.
11485      Branch: perl
11486            ! lib/ExtUtils/t/MM_Win32.t
11487 ____________________________________________________________________________
11488 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
11489         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
11490              From: Abe Timmerman <abe@ztreet.demon.nl>
11491              Date: Sat, 29 Dec 2001 12:51:36 +0100
11492              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
11493      Branch: perl
11494            + lib/ExtUtils/t/MM_Win32.t
11495            ! MANIFEST
11496 ____________________________________________________________________________
11497 [ 13923] By: nick                                  on 2001/12/29  15:12:07
11498         Log: Quick fix (after couple of clever fixes failed) for
11499              "accept leaks memory" fail [ID 20011223.001]
11500      Branch: perlio
11501            ! pp_sys.c
11502 ____________________________________________________________________________
11503 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
11504         Log: Subject: [PATCH] Module names and other nits
11505              From: Autrijus Tang <autrijus@autrijus.org>                 
11506              Date: Sat, 29 Dec 2001 01:59:28 +0800
11507              Message-ID: <20011229015928.A29712@geb.elixus.org>              
11508      Branch: perl
11509            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
11510            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
11511            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
11512            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
11513            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
11514 ____________________________________________________________________________
11515 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
11516         Log: socketpair tweaks from Nicholas Clark.
11517      Branch: perl
11518            ! ext/Socket/socketpair.t util.c
11519 ____________________________________________________________________________
11520 [ 13920] By: nick                                  on 2001/12/29  12:36:21
11521         Log: Integrate mainline
11522      Branch: perlio
11523           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
11524           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
11525           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11526           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
11527           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
11528           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
11529           !> t/op/sysio.t
11530 ____________________________________________________________________________
11531 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
11532         Log: Retract #13917.
11533      Branch: perl
11534            ! doop.c
11535 ____________________________________________________________________________
11536 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
11537         Log: Subject: provisional MakeMaker patch for VMS
11538              From: "Craig A. Berry" <craigberry@mac.com> 
11539              Date: Thu, 27 Dec 2001 22:29:37 -0600
11540              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
11541      Branch: perl
11542            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11543 ____________________________________________________________________________
11544 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
11545         Log: (retracted by #13919)
11546      Branch: perl
11547            ! doop.c
11548 ____________________________________________________________________________
11549 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
11550         Log: metaconfig unit change for #13915.
11551      Branch: metaconfig/U/perl
11552            ! d_u32align.U
11553 ____________________________________________________________________________
11554 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
11555         Log: Remove debris in any case.
11556      Branch: perl
11557            ! Configure
11558 ____________________________________________________________________________
11559 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
11560         Log: Subject: [PATCH] Re: B::walksymtable oddness
11561              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11562              Date: Thu, 27 Dec 2001 19:14:24 +0100
11563              Message-ID: <3C2B7310.861.18820D0@localhost>
11564      Branch: perl
11565            ! ext/B/B.pm
11566 ____________________________________________________________________________
11567 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
11568         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
11569              From: Nicholas Clark <nick@unfortu.net> 
11570              Date: Fri, 28 Dec 2001 00:43:02 +0000
11571              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
11572      Branch: perl
11573            ! ext/Socket/socketpair.t
11574 ____________________________________________________________________________
11575 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
11576         Log: Fast Latin1<->UTF-8 conversion for older Perls.
11577      Branch: perl
11578            ! pod/perluniintro.pod
11579 ____________________________________________________________________________
11580 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
11581         Log: Update Changes.
11582      Branch: perl
11583            ! Changes patchlevel.h
11584 ____________________________________________________________________________
11585 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
11586         Log: More wait status trickery for BeOS.
11587      Branch: perl
11588            ! ext/POSIX/POSIX.xs
11589 ____________________________________________________________________________
11590 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
11591         Log: metaconfig unit change for #13908.
11592      Branch: metaconfig/U/perl
11593            ! d_u32align.U
11594 ____________________________________________________________________________
11595 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
11596         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
11597      Branch: perl
11598            ! Configure
11599 ____________________________________________________________________________
11600 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
11601         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
11602              From: gbarr@monty.mutatus.co.uk
11603              Date: 27 Dec 2001 14:41:36 -0000
11604              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
11605      Branch: perl
11606            ! lib/ExtUtils/t/Embed.t
11607 ____________________________________________________________________________
11608 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
11609         Log: Subject: [PATCH] Re: socketpair emulation
11610              From: Nicholas Clark <nick@unfortu.net> 
11611              Date: Wed, 26 Dec 2001 20:08:14 +0000
11612              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
11613      Branch: perl
11614            ! ext/Socket/socketpair.t
11615 ____________________________________________________________________________
11616 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
11617         Log: Subject: [DOC PATCH] left is right and right is left
11618              From: Philip Newton <Philip.Newton@gmx.net>
11619              Date: Thu, 27 Dec 2001 10:04:17 +0100
11620              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
11621      Branch: perl
11622            ! pod/perlfunc.pod pod/perlport.pod
11623 ____________________________________________________________________________
11624 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
11625         Log: Subject: [PATCH] check return of close
11626              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11627              Date: 27 Dec 2001 09:47:30 +0100
11628              Message-ID: <m3ellhgicd.fsf@anima.de> 
11629              
11630              Subject: [PATCH] improve error reporting
11631              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11632              Date: 27 Dec 2001 09:54:55 +0100
11633              Message-ID: <m3adw5gi00.fsf@anima.de> 
11634              
11635              Subject: [PATCH] check return value of close
11636              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11637              Date: 27 Dec 2001 10:03:55 +0100
11638              Message-ID: <m3666tghl0.fsf@anima.de> 
11639              
11640              Subject: [PATCH] return of close
11641              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11642              Date: 27 Dec 2001 10:22:15 +0100
11643              Message-ID: <m31yhhggqg.fsf@anima.de> 
11644      Branch: perl
11645            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
11646            ! t/io/fflush.t
11647 ____________________________________________________________________________
11648 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
11649         Log: Subject: [PATCH] check return of close
11650              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11651              Date: 27 Dec 2001 09:47:30 +0100
11652              Message-ID: <m3ellhgicd.fsf@anima.de> 
11653      Branch: perl
11654            ! t/base/rs.t
11655 ____________________________________________________________________________
11656 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
11657         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
11658              From: andreas.koenig@anima.de (Andreas J. Koenig)
11659              Date: 27 Dec 2001 09:21:16 +0100
11660              Message-ID: <m3n105gjk3.fsf@anima.de>
11661      Branch: perl
11662            ! t/op/sysio.t
11663 ____________________________________________________________________________
11664 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
11665         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
11666              From: "Gerrit P. Haase" <gp@familiehaase.de>
11667              Date: Thu, 27 Dec 2001 09:23:55 +0100 
11668              Message-ID: <98211521662.20011227092355@familiehaase.de>
11669      Branch: perl
11670            ! lib/ExtUtils/t/MM_Cygwin.t
11671 ____________________________________________________________________________
11672 [ 13900] By: nick                                  on 2001/12/27  11:11:51
11673         Log: Integrate mainline
11674      Branch: perlio
11675           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
11676           +> lib/File/Spec/NW5.pm
11677           !> (integrate 52 files)
11678 ____________________________________________________________________________
11679 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
11680         Log: Replace the awful (most likely generated and not very persistent)
11681              URL with something tangible.
11682      Branch: perl
11683            ! README.hpux
11684 ____________________________________________________________________________
11685 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
11686         Log: Naughty /dev/printer (ls -l, really) of IRIX.
11687      Branch: perl
11688            ! t/op/stat.t
11689 ____________________________________________________________________________
11690 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
11691         Log: Upgrade to Net::Ping 2.10.
11692      Branch: perl
11693            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
11694            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11695            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11696            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11697 ____________________________________________________________________________
11698 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
11699         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
11700              (this showed up in Benchmark.t)
11701      Branch: perl
11702            ! pp_sys.c
11703 ____________________________________________________________________________
11704 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
11705         Log: BeOS updates.
11706      Branch: perl
11707            ! README.beos beos/beos.c
11708 ____________________________________________________________________________
11709 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
11710         Log: Subject: Re: bleadperl doesn't compile
11711              From: "Gerrit P. Haase" <gp@familiehaase.de>
11712              Date: Wed, 26 Dec 2001 21:29:08 +0100
11713              Message-ID: <22168634623.20011226212908@familiehaase.de>
11714              
11715              Cygwin with multiplicity.
11716      Branch: perl
11717            ! perlio.c
11718 ____________________________________________________________________________
11719 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
11720         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
11721              From: Nicholas Clark <nick@ccl4.org>
11722              Date: Wed, 26 Dec 2001 19:07:33 +0000
11723              Message-ID: <20011226190732.J48842@plum.flirble.org>            
11724              
11725              socketpair() (un)signedness nit.
11726      Branch: perl
11727            ! util.c
11728 ____________________________________________________________________________
11729 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
11730         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
11731              From: Nicholas Clark <nick@ccl4.org>
11732              Date: Wed, 26 Dec 2001 19:19:47 +0000
11733              Message-ID: <20011226191946.K48842@plum.flirble.org>
11734              
11735              Use report_evil_fh().
11736      Branch: perl
11737            ! doio.c
11738 ____________________________________________________________________________
11739 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
11740         Log: Bad $? assumptions.
11741      Branch: perl
11742            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
11743 ____________________________________________________________________________
11744 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
11745         Log: Net::Ping isn't going to work much without
11746              the Socket extension; fail more gracefully.
11747      Branch: perl
11748            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11749            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11750            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
11751            ! lib/Net/Ping/t/300_ping_stream.t
11752 ____________________________________________________________________________
11753 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
11754         Log: metaconfig unit change for #13888.
11755      Branch: metaconfig
11756            ! U/modified/Oldconfig.U
11757 ____________________________________________________________________________
11758 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
11759         Log: test -d /system is a bit too generic test for VOS
11760              (false hit in BeOS)
11761      Branch: perl
11762            ! Configure
11763 ____________________________________________________________________________
11764 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
11765         Log: No AF_UNIX in BeOS.
11766      Branch: perl
11767            ! util.c
11768 ____________________________________________________________________________
11769 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
11770         Log: FAQ sync.
11771      Branch: perl
11772            ! pod/perlfaq5.pod
11773 ____________________________________________________________________________
11774 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
11775         Log: Update Changes.
11776      Branch: perl
11777            ! Changes patchlevel.h
11778 ____________________________________________________________________________
11779 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
11780         Log: Make -t equal -tw.
11781      Branch: perl
11782            ! perl.c pod/perlrun.pod
11783 ____________________________________________________________________________
11784 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
11785         Log: Subject: Re: Not OK 13881
11786              From: John Peacock <jpeacock@rowman.com>
11787              Date: Tue, 25 Dec 2001 06:02:12 -0500
11788              Message-ID: <3C285CB4.8040006@rowman.com>
11789      Branch: perl
11790            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
11791 ____________________________________________________________________________
11792 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
11793         Log: Subject: Re: Not OK 13881
11794              From: andreas.koenig@anima.de (Andreas J. Koenig)
11795              Date: 25 Dec 2001 07:33:23 +0100
11796              Message-ID: <m3bsgnajws.fsf@anima.de>
11797      Branch: perl
11798            ! op.c
11799 ____________________________________________________________________________
11800 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
11801         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
11802              From: Mark-Jason Dominus <mjd@plover.com>    
11803              Date: Mon, 24 Dec 2001 18:14:48 -0500
11804              Message-ID: <20011224231448.25826.qmail@plover.com>
11805      Branch: perl
11806            ! op.c t/op/eval.t
11807 ____________________________________________________________________________
11808 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
11809         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
11810              From: Dave Rolsky <autarch@urth.org>
11811              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
11812              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
11813      Branch: perl
11814            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
11815            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
11816            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11817            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11818            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
11819 ____________________________________________________________________________
11820 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
11821         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
11822              From: Jeffrey Friedl <jfriedl@yahoo.com>
11823              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
11824              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
11825              
11826              The rest of the tests for plus few extras.
11827      Branch: perl
11828            ! t/op/pat.t
11829 ____________________________________________________________________________
11830 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
11831         Log: metaconfig unit change for #13877.
11832      Branch: metaconfig
11833            ! U/modified/Unix.U
11834 ____________________________________________________________________________
11835 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
11836         Log: No-op.
11837      Branch: perl
11838            ! Configure
11839 ____________________________________________________________________________
11840 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
11841         Log: More constant casting.
11842      Branch: perl
11843            ! regexec.c
11844 ____________________________________________________________________________
11845 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
11846         Log: Subject: perlhack.pod 
11847              From: "John P. Linderman" <jpl@research.att.com>
11848              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
11849              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
11850      Branch: perl
11851            ! pod/perlhack.pod
11852 ____________________________________________________________________________
11853 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
11854         Log: File::Find patch patches from Thomas Wegner.
11855      Branch: perl
11856            ! lib/File/Find.pm
11857 ____________________________________________________________________________
11858 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
11859         Log: Subject: Re: socketpair emulation 
11860              From: Nicholas Clark <nick@unfortu.net>                 
11861              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
11862              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
11863      Branch: perl
11864            ! ext/Socket/socketpair.t
11865 ____________________________________________________________________________
11866 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
11867         Log: Must cast constants if they can be quads.
11868      Branch: perl
11869            ! regcomp.c
11870 ____________________________________________________________________________
11871 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
11872         Log: Promote the e/uid to wide enough un/signed integers
11873              and printf them as such.
11874      Branch: perl
11875            ! taint.c
11876 ____________________________________________________________________________
11877 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
11878         Log: metaconfig unit change for #13869.
11879      Branch: metaconfig/U/perl
11880            ! d_u32align.U
11881 ____________________________________________________________________________
11882 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
11883         Log: The U32 alignment test wasn't really working, noticed
11884              by Paul Green.  Now the test works, but this means that
11885              we may see coredumps from the test.   I sure hope MMUless
11886              places don't crash on the test.
11887      Branch: perl
11888            ! Configure
11889 ____________________________________________________________________________
11890 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
11891         Log: metaconfig unit changes for #13867.
11892      Branch: metaconfig
11893            ! U/compline/nblock_io.U U/modified/Unix.U
11894            ! U/modified/spitshell.U
11895 ____________________________________________________________________________
11896 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
11897         Log: More VOS tweaks.
11898      Branch: perl
11899            ! Configure
11900 ____________________________________________________________________________
11901 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
11902         Log: The funky final sigma casefolding.
11903      Branch: perl
11904            ! regcomp.c regexec.c t/op/pat.t utf8.h
11905 ____________________________________________________________________________
11906 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
11907         Log: Update Changes.
11908      Branch: perl
11909            ! Changes patchlevel.h
11910 ____________________________________________________________________________
11911 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
11912         Log: Move the \C and \X to pat.t.
11913      Branch: perl
11914            ! t/op/pat.t t/op/re_tests
11915 ____________________________________________________________________________
11916 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
11917         Log: More logical test ordering.
11918      Branch: perl
11919            ! perl.h
11920 ____________________________________________________________________________
11921 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
11922         Log: Integrate perlio;
11923              
11924              Add at least the "important" PerlIO_xxxx functions to embed.pl
11925              so that they get implicit pTHX_ and we can avoid slow dTHX.
11926              
11927              Put PerlIO stuff inside EXTERN C
11928              
11929              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
11930      Branch: perl
11931           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
11932           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
11933           !> win32/win32.c
11934 ____________________________________________________________________________
11935 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
11936         Log: Even more \X fixing.
11937      Branch: perl
11938            ! regexec.c t/op/pat.t
11939 ____________________________________________________________________________
11940 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
11941         Log: More \X fixing.
11942      Branch: perl
11943            ! regexec.c t/op/pat.t
11944 ____________________________________________________________________________
11945 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
11946         Log: Fix encoding pragma.
11947      Branch: perl
11948            ! regcomp.c
11949 ____________________________________________________________________________
11950 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
11951         Log: Subject: socketpair emulation
11952              From: Nicholas Clark <nick@unfortu.net>
11953              Date: Sat, 22 Dec 2001 18:38:18 +0000
11954              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
11955      Branch: perl
11956            + ext/Socket/socketpair.t
11957            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
11958            ! pp_sys.c proto.h util.c
11959 ____________________________________________________________________________
11960 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
11961         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
11962              From: Jeffrey Friedl <jfriedl@yahoo.com>
11963              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
11964              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
11965              
11966              (partially applied, most of the new tests need to be rethought)
11967      Branch: perl
11968            ! regcomp.c t/op/re_tests
11969 ____________________________________________________________________________
11970 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
11971         Log: Small tweaks.
11972      Branch: perl
11973            ! handy.h regexec.c
11974 ____________________________________________________________________________
11975 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
11976         Log: Unicode casefolding continues.
11977              (lib/encoding.t still failing.)
11978      Branch: perl
11979            ! regexec.c t/op/pat.t
11980 ____________________________________________________________________________
11981 [ 13854] By: nick                                  on 2001/12/22  20:01:27
11982         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
11983      Branch: perlio
11984            ! makedef.pl perlio.h perlio.sym win32/win32.c
11985 ____________________________________________________________________________
11986 [ 13853] By: nick                                  on 2001/12/22  19:58:53
11987         Log: Put PerlIO stuff inside EXTERN C
11988      Branch: perlio
11989            ! embed.pl proto.h
11990 ____________________________________________________________________________
11991 [ 13852] By: nick                                  on 2001/12/22  18:04:34
11992         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
11993              so that they get implicit pTHX_ and we can avoid slow dTHX.
11994      Branch: perlio
11995            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
11996            ! perlio.h pod/perlapi.pod proto.h
11997 ____________________________________________________________________________
11998 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
11999         Log: metaconfig unit change for #13850.
12000      Branch: metaconfig
12001            ! U/modified/Loc.U
12002 ____________________________________________________________________________
12003 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
12004         Log: Rework the make logic (again).
12005      Branch: perl
12006            ! Configure
12007 ____________________________________________________________________________
12008 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
12009         Log: Integrate perlio;
12010              Fix mis-parse of autoloaded usage code by declaring the sub
12011              Correct checking code which Ilya spotted was tripped by CR at EOF.
12012              The CR at EOF fix earlier broke CR at end-of-buffer.
12013      Branch: perl
12014            ! regexec.c
12015           !> ext/POSIX/POSIX.pm perlio.c sv.c
12016 ____________________________________________________________________________
12017 [ 13848] By: nick                                  on 2001/12/22  15:11:17
12018         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
12019              This should be okay for both?
12020      Branch: perlio
12021            ! perlio.c
12022 ____________________________________________________________________________
12023 [ 13847] By: nick                                  on 2001/12/22  12:26:32
12024         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
12025              Also tone down perl -DP tracing of sv_gets.
12026      Branch: perlio
12027            ! perlio.c sv.c
12028 ____________________________________________________________________________
12029 [ 13846] By: nick                                  on 2001/12/22  10:49:27
12030         Log: Fix mis-parse of autoloaded usage code by declaring the sub
12031      Branch: perlio
12032            ! ext/POSIX/POSIX.pm
12033 ____________________________________________________________________________
12034 [ 13845] By: nick                                  on 2001/12/22  10:44:11
12035         Log: Integrate mainline - some fails:
12036              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
12037              -------------------------------------------------------------------------------
12038              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
12039              ../lib/encoding.t                    19    2  10.53%  17-18
12040              op/pat.t                            770    3   0.39%  754-755 757
12041      Branch: perlio
12042           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
12043           !> (integrate 36 files)
12044 ____________________________________________________________________________
12045 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
12046         Log: More Unicode casing fixes.
12047      Branch: perl
12048            ! regexec.c t/op/pat.t
12049 ____________________________________________________________________________
12050 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
12051         Log: Unicode casefolding fixes.
12052      Branch: perl
12053            ! op.c regcomp.c regexec.c t/op/pat.t
12054 ____________________________________________________________________________
12055 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
12056         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
12057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
12058              Date: Sat, 22 Dec 2001 00:01:29 +0100
12059              Message-ID: <20011222000129.A713@rafael>
12060      Branch: perl
12061            ! ext/B/B/Deparse.pm
12062 ____________________________________________________________________________
12063 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
12064         Log: VOS config from Paul Green.
12065      Branch: perl
12066            ! hints/vos.sh
12067 ____________________________________________________________________________
12068 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
12069         Log: Subject: [PATCH @13746] CreateTTY on OS/2
12070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12071              Date: Fri, 21 Dec 2001 15:59:45 -0500
12072              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
12073      Branch: perl
12074            ! lib/perl5db.pl
12075 ____________________________________________________________________________
12076 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
12077         Log: Subject: [PATCH @13746] uninstalled build of modules broken
12078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12079              Date: Fri, 21 Dec 2001 15:49:09 -0500
12080              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
12081      Branch: perl
12082            ! lib/ExtUtils/MM_Unix.pm
12083 ____________________________________________________________________________
12084 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
12085         Log: Subject: [PATCH @13746] OS/2 File::* modules
12086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12087              Date: Fri, 21 Dec 2001 15:43:24 -0500
12088              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
12089      Branch: perl
12090            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
12091 ____________________________________________________________________________
12092 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
12093         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
12094              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12095              Date: Fri, 21 Dec 2001 17:29:07 +0100
12096              Message-ID: <3C236353.6625C4C0@alcatel.at>
12097      Branch: perl
12098            ! pod/perltie.pod
12099 ____________________________________________________________________________
12100 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
12101         Log: metaconfig unit changes for #13835
12102      Branch: metaconfig
12103            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
12104            ! U/modified/sh.U
12105 ____________________________________________________________________________
12106 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
12107         Log: Further VOS tweaks: the _exe needs to be introduced
12108              in the very beginning, and the make/gmake needs special
12109              VOS logic.
12110      Branch: perl
12111            ! Configure Makefile.SH
12112 ____________________________________________________________________________
12113 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
12114         Log: Update Changes.
12115      Branch: perl
12116            ! Changes patchlevel.h
12117 ____________________________________________________________________________
12118 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
12119         Log: metaconfig unit change for #13832.
12120      Branch: metaconfig
12121            ! U/modified/spitshell.U
12122 ____________________________________________________________________________
12123 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
12124         Log: Also the search for cat needs to be _exe-aware.
12125      Branch: perl
12126            ! Configure
12127 ____________________________________________________________________________
12128 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
12129         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
12130              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12131              Date: Fri, 21 Dec 2001 14:02:01 +0100
12132              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
12133      Branch: perl
12134            ! ext/B/B/Xref.pm
12135 ____________________________________________________________________________
12136 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
12137         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
12138      Branch: perl
12139            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12140            ! ext/B/t/assembler.t
12141 ____________________________________________________________________________
12142 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
12143         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
12144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12145              Date: Fri, 21 Dec 2001 11:15:38 +0100
12146              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
12147      Branch: perl
12148            ! hv.c
12149 ____________________________________________________________________________
12150 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
12151         Log: A plan is good.
12152      Branch: perl
12153            ! ext/re/re.t
12154 ____________________________________________________________________________
12155 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
12156         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
12157              From: chromatic <chromatic@rmci.net>
12158              Date: Thu, 20 Dec 2001 16:16:48 -0700
12159              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
12160      Branch: perl
12161            + ext/re/re.t
12162            ! MANIFEST
12163 ____________________________________________________________________________
12164 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
12165         Log: Synchronize the skippage message.
12166      Branch: perl
12167            ! lib/ExtUtils/t/MM_OS2.t
12168 ____________________________________________________________________________
12169 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
12170         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
12171              From: chromatic <chromatic@rmci.net>
12172              Date: Thu, 20 Dec 2001 16:09:10 -0700
12173              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
12174      Branch: perl
12175            + lib/ExtUtils/t/MM_OS2.t
12176            ! MANIFEST
12177 ____________________________________________________________________________
12178 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
12179         Log: Subject: perlfunc.pod patch re flock via fcntl
12180              From: "Tye McQueen" <tye@metronet.com>
12181              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
12182              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
12183      Branch: perl
12184            ! pod/perlfunc.pod
12185 ____________________________________________________________________________
12186 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
12187         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
12188              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
12189              (the Unicode maximum code point) warnable offenses.
12190      Branch: perl
12191            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
12192            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
12193 ____________________________________________________________________________
12194 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
12195         Log: Sterner admonishment on -t.
12196      Branch: perl
12197            ! pod/perlrun.pod
12198 ____________________________________________________________________________
12199 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
12200         Log: Subject: [PATCH B::Dpparse] minor qr// fix
12201              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12202              Date: Thu, 20 Dec 2001 22:53:34 +0100
12203              Message-ID: <20011220225334.A735@rafael>
12204      Branch: perl
12205            ! ext/B/B/Deparse.pm
12206 ____________________________________________________________________________
12207 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
12208         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
12209              From: Robert Spier <rspier@pobox.com>
12210              Date: Thu, 20 Dec 2001 08:10:00 -0800
12211              Message-ID: <15394.3416.693353.107334@rls.cx>
12212      Branch: perl
12213            ! lib/Carp/Heavy.pm
12214 ____________________________________________________________________________
12215 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
12216         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
12217      Branch: perl
12218           !> win32/win32io.c
12219 ____________________________________________________________________________
12220 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
12221         Log: Subject: Re: [PATCH pod/perliol.pod] resend
12222              From: Stas Bekman <stas@stason.org>
12223              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
12224              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
12225      Branch: perl
12226            ! pod/perliol.pod
12227 ____________________________________________________________________________
12228 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
12229         Log: Fix up the APIs noone hopefully uses.
12230      Branch: perl
12231            ! utf8.c
12232 ____________________________________________________________________________
12233 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
12234         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
12235              Date: Wed, 19 Dec 2001 14:13:38 -0800
12236              From: Robert Spier <rspier@pobox.com>
12237              Message-ID: <15393.4370.605214.548582@rls.cx>
12238      Branch: perl
12239            ! lib/Carp.t lib/Carp/Heavy.pm
12240 ____________________________________________________________________________
12241 [ 13815] By: nick                                  on 2001/12/20  10:23:42
12242         Log: pTHX_ fixes for :win32 layer
12243      Branch: perlio
12244            ! win32/win32io.c
12245 ____________________________________________________________________________
12246 [ 13814] By: nick                                  on 2001/12/20  08:20:11
12247         Log: Integrate mainline (mostly) utf8.c does not compile.
12248      Branch: perlio
12249           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
12250           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12251           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12252           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
12253           +> lib/Net/Ping/t/300_ping_stream.t
12254           !> Changes MANIFEST embed.h embed.pl embedvar.h
12255           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
12256           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
12257           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
12258           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
12259           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
12260 ____________________________________________________________________________
12261 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
12262         Log: Some bincompat clawbacks.
12263      Branch: perl
12264            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
12265            ! wince/perldll.def
12266 ____________________________________________________________________________
12267 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
12268         Log: gcc pacifying (RH 7.1/ia64).
12269      Branch: perl
12270            ! pp.c
12271 ____________________________________________________________________________
12272 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
12273         Log: Update Changes.
12274      Branch: perl
12275            ! Changes patchlevel.h
12276 ____________________________________________________________________________
12277 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
12278         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
12279              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12280              Date: Wed, 19 Dec 2001 12:35:07 +0100
12281              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
12282              
12283              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
12284              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12285              Date: Wed, 19 Dec 2001 17:34:51 +0000
12286              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
12287      Branch: perl
12288            ! pod/perlre.pod
12289 ____________________________________________________________________________
12290 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
12291         Log: Integrate perlio.
12292      Branch: perl
12293           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12294           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
12295 ____________________________________________________________________________
12296 [ 13808] By: nick                                  on 2001/12/19  16:08:27
12297         Log: Add pTHX to all vtable functions for future-proofing and
12298              consistency of PerlIO layers.
12299      Branch: perlio
12300            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12301            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
12302 ____________________________________________________________________________
12303 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
12304         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
12305      Branch: perl
12306            ! ext/B/B/Assembler.pm
12307 ____________________________________________________________________________
12308 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
12309         Log: Reword the alarm explanation.
12310      Branch: perl
12311            ! pod/perlfunc.pod
12312 ____________________________________________________________________________
12313 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
12314         Log: Subject: [PATCH @13746] OS/2 build
12315              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
12316              Date: Wed, 19 Dec 2001 02:45:41 -0500
12317              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
12318              
12319              (skipped the t/TEST change)
12320      Branch: perl
12321            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
12322            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
12323            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
12324 ____________________________________________________________________________
12325 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
12326         Log: Upgrade to Net::Ping 2.09.
12327      Branch: perl
12328            + lib/Net/Ping/CHANGES lib/Net/Ping/README
12329            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12330            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12331            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
12332            + lib/Net/Ping/t/300_ping_stream.t
12333            ! MANIFEST lib/Net/Ping.pm
12334 ____________________________________________________________________________
12335 [ 13803] By: nick                                  on 2001/12/19  14:43:24
12336         Log: Integrate mainline
12337      Branch: perlio
12338           +> ext/B/t/assembler.t lib/lib.t
12339           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12340           !> lib/lib_pm.PL t/op/glob.t utf8.c
12341 ____________________________________________________________________________
12342 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
12343         Log: B::Assembler/B::Disassembler patches and test;
12344              from Wolfgang Laun.
12345              
12346              TODO: getting perlcc working.
12347      Branch: perl
12348            + ext/B/t/assembler.t
12349            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12350 ____________________________________________________________________________
12351 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
12352         Log: Can't printf U8s as UVs.
12353      Branch: perl
12354            ! utf8.c
12355 ____________________________________________________________________________
12356 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
12357         Log: Subject: Re: [PATCH] ...while $var = glob(...)
12358              From: Robin Houston <robin@kitsite.com> 
12359              Date: Wed, 19 Dec 2001 13:48:55 +0000
12360              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
12361              
12362              Not exactly a glob test but internal-logically correct.
12363      Branch: perl
12364            ! t/op/glob.t
12365 ____________________________________________________________________________
12366 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
12367         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
12368              From: Michael G Schwern <schwern@pobox.com> 
12369              Date: Wed, 19 Dec 2001 07:42:54 -0500
12370              Message-ID: <20011219124254.GF8630@blackrider>
12371      Branch: perl
12372            + lib/lib.t
12373            ! MANIFEST lib/lib_pm.PL
12374 ____________________________________________________________________________
12375 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
12376         Log: Integrate with perlio.
12377      Branch: perl
12378           !> hv.c hv.h scope.c util.c
12379 ____________________________________________________________________________
12380 [ 13797] By: nick                                  on 2001/12/19  12:03:21
12381         Log: Remove the sometimes-lvalue cast
12382      Branch: perlio
12383            ! hv.h
12384 ____________________________________________________________________________
12385 [ 13796] By: nick                                  on 2001/12/19  11:02:27
12386         Log: alarm.t with -Uuseperlio fix
12387              - SA_RESTART should only be function of PERL_OLD_SIGNALS
12388              not USE_PERLIO
12389      Branch: perlio
12390            ! util.c
12391 ____________________________________________________________________________
12392 [ 13795] By: nick                                  on 2001/12/19  10:19:40
12393         Log: Fix READONLY hashes:
12394              1. Discovered need for disabled scope.c part of Jeff's patch.
12395              2. Corrected hv_delete* - entry was being de-linked from
12396              chain (patch program not smart enough?)
12397      Branch: perlio
12398            ! hv.c scope.c
12399 ____________________________________________________________________________
12400 [ 13794] By: nick                                  on 2001/12/19  09:35:13
12401         Log: Integrate mainline
12402      Branch: perlio
12403           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
12404           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
12405           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
12406           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
12407           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
12408 ____________________________________________________________________________
12409 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
12410         Log: Regen toc.
12411      Branch: perl
12412            ! pod/perltoc.pod
12413 ____________________________________________________________________________
12414 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
12415         Log: FAQ sync.
12416      Branch: perl
12417            ! pod/perlfaq5.pod
12418 ____________________________________________________________________________
12419 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
12420         Log: Reformat round.
12421      Branch: perl
12422            ! pod/perlunicode.pod
12423 ____________________________________________________________________________
12424 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
12425         Log: Subject: [PATCH] pod/perlunicode.pod
12426              From: Jeffrey Friedl <jfriedl@yahoo.com>
12427              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
12428              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
12429      Branch: perl
12430            ! pod/perlunicode.pod
12431 ____________________________________________________________________________
12432 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
12433         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
12434              From: Jeffrey Friedl <jfriedl@yahoo.com>
12435              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
12436              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
12437      Branch: perl
12438            ! pod/perluniintro.pod
12439 ____________________________________________________________________________
12440 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
12441         Log: Slight pod reformatting.
12442      Branch: perl
12443            ! pod/perluniintro.pod
12444 ____________________________________________________________________________
12445 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
12446         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
12447              From: Jeffrey Friedl <jfriedl@yahoo.com>    
12448              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
12449              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
12450      Branch: perl
12451            ! pod/perluniintro.pod
12452 ____________________________________________________________________________
12453 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
12454         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
12455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12456              Date: Wed, 19 Dec 2001 01:45:23 +0000
12457              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
12458      Branch: perl
12459            ! sv.c
12460 ____________________________________________________________________________
12461 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
12462         Log: Subject: Porting/checkURL.pl
12463              From: abigail@foad.org
12464              Date: Tue, 18 Dec 2001 19:03:22 +0100          
12465              Message-ID: <20011218180322.8278.qmail@foad.org> 
12466      Branch: perl
12467            ! Porting/checkURL.pl
12468 ____________________________________________________________________________
12469 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
12470         Log: metaconfig unit change for #13783.
12471      Branch: metaconfig
12472            ! U/modified/Loc.U
12473 ____________________________________________________________________________
12474 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
12475         Log: A bit too oversweeping matching in #13778.
12476      Branch: perl
12477            ! Configure
12478 ____________________________________________________________________________
12479 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
12480         Log: Re-gen Configure based on #13778..13781.
12481      Branch: perl
12482            ! Configure config_h.SH
12483 ____________________________________________________________________________
12484 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
12485         Log: First assume that crypt() can live happy normal life in
12486              the libc or the moral equivalent; only then try magic.
12487      Branch: metaconfig
12488            + U/modified/d_crypt.U
12489 ____________________________________________________________________________
12490 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
12491         Log: In VOS ACLs confuse the testing.
12492      Branch: metaconfig
12493            ! U/modified/Findhdr.U
12494 ____________________________________________________________________________
12495 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
12496         Log: Either make or gmake.
12497      Branch: metaconfig
12498            ! U/modified/Loc.U
12499 ____________________________________________________________________________
12500 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
12501         Log: If your _exe is different from .exe and your test -f $foo
12502              doesn't do magic to recognize $foo$_exe, you will need to
12503              specify -D_exe=... on command line-- and this patch.
12504      Branch: metaconfig
12505            + U/modified/sh.U
12506            ! U/modified/Loc.U
12507 ____________________________________________________________________________
12508 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
12509         Log: Fix the bugs in #13768..13776, and regen Configure.
12510      Branch: metaconfig
12511            ! U/compline/nblock_io.U U/modified/Findhdr.U
12512            ! U/modified/spitshell.U
12513      Branch: metaconfig/U/perl
12514            ! issymlink.U perlpath.U
12515      Branch: perl
12516            ! Configure config_h.SH
12517 ____________________________________________________________________________
12518 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
12519         Log: Must test with $_exe. (There are plenty of similar
12520              spots earlier but they are a tad more complex to fix
12521              since they come before the hints are run.)
12522      Branch: metaconfig
12523            + U/modified/yacc.U
12524 ____________________________________________________________________________
12525 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
12526         Log: F_SETFL might require <fcntl.h>
12527      Branch: metaconfig
12528            ! U/compline/nblock_io.U
12529 ____________________________________________________________________________
12530 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
12531         Log: Don't require make; have both make and gmake optional.
12532              (Maybe have a check that at least one of them is available?)
12533      Branch: metaconfig
12534            ! U/modified/Loc.U
12535 ____________________________________________________________________________
12536 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
12537         Log: cat might be farther than /bin or /usr/bin.
12538      Branch: metaconfig
12539            ! U/modified/spitshell.U
12540 ____________________________________________________________________________
12541 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
12542         Log: In VOS the path component separator is >, not /.
12543      Branch: metaconfig
12544            ! U/modified/Findhdr.U
12545 ____________________________________________________________________________
12546 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
12547         Log: The VOS shell doesn't implement the ? wildcard
12548              (? is used for other purposes, I assume); but
12549              it does implement the * wildcard, and that works
12550              in the general case just fine.
12551      Branch: metaconfig/U/perl
12552            ! d_dlsymun.U
12553 ____________________________________________________________________________
12554 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
12555         Log: VOS detection.
12556      Branch: metaconfig
12557            ! U/modified/Oldconfig.U
12558 ____________________________________________________________________________
12559 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
12560         Log: Proper path for VOS.
12561      Branch: metaconfig
12562            ! U/modified/Head.U
12563 ____________________________________________________________________________
12564 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
12565         Log: Change s/>& 4/>&4/g for consistency.
12566      Branch: metaconfig
12567            + U/modified/d_dosuid.U
12568            ! U/modified/d_socket.U
12569      Branch: metaconfig/U/perl
12570            ! issymlink.U perlxvf.U
12571 ____________________________________________________________________________
12572 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
12573         Log: Subject: Re: Benchmark.t failure on Linux
12574              From: Nicholas Clark <nick@ccl4.org>
12575              Date: Tue, 18 Dec 2001 22:51:25 +0000
12576              Message-ID: <20011218225124.N21702@plum.flirble.org>
12577      Branch: perl
12578            ! lib/Benchmark.t
12579 ____________________________________________________________________________
12580 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
12581         Log: Re-applying #13752 until a better solution can be found.
12582      Branch: perl
12583            ! lib/ExtUtils/t/MM_Unix.t
12584 ____________________________________________________________________________
12585 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
12586         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
12587              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
12588              Date: Tue, 18 Dec 2001 12:05:40 -0500
12589              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
12590      Branch: perl
12591            ! lib/Exporter.pm
12592 ____________________________________________________________________________
12593 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
12594         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
12595              findings -- some of the warnings I can't explain except
12596              by NVgf being detected wrong, though.
12597      Branch: perl
12598            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
12599 ____________________________________________________________________________
12600 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
12601         Log: Subject: [PATCH] pod/perluniintro.pod
12602              From: Jeffrey Friedl <jfriedl@yahoo.com>
12603              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
12604              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
12605      Branch: perl
12606            ! pod/perluniintro.pod
12607 ____________________________________________________________________________
12608 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
12609         Log: ".pm" is the native executable suffix in VOS.
12610      Branch: perl
12611            ! hints/vos.sh
12612 ____________________________________________________________________________
12613 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
12614         Log: Integrate perlio;
12615              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
12616      Branch: perl
12617           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
12618 ____________________________________________________________________________
12619 [ 13760] By: nick                                  on 2001/12/18  15:55:22
12620         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
12621              - added delete of READONLY value inhibit & test for same
12622              - re-tabbed
12623      Branch: perlio
12624            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
12625 ____________________________________________________________________________
12626 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
12627         Log: (Undone by #13766.)
12628              Retract #13752.
12629      Branch: perl
12630            ! lib/ExtUtils/t/MM_Unix.t
12631 ____________________________________________________________________________
12632 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
12633         Log: Echoes of #13757.
12634      Branch: perl
12635            ! t/lib/warnings/utf8
12636 ____________________________________________________________________________
12637 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
12638         Log: Make the utf8 malformedness messages more verbose.
12639      Branch: perl
12640            ! lib/utf8.t utf8.c
12641 ____________________________________________________________________________
12642 [ 13756] By: nick                                  on 2001/12/18  14:43:58
12643         Log: Integrate mainline
12644      Branch: perlio
12645           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
12646           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
12647           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12648           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
12649           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
12650           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
12651            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
12652            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
12653            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
12654            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12655            - lib/ExtUtils/testlib.t
12656           !> (integrate 28 files)
12657 ____________________________________________________________________________
12658 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
12659         Log: README.aix updates from Jens-Uwe Mager.
12660      Branch: perl
12661            ! README.aix
12662 ____________________________________________________________________________
12663 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
12664         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
12665              From: Michael G Schwern <schwern@pobox.com>
12666              Date: Tue, 18 Dec 2001 00:58:18 -0500
12667              Message-ID: <20011218055818.GC4362@blackrider>
12668      Branch: perl
12669            ! lib/Benchmark.t
12670 ____________________________________________________________________________
12671 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
12672         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
12673              From: Michael G Schwern <schwern@pobox.com>
12674              Date: Tue, 18 Dec 2001 00:40:38 -0500
12675              Message-ID: <20011218054038.GB4362@blackrider>
12676      Branch: perl
12677            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
12678 ____________________________________________________________________________
12679 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
12680         Log: (reintroduced by #13766)
12681              (retracted by #13759)
12682              
12683              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
12684              From: Michael G Schwern <schwern@pobox.com>  
12685              Date: Tue, 18 Dec 2001 00:00:23 -0500
12686              Message-ID: <20011218050023.GA27893@blackrider>
12687      Branch: perl
12688            ! lib/ExtUtils/t/MM_Unix.t
12689 ____________________________________________________________________________
12690 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
12691         Log: Re-patch #13749.
12692      Branch: perl
12693            ! t/op/glob.t
12694 ____________________________________________________________________________
12695 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
12696         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
12697              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12698              Date: Tue, 18 Dec 2001 12:55:43 +0000
12699              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
12700      Branch: perl
12701            ! ext/Devel/Peek/Peek.pm
12702 ____________________________________________________________________________
12703 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
12704         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
12705              From: Robin Houston <robin@kitsite.com> 
12706              Date: Tue, 18 Dec 2001 14:54:33 +0000
12707              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
12708      Branch: perl
12709            ! t/op/glob.t
12710 ____________________________________________________________________________
12711 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
12712         Log: Subject: [PATCH] slightly more for Exporter.pm
12713              From: Nicholas Clark <nick@ccl4.org>
12714              Date: Tue, 18 Dec 2001 00:22:03 +0000
12715              Message-ID: <20011218002203.M21702@plum.flirble.org>
12716      Branch: perl
12717            ! lib/Exporter.pm
12718 ____________________________________________________________________________
12719 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
12720         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
12721              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12722              Date: Mon, 17 Dec 2001 16:37:18 +0100
12723              Message-ID: <20011217163718.A2292@rafael>
12724              
12725              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
12726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12727              Date: Mon, 17 Dec 2001 23:17:06 +0100
12728              Message-ID: <20011217231706.A730@rafael>
12729      Branch: perl
12730            ! pod/perlsub.pod pp.c toke.c
12731 ____________________________________________________________________________
12732 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
12733         Log: Update Changes.
12734      Branch: perl
12735            ! Changes patchlevel.h
12736 ____________________________________________________________________________
12737 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
12738         Log: New test warrants a MANIFEST entry.
12739      Branch: perl
12740            ! MANIFEST
12741 ____________________________________________________________________________
12742 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
12743         Log: Subject: Re: [PATCH] ...while $var = glob(...)
12744              From: Robin Houston <robin@kitsite.com>
12745              Date: Mon, 17 Dec 2001 20:27:30 +0000
12746              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
12747              
12748              Can't portably unlink open files.
12749      Branch: perl
12750            ! t/op/glob.t
12751 ____________________________________________________________________________
12752 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
12753         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
12754      Branch: perl
12755            ! pod/perluniintro.pod
12756 ____________________________________________________________________________
12757 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
12758         Log: Move typeglob test from glob.t to gv.t.
12759      Branch: perl
12760            ! t/op/glob.t t/op/gv.t
12761 ____________________________________________________________________________
12762 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
12763         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
12764              From: Robin Houston <robin@kitsite.com> 
12765              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
12766              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
12767      Branch: perl
12768            ! t/op/glob.t
12769 ____________________________________________________________________________
12770 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
12771         Log: Demote the surrogate and non-character errors to warnings.
12772      Branch: perl
12773            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
12774 ____________________________________________________________________________
12775 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
12776         Log: Subject: [PATCH] more POSIX tests, and more autoloading
12777              From: Nicholas Clark <nick@ccl4.org>
12778              Date: Mon, 17 Dec 2001 18:27:47 +0000
12779              Message-ID: <20011217182747.D21702@plum.flirble.org>
12780      Branch: perl
12781            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
12782 ____________________________________________________________________________
12783 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
12784         Log: Subject: [PATCH] ...while $var = glob(...)
12785              From: Robin Houston <robin@kitsite.com> 
12786              Date: Mon, 17 Dec 2001 15:51:54 +0000
12787              Message-ID: <20011217155153.A311@robin.kitsite.com>
12788      Branch: perl
12789            ! op.c
12790 ____________________________________________________________________________
12791 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
12792         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
12793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12794              Date: Mon, 17 Dec 2001 15:23:01 +0100
12795              Message-ID: <20011217152301.A704@rafael>
12796      Branch: perl
12797            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
12798 ____________________________________________________________________________
12799 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
12800         Log: The system() vs $SIG{ARLM} is no more a todo.
12801      Branch: perl
12802            ! t/op/alarm.t
12803 ____________________________________________________________________________
12804 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
12805         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
12806              From: Michael G Schwern <schwern@pobox.com>
12807              Date: Sun, 16 Dec 2001 23:59:01 -0500
12808              Message-ID: <20011217045901.GL17232@blackrider>
12809      Branch: perl
12810            + t/op/alarm.t
12811            ! MANIFEST
12812 ____________________________________________________________________________
12813 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
12814         Log: s/UNIX/Unix/
12815      Branch: perl
12816            ! MANIFEST
12817 ____________________________________________________________________________
12818 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
12819         Log: Move ExtUtils tests to lib/ExtUtils/t.
12820      Branch: perl
12821            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
12822            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
12823            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12824            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
12825            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
12826            + lib/ExtUtils/t/testlib.t
12827            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
12828            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
12829            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
12830            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
12831            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
12832            ! MANIFEST
12833 ____________________________________________________________________________
12834 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
12835         Log: Subject: [PATCH] MM_Unix tests, and some questions
12836              From: Tels <perl_dummy@bloodgate.com>
12837              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
12838              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
12839              
12840              Subject: Re: [PATCH] MM_Unix tests, and some questions
12841              From: Tels <perl_dummy@bloodgate.com>
12842              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
12843              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
12844      Branch: perl
12845            + lib/ExtUtils/MM_Unix.t
12846            ! MANIFEST lib/ExtUtils/MM_Unix.pm
12847 ____________________________________________________________________________
12848 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
12849         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
12850              From: Michael G Schwern <schwern@pobox.com>
12851              Date: Sun, 16 Dec 2001 17:53:55 -0500
12852              Message-ID: <20011216225354.GE8900@blackrider>
12853      Branch: perl
12854            ! lib/ExtUtils/MM_Unix.pm
12855 ____________________________________________________________________________
12856 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
12857         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
12858              From: Michael G Schwern <schwern@pobox.com>                
12859              Date: Sun, 16 Dec 2001 16:12:55 -0500
12860              Message-ID: <20011216211255.GV8900@blackrider>
12861      Branch: perl
12862            ! ext/B/B/Deparse.pm
12863 ____________________________________________________________________________
12864 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
12865         Log: Subject: [PATCH] Exporter.pm
12866              From: Nicholas Clark <nick@ccl4.org>
12867              Date: Sun, 16 Dec 2001 19:24:25 +0000
12868              Message-ID: <20011216192425.R21702@plum.flirble.org>
12869      Branch: perl
12870            ! lib/Exporter.pm
12871 ____________________________________________________________________________
12872 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
12873         Log: Subject: [PATCH] Exporter.t (and question)
12874              From: Nicholas Clark <nick@ccl4.org>
12875              Date: Sun, 16 Dec 2001 17:24:55 +0000
12876              Message-ID: <20011216172455.P21702@plum.flirble.org>
12877      Branch: perl
12878            ! lib/Exporter.t
12879 ____________________________________________________________________________
12880 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
12881         Log: Subject: Re: perl@13661
12882              From: "John P. Linderman" <jpl@research.att.com>              
12883              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
12884              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
12885      Branch: perl
12886            ! pp_sort.c
12887 ____________________________________________________________________________
12888 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
12889         Log: Subject: Will the real Unicode encoding please stand up?
12890              From: Jeffrey Friedl <jfriedl@yahoo.com>
12891              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
12892              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
12893      Branch: perl
12894            ! pod/perluniintro.pod
12895 ____________________________________________________________________________
12896 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
12897         Log: Integrate perlio; interruptable system().
12898      Branch: perl
12899           !> util.c
12900 ____________________________________________________________________________
12901 [ 13724] By: nick                                  on 2001/12/17  09:16:50
12902         Log: Fix for alarm() breaking into wait*().
12903              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
12904              signal handler before caller re-does the system call.
12905      Branch: perlio
12906            ! util.c
12907 ____________________________________________________________________________
12908 [ 13723] By: nick                                  on 2001/12/17  07:45:13
12909         Log: Integrate mainline
12910      Branch: perlio
12911           +> (branch 26 files)
12912           !> (integrate 47 files)
12913 ____________________________________________________________________________
12914 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
12915         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
12916              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
12917              and characters beyond 0x10FFF should be disallowed, too,
12918              but some tests would need changing, but more importantly some
12919              APIs would need remodeling since one can easily generate such
12920              characters either by bitwise complements, tr complements, or
12921              v-strings.
12922      Branch: perl
12923            ! pod/perldiag.pod utf8.c
12924 ____________________________________________________________________________
12925 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
12926         Log: Make surrogates illegal also on EBCDIC.
12927      Branch: perl
12928            ! utf8.c
12929 ____________________________________________________________________________
12930 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
12931         Log: Subject: [patch @13687] Unicode::Collate 0.10
12932              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
12933              Date: Sun, 16 Dec 2001 21:22:12 +0900
12934              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
12935      Branch: perl
12936            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12937            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
12938 ____________________________________________________________________________
12939 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
12940         Log: More documentation for the encoding pragma.
12941      Branch: perl
12942            ! lib/encoding.pm
12943 ____________________________________________________________________________
12944 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
12945         Log: Subject: [PATCH] lib/open.pm 
12946              From: Jeffrey Friedl <jfriedl@yahoo.com>
12947              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
12948              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
12949      Branch: perl
12950            ! lib/open.pm
12951 ____________________________________________________________________________
12952 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
12953         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
12954              From: chromatic <chromatic@rmci.net>
12955              Date: Sat, 15 Dec 2001 23:24:40 -0700
12956              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
12957      Branch: perl
12958            + lib/ExtUtils/Installed.t
12959            ! MANIFEST
12960 ____________________________________________________________________________
12961 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
12962         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
12963              From: Michael G Schwern <schwern@pobox.com>
12964              Date: Sun, 16 Dec 2001 01:14:00 -0500
12965              Message-ID: <20011216061400.GC8900@blackrider>
12966      Branch: perl
12967            ! lib/diagnostics.pm
12968 ____________________________________________________________________________
12969 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
12970         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
12971              From: Michael G Schwern <schwern@pobox.com>
12972              Date: Sun, 16 Dec 2001 01:12:42 -0500
12973              Message-ID: <20011216061242.GB8900@blackrider>
12974      Branch: perl
12975            ! t/test.pl
12976 ____________________________________________________________________________
12977 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
12978         Log: I sometimes outsmart myself.
12979      Branch: perl
12980            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
12981 ____________________________________________________________________________
12982 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
12983         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
12984              From: Michael G Schwern <schwern@pobox.com>
12985              Date: Sat, 15 Dec 2001 15:08:29 -0500
12986              Message-ID: <20011215200829.GK1548@blackrider>
12987      Branch: perl
12988            ! lib/AutoSplit.pm
12989 ____________________________________________________________________________
12990 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
12991         Log: perlunicode enchancements suggested by Jeffrey Friedl.
12992      Branch: perl
12993            ! pod/perlunicode.pod
12994 ____________________________________________________________________________
12995 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
12996         Log: Subject: [PATCH] perlunicode.pod
12997              From: Jeffrey Friedl <jfriedl@yahoo.com>
12998              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
12999              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
13000      Branch: perl
13001            ! pod/perlunicode.pod
13002 ____________________________________________________________________________
13003 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
13004         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
13005              From: Jeffrey Friedl <jfriedl@yahoo.com>
13006              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
13007              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
13008      Branch: perl
13009            ! lib/utf8_heavy.pl
13010 ____________________________________________________________________________
13011 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
13012         Log: Can't create surrogates; so can't match them, either.
13013      Branch: perl
13014            ! pod/perlunicode.pod
13015 ____________________________________________________________________________
13016 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
13017         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
13018              From: Michael G Schwern <schwern@pobox.com>
13019              Date: Sat, 15 Dec 2001 21:20:35 -0500
13020              Message-ID: <20011216022035.GE5672@blackrider>
13021      Branch: perl
13022            ! t/test.pl
13023 ____________________________________________________________________________
13024 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
13025         Log: Make creating UTF-8 surrogates a punishable act.
13026      Branch: perl
13027            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
13028 ____________________________________________________________________________
13029 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
13030         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
13031      Branch: perl
13032            + lib/unicore/In/172.pl lib/unicore/In/173.pl
13033            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
13034            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
13035            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
13036            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
13037            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
13038 ____________________________________________________________________________
13039 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
13040         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
13041              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13042              Date: Sat, 15 Dec 2001 23:21:43 +0100
13043              Message-ID: <20011215232143.A11790@rafael>
13044      Branch: perl
13045            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
13046 ____________________________________________________________________________
13047 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
13048         Log: Make charnames more robust.
13049      Branch: perl
13050            ! lib/charnames.pm
13051 ____________________________________________________________________________
13052 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
13053         Log: The hoops one has to jump through.
13054      Branch: perl
13055            ! ext/I18N/Langinfo/Langinfo.pm
13056 ____________________________________________________________________________
13057 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
13058         Log: Subject: [PATCH] perlstyle.pod nit on warnings
13059              From: Autrijus Tang <autrijus@egb.elixus.org>
13060              Date: Sat, 15 Dec 2001 04:24:34 -0800
13061              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
13062      Branch: perl
13063            ! pod/perlstyle.pod
13064 ____________________________________________________________________________
13065 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
13066         Log: I don't think we are in FooOS, Toto.
13067      Branch: perl
13068            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
13069 ____________________________________________________________________________
13070 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
13071         Log: Subject: Re: Untested modules update:  There's more than we thought
13072              From: chromatic <chromatic@rmci.net>
13073              Date: Fri, 14 Dec 2001 17:20:24 -0700
13074              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
13075      Branch: perl
13076            + lib/ExtUtils/MM_Cygwin.t
13077            ! MANIFEST
13078 ____________________________________________________________________________
13079 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
13080         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
13081              From: Michael G Schwern <schwern@pobox.com> 
13082              Date: Fri, 14 Dec 2001 20:59:42 -0500
13083              Message-ID: <20011215015942.GF28596@blackrider>
13084      Branch: perl
13085            ! t/TEST
13086 ____________________________________________________________________________
13087 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
13088         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
13089              From: Michael G Schwern <schwern@pobox.com> 
13090              Date: Fri, 14 Dec 2001 20:03:46 -0500
13091              Message-ID: <20011215010346.GD28596@blackrider>
13092      Branch: perl
13093            + ext/B/t/bblock.t
13094            ! MANIFEST
13095 ____________________________________________________________________________
13096 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
13097         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
13098              From: Michael G Schwern <schwern@pobox.com> 
13099              Date: Fri, 14 Dec 2001 19:59:13 -0500
13100              Message-ID: <20011215005913.GC28596@blackrider>
13101      Branch: perl
13102            ! ext/B/B/Bblock.pm
13103 ____________________________________________________________________________
13104 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
13105         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
13106              From: Michael G Schwern <schwern@pobox.com> 
13107              Date: Fri, 14 Dec 2001 19:36:12 -0500
13108              Message-ID: <20011215003611.GA28596@blackrider>
13109      Branch: perl
13110            + ext/B/t/asmdata.t
13111            ! MANIFEST
13112 ____________________________________________________________________________
13113 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
13114         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
13115              From: Michael G Schwern <schwern@pobox.com> 
13116              Date: Fri, 14 Dec 2001 19:14:14 -0500
13117              Message-ID: <20011215001414.GA25077@blackrider>
13118      Branch: perl
13119            ! bytecode.pl ext/B/B/Asmdata.pm
13120 ____________________________________________________________________________
13121 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
13122         Log: Permissions.
13123      Branch: perl
13124            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
13125            ! ext/Devel/PPPort/module3.c
13126 ____________________________________________________________________________
13127 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
13128         Log: Benchmark test from Nicholas Clark.
13129      Branch: perl
13130            + lib/Benchmark.t
13131            ! MANIFEST lib/Benchmark.pm
13132 ____________________________________________________________________________
13133 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
13134         Log: Mithing.
13135      Branch: perl
13136            + lib/Attribute/Handlers/demo/demo2.pl
13137            + lib/Attribute/Handlers/demo/demo3.pl
13138            + lib/Attribute/Handlers/demo/demo4.pl
13139 ____________________________________________________________________________
13140 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
13141         Log: Silence compiler worries found by Schwern/Digital cc.
13142      Branch: perl
13143            ! perlio.c sv.c x2p/str.c
13144 ____________________________________________________________________________
13145 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
13146         Log: User may not have a valid home directory even if
13147              getpwuid() succedds.
13148      Branch: perl
13149            ! ext/File/Glob/t/basic.t
13150 ____________________________________________________________________________
13151 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
13152         Log: Integrate with perlio.  (No changes, but that's okay.)
13153      Branch: perl
13154           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
13155 ____________________________________________________________________________
13156 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
13157         Log: Add a Configure hints file for VOS: the POSIX support
13158              of VOS is getting close to the point where it can run
13159              Configure (some Configure tweaks will be required).
13160      Branch: perl
13161            + hints/vos.sh
13162            ! MANIFEST
13163 ____________________________________________________________________________
13164 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
13165         Log: Update Changes.
13166      Branch: perl
13167            ! Changes patchlevel.h
13168 ____________________________________________________________________________
13169 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
13170         Log: Reintroduce Attribute::Handlers with Spider's fixes.
13171      Branch: perl
13172            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13173            + lib/Attribute/Handlers/README
13174            + lib/Attribute/Handlers/demo/Demo.pm
13175            + lib/Attribute/Handlers/demo/Descriptions.pm
13176            + lib/Attribute/Handlers/demo/MyClass.pm
13177            + lib/Attribute/Handlers/demo/demo.pl
13178            + lib/Attribute/Handlers/demo/demo_call.pl
13179            + lib/Attribute/Handlers/demo/demo_chain.pl
13180            + lib/Attribute/Handlers/demo/demo_cycle.pl
13181            + lib/Attribute/Handlers/demo/demo_hashdir.pl
13182            + lib/Attribute/Handlers/demo/demo_phases.pl
13183            + lib/Attribute/Handlers/demo/demo_range.pl
13184            + lib/Attribute/Handlers/demo/demo_rawdata.pl
13185            + lib/Attribute/Handlers/t/multi.t
13186            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
13187 ____________________________________________________________________________
13188 [ 13685] By: nick                                  on 2001/12/14  15:57:00
13189         Log: Integrate mainline
13190      Branch: perlio
13191           +> t/run/switcht.t
13192           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
13193           !> perlapi.h pod/perlrun.pod t/TEST taint.c
13194 ____________________________________________________________________________
13195 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
13196         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
13197              From: Michael G Schwern <schwern@pobox.com> 
13198              Date: Thu, 13 Dec 2001 19:27:08 -0500
13199              Message-ID: <20011214002707.GA10532@blackrider>
13200              
13201              (reword the perlrun -t description a bit,
13202              and move the Itaint_warn to the bottom of
13203              the intrpvar.h for binary compatibility)
13204      Branch: perl
13205            + t/run/switcht.t
13206            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
13207            ! perlapi.h pod/perlrun.pod t/TEST taint.c
13208 ____________________________________________________________________________
13209 [ 13683] By: nick                                  on 2001/12/14  12:29:41
13210         Log: Integrate mainline
13211      Branch: perlio
13212           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
13213           +> lib/Term/ReadLine.t t/op/hashassign.t
13214            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13215            - lib/Attribute/Handlers/README
13216            - lib/Attribute/Handlers/demo/Demo.pm
13217            - lib/Attribute/Handlers/demo/Descriptions.pm
13218            - lib/Attribute/Handlers/demo/MyClass.pm
13219            - lib/Attribute/Handlers/demo/demo.pl
13220            - lib/Attribute/Handlers/demo/demo2.pl
13221            - lib/Attribute/Handlers/demo/demo3.pl
13222            - lib/Attribute/Handlers/demo/demo4.pl
13223            - lib/Attribute/Handlers/demo/demo_call.pl
13224            - lib/Attribute/Handlers/demo/demo_chain.pl
13225            - lib/Attribute/Handlers/demo/demo_cycle.pl
13226            - lib/Attribute/Handlers/demo/demo_hashdir.pl
13227            - lib/Attribute/Handlers/demo/demo_phases.pl
13228            - lib/Attribute/Handlers/demo/demo_range.pl
13229            - lib/Attribute/Handlers/demo/demo_rawdata.pl
13230            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
13231           !> (integrate 101 files)
13232 ____________________________________________________________________________
13233 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
13234         Log: Detypo.
13235      Branch: perl
13236            ! utf8.c
13237 ____________________________________________________________________________
13238 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
13239         Log: Buffer overflow checks.
13240      Branch: perl
13241            ! utf8.c
13242 ____________________________________________________________________________
13243 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
13244         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
13245              From: Spider Boardman <spider@leggy.zk3.dec.com>
13246              Date: Thu, 13 Dec 2001 15:32:51 -0500
13247              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
13248      Branch: perl
13249            ! lib/ExtUtils/Embed.t
13250 ____________________________________________________________________________
13251 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
13252         Log: More on the Unicode "line" definition.
13253      Branch: perl
13254            ! pod/perlunicode.pod
13255 ____________________________________________________________________________
13256 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
13257         Log: Open-ended VERSION?
13258      Branch: perl
13259            ! lib/ExtUtils/Install.pm
13260 ____________________________________________________________________________
13261 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
13262         Log: Subject: [PATCH] Better make distclean
13263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13264              Date: Thu, 13 Dec 2001 21:10:18 +0100
13265              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
13266      Branch: perl
13267            ! Makefile.SH
13268 ____________________________________________________________________________
13269 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
13270         Log: Remove Memoize::Saves as requested by mjd.
13271      Branch: perl
13272            - lib/Memoize/Saves.pm
13273            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
13274 ____________________________________________________________________________
13275 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
13276         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
13277              From: Michael G Schwern <schwern@pobox.com>
13278              Date: Tue, 11 Dec 2001 23:17:32 -0500
13279              Message-ID: <20011212041732.GS17250@blackrider>
13280      Branch: perl
13281            ! lib/ExtUtils/Install.pm
13282 ____________________________________________________________________________
13283 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
13284         Log: Subject: [PATCH] Re: use utf8; with bad utf8
13285              From: Nicholas Clark <nick@ccl4.org>
13286              Date: Thu, 13 Dec 2001 17:09:39 +0000
13287              Message-ID: <20011213170939.L21702@plum.flirble.org>
13288      Branch: perl
13289            ! t/lib/1_compile.t
13290 ____________________________________________________________________________
13291 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
13292         Log: Subject: (LONG!) Sort benchmarks and patch
13293              From: "John P. Linderman" <jpl@research.att.com>
13294              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
13295              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
13296      Branch: perl
13297            ! pp_sort.c
13298 ____________________________________________________________________________
13299 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
13300         Log: Unadorned numbers evil.
13301      Branch: perl
13302            ! pp.c regcomp.c regexec.c utf8.c utf8.h
13303 ____________________________________________________________________________
13304 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
13305         Log: "preprocessing directive not recognized within macro arg"
13306      Branch: perl
13307            ! ext/Data/Dumper/Dumper.xs
13308 ____________________________________________________________________________
13309 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
13310         Log: Subject: Clarifying the documentation of goto            
13311              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
13312              Date: Thu, 13 Dec 2001 08:57:38 -0500
13313              Message-ID: <3C18BD8B@operamail.com>
13314      Branch: perl
13315            ! pod/perlfunc.pod
13316 ____________________________________________________________________________
13317 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
13318         Log: It could be possible for the case-insensitive
13319              Unicode-aware string comparison to wander off
13320              to the la-la land.
13321      Branch: perl
13322            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
13323            ! regexec.c utf8.c
13324 ____________________________________________________________________________
13325 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
13326         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
13327              From: Michael G Schwern <schwern@pobox.com> 
13328              Date: Wed, 12 Dec 2001 21:53:46 -0500
13329              Message-ID: <20011213025346.GH25129@blackrider>
13330      Branch: perl
13331            ! lib/Net/hostent.t t/op/stat.t t/test.pl
13332 ____________________________________________________________________________
13333 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
13334         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
13335              From: Michael G Schwern <schwern@pobox.com> 
13336              Date: Wed, 12 Dec 2001 20:33:42 -0500
13337              Message-ID: <20011213013342.GX25129@blackrider>
13338      Branch: perl
13339            ! t/io/fs.t
13340 ____________________________________________________________________________
13341 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
13342         Log: Subject: Re: [PATCH] use utf8; tests
13343              From: Nicholas Clark <nick@ccl4.org>
13344              Date: Thu, 13 Dec 2001 00:16:58 +0000
13345              Message-ID: <20011213001658.I21702@plum.flirble.org>
13346      Branch: perl
13347            ! lib/utf8.t
13348 ____________________________________________________________________________
13349 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
13350         Log: EPOC fixes from Olaf Flebbe.
13351      Branch: perl
13352            ! README.epoc epoc/config.sh epoc/createpkg.pl
13353            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
13354 ____________________________________________________________________________
13355 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
13356         Log: Subject: [PATCH perl@13661] VMS test fix-ups
13357              From: "Craig A. Berry" <craigberry@mac.com>
13358              Date: Wed, 12 Dec 2001 16:27:48 -0600
13359              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
13360      Branch: perl
13361            ! lib/Net/hostent.t t/io/fs.t
13362 ____________________________________________________________________________
13363 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
13364         Log: Subject: Re: Next cygwin round.
13365              From: "Gerrit P. Haase" <gp@familiehaase.de>
13366              Date: Wed, 12 Dec 2001 21:59:00 +0100
13367              Message-ID: <122343874595.20011212215900@familiehaase.de>
13368      Branch: perl
13369            ! t/io/fs.t
13370 ____________________________________________________________________________
13371 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
13372         Log: Subject: [PATCH] use utf8; tests
13373              From: Nicholas Clark <nick@ccl4.org>
13374              Date: Wed, 12 Dec 2001 20:07:04 +0000
13375              Message-ID: <20011212200704.E21702@plum.flirble.org>
13376      Branch: perl
13377            ! lib/utf8.t t/test.pl
13378 ____________________________________________________________________________
13379 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
13380         Log: Update Changes.
13381      Branch: perl
13382            ! Changes patchlevel.h
13383 ____________________________________________________________________________
13384 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
13385         Log: Subject: [PATCH] Passing in env to perl_parse did not work
13386              From: Gisle Aas <gisle@ActiveState.com>
13387              Date: 11 Dec 2001 20:52:57 -0800
13388              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
13389      Branch: perl
13390            ! perl.c perl.h
13391 ____________________________________________________________________________
13392 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
13393         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
13394              mostly gcc -Wall complaining about the argument of %p not
13395              being a void *.
13396      Branch: perl
13397            ! perlio.c regcomp.c taint.c toke.c
13398 ____________________________________________________________________________
13399 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
13400         Log: metaconfig unit change for #13657.
13401      Branch: metaconfig
13402            ! U/modified/nis.U
13403 ____________________________________________________________________________
13404 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
13405         Log: Try YP/NIS also from /usr/lib/yp.
13406      Branch: perl
13407            ! Configure
13408 ____________________________________________________________________________
13409 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
13410         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
13411              From: Michael G Schwern <schwern@pobox.com>                
13412              Date: Wed, 12 Dec 2001 05:27:02 -0500      
13413              Message-ID: <20011212102702.GW17250@blackrider>
13414              
13415              (the op/grent part)
13416      Branch: perl
13417            ! t/op/grent.t
13418 ____________________________________________________________________________
13419 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
13420         Log: Weed out .files from ls and readdir() results.
13421      Branch: perl
13422            ! t/op/stat.t
13423 ____________________________________________________________________________
13424 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
13425         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
13426              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13427              Date: Wed, 12 Dec 2001 10:52:21 +0100
13428              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
13429      Branch: perl
13430            ! lib/File/Find.pm
13431 ____________________________________________________________________________
13432 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
13433         Log: Subject: [PATCH] doio fatal on cygwin for 13651
13434              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
13435              Date: Wed, 12 Dec 2001 11:28:13 +0100      
13436              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
13437      Branch: perl
13438            ! doio.c
13439 ____________________________________________________________________________
13440 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
13441         Log: Get the whole line of ls, makes debugging easier
13442              (from Schwern)
13443      Branch: perl
13444            ! t/op/stat.t
13445 ____________________________________________________________________________
13446 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
13447         Log: rename() must be tested even without link()
13448              or the utime() and rename-directory tests fail.
13449              (Also got the BeOS utime atime/time the wrong way round.)
13450      Branch: perl
13451            ! t/io/fs.t
13452 ____________________________________________________________________________
13453 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
13454         Log: Now that the beos.c is compiled at the main level
13455              the header is in the beos/
13456      Branch: perl
13457            ! beos/beos.c
13458 ____________________________________________________________________________
13459 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
13460         Log: Must remember to require Socket.
13461      Branch: perl
13462            ! ext/Sys/Syslog/syslog.t
13463 ____________________________________________________________________________
13464 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
13465         Log: In BeOS Errno must resort to actual compilation
13466              and execution for some of the error constants.
13467      Branch: perl
13468            ! ext/Errno/Errno_pm.PL
13469 ____________________________________________________________________________
13470 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
13471         Log: BeOS still has no good sockets.
13472      Branch: perl
13473            ! ext/IO/lib/IO/t/io_sel.t
13474 ____________________________________________________________________________
13475 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
13476         Log: BeOS sockets are not true sockets.
13477      Branch: perl
13478            ! ext/IO/lib/IO/t/io_poll.t
13479 ____________________________________________________________________________
13480 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
13481         Log: No Socket, no Syslog.
13482      Branch: perl
13483            ! ext/Sys/Syslog/syslog.t
13484 ____________________________________________________________________________
13485 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
13486         Log: (On some platforms) missing truncate FH.
13487      Branch: perl
13488            ! pod/perltodo.pod
13489 ____________________________________________________________________________
13490 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
13491         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
13492              and vms would be muchly appreciated.
13493      Branch: perl
13494            ! t/io/fs.t
13495 ____________________________________________________________________________
13496 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
13497         Log: utime() updates only the mtime in BeOS. 
13498      Branch: perl
13499            ! pod/perlport.pod
13500 ____________________________________________________________________________
13501 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
13502         Log: No link(), no need to dSP.
13503      Branch: perl
13504            ! pp_sys.c
13505 ____________________________________________________________________________
13506 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
13507         Log: Missing argument.
13508      Branch: perl
13509            ! utf8.c
13510 ____________________________________________________________________________
13511 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
13512         Log: (1) To assume any setuid programs is silly.
13513              (2) Chaining tests with booleans means that some
13514              of them may not get run which means getting out
13515              of test count sync.
13516      Branch: perl
13517            ! t/op/stat.t
13518 ____________________________________________________________________________
13519 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
13520         Log: The beos.c needs to be in the main directory.
13521      Branch: perl
13522            ! hints/beos.sh
13523 ____________________________________________________________________________
13524 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
13525         Log: Detypo and rename.
13526      Branch: perl
13527            ! doio.c perl.h perlio.c perliol.h
13528 ____________________________________________________________________________
13529 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
13530         Log: This time I test compiled.  Honest.
13531      Branch: perl
13532            ! beos/beos.c
13533 ____________________________________________________________________________
13534 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
13535         Log: Subject: [PATCH] slightly more pack tests
13536              From: Nicholas Clark <nick@ccl4.org>
13537              Date: Tue, 11 Dec 2001 23:41:23 +0000
13538              Message-ID: <20011211234123.Y21702@plum.flirble.org>
13539      Branch: perl
13540            ! t/op/pack.t
13541 ____________________________________________________________________________
13542 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
13543         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
13544              From: "Craig A. Berry" <craigberry@mac.com>
13545              Date: Tue, 11 Dec 2001 16:39:13 -0600
13546              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
13547      Branch: perl
13548            ! configure.com
13549 ____________________________________________________________________________
13550 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
13551         Log: metaconfig unit change for #13632.
13552      Branch: metaconfig/U/perl
13553            ! perlpath.U
13554 ____________________________________________________________________________
13555 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
13556         Log: Subject: $Config{perlpath} and -Dversiononly
13557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13558              Date: Tue, 11 Dec 2001 23:32:33 +0100
13559              Message-ID: <20011211233233.A11587@rafael>
13560      Branch: perl
13561            ! Configure
13562 ____________________________________________________________________________
13563 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
13564         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
13565              From: Nicholas Clark <nick@ccl4.org>
13566              Date: Tue, 11 Dec 2001 21:59:36 +0000
13567              Message-ID: <20011211215935.W21702@plum.flirble.org>
13568      Branch: perl
13569            ! t/op/pack.t
13570 ____________________________________________________________________________
13571 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
13572         Log: More UTF-8 API docs.
13573      Branch: perl
13574            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
13575 ____________________________________________________________________________
13576 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
13577         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
13578              From: Nicholas Clark <nick@ccl4.org>
13579              Date: Tue, 11 Dec 2001 20:08:59 +0000
13580              Message-ID: <20011211200859.S21702@plum.flirble.org>
13581      Branch: perl
13582            ! t/op/pack.t
13583 ____________________________________________________________________________
13584 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
13585         Log: Subject: Re: use utf8; with bad utf8
13586              From: Nicholas Clark <nick@ccl4.org>
13587              Date: Tue, 11 Dec 2001 19:49:21 +0000
13588              Message-ID: <20011211194921.R21702@plum.flirble.org>
13589      Branch: perl
13590            ! lib/utf8.t
13591 ____________________________________________________________________________
13592 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
13593         Log: Can't spell worth a dam.  (Try Three Gorges.)
13594      Branch: perl
13595            ! beos/beos.c
13596 ____________________________________________________________________________
13597 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
13598         Log: We need DWIM cpps.
13599      Branch: perl
13600            ! perlio.c
13601 ____________________________________________________________________________
13602 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
13603         Log: The unixish.h needs to be found and the waitpid wrapper
13604              could use a proto.
13605      Branch: perl
13606            ! beos/beosish.h
13607 ____________________________________________________________________________
13608 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
13609         Log: The BeOS waitpid() seems to be broken,
13610              have a wrapper for it.
13611      Branch: perl
13612            + beos/beos.c beos/beosish.h
13613            ! MANIFEST hints/beos.sh perl.h
13614 ____________________________________________________________________________
13615 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
13616         Log: Unlean the leaning tower of Babel.
13617      Branch: perl
13618            ! perl.h
13619 ____________________________________________________________________________
13620 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
13621         Log: Retract #13607 until we figure out what to do with autouse.
13622      Branch: perl
13623            ! lib/Carp.pm
13624 ____________________________________________________________________________
13625 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
13626         Log: Try to handle platforms that have O_TEXT != O_BINARY but
13627              which are not DOSish, BeOS being one of such platforms.
13628              Ideally this should be a Configure test, not a hardwired
13629              cpp symbol test... 
13630      Branch: perl
13631            ! doio.c perl.h perlio.c perliol.h
13632 ____________________________________________________________________________
13633 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
13634         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
13635              From: Jonathan Stowe <gellyfish@gellyfish.com>
13636              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
13637              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
13638      Branch: perl
13639            ! lib/Term/Cap.pm lib/Term/Cap.t
13640 ____________________________________________________________________________
13641 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
13642         Log: Subject: [patch perlio.c] test for NULL before derefencing
13643              From: Stas Bekman <stas@stason.org>
13644              Date: Tue, 11 Dec 2001 16:17:55 +0800
13645              Message-ID: <3C15C133.8@stason.org>
13646      Branch: perl
13647            ! perlio.c
13648 ____________________________________________________________________________
13649 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
13650         Log: metaconfig unit change for #13617.
13651      Branch: metaconfig/U/perl
13652            ! Extensions.U
13653 ____________________________________________________________________________
13654 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
13655         Log: BeOS has socket() but not enough to build a working Socket.
13656              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
13657              new networking implementation, which is rumored to fix the
13658              non-standardness of sockets, but it's apparently not publicly
13659              available, and anything to do with BeOS has become quite
13660              complicated with the sale of the Be assets to Palm.)
13661      Branch: perl
13662            ! Configure
13663 ____________________________________________________________________________
13664 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
13665         Log: Update changes
13666      Branch: maint-5.6/macperl
13667            ! macos/Changes
13668 ____________________________________________________________________________
13669 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
13670         Log: Add extra pod to help
13671      Branch: maint-5.6/macperl
13672            ! macos/macperl/MacPerl.podhelp
13673 ____________________________________________________________________________
13674 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
13675         Log: Return DoAppleScript errors in $@
13676      Branch: maint-5.6/macperl
13677            ! macos/ext/MacPerl/OSA.xs
13678 ____________________________________________________________________________
13679 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
13680         Log: Clear out $^E before each script run
13681      Branch: maint-5.6/macperl
13682            ! macos/macperl/MPScript.c
13683 ____________________________________________________________________________
13684 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
13685         Log: Integrate various changes from maint-5.6/perl/.
13686      Branch: maint-5.6/macperl
13687           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
13688           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
13689 ____________________________________________________________________________
13690 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
13691         Log: Subject: Exporter's documentation shouldn't lie               
13692              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
13693              Date: Mon, 10 Dec 2001 21:30:20 -0500
13694              Message-ID: <3C4AA201@operamail.com>
13695      Branch: perl
13696            ! lib/Exporter.pm
13697 ____________________________________________________________________________
13698 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
13699         Log: Make Errno better in BeOS (the second hunk is
13700              good on any platform).  Still not working in BeOS
13701              are the E constants that refer BeOS native error
13702              constants (B_...) which are enums (*groan*).
13703      Branch: perl
13704            ! ext/Errno/Errno_pm.PL
13705 ____________________________________________________________________________
13706 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
13707         Log: The BeOS linker seems to link the last seen symbol,
13708              not the first (so the symbols of op.o from libperl.so
13709              would get linked to miniperl instead of the symbols of
13710              opmini.o)-- use the same trick as for NeXT4 for linking
13711              miniperl.
13712      Branch: perl
13713            ! Makefile.SH
13714 ____________________________________________________________________________
13715 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
13716         Log: Subject: Re: [PATCH] tests for hash assignment
13717              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13718              Date: Tue, 11 Dec 2001 01:48:55 +0000
13719              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
13720      Branch: perl
13721            ! utf8.c
13722 ____________________________________________________________________________
13723 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
13724         Log: (retracted by #13622)
13725              
13726              Subject: RE: More verbose POD for Carp
13727              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
13728              Date: Mon, 10 Dec 2001 20:23:20 -0500
13729              Message-ID: <3C4A3566@operamail.com>
13730      Branch: perl
13731            ! lib/Carp.pm
13732 ____________________________________________________________________________
13733 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
13734         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
13735              From: "Craig A. Berry" <craigberry@mac.com>
13736              Date: Mon, 10 Dec 2001 18:25:37 -0600
13737              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
13738      Branch: perl
13739            ! t/op/write.t t/test.pl
13740 ____________________________________________________________________________
13741 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
13742         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
13743              From: Michael G Schwern <schwern@pobox.com>
13744              Date: Mon, 10 Dec 2001 08:00:01 -0500
13745              Message-ID: <20011210130000.GK1770@blackrider>
13746      Branch: perl
13747            ! t/comp/multiline.t
13748 ____________________________________________________________________________
13749 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
13750         Log: Subject: Re: [PATCH] tests for hash assignment
13751              From: Nicholas Clark <nick@ccl4.org>
13752              Date: Mon, 10 Dec 2001 23:22:28 +0000
13753              Message-ID: <20011210232228.M21702@plum.flirble.org>
13754      Branch: perl
13755            + t/op/hashassign.t
13756            ! MANIFEST t/op/each.t t/test.pl
13757 ____________________________________________________________________________
13758 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
13759         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
13760              From: "Craig A. Berry" <craigberry@mac.com>
13761              Date: Mon, 10 Dec 2001 16:38:14 -0600
13762              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
13763      Branch: perl
13764            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
13765 ____________________________________________________________________________
13766 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
13767         Log: Subject: [PATCH perl@13600] configure.com fixes
13768              From: "Craig A. Berry" <craigberry@mac.com>
13769              Date: Mon, 10 Dec 2001 14:40:20 -0600
13770              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
13771      Branch: perl
13772            ! configure.com
13773 ____________________________________________________________________________
13774 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
13775         Log: Silence BeOS compilation moaning.
13776      Branch: perl
13777            ! perl.h
13778 ____________________________________________________________________________
13779 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
13780         Log: Update Changes.
13781      Branch: perl
13782            ! Changes patchlevel.h
13783 ____________________________________________________________________________
13784 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
13785         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
13786              From: Michael G Schwern <schwern@pobox.com>
13787              Date: Mon, 10 Dec 2001 01:21:03 -0500
13788              Message-ID: <20011210062103.GC1770@blackrider>
13789      Branch: perl
13790            ! lib/ExtUtils/Command.t
13791 ____________________________________________________________________________
13792 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
13793         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
13794              From: Michael G Schwern <schwern@pobox.com>
13795              Date: Mon, 10 Dec 2001 01:10:57 -0500
13796              Message-ID: <20011210061057.GB1770@blackrider>
13797      Branch: perl
13798            ! t/op/groups.t
13799 ____________________________________________________________________________
13800 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
13801         Log: Retract #13596, #13593 should do the trick.
13802      Branch: perl
13803            ! t/op/stat.t
13804 ____________________________________________________________________________
13805 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
13806         Log: (retracted by #13597, #13593 does the job better)
13807              
13808              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
13809              From: Michael G Schwern <schwern@pobox.com>
13810              Date: Mon, 10 Dec 2001 00:53:16 -0500
13811              Message-ID: <20011210055316.GA1770@blackrider>
13812      Branch: perl
13813            ! t/op/stat.t
13814 ____________________________________________________________________________
13815 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
13816         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
13817              From: Michael G Schwern <schwern@pobox.com> 
13818              Date: Mon, 10 Dec 2001 02:19:14 -0500
13819              Message-ID: <20011210071914.GF1770@blackrider>
13820      Branch: perl
13821            ! lib/AutoSplit.t
13822 ____________________________________________________________________________
13823 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
13824         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
13825              From: Michael G Schwern <schwern@pobox.com>
13826              Date: Mon, 10 Dec 2001 02:47:40 -0500
13827              Message-ID: <20011210074739.GH1770@blackrider>
13828      Branch: perl
13829            ! t/op/pack.t
13830 ____________________________________________________________________________
13831 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
13832         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
13833              From: Michael G Schwern <schwern@pobox.com>
13834              Date: Mon, 10 Dec 2001 02:54:22 -0500
13835              Message-ID: <20011210075422.GI1770@blackrider>
13836      Branch: perl
13837            ! t/test.pl
13838 ____________________________________________________________________________
13839 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
13840         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
13841              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13842              Date: Mon, 10 Dec 2001 08:45:20 +0100
13843              Message-ID: <3C146810.60B5B7C0@alcatel.at>
13844      Branch: perl
13845            ! pp_pack.c
13846 ____________________________________________________________________________
13847 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
13848         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
13849              From: Michael G Schwern <schwern@pobox.com>
13850              Date: Mon, 10 Dec 2001 03:27:02 -0500
13851              Message-ID: <20011210082702.GN1770@blackrider>
13852      Branch: perl
13853            ! t/io/openpid.t
13854 ____________________________________________________________________________
13855 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
13856         Log: More chmod +w.
13857      Branch: perl
13858            ! Porting/makerel
13859 ____________________________________________________________________________
13860 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
13861         Log: Just skip the readability test if running as root.
13862      Branch: perl
13863            ! lib/Net/t/netrc.t
13864 ____________________________________________________________________________
13865 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
13866         Log: Tell about the downside of safe signals.
13867      Branch: perl
13868            ! pod/perldelta.pod
13869 ____________________________________________________________________________
13870 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
13871         Log: Make the whole -lperl thing NetBSD only until we
13872              find some other platform that needs the same.
13873      Branch: perl
13874            ! lib/ExtUtils/MM_Unix.pm
13875 ____________________________________________________________________________
13876 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
13877         Log: Subject: [PATCH t/op/pack.t] Cleanup
13878              From: Michael G Schwern <schwern@pobox.com> 
13879              Date: Sun, 9 Dec 2001 23:08:26 -0500
13880              Message-ID: <20011210040826.GD660@blackrider>
13881      Branch: perl
13882            ! t/op/pack.t
13883 ____________________________________________________________________________
13884 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
13885         Log: Add threads support for NetBSD.
13886              
13887              This is also the first (I think) Perl threads build with
13888              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
13889              NetBSD does not as of yet have true kernel POSIX threads,
13890              but the user-level pth seems to be doing pretty well--
13891              the only failure is that threads/t/basic okays 6 and 7
13892              consistently seem be arriving in the reverse order.
13893              Well, gdbm.t is also failing: 'Undefined PLT symbol
13894              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
13895              guessing that GDBM would need a threaded rebuild.
13896      Branch: perl
13897            ! hints/netbsd.sh
13898 ____________________________________________________________________________
13899 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
13900         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
13901              potential performance hit and change in semantics of closure
13902              lookups after C<undef &foo>)
13903      Branch: maint-5.6/perl
13904            ! op.c
13905 ____________________________________________________________________________
13906 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
13907         Log: metaconfig unit change for #13582.
13908      Branch: metaconfig
13909            ! U/threads/usethreads.U
13910 ____________________________________________________________________________
13911 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
13912         Log: Update the ithreads selection info in Configure,
13913              as suggested by Michael Schwern.
13914      Branch: perl
13915            ! Configure
13916 ____________________________________________________________________________
13917 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
13918         Log: Clearing locale environment simply doesn't seem to
13919              guarantee that (nl_)langinfo(CODESET) would return nil.
13920              (I for example get "ISO8859-1", so <guess>maybe there can
13921              be per-system default settings at work</guess>.)
13922      Branch: perl
13923            ! lib/open.t
13924 ____________________________________________________________________________
13925 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
13926         Log: Subject: RE: Exporter fixes reversed in 13540?
13927              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
13928              Date: Sun, 9 Dec 2001 12:55:15 -0500
13929              Message-ID: <3C13F455@operamail.com>
13930      Branch: perl
13931            ! lib/open.pm
13932 ____________________________________________________________________________
13933 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
13934         Log: Root is the lizard king.
13935      Branch: perl
13936            ! lib/Net/t/netrc.t
13937 ____________________________________________________________________________
13938 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
13939         Log: Telling how many tests we are expecting helps.
13940      Branch: perl
13941            ! ext/POSIX/t/waitpid.t
13942 ____________________________________________________________________________
13943 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
13944         Log: Add a test case for waitpid(): from Rocco Caputo.
13945      Branch: perl
13946            + ext/POSIX/t/waitpid.t
13947            ! MANIFEST
13948 ____________________________________________________________________________
13949 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
13950         Log: Subject: [PATCH] Term::ReadLine tweaks and test
13951              From: Richard Clamp <richardc@unixbeard.net>
13952              Date: Mon, 10 Dec 2001 00:51:47 +0000
13953              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
13954      Branch: perl
13955            + lib/Term/ReadLine.t
13956            ! MANIFEST lib/Term/ReadLine.pm
13957 ____________________________________________________________________________
13958 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
13959         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
13960              From: Rocco Caputo <troc@netrus.net>
13961              Date: Sun, 9 Dec 2001 18:12:38 -0500
13962              Message-ID: <20011209181238.A803@eyrie.homenet>
13963      Branch: perl
13964            ! win32/win32.c
13965 ____________________________________________________________________________
13966 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
13967         Log: make sure that va_start() has matching va_end();
13968              from OpenBSD 3.0.
13969      Branch: perl
13970            ! x2p/util.c
13971 ____________________________________________________________________________
13972 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
13973         Log: h2ph updates from OpenBSD 3.0.
13974      Branch: perl
13975            ! utils/h2ph.PL
13976 ____________________________________________________________________________
13977 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
13978         Log: OpenBSD hints update from OpenBSD 3.0.
13979      Branch: perl
13980            ! hints/openbsd.sh
13981 ____________________________________________________________________________
13982 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
13983         Log: DJGPP tweaks from Laszlo Molnar.
13984      Branch: perl
13985            ! djgpp/config.over lib/File/Find/t/find.t
13986            ! lib/File/Find/t/taint.t t/pod/find.t
13987 ____________________________________________________________________________
13988 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
13989         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
13990              From: Michael G Schwern <schwern@pobox.com> 
13991              Date: Sun, 9 Dec 2001 19:28:12 -0500
13992              Message-ID: <20011210002812.GF13586@blackrider>
13993      Branch: perl
13994            ! README.cygwin
13995 ____________________________________________________________________________
13996 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
13997         Log: README.cygwin update from Gerrit P. Haase.
13998      Branch: perl
13999            ! README.cygwin
14000 ____________________________________________________________________________
14001 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
14002         Log: Apply NetBSD patch-ag: shared/static linking,
14003              but make the change less intrusive on non-NetBSD.
14004      Branch: perl
14005            ! lib/ExtUtils/MM_Unix.pm
14006 ____________________________________________________________________________
14007 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
14008         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
14009      Branch: perl
14010            ! lib/ExtUtils/Liblist.pm
14011 ____________________________________________________________________________
14012 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
14013         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
14014      Branch: perl
14015            ! regcomp.c
14016 ____________________________________________________________________________
14017 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
14018         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
14019      Branch: perl
14020            ! pp.c
14021 ____________________________________________________________________________
14022 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
14023         Log: Apply NetBSD patch-ac.
14024              (the fix has already been done: change #9706, fully qualified
14025              pathnames in packlists)
14026      Branch: perl
14027            ! lib/ExtUtils/Install.pm
14028 ____________________________________________________________________________
14029 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
14030         Log: Apply NetBSD patch-ab: NetBSD hints update.
14031      Branch: perl
14032            ! hints/netbsd.sh
14033 ____________________________________________________________________________
14034 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
14035         Log: metaconfig unit changes for #13560.
14036      Branch: metaconfig/U/perl
14037            ! dlsrc.U i_ieeefp.U libperl.U
14038 ____________________________________________________________________________
14039 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
14040         Log: NetBSD has <ieeefp.h> but hidden.
14041      Branch: perl
14042            ! hints/netbsd.sh
14043 ____________________________________________________________________________
14044 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
14045         Log: Implement NetBSD patch-aa.
14046      Branch: perl
14047            ! Configure
14048 ____________________________________________________________________________
14049 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
14050         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
14051              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
14052              Date: Sun, 09 Dec 2001 13:40:58 +0100
14053              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
14054              
14055              (The lstat()s were there in 5.6.1: what happened to them?)
14056      Branch: perl
14057            ! lib/File/Find.pm
14058 ____________________________________________________________________________
14059 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
14060         Log: Quickie documentation of the C UTF-8 API.
14061      Branch: perl
14062            ! pod/perlunicode.pod
14063 ____________________________________________________________________________
14064 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
14065         Log: Subject: bleadperl on cygwin weirdness...
14066              From: "Gerrit P. Haase" <gp@familiehaase.de>
14067              Date: Sun, 9 Dec 2001 20:31:28 +0100
14068              Message-ID: <13779422183.20011209203128@familiehaase.de>          
14069              
14070              (plus libperl*.dll version portability tweaks)
14071      Branch: perl
14072            ! lib/ExtUtils/Embed.t
14073 ____________________________________________________________________________
14074 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
14075         Log: Instead of muting symbol export error if under eval,
14076              delay the errors until the croak().
14077              
14078              (replaces #13408)
14079      Branch: perl
14080            ! lib/Exporter/Heavy.pm
14081 ____________________________________________________________________________
14082 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
14083         Log: Basegroup 0 is a cygwin_nt thing.
14084      Branch: perl
14085            ! t/op/groups.t
14086 ____________________________________________________________________________
14087 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
14088         Log: Also WinME is LoseLink.
14089      Branch: perl
14090            ! t/op/stat.t
14091 ____________________________________________________________________________
14092 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
14093         Log: Forgotten checkin.
14094      Branch: perl
14095            ! lib/User/grent.t
14096 ____________________________________________________________________________
14097 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
14098         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
14099              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
14100              Date: Sun, 09 Dec 2001 13:45:06 +0100
14101              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
14102      Branch: perl
14103            ! lib/File/Find.pm
14104 ____________________________________________________________________________
14105 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
14106         Log: Tweakback.
14107      Branch: perl
14108            ! lib/Net/hostent.t
14109 ____________________________________________________________________________
14110 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
14111         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
14112              From: Michael G Schwern <schwern@pobox.com>
14113              Date: Sat, 8 Dec 2001 14:48:38 -0500
14114              Message-ID: <20011208194838.GA8650@blackrider>
14115      Branch: perl
14116            ! t/op/grent.t
14117 ____________________________________________________________________________
14118 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
14119         Log: Subject: [README.cygwin] Removing old expected test failures
14120              From: Michael G Schwern <schwern@pobox.com>
14121              Date: Sat, 8 Dec 2001 15:38:28 -0500
14122              Message-ID: <20011208203828.GB9017@blackrider>
14123      Branch: perl
14124            ! README.cygwin
14125 ____________________________________________________________________________
14126 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
14127         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
14128              From: Michael G Schwern <schwern@pobox.com>                
14129              Date: Sat, 8 Dec 2001 15:26:59 -0500
14130              Message-ID: <20011208202659.GA9017@blackrider> 
14131      Branch: perl
14132            ! lib/Net/hostent.t
14133 ____________________________________________________________________________
14134 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
14135         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
14136              From: Michael G Schwern <schwern@pobox.com> 
14137              Date: Sat, 8 Dec 2001 15:06:16 -0500
14138              Message-ID: <20011208200616.GA8915@blackrider>
14139      Branch: perl
14140            ! t/op/stat.t
14141 ____________________________________________________________________________
14142 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
14143         Log: Developer deprecations and an incompatibility.
14144      Branch: perl
14145            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
14146 ____________________________________________________________________________
14147 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
14148         Log: Shoo.
14149      Branch: perl
14150            - lib/Attribute/Handlers.pm
14151 ____________________________________________________________________________
14152 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
14153         Log: Remove Attribute::Handlers, as per Damian's request.
14154              (Because of fixing the my variables to be now handled
14155              in run-time, the whole internals of the A::H needs to
14156              be rewritten and Damian will not have time for that
14157              for months.)
14158      Branch: perl
14159            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14160            - lib/Attribute/Handlers/demo/Demo.pm
14161            - lib/Attribute/Handlers/demo/Descriptions.pm
14162            - lib/Attribute/Handlers/demo/MyClass.pm
14163            - lib/Attribute/Handlers/demo/demo.pl
14164            - lib/Attribute/Handlers/demo/demo2.pl
14165            - lib/Attribute/Handlers/demo/demo3.pl
14166            - lib/Attribute/Handlers/demo/demo4.pl
14167            - lib/Attribute/Handlers/demo/demo_call.pl
14168            - lib/Attribute/Handlers/demo/demo_chain.pl
14169            - lib/Attribute/Handlers/demo/demo_cycle.pl
14170            - lib/Attribute/Handlers/demo/demo_hashdir.pl
14171            - lib/Attribute/Handlers/demo/demo_phases.pl
14172            - lib/Attribute/Handlers/demo/demo_range.pl
14173            - lib/Attribute/Handlers/demo/demo_rawdata.pl
14174            - lib/Attribute/Handlers/t/multi.t
14175            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
14176            ! pod/perlmodlib.pod pod/perltoc.pod
14177 ____________________________________________________________________________
14178 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
14179         Log: Subject: Re: attributes are broken
14180              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14181              Date: Sun, 09 Dec 2001 00:09:23 -0500
14182              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
14183      Branch: perl
14184            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
14185            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
14186            ! xsutils.c
14187 ____________________________________________________________________________
14188 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
14189         Log: Forgotten checkin.
14190      Branch: perl
14191            ! lib/Pod/Text.pm
14192 ____________________________________________________________________________
14193 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
14194         Log: uconfig.h update.
14195      Branch: perl
14196            ! uconfig.h
14197 ____________________________________________________________________________
14198 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
14199         Log: Update Changes.
14200      Branch: perl
14201            ! Changes patchlevel.h
14202 ____________________________________________________________________________
14203 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
14204         Log: Note that some of the Unicode features are
14205              dependent on perlio.
14206      Branch: perl
14207            ! pod/perluniintro.pod
14208 ____________________________________________________________________________
14209 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
14210         Log: Regen perlapi, regen toc.
14211      Branch: perl
14212            ! pod/perlapi.pod pod/perltoc.pod
14213 ____________________________________________________________________________
14214 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
14215         Log: FAQ sync.
14216      Branch: perl
14217            ! pod/perlfaq4.pod pod/perlfaq6.pod
14218 ____________________________________________________________________________
14219 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
14220         Log: Subject: [PATCH] Fix odd language in an sv.c comment
14221              From: coral@eekeek.org
14222              Date: Sat, 8 Dec 2001 12:19:39 -0500
14223              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
14224      Branch: perl
14225            ! sv.c
14226 ____________________________________________________________________________
14227 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
14228         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
14229              From: Michael G Schwern <schwern@pobox.com>
14230              Date: Fri, 7 Dec 2001 20:03:45 -0500
14231              Message-ID: <20011208010345.GD642@blackrider>
14232              
14233              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
14234              From: Michael G Schwern <schwern@pobox.com>
14235              Date: Fri, 7 Dec 2001 20:13:54 -0500
14236              Message-ID: <20011208011354.GE642@blackrider>
14237              
14238              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
14239              From: Michael G Schwern <schwern@pobox.com>
14240              Date: Fri, 7 Dec 2001 21:47:36 -0500
14241              Message-ID: <20011208024736.GH642@blackrider>
14242              
14243              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
14244              From: Michael G Schwern <schwern@pobox.com>
14245              Date: Fri, 7 Dec 2001 23:09:43 -0500
14246              Message-ID: <20011208040943.GK642@blackrider>
14247              
14248              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
14249              Message-Id: <a05101004b83754903506@[172.16.52.1]>
14250              Date: Fri, 7 Dec 2001 23:28:15 -0600
14251              From: "Craig A. Berry" <craigberry@mac.com>
14252      Branch: perl
14253            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
14254 ____________________________________________________________________________
14255 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
14256         Log: Integrate perlio.
14257      Branch: perl
14258           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
14259           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
14260 ____________________________________________________________________________
14261 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
14262         Log: Retract #11156 since Sarathy has found that it breaks code:
14263              http://bugs.ActiveState.com/show_bug.cgi?id=18457
14264              http://bugs.ActiveState.com/show_bug.cgi?id=18858
14265      Branch: perl
14266            ! op.c sv.c t/op/pos.t
14267 ____________________________________________________________________________
14268 [ 13532] By: nick                                  on 2001/12/08  14:11:12
14269         Log: Integrate mainline
14270      Branch: perlio
14271           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
14272           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
14273 ____________________________________________________________________________
14274 [ 13531] By: nick                                  on 2001/12/08  13:48:21
14275         Log: Tweak multi-arg open error messages
14276      Branch: perlio
14277            ! perlio.c
14278 ____________________________________________________________________________
14279 [ 13530] By: nick                                  on 2001/12/08  10:20:06
14280         Log: Allow multi-arg open() if opening layer declares this legal.
14281      Branch: perlio
14282            ! doio.c perlio.c perliol.h
14283 ____________________________________________________________________________
14284 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
14285         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
14286              From: Michael G Schwern <schwern@pobox.com>       
14287              Date: Fri, 7 Dec 2001 19:41:31 -0500
14288              Message-ID: <20011208004131.GC642@blackrider>
14289      Branch: perl
14290            ! t/run/switches.t t/test.pl
14291 ____________________________________________________________________________
14292 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
14293         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
14294              From: Michael G Schwern <schwern@pobox.com>       
14295              Date: Fri, 7 Dec 2001 19:12:44 -0500
14296              Message-ID: <20011208001244.GB642@blackrider>
14297      Branch: perl
14298            ! t/op/stat.t
14299 ____________________________________________________________________________
14300 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
14301         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
14302              From: Michael G Schwern <schwern@pobox.com>
14303              Date: Fri, 7 Dec 2001 17:28:57 -0500
14304              Message-ID: <20011207222857.GI23210@blackrider>
14305      Branch: perl
14306            ! t/op/magic.t
14307 ____________________________________________________________________________
14308 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
14309         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
14310      Branch: perl
14311            ! t/test.pl
14312 ____________________________________________________________________________
14313 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
14314         Log: which_perl: delay as much a possible till runtime.
14315      Branch: perl
14316            ! t/test.pl
14317 ____________________________________________________________________________
14318 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
14319         Log: Further tweakage to which_perl().
14320      Branch: perl
14321            ! t/test.pl
14322 ____________________________________________________________________________
14323 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
14324         Log: perluniintro tweaks.
14325      Branch: perl
14326            ! pod/perluniintro.pod
14327 ____________________________________________________________________________
14328 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
14329         Log: Tweak the $Perl computation.
14330      Branch: perl
14331            ! t/test.pl
14332 ____________________________________________________________________________
14333 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
14334         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
14335              From: Nicholas Clark <nick@ccl4.org>
14336              Date: Fri, 7 Dec 2001 17:06:56 +0000
14337              Message-ID: <20011207170656.G21702@plum.flirble.org>
14338      Branch: perl
14339            ! doop.c t/op/chop.t
14340 ____________________________________________________________________________
14341 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
14342         Log: Update Changes.
14343      Branch: perl
14344            ! Changes patchlevel.h
14345 ____________________________________________________________________________
14346 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
14347         Log: Missing ).
14348      Branch: perl
14349            ! t/test.pl
14350 ____________________________________________________________________________
14351 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
14352         Log: Allow several arguments to display().
14353      Branch: perl
14354            ! t/test.pl
14355 ____________________________________________________________________________
14356 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
14357         Log: /dev/stdout could be either a character special file
14358              or a named pipe, so let's pretend it doesn't exist.
14359      Branch: perl
14360            ! t/op/stat.t
14361 ____________________________________________________________________________
14362 [ 13516] By: nick                                  on 2001/12/07  15:09:23
14363         Log: Integrate again - can I catch up ?
14364      Branch: perlio
14365           !> t/test.pl
14366 ____________________________________________________________________________
14367 [ 13515] By: nick                                  on 2001/12/07  15:08:17
14368         Log: Integrate mainline some more
14369      Branch: perlio
14370           !> README.hpux hints/linux.sh pod/perlfunc.pod
14371 ____________________________________________________________________________
14372 [ 13514] By: nick                                  on 2001/12/07  15:07:15
14373         Log: Integrate mainline
14374      Branch: perlio
14375           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
14376           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
14377           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
14378           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
14379           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
14380           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
14381           +> t/lib/Math/BigInt/BareCalc.pm
14382            - ext/Devel/PPPort/harness/Harness.pm
14383            - ext/Devel/PPPort/harness/Harness.xs
14384            - ext/Devel/PPPort/harness/Makefile.PL
14385            - ext/Devel/PPPort/harness/module2.c
14386            - ext/Devel/PPPort/harness/module3.c
14387            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
14388            - lib/File/Spec/Functions.t
14389           !> (integrate 103 files)
14390 ____________________________________________________________________________
14391 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
14392         Log: Add display() for displaying icky scalars.
14393      Branch: perl
14394            ! t/test.pl
14395 ____________________________________________________________________________
14396 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
14397         Log: Subject: [ID 20011207.001] documentation bug for waitpid
14398              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
14399              Date: Fri, 7 Dec 2001 12:44:56 +0100
14400              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
14401      Branch: perl
14402            ! pod/perlfunc.pod
14403 ____________________________________________________________________________
14404 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
14405         Log: gcc version matching didn't.
14406      Branch: perl
14407            ! hints/linux.sh
14408 ____________________________________________________________________________
14409 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
14410         Log: Subject: HP renamed their servers              
14411              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14412              Date: Fri, 07 Dec 2001 12:07:22 +0100
14413              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
14414      Branch: perl
14415            ! README.hpux
14416 ____________________________________________________________________________
14417 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
14418         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
14419              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14420              Date: Fri, 7 Dec 2001 00:24:55 -0500
14421              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
14422      Branch: perl
14423            ! pod/perlport.pod
14424 ____________________________________________________________________________
14425 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
14426         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
14427              From: Michael G Schwern <schwern@pobox.com> 
14428              Date: Thu, 6 Dec 2001 22:56:34 -0500
14429              Message-ID: <20011207035634.GO22648@blackrider>
14430      Branch: perl
14431            ! t/base/lex.t t/op/exec.t
14432 ____________________________________________________________________________
14433 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
14434         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
14435              From: Michael G Schwern <schwern@pobox.com>
14436              Date: Thu, 6 Dec 2001 22:45:44 -0500
14437              Message-ID: <20011207034544.GN22648@blackrider>
14438              
14439              (plus op/ref tweak)
14440      Branch: perl
14441            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
14442            ! t/run/kill_perl.t t/test.pl
14443 ____________________________________________________________________________
14444 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
14445         Log: Upgrade to Math::BigInt 1.48.
14446      Branch: perl
14447            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
14448            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14449            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
14450            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
14451            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14452            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14453            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14454 ____________________________________________________________________________
14455 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
14456         Log: Mention also perl56delta in case someone is upgrading from
14457              Perl 5.005_03.
14458      Branch: perl
14459            ! pod/perldelta.pod
14460 ____________________________________________________________________________
14461 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
14462         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
14463              From: Michael G Schwern <schwern@pobox.com>
14464              Date: Thu, 6 Dec 2001 15:15:28 -0500
14465              Message-ID: <20011206201528.GF16414@blackrider>
14466              
14467              (just the term.t, not the lex.t)
14468              
14469              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
14470              From: Michael G Schwern <schwern@pobox.com>
14471              Date: Thu, 6 Dec 2001 15:22:22 -0500
14472              Message-ID: <20011206202222.GG16414@blackrider>
14473              
14474              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
14475              From: Michael G Schwern <schwern@pobox.com>
14476              Date: Thu, 6 Dec 2001 15:31:58 -0500
14477              Message-ID: <20011206203158.GI16414@blackrider>
14478              
14479              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
14480              From: Michael G Schwern <schwern@pobox.com>
14481              Date: Thu, 6 Dec 2001 17:38:55 -0500
14482              Message-ID: <20011206223855.GC22648@blackrider>
14483      Branch: perl
14484            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
14485            ! t/test.pl
14486 ____________________________________________________________________________
14487 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
14488         Log: Update the thr5005 situation.
14489      Branch: perl
14490            ! pod/perldelta.pod
14491 ____________________________________________________________________________
14492 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
14493         Log: perldelta borrowings from perl561delta.
14494      Branch: perl
14495            ! pod/perldelta.pod
14496 ____________________________________________________________________________
14497 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
14498         Log: Add the 5.6.1 perldelta as perl561delta.
14499              (Makes it easier to steal stuff for perldelta :-)
14500      Branch: perl
14501            + pod/perl561delta.pod
14502            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14503 ____________________________________________________________________________
14504 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
14505         Log: Retract #13496 for now.
14506      Branch: perl
14507            ! t/base/lex.t t/base/term.t
14508 ____________________________________________________________________________
14509 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
14510         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
14511              From: "Craig A. Berry" <craigberry@mac.com>
14512              Date: Thu, 6 Dec 2001 14:54:36 -0600
14513              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
14514      Branch: perl
14515            ! vms/ext/filespec.t
14516 ____________________________________________________________________________
14517 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
14518         Log: (retracted by #13499)
14519              
14520              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
14521              From: Michael G Schwern <schwern@pobox.com>
14522              Date: Thu, 6 Dec 2001 15:15:28 -0500
14523              Message-ID: <20011206201528.GF16414@blackrider>
14524      Branch: perl
14525            ! t/base/lex.t t/base/term.t
14526 ____________________________________________________________________________
14527 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
14528         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
14529              From: Michael G Schwern <schwern@pobox.com>
14530              Date: Thu, 6 Dec 2001 13:54:48 -0500
14531              Message-ID: <20011206185448.GC16414@blackrider>
14532      Branch: perl
14533            ! t/op/stat.t
14534 ____________________________________________________________________________
14535 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
14536         Log: The #4 has nothing to do with Unicode.
14537      Branch: perl
14538            ! t/op/tr.t
14539 ____________________________________________________________________________
14540 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
14541         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
14542              From: Michael G Schwern <schwern@pobox.com>
14543              Date: Thu, 6 Dec 2001 13:45:48 -0500
14544              Message-ID: <20011206184548.GB16414@blackrider>
14545      Branch: perl
14546            ! t/op/tr.t
14547 ____________________________________________________________________________
14548 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
14549         Log: Update Changes.
14550      Branch: perl
14551            ! Changes patchlevel.h
14552 ____________________________________________________________________________
14553 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
14554         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
14555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14556              Date: Thu, 6 Dec 2001 11:41:25 EST
14557              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
14558      Branch: perl
14559            ! vms/vms.c vms/vmsish.h
14560 ____________________________________________________________________________
14561 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
14562         Log: Subject: [PATCH] Re: weirdness in regexps
14563              From: Robin Houston <robin@kitsite.com> 
14564              Date: Thu, 6 Dec 2001 14:44:01 +0000
14565              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
14566      Branch: perl
14567            ! op.c t/lib/strict/subs
14568 ____________________________________________________________________________
14569 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
14570         Log: Make the -b -c -S tests count all of the /dev, not just
14571              check the first one, as suggested by Benjamin Goldberg.
14572      Branch: perl
14573            ! t/op/stat.t
14574 ____________________________________________________________________________
14575 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
14576         Log: Subject: Re: [PATCH: bleadperl] casefold backref
14577              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14578              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
14579              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
14580      Branch: perl
14581            ! regexec.c
14582 ____________________________________________________________________________
14583 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
14584         Log: Nits noticed by Philip Newton, and de-tab DB.t.
14585      Branch: perl
14586            ! lib/DB.t
14587 ____________________________________________________________________________
14588 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
14589         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
14590              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14591              Date: 6 Dec 2001 11:06:01 -0000
14592              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
14593      Branch: perl
14594            ! op.c t/op/tr.t
14595 ____________________________________________________________________________
14596 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
14597         Log: Subject: [PATCH: bleadperl] casefold backref
14598              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14599              Date: Wed, 05 Dec 2001 17:27:05 +0000
14600              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
14601      Branch: perl
14602            ! regexec.c t/op/re_tests
14603 ____________________________________________________________________________
14604 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
14605         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
14606              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14607              Date: Wed, 5 Dec 2001 22:34:53 EST
14608              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
14609      Branch: perl
14610            ! mg.c vms/vms.c vms/vmsish.h
14611 ____________________________________________________________________________
14612 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
14613         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
14614              From: Michael G Schwern <schwern@pobox.com>
14615              Date: Wed, 5 Dec 2001 19:52:58 -0500
14616              Message-ID: <20011205195257.A903@blackrider>
14617      Branch: perl
14618            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
14619            + lib/File/Spec/t/rel2abs2rel.t
14620            - lib/File/Spec.t lib/File/Spec/Functions.t
14621            ! MANIFEST
14622 ____________________________________________________________________________
14623 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
14624         Log: Subject: Re: Silly stat() portability questions                
14625              From: Benjamin Goldberg <goldbb2@earthlink.net>
14626              Date: Wed, 05 Dec 2001 22:52:35 -0500
14627              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
14628      Branch: perl
14629            ! pod/perlport.pod
14630 ____________________________________________________________________________
14631 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
14632         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
14633              From: "Craig A. Berry" <craigberry@mac.com>
14634              Date: Wed, 05 Dec 2001 16:41:59 -0600
14635              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
14636      Branch: perl
14637            ! README.vms configure.com lib/File/Spec/VMS.pm
14638            ! vms/ext/filespec.t
14639 ____________________________________________________________________________
14640 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
14641         Log: $apply->('club', $glibc_maintainers);
14642              
14643              (Nick Clark just reported that <langinfo.h> YESSTR
14644              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
14645      Branch: perl
14646            ! ext/I18N/Langinfo/Langinfo.t
14647 ____________________________________________________________________________
14648 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
14649         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
14650      Branch: perl
14651            ! pod/perlport.pod
14652 ____________________________________________________________________________
14653 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
14654         Log: tweak change#13474 (pad entries can apparently be null in some
14655              situations)
14656      Branch: maint-5.6/perl
14657            ! op.c
14658 ____________________________________________________________________________
14659 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
14660         Log: Restore the /dev -b -c -S part of the test.
14661      Branch: perl
14662            ! t/op/stat.t
14663 ____________________________________________________________________________
14664 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
14665         Log: Retract #13475 until Arthur gets back to the mine.
14666      Branch: perl
14667            ! op.c t/run/kill_perl.t
14668 ____________________________________________________________________________
14669 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
14670         Log: (retracted by #13476)
14671              
14672              Manually apply #13474; fixes stale reference to dead
14673              CvOUTSIDE(); this can happen when anonymous subroutines
14674              that aren't closures are returned from an eval""
14675              
14676              (threads/shared/sv_refs.t is coredump-unhappy about this change)
14677      Branch: perl
14678            ! op.c t/run/kill_perl.t
14679 ____________________________________________________________________________
14680 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
14681         Log: replacement for change#10451
14682              
14683              fixes stale reference to dead CvOUTSIDE(); this can happen when
14684              anonymous subroutines that aren't closures are returned from an
14685              eval""
14686      Branch: maint-5.6/perl
14687            ! op.c t/op/misc.t
14688 ____________________________________________________________________________
14689 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
14690         Log: revert change#10451,10472; it was a naive fix that simply
14691              reintroduced the memory leak!
14692      Branch: maint-5.6/perl
14693            ! op.c t/op/misc.t
14694 ____________________________________________________________________________
14695 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
14696         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
14697              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14698              Date: Wed, 05 Dec 2001 10:49:20 +0100
14699              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
14700      Branch: perl
14701            ! lib/File/Basename.pm lib/File/Basename.t
14702 ____________________________________________________________________________
14703 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
14704         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
14705              From: Michael G Schwern <schwern@pobox.com> 
14706              Date: Wed, 5 Dec 2001 02:47:59 -0500
14707              Message-ID: <20011205024759.H14333@blackrider>
14708      Branch: perl
14709            ! t/op/magic.t
14710 ____________________________________________________________________________
14711 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
14712         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
14713              From: Michael G Schwern <schwern@pobox.com>              
14714              Date: Wed, 5 Dec 2001 02:22:05 -0500
14715              Message-ID: <20011205022205.F14333@blackrider>
14716      Branch: perl
14717            ! t/op/stat.t vms/test.com
14718 ____________________________________________________________________________
14719 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
14720         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
14721              From: Michael G Schwern <schwern@pobox.com> 
14722              Date: Tue, 4 Dec 2001 23:40:10 -0500
14723              Message-ID: <20011204234010.B14333@blackrider>
14724      Branch: perl
14725            ! t/op/stat.t
14726 ____________________________________________________________________________
14727 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
14728         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
14729              From: Michael G Schwern <schwern@pobox.com> 
14730              Date: Tue, 4 Dec 2001 21:09:18 -0500           
14731              Message-ID: <20011204210918.D13279@blackrider>
14732              
14733              t/test.
14734      Branch: perl
14735            ! t/test.pl
14736 ____________________________________________________________________________
14737 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
14738         Log: (accidentally empty check-in)
14739      Branch: perl
14740            ! t/op/stat.t
14741 ____________________________________________________________________________
14742 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
14743         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
14744              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14745              Date: Tue, 04 Dec 2001 23:40:27 +0100
14746              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
14747      Branch: perl
14748            ! mg.c
14749 ____________________________________________________________________________
14750 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
14751         Log: Subject: [PATCH] minor pod fix in Safe.pm
14752              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14753              Date: Tue, 4 Dec 2001 22:02:34 +0100
14754              Message-ID: <20011204220234.A17293@rafael>
14755      Branch: perl
14756            ! ext/Opcode/Safe.pm
14757 ____________________________________________________________________________
14758 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
14759         Log: CRLF GRRR.
14760      Branch: perl
14761            ! djgpp/configure.bat
14762 ____________________________________________________________________________
14763 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
14764         Log: DJGPP fixes from Laszlo Molnar.
14765      Branch: perl
14766            ! djgpp/configure.bat djgpp/djgpp.h
14767 ____________________________________________________________________________
14768 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
14769         Log: Update Changes.
14770      Branch: perl
14771            ! Changes patchlevel.h
14772 ____________________________________________________________________________
14773 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
14774         Log: Must wipe out the memory of real Socket before starting
14775              to use the new fake one.
14776      Branch: perl
14777            ! lib/Net/t/config.t
14778 ____________________________________________________________________________
14779 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
14780         Log: LC_ALL might trump LANG.
14781      Branch: perl
14782            ! lib/open.t
14783 ____________________________________________________________________________
14784 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
14785         Log: Make the eval runtime.
14786      Branch: perl
14787            ! lib/open.pm
14788 ____________________________________________________________________________
14789 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
14790         Log: Make the Langinfo test both more lenient (allow
14791              for any symbol not to exists) and stricter (add
14792              more symbols).
14793      Branch: perl
14794            ! ext/I18N/Langinfo/Langinfo.t
14795 ____________________________________________________________________________
14796 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
14797         Log: integrate change#13453 from maint-5.6
14798              
14799              tweak change#11399 to use an explicit flag rather than
14800              ass_u_ming w32_pseudo_id will only be zero for the real
14801              toplevel interpreter; avoids multiple hosts from diddling
14802              the environment at the same time
14803      Branch: perl
14804           !> win32/perlhost.h
14805 ____________________________________________________________________________
14806 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
14807         Log: Subject: [PATCH] VMS update for perldelta.pod
14808              From: "Craig A. Berry" <craigberry@mac.com> 
14809              Date: Tue, 4 Dec 2001 00:23:12 -0600
14810              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
14811      Branch: perl
14812            ! pod/perldelta.pod
14813 ____________________________________________________________________________
14814 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
14815         Log: NetWare tweak from Ananth Kesari.
14816      Branch: perl
14817            ! NetWare/Makefile
14818 ____________________________________________________________________________
14819 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
14820         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
14821              Not adding the test suite because of its many assumptions.
14822      Branch: perl
14823            ! lib/Net/Ping.pm
14824 ____________________________________________________________________________
14825 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
14826         Log: tweak change#11399 to use an explicit flag rather than
14827              ass_u_ming w32_pseudo_id will only be zero for the real
14828              toplevel interpreter; avoids multiple hosts from diddling
14829              the environment at the same time
14830      Branch: maint-5.6/perl
14831            ! win32/perlhost.h
14832 ____________________________________________________________________________
14833 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
14834         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
14835              from Len Makin.
14836      Branch: perl
14837            + hints/super-ux.sh
14838            ! MANIFEST
14839 ____________________________________________________________________________
14840 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
14841         Log: Add Mac OS X known failures to perldelta.
14842      Branch: perl
14843            ! pod/perldelta.pod
14844 ____________________________________________________________________________
14845 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
14846         Log: I think it's time to call the utf8 code non-test.
14847      Branch: perl
14848            ! utf8.c
14849 ____________________________________________________________________________
14850 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
14851         Log: Retract #13303, need rethink.
14852      Branch: perl
14853            ! utf8.c
14854 ____________________________________________________________________________
14855 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
14856         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
14857              From: "Craig A. Berry" <craigberry@mac.com>
14858              Date: Mon, 03 Dec 2001 16:28:06 -0600
14859              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
14860      Branch: perl
14861            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
14862 ____________________________________________________________________________
14863 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
14864         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
14865              From: Andy Dougherty <doughera@lafayette.edu>
14866              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
14867              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
14868      Branch: perl
14869            ! hints/solaris_2.sh
14870 ____________________________________________________________________________
14871 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
14872         Log: This test is not very robust on 8.3-constrained systems:
14873              all the "with truncated name" lines between "Autosplitting ..."
14874              and "some names are not unique" lines are unexpected,
14875              and the truncation message becomes:
14876              testtest.al, testtest.al truncate to testtest 
14877      Branch: perl
14878            ! lib/AutoSplit.t
14879 ____________________________________________________________________________
14880 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
14881         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
14882      Branch: perl
14883            ! ext/I18N/Langinfo/Langinfo.t
14884 ____________________________________________________________________________
14885 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
14886         Log: Test::Morify UCD.t
14887      Branch: perl
14888            ! lib/Unicode/UCD.t
14889 ____________________________________________________________________________
14890 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
14891         Log: If Socket has not been built (e.g. DJGPP) the libnet
14892              tests fall over with (too) much noise.
14893      Branch: perl
14894            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
14895            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
14896            ! lib/Net/t/smtp.t lib/Net/t/time.t
14897 ____________________________________________________________________________
14898 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
14899         Log: Subject: [PATCH] shared hash keys and ++/--
14900              From: Nicholas Clark <nick@ccl4.org>
14901              Date: Mon, 3 Dec 2001 16:37:16 +0000
14902              Message-ID: <20011203163716.C21702@plum.flirble.org>
14903      Branch: perl
14904            ! pp.c pp_hot.c sv.c t/op/inc.t
14905 ____________________________________________________________________________
14906 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
14907         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
14908              From: Jonathan Stowe <jns@gellyfish.com>
14909              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
14910              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
14911      Branch: perl
14912            ! lib/Term/Cap.pm
14913 ____________________________________________________________________________
14914 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
14915         Log: Update Changes.
14916      Branch: perl
14917            ! Changes patchlevel.h
14918 ____________________________________________________________________________
14919 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
14920         Log: perldelta tweaks.
14921      Branch: perl
14922            ! pod/perldelta.pod
14923 ____________________________________________________________________________
14924 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
14925         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
14926              From: Sam Tregar <sam@tregar.com> 
14927              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
14928              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
14929      Branch: perl
14930            ! pod/perlnewmod.pod
14931 ____________________________________________________________________________
14932 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
14933         Log: microperl casting nit.
14934      Branch: perl
14935            ! utf8.c
14936 ____________________________________________________________________________
14937 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
14938         Log: Make sharepvn a macro since all it does is a deref.
14939      Branch: perl
14940            ! embed.h embed.pl global.sym hv.c hv.h proto.h
14941 ____________________________________________________________________________
14942 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
14943         Log: perldelta updates.
14944      Branch: perl
14945            ! pod/perldelta.pod
14946 ____________________________________________________________________________
14947 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
14948         Log: PPPort update from Paul Marquess.
14949      Branch: perl
14950            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
14951            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
14952            + ext/Devel/PPPort/t/test.t
14953            - ext/Devel/PPPort/harness/Harness.pm
14954            - ext/Devel/PPPort/harness/Harness.xs
14955            - ext/Devel/PPPort/harness/Makefile.PL
14956            - ext/Devel/PPPort/harness/module2.c
14957            - ext/Devel/PPPort/harness/module3.c
14958            - ext/Devel/PPPort/harness/t/test.t
14959            ! MANIFEST ext/Devel/PPPort/MANIFEST
14960            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14961            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
14962            ! ext/Devel/PPPort/soak
14963 ____________________________________________________________________________
14964 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
14965         Log: No use talking about dynamic library search patch
14966              unless we are having a dynamic build.
14967      Branch: perl
14968            ! t/TEST
14969 ____________________________________________________________________________
14970 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
14971         Log: Be more explicit on the List::Util build trick,
14972              should also stop unneeded rebuilds on static builds.
14973      Branch: perl
14974            ! ext/List/Util/Makefile.PL
14975 ____________________________________________________________________________
14976 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
14977         Log: We need to replace the optimize (-O1) with
14978              the -h scalar0 -h vector0, not append them
14979              to the ccflags.
14980      Branch: perl
14981            ! hints/unicos.sh hints/unicosmk.sh
14982 ____________________________________________________________________________
14983 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
14984         Log: Subject: [PATCH] Shared hash keys 
14985              From: Nicholas Clark <nick@ccl4.org>
14986              Date: Sun, 2 Dec 2001 20:52:32 +0000
14987              Message-ID: <20011202205232.U21702@plum.flirble.org>
14988      Branch: perl
14989            ! doop.c t/op/tr.t
14990 ____________________________________________________________________________
14991 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
14992         Log: Better add new files to MANIFEST, too.
14993      Branch: perl
14994            ! MANIFEST
14995 ____________________________________________________________________________
14996 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
14997         Log: Subject: {PATCH] perlpacktut.pod
14998              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
14999              Date: Sun, 02 Dec 2001 19:55:06 +0100
15000              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
15001      Branch: perl
15002            ! pod/perlpacktut.pod
15003 ____________________________________________________________________________
15004 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
15005         Log: Various small nits found by DJGPP build.
15006      Branch: perl
15007            ! doio.c mg.c pp.c util.c
15008 ____________________________________________________________________________
15009 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
15010         Log: Subject: RE: More verbose POD for Carp
15011              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
15012              Date: Sun, 2 Dec 2001 11:32:51 -0500
15013              Message-ID: <3C0A9748@operamail.com>
15014      Branch: perl
15015            ! lib/Carp.pm
15016 ____________________________________________________________________________
15017 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
15018         Log: Add a header for DJGPP with the function prototypes.
15019      Branch: perl
15020            + djgpp/djgpp.h
15021            ! MANIFEST djgpp/djgpp.c
15022 ____________________________________________________________________________
15023 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
15024         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
15025              From: Abe Timmerman <abe@ztreet.demon.nl>
15026              Date: Sun, 02 Dec 2001 02:41:25 +0100
15027              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
15028      Branch: perl
15029            ! pp_sys.c
15030 ____________________________________________________________________________
15031 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
15032         Log: There isn't PTR2INT(), there's PTR2IV().
15033      Branch: perl
15034            ! ext/Time/HiRes/HiRes.xs
15035 ____________________________________________________________________________
15036 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
15037         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
15038              From: Marc Lehmann <root@schmorp.de>
15039              Date: Sun, 02 Dec 2001 02:44:53 +0100
15040              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
15041      Branch: perl
15042            ! ext/Time/HiRes/HiRes.xs
15043 ____________________________________________________________________________
15044 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
15045         Log: encode()/decode() examples.
15046      Branch: perl
15047            ! ext/Encode/Encode.pm
15048 ____________________________________________________________________________
15049 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
15050         Log: DJGPP tweaks from Laszlo Molnar.
15051      Branch: perl
15052            ! djgpp/config.over djgpp/djgppsed.sh
15053 ____________________________________________________________________________
15054 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
15055         Log: Update Changes.
15056      Branch: perl
15057            ! Changes patchlevel.h
15058 ____________________________________________________________________________
15059 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
15060         Log: Integrate perlio;
15061              
15062              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
15063              which do not have file descriptors. Noticed a possibly
15064              worse problem in the process ...
15065      Branch: perl
15066           !> doio.c
15067 ____________________________________________________________________________
15068 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
15069         Log: Non-VMS-fixed and Win32-skipped version of
15070              
15071              Subject: [PATCH t/op/exec.t] Portabilty fix 
15072              From: Michael G Schwern <schwern@pobox.com> 
15073              Date: Fri, 30 Nov 2001 16:09:27 -0500
15074              Message-ID: <20011130160927.A10406@blackrider>
15075      Branch: perl
15076            ! t/op/exec.t
15077 ____________________________________________________________________________
15078 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
15079         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
15080              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
15081              Date: Sat, 1 Dec 2001 07:01:09 -0500
15082              Message-ID: <3C0D2E39@operamail.com>
15083              
15084              Subject: More verbose POD for Carp
15085              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
15086              Date: Sat, 1 Dec 2001 08:04:16 -0500
15087              Message-ID: <3C285C2B@operamail.com>
15088      Branch: perl
15089            ! lib/Carp.pm lib/Carp/Heavy.pm
15090 ____________________________________________________________________________
15091 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
15092         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
15093              From: chromatic <chromatic@rmci.net>
15094              Date: Sat, 01 Dec 2001 12:41:58 -0700
15095              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
15096      Branch: perl
15097            ! lib/DB.t
15098 ____________________________________________________________________________
15099 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
15100         Log: Try to make a missing RADIXCHAR a softer kinder error.
15101      Branch: perl
15102            ! ext/I18N/Langinfo/Langinfo.t
15103 ____________________________________________________________________________
15104 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
15105         Log: Have a little faith on nl_langinfo() itself.
15106      Branch: perl
15107            ! ext/I18N/Langinfo/Langinfo.xs
15108 ____________________________________________________________________________
15109 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
15110         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
15111              the max, not max plus one)
15112      Branch: perl
15113            ! ext/I18N/Langinfo/Langinfo.xs
15114 ____________________________________________________________________________
15115 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
15116         Log: Make reality agree with the comment.
15117      Branch: perl
15118            ! ext/I18N/Langinfo/Langinfo.xs
15119 ____________________________________________________________________________
15120 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
15121         Log: Try to protect against wild langinfo() arguments.
15122      Branch: perl
15123            ! ext/I18N/Langinfo/Langinfo.xs
15124 ____________________________________________________________________________
15125 [ 13409] By: nick                                  on 2001/12/01  18:19:59
15126         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
15127              have file descriptors. Noticed a possibly worse problem in the process ...
15128      Branch: perlio
15129            ! doio.c
15130 ____________________________________________________________________________
15131 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
15132         Log: (replaced by #13556)
15133              
15134              If we are inside an eval, let's be silent about
15135              separate symbols and just croak() in the end.
15136      Branch: perl
15137            ! lib/Exporter/Heavy.pm
15138 ____________________________________________________________________________
15139 [ 13407] By: nick                                  on 2001/12/01  17:14:05
15140         Log: Integrate mainline
15141      Branch: perlio
15142           !> (integrate 26 files)
15143 ____________________________________________________________________________
15144 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
15145         Log: Subject: Fix for Exporter error reporting behaviour
15146              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
15147              Date: Sat, 1 Dec 2001 06:34:48 -0500
15148              Message-ID: <3C0D1B9A@operamail.com>
15149      Branch: perl
15150            ! lib/Exporter.pm lib/Exporter/Heavy.pm
15151 ____________________________________________________________________________
15152 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
15153         Log: Need to hide behind an eval to avoid a warning
15154              about :utf8 on non-perlio configs.
15155      Branch: perl
15156            ! lib/open.t
15157 ____________________________________________________________________________
15158 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
15159         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
15160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15161              Date: Fri, 30 Nov 2001 23:46:58 +0100
15162              Message-ID: <20011130234658.A717@rafael>
15163      Branch: perl
15164            ! op.c t/op/method.t
15165 ____________________________________________________________________________
15166 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
15167         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
15168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15169              Date: Thu, 29 Nov 2001 22:46:12 +0100
15170              Message-ID: <20011129224612.A699@rafael>
15171      Branch: perl
15172            ! ext/B/B/Xref.pm
15173 ____________________________________________________________________________
15174 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
15175         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
15176              From: Tels <perl_dummy@bloodgate.com>
15177              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
15178              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
15179      Branch: perl
15180            ! pod/perlfunc.pod
15181 ____________________________________________________________________________
15182 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
15183         Log: Subject: [REPATCH] reference pointer comparison
15184              From: Nicholas Clark <nick@ccl4.org>
15185              Date: Sat, 1 Dec 2001 13:00:17 +0000
15186              Message-ID: <20011201130017.I21702@plum.flirble.org>
15187      Branch: perl
15188            ! pp.c
15189 ____________________________________________________________________________
15190 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
15191         Log: Upgrade to Storable 1.0.14.
15192      Branch: perl
15193            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15194 ____________________________________________________________________________
15195 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
15196         Log: Add simple caches for ::viacode() and ::vianame().
15197      Branch: perl
15198            ! lib/charnames.pm lib/charnames.t
15199 ____________________________________________________________________________
15200 [ 13398] By: nick                                  on 2001/12/01  10:36:24
15201         Log: Integrate mainline.
15202      Branch: perlio
15203           +> (branch 44 files)
15204            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
15205            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
15206            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
15207           !> (integrate 250 files)
15208 ____________________________________________________________________________
15209 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
15210         Log: Regen toc and modlib.
15211      Branch: perl
15212            ! pod/perlmodlib.pod pod/perltoc.pod
15213 ____________________________________________________________________________
15214 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
15215         Log: Upgrade to podlators-1.18.
15216      Branch: perl
15217            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
15218 ____________________________________________________________________________
15219 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
15220         Log: -h scalar0 -h vector0 seems to help for both
15221              UNICOS and UNICOS/mk on the unpack %65c problems.
15222              
15223              (replaces #13393)
15224      Branch: perl
15225            ! hints/unicos.sh hints/unicosmk.sh
15226 ____________________________________________________________________________
15227 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
15228         Log: More Socket constants.
15229      Branch: perl
15230            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
15231 ____________________________________________________________________________
15232 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
15233         Log: (replaced by #13395)
15234      Branch: perl
15235            ! hints/unicosmk.sh
15236 ____________________________________________________________________________
15237 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
15238         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
15239              From: Andy Dougherty <doughera@lafayette.edu>
15240              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
15241              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
15242              
15243              Simplify the test skippage criterion now that we are
15244              no more dependent on sed.
15245      Branch: perl
15246            ! t/comp/cpp.t t/run/switchPx.t
15247 ____________________________________________________________________________
15248 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
15249         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
15250              From: Michael G Schwern <schwern@pobox.com>
15251              Date: Fri, 30 Nov 2001 11:48:44 -0500
15252              Message-ID: <20011130114844.C1303@blackrider>
15253              
15254              (replaces #13381)
15255      Branch: perl
15256            ! t/op/stat.t
15257 ____________________________________________________________________________
15258 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
15259         Log: Let's not assume how much memory has been allocated
15260              to PVs.
15261      Branch: perl
15262            ! ext/Devel/Peek/Peek.t
15263 ____________________________________________________________________________
15264 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
15265         Log: VOS needs to know the modules, including pp_sort.
15266      Branch: perl
15267            ! vos/perl.bind
15268 ____________________________________________________________________________
15269 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
15270         Log: Unused variables.
15271      Branch: perl
15272            ! ext/Unicode/Normalize/Normalize.xs
15273 ____________________________________________________________________________
15274 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
15275         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
15276              From: John Peacock <jpeacock@rowman.com>     
15277              Date: Fri, 30 Nov 2001 10:24:00 -0500        
15278              Message-ID: <3C07A490.A22A76B0@rowman.com>   
15279      Branch: perl
15280            ! lib/ExtUtils/Embed.t
15281 ____________________________________________________________________________
15282 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
15283         Log: Tweak for the VOS building script from Paul Green.
15284      Branch: perl
15285            ! vos/configure_perl.cm
15286 ____________________________________________________________________________
15287 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
15288         Log: Update Changes.
15289      Branch: perl
15290            ! Changes patchlevel.h
15291 ____________________________________________________________________________
15292 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
15293         Log: Cannot test if cppstdin has not yet been installed.
15294      Branch: perl
15295            ! t/run/switchPx.t
15296 ____________________________________________________________________________
15297 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
15298         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
15299              From: Michael G Schwern <schwern@pobox.com> 
15300              Date: Thu, 29 Nov 2001 22:05:11 -0500
15301              Message-ID: <20011129220510.A18869@blackrider>
15302              
15303              TODO 1: if cppstdin is used and not yet installed,
15304              the Px.t will fail (must do the same as in cpp.t)
15305              
15306              TODO 2: does this work if no Perl whatsoever has
15307              yet been installed?  That is, we should be using
15308              the Perl we are building to execute the one-liner.
15309      Branch: perl
15310            + t/run/switchPx.aux t/run/switchPx.t
15311            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
15312            ! vms/test.com
15313 ____________________________________________________________________________
15314 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
15315         Log: Upgrade to Unicode::Normalize 0.12.
15316      Branch: perl
15317            ! ext/Unicode/Normalize/Changes
15318            ! ext/Unicode/Normalize/Normalize.pm
15319            ! ext/Unicode/Normalize/Normalize.xs
15320            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15321            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15322            ! ext/Unicode/Normalize/t/test.t
15323 ____________________________________________________________________________
15324 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
15325         Log: (replaced by #13391)
15326              
15327              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
15328              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
15329              Date: 30 Nov 2001 11:41:53 -0000             
15330              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
15331              
15332              No need to die if we have high-paranoia (non-chdirable)
15333              system directories.
15334      Branch: perl
15335            ! t/op/stat.t
15336 ____________________________________________________________________________
15337 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
15338         Log: Paragraph rewrapping.
15339      Branch: perl
15340            ! pod/perliol.pod
15341 ____________________________________________________________________________
15342 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
15343         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
15344              From: Stas Bekman <stas@stason.org>
15345              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
15346              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
15347      Branch: perl
15348            ! pod/perliol.pod
15349 ____________________________________________________________________________
15350 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
15351         Log: Whether select() gets restarted on signals is
15352              implementation dependent.
15353      Branch: perl
15354            ! ext/Time/HiRes/HiRes.t
15355 ____________________________________________________________________________
15356 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
15357         Log: More forgotten checkins.
15358      Branch: perl
15359            ! embed.h embed.pl proto.h
15360 ____________________________________________________________________________
15361 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
15362         Log: Add a note about folding vs lowercase.
15363      Branch: perl
15364            ! regexec.c
15365 ____________________________________________________________________________
15366 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
15367         Log: Use to_uni_fold (and add changed global.sym)
15368      Branch: perl
15369            ! global.sym utf8.c
15370 ____________________________________________________________________________
15371 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
15372         Log: Make to Unicode character functions to use UVs
15373              instead of U32s and add to_uni_fold().
15374      Branch: perl
15375            ! embed.pl proto.h utf8.c
15376 ____________________________________________________________________________
15377 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
15378         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
15379              From: Nicholas Clark <nick@ccl4.org>
15380              Date: Thu, 29 Nov 2001 22:47:32 +0000
15381              Message-ID: <20011129224732.W37621@plum.flirble.org>
15382      Branch: perl
15383            ! pod/perlpacktut.pod
15384 ____________________________________________________________________________
15385 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
15386         Log: README.vos updates from Paul Green.
15387      Branch: perl
15388            ! README.vos
15389 ____________________________________________________________________________
15390 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
15391         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
15392              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15393              Date: Thu, 29 Nov 2001 14:18:51 EST
15394              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
15395      Branch: perl
15396            ! mg.c vms/vms.c vms/vmsish.h
15397 ____________________________________________________________________________
15398 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
15399         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
15400              From: Michael G Schwern <schwern@pobox.com>
15401              Date: Thu, 29 Nov 2001 13:12:31 -0500
15402              Message-ID: <20011129131231.E11300@blackrider>
15403      Branch: perl
15404            ! README.vms
15405 ____________________________________________________________________________
15406 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
15407         Log: BGET_IV was missing.
15408      Branch: perl
15409            ! ext/ByteLoader/bytecode.h
15410 ____________________________________________________________________________
15411 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
15412         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
15413              From: Jonathan Stowe <gellyfish@gellyfish.com>
15414              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
15415              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
15416      Branch: perl
15417            ! lib/Term/Cap.pm
15418 ____________________________________________________________________________
15419 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
15420         Log: Porting/checkURL.pl was missing.
15421      Branch: perl
15422            ! MANIFEST
15423 ____________________________________________________________________________
15424 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
15425         Log: Subject: INSTALL and READMEs should be reviewed
15426              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15427              Date: Thu, 29 Nov 2001 16:49:36 +0100
15428              Message-ID: <20011129164936.A17492@rafael>         
15429      Branch: perl
15430            ! README.cygwin
15431 ____________________________________________________________________________
15432 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
15433         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
15434              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
15435              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
15436              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
15437      Branch: perl
15438            ! README.os390
15439 ____________________________________________________________________________
15440 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
15441         Log: Update Changes.
15442      Branch: perl
15443            ! Changes patchlevel.h
15444 ____________________________________________________________________________
15445 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
15446         Log: The changes to the curliffed files didn't stick in #13348.
15447      Branch: perl
15448            ! README.dos README.win32
15449 ____________________________________________________________________________
15450 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
15451         Log: Subject: Re: Found the rev where File::Glob broke
15452              From: Andy Dougherty <doughera@lafayette.edu>
15453              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
15454              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
15455      Branch: perl
15456            ! lib/ExtUtils/MM_Unix.pm
15457 ____________________________________________________________________________
15458 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
15459         Log: Use __DATA__ instead of __END__.
15460      Branch: perl
15461            ! lib/Term/Cap.pm
15462 ____________________________________________________________________________
15463 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
15464         Log: Subject: [PATCH toke.c] autosplit into @F fix
15465              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15466              Date: Thu, 29 Nov 2001 14:52:23 +0100
15467              Message-ID: <20011129145223.A25817@rafael>         
15468      Branch: perl
15469            ! toke.c
15470 ____________________________________________________________________________
15471 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
15472         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
15473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15474              Date: Thu, 29 Nov 2001 15:48:15 +0100
15475              Message-ID: <20011129154815.C25817@rafael>         
15476      Branch: perl
15477            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
15478 ____________________________________________________________________________
15479 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
15480         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
15481              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
15482              Date: Wed, 28 Nov 2001 20:35:29 +0100
15483              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
15484      Branch: perl
15485            ! pod/perlpacktut.pod
15486 ____________________________________________________________________________
15487 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
15488         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
15489              From: Stas Bekman <stas@stason.org>
15490              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
15491              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
15492              
15493              (with tweaks)
15494      Branch: perl
15495            ! pod/perlapio.pod
15496 ____________________________________________________________________________
15497 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
15498         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
15499              From: Tels <perl_dummy@bloodgate.com>
15500              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
15501              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
15502              
15503              (plus paragraph rewrapping)
15504      Branch: perl
15505            ! lib/Exporter.pm
15506 ____________________________________________________________________________
15507 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
15508         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
15509              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
15510              Date: Wed, 28 Nov 2001 21:47:59 +0000
15511              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
15512      Branch: perl
15513            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15514 ____________________________________________________________________________
15515 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
15516         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
15517              From: Andy Dougherty <doughera@lafayette.edu>
15518              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
15519              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
15520      Branch: perl
15521            ! INSTALL ext/Time/HiRes/HiRes.t
15522 ____________________________________________________________________________
15523 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
15524         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
15525              From: Michael G Schwern <schwern@pobox.com> 
15526              Date: Wed, 28 Nov 2001 16:37:01 -0500
15527              Message-ID: <20011128163701.H676@blackrider>
15528      Branch: perl
15529            ! t/run/kill_perl.t
15530 ____________________________________________________________________________
15531 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
15532         Log: @INC tweak.
15533      Branch: perl
15534            ! t/op/ref.t
15535 ____________________________________________________________________________
15536 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
15537         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
15538              From: Nicholas Clark <nick@ccl4.org>
15539              Date: Wed, 28 Nov 2001 23:38:43 +0000
15540              Message-ID: <20011128233843.N37621@plum.flirble.org>  
15541      Branch: perl
15542            ! installman
15543 ____________________________________________________________________________
15544 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
15545         Log: Tweak the forking logic.
15546      Branch: perl
15547            ! Porting/checkURL.pl
15548 ____________________________________________________________________________
15549 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
15550         Log: Update perlmodlib.PL as per #13348.  The L<> got
15551              changed back because that is coming from ParseLink.pm.
15552      Branch: perl
15553            ! pod/perlmodlib.PL pod/perlmodlib.pod
15554 ____________________________________________________________________________
15555 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
15556         Log: URL fixups from Michael Schwern.
15557      Branch: perl
15558            ! README.cygwin README.dos README.hpux README.mint README.mpeix
15559            ! README.os390 README.qnx README.solaris README.vos README.win32
15560            ! pod/perlmodlib.pod
15561 ____________________________________________________________________________
15562 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
15563         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
15564              From: Barrie Slaymaker <barries@slaysys.com>
15565              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
15566              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
15567      Branch: perl
15568            ! lib/Exporter.pm
15569 ____________________________________________________________________________
15570 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
15571         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
15572      Branch: perl
15573            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
15574 ____________________________________________________________________________
15575 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
15576         Log: Subject: [PATCH] Re: $\ very broken
15577              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15578              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
15579              Message-ID: <20011128223308.E732@rafael>   
15580              
15581              Subject: Re: [PATCH] Re: $\ very broken     
15582              From: Nicholas Clark <nick@ccl4.org>
15583              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
15584              Message-ID: <20011128222859.K37621@plum.flirble.org>
15585      Branch: perl
15586            ! mg.c t/op/ref.t
15587 ____________________________________________________________________________
15588 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
15589         Log: Add Abigail's link checker with the following tweaks:
15590              - known dummy URLs (Peter Prymmer)
15591              - do also READMEs and INSTALL (Michael Schwern)
15592              - do also ftp URLs
15593              - add fork retry loop in case the allowed number
15594              of processes per user is low
15595      Branch: perl
15596            + Porting/checkURL.pl
15597            ! MANIFEST
15598 ____________________________________________________________________________
15599 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
15600         Log: Update Changes.
15601      Branch: perl
15602            ! Changes patchlevel.h
15603 ____________________________________________________________________________
15604 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
15605         Log: In Linux if we have modern enough gcc and supported
15606              enough CPU, crank up the optimization level to -O3.
15607      Branch: perl
15608            ! hints/linux.sh
15609 ____________________________________________________________________________
15610 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
15611         Log: Add perlpacktut from Wolfgang Laun; regen toc.
15612      Branch: perl
15613            + pod/perlpacktut.pod
15614            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
15615            ! pod/perltoc.pod
15616 ____________________________________________________________________________
15617 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
15618         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
15619              From: PPrymmer@factset.com
15620              Date: Wed, 28 Nov 2001 07:51:26 -0500
15621              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
15622      Branch: perl
15623            ! vms/test.com
15624 ____________________________________________________________________________
15625 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
15626         Log: Test cases for the first half of #13338.
15627      Branch: perl
15628            ! t/lib/h2ph.h t/lib/h2ph.pht
15629 ____________________________________________________________________________
15630 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
15631         Log: Subject: Re: h2ph confused by comments in an enum.
15632              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15633              Date: Wed, 28 Nov 2001 04:19:21 +0000
15634              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
15635              
15636              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
15637              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15638              Date: Wed, 28 Nov 2001 13:36:35 +0000
15639              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
15640      Branch: perl
15641            ! utils/h2ph.PL
15642 ____________________________________________________________________________
15643 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
15644         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
15645              From: Jonathan Stowe <gellyfish@gellyfish.com>
15646              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
15647              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
15648              
15649              (replace #13327)
15650      Branch: perl
15651            ! lib/Term/Cap.pm
15652 ____________________________________________________________________________
15653 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
15654         Log: Replace #13335 with
15655              
15656              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
15657              From: Russ Allbery <rra@stanford.edu>
15658              Date: 27 Nov 2001 20:42:49 -0800
15659              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
15660      Branch: perl
15661            ! lib/Pod/Text/Termcap.pm
15662 ____________________________________________________________________________
15663 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
15664         Log: (replaced by #13336)
15665              
15666              Subject: [PATCH perl@13323] Termcap.pm with no termios
15667              From: "Craig A. Berry" <craigberry@mac.com> 
15668              Date: Tue, 27 Nov 2001 22:28:50 -0600
15669              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
15670      Branch: perl
15671            ! lib/Pod/Text/Termcap.pm
15672 ____________________________________________________________________________
15673 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
15674         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
15675              From: "Craig A. Berry" <craigberry@mac.com> 
15676              Date: Tue, 27 Nov 2001 21:46:45 -0600
15677              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
15678      Branch: perl
15679            ! configure.com
15680 ____________________________________________________________________________
15681 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
15682         Log: Upgrade to podlators 1.17.
15683      Branch: perl
15684            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
15685            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15686 ____________________________________________________________________________
15687 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
15688         Log: Fix for "a\x{100}" =~ /A/i.
15689      Branch: perl
15690            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
15691            ! utf8.c
15692 ____________________________________________________________________________
15693 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
15694         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
15695              From: "Craig A. Berry" <craigberry@mac.com>
15696              Date: Tue, 27 Nov 2001 17:11:49 -0600
15697              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
15698      Branch: perl
15699            ! lib/DB.t
15700 ____________________________________________________________________________
15701 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
15702         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
15703              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15704              Date: Tue, 27 Nov 2001 14:55:23 -0500
15705              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
15706              
15707              Subject: [PATCH: perl@13324] updates to perldelta.pod 
15708              From: PPrymmer@factset.com
15709              Date: Tue, 27 Nov 2001 18:06:04 -0500
15710              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
15711              
15712              plus added some known problems.
15713      Branch: perl
15714            ! pod/perldelta.pod
15715 ____________________________________________________________________________
15716 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
15717         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
15718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15719              Date: Tue, 27 Nov 2001 15:38:02 EST 
15720              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
15721      Branch: perl
15722            ! configure.com vms/vms.c vms/vmsish.h
15723 ____________________________________________________________________________
15724 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
15725         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
15726              From: Michael G Schwern <schwern@pobox.com> 
15727              Date: Tue, 27 Nov 2001 15:31:12 -0500
15728              Message-ID: <20011127153112.G20929@blackrider>
15729      Branch: perl
15730            ! t/run/kill_perl.t
15731 ____________________________________________________________________________
15732 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
15733         Log: (replaced by #13337)
15734              
15735              VMS can safely hardcode a termcap entry for VT100.
15736      Branch: perl
15737            ! lib/Term/Cap.pm
15738 ____________________________________________________________________________
15739 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
15740         Log: VMS piping fixes from Charles Lane (perl -P should
15741              be working now).
15742      Branch: perl
15743            ! vms/vms.c
15744 ____________________________________________________________________________
15745 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
15746         Log: Subject: [PATCH] perlvar.pod fix
15747              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15748              Date: Tue, 27 Nov 2001 13:11:47 -0500
15749              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
15750      Branch: perl
15751            ! pod/perlvar.pod
15752 ____________________________________________________________________________
15753 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
15754         Log: Update Changes.
15755      Branch: perl
15756            ! Changes patchlevel.h
15757 ____________________________________________________________________________
15758 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
15759         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
15760              From: "Craig A. Berry" <craigberry@mac.com> 
15761              Date: Tue, 27 Nov 2001 10:21:18 -0600
15762              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
15763      Branch: perl
15764            ! lib/ExtUtils/MM_VMS.pm
15765 ____________________________________________________________________________
15766 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
15767         Log: Protect against accumulating -options -options -options.
15768      Branch: perl
15769            ! hints/hpux.sh
15770 ____________________________________________________________________________
15771 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
15772         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
15773              From: Barrie Slaymaker <barries@slaysys.com>
15774              Date: Tue, 27 Nov 2001 10:58:54 -0500
15775              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
15776      Branch: perl
15777            ! lib/Benchmark.pm
15778 ____________________________________________________________________________
15779 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
15780         Log: Tiny fix from John P. Linderman.
15781      Branch: perl
15782            ! lib/sort.pm
15783 ____________________________________________________________________________
15784 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
15785         Log: The Story of sort(), from John P. Linderman.
15786      Branch: perl
15787            ! pod/perldelta.pod
15788 ____________________________________________________________________________
15789 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
15790         Log: Add information what to do if you are reading
15791              perluniintro but using some older Perl.
15792      Branch: perl
15793            ! pod/perluniintro.pod
15794 ____________________________________________________________________________
15795 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
15796         Log: Update the 'wide characters' FAQ entry.
15797      Branch: perl
15798            ! pod/perlfaq6.pod
15799 ____________________________________________________________________________
15800 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
15801         Log: Fix for
15802              
15803              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
15804              From: Marc Lehmann <root@schmorp.de>
15805              Date: Tue, 27 Nov 2001 14:27:14 +0100
15806              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
15807      Branch: perl
15808            ! ext/Encode.t ext/Encode/Encode.xs
15809 ____________________________________________________________________________
15810 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
15811         Log: Subject: [PATCH] DB_File 1.801
15812              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15813              Date: Tue, 27 Nov 2001 15:06:45 -0000
15814              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
15815      Branch: perl
15816            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15817            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
15818 ____________________________________________________________________________
15819 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
15820         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
15821      Branch: perl
15822            ! pod/perlmodlib.pod
15823 ____________________________________________________________________________
15824 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
15825         Log: sort() doc tweaks from John P. Linderman.
15826      Branch: perl
15827            ! pod/perlfunc.pod
15828 ____________________________________________________________________________
15829 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
15830         Log: Subject: [PATCH] More perldelta.pod nits
15831              From: Simon Glover <scog@roe.ac.uk>
15832              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
15833              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
15834      Branch: perl
15835            ! pod/perldelta.pod
15836 ____________________________________________________________________________
15837 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
15838         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
15839              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15840              Date: Tue, 27 Nov 2001 11:52:31 -0000
15841              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
15842      Branch: perl
15843            ! ext/Devel/PPPort/harness/Makefile.PL
15844 ____________________________________________________________________________
15845 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
15846         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
15847              From: Michael G Schwern <schwern@pobox.com>
15848              Date: Tue, 27 Nov 2001 03:38:24 -0500
15849              Message-ID: <20011127033824.A17775@blackrider>
15850      Branch: perl
15851            ! t/TEST
15852 ____________________________________________________________________________
15853 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
15854         Log: Subject: Re: perlcc very broken
15855              From: John Peacock <jpeacock@rowman.com>
15856              Date: Tue, 27 Nov 2001 06:48:01 -0500
15857              Message-ID: <3C037D71.4030508@rowman.com>
15858      Branch: perl
15859            ! utils/perlcc.PL
15860 ____________________________________________________________________________
15861 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
15862         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
15863              From: David Dyck <dcd@tc.fluke.com>
15864              Date: Mon, 26 Nov 2001 22:04:38 -0800
15865              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
15866      Branch: perl
15867            ! t/op/pack.t
15868 ____________________________________________________________________________
15869 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
15870         Log: Subject: [ID 20011126.149] t/op/split fails step 37
15871              From: David Dyck <dcd@tc.fluke.com>
15872              Date: Mon, 26 Nov 2001 21:52:35 -0800
15873              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
15874      Branch: perl
15875            ! t/op/split.t
15876 ____________________________________________________________________________
15877 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
15878         Log: incorporate last minute change from libnet 1.0901-tobe
15879      Branch: perl
15880            ! lib/Net/SMTP.pm
15881 ____________________________________________________________________________
15882 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
15883         Log: Pass 7 at perldelta - random edits.
15884      Branch: perl
15885            ! pod/perldelta.pod
15886 ____________________________________________________________________________
15887 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
15888         Log: Portability and skippage tweaks.
15889      Branch: perl
15890            ! t/op/split.t
15891 ____________________________________________________________________________
15892 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
15893         Log: (retracted by #13449)
15894              Try to make Unicode casemapping to work for EBCDIC, too.
15895      Branch: perl
15896            ! utf8.c
15897 ____________________________________________________________________________
15898 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
15899         Log: Just printing 1..0 is not quite enough...
15900      Branch: perl
15901            ! lib/Dumpvalue.t
15902 ____________________________________________________________________________
15903 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
15904         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
15905              Delay the match until runtime.
15906      Branch: perl
15907            ! t/op/append.t
15908 ____________________________________________________________________________
15909 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
15910         Log: UTF-EBCDIC.
15911      Branch: perl
15912            ! ext/Devel/Peek/Peek.t
15913 ____________________________________________________________________________
15914 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
15915         Log: Be UTF-EBCDIC aware.
15916      Branch: perl
15917            ! lib/bytes.t
15918 ____________________________________________________________________________
15919 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
15920         Log: Bad assumption which way digits and letters sort.
15921      Branch: perl
15922            ! lib/English.t
15923 ____________________________________________________________________________
15924 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
15925         Log: If in EBCDIC but no Convert::EBCDIC
15926              the libnet tests will all fail.
15927      Branch: perl
15928            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
15929            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
15930            ! lib/Net/t/smtp.t lib/Net/t/time.t
15931 ____________________________________________________________________________
15932 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
15933         Log: Just sorting to guarantee order is not enough.
15934              (Think EBCDIC.) 
15935      Branch: perl
15936            ! lib/ExtUtils/Manifest.t
15937 ____________________________________________________________________________
15938 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
15939         Log: OS/390 cleanable gunk.
15940      Branch: perl
15941            ! lib/ExtUtils/MM_Unix.pm
15942 ____________________________________________________________________________
15943 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
15944         Log: Update the EBCDIC MD5 checksums.
15945      Branch: perl
15946            ! ext/Digest/MD5/t/files.t
15947 ____________________________________________________________________________
15948 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
15949         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
15950              From: Nicholas Clark <nick@ccl4.org>
15951              Date: Mon, 26 Nov 2001 23:06:34 +0000
15952              Message-ID: <20011126230633.Q37621@plum.flirble.org>
15953      Branch: perl
15954            ! installman
15955 ____________________________________________________________________________
15956 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
15957         Log: sort tweaks from John P. Linderman.
15958      Branch: perl
15959            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
15960 ____________________________________________________________________________
15961 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
15962         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
15963              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
15964              Date: Mon, 26 Nov 2001 18:47:25 -0600
15965              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
15966              
15967              Craig Berry submitted half of this patch just yesterday.
15968              Spooky cosmic resonance.
15969      Branch: perl
15970            ! ext/Socket/Socket.xs
15971 ____________________________________________________________________________
15972 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
15973         Log: Subject: [PATCH] doio slightly smaller
15974              From: Nicholas Clark <nick@ccl4.org>
15975              Date: Tue, 27 Nov 2001 00:40:23 +0000      
15976              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
15977      Branch: perl
15978            ! doio.c
15979 ____________________________________________________________________________
15980 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
15981         Log: perldelta nits from Autrijus Tang and Ron Kimball.
15982      Branch: perl
15983            ! pod/perldelta.pod
15984 ____________________________________________________________________________
15985 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
15986         Log: Subject: [PATCH] unpack P* uses random length for item
15987              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
15988              Date: Mon, 26 Nov 2001 19:56:32 +0100
15989              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
15990      Branch: perl
15991            ! pod/perldiag.pod pp_pack.c t/op/pack.t
15992 ____________________________________________________________________________
15993 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
15994         Log: Subject: [PATCH current] system and taintedness
15995              From: Radu Greab <radu@netsoft.ro>
15996              Date: Mon, 26 Nov 2001 18:42:29 +0200
15997              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
15998      Branch: perl
15999            ! pp_sys.c t/op/taint.t
16000 ____________________________________________________________________________
16001 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
16002         Log: Subject: [PATCH @ 13283] Devel::PPPort
16003              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16004              Date: Mon, 26 Nov 2001 14:37:17 -0000
16005              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
16006      Branch: perl
16007            + ext/Devel/PPPort/MANIFEST
16008            ! MANIFEST ext/Devel/PPPort/Makefile.PL
16009            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
16010            ! ext/Devel/PPPort/harness/Harness.xs
16011            ! ext/Devel/PPPort/harness/Makefile.PL
16012            ! ext/Devel/PPPort/harness/module2.c
16013            ! ext/Devel/PPPort/harness/module3.c
16014            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
16015 ____________________________________________________________________________
16016 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
16017         Log: Update the test list.
16018      Branch: perl
16019            ! t/lib/1_compile.t
16020 ____________________________________________________________________________
16021 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
16022         Log: Sync-up tests with libnet distribution
16023      Branch: perl
16024            + lib/Net/t/netrc.t
16025            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
16026 ____________________________________________________________________________
16027 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
16028         Log: Update Changes.
16029      Branch: perl
16030            ! Changes patchlevel.h
16031 ____________________________________________________________________________
16032 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
16033         Log: Upgrade to podlators 1.16.
16034      Branch: perl
16035            + lib/Pod/t/basic.cap
16036            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
16037            ! lib/Pod/t/basic.t pod/pod2man.PL
16038 ____________________________________________________________________________
16039 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
16040         Log: Pass 6 at perldelta - sort enhancements, generic and
16041              platform specific bug fixes.
16042      Branch: perl
16043            ! pod/perldelta.pod
16044 ____________________________________________________________________________
16045 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
16046         Log: PROPAGATE documentation from Tony Cook.
16047      Branch: perl
16048            ! pod/perlfunc.pod
16049 ____________________________________________________________________________
16050 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
16051         Log: DJGPP cannot do signals that well.
16052      Branch: perl
16053            ! ext/POSIX/t/sigaction.t
16054 ____________________________________________________________________________
16055 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
16056         Log: Can't do subsecond alarms without ualarm; and break out
16057              early if alarms do not seem to be coming in as expected.
16058      Branch: perl
16059            ! ext/Time/HiRes/HiRes.t
16060 ____________________________________________________________________________
16061 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
16062         Log: No Socket, little Net.
16063      Branch: perl
16064            ! t/lib/1_compile.t
16065 ____________________________________________________________________________
16066 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
16067         Log: Take the taint brush to the getcwds.
16068      Branch: perl
16069            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
16070 ____________________________________________________________________________
16071 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
16072         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
16073              From: "Craig A. Berry" <craigberry@mac.com>
16074              Date: Sun, 25 Nov 2001 16:20:45 -0600
16075              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
16076      Branch: perl
16077            ! ext/Socket/Socket.xs
16078 ____________________________________________________________________________
16079 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
16080         Log: Since in some DOS filesystems the timestamp granularity
16081              may be only two seconds, better sleep for three to play safe.
16082              (Helps CygWin, at least.)
16083      Branch: perl
16084            ! lib/Memoize/t/expire_file.t
16085 ____________________________________________________________________________
16086 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
16087         Log: For some reason CygWin wasn't collapsing multiple
16088              slashes into one, which made some Spec.t tests to fail.
16089              Either CygWin was being too prudish or the collapsing
16090              logic needs to be rethunk.
16091      Branch: perl
16092            ! lib/File/Spec/Unix.pm
16093 ____________________________________________________________________________
16094 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
16095         Log: Cygwin needs to have libperl.dll around if trying to link
16096              with -lperl.  Note: this change cures the test but whether
16097              it cures CygPerl installation, I don't know: hopefully the
16098              libperl5_7_2.dll, or the version equivalent, gets installed
16099              also as libperl.dll to the proper place(s).
16100      Branch: perl
16101            ! lib/ExtUtils/Embed.t
16102 ____________________________________________________________________________
16103 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
16104         Log: -I../lib/.. and -L../lib/..?  Strange.
16105      Branch: perl
16106            ! lib/ExtUtils/Embed.t
16107 ____________________________________________________________________________
16108 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
16109         Log: $MM?
16110      Branch: perl
16111            ! lib/ExtUtils/Embed.pm
16112 ____________________________________________________________________________
16113 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
16114         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
16115              From: Dave Rolsky <autarch@urth.org>
16116              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
16117              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
16118      Branch: perl
16119            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
16120            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16121 ____________________________________________________________________________
16122 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
16123         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
16124              From: chromatic <chromatic@rmci.net>
16125              Date: Sat, 24 Nov 2001 14:56:57 -0700
16126              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
16127              
16128              plus a tweak for ithreads builds.
16129      Branch: perl
16130            + lib/DB.t
16131            ! MANIFEST lib/DB.pm
16132 ____________________________________________________________________________
16133 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
16134         Log: Win32 compilation tweaks for Blair Zajac.
16135      Branch: perl
16136            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
16137 ____________________________________________________________________________
16138 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
16139         Log: I don't think trying to bracket the hires time with lores
16140              times is going to be portable enough: Cygwin seems to be
16141              capable of getting hires ones rather consistently lower
16142              than the lores ones.  So let's try average difference instead.
16143      Branch: perl
16144            ! ext/Time/HiRes/HiRes.t
16145 ____________________________________________________________________________
16146 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
16147         Log: Subject: Re: benchmarks, sorts and reproducibility
16148              From: "John P. Linderman" <jpl@research.att.com>
16149              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
16150              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
16151              
16152              Randomize large partitions for quicksort to dodge the
16153              angry gods of quadratic.
16154      Branch: perl
16155            ! pp_sort.c
16156 ____________________________________________________________________________
16157 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
16158         Log: The joys of portable quoting.
16159      Branch: perl
16160            ! ext/Devel/PPPort/harness/Makefile.PL
16161 ____________________________________________________________________________
16162 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
16163         Log: sort pragma tweaks.
16164      Branch: perl
16165            ! lib/sort.pm
16166 ____________________________________________________________________________
16167 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
16168         Log: Skip the link= directives of utils.lst if no mandir
16169              (if no manpages).
16170      Branch: perl
16171            ! installman
16172 ____________________________________________________________________________
16173 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
16174         Log: integrate changes#8340,13260 from mainline
16175              
16176              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
16177              
16178              change#3373 introduced a handle leak in backticks and piped open()s
16179              that fail
16180      Branch: maint-5.6/perl
16181            ! t/io/pipe.t util.c
16182 ____________________________________________________________________________
16183 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
16184         Log: change#3373 introduced a handle leak in backticks and piped open()s
16185              that fail
16186      Branch: perl
16187            ! util.c
16188 ____________________________________________________________________________
16189 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
16190         Log: metaconfig unit change for #13258.
16191      Branch: metaconfig/U/perl
16192            ! d_procselfexe.U
16193 ____________________________________________________________________________
16194 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
16195         Log: Extraenous breaks noticed by David Dyck.
16196      Branch: perl
16197            ! Configure
16198 ____________________________________________________________________________
16199 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
16200         Log: Revert the /proc/self/auxv experiment for now.
16201      Branch: perl
16202            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
16203 ____________________________________________________________________________
16204 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
16205         Log: Also ExtUtils.t had $^X assumptions.
16206      Branch: perl
16207            ! lib/ExtUtils.t
16208 ____________________________________________________________________________
16209 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
16210         Log: Now is Solaris if you start the t/perl in the t/
16211              as "./perl", the $^X will be "../perl", not "./perl".
16212      Branch: perl
16213            ! t/lib/1_compile.t
16214 ____________________________________________________________________________
16215 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
16216         Log: The new way of finding out $^X in Solaris
16217              requires a little tweak if the executable
16218              pathname is *not* absolute: prepend "./"
16219              (otherwise `$^X ...` will start perl from PATH...)
16220      Branch: perl
16221            ! perl.c
16222 ____________________________________________________________________________
16223 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
16224         Log: Avoid "will not stay shared" warnings.
16225      Branch: perl
16226            ! lib/ExtUtils/MM_Unix.pm
16227 ____________________________________________________________________________
16228 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
16229         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
16230              From: Michael G Schwern <schwern@pobox.com>
16231              Date: Sat, 24 Nov 2001 19:56:18 -0500
16232              Message-ID: <20011124195618.A14614@blackrider>            
16233      Branch: perl
16234            ! perl.c pp_sys.c t/op/magic.t util.c
16235 ____________________________________________________________________________
16236 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
16237         Log: In the MakeMaker pm_to_blib target don't copy all
16238              the files in one fell swoop, deal with them hunkwise,
16239              helps for CLIs with limited line lengths.
16240              (This seems to help for DJGPP building Encode,
16241              where there are dozens of files to copy.)
16242      Branch: perl
16243            ! lib/ExtUtils/MM_Unix.pm
16244 ____________________________________________________________________________
16245 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
16246         Log: testsuite leaves stray files behind on windows
16247      Branch: perl
16248            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
16249 ____________________________________________________________________________
16250 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
16251         Log: xsubpp produces a spurious warning on directories called 'typemap'
16252      Branch: perl
16253            ! lib/ExtUtils/xsubpp
16254 ____________________________________________________________________________
16255 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
16256         Log: xsubpp treats invalid (indented) cpp directives as comments
16257      Branch: perl
16258            ! ext/IO/IO.xs
16259 ____________________________________________________________________________
16260 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
16261         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
16262      Branch: perl
16263            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16264 ____________________________________________________________________________
16265 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
16266         Log: The debug_pag needs to be visible at all times
16267              because of the re extension.
16268      Branch: perl
16269            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
16270 ____________________________________________________________________________
16271 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
16272         Log: Subject: Re: [PATCH] Tests are good
16273              From: Philip Newton <Philip.Newton@gmx.net>
16274              Date: Sat, 24 Nov 2001 21:24:00 +0100
16275              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
16276      Branch: perl
16277            ! pod/perlhack.pod
16278 ____________________________________________________________________________
16279 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
16280         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
16281              From: "Craig A. Berry" <craigberry@mac.com> 
16282              Date: Sat, 24 Nov 2001 12:45:44 -0600
16283              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
16284              
16285              (with tweaks, and combined with Sarathy's #13242)
16286      Branch: perl
16287            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
16288 ____________________________________________________________________________
16289 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
16290         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
16291              From: John Peacock <jpeacock@rowman.com>
16292              Date: Sat, 24 Nov 2001 14:27:46 -0500
16293              Message-ID: <3BFFF4B2.40509@rowman.com> 
16294      Branch: perl
16295            ! lib/Exporter/Heavy.pm
16296 ____________________________________________________________________________
16297 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
16298         Log: use portable quotes
16299      Branch: perl
16300            ! ext/Devel/PPPort/harness/Makefile.PL
16301 ____________________________________________________________________________
16302 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
16303         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
16304              From: Nicholas Clark <nick@ccl4.org>
16305              Date: Sat, 24 Nov 2001 18:06:26 +0000
16306              Message-ID: <20011124180626.T37621@plum.flirble.org>
16307      Branch: perl
16308            ! installman
16309 ____________________________________________________________________________
16310 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
16311         Log: Subject: [PATCH] perl5005delta.pod L<>
16312              From: Nicholas Clark <nick@ccl4.org>
16313              Date: Sat, 24 Nov 2001 18:04:21 +0000
16314              Message-ID: <20011124180421.S37621@plum.flirble.org>
16315      Branch: perl
16316            ! pod/perl5005delta.pod
16317 ____________________________________________________________________________
16318 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
16319         Log: fix typo in config.vc; regenerate win32 config_H.* files
16320      Branch: perl
16321            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16322            ! win32/config_H.vc
16323 ____________________________________________________________________________
16324 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
16325         Log: Mention the charnames::vianame().
16326      Branch: perl
16327            ! pod/perluniintro.pod
16328 ____________________________________________________________________________
16329 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
16330         Log: Add charnames::vianame() in case people want to access
16331              the codes in run-time (as opposed to the compile-timeness
16332              of \N{...}).
16333      Branch: perl
16334            ! lib/charnames.pm lib/charnames.t
16335 ____________________________________________________________________________
16336 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
16337         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
16338              From: Nicholas Clark <nick@ccl4.org>
16339              Date: Sat, 24 Nov 2001 16:30:42 +0000
16340              Message-ID: <20011124163042.R37621@plum.flirble.org>
16341      Branch: perl
16342            ! regcomp.c regcomp.h
16343 ____________________________________________________________________________
16344 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
16345         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
16346              From: Nicholas Clark <nick@ccl4.org>
16347              Date: Sat, 24 Nov 2001 16:24:33 +0000
16348              Message-ID: <20011124162433.Q37621@plum.flirble.org>
16349              
16350              cmp fixes.
16351      Branch: perl
16352            ! pp.c
16353 ____________________________________________________________________________
16354 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
16355         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
16356              (It seems that "./perl" gets resolved to "perl" now.)
16357      Branch: perl
16358            ! perl.c
16359 ____________________________________________________________________________
16360 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
16361         Log: Subject: [PATCH] DB_File 1.800        
16362              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
16363              Date: Sat, 24 Nov 2001 11:41:41 -0000
16364              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
16365      Branch: perl
16366            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16367            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
16368            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16369            ! ext/DB_File/t/db-recno.t
16370 ____________________________________________________________________________
16371 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
16372         Log: Tweak the PUSHED documentation.
16373      Branch: perl
16374            ! ext/PerlIO/Via/Via.pm
16375 ____________________________________________________________________________
16376 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
16377         Log: Update 1_compile for new known tests.
16378      Branch: perl
16379            ! t/lib/1_compile.t
16380 ____________________________________________________________________________
16381 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
16382         Log: Move the MBF/MBI test modules to t/lib.
16383      Branch: perl
16384            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
16385            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
16386            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
16387            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
16388            ! lib/Math/BigInt/t/sub_mbi.t
16389 ____________________________________________________________________________
16390 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
16391         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
16392              From: "Craig A. Berry" <craigberry@mac.com> 
16393              Date: Fri, 23 Nov 2001 18:05:35 -0600
16394              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
16395      Branch: perl
16396            ! configure.com
16397 ____________________________________________________________________________
16398 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
16399         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
16400              From: PPrymmer@factset.com 
16401              Date: Fri, 23 Nov 2001 17:03:07 -0500
16402              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
16403      Branch: perl
16404            ! ext/Unicode/Normalize/mkheader
16405 ____________________________________________________________________________
16406 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
16407         Log: Here are the right helper files.
16408      Branch: perl
16409            + t/lib/Filter/Simple/ExportTest.pm
16410            + t/lib/Filter/Simple/FilterOnlyTest.pm
16411            + t/lib/Filter/Simple/FilterTest.pm
16412            + t/lib/Filter/Simple/ImportTest.pm
16413            ! MANIFEST
16414 ____________________________________________________________________________
16415 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
16416         Log: Update Changes.
16417      Branch: perl
16418            ! Changes patchlevel.h
16419 ____________________________________________________________________________
16420 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
16421         Log: Never mind.
16422      Branch: perl
16423            - lib/Filter/Simple/lib/ExportTest.pm
16424            - lib/Filter/Simple/lib/ImportTest.pm
16425 ____________________________________________________________________________
16426 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
16427         Log: Mis-add.
16428      Branch: perl
16429            + lib/Filter/Simple/lib/ExportTest.pm
16430            + lib/Filter/Simple/lib/ImportTest.pm
16431 ____________________________________________________________________________
16432 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
16433         Log: Upgrade to Filter::Simple 0.77.
16434      Branch: perl
16435            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
16436            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
16437            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
16438            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
16439            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
16440 ____________________________________________________________________________
16441 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
16442         Log: Missing p4 add.
16443      Branch: perl
16444            + lib/ExtUtils/MM_VMS.t
16445 ____________________________________________________________________________
16446 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
16447         Log: Pass 5 at perldelta - module and utility updates cleanup.
16448      Branch: perl
16449            ! pod/perldelta.pod
16450 ____________________________________________________________________________
16451 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
16452         Log: metaconfig unit change for #13219.
16453      Branch: metaconfig/U/perl
16454            ! d_procselfexe.U
16455 ____________________________________________________________________________
16456 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
16457         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
16458      Branch: perl
16459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16460            ! pod/buildtoc.PL pod/perltoc.pod
16461 ____________________________________________________________________________
16462 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
16463         Log: Add procselfexe and d_dirfd to strange lands.
16464      Branch: perl
16465            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
16466            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16467            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16468            ! win32/config.gc win32/config.vc win32/config.win64
16469            ! wince/config.ce
16470 ____________________________________________________________________________
16471 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
16472         Log: metaconfig unit change for #13216.
16473      Branch: metaconfig/U/perl
16474            ! d_procselfexe.U
16475 ____________________________________________________________________________
16476 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
16477         Log: Better to "quote" the pathname.
16478      Branch: perl
16479            ! Configure config_h.SH
16480 ____________________________________________________________________________
16481 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
16482         Log: Use PROCSELFEXE_PATH.
16483      Branch: perl
16484            ! perl.c
16485 ____________________________________________________________________________
16486 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
16487         Log: metaconfig unit change for #13213.
16488      Branch: metaconfig/U/perl
16489            ! d_procselfexe.U
16490 ____________________________________________________________________________
16491 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
16492         Log: Add probing for BSD-like /proc/curproc/file.
16493      Branch: perl
16494            ! Configure config_h.SH
16495 ____________________________________________________________________________
16496 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
16497         Log: metaconfig unit change for 13211.
16498      Branch: metaconfig/U/perl
16499            + d_dirfd.U
16500 ____________________________________________________________________________
16501 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
16502         Log: Add probing for dirfd() so that it can be added it IO::Dir.
16503      Branch: perl
16504            ! Configure config_h.SH perl.h
16505 ____________________________________________________________________________
16506 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
16507         Log: ...and update the test count.
16508      Branch: perl
16509            ! lib/Pod/t/basic.t
16510 ____________________________________________________________________________
16511 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
16512         Log: Must remove the cap test also from the test script.
16513      Branch: perl
16514            ! lib/Pod/t/basic.t
16515 ____________________________________________________________________________
16516 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
16517         Log: Subject: [PATCH] Tests are good
16518              From: Nicholas Clark <nick@ccl4.org>
16519              Date: Fri, 23 Nov 2001 18:12:21 +0000
16520              Message-ID: <20011123181220.F37621@plum.flirble.org>
16521      Branch: perl
16522            ! pod/perlhack.pod
16523 ____________________________________________________________________________
16524 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
16525         Log: The basic.cap from podlators 1.14 is not very portable.
16526      Branch: perl
16527            - lib/Pod/t/basic.cap
16528            ! MANIFEST
16529 ____________________________________________________________________________
16530 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
16531         Log: Subject: Re: [DOC PATCHES] pod cleanups
16532              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16533              Date: 22 Nov 2001 12:54:16 -0000
16534              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
16535      Branch: perl
16536            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
16537            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
16538 ____________________________________________________________________________
16539 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
16540         Log: FAQ sync.
16541      Branch: perl
16542            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
16543 ____________________________________________________________________________
16544 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
16545         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
16546              From: PPrymmer@factset.com
16547              Date: Fri, 23 Nov 2001 11:43:45 -0500
16548              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
16549      Branch: perl
16550            ! MANIFEST lib/ExtUtils/MM_VMS.pm
16551 ____________________________________________________________________________
16552 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
16553         Log: Corify podlators 1.14 test.
16554      Branch: perl
16555            ! lib/Pod/t/basic.t
16556 ____________________________________________________________________________
16557 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
16558         Log: Output tweak needed because of podlators 1.14.
16559      Branch: perl
16560            ! t/pod/multiline_items.xr
16561 ____________________________________________________________________________
16562 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
16563         Log: Upgrade to podlators 1.14.
16564      Branch: perl
16565            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
16566            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
16567            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
16568            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
16569            ! lib/Pod/Text/Overstrike.pm
16570 ____________________________________________________________________________
16571 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
16572         Log: perlmodinstall tweaks from Philip Newton.
16573      Branch: perl
16574            ! pod/perlmodinstall.pod
16575 ____________________________________________________________________________
16576 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
16577         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
16578              From: Autrijus Tang <autrijus@autrijus.org>           
16579              Date: Fri, 23 Nov 2001 23:55:53 +0800
16580              Message-ID: <20011123235553.A2310@not.autrijus.org>
16581      Branch: perl
16582            ! Porting/genlog
16583 ____________________________________________________________________________
16584 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
16585         Log: Subject: Re: regex oddness with \Z and $&
16586              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
16587              Date: Fri, 23 Nov 2001 15:15:24 +0000
16588              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
16589      Branch: perl
16590            ! regcomp.c t/op/re_tests
16591 ____________________________________________________________________________
16592 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
16593         Log: regen_headers.
16594      Branch: perl
16595            ! embed.h global.sym pod/perlapi.pod proto.h
16596 ____________________________________________________________________________
16597 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
16598         Log: Forgotten check-in.
16599      Branch: perl
16600            ! pod/perlapi.pod
16601 ____________________________________________________________________________
16602 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
16603         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
16604      Branch: perl
16605            ! lib/Test/Simple.pm
16606 ____________________________________________________________________________
16607 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
16608         Log: Retract #13173 (effectively retract Net::Ping 2.06,
16609              go back to 2.04, the 2.06 hasn't seen the patches
16610              that have gone to the blead version.)
16611      Branch: perl
16612            - lib/Net/Ping/CHANGES lib/Net/Ping/README
16613            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16614            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16615            - lib/Net/Ping/t/200_ping_tcp.t
16616            ! MANIFEST lib/Net/Ping.pm
16617 ____________________________________________________________________________
16618 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
16619         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
16620              From: Robin Barker <rmb1@cise.npl.co.uk>
16621              Date: Thu, 22 Nov 2001 11:00:38 GMT
16622              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
16623      Branch: perl
16624            ! utils/perldoc.PL
16625 ____________________________________________________________________________
16626 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
16627         Log: metaconfig unit change for #13191.
16628      Branch: metaconfig/U/perl
16629            ! d_procselfexe.U
16630 ____________________________________________________________________________
16631 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
16632         Log: procselfexe tweak: for some reason I had a ls in
16633              /proc/self/exe, not the ls Configure thought it
16634              would found.
16635      Branch: perl
16636            ! Configure
16637 ____________________________________________________________________________
16638 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
16639         Log: Corify the Net::Ping tests; skip the tests
16640              unless $ENV{PERL_TEST_Net_Ping} is true.
16641      Branch: perl
16642            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16643            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16644            ! lib/Net/Ping/t/200_ping_tcp.t
16645 ____________________________________________________________________________
16646 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
16647         Log: metaconfig units changes for #13188.
16648      Branch: metaconfig
16649            ! U/modified/Head.U
16650      Branch: metaconfig/U/perl
16651            ! issymlink.U
16652 ____________________________________________________________________________
16653 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
16654         Log: The #13182 didn't really help.  The real problem
16655              seems to be that 'sh' can in AIX mean at least three
16656              different things, and we can't know which one it is
16657              unless we export $newsh from an earlier run (and it's
16658              the 'bsh' aka 'sh' that has the the broken test -h).
16659      Branch: perl
16660            ! Configure
16661 ____________________________________________________________________________
16662 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
16663         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
16664      Branch: perl
16665            ! op.c t/op/override.t
16666 ____________________________________________________________________________
16667 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
16668         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
16669              From: PPrymmer@factset.com 
16670              Date: Wed, 21 Nov 2001 20:17:25 -0500
16671              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
16672      Branch: perl
16673            ! lib/Shell.t
16674 ____________________________________________________________________________
16675 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
16676         Log: Reapply perlmodinstall parts of #12897.
16677      Branch: perl
16678            ! pod/perlmodinstall.pod
16679 ____________________________________________________________________________
16680 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
16681         Log: perlmodinstall 2.01 from Jon Orwant.
16682      Branch: perl
16683            ! pod/perlmodinstall.pod
16684 ____________________________________________________________________________
16685 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
16686         Log: Subject: [PATCH @10907] REXX on OS/2
16687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16688              Date: Wed, 21 Nov 2001 15:26:11 -0500
16689              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
16690      Branch: perl
16691            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16692            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
16693 ____________________________________________________________________________
16694 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
16695         Log: metaconfig unit change for #13181.
16696      Branch: metaconfig/U/perl
16697            ! issymlink.U
16698 ____________________________________________________________________________
16699 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
16700         Log: AIX has broken builtin 'test'.
16701      Branch: perl
16702            ! Configure
16703 ____________________________________________________________________________
16704 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
16705         Log: Subject: [PATCH 5.7.x] INSTALL size update
16706              From: Andy Dougherty <doughera@lafayette.edu>
16707              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
16708              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
16709      Branch: perl
16710            ! INSTALL
16711 ____________________________________________________________________________
16712 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
16713         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
16714              to pp_sort.c.  Includes the quicksort stabilizing layer
16715              from John P. Linderman.  -Msort=qsort or -Msort=fast is
16716              faster than without (or with -Msort=mergesort or -Msort=safe)
16717              for short random inputs, but for some reason not quite as fast
16718              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
16719              optimizing definitely needed.
16720      Branch: perl
16721            + lib/sort.pm lib/sort.t pp_sort.c
16722            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
16723            ! embed.pl global.sym perl.h pp_ctl.c proto.h
16724            ! vms/descrip_mms.template vos/build.cm win32/Makefile
16725            ! win32/makefile.mk wince/Makefile.ce
16726 ____________________________________________________________________________
16727 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
16728         Log: Sync file with libnet-1.0901-tobe
16729      Branch: perl
16730            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
16731            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
16732            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
16733            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
16734            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
16735 ____________________________________________________________________________
16736 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
16737         Log: Subject: [PATCH perldoc] problems with pod2man
16738              From: Robin Barker <rmb1@cise.npl.co.uk>
16739              Date: Wed, 21 Nov 2001 17:48:51 GMT
16740              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
16741      Branch: perl
16742            ! utils/perldoc.PL
16743 ____________________________________________________________________________
16744 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
16745         Log: debug_pad only visible when debugging.
16746      Branch: perl
16747            ! makedef.pl
16748 ____________________________________________________________________________
16749 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
16750         Log: metaconfig units changes for #13174.
16751      Branch: metaconfig/U/perl
16752            + d_procselfexe.U
16753            - procselfexe.U
16754 ____________________________________________________________________________
16755 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
16756         Log: procselfexe tweaks.
16757      Branch: perl
16758            ! Configure config_h.SH
16759 ____________________________________________________________________________
16760 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
16761         Log: Upgrade to Net::Ping 2.06.
16762      Branch: perl
16763            + lib/Net/Ping/CHANGES lib/Net/Ping/README
16764            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16765            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16766            + lib/Net/Ping/t/200_ping_tcp.t
16767            ! MANIFEST lib/Net/Ping.pm
16768 ____________________________________________________________________________
16769 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
16770         Log: Upgrade to Math::BigInt 1.47.
16771      Branch: perl
16772            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16773            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
16774            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
16775            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
16776            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
16777            ! lib/Math/BigInt/t/sub_mbi.t
16778 ____________________________________________________________________________
16779 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
16780         Log: Dynaloading for POSIX-BC from Thomas Dorner.
16781      Branch: perl
16782            ! hints/posix-bc.sh
16783 ____________________________________________________________________________
16784 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
16785         Log: Strange: the same mysterious regex study bug
16786              seems to be present both in OS/390 and POSIX-BC.
16787              Deep EBCDIC magic that regex engine gets wrong,
16788              or a bug in some compiler/library shared by the
16789              two platforms?  From Thomas Dorner.
16790      Branch: perl
16791            ! t/op/study.t
16792 ____________________________________________________________________________
16793 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
16794         Log: More lost and found.
16795      Branch: perl
16796            + lib/Test/Simple/README
16797            ! MANIFEST
16798 ____________________________________________________________________________
16799 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
16800         Log: MANIFESTly missing.
16801      Branch: perl
16802            ! MANIFEST
16803 ____________________________________________________________________________
16804 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
16805         Log: Subject: Re: PERFORCE change 13162 for review               
16806              From: Philip Newton <Philip.Newton@gmx.net> 
16807              Date: Wed, 21 Nov 2001 16:44:30 +0100
16808              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
16809      Branch: perl
16810            ! ext/Devel/PPPort/PPPort.pm
16811 ____________________________________________________________________________
16812 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
16813         Log: Update Changes.
16814      Branch: perl
16815            ! Changes patchlevel.h
16816 ____________________________________________________________________________
16817 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
16818         Log: Small doc tweaks.
16819      Branch: perl
16820            ! ext/PerlIO/Via/Via.pm
16821 ____________________________________________________________________________
16822 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
16823         Log: Redundant return.
16824      Branch: perl
16825            ! ext/MIME/Base64/QuotedPrint.pm
16826 ____________________________________________________________________________
16827 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
16828         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
16829              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16830              Date: Wed, 21 Nov 2001 10:23:16 +0100
16831              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
16832      Branch: perl
16833            ! pp_pack.c t/op/pack.t
16834 ____________________________________________________________________________
16835 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
16836         Log: Add Devel::PPPort originally from Kenneth Albanowski,
16837              revigorated by Paul Marquess: gives h2xs a Perl version
16838              portability boost.
16839      Branch: perl
16840            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
16841            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
16842            + ext/Devel/PPPort/harness/Harness.pm
16843            + ext/Devel/PPPort/harness/Harness.xs
16844            + ext/Devel/PPPort/harness/Makefile.PL
16845            + ext/Devel/PPPort/harness/module2.c
16846            + ext/Devel/PPPort/harness/module3.c
16847            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
16848            ! MANIFEST lib/h2xs.t utils/h2xs.PL
16849 ____________________________________________________________________________
16850 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
16851         Log: Oops.
16852      Branch: perl
16853            ! lib/Test/Simple/t/filehandles.t
16854 ____________________________________________________________________________
16855 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
16856         Log: Subject: Re: PERFORCE change 13152 for review               
16857              From: Philip Newton <Philip.Newton@gmx.net> 
16858              Date: Wed, 21 Nov 2001 09:04:05 +0100
16859              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
16860      Branch: perl
16861            ! lib/Test/Builder.pm
16862 ____________________________________________________________________________
16863 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
16864         Log: Subject: Re: PERFORCE change 13142 for review
16865              From: Philip Newton <Philip.Newton@gmx.net>
16866              Date: Wed, 21 Nov 2001 09:04:03 +0100
16867              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
16868              
16869              plus rewrap few paragraphs.
16870      Branch: perl
16871            ! lib/Pod/LaTeX.pm
16872 ____________________________________________________________________________
16873 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
16874         Log: Integrate #13154 from macperl; Remove comments.
16875      Branch: perl
16876           !> lib/File/Spec/Mac.pm
16877 ____________________________________________________________________________
16878 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
16879         Log: Update the list of modules having tests.
16880      Branch: perl
16881            ! t/lib/1_compile.t
16882 ____________________________________________________________________________
16883 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
16884         Log: Slight doc changes.
16885      Branch: maint-5.6/macperl
16886            ! macos/macperl/MacPerl.podhelp
16887 ____________________________________________________________________________
16888 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
16889         Log: Add UTF-16 coercion.
16890      Branch: maint-5.6/macperl
16891            ! macos/lib/Mac/AppleEvents/Simple.pm
16892 ____________________________________________________________________________
16893 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
16894         Log: Remove comments.
16895      Branch: maint-5.6/macperl
16896            ! lib/File/Spec/Mac.pm
16897 ____________________________________________________________________________
16898 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
16899         Log: Fix FSpGetCatInfo (and other functions) corrupting
16900              memory with bad filespecs (bug #471867)
16901      Branch: maint-5.6/macperl
16902            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
16903 ____________________________________________________________________________
16904 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
16905         Log: Upgrade to Test::Simple 0.33.
16906      Branch: perl
16907            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
16908            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
16909            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
16910 ____________________________________________________________________________
16911 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
16912         Log: Upgrade to Test::Harness 1.26.
16913      Branch: perl
16914            ! lib/Test/Harness.pm lib/Test/Harness/Changes
16915 ____________________________________________________________________________
16916 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
16917         Log: Integrate change #13145 from maintperl;
16918              another compatibility tweak to change#12559: avoid quoting
16919              arguments that already have quotes; add test case
16920      Branch: perl
16921           !> t/op/system_tests win32/win32.c
16922 ____________________________________________________________________________
16923 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
16924         Log: integrate change#13147 from mainline (fixes nit in change#10091)
16925              
16926              Subject: [PATCH] spaceship and refs
16927      Branch: maint-5.6/perl
16928            ! pp.c pp_hot.c t/op/cmp.t
16929 ____________________________________________________________________________
16930 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
16931         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
16932              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
16933              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
16934              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
16935      Branch: perl
16936            + lib/Pod/t/utils.t
16937            ! MANIFEST
16938 ____________________________________________________________________________
16939 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
16940         Log: Subject: [PATCH] spaceship and refs
16941              From: Nicholas Clark <nick@ccl4.org>
16942              Date: Tue, 20 Nov 2001 21:59:51 +0000
16943              Message-ID: <20011120215951.U62891@plum.flirble.org> 
16944      Branch: perl
16945            ! pp.c pp_hot.c t/op/cmp.t
16946 ____________________________________________________________________________
16947 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
16948         Log: Try to clarify which I/O call operates on bytes,
16949              which on characters, which on either.
16950      Branch: perl
16951            ! pod/perlfunc.pod
16952 ____________________________________________________________________________
16953 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
16954         Log: another compatibility tweak to change#12559: avoid quoting
16955              arguments that already have quotes; add test case
16956      Branch: maint-5.6/perl
16957            ! t/op/system_tests win32/win32.c
16958 ____________________________________________________________________________
16959 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
16960         Log: Give a simple example of writing PerlIO::Via handlers
16961              in Perl.
16962      Branch: perl
16963            ! ext/PerlIO/Via/Via.pm
16964 ____________________________________________________________________________
16965 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
16966         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
16967      Branch: perl
16968            + lib/Pod/t/latex.t
16969            ! MANIFEST
16970 ____________________________________________________________________________
16971 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
16972         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
16973              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16974              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
16975              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
16976      Branch: perl
16977            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
16978 ____________________________________________________________________________
16979 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
16980         Log: Spread d_procselfexe to far-off lands (undefined).
16981      Branch: perl
16982            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
16983            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16984            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16985            ! win32/config.gc win32/config.vc win32/config.win64
16986            ! wince/config.ce
16987 ____________________________________________________________________________
16988 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
16989         Log: Integrate perlio; add detection and use of /proc/self/exe
16990              (Linuxism for finding the absolute path of the executable)
16991      Branch: perl
16992           !> Configure config_h.SH perl.c t/op/magic.t
16993 ____________________________________________________________________________
16994 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
16995         Log: Really define do_report_used() only if DEBUGGING.
16996      Branch: perl
16997            ! sv.c
16998 ____________________________________________________________________________
16999 [ 13138] By: nick                                  on 2001/11/20  20:01:05
17000         Log: perl.c change to use HAS_PROCSELFEXE, also
17001              tweak to $^X test to comprehend full path to real executable
17002              being returned (like Cygwin as it happens...)
17003      Branch: perlio
17004            ! perl.c t/op/magic.t
17005 ____________________________________________________________________________
17006 [ 13137] By: nick                                  on 2001/11/20  19:46:00
17007         Log: Integrate mainline
17008      Branch: perlio
17009           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
17010           +> lib/NEXT/t/unseen.t
17011            - lib/NEXT/test.pl
17012           !> (integrate 34 files)
17013 ____________________________________________________________________________
17014 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
17015         Log: Subject: [?PATCH] terser pp_eq
17016              From: Nicholas Clark <nick@ccl4.org>
17017              Date: Mon, 19 Nov 2001 23:09:02 +0000
17018              Message-ID: <20011119230901.O62891@plum.flirble.org>
17019      Branch: perl
17020            ! pp_hot.c
17021 ____________________________________________________________________________
17022 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
17023         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
17024      Branch: perl
17025            ! pod/perldelta.pod
17026 ____________________________________________________________________________
17027 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
17028         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
17029              From: Andy Dougherty <doughera@lafayette.edu>
17030              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
17031              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
17032      Branch: perl
17033            ! ext/re/Makefile.PL ext/re/re.xs
17034 ____________________________________________________________________________
17035 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
17036         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
17037              From: Andy Dougherty <doughera@lafayette.edu>
17038              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
17039              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
17040      Branch: perl
17041            ! ext/re/re.xs
17042 ____________________________________________________________________________
17043 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
17044         Log: Integrate change #13119 from macperl.
17045              (No changes since already applied the patch,
17046              just keep perforce happy and well-fed.)
17047      Branch: perl
17048           !> lib/Pod/Html.pm
17049 ____________________________________________________________________________
17050 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
17051         Log: Subject: [PATCH] filter-util.pl for Mac OS
17052              From: Chris Nandor <pudge@pobox.com>
17053              Date: Tue, 20 Nov 2001 00:16:11 -0500
17054              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
17055      Branch: perl
17056            ! t/lib/filter-util.pl
17057 ____________________________________________________________________________
17058 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
17059         Log: Subject: [PATCH] Portability fix for Pod::Html
17060              From: Chris Nandor <pudge@pobox.com>
17061              Date: Tue, 20 Nov 2001 00:01:05 -0500
17062              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
17063      Branch: perl
17064            ! lib/Pod/Html.pm
17065 ____________________________________________________________________________
17066 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
17067         Log: Need to skip more tests if not perlio.
17068      Branch: perl
17069            ! lib/open.t
17070 ____________________________________________________________________________
17071 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
17072         Log: Pass 3 at perldelta - sort the lists of new modules,
17073              module improvements, and new platforms.
17074      Branch: perl
17075            ! pod/perldelta.pod
17076 ____________________________________________________________________________
17077 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
17078         Log: Document ${^OPEN}.
17079      Branch: perl
17080            ! pod/perlvar.pod
17081 ____________________________________________________________________________
17082 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
17083         Log: Make configpm work with extra keys
17084      Branch: maint-5.6/macperl
17085            ! macos/configpm
17086 ____________________________________________________________________________
17087 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
17088         Log: Version and doc updates
17089      Branch: maint-5.6/macperl
17090            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
17091 ____________________________________________________________________________
17092 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
17093         Log: More fixes for error message parsing (bug #470316)
17094      Branch: maint-5.6/macperl
17095            ! macos/macish.c
17096 ____________________________________________________________________________
17097 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
17098         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
17099              remove obsolete function (bug #465225)
17100      Branch: maint-5.6/macperl
17101            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
17102            ! macos/macperl/MPScript.c
17103 ____________________________________________________________________________
17104 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
17105         Log: Add p2as droplet to distribution.
17106      Branch: maint-5.6/macperl
17107            + macos/macperl/Droplets/p2as.plx
17108 ____________________________________________________________________________
17109 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
17110         Log: Bundle File::Sort.
17111      Branch: maint-5.6/macperl
17112            + macos/bundled_lib/blib/lib/File/Sort.pm
17113 ____________________________________________________________________________
17114 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
17115         Log: Various bundled module fixes.
17116      Branch: maint-5.6/macperl
17117            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
17118            ! macos/bundled_ext/Digest/MD5/t/files.t
17119            ! macos/bundled_ext/Filter/t/filter-util.pl
17120            ! macos/bundled_lib/blib/lib/Net/Config.pm
17121            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
17122 ____________________________________________________________________________
17123 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
17124         Log: Portability fix for Pod::Html.
17125      Branch: maint-5.6/macperl
17126            ! lib/Pod/Html.pm
17127 ____________________________________________________________________________
17128 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
17129         Log: Upgrade to Text::Balanced 1.89.
17130      Branch: perl
17131            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
17132            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
17133            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
17134            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
17135            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
17136            ! lib/Text/Balanced/t/gentag.t
17137 ____________________________________________________________________________
17138 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
17139         Log: Upgrade to NEXT 0.50.
17140      Branch: perl
17141            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
17142            + lib/NEXT/t/unseen.t
17143            - lib/NEXT/test.pl
17144            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
17145 ____________________________________________________________________________
17146 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
17147         Log: Integrate with maint-5.6/perl.
17148      Branch: maint-5.6/macperl
17149           !> win32/win32.c
17150 ____________________________________________________________________________
17151 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
17152         Log: Update the README.threads scary header a bit.
17153      Branch: perl
17154            ! README.threads
17155 ____________________________________________________________________________
17156 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
17157         Log: Pass 2 at perldelta: add some changes since 5.7.2.
17158      Branch: perl
17159            ! pod/perldelta.pod
17160 ____________________________________________________________________________
17161 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
17162         Log: Subject: [DOC PATCH] perlfaq4.pod 
17163              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17164              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
17165              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
17166      Branch: perl
17167            ! pod/perlfaq4.pod
17168 ____________________________________________________________________________
17169 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
17170         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
17171              From: Michael G Schwern <schwern@pobox.com> 
17172              Date: Mon, 19 Nov 2001 19:53:12 -0500
17173              Message-ID: <20011119195311.I11883@blackrider>
17174      Branch: perl
17175            ! perl.c
17176 ____________________________________________________________________________
17177 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
17178         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
17179              From: PPrymmer@factset.com
17180              Date: Mon, 19 Nov 2001 17:08:59 -0500
17181              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
17182      Branch: perl
17183            ! vms/descrip_mms.template
17184 ____________________________________________________________________________
17185 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
17186         Log: Create a per-interpeter debug scratchpad container
17187              and use that for the regexec debugging.
17188      Branch: perl
17189            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
17190 ____________________________________________________________________________
17191 [ 13109] By: nick                                  on 2001/11/19  22:01:45
17192         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
17193              Configure unit detects the feature).
17194      Branch: metaconfig/U/perl
17195            + procselfexe.U
17196      Branch: perlio
17197            ! Configure config_h.SH
17198 ____________________________________________________________________________
17199 [ 13108] By: nick                                  on 2001/11/19  20:39:17
17200         Log: Integrate mainline
17201      Branch: perlio
17202           +> t/op/or.t
17203           !> (integrate 44 files)
17204 ____________________________________________________________________________
17205 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
17206         Log: sysseek tweak.
17207      Branch: perl
17208            ! pod/perlfunc.pod
17209 ____________________________________________________________________________
17210 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
17211         Log: Move the sysio tests from io/utf8 to lib/open.
17212      Branch: perl
17213            ! lib/open.t t/io/utf8.t
17214 ____________________________________________________________________________
17215 [ 13105] By: nick                                  on 2001/11/19  20:15:39
17216         Log: Add a .package and a README to //depot/metaconfig
17217      Branch: metaconfig
17218            + .package README
17219 ____________________________________________________________________________
17220 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
17221         Log: Thou shalt not mix stdio and sysio.
17222      Branch: perl
17223            ! t/io/utf8.t
17224 ____________________________________________________________________________
17225 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
17226         Log: Update Changes.
17227      Branch: perl
17228            ! Changes patchlevel.h
17229 ____________________________________________________________________________
17230 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
17231         Log: The runops_debug needs to be present always, otherwise
17232              places like AIX which need an explicit symbol export list
17233              will croak when trying to build Devel::Peek (which uses
17234              the runops_debug).
17235      Branch: perl
17236            ! makedef.pl
17237 ____________________________________________________________________________
17238 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
17239         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
17240              From: PPrymmer@factset.com 
17241              Date: Mon, 19 Nov 2001 11:34:22 -0500
17242              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
17243      Branch: perl
17244            ! lib/Memoize/t/tie_sdbm.t
17245 ____________________________________________________________________________
17246 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
17247         Log: Retract #13088: it seems that unless dump.c is extensively
17248              reorganized as to what symbols it shows, when, and to whom,
17249              we are stuck with having the dump.o symbols in the libperl
17250              and thusly in the main Perl binary.
17251      Branch: perl
17252            ! embedvar.h perlapi.h perlvars.h
17253 ____________________________________________________________________________
17254 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
17255         Log: The _uni_display should not be in dump.c since they
17256              are used under normal operation (S_not_a_number()).
17257      Branch: perl
17258            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
17259 ____________________________________________________________________________
17260 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
17261         Log: Protect sv_dump() from being included unless DEBUGGING,
17262              as noticed by Ilya.
17263      Branch: perl
17264            ! sv.c
17265 ____________________________________________________________________________
17266 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
17267         Log: Pending further investigation skip the tell() tests.
17268              The tell() is okay on Solaris, HP-UX and Tru64, but fails
17269              (by returning too much) in Linux.
17270      Branch: perl
17271            ! t/io/utf8.t
17272 ____________________________________________________________________________
17273 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
17274         Log: Retract #13082 until a better solution is found:
17275              statics break ithreads.
17276      Branch: perl
17277            ! regexec.c
17278 ____________________________________________________________________________
17279 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
17280         Log: Figures 1 and 2 for UTF-8.
17281      Branch: perl
17282            ! pod/perlunicode.pod
17283 ____________________________________________________________________________
17284 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
17285         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
17286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17287              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
17288              Message-ID: <20011119132645.A15034@rafael>
17289      Branch: perl
17290            ! op.c pod/perldiag.pod t/lib/warnings/op
17291 ____________________________________________________________________________
17292 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
17293         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
17294              From: Michael G Schwern <schwern@pobox.com> 
17295              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
17296              Message-ID: <20011119031112.E786@blackrider>
17297      Branch: perl
17298            ! t/op/closure.t
17299 ____________________________________________________________________________
17300 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
17301         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
17302              From: Michael G Schwern <schwern@pobox.com>
17303              Date: Mon, 19 Nov 2001 03:42:56 -0500
17304              Message-ID: <20011119034256.I786@blackrider>
17305      Branch: perl
17306            + t/op/or.t
17307            ! MANIFEST
17308 ____________________________________________________________________________
17309 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
17310         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
17311              From: "Craig A. Berry" <craigberry@mac.com>
17312              Date: Sun, 18 Nov 2001 14:33:48 -0600
17313              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
17314      Branch: perl
17315            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
17316 ____________________________________________________________________________
17317 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
17318         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
17319              From: Dave Rolsky <autarch@urth.org>
17320              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
17321              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
17322      Branch: perl
17323            ! lib/ExtUtils/Manifest.pm
17324 ____________________________________________________________________________
17325 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
17326         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
17327              From: Dave Rolsky <autarch@urth.org>
17328              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
17329              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
17330      Branch: perl
17331            ! lib/ExtUtils/Install.pm
17332 ____________________________________________________________________________
17333 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
17334         Log: The runops_dbg should not be needed.
17335      Branch: perl
17336            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
17337 ____________________________________________________________________________
17338 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
17339         Log: do_spawn() cleanup from Charles Lane.
17340      Branch: perl
17341            ! vms/vms.c
17342 ____________________________________________________________________________
17343 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
17344         Log: Update the list of tests.
17345      Branch: perl
17346            ! t/lib/1_compile.t
17347 ____________________________________________________________________________
17348 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
17349         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
17350              From: Michael G Schwern <schwern@pobox.com> 
17351              Date: Fri, 16 Nov 2001 17:37:04 -0500
17352              Message-ID: <20011116173703.L30160@blackrider>
17353      Branch: perl
17354            ! t/lib/warnings/sv
17355 ____________________________________________________________________________
17356 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
17357         Log: FAQ sync.
17358      Branch: perl
17359            ! pod/perlfaq4.pod
17360 ____________________________________________________________________________
17361 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
17362         Log: Integrate perlio; win32 sync.
17363      Branch: perl
17364           !> perlio.c win32/win32io.c
17365 ____________________________________________________________________________
17366 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
17367         Log: (retracted by #13096)
17368              Debugging would be badly skewed by a malloc per regex dump.
17369      Branch: perl
17370            ! regexec.c
17371 ____________________________________________________________________________
17372 [ 13081] By: nick                                  on 2001/11/18  19:08:40
17373         Log: Win32 layer has a dup which needs to match new prototype.
17374      Branch: perlio
17375            ! win32/win32io.c
17376 ____________________________________________________________________________
17377 [ 13080] By: nick                                  on 2001/11/18  19:05:02
17378         Log: Wrong way to get stdio mode used.
17379      Branch: perlio
17380            ! perlio.c
17381 ____________________________________________________________________________
17382 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
17383         Log: Retract #13048: that introduced a malloc() (through savepvn())
17384              to *every* m//, which killed the performance quite badly.
17385      Branch: perl
17386            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
17387 ____________________________________________________________________________
17388 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
17389         Log: Pass 1 at perldelta.pod: sort the section contents
17390              together, drop all but the 5.7.2 known problems,
17391              leave the 5.7.1 security note since that's the
17392              fullest explanation (update the date on that).
17393      Branch: perl
17394            ! pod/perldelta.pod
17395 ____________________________________________________________________________
17396 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
17397         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
17398              
17399              Tiny problem in the test for 20011113.110: I hope
17400              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
17401      Branch: perl
17402            ! pp.c t/op/repeat.t
17403 ____________________________________________________________________________
17404 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
17405         Log: All of syswrite/send/sendto need to return character counts,
17406              and character counts from the offset, not the beginning of
17407              the scalar.
17408      Branch: perl
17409            ! pp_sys.c
17410 ____________________________________________________________________________
17411 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
17412         Log: Integrate PerlIO: duping fixes.
17413      Branch: perl
17414           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17415           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
17416           !> perliol.h sv.c
17417 ____________________________________________________________________________
17418 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
17419         Log: syswrite() was still returning byte counts, not character counts.
17420      Branch: perl
17421            ! pp_sys.c t/io/utf8.t
17422 ____________________________________________________________________________
17423 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
17424         Log: Add test for sysread().
17425      Branch: perl
17426            ! t/io/utf8.t
17427 ____________________________________________________________________________
17428 [ 13072] By: nick                                  on 2001/11/18  16:15:31
17429         Log: Allow dup'ing of PerlIO::Scalar etc.
17430      Branch: perlio
17431            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17432            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
17433            ! perliol.h sv.c
17434 ____________________________________________________________________________
17435 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
17436         Log: Prepend a null byte to the test set.
17437      Branch: perl
17438            ! t/io/utf8.t
17439 ____________________________________________________________________________
17440 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
17441         Log: Document how "no utf8;" can become handy.
17442      Branch: perl
17443            ! lib/utf8.pm
17444 ____________________________________________________________________________
17445 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
17446         Log: Integrate perlio; force the inclusion of the PL_runops_*
17447      Branch: perl
17448           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
17449 ____________________________________________________________________________
17450 [ 13068] By: nick                                  on 2001/11/18  13:23:33
17451         Log: embed.pl generated changes I forgot to include
17452      Branch: perlio
17453            ! embedvar.h perlapi.h pod/perlapi.pod
17454 ____________________________________________________________________________
17455 [ 13067] By: nick                                  on 2001/11/18  12:50:19
17456         Log: Force inclusion of both Perl_runops_* in perl itself,
17457              so they are available for Peek.xs etc.
17458      Branch: perlio
17459            ! perlvars.h
17460 ____________________________________________________________________________
17461 [ 13066] By: nick                                  on 2001/11/18  11:00:34
17462         Log: Integrate mainline - a few Devel::Peak fails.
17463      Branch: perlio
17464           +> (branch 29 files)
17465            - ext/Thread/Thread.pm lib/Benchmark.t
17466            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17467            - lib/Lingua/KO/Hangul/Util/README
17468            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
17469            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
17470            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
17471            - vms/ext/vmsish.pm vms/ext/vmsish.t
17472            ! hv.c
17473           !> (integrate 389 files)
17474 ____________________________________________________________________________
17475 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
17476         Log: Start working on perldelta.  This is not yet any sort of
17477              editing; just concatenating perl570delta, perl571delta,
17478              and perl572delta.  Any sorting not done, any duplicate
17479              removal not done, any removal or update of obsolete items
17480              not done, any changes since 5.7.2 not included.  So there.
17481      Branch: perl
17482            ! pod/perldelta.pod
17483 ____________________________________________________________________________
17484 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
17485         Log: Banish "use utf8".
17486      Branch: perl
17487            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
17488 ____________________________________________________________________________
17489 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
17490         Log: Tweak from Charles Lane.
17491      Branch: perl
17492            ! vms/vms.c
17493 ____________________________________________________________________________
17494 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
17495         Log: Integrate change #13058 from maintperl;
17496              change#12559 breaks things on Win9x because command.com doesn't
17497              grok dquotes at all; disable all the system() smarts for
17498              command.com
17499      Branch: perl
17500           !> win32/win32.c
17501 ____________________________________________________________________________
17502 [ 13061] By: ams                                   on 2001/11/17  13:46:11
17503         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
17504              From: Jonathan Stowe <gellyfish@gellyfish.com>
17505              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
17506              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
17507      Branch: perl
17508            ! lib/Term/Cap.pm
17509 ____________________________________________________________________________
17510 [ 13060] By: ams                                   on 2001/11/17  09:49:10
17511         Log: Subject: [PATCH9 File/Find.pm doc nits
17512              From: Tels <perl_dummy@bloodgate.com>
17513              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
17514      Branch: perl
17515            ! lib/File/Find.pm
17516 ____________________________________________________________________________
17517 [ 13059] By: ams                                   on 2001/11/17  09:38:38
17518         Log: Subject: [PATCH] Benchmark.pm nit
17519              From: Tels <perl_dummy@bloodgate.com>
17520              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
17521      Branch: perl
17522            ! lib/Benchmark.pm
17523 ____________________________________________________________________________
17524 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
17525         Log: change#12559 breaks things on Win9x because command.com doesn't
17526              grok dquotes at all; disable all the system() smarts for
17527              command.com
17528      Branch: maint-5.6/perl
17529            ! win32/win32.c
17530 ____________________________________________________________________________
17531 [ 13057] By: ams                                   on 2001/11/16  20:30:03
17532         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
17533              From: Andy Dougherty <doughera@lafayette.edu>
17534              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
17535              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
17536      Branch: perl
17537            ! lib/Unicode/UCD.t
17538 ____________________________________________________________________________
17539 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
17540         Log: Subject: [Patch Perl@13023] VMS system() warning
17541              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17542              Date: Fri, 16 Nov 2001 15:20:11 EST
17543              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
17544      Branch: perl
17545            ! vms/vms.c
17546 ____________________________________________________________________________
17547 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
17548         Log: It's neither-nor, and protect against the impossible.
17549      Branch: perl
17550            ! lib/Thread.pm
17551 ____________________________________________________________________________
17552 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
17553         Log: 5005threads didn't work because $Thread::VERSION wasn't
17554              visible.  Oops.
17555      Branch: perl
17556            ! ext/Thread/Makefile.PL lib/Thread.pm
17557 ____________________________________________________________________________
17558 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
17559         Log: Robustness against Linux using something else than gcc;
17560              based on
17561              
17562              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
17563              From: Charles Randall <cfriv@yahoo.com>
17564              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
17565              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
17566      Branch: perl
17567            ! ext/Errno/Errno_pm.PL
17568 ____________________________________________________________________________
17569 [ 13052] By: ams                                   on 2001/11/16  16:46:39
17570         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
17571              From: Russ Allbery <rra@stanford.edu>
17572              Date: 16 Nov 2001 09:44:21 -0800
17573              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
17574      Branch: perl
17575            ! lib/Pod/ParseLink.pm
17576 ____________________________________________________________________________
17577 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
17578         Log: Update perluniintro on the UTF-8 output matters
17579              (that -w will warn unless the stream is explicitly UTF-8-ified).
17580      Branch: perl
17581            ! pod/perluniintro.pod
17582 ____________________________________________________________________________
17583 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
17584         Log: Adding new files to MANIFEST is nice.
17585      Branch: perl
17586            ! MANIFEST
17587 ____________________________________________________________________________
17588 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
17589         Log: Update Changes.
17590      Branch: perl
17591            ! Changes patchlevel.h
17592 ____________________________________________________________________________
17593 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
17594         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
17595              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
17596              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
17597              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
17598      Branch: perl
17599            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
17600 ____________________________________________________________________________
17601 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
17602         Log: Rename perlunintro to perluniintro; regen toc.
17603      Branch: perl
17604            + pod/perluniintro.pod
17605            - pod/perlunintro.pod
17606            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17607 ____________________________________________________________________________
17608 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
17609         Log: Document the negated lookahead trick to emulate
17610              character class subtraction.
17611      Branch: perl
17612            ! pod/perlunicode.pod
17613 ____________________________________________________________________________
17614 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
17615         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
17616              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17617              Date: Fri, 16 Nov 2001 23:31:04 +0900
17618              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
17619              
17620              (with the tweak that Cntrl is not C, it's Cc)
17621      Branch: perl
17622            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
17623            ! lib/unicore/mktables
17624 ____________________________________________________________________________
17625 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
17626         Log: Subject: [PATCH current] runtime runops switch
17627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17628              Date: Fri, 16 Nov 2001 00:48:09 -0500
17629              Message-ID: <20011116004809.A934@math.ohio-state.edu>
17630      Branch: perl
17631            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
17632            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
17633            ! pod/perlintern.pod proto.h run.c
17634 ____________________________________________________________________________
17635 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
17636         Log: Further discourage old Thread code; tell how to tell
17637              the difference.
17638      Branch: perl
17639            ! lib/Thread.pm
17640 ____________________________________________________________________________
17641 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
17642         Log: A missing return; from Charles Lane.
17643      Branch: perl
17644            ! vms/vms.c
17645 ____________________________________________________________________________
17646 [ 13041] By: ams                                   on 2001/11/16  12:11:14
17647         Log: Subject: [PATCH] Doc spellcheck + podcheck
17648              From: Autrijus Tang <autrijus@egb.elixus.org>
17649              Date: Thu, 15 Nov 2001 22:49:05 -0800
17650              Message-Id: <20011116064905.GA44092@egb.elixus.org>
17651              
17652              Subject: [PATCH] podcheck+spellcheck, the rest of the story
17653              From: Autrijus Tang <autrijus@egb.elixus.org>
17654              Date: Fri, 16 Nov 2001 00:42:20 -0800
17655              Message-Id: <20011116084220.GA44295@egb.elixus.org>
17656              
17657              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
17658              From: Nicholas Clark <nick@ccl4.org>
17659              Date: Fri, 16 Nov 2001 10:32:01 +0000
17660              Message-Id: <20011116103200.F62891@plum.flirble.org>
17661              (Applied after suitable de-mangling.)
17662      Branch: perl
17663            ! README.aix README.dgux README.dos README.epoc README.hpux
17664            ! README.mint README.mpeix README.netware README.os2
17665            ! README.os390 README.plan9 README.qnx README.solaris
17666            ! README.threads doio.c pod/perl571delta.pod
17667            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
17668            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
17669            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
17670            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
17671            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
17672            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
17673 ____________________________________________________________________________
17674 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
17675         Log: Avoid redefinedness warning for now.
17676      Branch: perl
17677            ! lib/Thread.pm
17678 ____________________________________________________________________________
17679 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
17680         Log: use strict.
17681      Branch: perl
17682            ! lib/Thread.pm
17683 ____________________________________________________________________________
17684 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
17685         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
17686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
17687              Date: Thu, 15 Nov 2001 22:54:47 EST 
17688              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
17689      Branch: perl
17690            ! vms/vms.c vms/vmspipe.com
17691 ____________________________________________________________________________
17692 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
17693         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
17694              From: "chromatic" <chromatic@rmci.net>
17695              Date: Thu, 15 Nov 2001 19:54:23 -0700
17696              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
17697      Branch: perl
17698            ! lib/File/stat.t
17699 ____________________________________________________________________________
17700 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
17701         Log: Make Thread a wrapper for both ithreads and 5005threads.
17702              Needs a lot of work and Arthur's eyeballing (and finishing
17703              few missing odds and ends of threads.pm).  Now Thread
17704              is an extension without its own .pm.
17705              
17706              If there are people who have experience working with
17707              either the 5005threads or the ithreads: cleaning up
17708              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
17709              and porting the various Thread::* modules, like Thread::Queue,
17710              to work also with ithreads, is needed.
17711              
17712              Removed the 5005threads requirement from the 5005 tests
17713              for easier testing (not all of them work yet since
17714              they use the Thread::* modules that have not been made
17715              to work with ithreads).  Leave the 5005 tests named as
17716              *.tx so that they are not run by "make test".
17717      Branch: perl
17718            + lib/Thread.pm
17719            - ext/Thread/Thread.pm
17720            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
17721            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
17722            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
17723            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
17724            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
17725            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
17726            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
17727 ____________________________________________________________________________
17728 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
17729         Log: $VERSION "a5" doesn't quite work.
17730      Branch: perl
17731            ! ext/B/Makefile.PL
17732 ____________________________________________________________________________
17733 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
17734         Log: Add the fruits of Larry Shatzer's version verifying script.
17735              (There are some straddlers, but they will be fixed in the
17736              upcoming releases of the modules.)
17737      Branch: perl
17738            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
17739            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
17740            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
17741            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
17742            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
17743            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
17744            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17745            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
17746            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
17747            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
17748            ! wince/FindExt.pm
17749 ____________________________________________________________________________
17750 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
17751         Log: Add Larry Shatzer's VERSION verifying script.
17752      Branch: perl
17753            + Porting/checkVERSION.pl
17754            ! MANIFEST Porting/pumpkin.pod
17755 ____________________________________________________________________________
17756 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
17757         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
17758              From: Michael G Schwern <schwern@pobox.com>
17759              Date: Thu, 15 Nov 2001 19:26:40 -0500
17760              Message-ID: <20011115192640.R31399@blackrider>
17761      Branch: perl
17762            ! t/test.pl
17763 ____________________________________________________________________________
17764 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
17765         Log: Document the MY_CXT business; from Paul Marquess.
17766      Branch: perl
17767            ! pod/perlxs.pod
17768 ____________________________________________________________________________
17769 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
17770         Log: VMSCMD synch attempt.
17771      Branch: perl
17772            ! vms/vms.c vms/vmsish.h
17773 ____________________________________________________________________________
17774 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
17775         Log: Advise against -P as instructed by Schwern.
17776      Branch: perl
17777            ! pod/perlrun.pod
17778 ____________________________________________________________________________
17779 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
17780         Log: Subject: [PATCH] v-strings as Objects Step 1
17781              From: John Peacock <jpeacock@rowman.com>
17782              Date: Thu, 15 Nov 2001 12:41:04 -0500
17783              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
17784      Branch: perl
17785            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
17786            ! util.c
17787 ____________________________________________________________________________
17788 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
17789         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
17790              From: Michael G Schwern <schwern@pobox.com>
17791              Date: Thu, 15 Nov 2001 12:47:59 -0500
17792              Message-ID: <20011115124759.E31399@blackrider>
17793      Branch: perl
17794            + t/run/switchx.aux t/run/switchx.t
17795            ! MANIFEST t/run/switches.t
17796 ____________________________________________________________________________
17797 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
17798         Log: Upgrade to Getopt::Long 2.26_03.
17799      Branch: perl
17800            ! lib/Getopt/Long.pm
17801 ____________________________________________________________________________
17802 [ 13025] By: ams                                   on 2001/11/15  20:46:22
17803         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
17804              From: Michael G Schwern <schwern@pobox.com>
17805              Date: Thu, 15 Nov 2001 16:24:11 -0500
17806              Message-Id: <20011115162411.M31399@blackrider>
17807      Branch: perl
17808            ! vms/vms.c
17809 ____________________________________________________________________________
17810 [ 13024] By: ams                                   on 2001/11/15  19:32:06
17811         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
17812              From: rspier@pobox.com (Robert Spier)
17813              Date: Thu, 15 Nov 2001 11:19:21 -0800
17814              Message-Id: <15348.5433.732364.963687@rls.cx>
17815      Branch: perl
17816            ! op.c
17817 ____________________________________________________________________________
17818 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
17819         Log: Update Changes.
17820      Branch: perl
17821            ! Changes patchlevel.h
17822 ____________________________________________________________________________
17823 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
17824         Log: Subject: [PATCH] new tests for command-line switches
17825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17826              Date: Thu, 15 Nov 2001 17:00:30 +0100
17827              Message-ID: <20011115170030.A14193@rafael>
17828      Branch: perl
17829            + t/run/switches.t
17830            ! MANIFEST
17831 ____________________________________________________________________________
17832 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
17833         Log: Upgrade to podlators 1.13.
17834      Branch: perl
17835            + lib/Pod/ParseLink.pm
17836            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
17837            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
17838            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
17839            ! t/pod/pod2usage.xr t/pod/podselect.xr
17840 ____________________________________________________________________________
17841 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
17842         Log: skip "might be used uninitialized".
17843      Branch: perl
17844            ! pp_sys.c
17845 ____________________________________________________________________________
17846 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
17847         Log: Fix for "perlio bug in koi8-r encoding".  The problem
17848              seemed to be that binmode() always flushed the handle,
17849              which is not so good when switching encodings.  Fixed,
17850              added Matt Sergeant's testcase, documented in perlfunc/binmode,
17851              also added a pointer about disciplines to perlfunc/open,
17852              and in general cleaned up and reformatted the open entry.
17853      Branch: perl
17854            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
17855 ____________________________________________________________________________
17856 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
17857         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
17858              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17859              Date: 15 Nov 2001 08:57:06 -0000
17860              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
17861              
17862              chop() and chomp() are not real list functions,
17863              so let's not have them overrideable.  (Casey will
17864              be confused since in #7071 he patched the other way.)
17865      Branch: perl
17866            ! pod/perlfunc.pod toke.c
17867 ____________________________________________________________________________
17868 [ 13017] By: ams                                   on 2001/11/15  12:56:49
17869         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
17870              From: Robin Barker <rmb1@cise.npl.co.uk>
17871              Date: Thu, 15 Nov 2001 13:48:34 GMT
17872              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
17873              (Applied with tweaks.)
17874      Branch: perl
17875            ! pod/perltrap.pod
17876 ____________________________________________________________________________
17877 [ 13016] By: ams                                   on 2001/11/15  09:12:48
17878         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
17879              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17880              Date: Thu, 15 Nov 2001 09:06:39 +0100
17881              Message-Id: <20011115090639.A13005@rafael>
17882      Branch: perl
17883            ! pod/perlrun.pod
17884 ____________________________________________________________________________
17885 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
17886         Log: "link =" from utils.lst was being processed oddly.
17887      Branch: perl
17888            ! installman
17889 ____________________________________________________________________________
17890 [ 13014] By: ams                                   on 2001/11/15  02:52:52
17891         Log: Subject: [PATCH current] CreateTTY in -d
17892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17893              Date: Wed, 14 Nov 2001 21:26:31 -0500
17894              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
17895      Branch: perl
17896            ! lib/perl5db.pl
17897 ____________________________________________________________________________
17898 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
17899         Log: Corify the Filter::Simple tests. 
17900      Branch: perl
17901            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
17902            ! lib/Filter/Simple/t/filter_only.t
17903 ____________________________________________________________________________
17904 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
17905         Log: Upgrade to Filter::Simple 0.70.
17906      Branch: perl
17907            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
17908            + t/lib/FilterOnlyTest.pm
17909            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
17910            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
17911            ! t/lib/FilterTest.pm
17912 ____________________________________________________________________________
17913 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
17914         Log: Cleanliness inspired by Cygwin.
17915      Branch: perl
17916            ! Makefile.SH x2p/Makefile.SH
17917 ____________________________________________________________________________
17918 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
17919         Log: Add perlunintro (formerly known as perlunitut); regen toc.
17920      Branch: perl
17921            + pod/perlunintro.pod
17922            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17923 ____________________________________________________________________________
17924 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
17925         Log: FAQ sync.
17926      Branch: perl
17927            ! pod/perlfaq6.pod
17928 ____________________________________________________________________________
17929 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
17930         Log: Quieten pgcc 2.91.66 worries.
17931      Branch: perl
17932            ! gv.c pp_ctl.c utf8.c
17933 ____________________________________________________________________________
17934 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
17935         Log: Upgrade to Switch 2.06.
17936      Branch: perl
17937            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
17938            ! lib/Switch/t/nested.t
17939 ____________________________________________________________________________
17940 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
17941         Log: Upgrade to Attribute::Handlers 0.76.
17942      Branch: perl
17943            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
17944            ! lib/Attribute/Handlers/README
17945            ! lib/Attribute/Handlers/demo/Demo.pm
17946            ! lib/Attribute/Handlers/demo/Descriptions.pm
17947            ! lib/Attribute/Handlers/demo/MyClass.pm
17948            ! lib/Attribute/Handlers/demo/demo_cycle.pl
17949            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
17950            ! lib/Attribute/Handlers/t/multi.t
17951 ____________________________________________________________________________
17952 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
17953         Log: Signedness nit.
17954      Branch: perl
17955            ! regexec.c
17956 ____________________________________________________________________________
17957 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
17958         Log: VERSIONize.
17959      Branch: perl
17960            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
17961            ! lib/integer.pm
17962 ____________________________________________________________________________
17963 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
17964         Log: No pod in internal Net::FTP classes.
17965      Branch: perl
17966            ! pod/buildtoc.PL
17967 ____________________________________________________________________________
17968 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
17969         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
17970              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17971              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
17972              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
17973      Branch: perl
17974            ! regexec.c
17975 ____________________________________________________________________________
17976 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
17977         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
17978              Pudge correctly).
17979      Branch: perl
17980            ! t/test.pl
17981 ____________________________________________________________________________
17982 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
17983         Log: Add comments to mark where $^X is being handled.
17984      Branch: perl
17985            ! perl.c toke.c
17986 ____________________________________________________________________________
17987 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
17988         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
17989              From: Michael G Schwern <schwern@pobox.com>
17990              Date: Wed, 14 Nov 2001 16:38:25 -0500
17991              Message-ID: <20011114163825.D6519@blackrider>
17992      Branch: perl
17993            ! t/op/repeat.t
17994 ____________________________________________________________________________
17995 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
17996         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
17997              From: Michael G Schwern <schwern@pobox.com>
17998              Date: Wed, 14 Nov 2001 13:19:15 -0500
17999              Message-ID: <20011114131915.K5096@blackrider>
18000      Branch: perl
18001            ! t/op/die_exit.t
18002 ____________________________________________________________________________
18003 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
18004         Log: Subject: Re: [PATCH] new version of runperl()
18005              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18006              Date: Wed, 14 Nov 2001 15:39:12 EST
18007              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
18008              
18009              "VMS $^X pipes etc" patch.
18010      Branch: perl
18011            ! vms/vms.c
18012 ____________________________________________________________________________
18013 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
18014         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
18015              and add "verbose" option to show the final command.
18016      Branch: perl
18017            ! t/test.pl
18018 ____________________________________________________________________________
18019 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
18020         Log: Goof in some of the comment fields of #12994.
18021      Branch: perl
18022            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
18023            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
18024            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
18025            ! lib/unicore/In/9.pl
18026 ____________________________________________________________________________
18027 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
18028         Log: The First, Last ranges in the Unicode data weren't
18029              getting their general categories added properly;
18030              noticed by Jeffrey Friedl.
18031      Branch: perl
18032            ! lib/unicore/Category.pl lib/unicore/In/0.pl
18033            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
18034            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
18035            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
18036            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
18037            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
18038            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
18039            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
18040            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
18041            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
18042            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
18043            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
18044            ! lib/unicore/mktables
18045 ____________________________________________________________________________
18046 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
18047         Log: Subject: [PATCH] new version of runperl()
18048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18049              Date: Wed, 14 Nov 2001 12:23:01 +0100
18050              Message-ID: <20011114122301.A29384@rafael>
18051      Branch: perl
18052            ! t/io/argv.t t/test.pl
18053 ____________________________________________________________________________
18054 [ 12992] By: ams                                   on 2001/11/14  13:40:39
18055         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
18056              From: Michael G Schwern <schwern@pobox.com>
18057              Date: Tue, 13 Nov 2001 23:17:54 -0500
18058              Message-Id: <20011113231754.S32567@blackrider>
18059      Branch: perl
18060            ! perl.c
18061 ____________________________________________________________________________
18062 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
18063         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
18064              From: Philip Newton <Philip.Newton@gmx.net>
18065              Date: Wed, 14 Nov 2001 10:59:53 +0100
18066              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
18067              
18068              plus a lot of paragraph reformatting because of long lines.
18069      Branch: perl
18070            ! pod/perlapio.pod
18071 ____________________________________________________________________________
18072 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
18073         Log: A bool is not a pointer.
18074      Branch: perl
18075            ! pp_sys.c
18076 ____________________________________________________________________________
18077 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
18078         Log: AUTHORS updates.
18079      Branch: perl
18080            ! AUTHORS
18081 ____________________________________________________________________________
18082 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
18083         Log: There are several MIME RFCs.
18084      Branch: perl
18085            ! ext/Encode/Encode.pm
18086 ____________________________________________________________________________
18087 [ 12987] By: ams                                   on 2001/11/14  01:09:28
18088         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
18089              From: Michael G Schwern <schwern@pobox.com>
18090              Date: Tue, 13 Nov 2001 20:59:13 -0500
18091              Message-Id: <20011113205913.H32567@blackrider>
18092      Branch: perl
18093            ! t/op/groups.t vms/test.com
18094 ____________________________________________________________________________
18095 [ 12986] By: ams                                   on 2001/11/14  01:07:06
18096         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
18097              From: Michael G Schwern <schwern@pobox.com>
18098              Date: Tue, 13 Nov 2001 20:51:34 -0500
18099              Message-Id: <20011113205134.F32567@blackrider>
18100      Branch: perl
18101            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
18102 ____________________________________________________________________________
18103 [ 12985] By: ams                                   on 2001/11/14  00:43:59
18104         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
18105              From: Michael G Schwern <schwern@pobox.com>
18106              Date: Tue, 13 Nov 2001 20:38:42 -0500
18107              Message-Id: <20011113203842.E32567@blackrider>
18108      Branch: perl
18109            ! pod/perlport.pod
18110 ____________________________________________________________________________
18111 [ 12984] By: ams                                   on 2001/11/14  00:32:15
18112         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
18113              From: Michael G Schwern <schwern@pobox.com>
18114              Date: Tue, 13 Nov 2001 20:27:02 -0500
18115              Message-Id: <20011113202702.D32567@blackrider>
18116      Branch: perl
18117            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
18118            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
18119            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
18120            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
18121 ____________________________________________________________________________
18122 [ 12983] By: ams                                   on 2001/11/14  00:00:27
18123         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
18124              From: Michael G Schwern <schwern@pobox.com>
18125              Date: Tue, 13 Nov 2001 19:51:59 -0500
18126              Message-Id: <20011113195159.B32567@blackrider>
18127      Branch: perl
18128            ! pod/perlport.pod
18129 ____________________________________________________________________________
18130 [ 12982] By: ams                                   on 2001/11/13  23:53:11
18131         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
18132              From: Larry Shatzer <fugazi@zippy.zyx.net>
18133              Date: Tue, 13 Nov 2001 17:27:59 -0700
18134              Message-Id: <20011113172759.E27768@zippy.zyx.net>
18135      Branch: perl
18136            ! pod/perlapio.pod
18137 ____________________________________________________________________________
18138 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
18139         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
18140              "large enough" Unicode characters returned more than one
18141              as their "Unicode size".
18142      Branch: perl
18143            ! pp_sys.c t/io/utf8.t
18144 ____________________________________________________________________________
18145 [ 12980] By: ams                                   on 2001/11/13  19:32:33
18146         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
18147              From: "Craig A. Berry" <craigberry@mac.com>
18148              Date: Tue, 13 Nov 2001 14:33:25 -0600
18149              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
18150      Branch: perl
18151            ! vms/gen_shrfls.pl
18152 ____________________________________________________________________________
18153 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
18154         Log: Subject: Minor patch to Encode.pm (detypo)
18155              From: "Philip Newton" <Philip.Newton@gmx.net>
18156              Date: Tue, 13 Nov 2001 20:11:01 +0100
18157              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
18158      Branch: perl
18159            ! ext/Encode/Encode.pm
18160 ____________________________________________________________________________
18161 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
18162         Log: Evil tabulators.
18163      Branch: perl
18164            ! ext/Encode/Encode.pm
18165 ____________________________________________________________________________
18166 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
18167         Log: Document the available encodings.
18168      Branch: perl
18169            ! ext/Encode/Encode.pm
18170 ____________________________________________________________________________
18171 [ 12976] By: ams                                   on 2001/11/13  17:14:07
18172         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
18173              From: Barrie Slaymaker <barries@slaysys.com>
18174              Date: Tue, 13 Nov 2001 12:41:36 -0500
18175              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
18176      Branch: perl
18177            ! t/op/universal.t
18178 ____________________________________________________________________________
18179 [ 12975] By: ams                                   on 2001/11/13  16:24:21
18180         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
18181              From: Barrie Slaymaker <barries@slaysys.com>
18182              Date: Tue, 13 Nov 2001 10:56:20 -0500
18183              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
18184              (Test applied with minor tweaks and ->isa("HASH") omission.)
18185      Branch: perl
18186            ! lib/UNIVERSAL.pm t/op/universal.t
18187 ____________________________________________________________________________
18188 [ 12974] By: ams                                   on 2001/11/13  15:46:07
18189         Log: Subject: [PATCH Benchmark.pm] docco tweaks
18190              From: Barrie Slaymaker <barries@slaysys.com>
18191              Date: Tue, 13 Nov 2001 11:34:45 -0500
18192              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
18193      Branch: perl
18194            ! lib/Benchmark.pm
18195 ____________________________________________________________________________
18196 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
18197         Log: Subject: [PATCH] Attack of the C loops, round 1
18198              From: Richard Soderberg <rs@oregonnet.com>
18199              Date: Mon, 12 Nov 2001 12:07:29 -0800
18200              Message-Id: <200111122007.MAA01994@oregonnet.com>
18201              
18202              Subject: [PATCH] bytecode.pl (tiny patch)
18203              From: Richard Soderberg <rs@oregonnet.com>
18204              Date: Mon, 12 Nov 2001 12:53:24 -0800
18205              Message-Id: <200111122053.MAA06272@oregonnet.com>
18206      Branch: perl
18207            ! bytecode.pl installhtml
18208 ____________________________________________________________________________
18209 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
18210         Log: Subject: [PATCH] Update to Filter::Util::Call
18211              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18212              Date: Sun, 11 Nov 2001 22:33:33 -0000
18213              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
18214              
18215              Use the new CXT* macros.
18216      Branch: perl
18217            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18218 ____________________________________________________________________________
18219 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
18220         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
18221              From: Michael G Schwern <schwern@pobox.com>
18222              Date: Mon, 12 Nov 2001 20:50:34 -0500
18223              Message-ID: <20011112205034.H2888@blackrider>
18224      Branch: perl
18225            + lib/vmsish.pm lib/vmsish.t
18226            - vms/ext/vmsish.pm vms/ext/vmsish.t
18227            ! MANIFEST vms/descrip_mms.template
18228 ____________________________________________________________________________
18229 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
18230         Log: :utf8 works only with perlio.
18231      Branch: perl
18232            ! lib/open.t
18233 ____________________________________________________________________________
18234 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
18235         Log: Subject: Re: @Config -"des" not quite working on VMS
18236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18237              Date: Tue, 13 Nov 2001 08:35:13 EST 
18238              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
18239      Branch: perl
18240            ! configure.com
18241 ____________________________________________________________________________
18242 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
18243         Log: Subject: [PATCH] lib/charnames.pm 
18244              From: Jeffrey Friedl <jfriedl@yahoo.com>
18245              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
18246              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
18247      Branch: perl
18248            ! lib/charnames.pm
18249 ____________________________________________________________________________
18250 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
18251         Log: Docs for Mac::err.
18252      Branch: maint-5.6/macperl
18253            ! macos/ext/Mac/err/err.pm
18254 ____________________________________________________________________________
18255 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
18256         Log: Some cleanup; change some globals to references for
18257              possible persistence later.
18258      Branch: maint-5.6/macperl
18259            ! macos/lib/Mac/Glue.pm
18260 ____________________________________________________________________________
18261 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
18262         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
18263      Branch: maint-5.6/macperl
18264            ! macos/ext/Mac/Files/Files.pm
18265 ____________________________________________________________________________
18266 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
18267         Log: Get Mac::Navigation to compile (bug #464684).
18268      Branch: maint-5.6/macperl
18269            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
18270            ! macos/ext/Mac/Navigation/Makefile.PL
18271            ! macos/ext/Mac/Navigation/Navigation.xs
18272            ! macos/macperl/Makefile.mk
18273 ____________________________________________________________________________
18274 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
18275         Log: Add in modules and POD to help menu.
18276      Branch: maint-5.6/macperl
18277            ! macos/macperl/MacPerl.podhelp
18278 ____________________________________________________________________________
18279 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
18280         Log: Update bundled modules.
18281      Branch: maint-5.6/macperl
18282            + macos/bundled_ext/Filter/t/FilterTest.pm
18283            + macos/bundled_ext/List/Util/t/shuffle.t
18284            + macos/bundled_ext/Storable/t/compat06.t
18285            + macos/bundled_ext/Storable/t/st-dump.pl
18286            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
18287            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
18288            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
18289            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
18290            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
18291            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
18292            + macos/bundled_lib/blib/lib/lwpcook.pod
18293            + macos/bundled_lib/t/Filter/Simple/filter.t
18294            + macos/bundled_lib/t/Switch/t/given.t
18295            + macos/bundled_lib/t/Switch/t/nested.t
18296            + macos/bundled_lib/t/Switch/t/switch.t
18297            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
18298            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
18299            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
18300            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
18301            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
18302            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
18303            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
18304            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
18305            + macos/bundled_lib/t/URI/rfc2732.t
18306            + macos/bundled_lib/t/libnet/config.t
18307            + macos/bundled_lib/t/libnet/libnet_t.pl
18308            + macos/bundled_lib/t/libwww-perl/live/google.t
18309            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
18310            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
18311            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18312            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
18313            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
18314            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
18315            + macos/bundled_lib/t/libwww-perl/live/validator.t
18316            - macos/bundled_ext/Filter/t/MyFilter.pm
18317            - macos/bundled_ext/Storable/t/compat-0.6.t
18318            - macos/bundled_ext/Storable/t/dump.pl
18319            - macos/bundled_ext/Time/Piece/Makefile.PL
18320            - macos/bundled_ext/Time/Piece/Piece.pm
18321            - macos/bundled_ext/Time/Piece/Piece.t
18322            - macos/bundled_ext/Time/Piece/Piece.xs
18323            - macos/bundled_ext/Time/Piece/README
18324            - macos/bundled_ext/Time/Piece/Seconds.pm
18325            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
18326            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
18327            - macos/bundled_lib/blib/lib/Net/PH.pm
18328            - macos/bundled_lib/blib/lib/Net/SNPP.pm
18329            - macos/bundled_lib/blib/lib/Text/Balanced.pod
18330            - macos/bundled_lib/t/Filter/Simple/test.pl
18331            - macos/bundled_lib/t/Switch/test.pl
18332            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
18333            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
18334            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
18335            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
18336            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
18337            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
18338            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
18339            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
18340            - macos/bundled_lib/t/libnet/ph.t
18341            ! (edit 125 files)
18342 ____________________________________________________________________________
18343 [ 12961] By: ams                                   on 2001/11/13  00:45:08
18344         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
18345              From: Michael G Schwern <schwern@pobox.com>
18346              Date: Mon, 12 Nov 2001 20:16:45 -0500
18347              Message-Id: <20011112201644.G2888@blackrider>
18348      Branch: perl
18349            ! pod/perlport.pod
18350 ____________________________________________________________________________
18351 [ 12960] By: ams                                   on 2001/11/12  23:54:00
18352         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
18353              Recoving dup tests for VMS
18354              From: Michael G Schwern <schwern@pobox.com>
18355              Date: Mon, 12 Nov 2001 19:35:33 -0500
18356              Message-Id: <20011112193533.D2888@blackrider>
18357      Branch: perl
18358            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
18359 ____________________________________________________________________________
18360 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
18361         Log: Update Changes.
18362      Branch: perl
18363            ! Changes patchlevel.h
18364 ____________________________________________________________________________
18365 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
18366         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
18367              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
18368              Date: Mon, 12 Nov 2001 12:35:18 EST 
18369              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
18370      Branch: perl
18371            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
18372            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
18373 ____________________________________________________________________________
18374 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
18375         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
18376              From: Barrie Slaymaker <barries@slaysys.com>
18377              Date: Mon, 12 Nov 2001 11:19:52 -0500
18378              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
18379      Branch: perl
18380            ! lib/File/Spec.t lib/File/Spec/Win32.pm
18381 ____________________________________________________________________________
18382 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
18383         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
18384              From: Barrie Slaymaker <barries@slaysys.com>
18385              Date: Mon, 12 Nov 2001 11:07:36 -0500
18386              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
18387      Branch: perl
18388            ! lib/Benchmark.pm
18389 ____________________________________________________________________________
18390 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
18391         Log: Misplaced test, noticed by Barrie Slaymaker.
18392              (We are missing Benchmark tests, then.)
18393      Branch: perl
18394            + ext/Devel/DProf/DProf.t
18395            - lib/Benchmark.t
18396            ! MANIFEST
18397 ____________________________________________________________________________
18398 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
18399         Log: Subject: [PATCH] a few typo fixes 
18400              From: Jeffrey Friedl <jfriedl@yahoo.com>
18401              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
18402              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
18403              
18404              Patching README.foo instead of pod/perlfoo.pod,
18405              not patching Math::BigInt (Tels will take care of that),
18406              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
18407              and perldoc.PL instead of libnetcfg and perldoc, patching
18408              ext/Digest/MD5/t/files.t since MD5.pm was changed.
18409      Branch: perl
18410            ! (edit 109 files)
18411 ____________________________________________________________________________
18412 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
18413         Log: Add a note about the dangers of bad UTF-8.
18414      Branch: perl
18415            ! pod/perlunicode.pod
18416 ____________________________________________________________________________
18417 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
18418         Log: NetWare Nit from Ananth Kesari.
18419      Branch: perl
18420            ! NetWare/config.wc
18421 ____________________________________________________________________________
18422 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
18423         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
18424      Branch: perl
18425            ! ext/Encode/Encode.pm
18426 ____________________________________________________________________________
18427 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
18428         Log: (retracted by #12951)
18429      Branch: perl
18430            ! ext/Encode/Encode.pm
18431 ____________________________________________________________________________
18432 [ 12949] By: ams                                   on 2001/11/12  06:40:18
18433         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
18434              From: Robert Spier <rspier@pobox.com>
18435              Date: Sun, 11 Nov 2001 18:50:18 -0800
18436              Message-Id: <15343.14570.121505.233336@rls.cx>
18437              
18438              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
18439              From: Rick Delaney <rick.delaney@home.com>
18440              Date: 12 Nov 2001 00:15:52 -0500
18441              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
18442      Branch: perl
18443            ! pp_hot.c t/op/taint.t
18444 ____________________________________________________________________________
18445 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
18446         Log: It seems that we actually have this detail implemented
18447              as for as Level 1 Support of Unicode regex support is
18448              concerned: at Level 1 only 1:1 support for loose
18449              (aka caseless, aka caseigoring ) matching is required.
18450      Branch: perl
18451            ! pod/perlunicode.pod
18452 ____________________________________________________________________________
18453 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
18454         Log: (retracted by #12951)
18455      Branch: perl
18456            ! ext/Encode/Encode.pm
18457 ____________________________________________________________________________
18458 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
18459         Log: BOM, bom, Bom.
18460      Branch: perl
18461            ! pod/perlunicode.pod
18462 ____________________________________________________________________________
18463 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
18464         Log: Upgrade to Math::BigInt 1.46.
18465      Branch: perl
18466            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18467            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
18468            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
18469            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
18470            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18471 ____________________________________________________________________________
18472 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
18473         Log: Subject: Re: PERFORCE change 12943 for review
18474              From: "Philip Newton" <Philip.Newton@gmx.net>
18475              Date: Sun, 11 Nov 2001 20:53:36 +0100
18476              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
18477      Branch: perl
18478            ! pod/perlunicode.pod
18479 ____________________________________________________________________________
18480 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
18481         Log: Doc updates; make the Unicode discussions a little
18482              bit less alarming, and add information about encodings,
18483              surrogates, and BOMs.
18484      Branch: perl
18485            ! pod/perlunicode.pod
18486 ____________________________________________________________________________
18487 [ 12942] By: ams                                   on 2001/11/11  16:45:00
18488         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
18489              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
18490              Date: Mon, 12 Nov 2001 00:22:57 +0900
18491              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
18492      Branch: perl
18493            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18494            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18495 ____________________________________________________________________________
18496 [ 12941] By: ams                                   on 2001/11/11  13:01:40
18497         Log: Subject: Re: PERFORCE change 12929 for review
18498              From: "Philip Newton" <Philip.Newton@gmx.net>
18499              Date: Sun, 11 Nov 2001 14:27:44 +0100
18500              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
18501      Branch: perl
18502            ! MANIFEST
18503 ____________________________________________________________________________
18504 [ 12940] By: ams                                   on 2001/11/11  05:06:43
18505         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
18506              From: Michael G Schwern <schwern@pobox.com>
18507              Date: Thu, 8 Nov 2001 22:56:45 -0500
18508              Message-Id: <20011108225645.H5587@blackrider>
18509      Branch: perl
18510            ! t/op/chdir.t
18511 ____________________________________________________________________________
18512 [ 12939] By: ams                                   on 2001/11/11  05:01:00
18513         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
18514              From: Michael G Schwern <schwern@pobox.com>
18515              Date: Sun, 11 Nov 2001 00:54:43 -0500
18516              Message-Id: <20011111005443.A24450@blackrider>
18517      Branch: perl
18518            ! ext/Cwd/t/cwd.t
18519 ____________________________________________________________________________
18520 [ 12938] By: ams                                   on 2001/11/11  03:25:13
18521         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
18522              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
18523              From: "chromatic" <chromatic@rmci.net>
18524              Date: Sat, 10 Nov 2001 21:03:20 -0700
18525              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
18526      Branch: perl
18527            ! lib/File/stat.pm lib/File/stat.t
18528 ____________________________________________________________________________
18529 [ 12937] By: ams                                   on 2001/11/11  02:05:23
18530         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
18531              From: "Craig A. Berry" <craigberry@mac.com>
18532              Date: Sat, 10 Nov 2001 17:23:52 -0600
18533              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
18534      Branch: perl
18535            ! t/op/magic.t
18536 ____________________________________________________________________________
18537 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
18538         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
18539      Branch: perl
18540            ! lib/open.pm lib/open.t
18541 ____________________________________________________________________________
18542 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
18543         Log: The Official name of ASCII.
18544      Branch: perl
18545            ! ext/Encode/Encode.pm
18546 ____________________________________________________________________________
18547 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
18548         Log: The KOI8-R example wasn't quite right.
18549      Branch: perl
18550            ! lib/open.pm lib/open.t
18551 ____________________________________________________________________________
18552 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
18553         Log: Enhance the open pragma to support :utf8, :locale,
18554              and :encoding directly as special cases, and rename
18555              the INOUT to IO.
18556      Branch: perl
18557            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
18558 ____________________________________________________________________________
18559 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
18560         Log: Document the UTF-16 surrogate encoding and decoding.
18561      Branch: perl
18562            ! ext/Encode/Encode.pm
18563 ____________________________________________________________________________
18564 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
18565         Log: A potential recursion breaker.
18566      Branch: perl
18567            ! sv.c
18568 ____________________________________________________________________________
18569 [ 12930] By: ams                                   on 2001/11/10  07:46:53
18570         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
18571              (was Re: perl@12892)
18572              From: "chromatic" <chromatic@rmci.net>
18573              Date: Sat, 10 Nov 2001 01:28:09 -0700
18574              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
18575      Branch: perl
18576            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
18577            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
18578            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
18579            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
18580 ____________________________________________________________________________
18581 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
18582         Log: Add a test for the bytes pragma.
18583      Branch: perl
18584            + lib/bytes.t
18585            ! MANIFEST
18586 ____________________________________________________________________________
18587 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
18588         Log: Doc update.
18589      Branch: perl
18590            ! lib/bytes.pm
18591 ____________________________________________________________________________
18592 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
18593         Log: Cease to exist.
18594      Branch: perl
18595            - lib/Unicode/Normalize.pm
18596 ____________________________________________________________________________
18597 [ 12926] By: ams                                   on 2001/11/10  03:23:16
18598         Log: Subject: [patch] my_setenv speedup + fixes
18599              From: Doug MacEachern <dougm@covalent.net>
18600              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
18601              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
18602      Branch: perl
18603            ! util.c
18604 ____________________________________________________________________________
18605 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
18606         Log: Newline trouble.
18607      Branch: perl
18608            ! lib/ExtUtils/Embed.t
18609 ____________________________________________________________________________
18610 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
18611         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
18612              From: "Craig A. Berry" <craigberry@mac.com>
18613              Date: Fri, 09 Nov 2001 18:13:16 -0600
18614              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
18615      Branch: perl
18616            ! vms/munchconfig.c
18617 ____________________________________________________________________________
18618 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
18619         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
18620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18621              Date: Sat, 10 Nov 2001 00:10:45 +0100
18622              Message-ID: <20011110001045.A11945@rafael>
18623      Branch: perl
18624            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
18625            + t/run/switchn.t t/run/switchp.t
18626            ! MANIFEST
18627 ____________________________________________________________________________
18628 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
18629         Log: Subject: [PATCH] some tests not cleaning up properly               
18630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
18631              Date: Fri, 9 Nov 2001 22:13:10 +0100
18632              Message-ID: <20011109221310.A11115@rafael>
18633      Branch: perl
18634            ! ext/Cwd/t/cwd.t t/io/argv.t
18635 ____________________________________________________________________________
18636 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
18637         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
18638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18639              Date: Fri, 9 Nov 2001 15:07:19 EST
18640              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
18641      Branch: perl
18642            ! lib/ExtUtils/Embed.t
18643 ____________________________________________________________________________
18644 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
18645         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
18646              have been copied so it shouldn't be freed in perl_destruct()
18647      Branch: perl
18648            ! perl.c
18649 ____________________________________________________________________________
18650 [ 12919] By: ams                                   on 2001/11/09  15:36:22
18651         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
18652              From: Michael G Schwern <schwern@pobox.com>
18653              Date: Fri, 9 Nov 2001 00:38:59 -0500
18654              Message-Id: <20011109003859.K5587@blackrider>
18655              (Applied with directory name changes suggested by Craig Berry.)
18656      Branch: perl
18657            ! ext/Cwd/t/cwd.t
18658 ____________________________________________________________________________
18659 [ 12918] By: ams                                   on 2001/11/09  15:29:15
18660         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
18661              From: Michael G Schwern <schwern@pobox.com>
18662              Date: Fri, 9 Nov 2001 01:44:14 -0500
18663              Message-Id: <20011109014414.N5587@blackrider>
18664      Branch: perl
18665            ! vms/ext/filespec.t
18666 ____________________________________________________________________________
18667 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
18668         Log: Update Changes.
18669      Branch: perl
18670            ! Changes patchlevel.h
18671 ____________________________________________________________________________
18672 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
18673         Log: Regen toc.
18674      Branch: perl
18675            ! pod/perltoc.pod
18676 ____________________________________________________________________________
18677 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
18678         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
18679              see http://www.jepstone.net/bjepson//jpl/cvs.html
18680      Branch: perl
18681            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18682 ____________________________________________________________________________
18683 [ 12914] By: ams                                   on 2001/11/09  14:05:12
18684         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
18685              From: Michael G Schwern <schwern@pobox.com>
18686              Date: Thu, 8 Nov 2001 22:05:49 -0500
18687              Message-Id: <20011108220549.F5587@blackrider>
18688      Branch: perl
18689            ! vms/test.com
18690 ____________________________________________________________________________
18691 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
18692         Log: NetWare update from Ananth Kesari.
18693      Branch: perl
18694            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
18695 ____________________________________________________________________________
18696 [ 12912] By: ams                                   on 2001/11/09  13:40:26
18697         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
18698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18699              Date: Fri, 9 Nov 2001 14:32:28 +0100
18700              Message-Id: <20011109143228.A18996@rafael>
18701      Branch: perl
18702            ! perl.c
18703 ____________________________________________________________________________
18704 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
18705         Log: FAQ sync.
18706      Branch: perl
18707            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18708            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18709            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
18710 ____________________________________________________________________________
18711 [ 12910] By: ams                                   on 2001/11/09  07:33:49
18712         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
18713              From: Michael G Schwern <schwern@pobox.com>
18714              Date: Fri, 9 Nov 2001 00:41:56 -0500
18715              Message-Id: <20011109004156.L5587@blackrider>
18716      Branch: perl
18717            ! lib/File/Find/t/find.t
18718 ____________________________________________________________________________
18719 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
18720         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
18721              The CPAN distribution has both pm and XS implementations,
18722              and for performance reasons we choose the XS.
18723              Another reason to choose the XS is that it doesn't
18724              require Lingua::KO::Hangul::Util, which means that
18725              we can delete that-- which in turn means that Unicode::UCD
18726              cannot expect that: support it, but don't expect.
18727              Ditto Unicode::Collate.
18728              
18729              Note that Unicode::Normalize Makefile.PL and
18730              Normalize.xs have been modified from the CPAN 0.10
18731              versions: the first one to be simpler (no pm) and
18732              clean up the generated unf*.h files, the second one
18733              to quench compiler grumblings.  Must notify Sadahiro
18734              about these changes.
18735      Branch: perl
18736            + ext/Unicode/Normalize/Changes
18737            + ext/Unicode/Normalize/Makefile.PL
18738            + ext/Unicode/Normalize/Normalize.pm
18739            + ext/Unicode/Normalize/Normalize.pod
18740            + ext/Unicode/Normalize/Normalize.xs
18741            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
18742            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18743            + ext/Unicode/Normalize/t/test.t
18744            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
18745            - lib/Lingua/KO/Hangul/Util/README
18746            - lib/Lingua/KO/Hangul/Util/t/test.t
18747            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
18748            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
18749            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
18750            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
18751            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
18752            ! win32/makefile.mk
18753 ____________________________________________________________________________
18754 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
18755         Log: Test miscounting.
18756      Branch: perl
18757            ! ext/POSIX/t/posix.t
18758 ____________________________________________________________________________
18759 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
18760         Log: Quote the variables in failures messages more nicely.
18761      Branch: perl
18762            ! t/test.pl
18763 ____________________________________________________________________________
18764 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
18765         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
18766              From: Michael G Schwern <schwern@pobox.com>
18767              Date: Thu, 8 Nov 2001 17:24:49 -0500
18768              Message-ID: <20011108172449.A5587@blackrider>
18769              
18770              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
18771              From: "Craig A. Berry" <craigberry@mac.com>
18772              Date: Thu, 8 Nov 2001 16:35:00 -0600
18773              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
18774      Branch: perl
18775            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
18776 ____________________________________________________________________________
18777 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
18778         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
18779              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18780              Date: Thu, 8 Nov 2001 22:52:50 -0000
18781              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
18782      Branch: perl
18783            ! ext/DB_File/t/db-recno.t
18784 ____________________________________________________________________________
18785 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
18786         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
18787              (Probably not an EBCDIC issue the way one would think
18788              since no chr() et alia are used in UCD.pm.)
18789      Branch: perl
18790            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18791 ____________________________________________________________________________
18792 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
18793         Log: Whether overwriting the $self->{...} values (see #12902)
18794              is a good policy or not is debatable, but let's at least
18795              be consistent.
18796      Branch: perl
18797            ! lib/ExtUtils/MM_Unix.pm
18798 ____________________________________________________________________________
18799 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
18800         Log: The MakeMaker argument () quoting patch that sneaked
18801              in at #12883 didn't handle make macros like this $(...).
18802              Leaning toothpicks, we've got them.
18803      Branch: perl
18804            ! lib/ExtUtils/MM_Unix.pm
18805 ____________________________________________________________________________
18806 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
18807         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
18808              From: Michael G Schwern <schwern@pobox.com>
18809              Date: Wed, 7 Nov 2001 02:02:29 -0500
18810              Message-ID: <20011107020229.K2858@blackrider>
18811      Branch: perl
18812            ! t/io/argv.t t/test.pl vms/test.com
18813 ____________________________________________________________________________
18814 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
18815         Log: Subject: [PATCH 20011106.084] -s on #! line 
18816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18817              Date: Wed, 7 Nov 2001 22:23:39 +0100
18818              Message-ID: <20011107222339.E729@rafael>
18819      Branch: perl
18820            ! embed.h embed.pl perl.c proto.h toke.c
18821 ____________________________________________________________________________
18822 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
18823         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
18824              From: Michael G Schwern <schwern@pobox.com>
18825              Date: Wed, 7 Nov 2001 16:52:49 -0500
18826              Message-ID: <20011107165249.I7346@blackrider>
18827      Branch: perl
18828            ! pod/perlhack.pod
18829 ____________________________________________________________________________
18830 [ 12898] By: ams                                   on 2001/11/08  13:02:19
18831         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
18832              From: Mark-Jason Dominus <mjd@plover.com>
18833              Date: Thu, 08 Nov 2001 08:59:02 -0500
18834              Message-Id: <20011108135902.2275.qmail@plover.com>
18835      Branch: perl
18836            ! INSTALL README README.amiga README.os2 README.vms
18837            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
18838            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
18839 ____________________________________________________________________________
18840 [ 12897] By: ams                                   on 2001/11/08  12:49:28
18841         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
18842              From: mjd@plover.com
18843              Date: 8 Nov 2001 13:33:18 -0000
18844              Message-Id: <20011108133318.1786.qmail@plover.com>
18845      Branch: perl
18846            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
18847            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18848            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18849            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18850            ! pod/perlport.pod pod/perlvar.pod
18851 ____________________________________________________________________________
18852 [ 12896] By: ams                                   on 2001/11/08  11:22:12
18853         Log: open(FH, $file) should strip leading and trailing whitespace.
18854      Branch: perl
18855            ! doio.c
18856 ____________________________________________________________________________
18857 [ 12895] By: ams                                   on 2001/11/08  10:17:14
18858         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
18859              From: "Craig A. Berry" <craigberry@mac.com>
18860              Date: Wed, 07 Nov 2001 13:41:50 -0600
18861              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
18862      Branch: perl
18863            ! t/op/glob.t
18864 ____________________________________________________________________________
18865 [ 12894] By: ams                                   on 2001/11/08  08:32:20
18866         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
18867              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
18868              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
18869              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
18870      Branch: perl
18871            ! makedepend.SH
18872 ____________________________________________________________________________
18873 [ 12893] By: ams                                   on 2001/11/08  08:26:31
18874         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
18875              From: mjd@plover.com
18876              Date: 8 Nov 2001 08:08:07 -0000
18877              Message-Id: <20011108080807.30147.qmail@plover.com>
18878              
18879              Subject: bleadperl perl.pod
18880              From: mjd@plover.com
18881              Date: 8 Nov 2001 08:10:47 -0000
18882              Message-Id: <20011108081047.30178.qmail@plover.com>
18883              
18884              Subject: more bleadperl perl.pod
18885              From: mjd@plover.com
18886              Date: 8 Nov 2001 08:16:28 -0000
18887              Message-Id: <20011108081628.30229.qmail@plover.com>
18888      Branch: perl
18889            ! pod/perl.pod pod/perldebug.pod
18890 ____________________________________________________________________________
18891 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
18892         Log: Tweak for Cray-friendliness from Nicholas Clark.
18893      Branch: perl
18894            ! sv.c
18895 ____________________________________________________________________________
18896 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
18897         Log: VMS patch redo from Charles Lane.
18898      Branch: perl
18899            ! vms/gen_shrfls.pl
18900 ____________________________________________________________________________
18901 [ 12890] By: ams                                   on 2001/11/07  15:16:10
18902         Log: Subject: [ID 20011107.088] two perl pod nits
18903              From: lvirden@cas.org
18904              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
18905              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
18906      Branch: perl
18907            ! pod/perl.pod pod/perlfaq3.pod
18908 ____________________________________________________________________________
18909 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
18910         Log: Update Changes.
18911      Branch: perl
18912            ! Changes patchlevel.h
18913 ____________________________________________________________________________
18914 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
18915         Log: The (emulated) "no utf8" must be in a BEGIN block
18916              to be effective.
18917      Branch: perl
18918            ! lib/CGI/t/html.t
18919 ____________________________________________________________________________
18920 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
18921         Log: "v-strings" is the right term.
18922      Branch: perl
18923            ! pod/perltodo.pod
18924 ____________________________________________________________________________
18925 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
18926         Log: Add vstrings-as-objects need to perltodo.
18927      Branch: perl
18928            ! pod/perltodo.pod
18929 ____________________________________________________________________________
18930 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
18931         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
18932              From: Nicholas Clark <nick@ccl4.org>
18933              Date: Wed, 7 Nov 2001 14:36:32 +0000
18934              Message-ID: <20011107143631.I24980@plum.flirble.org>
18935      Branch: perl
18936            ! t/op/pack.t
18937 ____________________________________________________________________________
18938 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
18939         Log: The Embed test requires a major rewrite for VMS
18940              (plus it reveals a couple of annoying glitches
18941              in buffering), so skip the test for now; from
18942              Charles Lane.
18943      Branch: perl
18944            ! lib/ExtUtils/Embed.t
18945 ____________________________________________________________________________
18946 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
18947         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
18948              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18949              Date: Wed, 7 Nov 2001 09:23:28 EST
18950              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
18951              
18952              (Also i seems that an unrelated experimental patch
18953              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
18954      Branch: perl
18955            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
18956 ____________________________________________________________________________
18957 [ 12882] By: ams                                   on 2001/11/07  05:14:04
18958         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
18959              From: Mark-Jason Dominus <mjd@plover.com>
18960              Date: Wed, 07 Nov 2001 00:43:46 -0500
18961              Message-Id: <20011107054346.14428.qmail@plover.com>
18962      Branch: perl
18963            ! gv.c op.c toke.c
18964 ____________________________________________________________________________
18965 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
18966         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
18967              From: Michael G Schwern <schwern@pobox.com>             
18968              Date: Tue, 6 Nov 2001 22:04:39 -0500
18969              Message-ID: <20011106220439.D2858@blackrider>              
18970      Branch: perl
18971            ! lib/perl5db.pl
18972 ____________________________________________________________________________
18973 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
18974         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
18975              stress))
18976              From: Jonathan Stowe <gellyfish@gellyfish.com>
18977              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
18978              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
18979              
18980              (except for one hunk where indentation differs)
18981      Branch: perl
18982            ! lib/Term/Cap.t
18983 ____________________________________________________________________________
18984 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
18985         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
18986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18987              Date: Tue, 6 Nov 2001 21:45:01 +0100
18988              Message-ID: <20011106214501.A704@rafael>
18989      Branch: perl
18990            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
18991            ! lib/File/Spec/Win32.pm
18992 ____________________________________________________________________________
18993 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
18994         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
18995              From: Michael G Schwern <schwern@pobox.com>              
18996              Date: Tue, 6 Nov 2001 20:58:45 -0500
18997              Message-ID: <20011106205845.G29411@blackrider>
18998      Branch: perl
18999            ! t/test.pl
19000 ____________________________________________________________________________
19001 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
19002         Log: Subject: making do_sprintf public       
19003              From: Doug MacEachern <dougm@covalent.net>    
19004              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
19005              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
19006      Branch: perl
19007            ! embed.h embed.pl global.sym
19008 ____________________________________________________________________________
19009 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
19010         Log: Update to CGI.pm 2.78.
19011              
19012              TODO: the test suite needs to be merged so that
19013              when in core, the core version is tested, and when
19014              using the CPAN version, testing the CPAN version.
19015              (the changes need to be sent to Lincoln, too...)
19016      Branch: perl
19017            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19018            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
19019            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
19020            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
19021            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
19022            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
19023 ____________________________________________________________________________
19024 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
19025         Log: Integrate with perlio; (strictly) readonly hashes via XS.
19026      Branch: perl
19027           +> t/lib/access.t
19028           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
19029 ____________________________________________________________________________
19030 [ 12874] By: nick                                  on 2001/11/06  21:05:16
19031         Log: Keep It Simple and Stupid version of readonly hash support.
19032              - Test for SvREAONLY(hv) at a few spots in hv.c
19033              - add the error message to perldiag.pod
19034              - (dubious) add access::readonly() to univeral.c
19035              - add test using above
19036              - fixup ext/B/t/stash.t to account for access:: existing
19037      Branch: perlio
19038            + t/lib/access.t
19039            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
19040 ____________________________________________________________________________
19041 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
19042         Log: Fix incorrect warnings about broken globbing;
19043              from Andy Dougherty.
19044      Branch: perl
19045            ! hints/linux.sh
19046 ____________________________________________________________________________
19047 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
19048         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
19049              toggle-on from the encoding pragma.
19050      Branch: perl
19051            ! regcomp.c regexec.c
19052 ____________________________________________________________________________
19053 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
19054         Log: Retract #12824, doesn't help and is ignored
19055              by Configure anyway.
19056      Branch: perl
19057            ! hints/beos.sh
19058 ____________________________________________________________________________
19059 [ 12870] By: ams                                   on 2001/11/06  10:40:37
19060         Log: Subject: Cosmetic change
19061              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19062              Date: Tue, 06 Nov 2001 12:30:52 +0100
19063              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
19064      Branch: perl
19065            ! README.hpux
19066 ____________________________________________________________________________
19067 [ 12869] By: nick                                  on 2001/11/06  08:26:40
19068         Log: Integrate mainline
19069      Branch: perlio
19070           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
19071           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
19072 ____________________________________________________________________________
19073 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
19074         Log: The parentheses are protected enough.
19075      Branch: perl
19076            ! hints/os390.sh
19077 ____________________________________________________________________________
19078 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
19079         Log: ccflags, not ldflags.
19080      Branch: perl
19081            ! hints/os390.sh
19082 ____________________________________________________________________________
19083 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
19084         Log: ... and the proto to go with #12865.
19085      Branch: perl
19086            ! proto.h
19087 ____________________________________________________________________________
19088 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
19089         Log: Oops.  Luckily nothing was using this symbol yet.
19090      Branch: perl
19091            ! global.sym
19092 ____________________________________________________________________________
19093 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
19094         Log: Implement the encoding pragma for regex literals.
19095      Branch: perl
19096            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
19097 ____________________________________________________________________________
19098 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
19099         Log: More UTF8 EXACT fixing.
19100      Branch: perl
19101            ! regexec.c
19102 ____________________________________________________________________________
19103 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
19104         Log: More re debugging.
19105      Branch: perl
19106            ! regexec.c
19107 ____________________________________________________________________________
19108 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
19109         Log: EXACT correction attempt.  Continued in #12863.
19110      Branch: perl
19111            ! regexec.c
19112 ____________________________________________________________________________
19113 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
19114         Log: Unterminated L<.
19115      Branch: perl
19116            ! ext/DB_File/DB_File.pm
19117 ____________________________________________________________________________
19118 [ 12859] By: nick                                  on 2001/11/05  19:15:17
19119         Log: Integrate mainline
19120      Branch: perlio
19121           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19122           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19123           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
19124           +> lib/Math/BigInt/t/sub_mbi.t
19125            - lib/Math/BigInt/t/Math/Subclass.pm
19126            - lib/Math/BigInt/t/subclass.t
19127           !> (integrate 30 files)
19128 ____________________________________________________________________________
19129 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
19130         Log: Regex debugging fixes from Hugo.
19131      Branch: perl
19132            ! regcomp.c regexec.c
19133 ____________________________________________________________________________
19134 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
19135         Log: IRIX: at some point the cc -version has started
19136              to output to stderr, not stdout any more.
19137      Branch: perl
19138            ! hints/irix_6.sh
19139 ____________________________________________________________________________
19140 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
19141         Log: Update Changes.
19142      Branch: perl
19143            ! Changes patchlevel.h
19144 ____________________________________________________________________________
19145 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
19146         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
19147      Branch: perl
19148            ! lib/File/Spec/Unix.pm
19149 ____________________________________________________________________________
19150 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
19151         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
19152              From: rgarciasuarez@free.fr
19153              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
19154              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
19155      Branch: perl
19156            ! lib/File/Spec/Unix.pm
19157 ____________________________________________________________________________
19158 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
19159         Log: Use config.arch in OS/390 where the combination of
19160              IEEE floats and ldflags is tricky.
19161      Branch: perl
19162            ! hints/os390.sh
19163 ____________________________________________________________________________
19164 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
19165         Log: Metaconfig unit change for #12851.
19166      Branch: metaconfig
19167            ! U/modified/Config_sh.U
19168 ____________________________________________________________________________
19169 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
19170         Log: Support a config.arch file, similar to config.over,
19171              but loaded just before it.
19172      Branch: perl
19173            ! Configure INSTALL
19174 ____________________________________________________________________________
19175 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
19176         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
19177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19178              Date: Mon, 5 Nov 2001 14:26:24 +0100
19179              Message-ID: <20011105142624.C31977@rafael>
19180      Branch: perl
19181            ! lib/Symbol.pm lib/Symbol.t
19182 ____________________________________________________________________________
19183 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
19184         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
19185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19186              Date: Sun, 4 Nov 2001 22:28:57 +0100
19187              Message-ID: <20011104222857.C696@rafael>
19188      Branch: perl
19189            ! pod/perldebug.pod pod/perlpodspec.pod
19190 ____________________________________________________________________________
19191 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
19192         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
19193      Branch: perl
19194            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
19195 ____________________________________________________________________________
19196 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
19197         Log: Math::Big* test tweaks to work better with core:
19198              but the coast still not clear.
19199      Branch: perl
19200            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
19201            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19202 ____________________________________________________________________________
19203 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
19204         Log: Protect against high load: measure how much wall
19205              clock time went by while sleeping.  Avoids some
19206              false negatives, while may introduce some false
19207              positives.  Life is hard.
19208      Branch: perl
19209            ! ext/Time/HiRes/HiRes.t
19210 ____________________________________________________________________________
19211 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
19212         Log: More forgotten from #12843.
19213      Branch: perl
19214            ! lib/Math/BigInt/t/bigfltpm.inc
19215 ____________________________________________________________________________
19216 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
19217         Log: Forgot from #12843.
19218      Branch: perl
19219            + lib/Math/BigInt/t/bigintpm.inc
19220            ! MANIFEST
19221 ____________________________________________________________________________
19222 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
19223         Log: Upgrade to Math::BigInt 1.45; from Tels.
19224              NOTE: some of the tests are failing but that's because
19225              the core integration is not yet done.
19226      Branch: perl
19227            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19228            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19229            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19230            - lib/Math/BigInt/t/Math/Subclass.pm
19231            - lib/Math/BigInt/t/subclass.t
19232            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
19233            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
19234            ! lib/Math/BigInt/t/mbimbf.t
19235 ____________________________________________________________________________
19236 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
19237         Log: VMS: adds capability to control more configuration stuff with
19238              -D and -U switches; parsing config.sh to extract previous config
19239              info in VMS-form, and a rewrite of the "prompt/response" routine;
19240              from Charles Lane.
19241      Branch: perl
19242            ! configure.com
19243 ____________________________________________________________________________
19244 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
19245         Log: Subject: Typo correction in perldebguts.pod
19246              From: mjd@plover.com
19247              Date: 4 Nov 2001 16:20:05 -0000
19248              Message-ID: <20011104162005.16699.qmail@plover.com>
19249      Branch: perl
19250            ! pod/perldebguts.pod
19251 ____________________________________________________________________________
19252 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
19253         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
19254              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19255              Date: Sun, 4 Nov 2001 11:47:30 +0100
19256              Message-ID: <20011104114730.A715@rafael>
19257              
19258              Remove -T from the test, wrong place for that.
19259      Branch: perl
19260            ! lib/File/Temp/t/mktemp.t
19261 ____________________________________________________________________________
19262 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
19263         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
19264              From: Nicholas Clark <nick@ccl4.org>
19265              Date: Sun, 4 Nov 2001 10:41:24 +0000
19266              Message-ID: <20011104104123.U20123@plum.flirble.org>
19267      Branch: perl
19268            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
19269 ____________________________________________________________________________
19270 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
19271         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
19272              From: Michael G Schwern <schwern@pobox.com>
19273              Date: Sat, 3 Nov 2001 15:41:47 -0500
19274              Message-ID: <20011103154147.C600@blackrider>
19275      Branch: perl
19276            ! lib/Term/Cap.t
19277 ____________________________________________________________________________
19278 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
19279         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
19280              From: "Craig A. Berry" <craigberry@mac.com>     
19281              Date: Sat, 03 Nov 2001 16:02:28 -0600
19282              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
19283      Branch: perl
19284            ! ext/Time/HiRes/HiRes.t
19285 ____________________________________________________________________________
19286 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
19287         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
19288              From: "chromatic" <chromatic@rmci.net>
19289              Date: Sat, 03 Nov 2001 12:28:17 -0700
19290              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
19291      Branch: perl
19292            ! lib/Term/Cap.t
19293 ____________________________________________________________________________
19294 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
19295         Log: Don't bother doing POSIX charclass parsing if it
19296              possibly cannot be so.  Prepares way for charclass
19297              syntax like [[abc]||[def]] (or just [[abc][def]])
19298              for union, [[\w]&&[$a]] for intersection,
19299              and [[a-z]&&[^def]] for subtraction.
19300              
19301              Currently /[[a]/ (or /[a[]/) parses as a character
19302              class containing two characters, "[" and "a",
19303              this may have to be broken for the syntax described
19304              above, otherwise we would have to scan the whole pattern
19305              to find out whether the square brackets match pairwise.
19306              Luckily, the special case of "[" doesn't seem to be
19307              documented (as opposed to "]" and "-"), so we may have
19308              better story for breaking it...  One can always use \[
19309              if one wants a literal "[", so there.
19310      Branch: perl
19311            ! regcomp.c
19312 ____________________________________________________________________________
19313 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
19314         Log: Comment correction.
19315      Branch: perl
19316            ! regcomp.c
19317 ____________________________________________________________________________
19318 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
19319         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
19320              The latter is a RedHatism.
19321      Branch: perl
19322            ! lib/ExtUtils/MakeMaker.pm
19323 ____________________________________________________________________________
19324 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
19325         Log: Integrate perlio.
19326      Branch: perl
19327           !> perlio.c
19328 ____________________________________________________________________________
19329 [ 12831] By: nick                                  on 2001/11/03  11:42:15
19330         Log: Integrate mainline
19331      Branch: perlio
19332           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
19333           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
19334           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
19335           !> sv.c t/test.pl
19336 ____________________________________________________________________________
19337 [ 12830] By: nick                                  on 2001/11/03  10:27:34
19338         Log: Fix clone_leak problem.
19339              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
19340              as vestige of calling PerlLIO_dup().
19341      Branch: perlio
19342            ! perlio.c
19343 ____________________________________________________________________________
19344 [ 12829] By: nick                                  on 2001/11/03  09:40:46
19345         Log: Tweaks attempting to locate Doug's clone_leak leak.
19346              - add some PerlIO_debug()
19347              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
19348              - Even if it closing stdout etc. do a fflush()
19349      Branch: perlio
19350            ! perlio.c
19351 ____________________________________________________________________________
19352 [ 12828] By: nick                                  on 2001/11/03  08:34:31
19353         Log: Integrate mainline
19354      Branch: perlio
19355           !> (integrate 54 files)
19356 ____________________________________________________________________________
19357 [ 12827] By: ams                                   on 2001/11/03  03:45:19
19358         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
19359              remove this later). Based on a patch from Robert Spier in
19360              <15330.61459.14452.795263@rls.cx>.
19361      Branch: perl
19362            ! sv.c
19363 ____________________________________________________________________________
19364 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
19365         Log: microperl sync.
19366      Branch: perl
19367            ! doio.c perl.c perl.h perlio.c regexec.c
19368 ____________________________________________________________________________
19369 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
19370         Log: Definitions for the Unicode Newline Guidelines.
19371      Branch: perl
19372            ! perl.h
19373 ____________________________________________________________________________
19374 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
19375         Log: (retracted by #12871)
19376              
19377              There is no csh of any kind in default BeOS.
19378              For the purposes of miniperl globbing, bash
19379              will do.
19380      Branch: perl
19381            ! hints/beos.sh
19382 ____________________________________________________________________________
19383 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
19384         Log: Integrate change #12820 from macperl to maint and blead;
19385              
19386              Fix up (dynaloading) to work properly with multiplicity
19387      Branch: maint-5.6/perl
19388           !> ext/DynaLoader/dl_mac.xs
19389      Branch: perl
19390           !> ext/DynaLoader/dl_mac.xs
19391 ____________________________________________________________________________
19392 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
19393         Log: Several fixes for various exit problems and clearing out
19394              task queue, as well as another (incomplete) go at
19395              fixing error message handling
19396      Branch: maint-5.6/macperl
19397            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
19398 ____________________________________________________________________________
19399 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
19400         Log: Add source files for bleadperl builds
19401      Branch: maint-5.6/macperl
19402            ! macos/Makefile.mk
19403 ____________________________________________________________________________
19404 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
19405         Log: Fix up to work properly with multiplicity
19406      Branch: maint-5.6/macperl
19407            ! ext/DynaLoader/dl_mac.xs
19408 ____________________________________________________________________________
19409 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
19410         Log: Integrate with maintperl.
19411      Branch: maint-5.6/macperl
19412           +> t/op/system.t t/op/system_tests
19413           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
19414           !> pod/perltodo.pod util.c win32/win32.c
19415 ____________________________________________________________________________
19416 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
19417         Log: Locate _PATH_LOG if it's a socket even if not #defined
19418              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
19419              via Nick Clark.
19420      Branch: perl
19421            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
19422 ____________________________________________________________________________
19423 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
19424         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
19425              From: Michael G Schwern <schwern@pobox.com>
19426              Date: Fri, 2 Nov 2001 15:36:41 -0500
19427              Message-ID: <20011102153641.E23234@blackrider>
19428      Branch: perl
19429            ! t/test.pl
19430 ____________________________________________________________________________
19431 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
19432         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
19433              From: merlyn@stonehenge.com (Randal L. Schwartz)
19434              Date: 02 Nov 2001 09:33:34 -0800
19435              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
19436              
19437              (two of the changes)
19438              
19439              Better coexistence with extensions.
19440      Branch: perl
19441            ! ext/Errno/Errno_pm.PL hints/darwin.sh
19442 ____________________________________________________________________________
19443 [ 12815] By: ams                                   on 2001/11/02  16:47:43
19444         Log: Subject: Re: [PATCH] the the double double word word fix fix
19445              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19446              Date: Fri, 02 Nov 2001 19:43:07 +0100
19447              Message-Id: <3BE2E93B.627C198E@alcatel.at>
19448      Branch: perl
19449            ! pod/perldebug.pod
19450 ____________________________________________________________________________
19451 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
19452         Log: Update Changes.
19453      Branch: perl
19454            ! Changes patchlevel.h
19455 ____________________________________________________________________________
19456 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
19457         Log: More encoding testing.
19458      Branch: perl
19459            ! lib/encoding.pm lib/encoding.t
19460 ____________________________________________________________________________
19461 [ 12812] By: ams                                   on 2001/11/02  15:07:11
19462         Log: Slight modification of #12811.
19463      Branch: perl
19464            ! op.c
19465 ____________________________________________________________________________
19466 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
19467         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
19468              From: Radu Greab <radu@netsoft.ro>
19469              Date: Fri, 2 Nov 2001 15:28:58 +0200
19470              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
19471      Branch: perl
19472            ! op.c t/op/stat.t
19473 ____________________________________________________________________________
19474 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
19475         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
19476              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19477              Date: Thu, 1 Nov 2001 22:35:50 +0100
19478              Message-ID: <20011101223550.A10849@rafael>
19479      Branch: perl
19480            ! lib/ExtUtils/Embed.t
19481 ____________________________________________________________________________
19482 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
19483         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
19484              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19485              Date: 2 Nov 2001 14:48:51 -0000
19486              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
19487      Branch: perl
19488            ! lib/File/Find.pm
19489 ____________________________________________________________________________
19490 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
19491         Log: Add documentation.
19492      Branch: perl
19493            ! embed.pl pod/perlapi.pod utf8.c
19494 ____________________________________________________________________________
19495 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
19496         Log: Unicode: add ToFold mapping.  Not used yet; but basically
19497              a more useful mapping for caseless aka case-ignoring than
19498              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
19499              algorithm for creating the foldings uses equivalence classes,
19500              see http://www.unicode.org/unicode/reports/tr21/
19501              Hopefully this feature will be used in //i.
19502              (The folding tables were introduced by #12689.)
19503      Branch: perl
19504            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
19505            ! utf8.c
19506 ____________________________________________________________________________
19507 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
19508         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
19509              From: "Craig A. Berry" <craigberry@mac.com>
19510              Date: Fri, 02 Nov 2001 00:03:52 -0600
19511              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
19512      Branch: perl
19513            ! lib/AutoSplit.t
19514 ____________________________________________________________________________
19515 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
19516         Log: Subject: Trivial doc patch
19517              From: andreas.koenig@anima.de (Andreas J. Koenig)
19518              Date: 02 Nov 2001 06:11:35 +0100
19519              Message-ID: <m37kt94v08.fsf@anima.de>
19520      Branch: perl
19521            ! pod/perlport.pod
19522 ____________________________________________________________________________
19523 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
19524         Log: Make encoding and charnames pragmas coexist.
19525      Branch: perl
19526            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
19527 ____________________________________________________________________________
19528 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
19529         Log: The basic character classes seem to go untested with Unicode.
19530      Branch: perl
19531            ! t/op/pat.t
19532 ____________________________________________________________________________
19533 [ 12802] By: ams                                   on 2001/11/02  00:39:36
19534         Log: Subject: [PATCH] the the double double word word fix fix
19535              From: Richard Soderberg <rs@oregonnet.com>
19536              Date: Thu, 1 Nov 2001 13:12:03 -0800
19537              Message-Id: <200111012112.NAA23288@oregonnet.com>
19538              
19539              Subject: Re: [PATCH] the the double double word word fix fix
19540              From: Mark-Jason Dominus <mjd@plover.com>
19541              Date: Thu, 01 Nov 2001 16:43:40 -0500
19542              Message-Id: <20011101214340.2044.qmail@plover.com>
19543              
19544              Subject: Re: [PATCH] the the double double word word fix fix
19545              From: Mark-Jason Dominus <mjd@plover.com>
19546              Date: Thu, 01 Nov 2001 16:51:39 -0500
19547              Message-Id: <20011101215139.2196.qmail@plover.com>
19548      Branch: perl
19549            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
19550            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
19551            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
19552            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
19553            ! pod/perltodo.pod pod/perlxstut.pod
19554 ____________________________________________________________________________
19555 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
19556         Log: Comment tweaks.
19557      Branch: perl
19558            ! toke.c
19559 ____________________________________________________________________________
19560 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
19561         Log: FAQ sync.
19562      Branch: perl
19563            ! pod/perlfaq9.pod
19564 ____________________________________________________________________________
19565 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
19566         Log: If an encoding is set by -M/-m, it must be in
19567              effect only for the actual script, not any other
19568              required/-M/-m'ed module, otherwise we enter a nasty
19569              recursion in regexec.c while trying to init the simple
19570              UTF-8 charclasses like PL_utf8_alnum.
19571      Branch: perl
19572            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
19573 ____________________________________________________________________________
19574 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
19575         Log: A bit more descriptive name.
19576      Branch: perl
19577            ! mg.c
19578 ____________________________________________________________________________
19579 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
19580         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
19581              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19582              Date: Wed, 31 Oct 2001 13:47:04 EST
19583              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
19584      Branch: perl
19585            ! ext/Time/HiRes/HiRes.t
19586 ____________________________________________________________________________
19587 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
19588         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
19589              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19590              Date: Wed, 31 Oct 2001 13:43:29 EST
19591              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
19592      Branch: perl
19593            ! mg.c
19594 ____________________________________________________________________________
19595 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
19596         Log: Subject: [PATCH] Various test cleanups
19597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19598              Date: Tue, 30 Oct 2001 21:56:26 +0100
19599              Message-ID: <20011030215626.A28503@rafael>
19600      Branch: perl
19601            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19602            ! ext/DB_File/t/db-recno.t ext/Encode.t
19603 ____________________________________________________________________________
19604 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
19605         Log: Update Changes.
19606      Branch: perl
19607            ! Changes patchlevel.h
19608 ____________________________________________________________________________
19609 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
19610         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
19611              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
19612              Date: Wed, 31 Oct 2001 17:16:39 +0100
19613              Message-ID: <20011031171639.A32511@rafael>
19614      Branch: perl
19615            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
19616 ____________________________________________________________________________
19617 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
19618         Log: Skip message nit.
19619      Branch: perl
19620            ! t/io/fs.t
19621 ____________________________________________________________________________
19622 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
19623         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
19624              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19625              Date: 31 Oct 2001 14:49:37 -0000
19626              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
19627      Branch: perl
19628            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
19629 ____________________________________________________________________________
19630 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
19631         Log: Extend the effect of the encoding pragma to chr() and ord().
19632              
19633              TODO: regex literals, reentrancy problems with the utf8
19634              and charnames pragmas.
19635      Branch: perl
19636            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
19637 ____________________________________________________________________________
19638 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
19639         Log: Doc tweaks.
19640      Branch: perl
19641            ! lib/encoding.pm
19642 ____________________________________________________________________________
19643 [ 12788] By: nick                                  on 2001/10/31  08:59:56
19644         Log: Integrate mainline
19645      Branch: perlio
19646           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
19647           !> (integrate 49 files)
19648 ____________________________________________________________________________
19649 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
19650         Log: Forgot new proto.
19651      Branch: perl
19652            ! proto.h
19653 ____________________________________________________________________________
19654 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
19655         Log: Clarification: use encoding cannot be used to
19656              change the default encoding of "your whole script";
19657              only the default encoding of the *data*.  Also, it
19658              seems that "use encoding" does not mix with "use utf8"
19659              (a coredumping recursion ensues).  Should not be a huge
19660              problem since "use utf8" is pretty marginal nowadays.
19661      Branch: perl
19662            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
19663 ____________________________________________________________________________
19664 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
19665         Log: More documentation for the encode pragma.
19666      Branch: perl
19667            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
19668            ! pod/perlapi.pod pod/perlunicode.pod sv.c
19669 ____________________________________________________________________________
19670 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
19671         Log: Thinko in #12783.
19672      Branch: perl
19673            ! sv.c
19674 ____________________________________________________________________________
19675 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
19676         Log: Make sv_recode_to_utf8() a real API: the encoding
19677              is a parameter, instead of a global.  Document the
19678              PERL_ENCODING.
19679      Branch: perl
19680            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
19681            ! toke.c
19682 ____________________________________________________________________________
19683 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
19684         Log: Enable -Mencoding=foobar also for string literals.
19685      Branch: perl
19686            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
19687            ! pod/perlapi.pod proto.h sv.c toke.c
19688 ____________________________________________________________________________
19689 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
19690         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
19691              From: Andy Dougherty <doughera@lafayette.edu>
19692              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
19693              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
19694      Branch: perl
19695            ! ext/POSIX/hints/svr4.pl
19696 ____________________________________________________________________________
19697 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
19698         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
19699              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19700              Date: Mon, 29 Oct 2001 23:11:58 -0000
19701              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
19702              
19703              Add compat.h.
19704      Branch: perl
19705            ! lib/h2xs.t utils/h2xs.PL
19706 ____________________________________________________________________________
19707 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
19708         Log: Subject: PerlIOBuf_dup
19709              From: Nicholas Clark <nick@ccl4.org>              
19710              Date: Mon, 29 Oct 2001 21:52:35 +0000             
19711              Message-ID: <20011029215235.K41204@plum.flirble.org>
19712              
19713              Add prototype.
19714      Branch: perl
19715            ! perliol.h
19716 ____________________________________________________________________________
19717 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
19718         Log: Subject: [PATCH] Make malloc.c errors more useful
19719              From: Richard Soderberg <rs@oregonnet.com>
19720              Date: Mon, 29 Oct 2001 22:28:02 -0800
19721              Message-Id: <200110300628.WAA11025@oregonnet.com>
19722      Branch: perl
19723            ! malloc.c
19724 ____________________________________________________________________________
19725 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
19726         Log: Retract #12776 - the bug 19990906.001 is still valid.
19727      Branch: perl
19728            ! t/run/kill_perl.t
19729 ____________________________________________________________________________
19730 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
19731         Log: (Retracted by #12777)
19732              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
19733              From: Michael G Schwern <schwern@pobox.com> 
19734              Date: Mon, 29 Oct 2001 23:01:08 -0500
19735              Message-ID: <20011029230108.G18053@blackrider>
19736      Branch: perl
19737            ! t/run/kill_perl.t
19738 ____________________________________________________________________________
19739 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
19740         Log: Comment nits.
19741      Branch: perl
19742            ! lib/encoding.t
19743 ____________________________________________________________________________
19744 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
19745         Log: integrate change#12772 from mainline
19746              
19747              Subject: [PATCH] Mommy, what's a pointer cast?
19748      Branch: maint-5.6/perl
19749            ! perl.h
19750 ____________________________________________________________________________
19751 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
19752         Log: Subject: [PATCH] Mommy, what's a pointer cast?
19753              From: Richard Soderberg <rs@oregonnet.com>
19754              Date: Mon, 29 Oct 2001 17:01:10 -0800
19755              Message-Id: <200110300101.RAA31561@oregonnet.com>
19756              
19757              (threads* parts)
19758      Branch: perl
19759            ! ext/threads/shared/shared.xs ext/threads/threads.xs
19760 ____________________________________________________________________________
19761 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
19762         Log: Subject: [PATCH] Mommy, what's a pointer cast?
19763              From: Richard Soderberg <rs@oregonnet.com>
19764              Date: Mon, 29 Oct 2001 17:01:10 -0800
19765              Message-Id: <200110300101.RAA31561@oregonnet.com>
19766              
19767              (the perl.h part)
19768      Branch: perl
19769            ! perl.h
19770 ____________________________________________________________________________
19771 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
19772         Log: Subject: [PATCH] OpenBSD likes signal.h 
19773              From: Richard Soderberg <rs@oregonnet.com>
19774              Date: Mon, 29 Oct 2001 17:00:31 -0800
19775              Message-Id: <200110300100.RAA31533@oregonnet.com>
19776      Branch: perl
19777            ! unixish.h
19778 ____________________________________________________________________________
19779 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
19780         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
19781              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19782              Date: Mon, 29 Oct 2001 23:04:23 -0000
19783              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
19784      Branch: perl
19785            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19786            ! ext/DB_File/t/db-recno.t
19787 ____________________________________________________________________________
19788 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
19789         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
19790              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19791              Date: Mon, 29 Oct 2001 12:34:07 -0600
19792              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
19793      Branch: perl
19794            ! ext/Time/HiRes/HiRes.t
19795 ____________________________________________________________________________
19796 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
19797         Log: Update Changes.
19798      Branch: perl
19799            ! Changes patchlevel.h
19800 ____________________________________________________________________________
19801 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
19802         Log: AIX needs an explicit symbol export list.
19803      Branch: perl
19804            ! lib/ExtUtils/Embed.t
19805 ____________________________________________________________________________
19806 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
19807         Log: The test (and the module) would require some
19808              quality hacking time to work on EBCDIC.  Based on
19809              the test results nothing seems to be majorly broken,
19810              the module just seems to have strange assumptions:
19811              got: ''\226\225\205'
19812              expected: ''one'
19813              The \226\225\205 being, of course, 'one', in EBCDIC.
19814      Branch: perl
19815            ! lib/Dumpvalue.t
19816 ____________________________________________________________________________
19817 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
19818         Log: Mark the test known to be failing in EBCDIC.
19819      Branch: perl
19820            ! t/op/tr.t
19821 ____________________________________________________________________________
19822 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
19823         Log: None of the libnet modules are going to work in
19824              EBCDIC without the Convert::EBCDIC.
19825      Branch: perl
19826            ! t/lib/1_compile.t
19827 ____________________________________________________________________________
19828 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
19829         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
19830      Branch: perl
19831            ! t/op/pack.t
19832 ____________________________________________________________________________
19833 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
19834         Log: UTF-EBCDIC ain't UTF-8.
19835      Branch: perl
19836            ! t/op/pack.t
19837 ____________________________________________________________________________
19838 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
19839         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
19840      Branch: perl
19841            ! t/lib/1_compile.t
19842 ____________________________________________________________________________
19843 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
19844         Log: Let's not assume ASCII.
19845      Branch: perl
19846            ! t/op/lc.t
19847 ____________________________________________________________________________
19848 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
19849         Log: Call the new perlio symbols differently.
19850      Branch: perl
19851            ! makedef.pl
19852 ____________________________________________________________________________
19853 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
19854         Log: Don't expect ASCII ordering.
19855      Branch: perl
19856            ! lib/ExtUtils/Manifest.t
19857 ____________________________________________________________________________
19858 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
19859         Log: Forgot from #12756.
19860      Branch: perl
19861            ! perlio.h
19862 ____________________________________________________________________________
19863 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
19864         Log: BeOS tweaks:
19865              - fseeko and ftello can be found by Configure but
19866              we do not seem to have prototypes for them so
19867              let's make up some
19868              - BeOS didn't use to have real sockets (sockets as
19869              filedescriptors) but the BONE package is supposed
19870              to fix this.  I do not know how to detect BONEness,
19871              see hints/beos.sh for a spot that needs to fixed.
19872              - BeOS has O_TEXT != O_BINARY but has no setmode()
19873      Branch: perl
19874            ! hints/beos.sh perlio.c
19875 ____________________________________________________________________________
19876 [ 12755] By: sky                                   on 2001/10/29  12:56:12
19877         Log: Ugly fix to not die when a thread creator is holding locks.
19878      Branch: perl
19879            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19880            ! ext/threads/threads.xs
19881 ____________________________________________________________________________
19882 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
19883         Log: Integrate change #12752 from maintperl;
19884              
19885              croak(Nullch) wasn't printing the contents of ERRSV if there was
19886              no outer eval (bug in change#6125)
19887      Branch: perl
19888           !> util.c
19889 ____________________________________________________________________________
19890 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
19891         Log: Subject: [PATCH h2xs] Use of static data in XS modules
19892              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19893              Date: Sun, 28 Oct 2001 21:19:07 -0000
19894              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
19895              
19896              with nits from Sarathy.
19897      Branch: perl
19898            ! utils/h2xs.PL
19899 ____________________________________________________________________________
19900 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
19901         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
19902              no outer eval (bug in change#6125)
19903      Branch: maint-5.6/perl
19904            ! util.c
19905 ____________________________________________________________________________
19906 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
19907         Log: More todo for the encoding pragma.
19908      Branch: perl
19909            ! lib/encoding.pm
19910 ____________________________________________________________________________
19911 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
19912         Log: Add the encoding pragma to control the "upgrade"
19913              from the native eight bit data to Unicode.
19914              
19915              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
19916      Branch: perl
19917            + lib/encoding.pm lib/encoding.t
19918            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
19919            ! pod/perlunicode.pod pod/perlvar.pod sv.c
19920 ____________________________________________________________________________
19921 [ 12749] By: sky                                   on 2001/10/28  21:02:33
19922         Log: Update documentation.
19923      Branch: perl
19924            ! ext/threads/shared/shared.pm
19925 ____________________________________________________________________________
19926 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
19927         Log: Integrate change #12747 from maintperl;
19928              
19929              finishing touches to system() fixes on windows:
19930              * detect cmd shell correctly even if it had full path in it
19931              * more quoting needed for single-arg system if the argument
19932              really had multiple quoted arguments within it
19933              * be smarter about not calling the shell when the executable
19934              has spaces, but otherwise does not need shell involvement
19935              * add a testsuite (windows-specific currently)
19936      Branch: perl
19937           +> t/op/system.t t/op/system_tests
19938            ! MANIFEST pod/perltodo.pod
19939           !> win32/win32.c
19940 ____________________________________________________________________________
19941 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
19942         Log: finishing touches to system() fixes on windows:
19943              * detect cmd shell correctly even if it had full path in it
19944              * more quoting needed for single-arg system if the argument
19945              really had multiple quoted arguments within it
19946              * be smarter about not calling the shell when the executable
19947              has spaces, but otherwise does not need shell involvement
19948              * add a testsuite (windows-specific currently)
19949      Branch: maint-5.6/perl
19950            + t/op/system.t t/op/system_tests
19951            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
19952 ____________________________________________________________________________
19953 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
19954         Log: Integrate perlio.
19955      Branch: perl
19956           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
19957 ____________________________________________________________________________
19958 [ 12745] By: nick                                  on 2001/10/28  16:08:14
19959         Log: Mingw32 fixup for Embed.t
19960      Branch: perlio
19961            ! lib/ExtUtils/Embed.t
19962 ____________________________________________________________________________
19963 [ 12744] By: nick                                  on 2001/10/28  15:54:14
19964         Log: GCC vs MS 64-bit constant syntax
19965      Branch: perlio
19966            ! ext/Time/HiRes/HiRes.xs
19967 ____________________________________________________________________________
19968 [ 12743] By: nick                                  on 2001/10/28  15:42:55
19969         Log: Integrate mainline
19970      Branch: perlio
19971           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
19972 ____________________________________________________________________________
19973 [ 12742] By: sky                                   on 2001/10/28  14:47:10
19974         Log: Manpage updates.
19975      Branch: perl
19976            ! ext/threads/threads.pm
19977 ____________________________________________________________________________
19978 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
19979         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
19980      Branch: perl
19981            ! lib/ExtUtils/Embed.t
19982 ____________________________________________________________________________
19983 [ 12740] By: nick                                  on 2001/10/28  14:14:24
19984         Log: Integrate mainline
19985      Branch: perlio
19986           !> lib/ExtUtils/Embed.t win32/win32.c
19987 ____________________________________________________________________________
19988 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
19989         Log: Need to be ./executed.
19990      Branch: perl
19991            ! lib/ExtUtils/Embed.t
19992 ____________________________________________________________________________
19993 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
19994         Log: Integrate perlio.
19995      Branch: perl
19996           !> perlio.c win32/win32.h
19997 ____________________________________________________________________________
19998 [ 12737] By: nick                                  on 2001/10/28  13:53:45
19999         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
20000              by gcc -xc++.
20001      Branch: perlio
20002            ! win32/win32.h
20003 ____________________________________________________________________________
20004 [ 12736] By: nick                                  on 2001/10/28  13:50:50
20005         Log: Have :stdio layer update an honour the fd refcnt table.
20006              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
20007      Branch: perlio
20008            ! perlio.c
20009 ____________________________________________________________________________
20010 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
20011         Log: Integrate changes #12724 and #12725 from maintperl;
20012              multiarg system now works.
20013      Branch: perl
20014           !> win32/win32.c
20015 ____________________________________________________________________________
20016 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
20017         Log: Integrate perlio.
20018      Branch: perl
20019           +> lib/ExtUtils/Embed.t
20020           !> MANIFEST perlio.c
20021 ____________________________________________________________________________
20022 [ 12733] By: nick                                  on 2001/10/28  13:07:16
20023         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
20024              least for PERLIO=perlio unthreaded case
20025      Branch: perlio
20026            ! perlio.c
20027 ____________________________________________________________________________
20028 [ 12732] By: nick                                  on 2001/10/28  11:10:24
20029         Log: Typo in exe name
20030      Branch: perlio
20031            ! lib/ExtUtils/Embed.t
20032 ____________________________________________________________________________
20033 [ 12731] By: nick                                  on 2001/10/28  11:09:59
20034         Log: Integrate Mainline
20035      Branch: perlio
20036           !> Changes configure.com ext/DB_File/DB_File.pm
20037           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
20038           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
20039           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
20040           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
20041           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
20042           !> t/TEST t/op/regexp.t win32/buildext.pl
20043 ____________________________________________________________________________
20044 [ 12730] By: nick                                  on 2001/10/28  11:05:35
20045         Log: Fixup Embed.t for Win32/VC++
20046      Branch: perlio
20047            ! lib/ExtUtils/Embed.t
20048 ____________________________________________________________________________
20049 [ 12729] By: nick                                  on 2001/10/28  09:36:20
20050         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
20051              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
20052              ExtUtils::Embed.
20053      Branch: perlio
20054            + lib/ExtUtils/Embed.t
20055            ! MANIFEST
20056 ____________________________________________________________________________
20057 [ 12728] By: sky                                   on 2001/10/28  08:12:53
20058         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
20059              line manually!
20060      Branch: perl
20061            ! lib/ExtUtils/xsubpp
20062 ____________________________________________________________________________
20063 [ 12727] By: sky                                   on 2001/10/28  08:02:09
20064         Log: And here we use the prototypes.
20065      Branch: perl
20066            ! ext/threads/shared/shared.xs
20067 ____________________________________________________________________________
20068 [ 12726] By: sky                                   on 2001/10/28  08:00:48
20069         Log: Support [] style prototypes.
20070      Branch: perl
20071            ! lib/ExtUtils/xsubpp
20072 ____________________________________________________________________________
20073 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
20074         Log: yet another multi-arg system() fix on windows: batch files as the
20075              first argument (i.e. directly executed by CreateProcess()) need
20076              extra quoting to escape shell-shock
20077      Branch: maint-5.6/perl
20078            ! win32/win32.c
20079 ____________________________________________________________________________
20080 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
20081         Log: another multi-arg system() fix on windows: passing empty arguments
20082              now works
20083      Branch: maint-5.6/perl
20084            ! win32/win32.c
20085 ____________________________________________________________________________
20086 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
20087         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
20088              No final #else #error because we do not seem to
20089              be using #error?
20090      Branch: perl
20091            ! op.h
20092 ____________________________________________________________________________
20093 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
20094         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
20095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
20096              Date: Sat, 27 Oct 2001 23:28:44 EST 
20097              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
20098      Branch: perl
20099            ! ext/Time/HiRes/HiRes.xs
20100 ____________________________________________________________________________
20101 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
20102         Log: Regen perlapi, perltoc.
20103      Branch: perl
20104            ! pod/perlapi.pod pod/perltoc.pod
20105 ____________________________________________________________________________
20106 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
20107         Log: Subject: [PATCH] sv.h documentation
20108              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
20109              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
20110              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
20111      Branch: perl
20112            ! sv.h
20113 ____________________________________________________________________________
20114 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
20115         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
20116              system("nmake -nologo", "clean") and there is no executable
20117              called "nmake -nologo"; this used to "work" pre-change#12559 due
20118              to bugs in multiarg system() that have since been fixed
20119      Branch: perl
20120            ! win32/buildext.pl
20121 ____________________________________________________________________________
20122 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
20123         Log: Update Changes.
20124      Branch: perl
20125            ! Changes patchlevel.h
20126 ____________________________________________________________________________
20127 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
20128         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
20129              From: Richard.Foley@t-online.de (Richard Foley)            
20130              Date: Sun, 28 Oct 2001 00:48:32 +0200
20131              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
20132      Branch: perl
20133            ! pod/perlhack.pod
20134 ____________________________________________________________________________
20135 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
20136         Log: Must store pointers with the right width.
20137      Branch: perl
20138            ! op.h
20139 ____________________________________________________________________________
20140 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
20141         Log: Integrate change #12711 from perlio;
20142              
20143              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
20144              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
20145      Branch: perl
20146           !> perlio.c
20147 ____________________________________________________________________________
20148 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
20149         Log: Subject: [PATCH] make minitest
20150              From: Nicholas Clark <nick@ccl4.org>
20151              Date: Sat, 27 Oct 2001 22:56:16 +0100
20152              Message-ID: <20011027225616.L20275@plum.flirble.org>
20153      Branch: perl
20154            ! t/TEST
20155 ____________________________________________________________________________
20156 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
20157         Log: Patch #12661 missed this.
20158      Branch: perl
20159            ! ext/DB_File/DB_File.pm
20160 ____________________________________________________________________________
20161 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
20162         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
20163              From: "Craig A. Berry" <craigberry@mac.com>
20164              Date: Sat, 27 Oct 2001 16:07:47 -0500
20165              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
20166      Branch: perl
20167            ! configure.com perlio.c
20168 ____________________________________________________________________________
20169 [ 12711] By: nick                                  on 2001/10/27  19:49:25
20170         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
20171              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
20172      Branch: perlio
20173            ! perlio.c
20174 ____________________________________________________________________________
20175 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
20176         Log: Let's not replace reason if there's one already supplied.
20177      Branch: perl
20178            ! t/op/regexp.t
20179 ____________________________________________________________________________
20180 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
20181         Log: is not good.
20182      Branch: perl
20183            ! t/op/regexp.t
20184 ____________________________________________________________________________
20185 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
20186         Log: ldlibpth can exist but be unset.
20187      Branch: perl
20188            ! t/TEST
20189 ____________________________________________________________________________
20190 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
20191         Log: Unicode: property alias naming cleanup.
20192      Branch: perl
20193            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
20194 ____________________________________________________________________________
20195 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
20196         Log: FAQ sync.
20197      Branch: perl
20198            ! pod/perlfaq4.pod
20199 ____________________________________________________________________________
20200 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
20201         Log: Integrate change #12703 from maintperl;
20202              
20203              typemap stuff intervenes before declaration, move it to PREINIT
20204              section
20205              
20206              (an empty integrate, but now the files are in sync
20207              between the branches)
20208      Branch: perl
20209           !> ext/ODBM_File/ODBM_File.xs
20210 ____________________________________________________________________________
20211 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
20212         Log: More PerlIO symbols.
20213      Branch: perl
20214            ! makedef.pl
20215 ____________________________________________________________________________
20216 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
20217         Log: typemap stuff intervenes before declaration, move it to PREINIT
20218              section
20219      Branch: maint-5.6/perl
20220            ! ext/ODBM_File/ODBM_File.xs
20221 ____________________________________________________________________________
20222 [ 12702] By: nick                                  on 2001/10/27  14:09:35
20223         Log: Integrate mainline
20224      Branch: perlio
20225           +> ext/threads/shared/t/av_simple.t
20226           +> ext/threads/shared/t/hv_refs.t
20227           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
20228           !> (integrate 109 files)
20229 ____________________________________________________________________________
20230 [ 12700] By: ams                                   on 2001/10/26  21:22:23
20231         Log: Subject: [PATCH] tweak divide
20232              From: Nicholas Clark <nick@ccl4.org>
20233              Date: Fri, 26 Oct 2001 22:52:17 +0100
20234              Message-Id: <20011026225217.B20275@plum.flirble.org>
20235      Branch: perl
20236            ! pp.c
20237 ____________________________________________________________________________
20238 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
20239         Log: Integrate a buncha things from maintperl.
20240      Branch: maint-5.6/macperl
20241           !> (integrate 32 files)
20242 ____________________________________________________________________________
20243 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
20244         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
20245              From: Andy Dougherty <doughera@lafayette.edu>
20246              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
20247              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
20248      Branch: perl
20249            ! hints/svr4.sh
20250 ____________________________________________________________________________
20251 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
20252         Log: When you're root, many things become writable.
20253      Branch: perl
20254            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
20255 ____________________________________________________________________________
20256 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
20257         Log: Update Changes.
20258      Branch: perl
20259            ! Changes patchlevel.h
20260 ____________________________________________________________________________
20261 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
20262         Log: Term/Cap.t attempts to access the floppy drive for no good reason
20263              on dosish systems
20264      Branch: perl
20265            ! lib/Term/Cap.t
20266 ____________________________________________________________________________
20267 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
20268         Log: fix misleading comment on known inadequacy in B::Terse, and skip
20269              it correctly
20270      Branch: perl
20271            ! ext/B/t/terse.t
20272 ____________________________________________________________________________
20273 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
20274         Log: fix spurious AutoSplit.t failure under windows
20275      Branch: perl
20276            ! lib/AutoSplit.t
20277 ____________________________________________________________________________
20278 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
20279         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
20280      Branch: perl
20281            ! ext/Time/HiRes/HiRes.t
20282 ____________________________________________________________________________
20283 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
20284         Log: More logical to use %04"UVXf" than %"UVuf" since
20285              the Unicode standard prefers hex.
20286      Branch: perl
20287            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
20288            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
20289            ! lib/unicore/mktables utf8.c
20290 ____________________________________________________________________________
20291 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
20292         Log: change#12065 seems to have broken Encode build on windows; fix
20293      Branch: perl
20294            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
20295 ____________________________________________________________________________
20296 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
20297         Log: Unicode: add the case folding table.
20298      Branch: perl
20299            + lib/unicore/To/Fold.pl
20300            ! MANIFEST lib/unicore/mktables
20301 ____________________________________________________________________________
20302 [ 12688] By: sky                                   on 2001/10/26  13:51:29
20303         Log: Get the new functions right, do not export lock since we use builtin lock.
20304              TODO: fix xsubpp to support the new prototypes
20305      Branch: perl
20306            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20307 ____________________________________________________________________________
20308 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
20309         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
20310              as suggested by Sarathy.
20311      Branch: perl
20312            ! mg.c
20313 ____________________________________________________________________________
20314 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
20315         Log: avoid compiler warning
20316      Branch: perl
20317            ! win32/win32.c
20318 ____________________________________________________________________________
20319 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
20320         Log: WinCE update from Rainer Keuchel.
20321      Branch: perl
20322            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
20323            ! wince/wince.c
20324 ____________________________________________________________________________
20325 [ 12684] By: sky                                   on 2001/10/26  13:34:33
20326         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
20327      Branch: perl
20328            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20329 ____________________________________________________________________________
20330 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
20331         Log: More fixes that were made to the core and not in the libnet src
20332      Branch: perl
20333            ! lib/Net/Domain.pm
20334 ____________________________________________________________________________
20335 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
20336         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
20337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
20338              Date: Fri, 26 Oct 2001 13:55:21 +0200
20339              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
20340              
20341              (plus make the db-recno.t#59 accept both \n and \r\n)
20342      Branch: perl
20343            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20344            ! ext/DB_File/t/db-recno.t
20345 ____________________________________________________________________________
20346 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
20347         Log: Fix tests to be able to run in the core and the CPAN dist
20348      Branch: perl
20349            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20350            ! lib/Net/t/require.t lib/Net/t/smtp.t
20351 ____________________________________________________________________________
20352 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
20353         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
20354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20355              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
20356              Date: Fri, 26 Oct 2001 08:34:46 EDT
20357      Branch: perl
20358            ! ext/Time/HiRes/HiRes.t
20359 ____________________________________________________________________________
20360 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
20361         Log: Sync libnet modules with what will be libnet-1.08
20362      Branch: perl
20363            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
20364            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
20365            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
20366            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
20367 ____________________________________________________________________________
20368 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
20369         Log: Integrate maintperl changes #12268 and #12669;
20370              
20371              final touches to the audit for statics and thread-unsafe code
20372              * make DB_File, ODBM_File thread-safe 
20373              * remove unnecessary/dangerous statics and protect others
20374              from not getting accidentally enabled under threaded perls
20375              
20376              windows support functions get_childdir() et al aren't exported
20377              correctly under vanilla build
20378              
20379              Testing under win32 appreciated since changes there had
20380              to be manually merged and I cannot test how badly did I do.
20381      Branch: perl
20382           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
20383           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
20384           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
20385           !> win32/vmem.h win32/win32.c win32/win32iop.h
20386 ____________________________________________________________________________
20387 [ 12677] By: sky                                   on 2001/10/26  12:37:17
20388         Log: More Config::threads to threads::threads changes
20389      Branch: perl
20390            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
20391 ____________________________________________________________________________
20392 [ 12676] By: sky                                   on 2001/10/26  12:31:46
20393         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
20394      Branch: perl
20395            ! ext/threads/threads.pm ext/threads/threads.xs
20396 ____________________________________________________________________________
20397 [ 12675] By: sky                                   on 2001/10/26  12:06:30
20398         Log: Allocing a TLS in runtime is not too hot.
20399      Branch: perl
20400            ! ext/threads/threads.xs
20401 ____________________________________________________________________________
20402 [ 12674] By: sky                                   on 2001/10/26  11:59:09
20403         Log: Don't display debug data.
20404      Branch: perl
20405            ! ext/threads/threads.pm
20406 ____________________________________________________________________________
20407 [ 12673] By: sky                                   on 2001/10/26  11:35:47
20408         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
20409              complete bar support for blessed objects.
20410              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
20411      Branch: perl
20412            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
20413 ____________________________________________________________________________
20414 [ 12672] By: sky                                   on 2001/10/26  11:15:28
20415         Log: Fix case where shared reference does not exist in current thread.
20416      Branch: perl
20417            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
20418 ____________________________________________________________________________
20419 [ 12671] By: sky                                   on 2001/10/26  08:48:52
20420         Log: Support for references in shared arrays.
20421      Branch: perl
20422            ! ext/threads/shared/shared.xs
20423 ____________________________________________________________________________
20424 [ 12670] By: sky                                   on 2001/10/26  08:30:11
20425         Log: Add tests for references in hashes.
20426      Branch: perl
20427            + ext/threads/shared/t/hv_refs.t
20428            ! MANIFEST
20429 ____________________________________________________________________________
20430 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
20431         Log: windows support functions get_childdir() et al aren't exported
20432              correctly under vanilla build
20433      Branch: maint-5.6/perl
20434            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
20435 ____________________________________________________________________________
20436 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
20437         Log: final touches to the audit for statics and thread-unsafe code
20438              * make DB_File, ODBM_File thread-safe 
20439              * remove unnecessary/dangerous statics and protect others
20440              from not getting accidentally enabled under threaded perls
20441      Branch: maint-5.6/perl
20442            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
20443            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
20444            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
20445            ! win32/win32.c
20446 ____________________________________________________________________________
20447 [ 12667] By: ams                                   on 2001/10/26  03:48:36
20448         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
20449              From: "Richard Soderberg" <rs@crystalflame.net>
20450              Date: Thu, 25 Oct 2001 23:42:50 -0400
20451              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
20452      Branch: perl
20453            ! sharedsv.c
20454 ____________________________________________________________________________
20455 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
20456         Log: Integrate change #12664 from maintperl;
20457              
20458              the newest GCCs don't seem to like C<"string1"##STRING2>
20459              so keep it as C<"string1" STRING2> (latter appears to
20460              work everywhere)
20461      Branch: perl
20462           !> ext/DynaLoader/dlutils.c
20463 ____________________________________________________________________________
20464 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
20465         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
20466              From: Chris Nandor <pudge@pobox.com>
20467              Date: Thu, 25 Oct 2001 22:15:03 -0400
20468              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
20469      Branch: perl
20470            ! perl.h
20471 ____________________________________________________________________________
20472 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
20473         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
20474              C<"string1" STRING2> (latter appears to work everywhere)
20475      Branch: maint-5.6/perl
20476            ! ext/DynaLoader/dlutils.c
20477 ____________________________________________________________________________
20478 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
20479         Log: AUTHORS update.
20480      Branch: perl
20481            ! AUTHORS
20482 ____________________________________________________________________________
20483 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
20484         Log: Integrate change #12660 from maintperl;
20485              
20486              make the dMY_CXT stuff available under all of
20487              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
20488      Branch: perl
20489           !> perl.h
20490 ____________________________________________________________________________
20491 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
20492         Log: Subject: [PATCH] DB_File-1.79
20493              From: "Paul Marquess" <paul.marquess@openwave.com>
20494              Date: Fri, 26 Oct 2001 00:03:54 +0100
20495              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
20496      Branch: perl
20497            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
20498            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
20499 ____________________________________________________________________________
20500 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
20501         Log: make the dMY_CXT stuff available under all of
20502              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
20503      Branch: maint-5.6/perl
20504            ! perl.h
20505 ____________________________________________________________________________
20506 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
20507         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
20508              From: Michael G Schwern <schwern@pobox.com>
20509              Date: Thu, 25 Oct 2001 18:28:12 -0400
20510              Message-ID: <20011025182812.M4811@blackrider>
20511      Branch: perl
20512            ! t/run/kill_perl.t
20513 ____________________________________________________________________________
20514 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
20515         Log: STRLEN != int.
20516      Branch: perl
20517            ! regcomp.c regexec.c
20518 ____________________________________________________________________________
20519 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
20520         Log: Subject: [PATCH] remove small IVop redundancy
20521              From: Nicholas Clark <nick@ccl4.org>
20522              Date: Thu, 25 Oct 2001 22:48:28 +0100
20523              Message-ID: <20011025224827.M66471@plum.flirble.org>
20524      Branch: perl
20525            ! pp.c pp_hot.c
20526 ____________________________________________________________________________
20527 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
20528         Log: Metaconfig unit change for #12655.
20529      Branch: metaconfig/U/perl
20530            ! Extensions.U
20531 ____________________________________________________________________________
20532 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
20533         Log: Subject: Re: Not OK @12650
20534              From: Andy Dougherty <doughera@lafayette.edu>
20535              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
20536              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
20537      Branch: perl
20538            ! Configure
20539 ____________________________________________________________________________
20540 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
20541         Log: Integrate changes #12652 and #12653 from maintperl;
20542              
20543              more tweaks to change#12626
20544              * move the boilerplate code over to perl.h and make DynaLoader
20545              use it
20546              * make re, Opcode, File::Glob and B threadsafe
20547              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
20548              C<no re;> anywhere)
20549              
20550              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
20551              
20552              File::Glob required a bit more work in bleadperl
20553              because of ExtUtils::Constant (see the Makefile.PL change)
20554      Branch: perl
20555            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
20556           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20557           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
20558 ____________________________________________________________________________
20559 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
20560         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
20561      Branch: maint-5.6/perl
20562            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20563            ! ext/Opcode/Opcode.xs ext/re/re.xs
20564 ____________________________________________________________________________
20565 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
20566         Log: more tweaks to change#12626
20567              * move the boilerplate code over to perl.h and make DynaLoader
20568              use it
20569              * make re, Opcode, File::Glob and B threadsafe
20570              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
20571              C<no re;> anywhere)
20572      Branch: maint-5.6/perl
20573            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20574            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
20575 ____________________________________________________________________________
20576 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
20577         Log: Metaconfig unit change for #12650.
20578      Branch: metaconfig/U/perl
20579            ! Extensions.U
20580 ____________________________________________________________________________
20581 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
20582         Log: Subject: Re: ithreads doesn't like usedl=n
20583              From: Andy Dougherty <doughera@lafayette.edu>
20584              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
20585              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
20586              
20587              Special-case threads::shared.
20588      Branch: perl
20589            ! Configure
20590 ____________________________________________________________________________
20591 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
20592         Log: Getting fancier...
20593      Branch: perl
20594            ! t/TEST
20595 ____________________________________________________________________________
20596 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
20597         Log: csh - what a pain.
20598      Branch: perl
20599            ! t/TEST
20600 ____________________________________________________________________________
20601 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
20602         Log: Update Changes.
20603      Branch: perl
20604            ! Changes patchlevel.h
20605 ____________________________________________________________________________
20606 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
20607         Log: Allow resetting the locale system for the duration
20608              of the build (Mac OS X default setting LANG=En_US
20609              ist kaputt)
20610      Branch: perl
20611            ! Makefile.SH
20612 ____________________________________________________________________________
20613 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
20614         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
20615      Branch: perl
20616            ! ext/Digest/MD5/t/files.t
20617 ____________________________________________________________________________
20618 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
20619         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
20620              From: Andy Dougherty <doughera@lafayette.edu>
20621              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
20622              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
20623      Branch: perl
20624            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
20625            ! ext/threads/shared/Makefile.PL
20626 ____________________________________________________________________________
20627 [ 12643] By: sky                                   on 2001/10/25  12:28:26
20628         Log: Add support for reference members of hashes.
20629      Branch: perl
20630            ! ext/threads/shared/shared.xs
20631 ____________________________________________________________________________
20632 [ 12642] By: ams                                   on 2001/10/25  12:21:13
20633         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
20634              From: "Norton Allen" <nort@qnx.com>
20635              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
20636              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
20637      Branch: perl
20638            ! ext/Digest/MD5/MD5.xs
20639 ____________________________________________________________________________
20640 [ 12641] By: sky                                   on 2001/10/25  10:27:39
20641         Log: Tests shared hashes.
20642      Branch: perl
20643            + ext/threads/shared/t/hv_simple.t
20644            ! MANIFEST
20645 ____________________________________________________________________________
20646 [ 12640] By: sky                                   on 2001/10/25  10:18:23
20647         Log: Fix threadcounts for arrays and hashes.
20648      Branch: perl
20649            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20650 ____________________________________________________________________________
20651 [ 12639] By: sky                                   on 2001/10/25  10:17:26
20652         Log: Note to self, doing *src_ary++ in a macro that evaluates
20653              the value more than once is a good way to dump core.
20654      Branch: perl
20655            ! sharedsv.c
20656 ____________________________________________________________________________
20657 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
20658         Log: Integrate change #12636 from maintperl; more dl fixups.
20659      Branch: perl
20660           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
20661           !> ext/DynaLoader/dl_vms.xs
20662 ____________________________________________________________________________
20663 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
20664         Log: Like dl_hpux, like dl_dld.
20665      Branch: perl
20666            ! ext/DynaLoader/dl_dld.xs
20667 ____________________________________________________________________________
20668 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
20669         Log: followups to change#12635
20670      Branch: maint-5.6/perl
20671            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
20672            ! ext/DynaLoader/dl_vms.xs
20673 ____________________________________________________________________________
20674 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
20675         Log: add part of change#12634 to the two files that need it; dl_aix.xs
20676              in maint-5.6 doesn't have the branch that had the problem in
20677              mainline
20678      Branch: maint-5.6/perl
20679            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
20680 ____________________________________________________________________________
20681 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
20682         Log: Fixes for #12627.
20683      Branch: perl
20684            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
20685 ____________________________________________________________________________
20686 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
20687         Log: Since pv_uni_display and sv_uni_display are now used
20688              in the re extension, their symbols have to be exported.
20689      Branch: perl
20690            ! embed.pl global.sym
20691 ____________________________________________________________________________
20692 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
20693         Log: Subject:  Re: [PATCH Perl@12567] debug /list
20694              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20695              Date: Tue, 23 Oct 2001 21:40:33 EDT
20696              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
20697      Branch: perl
20698            ! configure.com
20699 ____________________________________________________________________________
20700 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
20701         Log: This takes care of some of the re 'debug' cases but
20702              not all cases since the information whether the pattern
20703              or the target are utf8 seems to be either lost or not
20704              spread widely enough, sigh.
20705      Branch: perl
20706            ! regcomp.c
20707 ____________________________________________________________________________
20708 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
20709         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
20710              From: John Peacock <jpeacock@rowman.com>
20711              Date: Wed, 24 Oct 2001 16:53:29 -0400
20712              Message-ID: <3BD72A49.1508D152@rowman.com>
20713      Branch: perl
20714            ! configure.com
20715 ____________________________________________________________________________
20716 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
20717         Log: Upgrade NetWare and WinCE as in #12626.
20718      Branch: perl
20719            ! NetWare/dl_netware.xs wince/dl_win32.xs
20720 ____________________________________________________________________________
20721 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
20722         Log: Tru64 compiler nit.
20723      Branch: perl
20724            ! ext/threads/shared/shared.xs
20725 ____________________________________________________________________________
20726 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
20727         Log: Integrate change #12626 from maintperl;
20728              make DynaLoader threadsafe by moving all statics into
20729              interpreter-local space
20730              
20731              TODO: Netware, OS/2, WinCE
20732      Branch: perl
20733           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
20734           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
20735           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
20736           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
20737           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
20738           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
20739           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
20740 ____________________________________________________________________________
20741 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
20742         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
20743              space
20744      Branch: maint-5.6/perl
20745            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
20746            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
20747            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
20748            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
20749            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
20750            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
20751            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
20752 ____________________________________________________________________________
20753 [ 12625] By: sky                                   on 2001/10/24  20:05:26
20754         Log: Change #12623 inflicted an infinite hang. Fixed.
20755      Branch: perl
20756            ! ext/threads/shared/shared.xs
20757 ____________________________________________________________________________
20758 [ 12624] By: sky                                   on 2001/10/24  19:06:55
20759         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
20760      Branch: perl
20761            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20762 ____________________________________________________________________________
20763 [ 12623] By: sky                                   on 2001/10/24  18:06:34
20764         Log: We need to do sharedsv_find in the original perl context.
20765      Branch: perl
20766            ! ext/threads/shared/shared.xs
20767 ____________________________________________________________________________
20768 [ 12622] By: sky                                   on 2001/10/24  17:26:51
20769         Log: Add support for basic support for AVs, references not supported yet.
20770              Add test for AVs.
20771              Add more tests to sv_refs
20772              Fix documentation issues.  
20773      Branch: perl
20774            + ext/threads/shared/t/av_simple.t
20775            ! MANIFEST ext/threads/shared/shared.pm
20776            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
20777 ____________________________________________________________________________
20778 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
20779         Log: Dump Unicode better for re 'debug'.  The regprop()
20780              is unfinished since have to figure out how to detect
20781              Unicodeness in there.
20782      Branch: perl
20783            ! regcomp.c regexec.c
20784 ____________________________________________________________________________
20785 [ 12620] By: sky                                   on 2001/10/24  13:18:07
20786         Log: Add support for finding shared arrays and hashes.
20787      Branch: perl
20788            ! sharedsv.c
20789 ____________________________________________________________________________
20790 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
20791         Log: Rewrite sv_uni_display() as pv_uni_display() as
20792              reimplement sv_uni_display() using that.
20793      Branch: perl
20794            ! dump.c embed.h embed.pl proto.h
20795 ____________________________________________________________________________
20796 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
20797         Log: Integrate change #12615 from maintperl;
20798              on Windows, IO::File::new_tmpfile() fails after being called
20799              32767 times because MSVCRT thinks stdio's TMP_MAX is a
20800              process-wide limit
20801      Branch: perl
20802           !> win32/win32.c
20803 ____________________________________________________________________________
20804 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
20805         Log: Don't try to print ints as IVs.
20806      Branch: perl
20807            ! ext/Time/HiRes/HiRes.xs
20808 ____________________________________________________________________________
20809 [ 12616] By: sky                                   on 2001/10/24  11:06:35
20810         Log: We only need to fetch the SV from the backend if the index
20811              is not the same as mg_private.     In theory this could be
20812              a problem if there are an exact multiple of U16 changes
20813              of a shared variable between two access in a given thread,
20814              we choose to avoid theory for now.
20815      Branch: perl
20816            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
20817 ____________________________________________________________________________
20818 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
20819         Log: on Windows, IO::File::new_tmpfile() fails after being called
20820              32767 times because MSVCRT thinks stdio's TMP_MAX is a
20821              process-wide limit
20822      Branch: maint-5.6/perl
20823            ! win32/win32.c
20824 ____________________________________________________________________________
20825 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
20826         Log: Negation and Unicode: sort of solves 20010303.010,
20827              except not quite like reported in the Subject
20828              (Perl_warner is still utf8-ignorant).
20829      Branch: perl
20830            ! pp.c t/lib/warnings/sv
20831 ____________________________________________________________________________
20832 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
20833         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
20834      Branch: perl
20835            ! sv.c t/lib/warnings/sv
20836 ____________________________________________________________________________
20837 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
20838         Log: sv_uni_display(): do not add the "...", let the caller
20839              do it if wanted, and be prepared for more display options.
20840      Branch: perl
20841            ! dump.c embed.h embed.pl proto.h
20842 ____________________________________________________________________________
20843 [ 12611] By: nick                                  on 2001/10/23  20:28:07
20844         Log: Integrate mainline
20845      Branch: perlio
20846           !> Changes configure.com cygwin/cygwin.c
20847           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
20848           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
20849           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
20850           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
20851           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
20852           !> utils/h2xs.PL utils/perldoc.PL
20853 ____________________________________________________________________________
20854 [ 12610] By: sky                                   on 2001/10/23  19:39:24
20855         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
20856              don't call themselves READONLY but still die with modification
20857              attempt. We only call bless for ext and umagic.
20858      Branch: perl
20859            ! sv.c
20860 ____________________________________________________________________________
20861 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
20862         Log: Croak() on negative time; doc tweaks.
20863      Branch: perl
20864            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
20865            ! ext/Time/HiRes/HiRes.xs
20866 ____________________________________________________________________________
20867 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
20868         Log: FAQ sync.
20869      Branch: perl
20870            ! pod/perlfaq4.pod pod/perlfaq7.pod
20871 ____________________________________________________________________________
20872 [ 12607] By: sky                                   on 2001/10/23  18:27:27
20873         Log: Call setmagic on the referent we are blessing.
20874      Branch: perl
20875            ! sv.c
20876 ____________________________________________________________________________
20877 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
20878         Log: Small test nits.
20879      Branch: perl
20880            ! t/op/lc.t
20881 ____________________________________________________________________________
20882 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
20883         Log: Update Changes.
20884      Branch: perl
20885            ! Changes patchlevel.h
20886 ____________________________________________________________________________
20887 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
20888         Log: Make the PerlIO_init() prototypes consistent.
20889      Branch: perl
20890            ! perlio.c
20891 ____________________________________________________________________________
20892 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
20893         Log: Upping the test count is a good idea.
20894      Branch: perl
20895            ! t/op/lc.t
20896 ____________________________________________________________________________
20897 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
20898         Log: Document the final sigma spot.
20899      Branch: perl
20900            ! pp.c
20901 ____________________________________________________________________________
20902 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
20903         Log: Fix multicharacter titlecase (ucfirst).
20904      Branch: perl
20905            ! pod/perlunicode.pod pp.c t/op/lc.t
20906 ____________________________________________________________________________
20907 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
20908         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
20909              From: Mikhail Zabaluev <mhz@alt-linux.org>
20910              Date: Tue, 23 Oct 2001 10:40:37 +0400
20911              Message-ID: <20011023104037.A12761@localhost.localdomain>
20912              
20913              (#12406 replaced with this)
20914      Branch: perl
20915            ! utils/perldoc.PL
20916 ____________________________________________________________________________
20917 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
20918         Log: MacOS Classic updates from Pudge.
20919      Branch: perl
20920            ! lib/File/Spec.t lib/File/Spec/Mac.pm
20921 ____________________________________________________________________________
20922 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
20923         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
20924              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20925              Date: Sun, 14 Oct 2001 23:14:46 +0200
20926              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
20927              
20928              except for the 2->4 changes.
20929      Branch: perl
20930            ! lib/AutoSplit.t
20931 ____________________________________________________________________________
20932 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
20933         Log: integrate macperl contents into maint-5.6
20934      Branch: maint-5.6/perl
20935            ! mg.c
20936           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
20937           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
20938           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
20939           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20940           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
20941           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
20942           !> t/lib/filefind.t t/lib/filespec.t
20943 ____________________________________________________________________________
20944 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
20945         Log: At some point the #6234 has been lost from the mainline
20946              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
20947      Branch: perl
20948            ! lib/File/Spec/Win32.pm
20949 ____________________________________________________________________________
20950 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
20951         Log: Cygwin seems to round up (or closest, but not down)
20952              for time(), so half of the time (bad pun intended)
20953              Time::HiRes::time() is less than time(), half of
20954              the time it's more.  So let's try harder in the loop.
20955      Branch: perl
20956            ! ext/Time/HiRes/HiRes.t
20957 ____________________________________________________________________________
20958 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
20959         Log: MacOS Classic timeofday(), from Chris Nandor. 
20960      Branch: perl
20961            ! ext/Time/HiRes/HiRes.xs
20962 ____________________________________________________________________________
20963 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
20964         Log: Integrate changes #12580 and #12581 from macperl;
20965              
20966              Fix path construction.
20967              
20968              (Copyright) Nit.
20969      Branch: perl
20970           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
20971 ____________________________________________________________________________
20972 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
20973         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
20974              doesn't seem to help (the error being output to console, maybe?)
20975      Branch: perl
20976            ! lib/Net/Domain.pm
20977 ____________________________________________________________________________
20978 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
20979         Log: Taint the getcwd() result also in Cygwin.
20980              (TODO: which other platforms need the same thing?)
20981      Branch: perl
20982            ! cygwin/cygwin.c
20983 ____________________________________________________________________________
20984 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
20985         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
20986      Branch: perl
20987            ! t/op/taint.t
20988 ____________________________________________________________________________
20989 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
20990         Log: getpwuid() fragility continues.
20991      Branch: perl
20992            ! utils/h2xs.PL
20993 ____________________________________________________________________________
20994 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
20995         Log: getpwuid() might succeed but that's no guarantee
20996              that the $home will be defined.
20997      Branch: perl
20998            ! ext/File/Glob/t/basic.t
20999 ____________________________________________________________________________
21000 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
21001         Log: It's safer to to expand the variable, too... (see #12571)
21002      Branch: perl
21003            ! t/TEST
21004 ____________________________________________________________________________
21005 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
21006         Log: Integrate with maintperl.
21007      Branch: maint-5.6/macperl
21008           !> win32/bin/pl2bat.pl win32/win32.c
21009 ____________________________________________________________________________
21010 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
21011         Log: Oops, forgot to include Win32 ... just as well, since it
21012              seems in bleadperl, change #7764 was not included
21013              (adding C:\temp).  Re-added.  Rip it back out if it
21014              doesn't belong.  :-)
21015      Branch: maint-5.6/macperl
21016            ! lib/File/Spec/Win32.pm
21017 ____________________________________________________________________________
21018 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
21019         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
21020              From: "Craig A. Berry" <craigberry@mac.com>
21021              Date: Mon, 22 Oct 2001 15:25:19 -0500
21022              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
21023      Branch: perl
21024            ! configure.com
21025 ____________________________________________________________________________
21026 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
21027         Log: Add in lots of File::Spec changes, from Thomas Wegner,
21028              and sync with changes from bleadperl.
21029      Branch: maint-5.6/macperl
21030            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
21031            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
21032            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21033            ! lib/File/Spec/Win32.pm t/lib/filespec.t
21034 ____________________________________________________________________________
21035 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
21036         Log: Sync with latest File::Find and tests from bleadperl.
21037      Branch: maint-5.6/macperl
21038            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
21039 ____________________________________________________________________________
21040 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
21041         Log: Nit.
21042      Branch: maint-5.6/macperl
21043            ! perl.c
21044 ____________________________________________________________________________
21045 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
21046         Log: Fix path construction.
21047      Branch: maint-5.6/macperl
21048            ! ext/DynaLoader/DynaLoader_pm.PL
21049 ____________________________________________________________________________
21050 [ 12579] By: nick                                  on 2001/10/22  19:08:35
21051         Log: Integrate mainline (for Arthurs thread.xs fix)
21052      Branch: perlio
21053           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
21054 ____________________________________________________________________________
21055 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
21056         Log: Fix up exported symbols, move relevant docs
21057              over from macperl.pod.
21058      Branch: maint-5.6/macperl
21059            ! macos/ext/MacPerl/MacPerl.pm
21060 ____________________________________________________________________________
21061 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
21062         Log: Make ADDRESS called optionally as a method.
21063      Branch: maint-5.6/macperl
21064            ! macos/lib/Mac/Glue.pm
21065 ____________________________________________________________________________
21066 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
21067         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
21068              Apple event.
21069      Branch: maint-5.6/macperl
21070            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
21071            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
21072            ! macos/macperl/MPTerminology.aete
21073 ____________________________________________________________________________
21074 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
21075         Log: Clean up some build utilities. Change Entab to Duplicate;
21076              fix docs and error reporting; improve macify() of paths;
21077              remove requirement for Exporter.pm presence.
21078      Branch: maint-5.6/macperl
21079            ! macos/InstallBLIB macos/MacPerlTests.cmd
21080            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
21081 ____________________________________________________________________________
21082 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
21083         Log: Sync Time::HiRes with bleadperl
21084      Branch: maint-5.6/macperl
21085            ! macos/bundled_ext/Time/HiRes/HiRes.pm
21086            ! macos/bundled_ext/Time/HiRes/HiRes.t
21087            ! macos/bundled_ext/Time/HiRes/HiRes.xs
21088 ____________________________________________________________________________
21089 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
21090         Log: Fix up Changes
21091      Branch: maint-5.6/macperl
21092            ! macos/Changes
21093 ____________________________________________________________________________
21094 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
21095         Log: A user might belong to only a single group
21096              (the group equal to the group id).
21097      Branch: perl
21098            ! t/op/groups.t
21099 ____________________________________________________________________________
21100 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
21101         Log: Prepending (instead of replacing with) the pwd is safer. 
21102      Branch: perl
21103            ! t/TEST
21104 ____________________________________________________________________________
21105 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
21106         Log: Be more robust if no hostname or domainname
21107              (especially the latter)
21108      Branch: perl
21109            ! lib/Net/Domain.pm
21110 ____________________________________________________________________________
21111 [ 12569] By: sky                                   on 2001/10/22  17:41:07
21112         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
21113      Branch: perl
21114            ! ext/threads/threads.xs
21115 ____________________________________________________________________________
21116 [ 12568] By: nick                                  on 2001/10/22  16:31:24
21117         Log: Integrate mainline
21118      Branch: perlio
21119           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
21120           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21121           +> ext/threads/shared/t/sv_refs.t
21122           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
21123            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21124            - lib/unicore/To/SpecUpper.pl
21125           !> (integrate 42 files)
21126 ____________________________________________________________________________
21127 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
21128         Log: Update Changes.
21129      Branch: perl
21130            ! Changes patchlevel.h
21131 ____________________________________________________________________________
21132 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
21133         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
21134              From: Michael G Schwern <schwern@pobox.com>
21135              Date: Mon, 22 Oct 2001 03:48:38 -0400
21136              Message-ID: <20011022034838.B1676@blackrider>
21137      Branch: perl
21138            ! pod/perlvar.pod
21139 ____________________________________________________________________________
21140 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
21141         Log: Pod nits, as suggested by Stas Bekman.
21142      Branch: perl
21143            ! ext/threads/shared/shared.pm ext/threads/threads.pm
21144 ____________________________________________________________________________
21145 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
21146         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
21147              From: "Paul Marquess" <paul.marquess@openwave.com> 
21148              Date: Sun, 21 Oct 2001 21:11:15 +0100
21149              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
21150      Branch: perl
21151            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
21152            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
21153            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
21154            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
21155            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
21156            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
21157            ! ext/SDBM_File/sdbm.t
21158 ____________________________________________________________________________
21159 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
21160         Log: Integrate change #12559 from maintperl;
21161              various fixes for system() and backticks under windows
21162      Branch: perl
21163           !> win32/win32.c
21164 ____________________________________________________________________________
21165 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
21166         Log: Integrate change #12560 from maintperl;
21167              make pl2bat use %0 rather than "%0" (the latter fails to work
21168              in a lot of common cases)
21169      Branch: perl
21170           !> win32/bin/pl2bat.pl
21171 ____________________________________________________________________________
21172 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
21173         Log: Integrate changes #12549 and #12550 from maintperl;
21174              
21175              readline() doesn't work with our variables; it confuses them with
21176              my variables (change#4227 was incomplete)
21177      Branch: perl
21178            ! t/lib/strict/vars
21179           !> t/base/rs.t toke.c
21180 ____________________________________________________________________________
21181 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
21182         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
21183              in a lot of common cases)
21184      Branch: maint-5.6/perl
21185            ! win32/bin/pl2bat.pl
21186 ____________________________________________________________________________
21187 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
21188         Log: various fixes for system() and backticks under windows:
21189              
21190              * avoid munging whitespace that is passed within quotes
21191              * work around a cmd.exe misfeature that made multi-arg
21192              system() unreliable when there is more than one quoted
21193              argument
21194              * make multi-arg system() autoquote arguments as needed
21195              before passing them to the shell (this avoids having to
21196              second guess the shell quoting)
21197              * perl's -Dp switch can be used to trace the innards
21198      Branch: maint-5.6/perl
21199            ! win32/win32.c
21200 ____________________________________________________________________________
21201 [ 12558] By: nick                                  on 2001/10/22  08:58:42
21202         Log: Integrate ithreads buffer flush fix from perlio
21203      Branch: perl
21204           !> ext/threads/t/basic.t perl.c
21205 ____________________________________________________________________________
21206 [ 12557] By: nick                                  on 2001/10/22  08:35:09
21207         Log: All tests pass (legitimately) on ithreads
21208      Branch: perlio
21209            ! ext/threads/t/basic.t perl.c
21210 ____________________________________________________________________________
21211 [ 12556] By: nick                                  on 2001/10/22  06:51:22
21212         Log: Integrate non-ithreads fix to mainline
21213      Branch: perl
21214           !> perlio.c
21215 ____________________________________________________________________________
21216 [ 12555] By: nick                                  on 2001/10/22  06:48:33
21217         Log: Restore non-ithreads build. Interestingly binmode test passes
21218              non-ithreads - so crlf layer is not damaged and ithreads fail
21219              is a symptom ...
21220      Branch: perlio
21221            ! perlio.c
21222 ____________________________________________________________________________
21223 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
21224         Log: Integrate from perlio; restructuring.
21225      Branch: perl
21226           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
21227           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
21228           !> win32/perlhost.h
21229 ____________________________________________________________________________
21230 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
21231         Log: Integrate from maintperl
21232              (Changes 12350, 12496, 12548, 12549, 12550)
21233      Branch: maint-5.6/macperl
21234           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
21235           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
21236 ____________________________________________________________________________
21237 [ 12552] By: nick                                  on 2001/10/21  19:18:12
21238         Log: Win32 PerlIO_cleanup special cases should no longer be required.
21239      Branch: perlio
21240            ! perl.c
21241 ____________________________________________________________________________
21242 [ 12551] By: nick                                  on 2001/10/21  19:16:56
21243         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
21244      Branch: perlio
21245            ! win32/makefile.mk
21246 ____________________________________________________________________________
21247 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
21248         Log: change#12549 wasn't aware of strictures
21249      Branch: maint-5.6/perl
21250            ! t/pragma/strict-vars toke.c
21251 ____________________________________________________________________________
21252 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
21253         Log: readline() doesn't work with our variables; it confuses them with
21254              my variables (change#4227 was incomplete)
21255      Branch: maint-5.6/perl
21256            ! t/base/rs.t toke.c
21257 ____________________________________________________________________________
21258 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
21259         Log: change#12220 appears to have pulled in a mainline change that
21260              isn't applicable to maint-5.6 (some platforms don't taint
21261              cwd)
21262      Branch: maint-5.6/perl
21263            ! t/lib/filefind-taint.t
21264 ____________________________________________________________________________
21265 [ 12547] By: nick                                  on 2001/10/21  17:15:54
21266         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
21267              for them. Call explicit cleanup during destruct process.
21268              - one binmode test is failing
21269              - also ext/threads/t/basic.t fails under make test, and is noisy under
21270              harness. (Threads results are intermingled and don't match order expected.)
21271      Branch: perlio
21272            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
21273            ! perlio.h perliol.h pod/perlapi.pod sv.c
21274 ____________________________________________________________________________
21275 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
21276         Log: Implement multicharacter case mappings where a single
21277              Unicode character can be mapped into several.
21278      Branch: perl
21279            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21280            - lib/unicore/To/SpecUpper.pl
21281            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
21282            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
21283            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
21284            ! proto.h t/op/lc.t utf8.c
21285 ____________________________________________________________________________
21286 [ 12545] By: sky                                   on 2001/10/21  15:25:16
21287         Log: First support of threads::shared, support shared svs and references.
21288      Branch: perl
21289            + ext/threads/shared/Makefile.PL ext/threads/shared/README
21290            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21291            + ext/threads/shared/t/sv_refs.t
21292            + ext/threads/shared/t/sv_simple.t
21293            ! MANIFEST sharedsv.c
21294 ____________________________________________________________________________
21295 [ 12544] By: nick                                  on 2001/10/21  14:52:35
21296         Log: PerlIO layer table as PL_perlio (per-interpreter)
21297      Branch: perlio
21298            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
21299            ! pod/perlapi.pod sv.c
21300 ____________________________________________________________________________
21301 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
21302         Log: Prettyprinting.
21303      Branch: perl
21304            ! pod/perlunicode.pod
21305 ____________________________________________________________________________
21306 [ 12542] By: ams                                   on 2001/10/21  03:50:25
21307         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
21308              From: "Sean M. Burke" <sburke@cpan.org>
21309              Date: Sat, 20 Oct 2001 17:51:09 -0600
21310              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
21311      Branch: perl
21312            + pod/perlpodspec.pod
21313            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
21314            ! pod/perltoc.pod
21315 ____________________________________________________________________________
21316 [ 12541] By: nick                                  on 2001/10/20  22:23:53
21317         Log: Fix typos in new locking on MemShared
21318              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
21319              - seems to make segfaults more deterministic - suspect they are 
21320              attempt to free() after Interp and Host have gone.
21321      Branch: perlio
21322            ! perlio.c win32/perlhost.h
21323 ____________________________________________________________________________
21324 [ 12540] By: nick                                  on 2001/10/20  21:50:46
21325         Log: Remove the MemShared re-#define (again)
21326      Branch: perlio
21327            ! perlio.c
21328 ____________________________________________________________________________
21329 [ 12539] By: nick                                  on 2001/10/20  21:49:06
21330         Log: Use locks on MemShared
21331      Branch: perlio
21332            ! win32/perlhost.h
21333 ____________________________________________________________________________
21334 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
21335         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
21336              From: "chromatic" <chromatic@rmci.net>
21337              Date: Sat, 20 Oct 2001 11:13:47 -0600
21338              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
21339      Branch: perl
21340            ! installhtml
21341 ____________________________________________________________________________
21342 [ 12537] By: nick                                  on 2001/10/20  16:44:03
21343         Log: Integrate mainline
21344      Branch: perlio
21345           !> (integrate 48 files)
21346 ____________________________________________________________________________
21347 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
21348         Log: Update Changes.
21349      Branch: perl
21350            ! Changes patchlevel.h
21351 ____________________________________________________________________________
21352 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
21353         Log: Upgrade to podlators 1.11, from Russ Allbery.
21354      Branch: perl
21355            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
21356            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21357            ! pod/pod2man.PL pod/pod2text.PL
21358 ____________________________________________________________________________
21359 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
21360         Log: Integrate perlio change #12532:
21361              introduce and use PerlIO_intmod2str().
21362      Branch: perl
21363           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
21364 ____________________________________________________________________________
21365 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
21366         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
21367      Branch: perl
21368            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
21369 ____________________________________________________________________________
21370 [ 12532] By: nick                                  on 2001/10/20  14:25:37
21371         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
21372              Use for non-PERLIO fdupopen().
21373      Branch: perlio
21374            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
21375 ____________________________________________________________________________
21376 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
21377         Log: Integrate perlio: PerlIO win32 fixes.
21378      Branch: perl
21379           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
21380           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
21381           !> proto.h sv.h win32/win32io.c
21382 ____________________________________________________________________________
21383 [ 12530] By: nick                                  on 2001/10/20  12:53:30
21384         Log: Fixed in two places - p4 resolve
21385      Branch: perlio
21386            ! perlsdio.h
21387 ____________________________________________________________________________
21388 [ 12529] By: nick                                  on 2001/10/20  12:51:05
21389         Log: Fix for ithreads/stdio build
21390      Branch: perlio
21391            ! perlio.c perlsdio.h
21392 ____________________________________________________________________________
21393 [ 12528] By: ams                                   on 2001/10/20  12:13:25
21394         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
21395              From: Michael G Schwern <schwern@pobox.com>
21396              Date: Sat, 20 Oct 2001 01:41:21 -0400
21397              Message-Id: <20011020014121.I3681@blackrider>
21398      Branch: perl
21399            ! installman
21400 ____________________________________________________________________________
21401 [ 12527] By: ams                                   on 2001/10/20  12:09:41
21402         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
21403              From: Michael G Schwern <schwern@pobox.com>
21404              Date: Sat, 20 Oct 2001 02:04:21 -0400
21405              Message-Id: <20011020020421.A11732@blackrider>
21406      Branch: perl
21407            ! lib/Pod/Checker.pm
21408 ____________________________________________________________________________
21409 [ 12526] By: ams                                   on 2001/10/20  11:59:41
21410         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
21411              From: "chromatic" <chromatic@rmci.net>
21412              Date: Fri, 19 Oct 2001 22:46:39 -0600
21413              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
21414      Branch: perl
21415            ! lib/Net/Config.pm
21416 ____________________________________________________________________________
21417 [ 12525] By: nick                                  on 2001/10/20  11:16:18
21418         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
21419              Perl_sv_setsv_flags directly.
21420      Branch: perlio
21421            ! ext/threads/threads.xs
21422 ____________________________________________________________________________
21423 [ 12524] By: nick                                  on 2001/10/20  10:28:17
21424         Log: Add a new flag character 'm' to embed.pl set to represent
21425              "functions" which are really macros. Use it foe the troublesome
21426              sv_setsv() etc. macros in sv.h - changing latter to define
21427              sv_setsv rather than sv_setsv_macro etc.
21428      Branch: perlio
21429            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
21430            ! pod/perlapi.pod proto.h sv.h
21431 ____________________________________________________________________________
21432 [ 12523] By: nick                                  on 2001/10/20  09:17:17
21433         Log: Add comments explaining why win32.h/embed.h are included where they are
21434              in perl.h 
21435      Branch: perlio
21436            ! perl.h
21437 ____________________________________________________________________________
21438 [ 12522] By: nick                                  on 2001/10/20  08:27:44
21439         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
21440              being used yet.
21441      Branch: perlio
21442            ! win32/win32io.c
21443 ____________________________________________________________________________
21444 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
21445         Log: Wording tweaks.
21446      Branch: perl
21447            ! t/TEST
21448 ____________________________________________________________________________
21449 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
21450         Log: Subject: IO module with nonblocking socket connect patch 
21451              From: Raul Dias <raul@dias.com.br>
21452              Date: Fri, 19 Oct 2001 22:45:32 -0300
21453              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
21454      Branch: perl
21455            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
21456 ____________________________________________________________________________
21457 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
21458         Log: Test vertical whitespace combined with /x in \p{}.
21459      Branch: perl
21460            ! t/op/pat.t
21461 ____________________________________________________________________________
21462 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
21463         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
21464              From: Gisle Aas <gisle@ActiveState.com> 
21465              Date: 19 Oct 2001 16:46:02 -0700
21466              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
21467      Branch: perl
21468            ! lib/ExtUtils/MakeMaker.pm
21469 ____________________________________________________________________________
21470 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
21471         Log: No more this symbol.
21472      Branch: perl
21473            ! makedef.pl
21474 ____________________________________________________________________________
21475 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
21476         Log: Integrate change #12511; fix gross win32 build issues.
21477      Branch: perl
21478           !> makedef.pl sv.c
21479 ____________________________________________________________________________
21480 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
21481         Log: Unpack in scalar context should return the first value
21482              returned in list context, as pointed out by Ton Hospel
21483              in 2001-05-21 (this is how it works already in blead,
21484              just adding the test).
21485      Branch: perl
21486            ! t/op/pack.t
21487 ____________________________________________________________________________
21488 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
21489         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
21490              From: "Craig A. Berry" <craigberry@mac.com>
21491              Date: Fri, 19 Oct 2001 16:59:30 -0500
21492              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
21493      Branch: perl
21494            ! utils/perldoc.PL
21495 ____________________________________________________________________________
21496 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
21497         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
21498              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21499              Date: Fri, 19 Oct 2001 17:45:23 EDT
21500              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
21501      Branch: perl
21502            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
21503            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
21504            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
21505            ! vms/vmsish.h
21506 ____________________________________________________________________________
21507 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
21508         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
21509              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21510              Date: Fri, 19 Oct 2001 17:26:35 EDT
21511              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
21512      Branch: perl
21513            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
21514 ____________________________________________________________________________
21515 [ 12511] By: nick                                  on 2001/10/19  19:55:36
21516         Log: Fix gross win32 build issues
21517      Branch: perlio
21518            ! makedef.pl sv.c
21519 ____________________________________________________________________________
21520 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
21521         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
21522              From: David Dyck <dcd@tc.fluke.com>
21523              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
21524              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
21525      Branch: perl
21526            ! lib/File/Find.pm
21527 ____________________________________________________________________________
21528 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
21529         Log: Subject: Re: PerlIO and Encode
21530              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21531              Date: Tue, 16 Oct 2001 01:50:16 +0900
21532              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
21533      Branch: perl
21534            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
21535            ! ext/Encode/Encode/Tcl.t
21536 ____________________________________________________________________________
21537 [ 12508] By: ams                                   on 2001/10/19  17:59:16
21538         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
21539              (See #12499)
21540      Branch: perl
21541            ! pod/perlintro.pod
21542 ____________________________________________________________________________
21543 [ 12507] By: nick                                  on 2001/10/19  16:30:43
21544         Log: Integrate mainline
21545      Branch: perlio
21546           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
21547           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
21548           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
21549           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
21550           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
21551           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
21552           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21553           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
21554           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
21555           +> win32/config_H.win64
21556            - lib/Test/Utils.pm lib/unicore/mktables.PL
21557            - t/lib/Test/Simple/Catch/More.pm
21558           !> (integrate 84 files)
21559 ____________________________________________________________________________
21560 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
21561         Log: Retract the #10451 which seems to be the cause
21562              of the major leakage from while(){eval"sub{}"}
21563      Branch: perl
21564            ! op.c t/run/kill_perl.t
21565 ____________________________________________________________________________
21566 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
21567         Log: Regen toc.
21568      Branch: perl
21569            ! pod/perltoc.pod
21570 ____________________________________________________________________________
21571 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
21572         Log: Tiny tweaks.
21573      Branch: perl
21574            ! pod/perl.pod
21575 ____________________________________________________________________________
21576 [ 12503] By: ams                                   on 2001/10/19  13:34:24
21577         Log: Subject: Re: perlintro.pod
21578              From: Abe Timmerman <abe@ztreet.demon.nl>
21579              Date: Fri, 19 Oct 2001 14:12:40 +0200
21580              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
21581      Branch: perl
21582            ! pod/perlintro.pod
21583 ____________________________________________________________________________
21584 [ 12502] By: ams                                   on 2001/10/19  13:24:12
21585         Log: Slight reorganisation of references.
21586      Branch: perl
21587            ! pod/perl.pod
21588 ____________________________________________________________________________
21589 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
21590         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
21591              From: Kay Röpke <kroepke@dolphin-services.de>
21592              Date: Fri, 19 Oct 2001 14:04:01 +0200 
21593              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
21594      Branch: perl
21595            ! lib/ExtUtils/MakeMaker.pm
21596 ____________________________________________________________________________
21597 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
21598         Log: Unicode categories continue:
21599              implement Category=, Script=, Block=
21600              (these are based on an upcoming update of TR#18)
21601              Fix a bug where we got two In categories named "old italic",
21602              and another where shortcut for the Is categories wasn't taken.
21603      Branch: perl
21604            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
21605            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
21606            ! pod/perlunicode.pod t/op/pat.t
21607 ____________________________________________________________________________
21608 [ 12499] By: ams                                   on 2001/10/19  01:42:29
21609         Log: Subject: a small patch to perlintro.pod.
21610              From: Autrijus Tang <autrijus@autrijus.org>
21611              Date: Fri, 19 Oct 2001 01:45:51 +0800
21612              Message-Id: <20011019014551.A35625@not.autrijus.org>
21613              (Applied by hand with nits.)
21614      Branch: perl
21615            ! pod/perlintro.pod
21616 ____________________________________________________________________________
21617 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
21618         Log: Subject: [PATCH] OpenBSD hints for ithreads
21619              From: Andy Dougherty <doughera@lafayette.edu>
21620              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
21621              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
21622      Branch: perl
21623            ! hints/openbsd.sh
21624 ____________________________________________________________________________
21625 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
21626         Log: Retract #12446; the problem solved by #12474.
21627      Branch: perl
21628            ! hints/aix.sh
21629 ____________________________________________________________________________
21630 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
21631         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
21632              message and suppress line number info (from Steve Hay
21633              <Steve.Hay@uk.radan.com>)
21634      Branch: maint-5.6/perl
21635            ! lib/Carp/Heavy.pm
21636 ____________________________________________________________________________
21637 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
21638         Log: More documented In categories.
21639      Branch: perl
21640            ! pod/perlunicode.pod
21641 ____________________________________________________________________________
21642 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
21643         Log: Update Changes.
21644      Branch: perl
21645            ! Changes patchlevel.h
21646 ____________________________________________________________________________
21647 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
21648         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
21649      Branch: perl
21650            ! MANIFEST
21651 ____________________________________________________________________________
21652 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
21653         Log: Wrong skip() arguments.
21654      Branch: perl
21655            ! ext/B/t/terse.t
21656 ____________________________________________________________________________
21657 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
21658         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
21659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21660              Date: Wed, 17 Oct 2001 09:10:53 EDT 
21661              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
21662      Branch: perl
21663            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
21664            ! pod/perlapi.pod vms/vms.c
21665 ____________________________________________________________________________
21666 [ 12490] By: ams                                   on 2001/10/18  09:31:00
21667         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
21668              From: Mark-Jason Dominus <mjd@plover.com>
21669              Date: Thu, 18 Oct 2001 06:25:35 -0400
21670              Message-Id: <20011018102535.19264.qmail@plover.com>
21671      Branch: perl
21672            ! pod/perl.pod
21673 ____________________________________________________________________________
21674 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
21675         Log: Prettyprinting.
21676      Branch: perl
21677            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
21678 ____________________________________________________________________________
21679 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
21680         Log: Regen toc.
21681      Branch: perl
21682            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21683 ____________________________________________________________________________
21684 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
21685         Log: Add perlintro, from Skud.
21686      Branch: perl
21687            + pod/perlintro.pod
21688            ! MANIFEST
21689 ____________________________________________________________________________
21690 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
21691         Log: FAQ sync.
21692      Branch: perl
21693            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
21694            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
21695            ! pod/perlfaq8.pod pod/perlfaq9.pod
21696 ____________________________________________________________________________
21697 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
21698         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
21699              in speed (upto 20% speedup in certain operations) but meanwhile
21700              regexps and arithmetics got slower (5-10%) (according to
21701              perlbench average speedup is negligible, and within measuring
21702              flutter, 1%).  Therefore retracting all the changes
21703              aimed at getting -std1 to compile cleanly:  #12475, #12476,
21704              #12479, #12480, #12481, #12482, #12483, #12484.
21705      Branch: perl
21706            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
21707            ! pp_hot.c pp_sys.c toke.c
21708 ____________________________________________________________________________
21709 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
21710         Log: (retracted by #12485)
21711              Strict ANSI doesn't like the third argument of main()
21712              so enable ignoring it if using ultra picky compiler.
21713      Branch: perl
21714            ! miniperlmain.c
21715 ____________________________________________________________________________
21716 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
21717         Log: (retracted by #12485)
21718              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
21719      Branch: perl
21720            ! perl.h
21721 ____________________________________________________________________________
21722 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
21723         Log: (retracted by #12485)
21724              Add explanatory comment.
21725      Branch: perl
21726            ! mg.c
21727 ____________________________________________________________________________
21728 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
21729         Log: (retracted by #12485)
21730              More dollar$hiding.
21731      Branch: perl
21732            ! doio.c perl.h pp_sys.c
21733 ____________________________________________________________________________
21734 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
21735         Log: (retracted by #12485)
21736              KISS.
21737      Branch: perl
21738            ! mg.c
21739 ____________________________________________________________________________
21740 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
21741         Log: (retracted by #12485)
21742              Thou shalt not #ifdef inside macro invocations,
21743              noticed by Rafael Garcia-Suarez.
21744      Branch: perl
21745            ! mg.c
21746 ____________________________________________________________________________
21747 [ 12478] By: ams                                   on 2001/10/17  18:50:55
21748         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
21749              From: Anton Berezin <tobez@tobez.org>
21750              Date: Wed, 17 Oct 2001 18:25:48 +0200
21751              Message-Id: <20011017182548.A12082@heechee.tobez.org>
21752      Branch: perl
21753            ! pp_sys.c
21754 ____________________________________________________________________________
21755 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
21756         Log: (retracted by #12485)
21757              Unterminated #ifdef.
21758      Branch: perl
21759            ! mg.c
21760 ____________________________________________________________________________
21761 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
21762         Log: (retracted by #12485)
21763              Avoid dollar signs in identifiers (in non-VMS) to
21764              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
21765      Branch: perl
21766            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
21767            ! toke.c
21768 ____________________________________________________________________________
21769 [ 12474] By: ams                                   on 2001/10/17  15:14:50
21770         Log: Subject: Two AIX patches
21771              From: H.Merijn Brand <h.m.brand@hccnet.nl>
21772              Date: Wed, 17 Oct 2001 18:04:35 +0200
21773              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
21774      Branch: perl
21775            ! hints/aix.sh makedef.pl
21776 ____________________________________________________________________________
21777 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
21778         Log: Limiting the Time::HiRes::sleep and usleep to
21779              one second is not a good policy if drop-in
21780              replacement is still a goal.
21781      Branch: perl
21782            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
21783            ! ext/Time/HiRes/HiRes.xs
21784 ____________________________________________________________________________
21785 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
21786         Log: Subject: [PATCH] Test::Simple 0.32
21787              From: Michael G Schwern <schwern@pobox.com> 
21788              Date: Wed, 17 Oct 2001 03:42:41 -0400
21789              Message-ID: <20011017034241.A25038@blackrider>
21790      Branch: perl
21791            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
21792            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
21793            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
21794            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
21795            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
21796            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
21797            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
21798            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
21799            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
21800            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21801            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21802            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21803            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21804            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
21805            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
21806            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
21807            ! t/lib/Test/Simple/Catch.pm
21808            ! t/lib/Test/Simple/sample_tests/five_fail.plx
21809 ____________________________________________________________________________
21810 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
21811         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
21812              From: Michael G Schwern <schwern@pobox.com> 
21813              Date: Wed, 17 Oct 2001 04:04:13 -0400
21814              Message-ID: <20011017040413.C25550@blackrider>
21815      Branch: perl
21816            ! t/TEST t/harness vms/test.com
21817 ____________________________________________________________________________
21818 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
21819         Log: Regen doc with perlmodstyle added.
21820      Branch: perl
21821            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21822 ____________________________________________________________________________
21823 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
21824         Log: Pod cleanup.
21825      Branch: perl
21826            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
21827 ____________________________________________________________________________
21828 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
21829         Log: Subject: perlmodstyle as a patch
21830              From: Kirrily Robert <skud@infotrope.net>
21831              Date: Tue, 16 Oct 2001 22:47:23 -0400
21832              Message-ID: <20011016224723.A20673@infotrope.net>
21833      Branch: perl
21834            + pod/perlmodstyle.pod
21835            ! MANIFEST
21836 ____________________________________________________________________________
21837 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
21838         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
21839              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21840              Date: Thu, 6 Sep 2001 11:09:40 +0100
21841              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
21842              
21843              Mention also the develooper p5p archive.
21844      Branch: perl
21845            ! pod/perlhack.pod
21846 ____________________________________________________________________________
21847 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
21848         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
21849              From: Kay Röpke <kroepke@dolphin-services.de>
21850              Date: Tue, 16 Oct 2001 17:23:52 +0200
21851              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
21852      Branch: perl
21853            ! lib/ExtUtils/MakeMaker.pm
21854 ____________________________________________________________________________
21855 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
21856         Log: Add the special casing mappings (from SpecCase.txt)
21857              (except for the hyper special case mappings that have
21858              the condition list); the special casing mappings are
21859              unused for now.  Small tidying up on mktables.
21860      Branch: perl
21861            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21862            + lib/unicore/To/SpecUpper.pl
21863            ! lib/unicore/mktables
21864 ____________________________________________________________________________
21865 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
21866         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
21867              From: "David H. Adler" <dha@panix.com>       
21868              Date: Tue, 16 Oct 2001 11:59:35 -0400
21869              Message-ID: <20011016115935.A13078@panix.com>
21870              
21871              Subject: [ PATCH ] perldata patch, revised
21872              From: "David H. Adler" <dha@panix.com>     
21873              Date: Tue, 16 Oct 2001 18:26:49 -0400
21874              Message-ID: <20011016182649.C23970@panix.com>
21875      Branch: perl
21876            ! pod/perldata.pod pod/perlop.pod
21877 ____________________________________________________________________________
21878 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
21879         Log: Integrate perlio: PerlIO_dup (for all but Win32).
21880      Branch: perl
21881           !> embed.h embed.pl ext/Encode/Encode.xs
21882           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
21883           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
21884           !> win32/win32io.c
21885 ____________________________________________________________________________
21886 [ 12462] By: nick                                  on 2001/10/16  19:11:30
21887         Log: PerlIOXxxx_dups for all but Win32
21888      Branch: perlio
21889            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21890            ! ext/PerlIO/Via/Via.xs
21891 ____________________________________________________________________________
21892 [ 12461] By: nick                                  on 2001/10/16  18:28:48
21893         Log: Implement PerlIOStdio_dup (explains core dumps - dup
21894              was not setting up a FILE * to be fclosed()).
21895      Branch: perlio
21896            ! perlio.c
21897 ____________________________________________________________________________
21898 [ 12460] By: nick                                  on 2001/10/16  17:31:47
21899         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
21900              overflow.
21901      Branch: perlio
21902            ! perlio.c
21903 ____________________________________________________________________________
21904 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
21905         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
21906              From: "Craig A. Berry" <craigberry@mac.com>
21907              Date: Tue, 16 Oct 2001 13:08:38 -0500
21908              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
21909      Branch: perl
21910            ! configure.com
21911 ____________________________________________________________________________
21912 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
21913         Log: Can't expect too much accuracy from a sleep of one second.
21914              (I think this will also fail with high load.)
21915      Branch: perl
21916            ! ext/Time/HiRes/HiRes.t
21917 ____________________________________________________________________________
21918 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
21919         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
21920              From: "Werner, Randolf" <randolf.werner@sap.com>
21921              Date: Tue, 16 Oct 2001 18:33:02 +0200
21922              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
21923      Branch: perl
21924            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
21925            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
21926 ____________________________________________________________________________
21927 [ 12456] By: nick                                  on 2001/10/16  14:08:16
21928         Log: Builds under ithreads (but fails all threads tests)
21929      Branch: perlio
21930            ! hv.c perlio.c sv.c
21931 ____________________________________________________________________________
21932 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
21933         Log: I think the Perl_sortsv needs *not* be skipped?
21934      Branch: perl
21935            ! makedef.pl
21936 ____________________________________________________________________________
21937 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
21938         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
21939              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
21940              Date: Tue, 16 Oct 2001 15:32:44 +0200
21941              Message-ID: <3BCC531C.11494.3E433F@localhost>
21942      Branch: perl
21943            ! t/op/groups.t
21944 ____________________________________________________________________________
21945 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
21946         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
21947              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
21948              Date: Tue, 16 Oct 2001 15:01:04 +0200
21949              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
21950      Branch: perl
21951            ! t/io/fs.t
21952 ____________________________________________________________________________
21953 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
21954         Log: A forgotten deletion.
21955      Branch: perl
21956            - lib/unicore/mktables.PL
21957 ____________________________________________________________________________
21958 [ 12451] By: nick                                  on 2001/10/16  11:32:48
21959         Log: Skeleton of "PerlIO_dup" coded.
21960              Still-passes all tests non-threaded (well it would wouldn't it!)
21961      Branch: perlio
21962            ! embed.h embed.pl ext/Encode/Encode.xs
21963            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
21964            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
21965            ! win32/win32io.c
21966 ____________________________________________________________________________
21967 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
21968         Log: Document the problem with the swash_fetch() API that affects
21969              more complex case conversions.
21970      Branch: perl
21971            ! lib/utf8_heavy.pl utf8.c
21972 ____________________________________________________________________________
21973 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
21974         Log: Make Time::HiRes::sleep() and usleep() to return
21975              the number of seconds (a floating point value) and 
21976              microseconds (an integer) actually slept (well,
21977              modulo the time spent in measuring the time actually
21978              slept...), to be a better drop-in replacement for
21979              the builtin sleep().  Noticed by Chris Nandor.
21980              
21981              Also make usleep() to croak if fed illegal number
21982              of useconds (anything greater than 1_000_000).
21983      Branch: perl
21984            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
21985            ! ext/Time/HiRes/HiRes.xs
21986 ____________________________________________________________________________
21987 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
21988         Log: A missing SvREFCNT_dec.
21989      Branch: perl
21990            ! perl.c
21991 ____________________________________________________________________________
21992 [ 12447] By: nick                                  on 2001/10/15  20:27:53
21993         Log: Beginings of PerlIO_dup support (unstable)
21994      Branch: perlio
21995            ! perlio.c perliol.h
21996 ____________________________________________________________________________
21997 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
21998         Log: (retracted by #12497)
21999              In AIX vac 5 just can't seem to get regcomp right.
22000      Branch: perl
22001            ! hints/aix.sh
22002 ____________________________________________________________________________
22003 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
22004         Log: Bump the version number to agree with the maintperl one.
22005      Branch: perl
22006            ! lib/Tie/RefHash.pm
22007 ____________________________________________________________________________
22008 [ 12444] By: nick                                  on 2001/10/15  15:59:57
22009         Log: Integrate mainline
22010      Branch: perlio
22011           +> lib/Math/BigInt/t/Math/Subclass.pm
22012           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
22013           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
22014           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
22015           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
22016           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
22017           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
22018           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
22019           +> lib/unicore/mktables
22020            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
22021            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
22022            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
22023            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
22024            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
22025            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
22026            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
22027            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
22028            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
22029            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
22030            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
22031            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
22032            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
22033            - lib/unicore/syllables.txt
22034           !> (integrate 344 files)
22035 ____________________________________________________________________________
22036 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
22037         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
22038      Branch: perl
22039            ! ext/DB_File/DB_File.xs
22040 ____________________________________________________________________________
22041 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
22042         Log: Sync the skip() amounts with the number of tests.
22043      Branch: perl
22044            ! lib/Term/Complete.t
22045 ____________________________________________________________________________
22046 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
22047         Log: Update Changes.
22048      Branch: perl
22049            ! Changes patchlevel.h
22050 ____________________________________________________________________________
22051 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
22052         Log: MacOS Classic catdir() rewrite from Thomas Wegner
22053              (backward incompatibility, but a deliberate one,
22054              the old version simply is broken in its logic),
22055              also documentation updates, and as suggested replicated
22056              the File::Spec::Unix documentation updates also on the
22057              File::Spec documentation.
22058              
22059              TODO: there seems to be duplication of documentation
22060              between File::Spec and File::Spec::Unix.  I think
22061              the ::Unix should be left only with specific UNIXisms,
22062              and all the generic documentation should be in ::Spec.
22063      Branch: perl
22064            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22065            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
22066            ! lib/File/Spec/Unix.pm
22067 ____________________________________________________________________________
22068 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
22069         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
22070              From: Blair Zajac <blair@orcaware.com>
22071              Date: Mon, 24 Sep 2001 11:48:58 -0700
22072              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
22073              
22074              (the skip() messages)
22075      Branch: perl
22076            ! t/op/magic.t
22077 ____________________________________________________________________________
22078 [ 12438] By: ams                                   on 2001/10/14  23:43:59
22079         Log: Subject: [PATCH] make PerlIO default on VMS
22080              From: "Craig A. Berry" <craigberry@mac.com>
22081              Date: Sun, 14 Oct 2001 15:27:18 -0500
22082              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
22083      Branch: perl
22084            ! configure.com
22085 ____________________________________________________________________________
22086 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
22087         Log: Retract #12436 (Abhijit already did this at #12426)
22088      Branch: perl
22089            ! lib/ExtUtils/MM_Unix.pm
22090 ____________________________________________________________________________
22091 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
22092         Log: (retracted by #12437)
22093              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
22094              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
22095              Date: Sat, 13 Oct 2001 20:33:55 +0200
22096              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
22097      Branch: perl
22098            ! lib/ExtUtils/MM_Unix.pm
22099 ____________________________________________________________________________
22100 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
22101         Log: Subject: h2xs grammar nit
22102              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22103              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
22104              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
22105      Branch: perl
22106            ! utils/h2xs.PL
22107 ____________________________________________________________________________
22108 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
22109         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
22110              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22111              Date: Sun, 14 Oct 2001 11:25:08 +0100
22112              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
22113      Branch: perl
22114            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
22115            ! warnings.pl
22116 ____________________________________________________________________________
22117 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
22118         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
22119              for File::Spec::Mac::catfile)
22120      Branch: perl
22121            ! lib/h2xs.t
22122 ____________________________________________________________________________
22123 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
22124         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
22125              From: Nicholas Clark <nick@ccl4.org>
22126              Date: Sat, 13 Oct 2001 00:07:31 +0100
22127              Message-ID: <20011013000731.D67535@plum.flirble.org>
22128      Branch: perl
22129            ! lib/h2xs.t utils/h2xs.PL
22130 ____________________________________________________________________________
22131 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
22132         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
22133              before DEFINE and INC), and repent by taking DEFINE and
22134              INC away from PASTHRU.
22135      Branch: perl
22136            ! lib/ExtUtils/MM_Unix.pm
22137 ____________________________________________________________________________
22138 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
22139         Log: More MANIFEST anomalies.
22140      Branch: perl
22141            ! MANIFEST
22142 ____________________________________________________________________________
22143 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
22144         Log: Not that many.
22145      Branch: perl
22146            ! MANIFEST
22147 ____________________________________________________________________________
22148 [ 12428] By: sky                                   on 2001/10/13  20:59:27
22149         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
22150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22151              Date: Sat, 13 Oct 2001 23:15:55 +0200
22152              Message-ID: <20011013231555.A18071@rafael>
22153      Branch: perl
22154            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
22155            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
22156 ____________________________________________________________________________
22157 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
22158         Log: Rewrite mktables from scratch.
22159              - Cleaner.
22160              - Faster: 15-20 seconds as opposed to several minutes.
22161              - More dynamic: the names of the various categories
22162              such as the linebreak ones are dynamic, not static.
22163              - Is.pl: long names for the general category properties
22164              are now available.
22165              - Ranges (<... ,First>, <..., Last>) from the general
22166              categories work now.
22167              - No more mktables.PL because the mktables.PL is not
22168              and never has been run to create a mktables.
22169              - syllables.txt and Is/Syl*.pl removed: non-standard
22170              (not part of the Unicode), and the whole concept is
22171              being reworked (http://syllabary.sourceforge.net/),
22172              the old way wouldn't even work with the new Syllables.txt
22173              (it would result in 1000+ new categories)
22174      Branch: perl
22175            + lib/unicore/In/163.pl lib/unicore/In/164.pl
22176            + lib/unicore/In/165.pl lib/unicore/In/166.pl
22177            + lib/unicore/In/167.pl lib/unicore/In/168.pl
22178            + lib/unicore/In/169.pl lib/unicore/In/170.pl
22179            + lib/unicore/In/171.pl lib/unicore/Is.pl
22180            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
22181            + lib/unicore/mktables
22182            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
22183            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
22184            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
22185            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
22186            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
22187            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
22188            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
22189            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
22190            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
22191            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
22192            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
22193            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
22194            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
22195            - lib/unicore/syllables.txt
22196            ! (edit 304 files)
22197 ____________________________________________________________________________
22198 [ 12426] By: ams                                   on 2001/10/13  18:05:36
22199         Log: ExtUtils::MM_Unix should ignore comments when searching for
22200              $VERSION.
22201      Branch: perl
22202            ! lib/ExtUtils/MM_Unix.pm
22203 ____________________________________________________________________________
22204 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
22205         Log: Subject: Re: New module XML::Clean
22206              From: andreas.koenig@anima.de (Andreas J. Koenig)
22207              Date: 13 Oct 2001 10:17:09 +0200
22208              Message-ID: <m37ku0t0my.fsf@anima.de>
22209      Branch: perl
22210            ! pod/perlnewmod.pod
22211 ____________________________________________________________________________
22212 [ 12424] By: sky                                   on 2001/10/13  09:39:59
22213         Log: Set thread stack size if needed.
22214      Branch: perl
22215            ! ext/threads/threads.xs
22216 ____________________________________________________________________________
22217 [ 12423] By: sky                                   on 2001/10/13  09:36:49
22218         Log: We do want to set the attribute to joinable even on modern posix
22219              platforms.
22220      Branch: perl
22221            ! ext/threads/threads.xs
22222 ____________________________________________________________________________
22223 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
22224         Log: Subject: [PATCH ext/Data/Dumper.xs]
22225              From: Brian Ingerson <ingy@ttul.org>
22226              Date: Fri, 12 Oct 2001 19:32:35 -0700
22227              Message-ID: <20011012193235.B889@ttul.org>
22228      Branch: perl
22229            ! ext/Data/Dumper/Dumper.xs
22230 ____________________________________________________________________________
22231 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
22232         Log: Update Changes.
22233      Branch: perl
22234            ! Changes patchlevel.h
22235 ____________________________________________________________________________
22236 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
22237         Log: FAQ sync.
22238      Branch: perl
22239            ! pod/perlfaq3.pod pod/perlfaq4.pod
22240 ____________________________________________________________________________
22241 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
22242         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
22243              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22244              Date: Fri, 12 Oct 2001 11:51:05 -0700
22245              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
22246      Branch: perl
22247            ! lib/File/Copy.pm
22248 ____________________________________________________________________________
22249 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
22250         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
22251              From: "chromatic" <chromatic@rmci.net>     
22252              Date: Thu, 11 Oct 2001 10:57:55 -0600
22253              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
22254              
22255              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
22256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22257              Date: Thu, 11 Oct 2001 22:34:21 +0200
22258              Message-ID: <20011011223421.A693@rafael>     
22259              
22260              plus undef $Term::Complete::stty as suggested by Rafael.
22261      Branch: perl
22262            ! lib/Term/Complete.pm lib/Term/Complete.t
22263 ____________________________________________________________________________
22264 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
22265         Log: UUnndduupplleexx..
22266      Branch: perl
22267            ! perl.h
22268 ____________________________________________________________________________
22269 [ 12416] By: sky                                   on 2001/10/12  20:16:19
22270         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
22271              From: Andy Dougherty <doughera@lafayette.edu>
22272              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
22273              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
22274              (Potentially only band-aid)
22275      Branch: perl
22276            ! sv.c
22277 ____________________________________________________________________________
22278 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
22279         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
22280              mishandles kill(), and therefore the sigaction test
22281              should be skipped, from Charles Lane.
22282      Branch: perl
22283            ! ext/POSIX/t/sigaction.t
22284 ____________________________________________________________________________
22285 [ 12414] By: sky                                   on 2001/10/12  18:47:49
22286         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
22287      Branch: perl
22288            ! op.h
22289 ____________________________________________________________________________
22290 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
22291         Log: Upgrade to Math::BigInt 1.44 from Tels and
22292              further fixes from John Peacock.
22293      Branch: perl
22294            + lib/Math/BigInt/t/Math/Subclass.pm
22295            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
22296            + lib/Math/BigInt/t/subclass.t
22297            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22298            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
22299            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
22300            ! lib/Math/BigInt/t/mbimbf.t
22301 ____________________________________________________________________________
22302 [ 12412] By: sky                                   on 2001/10/12  18:28:23
22303         Log: perhaps pthread_attr_t really needs to be set for the old api
22304      Branch: perl
22305            ! ext/threads/threads.xs
22306 ____________________________________________________________________________
22307 [ 12411] By: sky                                   on 2001/10/12  18:11:45
22308         Log: pthread_keycreate not pthread_key_create under the here be dragons API
22309      Branch: perl
22310            ! ext/threads/threads.h
22311 ____________________________________________________________________________
22312 [ 12410] By: sky                                   on 2001/10/12  18:07:37
22313         Log: Apperently OLD PTHREADS API is a bit retarded.
22314              This should fix another set of compile failures in HP-UX 10.20.
22315      Branch: perl
22316            ! ext/threads/threads.h ext/threads/threads.xs
22317 ____________________________________________________________________________
22318 [ 12409] By: nick                                  on 2001/10/12  15:30:01
22319         Log: Blind integrate of mainline
22320      Branch: perlio
22321           +> (branch 32 files)
22322            - lib/unicode/README
22323           !> (integrate 121 files)
22324 ____________________________________________________________________________
22325 [ 12408] By: sky                                   on 2001/10/12  14:55:08
22326         Log: Let us avoid being smart for now.
22327      Branch: perl
22328            ! ext/threads/threads.h
22329 ____________________________________________________________________________
22330 [ 12407] By: sky                                   on 2001/10/12  14:38:12
22331         Log: (void*) the argument to make sure we work with picky compilers
22332      Branch: perl
22333            ! ext/threads/threads.xs
22334 ____________________________________________________________________________
22335 [ 12406] By: ams                                   on 2001/10/12  13:26:04
22336         Log: (replaced with #12600)
22337              
22338              Subject: [PATCH 5.6.1 perldoc] use File::Temp
22339              From: Mikhail Zabaluev <mhz@alt-linux.org>
22340              Date: Fri, 12 Oct 2001 12:47:47 +0400
22341              Message-Id: <20011012124747.E13918@localhost.localdomain>
22342      Branch: perl
22343            ! utils/perldoc.PL
22344 ____________________________________________________________________________
22345 [ 12405] By: ams                                   on 2001/10/12  13:05:32
22346         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
22347              From: andreas.koenig@anima.de (Andreas J. Koenig)
22348              Date: 12 Oct 2001 11:12:07 +0200
22349              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
22350      Branch: perl
22351            ! lib/Memoize/t/speed.t
22352 ____________________________________________________________________________
22353 [ 12404] By: sky                                   on 2001/10/12  12:46:15
22354         Log: A) Support OLD_PTHREADS_API
22355              B) Change from using pthread_t to using a TLS to store the
22356              index of the thread in an hash, this is to avoid problems when
22357              in fact pthread_t was not a seralizable type.
22358              Both these changes are because of HP-UX 10.20
22359              This has not been tested on win32 but should work there.
22360              Need to add support for NetWare.
22361      Branch: perl
22362            ! ext/threads/threads.h ext/threads/threads.xs
22363 ____________________________________________________________________________
22364 [ 12403] By: ams                                   on 2001/10/12  07:34:19
22365         Log: Subject: Re: New module XML::Clean
22366              From: andreas.koenig@anima.de (Andreas J. Koenig)
22367              Date: 12 Oct 2001 10:20:35 +0200
22368              Message-Id: <m3elo9uv58.fsf@anima.de>
22369      Branch: perl
22370            ! pod/perlnewmod.pod
22371 ____________________________________________________________________________
22372 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
22373         Log: More HP model tweaks from Merijn.
22374      Branch: perl
22375            ! README.hpux
22376 ____________________________________________________________________________
22377 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
22378         Log: Update Changes.
22379      Branch: perl
22380            ! Changes patchlevel.h
22381 ____________________________________________________________________________
22382 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
22383         Log: HP-UX update from H.Merijn Brand.
22384      Branch: perl
22385            ! README.hpux
22386 ____________________________________________________________________________
22387 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
22388         Log: Subject: [PATCH] fix link rot in README.vms
22389              From: "Craig A. Berry" <craigberry@mac.com>
22390              Date: Wed, 10 Oct 2001 17:17:00 -0500
22391              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
22392      Branch: perl
22393            ! README.vms
22394 ____________________________________________________________________________
22395 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
22396         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
22397              From: "chromatic" <chromatic@rmci.net>
22398              Date: Wed, 10 Oct 2001 15:50:30 -0600
22399              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
22400      Branch: perl
22401            ! lib/Term/Complete.t
22402 ____________________________________________________________________________
22403 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
22404         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
22405              From: "chromatic" <chromatic@rmci.net>
22406              Date: Wed, 10 Oct 2001 15:45:42 -0600
22407              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
22408      Branch: perl
22409            + lib/ExtUtils/Packlist.t
22410            ! MANIFEST
22411 ____________________________________________________________________________
22412 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
22413         Log: VMS needs quotes around the -I option to keep it from
22414              being downcased, from Charles Lane.
22415      Branch: perl
22416            ! t/run/kill_perl.t
22417 ____________________________________________________________________________
22418 [ 12395] By: ams                                   on 2001/10/10  16:22:32
22419         Log: Subject: [PATCH lib/FindBin.pm]
22420              From: Stas Bekman <stas@stason.org>
22421              Date: Tue, 09 Oct 2001 23:57:10 +0800
22422              Message-Id: <3BC31E56.60805@stason.org>
22423      Branch: perl
22424            ! lib/FindBin.pm
22425 ____________________________________________________________________________
22426 [ 12394] By: ams                                   on 2001/10/10  16:09:53
22427         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
22428              From: Abhijit Menon-Sen <ams@wiw.org>
22429              Date: Wed, 10 Oct 2001 21:59:33 +0530
22430              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
22431      Branch: perl
22432            ! ext/Data/Dumper/Dumper.xs
22433 ____________________________________________________________________________
22434 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
22435         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
22436              from Charles Lane.
22437      Branch: perl
22438            ! lib/File/Spec/VMS.pm
22439 ____________________________________________________________________________
22440 [ 12392] By: ams                                   on 2001/10/10  14:49:43
22441         Log: Subject: [PATCH] two s/// bugfixes
22442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22443              Date: Wed, 10 Oct 2001 17:23:44 +0200
22444              Message-Id: <20011010172344.C22440@rafael>
22445      Branch: perl
22446            ! pp_ctl.c regexec.c t/op/subst.t
22447 ____________________________________________________________________________
22448 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
22449         Log: Fix/improve handling of the [000000] special "root"
22450              directory, by putting cwd in canonical form when doing
22451              abs2rel, and prepending a 000000 to directory "chunks"
22452              if missing from base or path.  Also adjust test to
22453              reflect the (improved) output from abs2rel.
22454              From Charles Lane.
22455      Branch: perl
22456            ! lib/File/Spec.t lib/File/Spec/VMS.pm
22457 ____________________________________________________________________________
22458 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
22459         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
22460              all of the extra VMSish attributes (such as "treat this logical
22461              as a device name") that are necessary to make programs run.
22462              A tainted %ENV does not hinder VMS.  From Charles Lane.
22463      Branch: perl
22464            ! lib/File/Find/t/taint.t
22465 ____________________________________________________________________________
22466 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
22467         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
22468              
22469              o  VMS is case-insensitive, RTL downcases filenames read
22470              by perl... so need to re-upcase filenames like MANIFEST
22471              and MANIFEST.SKIP
22472              
22473              o  Need to convert VMS-style to Unix-style filenames when comparing
22474              names in MANIFEST to names in filesystem.
22475              
22476              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
22477              since VMS won't let you (easily) delete non-empty directories.
22478              
22479              From Charles Lane.
22480      Branch: perl
22481            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
22482 ____________________________________________________________________________
22483 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
22484         Log: Unix and VMS agree on "*" as a "match any number of any chars"
22485              wildcards, but differ ("?"  vs.  "%") for their "match any single
22486              char" wildcard.  This patch changes "?"  chars to "%" before doing a
22487              VMS glob...at no loss of functionality, since "?"  isn't a valid
22488              filename char on VMS.  From Charles Lane.
22489      Branch: perl
22490            ! doio.c
22491 ____________________________________________________________________________
22492 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
22493         Log: (accidentally empty submit; new life as #12390)
22494      Branch: perl
22495            ! lib/File/Find/t/taint.t
22496 ____________________________________________________________________________
22497 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
22498         Log: Even more VMS tweakage from Charles Lane:
22499              
22500              Tweak #1:  splitdir only works on directory part of filespec,
22501              split off volume first
22502              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
22503              (it's a horrible kludge in the run-time library,
22504              improved in later versions). Check the
22505              $Config{'d_setenv'} flag before attempting to set it.
22506      Branch: perl
22507            ! t/op/chdir.t
22508 ____________________________________________________________________________
22509 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
22510         Log: VMS tweakage from Charles Lane.
22511              
22512              . command.com doubles an output line when prompting for extensions
22513              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
22514              . perl5db doesn't clean up after itself
22515      Branch: perl
22516            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
22517 ____________________________________________________________________________
22518 [ 12384] By: sky                                   on 2001/10/09  19:16:11
22519         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
22520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22521              Date: Tue, 9 Oct 2001 22:10:26 +0200
22522              Message-ID: <20011009221026.A8579@rafael>
22523      Branch: perl
22524            ! pod/perldata.pod
22525 ____________________________________________________________________________
22526 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
22527         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
22528              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22529              Date: 9 Oct 2001 15:15:06 -0000
22530              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
22531      Branch: perl
22532            ! t/op/subst.t
22533 ____________________________________________________________________________
22534 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
22535         Log: Update Changes.
22536      Branch: perl
22537            ! Changes patchlevel.h
22538 ____________________________________________________________________________
22539 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
22540         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
22541              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
22542              when a NULL is passed for the filename string pointer.
22543              From Charles Lane.
22544      Branch: perl
22545            ! vms/vms.c
22546 ____________________________________________________________________________
22547 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
22548         Log: Subject: HP systems update
22549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22550              Date: Tue, 09 Oct 2001 15:59:22 +0200
22551              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
22552      Branch: perl
22553            ! README.hpux
22554 ____________________________________________________________________________
22555 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
22556         Log: CPAN::Nox does now have a test.
22557      Branch: perl
22558            ! t/lib/1_compile.t
22559 ____________________________________________________________________________
22560 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
22561         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
22562              From: David Dyck <dcd@tc.fluke.com>
22563              Date: Mon, 1 Oct 2001 12:17:36 -0700
22564              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
22565      Branch: perl
22566            ! installperl
22567 ____________________________________________________________________________
22568 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
22569         Log: NetWare update from Ananth Kesari.
22570      Branch: perl
22571            ! NetWare/nwperlsys.h makedef.pl
22572 ____________________________________________________________________________
22573 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
22574         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
22575              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22576              Date: Tue, 9 Oct 2001 08:40:57 EDT
22577              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
22578      Branch: perl
22579            ! lib/File/Find/t/find.t
22580 ____________________________________________________________________________
22581 [ 12374] By: ams                                   on 2001/10/09  05:31:45
22582         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
22583              ExtUtils::Mkbootstrap
22584              From: "chromatic" <chromatic@rmci.net>
22585              Date: Tue, 09 Oct 2001 00:08:37 -0600
22586              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
22587      Branch: perl
22588            + lib/ExtUtils/Mkbootstrap.t
22589            ! MANIFEST
22590 ____________________________________________________________________________
22591 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
22592         Log: Enable more debugging.
22593      Branch: perl
22594            ! lib/utf8_heavy.pl
22595 ____________________________________________________________________________
22596 [ 12372] By: ams                                   on 2001/10/09  02:11:59
22597         Log: #12370 forgot to modify is_gv_magical().
22598      Branch: perl
22599            ! gv.c
22600 ____________________________________________________________________________
22601 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
22602         Log: Make the toupper/lower/title API for Unicode not right
22603              but at least less wrong: prepare for the mapping being
22604              more than just one-character-to-one-character.
22605      Branch: perl
22606            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
22607            ! regexec.c utf8.c
22608 ____________________________________________________________________________
22609 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
22610         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
22611              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22612              Date: Mon, 8 Oct 2001 22:18:23 -0400
22613              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
22614      Branch: perl
22615            ! pod/perlvar.pod t/op/taint.t
22616 ____________________________________________________________________________
22617 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
22618         Log: FAQ sync.
22619      Branch: perl
22620            ! pod/perlfaq3.pod pod/perlfaq4.pod
22621 ____________________________________________________________________________
22622 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
22623         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
22624              From: "chromatic" <chromatic@rmci.net>
22625              Date: Mon, 08 Oct 2001 14:05:32 -0600
22626              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
22627      Branch: perl
22628            ! lib/Term/Cap.t
22629 ____________________________________________________________________________
22630 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
22631         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
22632              From: Michael G Schwern <schwern@pobox.com>
22633              Date: Mon, 8 Oct 2001 17:00:14 -0400
22634              Message-ID: <20011008170014.L17083@blackrider>
22635      Branch: perl
22636            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
22637 ____________________________________________________________________________
22638 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
22639         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
22640              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22641              Date: Mon, 8 Oct 2001 16:01:33 EDT
22642              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
22643      Branch: perl
22644            ! ext/Time/HiRes/HiRes.xs
22645 ____________________________________________________________________________
22646 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
22647         Log: Subject: [PATCH] Autosplit patch for VMS
22648              From: "Craig A. Berry" <craigberry@mac.com>
22649              Date: Mon, 08 Oct 2001 15:40:43 -0500
22650              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
22651      Branch: perl
22652            ! lib/AutoSplit.pm lib/AutoSplit.t
22653 ____________________________________________________________________________
22654 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
22655         Log: Don't assume that everybody is running OS X 10.1 yet;
22656              from Kay Röpke.
22657      Branch: perl
22658            ! hints/darwin.sh
22659 ____________________________________________________________________________
22660 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
22661         Log: Update Changes.
22662      Branch: perl
22663            ! Changes patchlevel.h
22664 ____________________________________________________________________________
22665 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
22666         Log: Retract #12358 for now.
22667      Branch: perl
22668            ! lib/Term/Cap.t
22669 ____________________________________________________________________________
22670 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
22671         Log: Can't figure out what this is testing.
22672              (If it is trying to catch SIGKILL, it should stop
22673              trying because that is by definition impossible.)
22674      Branch: perl
22675            ! lib/sigtrap.t
22676 ____________________________________________________________________________
22677 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
22678         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
22679              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22680              Date: Sun, 30 Sep 2001 21:15:13 +0200
22681              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
22682      Branch: perl
22683            ! lib/ExtUtils/MM_Win32.pm
22684 ____________________________________________________________________________
22685 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
22686         Log: Clarify the ldlibpth part and condense the overall text.
22687      Branch: perl
22688            ! t/TEST
22689 ____________________________________________________________________________
22690 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
22691         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
22692              From: "chromatic" <chromatic@rmci.net>
22693              Date: Sun, 07 Oct 2001 16:59:26 -0600
22694              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
22695      Branch: perl
22696            ! lib/Term/Cap.t
22697 ____________________________________________________________________________
22698 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
22699         Log: Update the list because fo #12265.
22700      Branch: perl
22701            ! t/lib/1_compile.t
22702 ____________________________________________________________________________
22703 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
22704         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
22705              From: Nicholas Clark <nick@ccl4.org>
22706              Date: Sun, 7 Oct 2001 20:53:33 +0100
22707              Message-ID: <20011007205333.S38756@plum.flirble.org>   
22708      Branch: perl
22709            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
22710            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22711            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
22712            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
22713            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
22714            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
22715            ! lib/Switch/t/switch.t lib/Term/Complete.t
22716            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
22717            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
22718            ! t/op/my_stash.t
22719 ____________________________________________________________________________
22720 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
22721         Log: Integrate patch #12350 from maintperl; typo in
22722              IO::Seekable doc.
22723      Branch: perl
22724           !> ext/IO/lib/IO/Seekable.pm
22725 ____________________________________________________________________________
22726 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
22727         Log: Detypo.
22728      Branch: perl
22729            ! hints/darwin.sh
22730 ____________________________________________________________________________
22731 [ 12353] By: sky                                   on 2001/10/07  17:16:14
22732         Log: Change 12349 didn't really get it right.
22733      Branch: perl
22734            ! lib/Unicode/README
22735 ____________________________________________________________________________
22736 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
22737         Log: If running the harness the dynamic library search path
22738              may need setting.
22739      Branch: perl
22740            ! t/TEST
22741 ____________________________________________________________________________
22742 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
22743         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
22744              in ldflags.
22745      Branch: perl
22746            ! hints/darwin.sh
22747 ____________________________________________________________________________
22748 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
22749         Log: typo in IO::Seekable doc
22750      Branch: maint-5.6/perl
22751            ! ext/IO/lib/IO/Seekable.pm
22752 ____________________________________________________________________________
22753 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
22754         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
22755              doesn't work on Mac OS X 10.1 (when unpacking the tar the
22756              latter gets renamed as lib/unicode:1, assumedly for security
22757              reasons not to overwrite stuff)
22758      Branch: perl
22759            + lib/Unicode/README
22760            - lib/unicode/README
22761            ! MANIFEST
22762 ____________________________________________________________________________
22763 [ 12348] By: ams                                   on 2001/10/07  05:33:40
22764         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
22765              From: "chromatic" <chromatic@rmci.net>
22766              Date: Sat, 06 Oct 2001 21:42:03 -0600
22767              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
22768      Branch: perl
22769            + lib/CPAN/t/Nox.t
22770            ! MANIFEST
22771 ____________________________________________________________________________
22772 [ 12347] By: ams                                   on 2001/10/07  00:48:10
22773         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
22774              From: "chromatic" <chromatic@rmci.net>
22775              Date: Sat, 06 Oct 2001 18:52:10 -0600
22776              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
22777      Branch: perl
22778            + lib/sigtrap.t
22779            ! MANIFEST
22780 ____________________________________________________________________________
22781 [ 12346] By: ams                                   on 2001/10/06  23:14:01
22782         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
22783              h2xs write?)
22784              From: Nicholas Clark <nick@ccl4.org>
22785              Date: Sat, 6 Oct 2001 21:46:43 +0100
22786              Message-Id: <20011006214643.L38756@plum.flirble.org>
22787      Branch: perl
22788            ! utils/h2xs.PL
22789 ____________________________________________________________________________
22790 [ 12345] By: ams                                   on 2001/10/06  17:39:53
22791         Log: Subject: [PATCH] Memoize tests
22792              From: Nicholas Clark <nick@ccl4.org>
22793              Date: Sat, 6 Oct 2001 18:04:21 +0100
22794              Message-Id: <20011006180421.J38756@plum.flirble.org>
22795      Branch: perl
22796            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
22797            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
22798            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
22799            ! lib/Memoize/t/expire_module_n.t
22800            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
22801            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
22802            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
22803            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
22804            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
22805            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
22806 ____________________________________________________________________________
22807 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
22808         Log: Retract the latter part of #12343.
22809      Branch: perl
22810            ! ext/IO/lib/IO/Socket/INET.pm
22811 ____________________________________________________________________________
22812 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
22813         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
22814              From: David Dyck <dcd@tc.fluke.com>
22815              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
22816              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
22817              
22818              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
22819              From: David Dyck <dcd@tc.fluke.com>
22820              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
22821              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
22822      Branch: perl
22823            ! ext/IO/lib/IO/Socket/INET.pm
22824 ____________________________________________________________________________
22825 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
22826         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
22827              From: Robin Barker <rmb1@cise.npl.co.uk>
22828              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
22829              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
22830      Branch: perl
22831            ! t/TEST
22832 ____________________________________________________________________________
22833 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
22834         Log: Don't assume that %x is good for displaying UVs.
22835      Branch: perl
22836            ! dump.c
22837 ____________________________________________________________________________
22838 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
22839         Log: Update Changes.
22840      Branch: perl
22841            ! Changes patchlevel.h
22842 ____________________________________________________________________________
22843 [ 12339] By: ams                                   on 2001/10/05  10:22:34
22844         Log: Subject: [PATCH] perlfunc/select
22845              From: Nicholas Clark <nick@ccl4.org>
22846              Date: Fri, 5 Oct 2001 11:33:58 +0100
22847              Message-Id: <20011005113358.Z38756@plum.flirble.org>
22848      Branch: perl
22849            ! pod/perlfunc.pod
22850 ____________________________________________________________________________
22851 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
22852         Log: Retract #12313 and #12249.
22853      Branch: perl
22854            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
22855            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
22856            ! pod/perlebcdic.pod
22857 ____________________________________________________________________________
22858 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
22859         Log: Subject: [PATCH] perlvms.pod update
22860              From: "Craig A. Berry" <craigberry@mac.com>
22861              Date: Thu, 04 Oct 2001 12:55:52 -0500
22862              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
22863      Branch: perl
22864            ! vms/perlvms.pod
22865 ____________________________________________________________________________
22866 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
22867         Log: Subject: PATCH: Tie::SubstrHash
22868              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22869              Date: Thu, 04 Oct 2001 12:12:41 +0100
22870              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
22871      Branch: perl
22872            ! lib/Tie/SubstrHash.pm
22873 ____________________________________________________________________________
22874 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
22875         Log: Unicode properties saga continues.
22876      Branch: perl
22877            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
22878            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
22879 ____________________________________________________________________________
22880 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
22881         Log: Yet more Unicode properties.
22882      Branch: perl
22883            + lib/unicore/In/137.pl lib/unicore/In/138.pl
22884            + lib/unicore/In/139.pl lib/unicore/In/140.pl
22885            + lib/unicore/In/141.pl lib/unicore/In/142.pl
22886            + lib/unicore/In/143.pl lib/unicore/In/144.pl
22887            + lib/unicore/In/145.pl lib/unicore/In/146.pl
22888            + lib/unicore/In/147.pl lib/unicore/In/148.pl
22889            + lib/unicore/In/149.pl lib/unicore/In/150.pl
22890            + lib/unicore/In/151.pl lib/unicore/In/152.pl
22891            + lib/unicore/In/153.pl lib/unicore/In/154.pl
22892            + lib/unicore/In/155.pl lib/unicore/In/156.pl
22893            + lib/unicore/In/157.pl lib/unicore/In/158.pl
22894            + lib/unicore/In/159.pl lib/unicore/In/160.pl
22895            + lib/unicore/In/161.pl lib/unicore/In/162.pl
22896            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
22897            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
22898            ! pod/perlunicode.pod
22899 ____________________________________________________________________________
22900 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
22901         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
22902              From: "Craig A. Berry" <craigberry@mac.com>
22903              Date: Wed, 03 Oct 2001 17:45:25 -0500
22904              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
22905              
22906              (the lib/Term/Complete.t patched differently by #12332)
22907      Branch: perl
22908            ! lib/ExtUtils/Command.t
22909 ____________________________________________________________________________
22910 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
22911         Log: Restore only if something to restore.
22912      Branch: perl
22913            ! lib/Term/Complete.t
22914 ____________________________________________________________________________
22915 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
22916         Log: Update various resources for credits,
22917              minor icons fixes, and versions.
22918      Branch: maint-5.6/macperl
22919            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
22920            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
22921            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
22922 ____________________________________________________________________________
22923 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
22924         Log: Quiet the warnings about using undef value
22925      Branch: maint-5.6/macperl
22926            ! lib/File/Temp.pm
22927 ____________________________________________________________________________
22928 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
22929         Log: Fix up Ballon Help and Help menu docs (first pass);
22930              remove balloon rez file, and autogenerate with
22931              Balloon2Rez instead.
22932      Branch: maint-5.6/macperl
22933            + macos/macperl/macscripts/Balloon2Rez
22934            - macos/macperl/MPBalloons.r
22935            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
22936 ____________________________________________________________________________
22937 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
22938         Log: Allow overriding of defaults, for change #12327.
22939      Branch: maint-5.6/macperl
22940            ! perl.h
22941 ____________________________________________________________________________
22942 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
22943         Log: Override PerlProc_exit.
22944      Branch: maint-5.6/macperl
22945            ! macos/macish.h
22946 ____________________________________________________________________________
22947 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
22948         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
22949      Branch: maint-5.6/macperl
22950            + macos/bundled_lib/blib/lib/MD5.pm
22951            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
22952            + macos/lib/Mac/AETE/Dialect.pm
22953            + macos/lib/Mac/AETE/Format/Converter.pm
22954            + macos/lib/Mac/AETE/Format/Dictionary.pm
22955            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
22956            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
22957            + macos/lib/Mac/Toolbox.pod
22958            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
22959 ____________________________________________________________________________
22960 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
22961         Log: Sync up silly CVS headers ... I should commit CVS
22962              first to avoid this ...
22963      Branch: maint-5.6/macperl
22964            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
22965            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
22966            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
22967            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
22968 ____________________________________________________________________________
22969 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
22970         Log: Fix Matthias' address, and attributions.
22971      Branch: maint-5.6/macperl
22972            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
22973            ! pod/perlport.pod
22974 ____________________________________________________________________________
22975 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
22976         Log: Fix Matthias' address, and attributions.
22977      Branch: maint-5.6/macperl
22978            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
22979            ! macos/ext/Mac/Components/Components.pm
22980            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
22981            ! macos/ext/Mac/Dialogs/Dialogs.pm
22982            ! macos/ext/Mac/Events/Events.pm
22983            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
22984            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
22985            ! macos/ext/Mac/Gestalt/Gestalt.pm
22986            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
22987            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
22988            ! macos/ext/Mac/Menus/Menus.pm
22989            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22990            ! macos/ext/Mac/Movies/Movies.pm
22991            ! macos/ext/Mac/Navigation/Navigation.pm
22992            ! macos/ext/Mac/Notification/Notification.pm
22993            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22994            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
22995            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
22996            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
22997            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
22998            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
22999            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23000            ! macos/ext/Mac/StandardFile/StandardFile.pm
23001            ! macos/ext/Mac/TextEdit/TextEdit.pm
23002            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
23003            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
23004            ! macos/lib/Mac/LowMem.pm
23005 ____________________________________________________________________________
23006 [ 12322] By: sky                                   on 2001/10/03  18:41:07
23007         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
23008              From: "Craig A. Berry" <craigberry@mac.com>
23009              Date: Wed, 03 Oct 2001 14:30:55 -0500
23010              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
23011      Branch: perl
23012            ! vms/vms.c
23013 ____________________________________________________________________________
23014 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
23015         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
23016              From: "Craig A. Berry" <craigberry@mac.com>
23017              Date: Wed, 03 Oct 2001 14:30:55 -0500
23018              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
23019      Branch: perl
23020            ! vms/vms.c
23021 ____________________________________________________________________________
23022 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
23023         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
23024              only IsL&) and Inherited (negative lookahead good);
23025              add tests for Common, Inherited, and L&.
23026      Branch: perl
23027            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
23028 ____________________________________________________________________________
23029 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
23030         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
23031              (The Unicode standard uses L& quite often.)
23032      Branch: perl
23033            ! lib/utf8_heavy.pl
23034 ____________________________________________________________________________
23035 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
23036         Log: Add the 'Common' Unicode property (code points not
23037              explicitly assigned to any other script).
23038      Branch: perl
23039            + lib/unicore/In/136.pl
23040            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
23041 ____________________________________________________________________________
23042 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
23043         Log: Skip the RV printing test under threads until fixed.
23044      Branch: perl
23045            ! ext/B/t/terse.t
23046 ____________________________________________________________________________
23047 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
23048         Log: Subject: 12309 / cygwin / win2k
23049              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23050              Date: Wed, 03 Oct 2001 15:25:15 +0200
23051              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
23052      Branch: perl
23053            ! makedef.pl
23054 ____________________________________________________________________________
23055 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
23056         Log: Metaconfig unit change for #12314.
23057      Branch: metaconfig
23058            ! U/modified/Head.U
23059 ____________________________________________________________________________
23060 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
23061         Log: Subject: Both cygwin and djgpp on one machine
23062              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23063              Date: Wed, 03 Oct 2001 15:02:59 +0200
23064              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
23065      Branch: perl
23066            ! Configure
23067 ____________________________________________________________________________
23068 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
23069         Log: (retracted by #12338)
23070              
23071              Subject: [PATCH] Code clean up for perlboot.pod
23072              From: Casey West <casey@geeknest.com>
23073              Date: Tue, 2 Oct 2001 19:24:43 -0400
23074              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
23075              
23076              Subject: [PATCH] Code clean up for perlbot.diff
23077              From: Casey West <casey@geeknest.com>
23078              Date: Tue, 2 Oct 2001 19:25:22 -0400
23079              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
23080              
23081              Subject: [PATCH] Code clean up for perlcall.pod
23082              From: Casey West <casey@geeknest.com>
23083              Date: Tue, 2 Oct 2001 19:25:57 -0400
23084              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
23085              
23086              Subject: [PATCH] Code clean up for perldata.pod
23087              From: Casey West <casey@geeknest.com>
23088              Date: Tue, 2 Oct 2001 19:26:29 -0400
23089              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
23090              
23091              Subject: [PATCH] Code clean up for perldbmfilter.pod
23092              From: Casey West <casey@geeknest.com>
23093              Date: Tue, 2 Oct 2001 19:26:59 -0400
23094              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
23095              
23096              Subject: [PATCH] Code clean up for perlebcdic.pod
23097              From: Casey West <casey@geeknest.com>
23098              Date: Tue, 2 Oct 2001 19:27:37 -0400
23099              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
23100      Branch: perl
23101            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
23102            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
23103 ____________________________________________________________________________
23104 [ 12312] By: ams                                   on 2001/10/02  23:43:55
23105         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
23106              From: Michael G Schwern <schwern@pobox.com>
23107              Date: Tue, 2 Oct 2001 17:00:49 -0400
23108              Message-Id: <20011002170049.A9955@blackrider>
23109      Branch: perl
23110            ! lib/ExtUtils/MakeMaker.pm
23111 ____________________________________________________________________________
23112 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
23113         Log: FAQ sync.
23114      Branch: perl
23115            ! pod/perlfaq3.pod
23116 ____________________________________________________________________________
23117 [ 12310] By: nick                                  on 2001/10/02  16:09:49
23118         Log: Integrate mainline
23119      Branch: perlio
23120           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
23121           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
23122           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
23123           !> patchlevel.h t/op/pat.t
23124 ____________________________________________________________________________
23125 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
23126         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
23127              not just one single space.
23128      Branch: perl
23129            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
23130 ____________________________________________________________________________
23131 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
23132         Log: AUTHORS updates.
23133      Branch: perl
23134            ! AUTHORS
23135 ____________________________________________________________________________
23136 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
23137         Log: Update Changes.
23138      Branch: perl
23139            ! Changes patchlevel.h
23140 ____________________________________________________________________________
23141 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
23142         Log: Work around old buggy glibcs for langinfo constants,
23143              from Nicholas Clark and David Dyck.
23144      Branch: perl
23145            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
23146 ____________________________________________________________________________
23147 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
23148         Log: Eradicate Time::Piece; add an example.
23149      Branch: perl
23150            ! ext/I18N/Langinfo/Langinfo.pm
23151 ____________________________________________________________________________
23152 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
23153         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
23154              From: Robert Spier <rspier@pobox.com>
23155              Date: Mon, 1 Oct 2001 23:20:16 -0700
23156              Message-ID: <15289.23712.422087.878224@rls.cx>
23157      Branch: perl
23158            ! lib/Pod/Html.pm
23159 ____________________________________________________________________________
23160 [ 12303] By: sky                                   on 2001/10/02  10:40:57
23161         Log: Fixes obscure bug that manifests itself by.
23162              local $!=0;undef*STDOUT;#segfaults
23163              Has been around for a while. Possible other magic IO vars are
23164              possibly affected as well. Reported by Jos Boumans.
23165      Branch: perl
23166            ! mg.c
23167 ____________________________________________________________________________
23168 [ 12302] By: nick                                  on 2001/10/02  09:00:52
23169         Log: Integrate mainline
23170      Branch: perlio
23171           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
23172           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
23173           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
23174 ____________________________________________________________________________
23175 [ 12301] By: nick                                  on 2001/10/02  08:40:57
23176         Log: Integrate mainline + lib/open.t patch from Chromatic
23177      Branch: perlio
23178           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
23179            ! lib/open.t
23180           !> (integrate 29 files)
23181 ____________________________________________________________________________
23182 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
23183         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
23184              Until it has, better stop early if someone requests threads.
23185      Branch: perl
23186            ! hints/darwin.sh
23187 ____________________________________________________________________________
23188 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
23189         Log: Subject: [ID 20011001.011] redundant code in t/TEST
23190              From: David Dyck <dcd@tc.fluke.com>
23191              Date: Mon, 1 Oct 2001 12:56:24 -0700
23192              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
23193      Branch: perl
23194            ! t/TEST
23195 ____________________________________________________________________________
23196 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
23197         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
23198              From: "chromatic" <chromatic@rmci.net>
23199              Date: Mon, 01 Oct 2001 12:27:12 -0600
23200              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
23201      Branch: perl
23202            ! lib/Term/Cap.t
23203 ____________________________________________________________________________
23204 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
23205         Log: UNICOS testing patches from Nicholas Clark.
23206      Branch: perl
23207            ! t/op/arith.t t/op/pack.t
23208 ____________________________________________________________________________
23209 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
23210         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
23211              From: "chromatic" <chromatic@rmci.net>
23212              Date: Mon, 01 Oct 2001 10:21:51 -0600
23213              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
23214      Branch: perl
23215            ! lib/open.t
23216 ____________________________________________________________________________
23217 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
23218         Log: Make missing the RADIXCHAR a softer, gentler error.
23219      Branch: perl
23220            ! ext/I18N/Langinfo/Langinfo.t
23221 ____________________________________________________________________________
23222 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
23223         Log: Nuke also the LANG because of glibc.
23224      Branch: perl
23225            ! lib/open.t
23226 ____________________________________________________________________________
23227 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
23228         Log: Also the ^Is is optional.
23229      Branch: perl
23230            ! pod/perlunicode.pod t/op/pat.t
23231 ____________________________________________________________________________
23232 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
23233         Log: Be careful to pull chars from the varargs stack when
23234              formatting chars.
23235      Branch: perl
23236            ! regcomp.c
23237 ____________________________________________________________________________
23238 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
23239         Log: sortsv not in place anymore, noticed by John P. Linderman.
23240      Branch: perl
23241            ! pod/perlapi.pod pp_ctl.c
23242 ____________________________________________________________________________
23243 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
23244         Log: Make the diagnostic messages more neutral.
23245      Branch: perl
23246            ! ext/B/t/terse.t
23247 ____________________________________________________________________________
23248 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
23249         Log: Forgotten from #12288.
23250      Branch: perl
23251            ! ext/Data/Dumper/Dumper.pm
23252 ____________________________________________________________________________
23253 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
23254         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
23255              From: Brian Ingerson <ingy@ttul.org>
23256              Date: Sun, 30 Sep 2001 21:45:56 -0700
23257              Message-ID: <20010930214556.D26392@ttul.org>
23258              
23259              (remember also the #12289)
23260      Branch: perl
23261            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
23262 ____________________________________________________________________________
23263 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
23264         Log: More Unicode property tests for the abbreviated
23265              general properties.
23266      Branch: perl
23267            ! t/op/pat.t
23268 ____________________________________________________________________________
23269 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
23270         Log: Further tweaks to the Unicode properties.
23271      Branch: perl
23272            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
23273 ____________________________________________________________________________
23274 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
23275         Log: Retract #12284.
23276      Branch: perl
23277            ! lib/Term/Cap.t
23278 ____________________________________________________________________________
23279 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
23280         Log: (Retracted by #12285)
23281      Branch: perl
23282            ! lib/Term/Cap.t
23283 ____________________________________________________________________________
23284 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
23285         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
23286              From: "chromatic" <chromatic@rmci.net>  
23287              Date: Sun, 30 Sep 2001 16:10:02 -0600
23288              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
23289      Branch: perl
23290            + lib/Term/Cap.t
23291            ! MANIFEST
23292 ____________________________________________________________________________
23293 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
23294         Log: Use stty -g to restore the terminal state, do not even
23295              try to run the tests if stty -g is not available.
23296      Branch: perl
23297            ! lib/Term/Complete.t
23298 ____________________________________________________________________________
23299 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
23300         Log: Cleanup utf8_heavy; allow dropping the In prefix from
23301              Unicode script/block properties.
23302      Branch: perl
23303            ! lib/utf8_heavy.pl
23304 ____________________________________________________________________________
23305 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
23306         Log: Retract the #12259 for now.
23307      Branch: perl
23308            ! embed.h embed.pl sv.h
23309 ____________________________________________________________________________
23310 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
23311         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
23312      Branch: perl
23313            + lib/Text/TabsWrap/CHANGELOG
23314            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
23315 ____________________________________________________________________________
23316 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
23317         Log: #12272 wasn't right, it introduced an extra ().
23318      Branch: perl
23319            ! lib/utf8_heavy.pl
23320 ____________________________________________________________________________
23321 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
23322         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
23323              From: Jonathan Stowe <gellyfish@gellyfish.com>
23324              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
23325              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
23326      Branch: perl
23327            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
23328 ____________________________________________________________________________
23329 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
23330         Log: Subject: Patch to put qsortsv in the public API
23331              From: Brian Ingerson <ingy@ttul.org>
23332              Date: Sat, 29 Sep 2001 17:41:13 -0700
23333              Message-ID: <20010929174113.A30223@ttul.org>
23334      Branch: perl
23335            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
23336 ____________________________________________________________________________
23337 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
23338         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
23339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23340              Date: Sat, 29 Sep 2001 23:54:48 +0200
23341              Message-ID: <20010929235448.A5017@rafael>
23342      Branch: perl
23343            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
23344 ____________________________________________________________________________
23345 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
23346         Log: FAQ sync.
23347      Branch: perl
23348            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23349            ! pod/perlfaq9.pod
23350 ____________________________________________________________________________
23351 [ 12273] By: bailey                                on 2001/09/29  23:43:46
23352         Log: Resync with mainline
23353      Branch: vmsperl
23354           +> (branch 1207 files)
23355            - (delete 324 files)
23356           !> (integrate 866 files)
23357 ____________________________________________________________________________
23358 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
23359         Log: Nasty recursion trap if one would match Unicode.
23360      Branch: perl
23361            ! lib/utf8_heavy.pl
23362 ____________________________________________________________________________
23363 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
23364         Log: More Unicode todo.
23365      Branch: perl
23366            ! pod/perltodo.pod
23367 ____________________________________________________________________________
23368 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
23369         Log: Explain a bit the new more flexible \p\P syntax.
23370      Branch: perl
23371            ! pod/perlunicode.pod
23372 ____________________________________________________________________________
23373 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
23374         Log: More leniency to the \p and \P: now can have whitespace
23375              between the property definition and the curlies; now can
23376              invert the property by having a caret between the open
23377              curly and the property.
23378      Branch: perl
23379            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
23380 ____________________________________________________________________________
23381 [ 12268] By: nick                                  on 2001/09/29  17:39:26
23382         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
23383              one test (lib/open.t) fails
23384      Branch: perlio
23385           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
23386           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
23387           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
23388           +> lib/Tie/Scalar.t lib/open.t
23389            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
23390            - ext/B/Stash.t
23391           !> (integrate 62 files)
23392 ____________________________________________________________________________
23393 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
23394         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
23395      Branch: perl
23396            ! t/op/chdir.t
23397 ____________________________________________________________________________
23398 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
23399         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
23400              From: "Craig A. Berry" <craigberry@mac.com> 
23401              Date: Sat, 29 Sep 2001 09:35:33 -0500
23402              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
23403      Branch: perl
23404            ! t/op/chdir.t
23405 ____________________________________________________________________________
23406 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
23407         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
23408              From: "chromatic" <chromatic@rmci.net>
23409              Date: Fri, 28 Sep 2001 21:20:12 -0600
23410              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
23411      Branch: perl
23412            + lib/Tie/Scalar.t
23413            ! MANIFEST lib/Tie/Scalar.pm
23414 ____________________________________________________________________________
23415 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
23416         Log: Allow for more flexibility in the \p{In...} names, now
23417              case doesn't matter, and any space or dash can be
23418              matched by any space, dash, underbar, or empty.
23419              (may be going too far on leniency)
23420      Branch: perl
23421            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
23422            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
23423            ! t/op/pat.t
23424 ____________________________________________________________________________
23425 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
23426         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
23427              From: "chromatic" <chromatic@rmci.net>
23428              Date: Fri, 28 Sep 2001 17:39:50 -0600
23429              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
23430      Branch: perl
23431            + lib/open.t
23432            ! MANIFEST
23433 ____________________________________________________________________________
23434 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
23435         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
23436              From: "Craig A. Berry" <craigberry@mac.com>
23437              Date: Fri, 28 Sep 2001 16:24:51 -0500
23438              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
23439      Branch: perl
23440            ! ext/File/Glob/t/basic.t
23441 ____________________________________________________________________________
23442 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
23443         Log: Subject: [DOC PATCH] Carp.pm pod typo
23444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23445              Date: Fri, 28 Sep 2001 23:14:51 +0200
23446              Message-ID: <20010928231451.E16889@rafael>
23447      Branch: perl
23448            ! lib/Carp.pm
23449 ____________________________________________________________________________
23450 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
23451         Log: Subject: [PATCH] Allow an @INC hook to set %INC
23452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23453              Date: Fri, 28 Sep 2001 22:18:13 +0200
23454              Message-ID: <20010928221813.A16889@rafael>
23455      Branch: perl
23456            ! pp_ctl.c
23457 ____________________________________________________________________________
23458 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
23459         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
23460              From: Nicholas Clark <nick@ccl4.org>
23461              Date: Fri, 28 Sep 2001 23:39:33 +0100
23462              Message-ID: <20010928233933.C23673@plum.flirble.org>
23463      Branch: perl
23464            ! embed.h embed.pl sv.h
23465 ____________________________________________________________________________
23466 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
23467         Log: Update Changes.
23468      Branch: perl
23469            ! Changes patchlevel.h
23470 ____________________________________________________________________________
23471 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
23472         Log: Move the B tests to B/t.
23473      Branch: perl
23474            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
23475            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
23476            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
23477            - ext/B/Showlex.t ext/B/Stash.t
23478            ! MANIFEST
23479 ____________________________________________________________________________
23480 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
23481         Log: Forgot from #12254.
23482      Branch: perl
23483            + ext/B/B/Terse.t
23484 ____________________________________________________________________________
23485 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
23486         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
23487              From: "chromatic" <chromatic@rmci.net>
23488              Date: Thu, 27 Sep 2001 23:22:17 -0600
23489              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
23490      Branch: perl
23491            ! MANIFEST
23492 ____________________________________________________________________________
23493 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
23494         Log: Test numbering mismatch.
23495      Branch: perl
23496            ! t/op/chdir.t
23497 ____________________________________________________________________________
23498 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
23499         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
23500              From: "Craig A. Berry" <craigberry@mac.com>
23501              Date: Wed, 26 Sep 2001 17:43:14 -0500
23502              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
23503      Branch: perl
23504            ! iperlsys.h t/op/chdir.t
23505 ____________________________________________________________________________
23506 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
23507         Log: Subject: [PATCH gv.c] make __ANON__ global
23508              From: Robin Barker <rmb1@cise.npl.co.uk>
23509              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
23510              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
23511      Branch: perl
23512            ! gv.c t/op/anonsub.t t/op/runlevel.t
23513 ____________________________________________________________________________
23514 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
23515         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
23516              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23517              Date: Thu, 27 Sep 2001 22:34:32 +0200
23518              Message-ID: <20010927223432.A1485@rafael>
23519      Branch: perl
23520            ! ext/B/B/Terse.pm
23521 ____________________________________________________________________________
23522 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
23523         Log: (retracted by #12338)
23524              
23525              Subject: [PATCH] Cleanup of perldsc.pod      
23526              From: Casey West <casey@geeknest.com>
23527              Date: Thu, 27 Sep 2001 11:13:17 -0400
23528              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
23529      Branch: perl
23530            ! pod/perldsc.pod
23531 ____________________________________________________________________________
23532 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
23533         Log: Not everyone is using ithreads...
23534      Branch: perl
23535            ! ext/Devel/Peek/Peek.t
23536 ____________________________________________________________________________
23537 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
23538         Log: Document the nss_delete core dump workaround for HP-UX
23539              and Solaris, bug IDs 20010805.018 and 20010629.004.
23540      Branch: perl
23541            ! README.hpux README.solaris
23542 ____________________________________________________________________________
23543 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
23544         Log: Dump Unicode hash keys also as Unicode,
23545              not just as a byte string.
23546      Branch: perl
23547            ! dump.c ext/Devel/Peek/Peek.t
23548 ____________________________________________________________________________
23549 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
23550         Log: Integrate changes #12241 and #12242 from macperl:
23551              
23552              Remove unneeded disabling of umask() calls
23553              
23554              Note (get|set)sockopt are available.
23555      Branch: perl
23556           !> lib/File/Temp.pm pod/perlport.pod
23557 ____________________________________________________________________________
23558 [ 12244] By: sky                                   on 2001/09/27  08:53:00
23559         Log: Flush buffers on thread closedown.
23560      Branch: perl
23561            ! ext/threads/threads.xs
23562 ____________________________________________________________________________
23563 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
23564         Log: Dump SvUTF8(sv)s also as \x{...}.
23565              
23566              TODO: dump the SvUTF8() hash keys similarly. 
23567      Branch: perl
23568            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
23569 ____________________________________________________________________________
23570 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
23571         Log: Note (get|set)sockopt are available.
23572      Branch: maint-5.6/macperl
23573            ! pod/perlport.pod
23574 ____________________________________________________________________________
23575 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
23576         Log: Remove unneeded disabling of umask() calls
23577      Branch: maint-5.6/macperl
23578            ! lib/File/Temp.pm
23579 ____________________________________________________________________________
23580 [ 12240] By: sky                                   on 2001/09/26  18:44:56
23581         Log: Documention update
23582      Branch: perl
23583            ! ext/threads/threads.pm
23584 ____________________________________________________________________________
23585 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
23586         Log: Update Changes.
23587      Branch: perl
23588            ! Changes patchlevel.h
23589 ____________________________________________________________________________
23590 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
23591         Log: Check that all environment variables are tainted.
23592      Branch: perl
23593            ! t/op/taint.t
23594 ____________________________________________________________________________
23595 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
23596         Log: Manual integration error in #12235.
23597      Branch: perl
23598            ! lib/File/DosGlob.t
23599 ____________________________________________________________________________
23600 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
23601         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
23602              From: "chromatic" <chromatic@rmci.net>
23603              Date: Tue, 25 Sep 2001 23:57:07 -0600
23604              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
23605      Branch: perl
23606            ! perlio.c
23607 ____________________________________________________________________________
23608 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
23609         Log: Integrate macperl changes from Chris Nandor:
23610              12192 11817 11815 11813 11778 11775
23611              
23612              Update CPAN.pm to work with new Mac::BuildTools instead
23613              of ExtUtils::MM_MacOS "orphan" functions
23614              
23615              Fix test
23616              
23617              Make syntax check report in MPW style, fix tests
23618              to use Mac::err=unix to get normal-style error
23619              messages.
23620              
23621              More module and test ports from Thomas Wegner et al
23622              
23623              Fix open of /dev/null for Mac OS
23624              
23625              Allow for platforms to override formatting of errors
23626              on output from Matthias Neeracher (core files)
23627      Branch: perl
23628            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
23629            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
23630            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
23631           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
23632           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
23633           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
23634 ____________________________________________________________________________
23635 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
23636         Log: grrr.
23637      Branch: perl
23638            ! t/op/gv.t
23639 ____________________________________________________________________________
23640 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
23641         Log: Retract #12232.
23642      Branch: perl
23643            ! t/op/gv.t
23644 ____________________________________________________________________________
23645 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
23646         Log: (Retracted by #12233.)
23647      Branch: perl
23648            ! t/op/gv.t
23649 ____________________________________________________________________________
23650 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
23651         Log: Detypo.
23652      Branch: perl
23653            ! ext/Encode/Makefile.PL
23654 ____________________________________________________________________________
23655 [ 12230] By: sky                                   on 2001/09/26  11:36:23
23656         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
23657              We are using a "delay" here because we do not want to depend on thread synchronization issues.
23658      Branch: perl
23659            + ext/threads/t/stress_cv.t
23660            ! MANIFEST ext/threads/t/stress_string.t
23661 ____________________________________________________________________________
23662 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
23663         Log: NetWare tweak from Ananth Kesari.
23664      Branch: perl
23665            ! NetWare/t/Readme.txt
23666 ____________________________________________________________________________
23667 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
23668         Log: Trick to fool case-blind filesystems.
23669      Branch: perl
23670            ! ext/Encode/Makefile.PL
23671 ____________________________________________________________________________
23672 [ 12227] By: sky                                   on 2001/09/26  11:06:50
23673         Log: Threads can start executing in a different order than they were
23674              created.... so we cannot ok() inside the threadstarter.
23675      Branch: perl
23676            ! ext/threads/t/stress_string.t
23677 ____________________________________________________________________________
23678 [ 12226] By: sky                                   on 2001/09/26  07:41:45
23679         Log: Add in stress_string.t to stress test threads a bit more.
23680      Branch: perl
23681            + ext/threads/t/stress_string.t
23682            ! MANIFEST
23683 ____________________________________________________________________________
23684 [ 12225] By: sky                                   on 2001/09/26  07:04:21
23685         Log: Fix negative refcount introduced by #12223.
23686      Branch: perl
23687            ! ext/threads/threads.xs
23688 ____________________________________________________________________________
23689 [ 12224] By: sky                                   on 2001/09/26  06:57:58
23690         Log: Update documentation to match change #12223
23691      Branch: perl
23692            ! sharedsv.c
23693 ____________________________________________________________________________
23694 [ 12223] By: sky                                   on 2001/09/26  06:54:32
23695         Log: Use a separate interpreter for the sharedsv space. Another
23696              negative sv leak. Sigh.
23697      Branch: perl
23698            ! sharedsv.c
23699 ____________________________________________________________________________
23700 [ 12222] By: sky                                   on 2001/09/26  05:58:35
23701         Log: Do the environ assignment in perl_contruct to match perl_destruct.
23702              Now we don't need to perl_parse/perl_run. However environ is a
23703              global....
23704      Branch: perl
23705            ! perl.c
23706 ____________________________________________________________________________
23707 [ 12221] By: sky                                   on 2001/09/26  05:41:02
23708         Log: Move the creation of PL_strtab to perl_construct so we can work
23709              with HV and HEs without running perl_parse.
23710      Branch: perl
23711            ! perl.c
23712 ____________________________________________________________________________
23713 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
23714         Log: integrate macperl changes into maint-5.6
23715      Branch: maint-5.6/perl
23716           !> (integrate 26 files)
23717 ____________________________________________________________________________
23718 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
23719         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
23720              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
23721      Branch: maint-5.6/macperl
23722            ! macos/ext/Mac/Fonts/Fonts.xs
23723            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23724 ____________________________________________________________________________
23725 [ 12218] By: ams                                   on 2001/09/25  23:31:33
23726         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
23727              From: Nicholas Clark <nick@ccl4.org>
23728              Date: Wed, 26 Sep 2001 01:20:20 +0100
23729              Message-Id: <20010926012020.B48092@plum.flirble.org>
23730      Branch: perl
23731            ! lib/AutoSplit.t
23732 ____________________________________________________________________________
23733 [ 12217] By: ams                                   on 2001/09/25  22:33:05
23734         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
23735              From: "Craig A. Berry" <craigberry@mac.com>
23736              Date: Tue, 25 Sep 2001 18:08:42 -0500
23737              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
23738      Branch: perl
23739            ! vms/vms.c
23740 ____________________________________________________________________________
23741 [ 12216] By: ams                                   on 2001/09/25  21:41:01
23742         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
23743              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
23744              From: Michael G Schwern <schwern@pobox.com>
23745              Date: Wed, 26 Sep 2001 00:38:21 -0400
23746              Message-Id: <20010926003821.A627@blackrider>
23747      Branch: perl
23748            ! lib/AutoSplit.t
23749 ____________________________________________________________________________
23750 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
23751         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
23752              From: Michael G Schwern <schwern@pobox.com>
23753              Date: Tue, 25 Sep 2001 17:43:49 -0400
23754              Message-ID: <20010925174349.B19534@blackrider>
23755      Branch: perl
23756            ! lib/Test/Simple.pm lib/Test/Utils.pm
23757 ____________________________________________________________________________
23758 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
23759         Log: Integrate changes from bleadperl.
23760      Branch: maint-5.6/macperl
23761           !> pod/perlport.pod
23762 ____________________________________________________________________________
23763 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
23764         Log: skip($mess) should result in one skip.
23765      Branch: perl
23766            ! t/test.pl
23767 ____________________________________________________________________________
23768 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
23769         Log: Integrate change #12200 from maintperl.
23770      Branch: maint-5.6/macperl
23771           !> win32/perlhost.h
23772 ____________________________________________________________________________
23773 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
23774         Log: Fix file types to "apple"
23775      Branch: maint-5.6/macperl
23776            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
23777            ! macos/ext/Mac/SAT/t/Collision.rsrc
23778 ____________________________________________________________________________
23779 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
23780         Log: Fix rsrc file as snd file; fix path in t file.
23781      Branch: maint-5.6/macperl
23782            ! macos/ext/Mac/Notification/t/Notification.rsrc
23783            ! macos/ext/Mac/Notification/t/Notification.t
23784 ____________________________________________________________________________
23785 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
23786         Log: Sync up with File::Find from bleadperl.
23787      Branch: maint-5.6/macperl
23788            ! lib/File/Find.pm t/lib/filefind-taint.t
23789 ____________________________________________________________________________
23790 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
23791         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
23792              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
23793              of hundreds)
23794      Branch: maint-5.6/macperl
23795            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
23796            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
23797            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
23798 ____________________________________________________________________________
23799 [ 12207] By: nick                                  on 2001/09/25  19:04:36
23800         Log: Integrate mainline (untested while modem is up)
23801      Branch: perlio
23802           +> lib/AutoSplit.t t/test.pl
23803            - lib/warnings/register.t
23804           !> (integrate 28 files)
23805 ____________________________________________________________________________
23806 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
23807         Log: perldiag entry for #12205.
23808      Branch: perl
23809            ! pod/perldiag.pod
23810 ____________________________________________________________________________
23811 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
23812         Log: Subject: [PATCH] warning on v-string in use/require
23813              From: John Peacock <jpeacock@rowman.com>
23814              Date: Mon, 24 Sep 2001 17:29:03 -0400
23815              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
23816      Branch: perl
23817            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
23818 ____________________________________________________________________________
23819 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
23820         Log: perltooc et al updates.
23821      Branch: perl
23822            ! plan9/mkfile pod/roffitall
23823 ____________________________________________________________________________
23824 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
23825         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
23826              From: Michael G Schwern <schwern@pobox.com>
23827              Date: Sun, 23 Sep 2001 00:07:12 -0400
23828              Message-ID: <20010923000712.A7005@blackrider>
23829      Branch: perl
23830            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
23831 ____________________________________________________________________________
23832 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
23833         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
23834              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23835              Date: Wed, 26 Sep 2001 01:25:10 +0900
23836              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
23837      Branch: perl
23838            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
23839            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
23840            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
23841 ____________________________________________________________________________
23842 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
23843         Log: Integrate change #12200 from maintperl;
23844              on windows, virtualized environment could propagate deleted variables
23845              into children if they happen to be at the very end of the table
23846      Branch: perl
23847           !> win32/perlhost.h
23848 ____________________________________________________________________________
23849 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
23850         Log: on windows, virtualized environment could propagate deleted variables
23851              into children if they happen to be at the very end of the table
23852              (thanks for succinct test case from Johan Holmberg, and fix from
23853              Doug Lankshear)
23854      Branch: maint-5.6/perl
23855            ! win32/perlhost.h
23856 ____________________________________________________________________________
23857 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
23858         Log: avoid the use of ftime() (it does a useless, potentially
23859              expensive call to GetTimeZoneInformation()); this potentially
23860              also results in three more digits of precision from
23861              Time::HiRes::time()
23862      Branch: perl
23863            ! ext/Time/HiRes/HiRes.xs
23864 ____________________________________________________________________________
23865 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
23866         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
23867              
23868              Note: io/binmode is failing, have to figure out why.
23869      Branch: perl
23870            + t/test.pl
23871            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
23872            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
23873            ! t/run/exit.t
23874 ____________________________________________________________________________
23875 [ 12197] By: ams                                   on 2001/09/25  13:48:55
23876         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
23877              From: Nicholas Clark <nick@ccl4.org>
23878              Date: Tue, 25 Sep 2001 00:37:40 +0100
23879              Message-Id: <20010925003740.S4971@plum.flirble.org>
23880              (Further changes expected.)
23881      Branch: perl
23882            + lib/AutoSplit.t
23883            ! MANIFEST
23884 ____________________________________________________________________________
23885 [ 12196] By: sky                                   on 2001/09/25  13:37:12
23886         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
23887              _ftime to try and be more robust.
23888      Branch: perl
23889            ! ext/Time/HiRes/HiRes.xs
23890 ____________________________________________________________________________
23891 [ 12194] By: ams                                   on 2001/09/25  11:40:00
23892         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
23893              From: "Craig A. Berry" <craigberry@mac.com>
23894              Date: Mon, 24 Sep 2001 17:54:20 -0500
23895              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
23896      Branch: perl
23897            ! vms/descrip_mms.template
23898 ____________________________________________________________________________
23899 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
23900         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
23901              not working, cursor not spinning (Bug #422129); external
23902              editor problems (Bug #456329); escape/cmd-. not activating
23903              "Cancel" in Save dialog box (Bug #446960); Runtimes not
23904              executing on launch (Bug #464441).
23905      Branch: maint-5.6/macperl
23906            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
23907            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
23908            ! macos/macperl/MacPerl.r
23909 ____________________________________________________________________________
23910 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
23911         Log: Update CPAN.pm to work with new Mac::BuildTools instead
23912              of ExtUtils::MM_MacOS "orphan" functions
23913      Branch: maint-5.6/macperl
23914            ! lib/CPAN.pm
23915 ____________________________________________________________________________
23916 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
23917         Log: Fix up another xsubpp problem (Matthias Neeracher)
23918      Branch: maint-5.6/macperl
23919            ! macos/xsubpp
23920 ____________________________________________________________________________
23921 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
23922         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
23923      Branch: maint-5.6/macperl
23924            ! macos/lib/ExtUtils/MM_MacOS.pm
23925 ____________________________________________________________________________
23926 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
23927         Log: Fix up Makefiles for more Mac:: modules (and prepare for
23928              static build ...?)
23929      Branch: maint-5.6/macperl
23930            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
23931            ! macos/macperl/Makefile.mk
23932 ____________________________________________________________________________
23933 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
23934         Log: Fix up tests
23935      Branch: maint-5.6/macperl
23936            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
23937 ____________________________________________________________________________
23938 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
23939         Log: Make malloc smarter, fix bugs.  (Bug #404030)
23940      Branch: maint-5.6/macperl
23941            ! macos/icemalloc.c macos/icemalloc.h
23942 ____________________________________________________________________________
23943 [ 12186] By: nick                                  on 2001/09/24  19:18:17
23944         Log: Integrate mainline
23945      Branch: perlio
23946           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
23947           +> lib/filetest.t
23948           !> (integrate 30 files)
23949 ____________________________________________________________________________
23950 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
23951         Log: Retract #12136, the warnings::register is already
23952              tested by t/lib/warnings/9enabled, as pointed out
23953              by Paul Marquess.
23954      Branch: perl
23955            - lib/warnings/register.t
23956            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
23957 ____________________________________________________________________________
23958 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
23959         Log: fix Time::HiRes implementation of gettimeofday() on windows
23960              (HiRes.t#14 now passes)
23961      Branch: perl
23962            ! ext/Time/HiRes/HiRes.xs
23963 ____________________________________________________________________________
23964 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
23965         Log: File::Spec::catfile() canonifies everything to blackslashes on
23966              windows :-(
23967      Branch: perl
23968            ! lib/ExtUtils/Manifest.t
23969 ____________________________________________________________________________
23970 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
23971         Log: test number mismatch
23972      Branch: perl
23973            ! t/op/magic.t
23974 ____________________________________________________________________________
23975 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
23976         Log: ok().
23977      Branch: perl
23978            ! t/op/pack.t
23979 ____________________________________________________________________________
23980 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
23981         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
23982              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23983      Branch: perl
23984            ! pp_pack.c t/op/pack.t
23985 ____________________________________________________________________________
23986 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
23987         Log: Update Changes.
23988      Branch: perl
23989            ! Changes patchlevel.h
23990 ____________________________________________________________________________
23991 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
23992         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
23993              From: Michael G Schwern <schwern@pobox.com>
23994              Date: Mon, 24 Sep 2001 11:12:13 -0400
23995              Message-ID: <20010924111213.G27885@blackrider>
23996      Branch: perl
23997            ! lib/ExtUtils/Manifest.pm
23998 ____________________________________________________________________________
23999 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
24000         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
24001              From: Michael G Schwern <schwern@pobox.com> 
24002              Date: Mon, 24 Sep 2001 11:02:07 -0400
24003              Message-ID: <20010924110207.E27885@blackrider>
24004      Branch: perl
24005            ! vms/test.com
24006 ____________________________________________________________________________
24007 [ 12176] By: ams                                   on 2001/09/24  14:01:59
24008         Log: Update Changes.
24009      Branch: perl
24010            ! Changes
24011 ____________________________________________________________________________
24012 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
24013         Log: Various cleanups.
24014      Branch: perl
24015            ! ext/threads/Makefile.PL ext/threads/threads.xs
24016 ____________________________________________________________________________
24017 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
24018         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
24019      Branch: maint-5.6/macperl
24020           !> (integrate 33 files)
24021 ____________________________________________________________________________
24022 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
24023         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
24024              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24025              Date: Mon, 24 Sep 2001 20:04:58 +0900
24026              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
24027      Branch: perl
24028            ! ext/Encode/Encode/gb2312.enc
24029 ____________________________________________________________________________
24030 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
24031         Log: Clarifying comment to #12164.
24032      Branch: perl
24033            ! lib/Cwd.pm
24034 ____________________________________________________________________________
24035 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
24036         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
24037              From: Nicholas Clark <nick@ccl4.org>
24038              Date: Sun, 23 Sep 2001 23:00:56 +0100
24039              Message-ID: <20010923230055.Y4971@plum.flirble.org>
24040              
24041              (with "sample_constants" changed to "fallback")
24042      Branch: perl
24043            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
24044            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
24045            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
24046            ! lib/h2xs.t utils/h2xs.PL
24047 ____________________________________________________________________________
24048 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
24049         Log: Metaconfig unit change for #12167.
24050      Branch: metaconfig
24051            ! U/modified/Cppsym.U
24052 ____________________________________________________________________________
24053 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
24054         Log: Add a few glibc cpp symbols to probe for.
24055      Branch: perl
24056            ! Configure
24057 ____________________________________________________________________________
24058 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
24059         Log: DJGPP tweaks for Laszlo Molnar.
24060      Branch: perl
24061            ! djgpp/djgppsed.sh dosish.h
24062 ____________________________________________________________________________
24063 [ 12165] By: ams                                   on 2001/09/24  10:07:08
24064         Log: Subject: [PATCH t/op/inccode.t] More tests
24065              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24066              Date: 24 Sep 2001 10:01:44 -0000
24067              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
24068      Branch: perl
24069            ! t/op/inccode.t
24070 ____________________________________________________________________________
24071 [ 12164] By: ams                                   on 2001/09/24  09:43:29
24072         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
24073              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
24074              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
24075              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
24076      Branch: perl
24077            ! lib/Cwd.pm
24078 ____________________________________________________________________________
24079 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
24080         Log: 1_compile updates.
24081      Branch: perl
24082            ! t/lib/1_compile.t
24083 ____________________________________________________________________________
24084 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
24085         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
24086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24087              Date: Wed, 19 Sep 2001 22:47:14 +0200
24088              Message-ID: <20010919224714.A6382@rafael>
24089      Branch: perl
24090            ! pod/perlvar.pod pp_ctl.c
24091 ____________________________________________________________________________
24092 [ 12161] By: ams                                   on 2001/09/23  17:40:02
24093         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
24094              filetest Pragma
24095              From: "chromatic" <chromatic@rmci.net>
24096              Date: Sun, 23 Sep 2001 12:07:25 -0600
24097              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
24098      Branch: perl
24099            + lib/filetest.t
24100            ! MANIFEST t/lib/1_compile.t
24101 ____________________________________________________________________________
24102 [ 12160] By: ams                                   on 2001/09/23  16:32:11
24103         Log: Additional minor chdir() tweak.
24104      Branch: perl
24105            ! pod/perlfunc.pod
24106 ____________________________________________________________________________
24107 [ 12159] By: ams                                   on 2001/09/23  16:25:01
24108         Log: Subject: PATCH lib/ExtUtils/Command.t
24109              From: Abe Timmerman <abe@ztreet.demon.nl>
24110              Date: Sun, 23 Sep 2001 19:11:44 +0200
24111              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
24112      Branch: perl
24113            ! lib/ExtUtils/Command.t
24114 ____________________________________________________________________________
24115 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
24116         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
24117              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24118              Date: Sun, 23 Sep 2001 02:02:26 +0200
24119              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
24120      Branch: perl
24121            ! makedef.pl
24122 ____________________________________________________________________________
24123 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
24124         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
24125              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
24126              Date: Sat, 22 Sep 2001 12:54:39 -0500
24127              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
24128      Branch: perl
24129            ! t/op/study.t
24130 ____________________________________________________________________________
24131 [ 12156] By: nick                                  on 2001/09/23  07:48:44
24132         Log: Integrate mainline
24133      Branch: perlio
24134            - check83.pl
24135           !> ext/Encode/Encode/2022-cn.enc
24136 ____________________________________________________________________________
24137 [ 12155] By: nick                                  on 2001/09/23  07:48:01
24138         Log: Integrate mainline
24139      Branch: perlio
24140           +> (branch 64 files)
24141            - ext/Encode/Encode/cns11643-1.enc
24142            - ext/Encode/Encode/cns11643-2.enc
24143            - ext/Encode/Encode/iso2022-cn.enc
24144            - ext/Encode/Encode/iso2022-jp.enc
24145            - ext/Encode/Encode/iso2022-jp1.enc
24146            - ext/Encode/Encode/iso2022-jp2.enc
24147            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
24148            - ext/Encode/Encode/iso8859-1.enc
24149            - ext/Encode/Encode/iso8859-1.ucm
24150            - ext/Encode/Encode/iso8859-10.enc
24151            - ext/Encode/Encode/iso8859-10.ucm
24152            - ext/Encode/Encode/iso8859-13.enc
24153            - ext/Encode/Encode/iso8859-13.ucm
24154            - ext/Encode/Encode/iso8859-14.enc
24155            - ext/Encode/Encode/iso8859-14.ucm
24156            - ext/Encode/Encode/iso8859-15.enc
24157            - ext/Encode/Encode/iso8859-15.ucm
24158            - ext/Encode/Encode/iso8859-16.enc
24159            - ext/Encode/Encode/iso8859-16.ucm
24160            - ext/Encode/Encode/iso8859-2.enc
24161            - ext/Encode/Encode/iso8859-2.ucm
24162            - ext/Encode/Encode/iso8859-3.enc
24163            - ext/Encode/Encode/iso8859-3.ucm
24164            - ext/Encode/Encode/iso8859-4.enc
24165            - ext/Encode/Encode/iso8859-4.ucm
24166            - ext/Encode/Encode/iso8859-5.enc
24167            - ext/Encode/Encode/iso8859-5.ucm
24168            - ext/Encode/Encode/iso8859-6.enc
24169            - ext/Encode/Encode/iso8859-6.ucm
24170            - ext/Encode/Encode/iso8859-7.enc
24171            - ext/Encode/Encode/iso8859-7.ucm
24172            - ext/Encode/Encode/iso8859-8.enc
24173            - ext/Encode/Encode/iso8859-8.ucm
24174            - ext/Encode/Encode/iso8859-9.enc
24175            - ext/Encode/Encode/iso8859-9.ucm
24176            - ext/Encode/Encode/isoir-197.enc
24177            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
24178            - t/lib/sample-tests/header_at_end
24179            - t/lib/sample-tests/header_at_end_fail
24180           !> (integrate 174 files)
24181 ____________________________________________________________________________
24182 [ 12154] By: ams                                   on 2001/09/23  07:11:46
24183         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
24184              by Blair Zajac.
24185      Branch: perl
24186            ! pod/perlfunc.pod
24187 ____________________________________________________________________________
24188 [ 12153] By: ams                                   on 2001/09/23  06:56:32
24189         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
24190              Forgotten deprecation of *glob{FILEHANDLE}?
24191              From: "chromatic" <chromatic@rmci.net>
24192              Date: Sat, 22 Sep 2001 21:27:56 -0600
24193              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
24194      Branch: perl
24195            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
24196 ____________________________________________________________________________
24197 [ 12152] By: ams                                   on 2001/09/23  06:42:58
24198         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
24199              From: Michael G Schwern <schwern@pobox.com>
24200              Date: Sun, 23 Sep 2001 03:34:39 -0400
24201              Message-Id: <20010923033439.E7005@blackrider>
24202      Branch: perl
24203            ! lib/File/Find.pm
24204 ____________________________________________________________________________
24205 [ 12151] By: ams                                   on 2001/09/23  06:37:57
24206         Log: Subject: Re: t/op/magic.t missing tests on Win32
24207              From: Michael G Schwern <schwern@pobox.com>
24208              Date: Sat, 22 Sep 2001 20:29:09 -0400
24209              Message-Id: <20010922202909.I18223@blackrider>
24210      Branch: perl
24211            ! t/op/magic.t
24212 ____________________________________________________________________________
24213 [ 12150] By: ams                                   on 2001/09/23  06:36:26
24214         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
24215              Dumpvalue.pm
24216              From: "chromatic" <chromatic@rmci.net>
24217              Date: Sat, 22 Sep 2001 19:41:31 -0600
24218              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
24219      Branch: perl
24220            + lib/Dumpvalue.t
24221            ! MANIFEST lib/Dumpvalue.pm
24222 ____________________________________________________________________________
24223 [ 12149] By: ams                                   on 2001/09/23  06:25:35
24224         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
24225              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24226              Date: Sun, 23 Sep 2001 15:27:56 +0900
24227              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
24228      Branch: perl
24229            ! ext/Encode/Encode/2022-cn.enc
24230 ____________________________________________________________________________
24231 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
24232         Log: Manual eror in #12147.
24233      Branch: perl
24234            ! win32/win32.c
24235 ____________________________________________________________________________
24236 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
24237         Log: Integrate change #12146 from maintperl;
24238              win32_chdir() et al don't handle a NULL argument gracefully
24239      Branch: perl
24240           !> win32/perlhost.h win32/win32.c
24241 ____________________________________________________________________________
24242 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
24243         Log: win32_chdir() et al don't handle a NULL argument gracefully
24244      Branch: maint-5.6/perl
24245            ! win32/perlhost.h win32/win32.c
24246 ____________________________________________________________________________
24247 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
24248         Log: typo in change#12026
24249      Branch: maint-5.6/perl
24250            ! op.c
24251 ____________________________________________________________________________
24252 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
24253         Log: Subject: [PATCH] Re: scalar context unpack bugs
24254              From: Nicholas Clark <nick@ccl4.org>
24255              Date: Sat, 22 Sep 2001 23:07:56 +0100
24256              Message-ID: <20010922230755.O4971@plum.flirble.org>
24257      Branch: perl
24258            ! pp_pack.c t/op/pack.t
24259 ____________________________________________________________________________
24260 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
24261         Log: Try ExtUtils::Command.t everywhere, not just on Win32
24262              (as suggested by NI-S).  Also allow running it either
24263              in t/ or in the main directory.
24264      Branch: perl
24265            ! lib/ExtUtils/Command.t
24266 ____________________________________________________________________________
24267 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
24268         Log: Update the test on warnings/register.t.
24269      Branch: perl
24270            ! t/lib/1_compile.t
24271 ____________________________________________________________________________
24272 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
24273         Log: The code is now almost tidy enough to keep the IRIX cc happy.
24274      Branch: perl
24275            ! hints/irix_6.sh
24276 ____________________________________________________________________________
24277 [ 12140] By: ams                                   on 2001/09/22  17:26:32
24278         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
24279              use_ithreads
24280              From: "Craig A. Berry" <craigberry@mac.com>
24281              Date: Sat, 22 Sep 2001 13:15:32 -0500
24282              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
24283      Branch: perl
24284            ! configure.com
24285 ____________________________________________________________________________
24286 [ 12139] By: ams                                   on 2001/09/22  16:44:08
24287         Log: Do what perl_clone() does for sharedsv functions.
24288      Branch: perl
24289            ! embed.pl proto.h
24290 ____________________________________________________________________________
24291 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
24292         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
24293              (suggested by Sarathy, extensions shouldn't be dabbling with
24294              op structures, so binary backward compatibility should not be
24295              an issue.)
24296      Branch: perl
24297            ! hints/irix_6.sh op.h
24298 ____________________________________________________________________________
24299 [ 12137] By: ams                                   on 2001/09/22  16:21:05
24300         Log: More cleanups. (What's PERL_DECL_PROT?)
24301      Branch: perl
24302            ! embed.pl proto.h sharedsv.h
24303 ____________________________________________________________________________
24304 [ 12136] By: ams                                   on 2001/09/22  15:14:34
24305         Log: (Retracted by #12185)
24306              
24307              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
24308              Add Tests for warnings::register, Doc Update
24309              From: "chromatic" <chromatic@rmci.net>
24310              Date: Sat, 22 Sep 2001 09:43:20 -0600
24311              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
24312      Branch: perl
24313            + lib/warnings/register.t
24314            ! MANIFEST lib/warnings/register.pm
24315 ____________________________________________________________________________
24316 [ 12135] By: ams                                   on 2001/09/22  15:07:50
24317         Log: `@foo' should be @foo for consistency.
24318      Branch: perl
24319            ! pod/perldiag.pod
24320 ____________________________________________________________________________
24321 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
24322         Log: (Retracted by #12138)
24323              
24324              Add -woff (turn warning off) 3187:
24325              "A pointer is converted to a smaller integer."
24326              This happens when your pointers are 64-bit: then every case
24327              of converting pointers to PADOFFSETs (explicitly 32-bit)
24328              faces truncation (even explicit use of INT2PTR doesn't help).
24329              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
24330              Changing PADOFFSET from U32 to UV would help, but that
24331              would break binary backward compatibility of BASEOP and padop
24332              (assuming you have been using 64-bit pointers).
24333      Branch: perl
24334            ! hints/irix_6.sh
24335 ____________________________________________________________________________
24336 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
24337         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
24338              but the name comes from the inside the file, not from the file
24339              name, and Rumanian is the name of the language.
24340      Branch: perl
24341            + ext/Encode/Encode/macRumanian.enc
24342            - ext/Encode/Encode/macRomania.enc
24343            ! MANIFEST
24344 ____________________________________________________________________________
24345 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
24346         Log: Rename perltootc as perltooc for 8.3-friedliness.
24347      Branch: perl
24348            + pod/perltooc.pod
24349            - pod/perltootc.pod
24350            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
24351            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
24352            ! pod/perltoot.pod
24353 ____________________________________________________________________________
24354 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
24355         Log: Find more conflicts by lowercasing.
24356      Branch: perl
24357            + Porting/check83.pl
24358            - check83.pl
24359            ! MANIFEST
24360 ____________________________________________________________________________
24361 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
24362         Log: The AIX cc 5.0.0.0 is simply too buggy.
24363      Branch: perl
24364            ! hints/aix.sh
24365 ____________________________________________________________________________
24366 [ 12129] By: ams                                   on 2001/09/22  12:35:38
24367         Log: Uninteresting cleanup.
24368      Branch: perl
24369            ! form.h
24370 ____________________________________________________________________________
24371 [ 12128] By: ams                                   on 2001/09/22  12:28:48
24372         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
24373              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24374              Date: Sat, 22 Sep 2001 14:29:13 +0100
24375              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
24376      Branch: perl
24377            ! cv.h
24378 ____________________________________________________________________________
24379 [ 12127] By: ams                                   on 2001/09/22  12:04:28
24380         Log: What's a backet?
24381      Branch: perl
24382            ! dump.c
24383 ____________________________________________________________________________
24384 [ 12126] By: ams                                   on 2001/09/22  10:02:34
24385         Log: Removed duplicated tests #19 and #20.
24386      Branch: perl
24387            ! t/op/do.t
24388 ____________________________________________________________________________
24389 [ 12125] By: ams                                   on 2001/09/22  03:58:41
24390         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
24391              From: Michael Carman <mjcarman@home.com>
24392              Date: Fri, 21 Sep 2001 17:54:05 -0500
24393              Message-Id: <3BABC50D.6040202@home.com>
24394              (Applied with some changes.)
24395      Branch: perl
24396            ! pod/perlmod.pod
24397 ____________________________________________________________________________
24398 [ 12124] By: ams                                   on 2001/09/22  03:44:19
24399         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
24400              From: Michael G Schwern <schwern@pobox.com>
24401              Date: Fri, 21 Sep 2001 19:20:40 -0400
24402              Message-Id: <20010921192040.E5494@blackrider>
24403      Branch: perl
24404            ! t/op/chdir.t
24405 ____________________________________________________________________________
24406 [ 12123] By: ams                                   on 2001/09/22  03:41:08
24407         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
24408              From: Blair Zajac <blair@orcaware.com>
24409              Date: Fri, 21 Sep 2001 15:13:04 -0700
24410              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
24411      Branch: perl
24412            ! t/op/chdir.t
24413 ____________________________________________________________________________
24414 [ 12122] By: ams                                   on 2001/09/22  03:37:07
24415         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
24416              20010920.007
24417              From: Michael G Schwern <schwern@pobox.com>
24418              Date: Fri, 21 Sep 2001 17:59:03 -0400
24419              Message-Id: <20010921175903.V5494@blackrider>
24420      Branch: perl
24421            ! t/op/do.t
24422 ____________________________________________________________________________
24423 [ 12121] By: ams                                   on 2001/09/22  03:30:38
24424         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
24425              suite on WinCE)
24426              From: Michael G Schwern <schwern@pobox.com>
24427              Date: Fri, 21 Sep 2001 19:41:03 -0400
24428              Message-Id: <20010921194103.G5494@blackrider>
24429      Branch: perl
24430            ! pod/perlport.pod
24431 ____________________________________________________________________________
24432 [ 12120] By: ams                                   on 2001/09/22  03:28:06
24433         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
24434              From: Michael G Schwern <schwern@pobox.com>
24435              Date: Fri, 21 Sep 2001 17:33:35 -0400
24436              Message-Id: <20010921173335.T5494@blackrider>
24437              ($ENV{FOO}=undef hunk not applied.)
24438      Branch: perl
24439            ! t/op/magic.t
24440 ____________________________________________________________________________
24441 [ 12119] By: ams                                   on 2001/09/22  03:02:26
24442         Log: Subject: [PATCH] perldiag.pod
24443              From: Peter Scott <Peter@PSDT.com>
24444              Date: Fri, 21 Sep 2001 18:54:50 -0700
24445              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
24446              (Moved to the right place.)
24447      Branch: perl
24448            ! pod/perldiag.pod
24449 ____________________________________________________________________________
24450 [ 12118] By: ams                                   on 2001/09/21  20:05:29
24451         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
24452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24453              Date: Fri, 21 Sep 2001 22:36:54 +0200
24454              Message-Id: <20010921223654.A12742@rafael>
24455      Branch: perl
24456            ! t/op/do.t
24457 ____________________________________________________________________________
24458 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
24459         Log: Restore things as they were before
24460              the backward compatibility police notices.
24461      Branch: perl
24462            ! lib/Cwd.pm
24463 ____________________________________________________________________________
24464 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
24465         Log: More Cwd from Schwern: make also OS/2 and DOS
24466              Cwd agree with File::Spec (that is, native path
24467              syntax using \ instead of / -- backward compatibility
24468              polic warning) and stop Win32 from using bsd_realpath().
24469      Branch: perl
24470            ! lib/Cwd.pm
24471 ____________________________________________________________________________
24472 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
24473         Log: Subject: [PATCH @12110] RE: Untested libraries update
24474              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24475              Date: Fri, 21 Sep 2001 18:21:07 +0100
24476              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
24477      Branch: perl
24478            ! lib/warnings/register.pm
24479 ____________________________________________________________________________
24480 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
24481         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
24482              From: Michael G Schwern <schwern@pobox.com>
24483              Date: Thu, 20 Sep 2001 22:54:02 -0400
24484              Message-ID: <20010920225402.A3611@blackrider>
24485      Branch: perl
24486            ! lib/Cwd.pm
24487 ____________________________________________________________________________
24488 [ 12113] By: ams                                   on 2001/09/21  17:08:24
24489         Log: Subject: [PATCH] avoid v-strings with require/use
24490              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24491              Date: Fri, 21 Sep 2001 12:34:40 -0400
24492              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
24493      Branch: perl
24494            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
24495            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
24496            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24497            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
24498            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
24499            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
24500            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
24501            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24502            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
24503            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
24504            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
24505            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
24506            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
24507            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
24508            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
24509            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
24510            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
24511            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
24512            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
24513 ____________________________________________________________________________
24514 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
24515         Log: Update Changes.
24516      Branch: perl
24517            ! Changes patchlevel.h
24518 ____________________________________________________________________________
24519 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
24520         Log: Make AIX and Tru64 compilers happy.  
24521      Branch: perl
24522            ! ext/threads/threads.h ext/threads/threads.xs
24523 ____________________________________________________________________________
24524 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
24525         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
24526              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24527              Date: 21 Sep 2001 09:16:37 -0000
24528              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
24529      Branch: perl
24530            ! toke.c
24531 ____________________________________________________________________________
24532 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
24533         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
24534              From: Michael G Schwern <schwern@pobox.com>
24535              Date: Thu, 20 Sep 2001 21:21:34 -0400
24536              Message-ID: <20010920212134.Y28291@blackrider>
24537      Branch: perl
24538            ! pp_sys.c
24539 ____________________________________________________________________________
24540 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
24541         Log: Subject: Re: GDB Debugging Macros from mod_perl
24542              From: rspier@pobox.com (Robert Spier)
24543              Date: Thu, 20 Sep 2001 22:45:03 -0700
24544              Message-ID: <15274.54239.413929.49430@rls.cx>
24545      Branch: perl
24546            ! pod/perltodo.pod
24547 ____________________________________________________________________________
24548 [ 12105] By: sky                                   on 2001/09/21  10:33:34
24549         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
24550              timezone! GetSystemTime should be available on all Win32 
24551              platforms we support. Perhaps Time::HiRes should be extended to
24552              support WinCE and Novell?
24553      Branch: perl
24554            ! ext/Time/HiRes/HiRes.xs
24555 ____________________________________________________________________________
24556 [ 12104] By: sky                                   on 2001/09/21  08:12:39
24557         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
24558      Branch: perl
24559            ! ext/threads/threads.h ext/threads/threads.xs
24560 ____________________________________________________________________________
24561 [ 12103] By: sky                                   on 2001/09/21  07:57:41
24562         Log: Rename the *thread* functions to Perl_* to avoid clashes.
24563              Notably on AIX but could become a problem on other platforms.
24564      Branch: perl
24565            ! ext/threads/threads.h ext/threads/threads.xs
24566 ____________________________________________________________________________
24567 [ 12102] By: sky                                   on 2001/09/21  07:35:30
24568         Log: Add the shared sv space to the global vars.
24569              Fix problems compiling on win32.
24570      Branch: perl
24571            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
24572            ! sharedsv.c sharedsv.h
24573 ____________________________________________________________________________
24574 [ 12101] By: ams                                   on 2001/09/21  00:19:55
24575         Log: Subject: [PATCH] win32/Makefile warning fix
24576              From: Blair Zajac <blair@orcaware.com>
24577              Date: Thu, 20 Sep 2001 18:15:43 -0700
24578              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
24579      Branch: perl
24580            ! win32/Makefile
24581 ____________________________________________________________________________
24582 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
24583         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
24584              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24585              Date: Thu, 20 Sep 2001 18:36:22 +0200
24586              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
24587      Branch: perl
24588            ! lib/ExtUtils/Command.t
24589 ____________________________________________________________________________
24590 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
24591         Log: Cant spl wirth a dam.
24592      Branch: perl
24593            ! intrpvar.h
24594 ____________________________________________________________________________
24595 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
24596         Log: Don't use C++ comments.
24597      Branch: perl
24598            ! ext/threads/threads.xs
24599 ____________________________________________________________________________
24600 [ 12097] By: ams                                   on 2001/09/20  21:42:07
24601         Log: Change #12044 didn't.
24602      Branch: perl
24603            ! lib/constant.pm
24604 ____________________________________________________________________________
24605 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
24606         Log: Metaconfig unit changes for #12095.
24607      Branch: metaconfig
24608            ! U/modified/Myinit.U U/modified/libs.U
24609 ____________________________________________________________________________
24610 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
24611         Log: Remove iconv references since we are not using it
24612              and not going to; regen perltoc, perlmodlib.
24613              (Some references still linger in perltoc, have to figure
24614              out where they are coming from.)
24615      Branch: perl
24616            ! Configure NetWare/config.wc NetWare/config_H.wc
24617            ! Porting/Glossary Porting/config.sh Porting/config_H
24618            ! config_h.SH configure.com epoc/config.sh perl.h
24619            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
24620            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24621            ! vos/config.ga.h win32/config.bc win32/config.gc
24622            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24623            ! win32/config_H.vc wince/config.ce wince/config.h
24624            ! wince/config_H.ce
24625 ____________________________________________________________________________
24626 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
24627         Log: Subject: [PATCH docs] Re: ARGV and read
24628              From: Dave Mitchell <davem@fdgroup.co.uk>
24629              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
24630              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
24631      Branch: perl
24632            ! pod/perltodo.pod pod/perlvar.pod
24633 ____________________________________________________________________________
24634 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
24635         Log: Fresh copies from the cvs.perl.org perlfaq repository.
24636      Branch: perl
24637            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24638            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24639            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24640            ! pod/perlfaq9.pod
24641 ____________________________________________________________________________
24642 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
24643         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
24644              From: Nicholas Clark <nick@ccl4.org>
24645              Date: Thu, 20 Sep 2001 14:27:08 +0100
24646              Message-ID: <20010920142708.X4971@plum.flirble.org>
24647      Branch: perl
24648            ! pp_pack.c t/op/pack.t
24649 ____________________________________________________________________________
24650 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
24651         Log: The sharedsv_space* are variables, not code.  Duh.
24652      Branch: perl
24653            ! intrpvar.h makedef.pl
24654 ____________________________________________________________________________
24655 [ 12090] By: ams                                   on 2001/09/20  11:26:06
24656         Log: Subject: [patch lib/lib_pm.PL]
24657              From: Stas Bekman <stas@stason.org>
24658              Date: Thu, 20 Sep 2001 18:48:53 +0800
24659              Message-Id: <3BA9C995.6010302@stason.org>
24660              (Applied by hand.)
24661      Branch: perl
24662            ! lib/lib_pm.PL
24663 ____________________________________________________________________________
24664 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
24665         Log: Only 21 tests, skipping or not.
24666      Branch: perl
24667            ! lib/ExtUtils/Command.t
24668 ____________________________________________________________________________
24669 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
24670         Log: New exported symbols.
24671      Branch: perl
24672            ! makedef.pl
24673 ____________________________________________________________________________
24674 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
24675         Log: Update Changes.
24676      Branch: perl
24677            ! Changes patchlevel.h
24678 ____________________________________________________________________________
24679 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
24680         Log: Correct numbering of the tests is useful.
24681      Branch: perl
24682            ! ext/threads/t/basic.t
24683 ____________________________________________________________________________
24684 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
24685         Log: More tests now too.
24686      Branch: perl
24687            ! lib/ExtUtils/Command.t
24688 ____________________________________________________________________________
24689 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
24690         Log: More tests now.
24691      Branch: perl
24692            ! ext/threads/t/basic.t
24693 ____________________________________________________________________________
24694 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
24695         Log: The test assumed 7-bit ASCII.  Now it "just"
24696              assumes 8-bit whatever.
24697      Branch: perl
24698            ! t/op/crypt.t
24699 ____________________________________________________________________________
24700 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
24701         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
24702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24703              Date: Wed, 19 Sep 2001 11:45:28 +0200
24704              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
24705              
24706              Lvalue casts are not portable.
24707      Branch: perl
24708            ! ext/threads/threads.xs
24709 ____________________________________________________________________________
24710 [ 12081] By: sky                                   on 2001/09/19  10:17:52
24711         Log: Make the basic test contain only realy basic API tests
24712              Seems to be a problem with detach.
24713      Branch: perl
24714            ! ext/threads/t/basic.t
24715 ____________________________________________________________________________
24716 [ 12080] By: ams                                   on 2001/09/19  01:23:55
24717         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
24718              From: Michael G Schwern <schwern@pobox.com>
24719              Date: Tue, 18 Sep 2001 19:53:48 -0400
24720              Message-Id: <20010918195348.M585@blackrider>
24721              
24722              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
24723              From: Michael G Schwern <schwern@pobox.com>
24724              Date: Tue, 18 Sep 2001 22:07:13 -0400
24725              Message-Id: <20010918220713.B19616@blackrider>
24726      Branch: perl
24727            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
24728            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24729            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
24730            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
24731            ! lib/Test/Tutorial.pod
24732 ____________________________________________________________________________
24733 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
24734         Log: Indent the test a bit.
24735      Branch: perl
24736            ! ext/threads/t/basic.t
24737 ____________________________________________________________________________
24738 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
24739         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
24740              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24741              Date: Tue, 18 Sep 2001 18:06:44 +0200
24742              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
24743      Branch: perl
24744            ! win32/win32.c
24745 ____________________________________________________________________________
24746 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
24747         Log: Subject: stat access time is wrong on Win95
24748              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24749              Date: Tue, 18 Sep 2001 21:59:24 +0200
24750              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
24751      Branch: perl
24752            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
24753 ____________________________________________________________________________
24754 [ 12076] By: ams                                   on 2001/09/18  22:11:25
24755         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
24756              From: Michael G Schwern <schwern@pobox.com>
24757              Date: Tue, 18 Sep 2001 18:47:14 -0400
24758              Message-Id: <20010918184714.I585@blackrider>
24759      Branch: perl
24760            ! t/op/crypt.t
24761 ____________________________________________________________________________
24762 [ 12075] By: sky                                   on 2001/09/18  19:29:37
24763         Log: two test failures
24764              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24765              Message-ID: <20010918221702.A17408@rafael>
24766              partly applied, #12074 already fixed half the patch
24767      Branch: perl
24768            ! ext/threads/t/basic.t
24769 ____________________________________________________________________________
24770 [ 12074] By: sky                                   on 2001/09/18  18:49:03
24771         Log: Fixes test case failure introduced by #12071, the warning is
24772              now correctly spelled :-)
24773      Branch: perl
24774            ! ext/IO/lib/IO/t/io_sel.t
24775 ____________________________________________________________________________
24776 [ 12073] By: sky                                   on 2001/09/18  18:46:22
24777         Log: Make the test behave properly!
24778      Branch: perl
24779            ! ext/threads/t/basic.t
24780 ____________________________________________________________________________
24781 [ 12072] By: ams                                   on 2001/09/18  18:44:59
24782         Log: OP_RCATLINE is an SVOP, not a BASEOP.
24783      Branch: perl
24784            ! opcode.h opcode.pl
24785 ____________________________________________________________________________
24786 [ 12071] By: ams                                   on 2001/09/18  18:06:27
24787         Log: Deprecate != Depreciate.
24788      Branch: perl
24789            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
24790            ! lib/Pod/ParseUtils.pm
24791 ____________________________________________________________________________
24792 [ 12070] By: ams                                   on 2001/09/18  15:14:58
24793         Log: Subject: [PATCH] Getopt::Std cleanup
24794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24795              Date: Tue, 18 Sep 2001 17:32:13 +0200
24796              Message-Id: <20010918173213.C777@rafael>
24797      Branch: perl
24798            ! lib/Getopt/Std.pm lib/Getopt/Std.t
24799 ____________________________________________________________________________
24800 [ 12069] By: sky                                   on 2001/09/18  14:56:33
24801         Log: Forgot the makefile
24802      Branch: perl
24803            + ext/threads/Makefile.PL
24804 ____________________________________________________________________________
24805 [ 12068] By: sky                                   on 2001/09/18  14:13:26
24806         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
24807              The test will fail because of Test.pm not knowing about threads. 
24808              basic needs to be manually tested
24809              compile time warnings on IV2PTR conversions need to be fixed
24810      Branch: perl
24811            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
24812            + ext/threads/threads.h ext/threads/threads.pm
24813            + ext/threads/threads.xs
24814            ! MANIFEST
24815 ____________________________________________________________________________
24816 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
24817         Log: DJGPP tweak from Laszlo Molnar.
24818      Branch: perl
24819            ! djgpp/config.over
24820 ____________________________________________________________________________
24821 [ 12066] By: sky                                   on 2001/09/18  10:24:31
24822         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
24823      Branch: perl
24824            ! sharedsv.c sharedsv.h
24825 ____________________________________________________________________________
24826 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
24827         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
24828              ditto ^cns.
24829      Branch: perl
24830            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
24831            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
24832            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
24833            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
24834            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
24835            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
24836            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
24837            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
24838            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
24839            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
24840            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
24841            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
24842            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
24843            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
24844            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
24845            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
24846            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
24847            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
24848            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
24849            + ext/Encode/Encode/ir-197.enc
24850            - ext/Encode/Encode/cns11643-1.enc
24851            - ext/Encode/Encode/cns11643-2.enc
24852            - ext/Encode/Encode/iso2022-cn.enc
24853            - ext/Encode/Encode/iso2022-jp.enc
24854            - ext/Encode/Encode/iso2022-jp1.enc
24855            - ext/Encode/Encode/iso2022-jp2.enc
24856            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
24857            - ext/Encode/Encode/iso8859-1.enc
24858            - ext/Encode/Encode/iso8859-1.ucm
24859            - ext/Encode/Encode/iso8859-10.enc
24860            - ext/Encode/Encode/iso8859-10.ucm
24861            - ext/Encode/Encode/iso8859-11.enc
24862            - ext/Encode/Encode/iso8859-11.ucm
24863            - ext/Encode/Encode/iso8859-13.enc
24864            - ext/Encode/Encode/iso8859-13.ucm
24865            - ext/Encode/Encode/iso8859-14.enc
24866            - ext/Encode/Encode/iso8859-14.ucm
24867            - ext/Encode/Encode/iso8859-15.enc
24868            - ext/Encode/Encode/iso8859-15.ucm
24869            - ext/Encode/Encode/iso8859-16.enc
24870            - ext/Encode/Encode/iso8859-16.ucm
24871            - ext/Encode/Encode/iso8859-2.enc
24872            - ext/Encode/Encode/iso8859-2.ucm
24873            - ext/Encode/Encode/iso8859-3.enc
24874            - ext/Encode/Encode/iso8859-3.ucm
24875            - ext/Encode/Encode/iso8859-4.enc
24876            - ext/Encode/Encode/iso8859-4.ucm
24877            - ext/Encode/Encode/iso8859-5.enc
24878            - ext/Encode/Encode/iso8859-5.ucm
24879            - ext/Encode/Encode/iso8859-6.enc
24880            - ext/Encode/Encode/iso8859-6.ucm
24881            - ext/Encode/Encode/iso8859-7.enc
24882            - ext/Encode/Encode/iso8859-7.ucm
24883            - ext/Encode/Encode/iso8859-8.enc
24884            - ext/Encode/Encode/iso8859-8.ucm
24885            - ext/Encode/Encode/iso8859-9.enc
24886            - ext/Encode/Encode/iso8859-9.ucm
24887            - ext/Encode/Encode/isoir-197.enc
24888            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
24889 ____________________________________________________________________________
24890 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
24891         Log: Must Uppercase.
24892      Branch: perl
24893            ! ext/Encode/Encode.pm
24894 ____________________________________________________________________________
24895 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
24896         Log: Add various encodings.
24897      Branch: perl
24898            + ext/Encode/Encode/iso8859-11.enc
24899            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
24900            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
24901            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
24902            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
24903            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
24904            + ext/Encode/Encode/viscii.ucm
24905            ! MANIFEST ext/Encode/Encode.pm
24906 ____________________________________________________________________________
24907 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
24908         Log: lib/unicode relic.
24909      Branch: perl
24910            ! ext/Encode/compile
24911 ____________________________________________________________________________
24912 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
24913         Log: Subject: [PATCH] Re: filename problems
24914              From: Michael G Schwern <schwern@pobox.com>
24915              Date: Mon, 17 Sep 2001 17:26:26 -0400
24916              Message-ID: <20010917172626.Q585@blackrider>
24917      Branch: perl
24918            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
24919            - t/lib/sample-tests/header_at_end
24920            - t/lib/sample-tests/header_at_end_fail
24921            ! MANIFEST lib/Test/Harness/t/test-harness.t
24922 ____________________________________________________________________________
24923 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
24924         Log: Explicitly explain the 1e9 seconds, not everybody
24925              is a C geek.
24926      Branch: perl
24927            ! ext/Time/HiRes/HiRes.pm
24928 ____________________________________________________________________________
24929 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
24930         Log: Explain an apparent bug reported by
24931              Richard J. Barbalace <rjbarbal@MIT.EDU>,
24932              with additional explanation from Gisle Aas.
24933      Branch: perl
24934            ! ext/Time/HiRes/HiRes.pm
24935 ____________________________________________________________________________
24936 [ 12058] By: ams                                   on 2001/09/17  19:52:01
24937         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
24938              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24939              Date: Mon, 17 Sep 2001 22:48:05 +0200
24940              Message-Id: <20010917224805.C11744@rafael>
24941      Branch: perl
24942            ! t/lib/warnings/op t/lib/warnings/pp
24943 ____________________________________________________________________________
24944 [ 12057] By: ams                                   on 2001/09/17  16:51:18
24945         Log: Its a nit!
24946      Branch: perl
24947            ! sv.h
24948 ____________________________________________________________________________
24949 [ 12056] By: ams                                   on 2001/09/17  16:47:55
24950         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
24951              From: "Craig A. Berry" <craigberry@mac.com>
24952              Date: Mon, 17 Sep 2001 12:34:20 -0500
24953              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
24954      Branch: perl
24955            ! vms/vms.c
24956 ____________________________________________________________________________
24957 [ 12055] By: ams                                   on 2001/09/17  16:05:15
24958         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
24959              From: Gisle Aas <gisle@ActiveState.com>
24960              Date: 16 Apr 2001 16:20:34 -0700
24961              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
24962              (Applied by hand.)
24963      Branch: perl
24964            ! lib/CPAN.pm lib/CPAN/Nox.pm
24965 ____________________________________________________________________________
24966 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
24967         Log: Update Changes.
24968      Branch: perl
24969            ! Changes patchlevel.h
24970 ____________________________________________________________________________
24971 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
24972         Log: Adding new files to the MANIFEST is always nice.
24973      Branch: perl
24974            ! MANIFEST
24975 ____________________________________________________________________________
24976 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
24977         Log: Reindent the PerlIO files (suggested by NI-S), used
24978              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
24979              (GNU indent).  Note that wholesale re-indenting might
24980              be nice, but that would break nice formatting/alignment
24981              of assignments, equality testing, and complex boolean
24982              expressions with lots of &s and |s.
24983      Branch: perl
24984            ! perlio.c perlio.h perliol.h
24985 ____________________________________________________________________________
24986 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
24987         Log: Add a script for being 8.3-polite.
24988              The found conflicts are being worked on.
24989      Branch: perl
24990            + check83.pl
24991            ! MANIFEST Porting/pumpkin.pod
24992 ____________________________________________________________________________
24993 [ 12050] By: sky                                   on 2001/09/17  12:44:36
24994         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
24995              finding it.
24996      Branch: perl
24997            ! sv.c
24998 ____________________________________________________________________________
24999 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
25000         Log: Bump up versions because of #12041.
25001      Branch: perl
25002            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
25003            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
25004            ! lib/Time/localtime.pm
25005 ____________________________________________________________________________
25006 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
25007         Log: Bump the version number because of #12042.
25008      Branch: perl
25009            ! lib/CPAN/FirstTime.pm
25010 ____________________________________________________________________________
25011 [ 12047] By: ams                                   on 2001/09/17  11:21:40
25012         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
25013              From: Abhijit Menon-Sen <ams@wiw.org>
25014              Date: Mon, 17 Sep 2001 17:44:12 +0530
25015              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
25016      Branch: perl
25017            ! op.c
25018 ____________________________________________________________________________
25019 [ 12046] By: sky                                   on 2001/09/17  07:14:17
25020         Log: Subject: Re: t/op/ver.t using skip() improperly
25021              From: "chromatic" <chromatic@rmci.net>
25022              Date: Mon, 17 Sep 2001 00:22:29 -0600
25023              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
25024      Branch: perl
25025            ! t/op/ver.t
25026 ____________________________________________________________________________
25027 [ 12045] By: nick                                  on 2001/09/17  07:12:14
25028         Log: Integrate mainline
25029      Branch: perlio
25030           +> t/op/chdir.t
25031           !> (integrate 117 files)
25032 ____________________________________________________________________________
25033 [ 12044] By: ams                                   on 2001/09/17  05:49:53
25034         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
25035              From: Ilmari Karonen <iltzu@sci.fi>
25036              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
25037              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
25038              (And $VERSION = '1.05'.)
25039      Branch: perl
25040            ! lib/constant.pm
25041 ____________________________________________________________________________
25042 [ 12043] By: ams                                   on 2001/09/17  05:44:50
25043         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
25044              From: Michael G Schwern <schwern@pobox.com>
25045              Date: Mon, 17 Sep 2001 07:49:04 +0200
25046              Message-Id: <20010917074904.V1588@blackrider>
25047              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
25048      Branch: perl
25049            + t/op/chdir.t
25050            ! MANIFEST pp_sys.c
25051 ____________________________________________________________________________
25052 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
25053         Log: Subject: Re: CPAN.pm needs some hacking 
25054              From: "chromatic" <chromatic@rmci.net>
25055              Date: Sun, 16 Sep 2001 16:46:29 -0600
25056              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
25057      Branch: perl
25058            ! lib/CPAN/FirstTime.pm
25059 ____________________________________________________________________________
25060 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
25061         Log: Change use|require 5.005_64 to use|require 5.6.1.
25062      Branch: perl
25063            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
25064            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
25065            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
25066            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
25067            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
25068            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25069            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
25070            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
25071            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
25072            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
25073            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
25074            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
25075            ! lib/base.pm lib/fields.pm
25076 ____________________________________________________________________________
25077 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
25078         Log: Bump up version numbers.
25079              
25080              TODO 1: double check that pre-5.6.1 CPAN.pm:s
25081              don't try to download 5.8.0 because of the
25082              version numbers.  Mainly this means using _00
25083              in the core version numbers.
25084              
25085              TODO 2: the "use 5.005_64" in many modules
25086              needs to be changed to, say, "use 5.6.1".
25087      Branch: perl
25088            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
25089            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
25090            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
25091            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
25092            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
25093            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
25094            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25095            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
25096            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
25097            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
25098            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
25099 ____________________________________________________________________________
25100 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
25101         Log: Use UCHARAT() as suggested by Inaba Hiroto.
25102      Branch: perl
25103            ! regexec.c
25104 ____________________________________________________________________________
25105 [ 12038] By: ams                                   on 2001/09/16  15:16:24
25106         Log: Subject: [PATCH] Re: Core module version numbers review
25107              From: Peter Scott <Peter@PSDT.com>
25108              Date: Sun, 16 Sep 2001 09:09:58 -0700
25109              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
25110      Branch: perl
25111            ! lib/perl5db.pl
25112 ____________________________________________________________________________
25113 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
25114         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
25115              not yet fully implemented.
25116      Branch: perl
25117            ! pod/perlfunc.pod pod/perlunicode.pod
25118 ____________________________________________________________________________
25119 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
25120         Log: Subject: [patch] plug PL_beginav_save leak
25121              From: Doug MacEachern <dougm@covalent.net>
25122              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
25123              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
25124      Branch: perl
25125            ! perl.c
25126 ____________________________________________________________________________
25127 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
25128         Log: (accidentally empty checkin)
25129      Branch: perl
25130            ! sv.c
25131 ____________________________________________________________________________
25132 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
25133         Log: Subject: [patch] ithreads+PL_beginav_save
25134              From: Doug MacEachern <dougm@covalent.net>
25135              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
25136              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
25137      Branch: perl
25138            ! sv.c
25139 ____________________________________________________________________________
25140 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
25141         Log: Subject: [PATCH] h2xs.PL with C::Scan
25142              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25143              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
25144              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
25145      Branch: perl
25146            ! utils/h2xs.PL
25147 ____________________________________________________________________________
25148 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
25149         Log: Elaborate (well, make more vague, really) #12030.
25150      Branch: perl
25151            ! pod/perltodo.pod pod/perlunicode.pod
25152 ____________________________________________________________________________
25153 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
25154         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
25155              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25156              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
25157              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
25158      Branch: perl
25159            ! regexec.c
25160 ____________________________________________________________________________
25161 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
25162         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
25163              are not yet complete.
25164      Branch: perl
25165            ! pod/perltodo.pod pod/perlunicode.pod
25166 ____________________________________________________________________________
25167 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
25168         Log: Document what's still to be done on the regular expression
25169              Unicode support, based on the UTR#18.
25170      Branch: perl
25171            ! pod/perltodo.pod pod/perlunicode.pod
25172 ____________________________________________________________________________
25173 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
25174         Log: Regen headers.
25175      Branch: perl
25176            ! embedvar.h perlapi.h
25177 ____________________________________________________________________________
25178 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
25179         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
25180              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25181              Date: Sun, 09 Sep 2001 18:41:54 +0100
25182              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
25183      Branch: perl
25184            ! Porting/findvars ext/ByteLoader/bytecode.h
25185            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
25186            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
25187 ____________________________________________________________________________
25188 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
25189         Log: enable most warnings for windows build; fix the various typecasting
25190              nits that showed up (no bugfixes here)
25191      Branch: maint-5.6/perl
25192            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
25193            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
25194            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
25195            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
25196            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
25197            ! x2p/walk.c
25198 ____________________________________________________________________________
25199 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
25200         Log: Integrate change #12024 from maintperl
25201              (a local() precedence bug)
25202      Branch: perl
25203           !> lib/ExtUtils/Install.pm
25204 ____________________________________________________________________________
25205 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
25206         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
25207              change#8642
25208      Branch: maint-5.6/perl
25209            ! lib/ExtUtils/Install.pm
25210 ____________________________________________________________________________
25211 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
25212         Log: Update Changes.
25213      Branch: perl
25214            ! Changes patchlevel.h
25215 ____________________________________________________________________________
25216 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
25217         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
25218              From: "chromatic" <chromatic@rmci.net>
25219              Date: Fri, 14 Sep 2001 09:44:57 -0600 
25220              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
25221      Branch: perl
25222            ! lib/ExtUtils/Manifest.t
25223 ____________________________________________________________________________
25224 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
25225         Log: Hopefully better skipping of the Complete.t tests
25226              in case of not a tty. 
25227      Branch: perl
25228            ! lib/Term/Complete.t t/op/stat.t
25229 ____________________________________________________________________________
25230 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
25231         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
25232              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25233              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
25234              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
25235      Branch: perl
25236            ! regexec.c t/op/pat.t
25237 ____________________________________________________________________________
25238 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
25239         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
25240              From: Robin Barker <rmb1@cise.npl.co.uk>
25241              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
25242              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
25243      Branch: perl
25244            ! pod/perlport.pod
25245 ____________________________________________________________________________
25246 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
25247         Log: NetWare tweaks from Ananth Kesari.
25248      Branch: perl
25249            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
25250            ! NetWare/nwutil.h
25251 ____________________________________________________________________________
25252 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
25253         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
25254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25255              Date: Fri, 14 Sep 2001 10:51:13 +0200
25256              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
25257      Branch: perl
25258            ! pod/perlport.pod
25259 ____________________________________________________________________________
25260 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
25261         Log: Subject: Re: [PATCH 2 pl2pm.PL]
25262              From: Joe Smith <Joe.Smith@inwap.com>
25263              Date: Fri, 14 Sep 2001 00:13:32 -0700
25264              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
25265              
25266              Eradicate qu.
25267      Branch: perl
25268            ! keywords.h keywords.pl utils/pl2pm.PL
25269 ____________________________________________________________________________
25270 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
25271         Log: Retract #12013, didn't go over too well in Tru64.
25272      Branch: perl
25273            ! embed.h embed.pl sv.h
25274 ____________________________________________________________________________
25275 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
25276         Log: Subject: [PATCH] Execute files of debugger commands
25277              From: Peter Scott <Peter@PSDT.com>
25278              Date: Thu, 13 Sep 2001 15:26:31 -0700
25279              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
25280      Branch: perl
25281            ! lib/perl5db.pl pod/perldebug.pod
25282 ____________________________________________________________________________
25283 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
25284         Log: (Retracted by #12015)
25285              Subject: [proposed PATCH] Re: perl@11920
25286              From: Nicholas Clark <nick@ccl4.org>
25287              Date: Wed, 12 Sep 2001 23:46:09 +0100
25288              Message-ID: <20010912234609.H4971@plum.flirble.org>     
25289      Branch: perl
25290            ! embed.h embed.pl sv.h
25291 ____________________________________________________________________________
25292 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
25293         Log: ucblib shouldn't be linked against in nonstop-ux,
25294              from Tom Bates.
25295      Branch: perl
25296            ! hints/nonstopux.sh
25297 ____________________________________________________________________________
25298 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
25299         Log: Do stty only if we have stty.
25300              
25301              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
25302      Branch: perl
25303            ! lib/Term/Complete.pm
25304 ____________________________________________________________________________
25305 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
25306         Log: Skip the test if not running on a tty.
25307      Branch: perl
25308            ! lib/Term/Complete.t
25309 ____________________________________________________________________________
25310 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
25311         Log: Regen headers.
25312      Branch: perl
25313            ! embed.h opcode.h pod/perlapi.pod proto.h
25314 ____________________________________________________________________________
25315 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
25316         Log: Subject: [PATCH op.c] Re: perl@12003
25317              From: Robin Barker <rmb1@cise.npl.co.uk>
25318              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
25319              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
25320      Branch: perl
25321            ! op.c
25322 ____________________________________________________________________________
25323 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
25324         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
25325              From: Robin Barker <rmb1@cise.npl.co.uk>
25326              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
25327              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
25328      Branch: perl
25329            ! sv.c
25330 ____________________________________________________________________________
25331 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
25332         Log: Upgrade to Memoize 0.66.
25333      Branch: perl
25334            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25335            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
25336            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25337 ____________________________________________________________________________
25338 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
25339         Log: Subject: [ID 20010912.007] substr reference core dump
25340              From: me-01@ton.iguana.be
25341              Date: 12 Sep 2001 14:11:16 -0000
25342              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
25343      Branch: perl
25344            ! mg.c
25345 ____________________________________________________________________________
25346 [ 12004] By: ams                                   on 2001/09/12  01:13:49
25347         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
25348              From: Ilmari Karonen <iltzu@sci.fi>
25349              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
25350              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
25351      Branch: perl
25352            ! pod/perlfaq4.pod
25353 ____________________________________________________________________________
25354 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
25355         Log: Update Changes.
25356      Branch: perl
25357            ! Changes patchlevel.h
25358 ____________________________________________________________________________
25359 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
25360         Log: NetWare update from Ananth Kesari.
25361      Branch: perl
25362            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
25363            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
25364 ____________________________________________________________________________
25365 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
25366         Log: Retract #11984: div() being redefined, and 1397
25367              failing on 64-bit platforms.
25368      Branch: perl
25369            ! lib/Math/BigInt/Calc.pm
25370 ____________________________________________________________________________
25371 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
25372         Log: Metaconfig unit change for #11999.
25373      Branch: metaconfig
25374            ! U/protos/d_lseekproto.U
25375 ____________________________________________________________________________
25376 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
25377         Log: The lseek fix (#11991) was no fix.
25378      Branch: perl
25379            ! Configure
25380 ____________________________________________________________________________
25381 [ 11998] By: sky                                   on 2001/09/11  07:52:06
25382         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
25383              From: Matt Sergeant <MSergeant@star.net.uk>
25384              Date: Tue, 11 Sep 2001 09:22:32 +0100
25385              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
25386      Branch: perl
25387            ! ext/Encode/Encode.pm
25388 ____________________________________________________________________________
25389 [ 11997] By: sky                                   on 2001/09/11  06:35:29
25390         Log: Sometimes dTHX is added because it is needed on non 
25391              gnuc platforms, but not needed there. This uses GCC
25392              to silence GCC specific warnings by marking pTHX as 
25393              unused.
25394      Branch: perl
25395            ! perl.h
25396 ____________________________________________________________________________
25397 [ 11996] By: nick                                  on 2001/09/11  06:25:27
25398         Log: Integrate mainline
25399      Branch: perlio
25400            - ext/POSIX/sigaction.t lib/File/Find/taint.t
25401           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
25402 ____________________________________________________________________________
25403 [ 11995] By: nick                                  on 2001/09/11  06:23:39
25404         Log: Part Integrate mainline
25405      Branch: perlio
25406           +> (branch 69 files)
25407            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
25408            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
25409            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
25410            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
25411            - lib/Switch/t/switch_case.t lib/Test/Harness.t
25412            - lib/Test/More/Changes lib/Test/More/t/More.t
25413            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25414            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25415            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
25416            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
25417            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
25418            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
25419            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
25420            - t/lib/Test/More/Catch.pm wince/perl.ico
25421           !> (integrate 197 files)
25422 ____________________________________________________________________________
25423 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
25424         Log: Subject: Re: [PATCH] Encode.pm docs fix
25425              From: Gisle Aas <gisle@ActiveState.com>
25426              Date: 10 Sep 2001 11:27:02 -0700
25427              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
25428      Branch: perl
25429            ! ext/Encode/Encode.pm
25430 ____________________________________________________________________________
25431 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
25432         Log: Fix unpack U to be the reverse of pack U
25433              (but implement unpack U0U as a backdoor to get
25434              the UTF-8 malformed warnings from un-UTF-8 data)
25435      Branch: perl
25436            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
25437 ____________________________________________________________________________
25438 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
25439         Log: Metaconfig unit change for #11991;
25440              delete an unused unit (d_strtoull.U is the one used)
25441      Branch: metaconfig
25442            ! U/protos/d_lseekproto.U
25443      Branch: metaconfig/U/perl
25444            - strtoull.U
25445 ____________________________________________________________________________
25446 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
25447         Log: Subject: [PATCH] Configure not recording lseek proto
25448              From: Blair Zajac <blair@orcaware.com>
25449              Date: Mon, 10 Sep 2001 17:52:37 -0700
25450              Message-ID: <3B9D6055.BA334A31@orcaware.com>
25451              
25452              plus regen Configure.
25453      Branch: perl
25454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25455            ! config_h.SH uconfig.h
25456 ____________________________________________________________________________
25457 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
25458         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?)))                  
25459              From: Nicholas Clark <nick@ccl4.org>
25460              Date: Tue, 11 Sep 2001 00:00:31 +0100
25461              Message-ID: <20010911000031.G1512@plum.flirble.org>
25462      Branch: perl
25463            + t/op/qq.t
25464            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
25465 ____________________________________________________________________________
25466 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
25467         Log: Subject: [PATCH] Building on win32 w/o perlio
25468              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25469              Date: Mon, 10 Sep 2001 23:38:46 +0200
25470              Message-ID: <3B9D4F06.14433.2C37644@localhost>
25471      Branch: perl
25472            ! perl.c win32/Makefile win32/makefile.mk
25473 ____________________________________________________________________________
25474 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
25475         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
25476              From: "chromatic" <chromatic@rmci.net>
25477              Date: Mon, 10 Sep 2001 15:14:01 -0600
25478              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
25479      Branch: perl
25480            + lib/CGI/t/push.t
25481            ! MANIFEST
25482 ____________________________________________________________________________
25483 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
25484         Log: Subject: avoiding hoardes of zombies
25485              From: Nicholas Clark <nick@ccl4.org>
25486              Date: Mon, 10 Sep 2001 22:00:40 +0100
25487              Message-ID: <20010910220040.C1512@plum.flirble.org>
25488      Branch: perl
25489            ! pod/perlipc.pod
25490 ____________________________________________________________________________
25491 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
25492         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
25493              From: John Peacock <jpeacock@rowman.com>
25494              Date: Mon, 10 Sep 2001 16:34:30 -0400
25495              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
25496      Branch: perl
25497            ! sv.c t/op/ver.t utf8.h
25498 ____________________________________________________________________________
25499 [ 11985] By: ams                                   on 2001/09/10  23:20:13
25500         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
25501      Branch: perl
25502            ! MANIFEST
25503 ____________________________________________________________________________
25504 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
25505         Log: (Retracted by #12001)
25506              Subject: Calc with USE_MUL/USE_DIV
25507              From: Tels <perl_dummy@bloodgate.com>
25508              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
25509              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
25510      Branch: perl
25511            ! lib/Math/BigInt/Calc.pm
25512 ____________________________________________________________________________
25513 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
25514         Log: Subject: [PATCH op.c] Re: perl@11978
25515              From: Robin Barker <rmb1@cise.npl.co.uk>
25516              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
25517              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
25518              
25519              Format errors.
25520      Branch: perl
25521            ! op.c
25522 ____________________________________________________________________________
25523 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
25524         Log: Switch PADOFFSET back to U32 both because of binary backward
25525              compatibility and because Arthur seems to have been fixing the
25526              problems with naughty integer-pointer casting.
25527      Branch: perl
25528            ! op.h
25529 ____________________________________________________________________________
25530 [ 11981] By: ams                                   on 2001/09/10  16:31:43
25531         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
25532              Fix Pod Typo, Add Test for ExtUtils::Command
25533              From: "chromatic" <chromatic@rmci.net>
25534              Date: Mon, 10 Sep 2001 11:20:56 -0600
25535              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
25536      Branch: perl
25537            + lib/ExtUtils/Command.t
25538            ! MANIFEST lib/ExtUtils/Command.pm
25539 ____________________________________________________________________________
25540 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
25541         Log: Subject: [PATCH] Encode.pm docs fix
25542              From: Matt Sergeant <MSergeant@star.net.uk>
25543              Date: Mon, 10 Sep 2001 15:24:01 +0100
25544              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
25545      Branch: perl
25546            ! ext/Encode/Encode.pm
25547 ____________________________________________________________________________
25548 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
25549         Log: Update Changes.
25550      Branch: perl
25551            ! Changes patchlevel.h
25552 ____________________________________________________________________________
25553 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
25554         Log: Revert #11973, the dTHX seems to be needed in there
25555              for threaded builds.
25556      Branch: perl
25557            ! perlio.c
25558 ____________________________________________________________________________
25559 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
25560         Log: Detypo.
25561      Branch: perl
25562            ! pod/perlguts.pod
25563 ____________________________________________________________________________
25564 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
25565         Log: Further Class::Struct patching from Damian.
25566              
25567              The new new semantics are:
25568              
25569              * If you pass an initializer for a nested object, it has to be:
25570              a) a reference to an object of that class, or      
25571              b) a reference to an object of a subclass of that class, or
25572              c) a reference to a hash of arguments to be passed to the
25573              class's constructor
25574              * If you pass no initializer for a nested object, the attribute
25575              is initialized to C<undef>
25576      Branch: perl
25577            ! lib/Class/Struct.pm
25578 ____________________________________________________________________________
25579 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
25580         Log: Skip the crypt test if no crypt.
25581      Branch: perl
25582            ! t/op/crypt.t
25583 ____________________________________________________________________________
25584 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
25585         Log: Warn against using bare v-strings as IP addresses
25586              (okay if using the wrappers from Socket)
25587      Branch: perl
25588            ! pod/perldata.pod pod/perlport.pod
25589 ____________________________________________________________________________
25590 [ 11973] By: sky                                   on 2001/09/10  11:57:58
25591         Log: Remove unused dTHX. Silenced another warning.
25592      Branch: perl
25593            ! perlio.c
25594 ____________________________________________________________________________
25595 [ 11972] By: sky                                   on 2001/09/10  11:54:25
25596         Log: Silence some more warnings INT2PTR.
25597      Branch: perl
25598            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
25599 ____________________________________________________________________________
25600 [ 11971] By: sky                                   on 2001/09/10  11:21:50
25601         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
25602      Branch: perl
25603            ! cop.h
25604 ____________________________________________________________________________
25605 [ 11970] By: sky                                   on 2001/09/10  11:17:25
25606         Log: Apply INT2PTR with force to silence warnings from
25607              PM_GETRE and friends. No more warnings with 64bit 
25608              IVs and 32bit pointers.    
25609      Branch: perl
25610            ! op.c op.h perl.c
25611 ____________________________________________________________________________
25612 [ 11969] By: sky                                   on 2001/09/10  10:13:02
25613         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
25614      Branch: perl
25615            ! pod/perlguts.pod
25616 ____________________________________________________________________________
25617 [ 11968] By: sky                                   on 2001/09/10  10:02:51
25618         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
25619              Rename to custop_op_name to Perl_custom_op_name to match perlapi
25620              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
25621              perl_clone.
25622      Branch: perl
25623            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
25624 ____________________________________________________________________________
25625 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
25626         Log: Using strlen() not good on embedded nul bytes.
25627      Branch: perl
25628            ! regcomp.c
25629 ____________________________________________________________________________
25630 [ 11966] By: ams                                   on 2001/09/09  21:06:13
25631         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
25632              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25633              Date: Mon, 13 Aug 2001 22:51:59 +0200
25634              Message-ID: <20010813225159.C6681@rafael>
25635              (Applied with several tweaks.)
25636      Branch: perl
25637            ! embed.h embed.pl proto.h toke.c
25638 ____________________________________________________________________________
25639 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
25640         Log: The exact error message is system-dependent.
25641      Branch: perl
25642            ! lib/ExtUtils/Manifest.t
25643 ____________________________________________________________________________
25644 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
25645         Log: Add Windows and Mac Sami support to Encode
25646              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
25647      Branch: perl
25648            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
25649            ! MANIFEST
25650 ____________________________________________________________________________
25651 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
25652         Log: Use the tried method.
25653      Branch: perl
25654            ! pod/perlport.pod
25655 ____________________________________________________________________________
25656 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
25657         Log: Can't count parentheses.
25658      Branch: perl
25659            ! ext/IO/lib/IO/Socket/INET.pm
25660 ____________________________________________________________________________
25661 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
25662         Log: perlport additions: 1 while unlink, add/delete directory
25663              entries and permissions, cygwin stat funkiness (from Michael
25664              Schwern and Nicholas Clark)
25665      Branch: perl
25666            ! pod/perlport.pod
25667 ____________________________________________________________________________
25668 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
25669         Log: blib does have a detectable test.
25670      Branch: perl
25671            ! t/lib/1_compile.t
25672 ____________________________________________________________________________
25673 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
25674         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
25675              From: "chromatic" <chromatic@rmci.net>
25676              Date: Sat, 08 Sep 2001 19:33:42 -0600
25677              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
25678      Branch: perl
25679            + lib/Term/Complete.t
25680            ! MANIFEST
25681 ____________________________________________________________________________
25682 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
25683         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
25684              From: Michael G Schwern <schwern@pobox.com> 
25685              Date: Sat, 8 Sep 2001 02:40:26 -0400
25686              Message-ID: <20010908024026.A26283@blackrider>
25687      Branch: perl
25688            + lib/Test/Tutorial.pod
25689            ! MANIFEST
25690 ____________________________________________________________________________
25691 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
25692         Log: Try to look up protocol (by name) only iff it has non-numbers:
25693              nice if the server is in a chrooted environment (no /etc/protocols,
25694              server code using hardcorded protocol numbers like 6 for tcp),
25695              suggested by John Holdsworth <coldwave@bigfoot.com>.
25696              In other words, if we are given a number, why look it up again
25697              (by number)?
25698      Branch: perl
25699            ! ext/IO/lib/IO/Socket/INET.pm
25700 ____________________________________________________________________________
25701 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
25702         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
25703              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25704              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
25705              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
25706              
25707              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
25708              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25709              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
25710              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
25711              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
25712              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25713              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
25714              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
25715      Branch: perl
25716            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
25717 ____________________________________________________________________________
25718 [ 11955] By: ams                                   on 2001/09/09  02:54:21
25719         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
25720              From: "Craig A. Berry" <craigberry@mac.com>
25721              Date: Sat, 08 Sep 2001 19:02:16 -0500
25722              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
25723      Branch: perl
25724            ! lib/CGI/t/carp.t
25725 ____________________________________________________________________________
25726 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
25727         Log: Documentation tweaks; think the IP address as an opaque string.
25728      Branch: perl
25729            ! ext/Socket/Socket.pm
25730 ____________________________________________________________________________
25731 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
25732         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
25733              From: Michael G Schwern <schwern@pobox.com>
25734              Date: Sat, 8 Sep 2001 19:45:46 -0400
25735              Message-ID: <20010908194546.C9193@blackrider>
25736      Branch: perl
25737            + lib/blib.t
25738            ! MANIFEST lib/blib.pm t/lib/1_compile.t
25739 ____________________________________________________________________________
25740 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
25741         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
25742              From: "chromatic" <chromatic@rmci.net>
25743              Date: Sat, 08 Sep 2001 12:31:44 -0600
25744              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
25745      Branch: perl
25746            + lib/CGI/t/fast.t
25747            ! MANIFEST
25748 ____________________________________________________________________________
25749 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
25750         Log: The Socket tests were wrong: they were assuming too much.
25751      Branch: perl
25752            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
25753 ____________________________________________________________________________
25754 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
25755         Log: Retract the portability changes since they
25756              seem to have opened a can of worms... will
25757              go back to UNICOS/mk and do the bare minimum
25758              required to get the tests working.
25759      Branch: perl
25760            ! ext/Socket/Socket.xs
25761 ____________________________________________________________________________
25762 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
25763         Log: PADOFFSET is used to cast pointers into integers,
25764              if pointers are 64 bits and U32 32 bits,
25765              bad things may happen, or at least warnings issued.
25766      Branch: perl
25767            ! op.h
25768 ____________________________________________________________________________
25769 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
25770         Log: Still more Socket portability tweaking.
25771              Now Socket.t seems to be happy in all of
25772              Linux/x86, Tru64/alpha, Solaris/sparc,
25773              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
25774              
25775              Addendum: it seems that io_multihomed, io_sock, and hostent
25776              were broken in little-endians (linux/x86 and tru64/alpha)
25777              because of this change.  Argh.
25778      Branch: perl
25779            ! ext/Socket/Socket.xs
25780 ____________________________________________________________________________
25781 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
25782         Log: More portability kicking on inet_ntoa().
25783      Branch: perl
25784            ! ext/Socket/Socket.xs
25785 ____________________________________________________________________________
25786 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
25787         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
25788              From: Michael G Schwern <schwern@pobox.com> 
25789              Date: Fri, 7 Sep 2001 23:06:51 -0400
25790              Message-ID: <20010907230651.R606@blackrider>
25791      Branch: perl
25792            + lib/ExtUtils/Manifest.t
25793            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
25794 ____________________________________________________________________________
25795 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
25796         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
25797              From: "chromatic" <chromatic@rmci.net>
25798              Date: Fri, 07 Sep 2001 17:53:15 -0600      
25799              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
25800      Branch: perl
25801            + lib/ExtUtils/testlib.t
25802            ! MANIFEST
25803 ____________________________________________________________________________
25804 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
25805         Log: Thinko.
25806      Branch: perl
25807            ! lib/integer.t
25808 ____________________________________________________________________________
25809 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
25810         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
25811              From: "Craig A. Berry" <craigberry@mac.com>
25812              Date: Fri, 07 Sep 2001 15:30:03 -0500
25813              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
25814      Branch: perl
25815            ! lib/CGI/Carp.pm
25816 ____________________________________________________________________________
25817 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
25818         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
25819              From: Michael G Schwern <schwern@pobox.com>
25820              Date: Fri, 7 Sep 2001 15:38:13 -0400
25821              Message-ID: <20010907153813.K606@blackrider>
25822      Branch: perl
25823            ! lib/ExtUtils/MM_Unix.pm
25824 ____________________________________________________________________________
25825 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
25826         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
25827              From: Robin Barker <rmb1@cise.npl.co.uk>
25828              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
25829              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
25830      Branch: perl
25831            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
25832 ____________________________________________________________________________
25833 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
25834         Log: Clean up 1_compile.t; move tests to more consistent
25835              places (t/ subdirectories); add integer.t (much of
25836              the pragma is tested elsewhere but there is no one
25837              centralized place)
25838      Branch: perl
25839            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
25840            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
25841            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
25842            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
25843            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
25844            - lib/File/Find/find.t lib/File/Find/taint.t
25845            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
25846 ____________________________________________________________________________
25847 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
25848         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
25849              From: "chromatic" <chromatic@rmci.net>
25850              Date: Fri, 07 Sep 2001 10:17:40 -0600
25851              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
25852      Branch: perl
25853            ! lib/File/Find/taint.t
25854 ____________________________________________________________________________
25855 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
25856         Log: Update Changes.
25857      Branch: perl
25858            ! Changes patchlevel.h
25859 ____________________________________________________________________________
25860 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
25861         Log: Rename the old threading tutorial, start a new one,
25862              regen toc.
25863      Branch: perl
25864            + pod/perlothrtut.pod
25865            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
25866            ! pod/perltoc.pod
25867 ____________________________________________________________________________
25868 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
25869         Log: vars very much has a test.
25870      Branch: perl
25871            ! t/lib/1_compile.t
25872 ____________________________________________________________________________
25873 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
25874         Log: Subject: Re: wince/perl.ico marked as binary
25875              From: Nicholas Clark <nick@ccl4.org>
25876              Date: Fri, 7 Sep 2001 13:54:40 +0100
25877              Message-ID: <20010907135439.D39150@plum.flirble.org>
25878              
25879              and wince/Makefile.ce change from Rainer Keuchel.
25880      Branch: perl
25881            + wince/makeico.pl
25882            ! MANIFEST wince/Makefile.ce
25883 ____________________________________________________________________________
25884 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
25885         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
25886              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25887              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
25888              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
25889      Branch: perl
25890            ! regexec.c
25891 ____________________________________________________________________________
25892 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
25893         Log: (Replaced by #11934)
25894              Subject: Re: [PATCH regexec.c] more general .* and .*?
25895              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25896              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
25897              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
25898      Branch: perl
25899            ! regexec.c
25900 ____________________________________________________________________________
25901 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
25902         Log: The #11931 patching misbehaved.
25903      Branch: perl
25904            ! lib/Test/Harness/t/test-harness.t
25905 ____________________________________________________________________________
25906 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
25907         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
25908              From: Michael G Schwern <schwern@pobox.com>
25909              Date: Fri, 7 Sep 2001 03:30:41 -0400
25910              Message-ID: <20010907033041.A2796@blackrider>
25911      Branch: perl
25912            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
25913            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
25914            + t/lib/sample-tests/header_at_end_fail
25915            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
25916            - lib/Test/Harness.t
25917            ! MANIFEST lib/Test/Harness.pm t/TEST
25918 ____________________________________________________________________________
25919 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
25920         Log: Subject: [PATCH] Digest::MD5 update
25921              From: Gisle Aas <gisle@ActiveState.com>
25922              Date: 06 Sep 2001 23:32:56 -0700
25923              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
25924      Branch: perl
25925            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25926            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
25927 ____________________________________________________________________________
25928 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
25929         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
25930              From: "chromatic" <chromatic@rmci.net>
25931              Date: Thu, 06 Sep 2001 23:11:44 -0600
25932              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
25933      Branch: perl
25934            + lib/less.t
25935            ! MANIFEST t/lib/1_compile.t
25936 ____________________________________________________________________________
25937 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
25938         Log: The binary file must somehow differently stored.
25939      Branch: perl
25940            - wince/perl.ico
25941            ! MANIFEST
25942 ____________________________________________________________________________
25943 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
25944         Log: Add more modules to the list of modules that have tests,
25945              Schwern's wallet is getting more nervous.
25946              (Run t/lib/1_compile.t manually to see which modules
25947              are lacking tests, or the tests can't be run for some
25948              reason or another, such as the Net:: modules)
25949      Branch: perl
25950            ! t/lib/1_compile.t
25951 ____________________________________________________________________________
25952 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
25953         Log: Try to make Socket::inet_ntoa() more robust.
25954      Branch: perl
25955            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
25956 ____________________________________________________________________________
25957 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
25958         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
25959              From: chromatic <chromatic@rmci.net>       
25960              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
25961              Message-Id: <01090522580506.19590@firewheel>           
25962      Branch: perl
25963            ! lib/English.t
25964 ____________________________________________________________________________
25965 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
25966         Log: Subject: Re: perlvar manpage and localizing special vars
25967              From: Stas Bekman <stas@stason.org>
25968              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
25969              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
25970      Branch: perl
25971            ! pod/perlvar.pod
25972 ____________________________________________________________________________
25973 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
25974         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
25975              From: Robin Barker <rmb1@cise.npl.co.uk>
25976              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
25977              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
25978      Branch: perl
25979            ! lib/ExtUtils/MakeMaker.pm
25980 ____________________________________________________________________________
25981 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
25982         Log: Symbol missing; AIX unhappy.
25983      Branch: perl
25984            ! makedef.pl
25985 ____________________________________________________________________________
25986 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
25987         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
25988              Reported in 5.61, seems to work okay in blead.
25989      Branch: perl
25990            ! t/run/kill_perl.t
25991 ____________________________________________________________________________
25992 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
25993         Log: Update Changes.
25994      Branch: perl
25995            ! Changes patchlevel.h
25996 ____________________________________________________________________________
25997 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
25998         Log: Document the bad assumptions currently breaking
25999              the Socket.t tests 10, 11, and 13 in UNICOS.
26000      Branch: perl
26001            ! ext/Socket/Socket.xs
26002 ____________________________________________________________________________
26003 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
26004         Log: Subject: [PATCH x2p] make OPTIMIZE=...
26005              From: Robin Barker <rmb1@cise.npl.co.uk>
26006              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
26007              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
26008      Branch: perl
26009            ! x2p/Makefile.SH x2p/cflags.SH
26010 ____________________________________________________________________________
26011 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
26012         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
26013              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
26014              Date: Thu, 6 Sep 2001 11:09:40 +0100
26015              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
26016              
26017              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
26018              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26019              Date: 6 Sep 2001 10:14:38 -0000
26020              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
26021      Branch: perl
26022            ! pod/perlfaq1.pod pod/perlhack.pod
26023 ____________________________________________________________________________
26024 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
26025         Log: Subject: Extra NUL is Data::Dumper output - patch
26026              From: Tony Cook <tony@develop-help.com>
26027              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
26028              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
26029      Branch: perl
26030            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
26031 ____________________________________________________________________________
26032 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
26033         Log: Avoid redefinition warning
26034              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
26035              from
26036              perl -w -Ilib -MCwd -e ''
26037      Branch: perl
26038            ! lib/Cwd.pm
26039 ____________________________________________________________________________
26040 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
26041         Log: Update the is_tainted() example implementation.
26042      Branch: perl
26043            ! pod/perlsec.pod
26044 ____________________________________________________________________________
26045 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
26046         Log: Missing) in #11912.
26047      Branch: perl
26048            ! lib/Test/Simple/t/fail.t
26049 ____________________________________________________________________________
26050 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
26051         Log: Rewhack Test-Simple into core harness.
26052      Branch: perl
26053            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
26054            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
26055            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
26056            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
26057            ! lib/Test/Simple/t/skipall.t
26058 ____________________________________________________________________________
26059 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
26060         Log: Workaround for the new Exporter 'feature'.
26061      Branch: perl
26062            ! lib/Test/More.pm
26063 ____________________________________________________________________________
26064 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
26065         Log: Re-introduce pure-Perl fall-back for abs_path,
26066              re-introduce #11898.
26067      Branch: perl
26068            ! lib/Cwd.pm lib/File/Find.pm
26069 ____________________________________________________________________________
26070 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
26071         Log: More tests.
26072      Branch: perl
26073            ! lib/Exporter.t
26074 ____________________________________________________________________________
26075 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
26076         Log: Retract #11898 for now because it introduces
26077              a rather nasty depencency: when B is being built,
26078              MakeMaker is used.  MakeMaker uses File::Find.
26079              File::Find uses Cwd::getcwd()...which doesn't
26080              exist yet.
26081      Branch: perl
26082            ! lib/File/Find.pm
26083 ____________________________________________________________________________
26084 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
26085         Log: New test welcome.
26086      Branch: perl
26087            + lib/Test/Simple/t/simple.t
26088 ____________________________________________________________________________
26089 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
26090         Log: Old test begone.
26091      Branch: perl
26092            - lib/Attribute/Handlers/test.pl
26093 ____________________________________________________________________________
26094 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
26095         Log: Test-Simple syncup from Schwern.
26096      Branch: perl
26097            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
26098            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
26099            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
26100            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
26101            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
26102            - lib/Test/More/Changes lib/Test/More/t/More.t
26103            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
26104            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
26105            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
26106            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
26107            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
26108            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
26109            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
26110            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
26111            ! t/lib/Test/Simple/sample_tests/death.plx
26112            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
26113            ! t/lib/Test/Simple/sample_tests/extras.plx
26114            ! t/lib/Test/Simple/sample_tests/five_fail.plx
26115            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
26116            ! t/lib/Test/Simple/sample_tests/one_fail.plx
26117            ! t/lib/Test/Simple/sample_tests/require.plx
26118            ! t/lib/Test/Simple/sample_tests/success.plx
26119            ! t/lib/Test/Simple/sample_tests/too_few.plx
26120            ! t/lib/Test/Simple/sample_tests/two_fail.plx
26121 ____________________________________________________________________________
26122 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
26123         Log: Integrate File::Find changes from bleadperl
26124      Branch: maint-5.6/macperl
26125            ! lib/File/Find.pm t/lib/filefind-taint.t
26126 ____________________________________________________________________________
26127 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
26128         Log: Integrate 11847 from maint-5.6/perl
26129      Branch: maint-5.6/macperl
26130           !> sv.c
26131 ____________________________________________________________________________
26132 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
26133         Log: In UNICOS division yada yada.
26134      Branch: perl
26135            ! t/op/override.t
26136 ____________________________________________________________________________
26137 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
26138         Log: In UNICOS division is really lossy, better use
26139              a tolerance test.
26140      Branch: perl
26141            ! ext/Time/HiRes/HiRes.t
26142 ____________________________________________________________________________
26143 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
26144         Log: In UNICOS sigaction() sets an extra flag
26145              ("the signal has been registered for all the processes in
26146              a multitasking group.")
26147      Branch: perl
26148            ! ext/POSIX/sigaction.t
26149 ____________________________________________________________________________
26150 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
26151         Log: Documentation micropatch from Damian.
26152      Branch: perl
26153            ! lib/Attribute/Handlers.pm
26154 ____________________________________________________________________________
26155 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
26156         Log: (Retracted by #11908)
26157              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
26158              From: Michael G Schwern <schwern@pobox.com>
26159              Date: Wed, 5 Sep 2001 15:58:21 -0400
26160              Message-ID: <20010905155821.I632@blackrider>
26161      Branch: perl
26162            ! lib/File/Find.pm lib/File/Find/taint.t
26163 ____________________________________________________________________________
26164 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
26165         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
26166              From: Michael G Schwern <schwern@pobox.com>
26167              Date: Wed, 5 Sep 2001 19:16:31 -0400
26168              Message-ID: <20010905191631.E11386@blackrider>
26169      Branch: perl
26170            + lib/CGI/t/carp.t
26171            ! MANIFEST
26172 ____________________________________________________________________________
26173 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
26174         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
26175              From: chromatic <chromatic@rmci.net>
26176              Date: Wed, 5 Sep 2001 18:08:07 -0600
26177              Message-Id: <01090518080700.19590@firewheel>
26178      Branch: perl
26179            ! lib/English.pm
26180 ____________________________________________________________________________
26181 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
26182         Log: Fix a typo #11889 and add a test for the same.
26183      Branch: perl
26184            ! ext/Socket/Socket.t ext/Socket/Socket.xs
26185 ____________________________________________________________________________
26186 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
26187         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
26188              From: "Craig A. Berry" <craigberry@mac.com>
26189              Date: Wed, 05 Sep 2001 17:48:54 -0500
26190              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
26191      Branch: perl
26192            ! lib/warnings.t t/run/kill_perl.t
26193 ____________________________________________________________________________
26194 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
26195         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
26196              From: Michael G Schwern <schwern@pobox.com>
26197              Date: Wed, 5 Sep 2001 17:22:25 -0400
26198              Message-ID: <20010905172225.C11386@blackrider>
26199      Branch: perl
26200            ! t/run/kill_perl.t
26201 ____________________________________________________________________________
26202 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
26203         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
26204              From: Nicholas Clark <nick@ccl4.org>
26205              Date: Wed, 5 Sep 2001 20:54:24 +0100
26206              Message-ID: <20010905205424.C25120@plum.flirble.org>
26207      Branch: perl
26208            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
26209 ____________________________________________________________________________
26210 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
26211         Log: Forgotten thing.
26212      Branch: perl
26213            ! uconfig.h
26214 ____________________________________________________________________________
26215 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
26216         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
26217              From: chromatic <chromatic@rmci.net>               
26218              Date: Wed, 5 Sep 2001 13:22:08 -0600
26219              Message-Id: <01090513220807.10587@firewheel> 
26220      Branch: perl
26221            ! lib/English.pm
26222 ____________________________________________________________________________
26223 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
26224         Log: inet_ntoa() tweaks:
26225              - don't allow addresses with > 255 characters
26226              - indent the HP-UX workaround
26227              - don't leak memory
26228      Branch: perl
26229            ! ext/Socket/Socket.xs
26230 ____________________________________________________________________________
26231 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
26232         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
26233              <xwu@theeducationcenter.com>
26234      Branch: perl
26235            ! lib/File/Find.pm
26236 ____________________________________________________________________________
26237 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
26238         Log: Typo nits.
26239      Branch: perl
26240            ! lib/File/Find.pm
26241 ____________________________________________________________________________
26242 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
26243         Log: -Wall nit.
26244      Branch: perl
26245            ! op.c
26246 ____________________________________________________________________________
26247 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
26248         Log: Update to Scalar-List-Utils 1.05
26249      Branch: perl
26250            ! ext/List/Util/ChangeLog ext/List/Util/README
26251            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26252 ____________________________________________________________________________
26253 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
26254         Log: Update Changes.
26255      Branch: perl
26256            ! Changes patchlevel.h
26257 ____________________________________________________________________________
26258 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
26259         Log: Update to Scalar-List-Utils 1.04
26260      Branch: perl
26261            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
26262            ! ext/List/Util/lib/List/Util.pm
26263            ! ext/List/Util/lib/Scalar/Util.pm
26264 ____________________________________________________________________________
26265 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
26266         Log: Metaconfigify #11724.
26267      Branch: metaconfig
26268            ! U/threads/archname.U
26269 ____________________________________________________________________________
26270 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
26271         Log: The MacOS reference is okay, no reason to hide it.
26272      Branch: perl
26273            ! lib/Cwd.pm
26274 ____________________________________________________________________________
26275 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
26276         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
26277              From: Michael G Schwern <schwern@pobox.com>
26278              Date: Tue, 4 Sep 2001 15:30:10 -0400
26279              Message-ID: <20010904153010.H26466@blackrider> 
26280              
26281              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
26282      Branch: perl
26283            ! ext/Cwd/Makefile.PL lib/Cwd.pm
26284 ____________________________________________________________________________
26285 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
26286         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.))
26287              From: Michael G Schwern <schwern@pobox.com>
26288              Date: Tue, 4 Sep 2001 17:39:13 -0400
26289              Message-ID: <20010904173913.C626@blackrider>
26290      Branch: perl
26291            ! lib/Cwd.pm
26292 ____________________________________________________________________________
26293 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
26294         Log: Subject: Re: Perl_pp_* in public API?
26295              From: "Craig A. Berry" <craigberry@mac.com>
26296              Date: Tue, 4 Sep 2001 21:51:29 -0500
26297              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
26298      Branch: perl
26299            ! ext/List/Util/Util.xs
26300 ____________________________________________________________________________
26301 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
26302         Log: From Damian: Class::Struct was unable to define
26303              recursive classes.  After the patch an object reference
26304              (rather than a hash) is required to initialize
26305              an object attribute.  If no such initializer is given to
26306              the constructor, object attributes are now default
26307              initialized to C<undef>.
26308      Branch: perl
26309            ! lib/Class/Struct.pm lib/Class/Struct.t
26310 ____________________________________________________________________________
26311 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
26312         Log: Subject: Re: sv_catpvfn and sv_setpvfn
26313              From: Richard Soderberg <rs@oregonnet.com>
26314              Date: Tue, 4 Sep 2001 15:16:47 -0700
26315              Message-Id: <200109042216.PAA17858@oregonnet.com>
26316      Branch: perl
26317            ! pod/perlclib.pod pod/perlguts.pod
26318 ____________________________________________________________________________
26319 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
26320         Log: NetWare updates from Ananth Kesari.
26321      Branch: perl
26322            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
26323            ! NetWare/nw5thread.h
26324 ____________________________________________________________________________
26325 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
26326         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?))
26327              From: Nicholas Clark <nick@ccl4.org>
26328              Date: Tue, 4 Sep 2001 22:42:50 +0100
26329              Message-ID: <20010904224250.P25120@plum.flirble.org>
26330      Branch: perl
26331            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
26332            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
26333            ! t/op/oct.t toke.c
26334 ____________________________________________________________________________
26335 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
26336         Log: Fix Cwd::getcwd() not being tainted, as noticed
26337              by Schwern.
26338      Branch: perl
26339            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
26340            - ext/Cwd/Cwd.t
26341            ! MANIFEST ext/Cwd/Cwd.xs util.c
26342 ____________________________________________________________________________
26343 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
26344         Log: Retract #11870 and volatilize the right destruct_level.
26345              Silly thinko pointed out by Sarathy.
26346      Branch: perl
26347            ! intrpvar.h perl.c
26348 ____________________________________________________________________________
26349 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
26350         Log: At least a temporary fix for the mysterious scope core dumps
26351              in Tru64 from Graham.
26352      Branch: perl
26353            ! ext/List/Util/Util.xs
26354 ____________________________________________________________________________
26355 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
26356         Log: (Retracted by #11872)
26357      Branch: perl
26358            ! intrpvar.h
26359 ____________________________________________________________________________
26360 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
26361         Log: Quench a -Wall gripe noticed by Robin Barker.
26362      Branch: perl
26363            ! op.c
26364 ____________________________________________________________________________
26365 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
26366         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
26367              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26368              Date: Wed, 05 Sep 2001 02:01:32 +0900
26369              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
26370      Branch: perl
26371            ! lib/Unicode/UCD.pm
26372 ____________________________________________________________________________
26373 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
26374         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
26375              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26376              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
26377              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
26378      Branch: perl
26379            ! gv.c
26380 ____________________________________________________________________________
26381 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
26382         Log: Update Changes.
26383      Branch: perl
26384            ! Changes patchlevel.h
26385 ____________________________________________________________________________
26386 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
26387         Log: Add the \[$@%&*] prototype support.
26388      Branch: perl
26389            ! op.c pod/perlsub.pod t/comp/proto.t
26390 ____________________________________________________________________________
26391 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
26392         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
26393              From: Michael G Schwern <schwern@pobox.com>
26394              Date: Mon, 3 Sep 2001 18:59:01 -0400
26395              Message-ID: <20010903185901.Z9233@blackrider>
26396      Branch: perl
26397            ! lib/CGI/t/form.t
26398 ____________________________________________________________________________
26399 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
26400         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
26401              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26402              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
26403              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
26404      Branch: perl
26405            ! gv.c
26406 ____________________________________________________________________________
26407 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
26408         Log: More srand entry tweakage based on Randal's suggestion.
26409      Branch: perl
26410            ! pod/perlfunc.pod
26411 ____________________________________________________________________________
26412 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
26413         Log: Subject: [PATCH] 'main' *is* a reserved word
26414              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26415              Date: Mon, 3 Sep 2001 22:55:41 +0200
26416              Message-ID: <20010903225541.A24097@rafael>
26417      Branch: perl
26418            ! toke.c
26419 ____________________________________________________________________________
26420 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
26421         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
26422              From: Peter Prymmer <pvhp@best.com>
26423              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
26424              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
26425      Branch: perl
26426            ! README.vms configure.com
26427 ____________________________________________________________________________
26428 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
26429         Log: Subject: Re: A slightly better default seed?   
26430              From: Michael G Schwern <schwern@pobox.com>
26431              Date: Mon, 3 Sep 2001 18:08:15 -0400 
26432              Message-ID: <20010903180815.W9233@blackrider>
26433      Branch: perl
26434            ! t/op/srand.t
26435 ____________________________________________________________________________
26436 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
26437         Log: Add sharedsv.o to microperl object files.
26438      Branch: perl
26439            ! Makefile.micro
26440 ____________________________________________________________________________
26441 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
26442         Log: AUTHORS updates and
26443              
26444              Subject: [PATCH] Just some preening :-)        
26445              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
26446              Date: Tue, 4 Sep 2001 14:16:59 +0100
26447              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
26448      Branch: perl
26449            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
26450 ____________________________________________________________________________
26451 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
26452         Log: Typo fix and slight rewording.
26453      Branch: perl
26454            ! pod/perlfunc.pod
26455 ____________________________________________________________________________
26456 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
26457         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
26458      Branch: perl
26459            ! pod/perlfaq4.pod
26460 ____________________________________________________________________________
26461 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
26462         Log: The helper file changed name.
26463      Branch: perl
26464            ! MANIFEST
26465 ____________________________________________________________________________
26466 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
26467         Log: Update to Scalar-List-Utils 1.03
26468      Branch: perl
26469            + ext/List/Util/t/shuffle.t
26470            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
26471            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
26472            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
26473            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
26474            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
26475            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
26476            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
26477            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
26478 ____________________________________________________________________________
26479 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
26480         Log: Make crypt() do something more sane for Unicode
26481              (take crypt() of the low eight bits of the characters,
26482              instead of taking crypt() of the UTF-8 of the scalar);
26483              add a test for crypt().
26484      Branch: perl
26485            + t/op/crypt.t
26486            ! MANIFEST pod/perlfunc.pod pp.c
26487 ____________________________________________________________________________
26488 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
26489         Log: Reorganize the srand entry.
26490      Branch: perl
26491            ! pod/perlfunc.pod
26492 ____________________________________________________________________________
26493 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
26494         Log: Remove the tests that assume something about
26495              calling srand() without arguments multiple times.
26496      Branch: perl
26497            ! t/op/srand.t
26498 ____________________________________________________________________________
26499 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
26500         Log: Upgrade to Math::BigInt 1.42.
26501      Branch: perl
26502            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26503            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
26504            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
26505            ! lib/Math/BigInt/t/mbimbf.t
26506 ____________________________________________________________________________
26507 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
26508         Log: integrate change#11847 from maint-5.6
26509              
26510              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
26511      Branch: perl
26512            ! sv.c
26513 ____________________________________________________________________________
26514 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
26515         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
26516      Branch: maint-5.6/perl
26517            ! sv.c
26518 ____________________________________________________________________________
26519 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
26520         Log: As far as I can tell these functions have been Unicodified.
26521      Branch: perl
26522            ! doop.c
26523 ____________________________________________________________________________
26524 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
26525         Log: Update to Storable 1.0.13.
26526      Branch: perl
26527            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26528            ! ext/Storable/Storable.xs
26529 ____________________________________________________________________________
26530 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
26531         Log: Patch the Filter::Simple test to work with
26532              the core test suite (since the FilterTest.pm
26533              is in t/lib, not in lib).
26534      Branch: perl
26535            ! lib/Filter/Simple/t/filter.t
26536 ____________________________________________________________________________
26537 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
26538         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
26539      Branch: perl
26540            + t/lib/FilterTest.pm
26541            - t/lib/MyFilter.pm
26542 ____________________________________________________________________________
26543 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
26544         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
26545              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
26546              Text::Balanced 1.86.
26547      Branch: perl
26548            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
26549            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
26550            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
26551            + lib/Switch/t/nested.t lib/Switch/t/switch.t
26552            + lib/Text/Balanced/Changes lib/Text/Balanced/README
26553            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
26554            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
26555            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
26556            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
26557            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
26558            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
26559            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
26560            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
26561            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
26562            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
26563            ! MANIFEST lib/Attribute/Handlers.pm
26564            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
26565            ! lib/Attribute/Handlers/demo/Demo.pm
26566            ! lib/Attribute/Handlers/demo/Descriptions.pm
26567            ! lib/Attribute/Handlers/demo/MyClass.pm
26568            ! lib/Attribute/Handlers/demo/demo.pl
26569            ! lib/Attribute/Handlers/demo/demo2.pl
26570            ! lib/Attribute/Handlers/demo/demo3.pl
26571            ! lib/Attribute/Handlers/demo/demo4.pl
26572            ! lib/Attribute/Handlers/demo/demo_call.pl
26573            ! lib/Attribute/Handlers/demo/demo_chain.pl
26574            ! lib/Attribute/Handlers/demo/demo_cycle.pl
26575            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
26576            ! lib/Attribute/Handlers/demo/demo_phases.pl
26577            ! lib/Attribute/Handlers/demo/demo_range.pl
26578            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
26579            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
26580            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
26581            ! lib/Text/Balanced.pm
26582 ____________________________________________________________________________
26583 [ 11841] By: sky                                   on 2001/09/03  11:04:15
26584         Log: Forgot to add a file with Change #11840
26585      Branch: perl
26586            + t/op/srand.t
26587 ____________________________________________________________________________
26588 [ 11840] By: sky                                   on 2001/09/03  11:02:04
26589         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
26590              From: Michael G Schwern <schwern@pobox.com>
26591              Date: Mon, 3 Sep 2001 07:43:00 -0400
26592              Message-ID: <20010903074300.E9233@blackrider>
26593      Branch: perl
26594            ! MANIFEST pod/perlfunc.pod t/op/rand.t
26595 ____________________________________________________________________________
26596 [ 11839] By: sky                                   on 2001/09/03  10:47:11
26597         Log: Document the changes with regards to running of END blocks.
26598              And DESTROY on global objects are called in perl_destruct()!
26599      Branch: perl
26600            ! pod/perl572delta.pod pod/perlembed.pod
26601 ____________________________________________________________________________
26602 [ 11838] By: sky                                   on 2001/09/03  09:34:44
26603         Log: Subject: [PATCH t/op/time.t] Partial cleanup
26604              From: Michael G Schwern <schwern@pobox.com>
26605              Date: Mon, 3 Sep 2001 06:29:42 -0400
26606              Message-ID: <20010903062942.C9233@blackrider>
26607      Branch: perl
26608            ! t/op/time.t
26609 ____________________________________________________________________________
26610 [ 11837] By: sky                                   on 2001/09/03  09:30:02
26611         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
26612              From: Michael G Schwern <schwern@pobox.com>
26613              Date: Mon, 3 Sep 2001 06:24:13 -0400
26614              Message-ID: <20010903062413.B9233@blackrider>
26615      Branch: perl
26616            ! t/op/rand.t
26617 ____________________________________________________________________________
26618 [ 11836] By: sky                                   on 2001/09/03  07:56:47
26619         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
26620              From: Michael G Schwern <schwern@pobox.com>
26621              Date: Sun, 2 Sep 2001 21:38:43 -0400
26622              Message-ID: <20010902213843.L2711@blackrider>
26623      Branch: perl
26624            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
26625            ! MANIFEST
26626 ____________________________________________________________________________
26627 [ 11835] By: nick                                  on 2001/09/03  06:20:06
26628         Log: Integrate mainline
26629      Branch: perlio
26630           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
26631            - t/op/misc.t
26632           !> (integrate 187 files)
26633 ____________________________________________________________________________
26634 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
26635         Log: Update Changes.
26636      Branch: perl
26637            ! Changes patchlevel.h
26638 ____________________________________________________________________________
26639 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
26640         Log: Slight tweaks.
26641      Branch: perl
26642            ! t/run/kill_perl.t
26643 ____________________________________________________________________________
26644 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
26645         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
26646      Branch: perl
26647            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26648 ____________________________________________________________________________
26649 [ 11831] By: sky                                   on 2001/09/02  12:10:42
26650         Log: Change #11828 wasn't complete, this updates to intest path
26651      Branch: perl
26652            ! t/run/kill_perl.t
26653 ____________________________________________________________________________
26654 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
26655         Log: 's's's.
26656      Branch: perl
26657            ! Changes
26658 ____________________________________________________________________________
26659 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
26660         Log: Update Changes.
26661      Branch: perl
26662            ! Changes patchlevel.h
26663 ____________________________________________________________________________
26664 [ 11828] By: sky                                   on 2001/09/02  11:53:56
26665         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
26666              From: Michael G Schwern <schwern@pobox.com>
26667              Date: Sat, 1 Sep 2001 20:18:58 -0400
26668              Message-ID: <20010901201858.X606@blackrider>
26669              +MANIFEST Fix
26670      Branch: perl
26671            + t/run/kill_perl.t
26672            - t/op/misc.t t/run/segfault.t
26673            ! MANIFEST
26674 ____________________________________________________________________________
26675 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
26676         Log: Subject: [PATCH] lib/Time/Local.pm
26677              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26678              Date: Sun, 2 Sep 2001 06:50:01 -0500
26679              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
26680      Branch: perl
26681            ! lib/Time/Local.pm
26682 ____________________________________________________________________________
26683 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
26684         Log: Tick off Unicode collation and the normalization from
26685              the todo list.
26686      Branch: perl
26687            ! pod/perltodo.pod
26688 ____________________________________________________________________________
26689 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
26690         Log: Update to Unicode 3.1.1.
26691      Branch: perl
26692            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
26693            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
26694            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
26695            ! lib/unicore/PropList.txt lib/unicore/README.perl
26696            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
26697            ! lib/unicore/rename lib/unicore/version
26698 ____________________________________________________________________________
26699 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
26700         Log: Slight doc tweaks for the module.
26701      Branch: perl
26702            ! lib/Unicode/UCD.pm
26703 ____________________________________________________________________________
26704 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
26705         Log: Rename the variable: it *used* to be (wrongly) that the
26706              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
26707              but that is no more the case: PL_reg_match_utf8 is better.
26708      Branch: perl
26709            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
26710            ! regexec.c sv.c thrdvar.h
26711 ____________________________________________________________________________
26712 [ 11822] By: ams                                   on 2001/09/02  02:54:50
26713         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
26714              From: Ilmari Karonen <iltzu@sci.fi>
26715              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
26716              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
26717              (op/sub_lval.t updated to take new error message into account.)
26718      Branch: perl
26719            ! op.c t/op/sub_lval.t
26720 ____________________________________________________________________________
26721 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
26722         Log: remove stray CRs in files; keep all files with UNIX line-ends
26723              (Porting/makerel adds CRs to the files that need it in the
26724              distribution)
26725      Branch: perl
26726            ! NetWare/t/NWScripts.pl README.dos
26727            ! ext/Encode/Encode/cns11643-1.enc
26728            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
26729            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
26730 ____________________________________________________________________________
26731 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
26732         Log: some remnants of change#11803
26733      Branch: perl
26734            ! ext/ByteLoader/byterun.h perl.h
26735 ____________________________________________________________________________
26736 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
26737         Log: Update to Unicode::Collate 0.08.
26738      Branch: perl
26739            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26740            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
26741 ____________________________________________________________________________
26742 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
26743         Log: Test tweaks.
26744      Branch: perl
26745            ! t/op/pat.t
26746 ____________________________________________________________________________
26747 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
26748         Log: Fix test
26749      Branch: maint-5.6/macperl
26750            ! t/lib/b.t
26751 ____________________________________________________________________________
26752 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
26753         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
26754              warnings in Config.pm with -W; increase default and
26755              minimum RAM; bump version number.
26756      Branch: maint-5.6/macperl
26757            + macos/lib/Mac/LowMem.pm
26758            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
26759            ! macos/configpm macos/macperl/MacPerl.r
26760 ____________________________________________________________________________
26761 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
26762         Log: Make syntax check report in MPW style, fix tests
26763              to use Mac::err=unix to get normal-style error
26764              messages.
26765      Branch: maint-5.6/macperl
26766            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
26767            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
26768 ____________________________________________________________________________
26769 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
26770         Log: Make MPW-style errors optional (but the default); add
26771              MacPerl::ErrorFormat() function and Mac::err pragma
26772      Branch: maint-5.6/macperl
26773            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
26774            + macos/ext/Mac/err/err.xs
26775            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
26776            ! macos/macish.c macos/macish.h macos/macperl.sym
26777 ____________________________________________________________________________
26778 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
26779         Log: More module and test ports from Thomas Wegner et al
26780      Branch: maint-5.6/macperl
26781            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26782            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
26783            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
26784            ! t/op/magic.t
26785 ____________________________________________________________________________
26786 [ 11812] By: sky                                   on 2001/09/01  17:19:30
26787         Log: Subject: [PATCH t/op/concat.t] cleanup
26788              From: Michael G Schwern <schwern@pobox.com>
26789              Date: Sat, 1 Sep 2001 14:06:28 -0400
26790              Message-ID: <20010901140628.C606@blackrider>
26791      Branch: perl
26792            ! t/op/concat.t
26793 ____________________________________________________________________________
26794 [ 11811] By: sky                                   on 2001/09/01  12:25:29
26795         Log: Change #11805 didn't update the MANIFEST
26796      Branch: perl
26797            ! MANIFEST
26798 ____________________________________________________________________________
26799 [ 11810] By: sky                                   on 2001/09/01  11:52:44
26800         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
26801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26802              Date: Sat, 1 Sep 2001 14:50:14 +0200
26803              Message-ID: <20010901145014.A691@rafael>
26804      Branch: perl
26805            ! t/op/inccode.t
26806 ____________________________________________________________________________
26807 [ 11809] By: sky                                   on 2001/09/01  11:49:22
26808         Log: Subject: PATCH: ExtUtils::MakeMaker
26809              From: Tony Bowden <tony@kasei.com>
26810              Date: Sat, 1 Sep 2001 10:33:53 +0100
26811              Message-ID: <20010901103353.A13863@soto.kasei.com>
26812              Manually applied
26813      Branch: perl
26814            ! lib/ExtUtils/MakeMaker.pm
26815 ____________________________________________________________________________
26816 [ 11808] By: sky                                   on 2001/09/01  11:39:13
26817         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
26818              From: mike808@users.sourceforge.net
26819              Date: Sat, 1 Sep 101 11:27:50 GMT
26820              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
26821              With little tweak
26822      Branch: perl
26823            ! lib/Term/Cap.pm
26824 ____________________________________________________________________________
26825 [ 11807] By: ams                                   on 2001/09/01  11:31:16
26826         Log: Subject: oct() and hex()
26827              From: Nicholas Clark <nick@ccl4.org>
26828              Date: Fri, 31 Aug 2001 23:14:13 +0100
26829              Message-Id: <20010831231413.J4950@plum.flirble.org>
26830      Branch: perl
26831            ! pod/perlclib.pod
26832 ____________________________________________________________________________
26833 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
26834         Log: Integrate change 11801 from maintperl
26835      Branch: maint-5.6/macperl
26836            ! perl.c
26837 ____________________________________________________________________________
26838 [ 11805] By: sky                                   on 2001/08/31  21:35:10
26839         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
26840              From: Michael G Schwern <schwern@pobox.com>
26841              Date: Fri, 31 Aug 2001 15:36:28 -0400
26842              Message-ID: <20010831153628.B598@blackrider>
26843              Check for things which used to segfault
26844      Branch: perl
26845            + t/run/segfault.t
26846 ____________________________________________________________________________
26847 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
26848         Log: integrate change#11801 from maint-5.6
26849              
26850              remove age-old UNICOS "workaround" that introduces a static, and
26851              hence an egregious race condition for threaded builds (*sigh*
26852              beats me why this kludge wasn't guarded by a UNICOS-specific
26853              #define *sigh*)
26854      Branch: perl
26855            ! perl.c
26856 ____________________________________________________________________________
26857 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
26858         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
26859              working in 5.7.x
26860      Branch: perl
26861            - objXSUB.h
26862            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
26863            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
26864            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
26865            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
26866            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
26867            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
26868            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
26869            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
26870            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
26871            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
26872            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
26873            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
26874            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
26875            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
26876            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
26877            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
26878            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
26879            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
26880            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
26881            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
26882            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
26883            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
26884 ____________________________________________________________________________
26885 [ 11802] By: ams                                   on 2001/08/31  18:11:32
26886         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
26887              From: "Philip Newton" <Philip.Newton@gmx.net>
26888              Date: Fri, 31 Aug 2001 21:12:56 +0200
26889              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
26890      Branch: perl
26891            ! pod/perldiag.pod
26892 ____________________________________________________________________________
26893 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
26894         Log: remove age-old UNICOS "workaround" that introduces a static, and
26895              hence an egregious race condition for threaded builds (*sigh*
26896              beats me why this kludge wasn't guarded by a UNICOS-specific
26897              #define *sigh*)
26898      Branch: maint-5.6/perl
26899            ! perl.c
26900 ____________________________________________________________________________
26901 [ 11800] By: sky                                   on 2001/08/31  17:30:26
26902         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
26903              Might break on platforms where bool is larger than 8 bites ???
26904      Branch: perl
26905            ! regcomp.c
26906 ____________________________________________________________________________
26907 [ 11799] By: ams                                   on 2001/08/31  12:15:44
26908         Log: Integrate 11778 into mainline.
26909      Branch: perl
26910            ! t/base/term.t
26911 ____________________________________________________________________________
26912 [ 11798] By: sky                                   on 2001/08/31  11:31:44
26913         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
26914              supposed to happen.
26915      Branch: perl
26916            ! regcomp.c
26917 ____________________________________________________________________________
26918 [ 11797] By: sky                                   on 2001/08/31  11:28:17
26919         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
26920              From: "John P. Linderman" <jpl@research.att.com>
26921              Date: Fri, 31 Aug 2001 08:20:35 -0400
26922              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
26923              Fixes test 14 which could fail randomly in rare cases.
26924      Branch: perl
26925            ! ext/Time/HiRes/HiRes.t regcomp.c
26926 ____________________________________________________________________________
26927 [ 11796] By: ams                                   on 2001/08/31  01:13:07
26928         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
26929              From: Nicholas Clark <nick@ccl4.org>
26930              Date: Thu, 30 Aug 2001 23:21:50 +0100
26931              Message-Id: <20010830232150.D4950@plum.flirble.org>
26932      Branch: perl
26933            ! ext/Sys/Syslog/Makefile.PL
26934 ____________________________________________________________________________
26935 [ 11795] By: ams                                   on 2001/08/30  23:53:23
26936         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
26937              patching example
26938              From: Michael G Schwern <schwern@pobox.com>
26939              Date: Thu, 30 Aug 2001 17:02:08 -0400
26940              Message-Id: <20010830170208.M2318@blackrider>
26941      Branch: perl
26942            ! pod/perlhack.pod
26943 ____________________________________________________________________________
26944 [ 11794] By: ams                                   on 2001/08/30  19:35:36
26945         Log: Subject: [PATCH] pp_modulo
26946              From: Nicholas Clark <nick@ccl4.org>
26947              Date: Thu, 30 Aug 2001 18:20:54 +0100
26948              Message-Id: <20010830182053.A4950@plum.flirble.org>
26949      Branch: perl
26950            ! pp.c t/op/64bitint.t
26951 ____________________________________________________________________________
26952 [ 11793] By: sky                                   on 2001/08/30  13:02:48
26953         Log: 11792 wasn't complete
26954      Branch: perl
26955            ! makedef.pl regcomp.c
26956 ____________________________________________________________________________
26957 [ 11792] By: sky                                   on 2001/08/30  12:21:11
26958         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
26959      Branch: perl
26960            ! makedef.pl
26961 ____________________________________________________________________________
26962 [ 11791] By: sky                                   on 2001/08/30  10:08:02
26963         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
26964      Branch: perl
26965            ! config_h.SH
26966 ____________________________________________________________________________
26967 [ 11790] By: sky                                   on 2001/08/30  08:22:31
26968         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
26969              on the pad. Fixes coredumps in cleanups introduced by
26970              Change 11755  
26971      Branch: perl
26972            ! op.c perl.c sv.h
26973 ____________________________________________________________________________
26974 [ 11789] By: sky                                   on 2001/08/29  19:01:47
26975         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
26976              This is a replacement implmentation that works on HPUX.
26977              This bug should probably be fixed in GCC.
26978      Branch: perl
26979            ! ext/Socket/Socket.xs
26980 ____________________________________________________________________________
26981 [ 11788] By: ams                                   on 2001/08/29  17:35:33
26982         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
26983              From: Nicholas Clark <nick@ccl4.org>
26984              Date: Wed, 29 Aug 2001 18:21:56 +0100
26985              Message-Id: <20010829182156.O4950@plum.flirble.org>
26986      Branch: perl
26987            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
26988 ____________________________________________________________________________
26989 [ 11787] By: sky                                   on 2001/08/29  10:42:54
26990         Log: Added test for pack_addr_in and unpack_addr_in
26991              Nitpik in test 10
26992      Branch: perl
26993            ! ext/Socket/Socket.t
26994 ____________________________________________________________________________
26995 [ 11786] By: sky                                   on 2001/08/29  10:28:14
26996         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
26997              Trying to catch errors on HP-UX
26998      Branch: perl
26999            ! ext/Socket/Socket.t
27000 ____________________________________________________________________________
27001 [ 11785] By: sky                                   on 2001/08/29  09:07:03
27002         Log: make sure USE_THREADS is defined so external apps work
27003      Branch: perl
27004            ! config_h.SH
27005 ____________________________________________________________________________
27006 [ 11784] By: sky                                   on 2001/08/29  08:06:12
27007         Log: Subject: Re: The hitlist of untested modules.
27008              From: Jonathan Stowe <gellyfish@gellyfish.com>
27009              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
27010              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
27011              Start of tests for Shell.pm (make Schwern poorer!)
27012      Branch: perl
27013            + lib/Shell.t
27014            ! MANIFEST
27015 ____________________________________________________________________________
27016 [ 11783] By: sky                                   on 2001/08/29  07:37:50
27017         Log: END{} can change the return value even if we die from BEGIN{}
27018      Branch: perl
27019            ! miniperlmain.c
27020 ____________________________________________________________________________
27021 [ 11782] By: ams                                   on 2001/08/29  06:32:17
27022         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
27023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27024              Date: Wed, 29 Aug 2001 09:18:17 +0200
27025              Message-Id: <20010829091817.A4453@rafael>
27026      Branch: perl
27027            ! t/op/inccode.t
27028 ____________________________________________________________________________
27029 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
27030         Log: Delete xsubpp.patch, as full copy exists now
27031      Branch: maint-5.6/macperl
27032            - macos/xsubpp.patch
27033 ____________________________________________________________________________
27034 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
27035         Log: Add Changes file
27036      Branch: maint-5.6/macperl
27037            + macos/Changes
27038 ____________________________________________________________________________
27039 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
27040         Log: Add Mac version of xsubpp as separate file
27041      Branch: maint-5.6/macperl
27042            + macos/xsubpp
27043            ! macos/Makefile.mk
27044 ____________________________________________________________________________
27045 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
27046         Log: Fix open of /dev/null for Mac OS
27047      Branch: maint-5.6/macperl
27048            ! t/base/term.t
27049 ____________________________________________________________________________
27050 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
27051         Log: Various patches: enable more tests; skip CVS in PerlInstall;
27052              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
27053      Branch: maint-5.6/macperl
27054            ! macos/MacPerlTests.cmd macos/PerlInstall
27055            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
27056 ____________________________________________________________________________
27057 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
27058         Log: Allow for platforms to override formatting of errors
27059              on output from Matthias Neeracher (Mac files)
27060      Branch: maint-5.6/macperl
27061            ! macos/macish.c macos/macish.h
27062 ____________________________________________________________________________
27063 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
27064         Log: Allow for platforms to override formatting of errors
27065              on output from Matthias Neeracher (core files)
27066      Branch: maint-5.6/macperl
27067            ! perl.h pp_ctl.c util.c
27068 ____________________________________________________________________________
27069 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
27070         Log: Add some param checking, from reports by Kevin Reid.
27071      Branch: maint-5.6/macperl
27072            ! macos/ext/Mac/Controls/Controls.pm
27073            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
27074 ____________________________________________________________________________
27075 [ 11773] By: ams                                   on 2001/08/28  23:54:57
27076         Log: Subject: [PATCH] make coretest
27077              From: Paul Johnson <paul@pjcj.net>
27078              Date: Wed, 29 Aug 2001 00:11:38 +0200
27079              Message-Id: <20010829001138.B12169@pjcj.net>
27080              (Applied without the change to perlhack.pod. This should
27081              probably stay undocumented.)
27082      Branch: perl
27083            ! Makefile.SH t/TEST
27084 ____________________________________________________________________________
27085 [ 11772] By: sky                                   on 2001/08/28  13:01:20
27086         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
27087              From: Michael G Schwern <schwern@pobox.com>
27088              Date: Tue, 28 Aug 2001 09:57:39 -0400
27089              Message-ID: <20010828095738.E17775@blackrider>
27090      Branch: perl
27091            ! pod/perlhack.pod t/op/pack.t
27092 ____________________________________________________________________________
27093 [ 11771] By: sky                                   on 2001/08/28  11:20:13
27094         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
27095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27096              Date: Tue, 28 Aug 2001 14:23:43 +0200
27097              Message-ID: <20010828142343.A19299@rafael>
27098      Branch: perl
27099            ! pod/perlvar.pod pp_ctl.c
27100 ____________________________________________________________________________
27101 [ 11770] By: ams                                   on 2001/08/28  10:13:21
27102         Log: Subject: [PATCH] odd typo in op.h
27103              From: Nicholas Clark <nick@ccl4.org>
27104              Date: Tue, 28 Aug 2001 12:10:26 +0100
27105              Message-Id: <20010828121026.V4950@plum.flirble.org>
27106      Branch: perl
27107            ! op.h
27108 ____________________________________________________________________________
27109 [ 11769] By: sky                                   on 2001/08/28  08:09:16
27110         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
27111              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
27112              Date: Tue, 28 Aug 2001 02:22:20 +0300
27113              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
27114      Branch: perl
27115            ! ext/B/B/Lint.pm
27116 ____________________________________________________________________________
27117 [ 11768] By: ams                                   on 2001/08/28  00:47:35
27118         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
27119              From: Michael G Schwern <schwern@pobox.com>
27120              Date: Mon, 27 Aug 2001 21:24:44 -0400
27121              Message-Id: <20010827212444.F12582@blackrider>
27122      Branch: perl
27123            ! pod/perlhack.pod t/op/pack.t
27124 ____________________________________________________________________________
27125 [ 11767] By: ams                                   on 2001/08/27  23:59:48
27126         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
27127              From: Michael G Schwern <schwern@pobox.com>
27128              Date: Mon, 27 Aug 2001 20:12:29 -0400
27129              Message-Id: <20010827201229.D12582@blackrider>
27130      Branch: perl
27131            ! pod/perlhack.pod t/op/pack.t
27132 ____________________________________________________________________________
27133 [ 11766] By: ams                                   on 2001/08/27  23:39:40
27134         Log: Update Changes.
27135      Branch: perl
27136            ! Changes
27137 ____________________________________________________________________________
27138 [ 11765] By: ams                                   on 2001/08/27  22:53:10
27139         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
27140              From: Michael G Schwern <schwern@pobox.com>
27141              Date: Mon, 27 Aug 2001 19:47:30 -0400
27142              Message-Id: <20010827194730.C12582@blackrider>
27143      Branch: perl
27144            ! t/op/inccode.t
27145 ____________________________________________________________________________
27146 [ 11764] By: ams                                   on 2001/08/27  22:46:21
27147         Log: Subject: [PATCH] new tests for the coderef-in-@INC
27148              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27149              Date: Mon, 27 Aug 2001 22:36:27 +0200
27150              Message-Id: <20010827223627.C690@rafael>
27151              
27152              Subject: Re: [PATCH] new tests for the coderef-in-@INC
27153              From: Nicholas Clark <nick@ccl4.org>
27154              Date: Tue, 28 Aug 2001 00:02:46 +0100
27155              Message-Id: <20010828000245.R4950@plum.flirble.org>
27156      Branch: perl
27157            + t/op/inccode.t
27158            ! MANIFEST
27159 ____________________________________________________________________________
27160 [ 11763] By: ams                                   on 2001/08/27  22:41:09
27161         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
27162              bleadperl on fire, Win95+4NT)
27163              From: Michael G Schwern <schwern@pobox.com>
27164              Date: Mon, 27 Aug 2001 16:54:42 -0400
27165              Message-Id: <20010827165442.F9436@blackrider>
27166      Branch: perl
27167            ! lib/warnings.t
27168 ____________________________________________________________________________
27169 [ 11762] By: sky                                   on 2001/08/27  19:19:17
27170         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
27171              avaible at compile time. This broke the compilation of 
27172              Net/Ping.pm
27173      Branch: perl
27174            ! lib/Net/Ping.pm
27175 ____________________________________________________________________________
27176 [ 11761] By: sky                                   on 2001/08/27  18:34:48
27177         Log: Removed tripple definitions of CUSTOM_OP functions.
27178      Branch: perl
27179            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
27180 ____________________________________________________________________________
27181 [ 11760] By: sky                                   on 2001/08/27  18:21:27
27182         Log: Regen headers
27183      Branch: perl
27184            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
27185            ! perlapi.h proto.h
27186 ____________________________________________________________________________
27187 [ 11759] By: ams                                   on 2001/08/27  16:31:53
27188         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
27189              From: "chromatic" <chromatic@rmci.net>
27190              Date: Mon, 27 Aug 2001 11:17:09 -0600
27191              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
27192      Branch: perl
27193            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
27194 ____________________________________________________________________________
27195 [ 11758] By: sky                                   on 2001/08/27  15:16:42
27196         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
27197              Thanks to H. Merijn Brand for the patch.
27198              Some of the comments and or guards might be removable in perl.h now.
27199      Branch: perl
27200            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
27201            ! Porting/Glossary Porting/config_H README.threads config_h.SH
27202            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
27203            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
27204            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
27205            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
27206            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
27207            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
27208            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
27209            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
27210            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
27211            ! win32/config_H.vc win32/perllib.c win32/win32.h
27212            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
27213            ! wince/config.h wince/config_H.ce wince/win32.h
27214            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
27215 ____________________________________________________________________________
27216 [ 11757] By: sky                                   on 2001/08/27  13:39:16
27217         Log: Subject: GNU ld parses arguments different
27218              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27219              Date: Mon, 27 Aug 2001 16:25:51 +0200
27220              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
27221      Branch: perl
27222            ! hints/hpux.sh
27223 ____________________________________________________________________________
27224 [ 11756] By: sky                                   on 2001/08/27  13:18:45
27225         Log: Subject: Custom Ops
27226              From: Simon Cozens <simon@netthink.co.uk>
27227              Date: Sat, 25 Aug 2001 17:45:09 +0100
27228              Message-ID: <20010825174509.A5752@netthink.co.uk>
27229              I also added a fix to Opcode.pm to quite test cases.
27230      Branch: perl
27231            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
27232            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
27233 ____________________________________________________________________________
27234 [ 11755] By: sky                                   on 2001/08/27  05:37:17
27235         Log: Plugs a memory leak on destruction of regular expressions
27236              introcued by #11274.
27237              PL_regex_padav now has an AV as it's first entry with a list
27238              of freed regex_padav slots that it will reuse on creating
27239              new PMOPs.
27240      Branch: perl
27241            ! op.c perl.c
27242 ____________________________________________________________________________
27243 [ 11754] By: ams                                   on 2001/08/26  14:38:52
27244         Log: Subject: [PATCH] t/io/binmode.t
27245              From: Nicholas Clark <nick@ccl4.org>
27246              Date: Sun, 26 Aug 2001 12:03:05 +0100
27247              Message-Id: <20010826120305.C4950@plum.flirble.org>
27248              
27249              (Also a nitpick in #11752 to t/op/universal.t)
27250      Branch: perl
27251            ! t/io/binmode.t t/op/universal.t
27252 ____________________________________________________________________________
27253 [ 11753] By: ams                                   on 2001/08/26  08:19:34
27254         Log: Subject: [PATCH] op/universal.t failing
27255              From: Nicholas Clark <nick@ccl4.org>
27256              Date: Sun, 26 Aug 2001 09:48:22 +0100
27257              Message-Id: <20010826094822.B4950@plum.flirble.org>
27258      Branch: perl
27259            ! t/op/universal.t
27260 ____________________________________________________________________________
27261 [ 11752] By: ams                                   on 2001/08/25  22:46:13
27262         Log: Subject: Re: 'can' with undefined subs
27263              From: Tony Bowden <tony@kasei.com>
27264              Date: Sat, 25 Aug 2001 14:58:17 +0100
27265              Message-Id: <20010825145817.A11788@soto.kasei.com>
27266              (Applied with minor modifications.)
27267      Branch: perl
27268            ! t/op/universal.t
27269 ____________________________________________________________________________
27270 [ 11751] By: ams                                   on 2001/08/25  18:28:43
27271         Log: Subject: Re: 'can' with undefined subs
27272              From: Tony Bowden <tony@kasei.com>
27273              Date: Sat, 25 Aug 2001 15:13:14 +0100
27274              Message-Id: <20010825151314.B11788@soto.kasei.com>
27275      Branch: perl
27276            ! lib/UNIVERSAL.pm
27277 ____________________________________________________________________________
27278 [ 11750] By: nick                                  on 2001/08/25  15:24:15
27279         Log: Integrate mainline
27280      Branch: perlio
27281           +> t/io/binmode.t
27282           !> (integrate 26 files)
27283 ____________________________________________________________________________
27284 [ 11749] By: nick                                  on 2001/08/25  14:55:41
27285         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
27286              From:  John Peacock <jpeacock@rowman.com>
27287              Date:  Wed, 22 Aug 2001 12:05:28 -0400
27288              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
27289      Branch: perl
27290            ! pod/perlhack.pod
27291 ____________________________________________________________________________
27292 [ 11748] By: nick                                  on 2001/08/25  14:53:04
27293         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
27294              From:  Michael G Schwern <schwern@pobox.com>
27295              Date:  Wed, 22 Aug 2001 19:22:45 -0400
27296              Message-Id:  <20010822192245.U619@blackrider>
27297      Branch: perl
27298            ! MANIFEST
27299 ____________________________________________________________________________
27300 [ 11747] By: nick                                  on 2001/08/25  14:52:33
27301         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
27302              From:  Nicholas Clark <nick@ccl4.org>
27303              Date:  Wed, 22 Aug 2001 23:29:06 +0100
27304              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
27305      Branch: perl
27306            + t/io/binmode.t
27307            ! perlio.c pod/perlfunc.pod
27308 ____________________________________________________________________________
27309 [ 11744] By: nick                                  on 2001/08/25  14:37:33
27310         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
27311              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27312              Date:  Fri, 24 Aug 2001 22:10:42 +0200
27313              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
27314      Branch: perl
27315            ! x2p/a2py.c x2p/walk.c
27316 ____________________________________________________________________________
27317 [ 11743] By: nick                                  on 2001/08/25  14:32:47
27318         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
27319              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27320              Date:  Fri, 24 Aug 2001 23:34:13 +0200
27321              Message-Id:  <20010824233413.A1285@rafael>
27322      Branch: perl
27323            ! pod/perlfunc.pod pod/perlvar.pod
27324 ____________________________________________________________________________
27325 [ 11742] By: ams                                   on 2001/08/25  13:16:02
27326         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
27327              From: Nicholas Clark <nick@ccl4.org>
27328              Date: Sat, 25 Aug 2001 14:50:07 +0100
27329              Message-Id: <20010825145007.L41464@plum.flirble.org>
27330      Branch: perl
27331            ! pp_ctl.c
27332 ____________________________________________________________________________
27333 [ 11741] By: nick                                  on 2001/08/24  07:08:45
27334         Log: When applying patch via Porting/apply fails, do p4 refresh
27335              to get old files back.
27336      Branch: perl
27337            ! Porting/apply
27338 ____________________________________________________________________________
27339 [ 11740] By: ams                                   on 2001/08/24  04:47:24
27340         Log: #11739 was incomplete.
27341      Branch: perl
27342            ! pod/perldiag.pod
27343 ____________________________________________________________________________
27344 [ 11739] By: ams                                   on 2001/08/24  04:09:40
27345         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
27346              From: "Philip Newton" <Philip.Newton@gmx.net>
27347              Date: Fri, 24 Aug 2001 07:08:34 +0200
27348      Branch: perl
27349            ! pod/perldiag.pod
27350 ____________________________________________________________________________
27351 [ 11738] By: ams                                   on 2001/08/24  02:19:42
27352         Log: Fixed Doug Wilson's email address.
27353      Branch: perl
27354            ! AUTHORS
27355 ____________________________________________________________________________
27356 [ 11737] By: ams                                   on 2001/08/24  00:10:13
27357         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
27358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27359              Date: Thu, 23 Aug 2001 22:22:58 +0200
27360              Message-Id: <20010823222258.A901@rafael>
27361      Branch: perl
27362            ! pod/perldiag.pod
27363 ____________________________________________________________________________
27364 [ 11736] By: ams                                   on 2001/08/24  00:05:02
27365         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
27366              From: "Craig A. Berry" <craigberry@mac.com>
27367              Date: Thu, 23 Aug 2001 19:07:45 -0500
27368              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
27369      Branch: perl
27370            ! configure.com
27371 ____________________________________________________________________________
27372 [ 11735] By: sky                                   on 2001/08/23  13:42:07
27373         Log: Backed out 11732, it breaks lib/strict.t 
27374      Branch: perl
27375            ! op.c
27376 ____________________________________________________________________________
27377 [ 11734] By: sky                                   on 2001/08/23  11:45:59
27378         Log: Removed toy from 17133 after Matt Sargeants request.
27379      Branch: perl
27380            ! pod/perlfaq4.pod
27381 ____________________________________________________________________________
27382 [ 11733] By: sky                                   on 2001/08/23  11:36:29
27383         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
27384              From: Robin Houston <robin@kitsite.com>
27385              Date: Wed, 22 Aug 2001 23:06:16 +0100
27386              Message-ID: <20010822230616.A254@robin.kitsite.com>
27387      Branch: perl
27388            ! pod/perlfaq4.pod
27389 ____________________________________________________________________________
27390 [ 11732] By: sky                                   on 2001/08/23  10:36:02
27391         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
27392              From: Simon Cozens <simon@netthink.co.uk>
27393              Date: Thu, 23 Aug 2001 12:06:36 +0100
27394              Message-ID: <20010823120636.A9961@netthink.co.uk>
27395      Branch: perl
27396            ! op.c
27397 ____________________________________________________________________________
27398 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
27399         Log: fix broken windows build
27400      Branch: perl
27401            ! perl.h
27402 ____________________________________________________________________________
27403 [ 11730] By: ams                                   on 2001/08/22  21:35:30
27404         Log: Subject: [PATCH] io/tell.t doesn't chdir t
27405              From: Nicholas Clark <nick@ccl4.org>
27406              Date: Wed, 22 Aug 2001 23:25:58 +0100
27407              Message-Id: <20010822232557.Y82818@plum.flirble.org>
27408      Branch: perl
27409            ! t/io/tell.t
27410 ____________________________________________________________________________
27411 [ 11729] By: ams                                   on 2001/08/22  20:32:21
27412         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
27413              questions)
27414              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27415              Date: Wed, 22 Aug 2001 17:09:04 -0400
27416              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
27417              (Oops, forgot File::Spec::Unix in the previous patch.)
27418      Branch: perl
27419            ! lib/File/Spec/Unix.pm
27420 ____________________________________________________________________________
27421 [ 11728] By: ams                                   on 2001/08/22  20:25:41
27422         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
27423              questions)
27424              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27425              Date: Wed, 22 Aug 2001 17:09:04 -0400
27426              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
27427      Branch: perl
27428            ! lib/File/Spec.pm
27429 ____________________________________________________________________________
27430 [ 11727] By: ams                                   on 2001/08/22  19:43:30
27431         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
27432              From: John Peacock <jpeacock@rowman.com>
27433              Date: Wed, 22 Aug 2001 12:35:52 -0400
27434              Message-Id: <3B83DF68.5D89DC81@rowman.com>
27435              (Adds proper tests for $], notwithstanding Subject. +nitpick)
27436      Branch: perl
27437            ! t/op/ver.t
27438 ____________________________________________________________________________
27439 [ 11726] By: ams                                   on 2001/08/22  19:36:39
27440         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
27441              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
27442              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
27443              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
27444      Branch: perl
27445            ! lib/diagnostics.pm lib/diagnostics.t
27446 ____________________________________________________________________________
27447 [ 11725] By: ams                                   on 2001/08/22  19:25:01
27448         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
27449              From: Nicholas Clark <nick@ccl4.org>
27450              Date: Wed, 22 Aug 2001 20:59:05 +0100
27451              Message-Id: <20010822205905.U82818@plum.flirble.org>
27452      Branch: perl
27453            ! pp.c t/op/64bitint.t t/op/arith.t
27454 ____________________________________________________________________________
27455 [ 11724] By: ams                                   on 2001/08/22  10:02:33
27456         Log: Subject: Configure blooper
27457              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27458              Date: Wed, 22 Aug 2001 12:38:35 +0200
27459              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
27460      Branch: perl
27461            ! Configure
27462 ____________________________________________________________________________
27463 [ 11723] By: ams                                   on 2001/08/21  16:17:53
27464         Log: Subject: [PATCH] installperl -help
27465              From: Nicholas Clark <nick@ccl4.org>
27466              Date: Tue, 21 Aug 2001 17:34:23 +0100
27467              Message-Id: <20010821173423.F82818@plum.flirble.org>
27468      Branch: perl
27469            ! installperl
27470 ____________________________________________________________________________
27471 [ 11722] By: ams                                   on 2001/08/20  07:46:31
27472         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
27473              From: Ilmari Karonen <iltzu@sci.fi>
27474              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
27475              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
27476      Branch: perl
27477            ! pod/perlvar.pod
27478 ____________________________________________________________________________
27479 [ 11721] By: nick                                  on 2001/08/20  06:24:31
27480         Log: Integrate mainline
27481      Branch: perlio
27482           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
27483           +> lib/Lingua/KO/Hangul/Util/Changes
27484           +> lib/Lingua/KO/Hangul/Util/README
27485           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
27486           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
27487           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
27488           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
27489           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
27490           +> lib/Unicode/Normalize/t/test.t
27491            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
27492           !> (integrate 55 files)
27493 ____________________________________________________________________________
27494 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
27495         Log: Integrate Change #11599 from maint-5.6/perl
27496      Branch: maint-5.6/macperl
27497           !> README.win32
27498 ____________________________________________________________________________
27499 [ 11719] By: ams                                   on 2001/08/18  21:21:42
27500         Log: Add Porting/apply to MANIFEST.
27501      Branch: perl
27502            ! MANIFEST
27503 ____________________________________________________________________________
27504 [ 11718] By: sky                                   on 2001/08/18  14:38:01
27505         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
27506              Better solution would be to make 5005threaded perl use
27507              the same system as ithreads do
27508      Branch: perl
27509            ! perl.h
27510 ____________________________________________________________________________
27511 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
27512         Log: New try for ID 20010407.006: detach the semantics
27513              "was the last match target UTF8" into its own variable.
27514      Branch: perl
27515            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
27516            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
27517 ____________________________________________________________________________
27518 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
27519         Log: UTF8 flag should be meaningful only when POK.
27520      Branch: perl
27521            ! dump.c
27522 ____________________________________________________________________________
27523 [ 11715] By: sky                                   on 2001/08/18  11:45:16
27524         Log: USE_THREADS and USE_ITHREADS are never true at the same time
27525      Branch: perl
27526            ! perl.h
27527 ____________________________________________________________________________
27528 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
27529         Log: Retract #11712 for now.  The real fix would probably
27530              be something like making PL_reg_sv a copy (PV + UTF8)
27531              of the matched/substituted string (note: not just a SvPOK
27532              string, for example the stringified form of a ROK would
27533              be applicable)  Beware of leaks.
27534      Branch: perl
27535            ! pp_hot.c t/op/pat.t
27536 ____________________________________________________________________________
27537 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
27538         Log: UTF8 wasn't printing for PVMGs.
27539      Branch: perl
27540            ! dump.c
27541 ____________________________________________________________________________
27542 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
27543         Log: (Retracted by #11714)
27544              
27545              Okay analysis, debatable fix.  (The fix will inc
27546              the refcount of all temporary match objects,
27547              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
27548              which will then cause griping at untie() time
27549              ("inner references remain").
27550              
27551              Fix for ID 20010407.006: PL_reg_sv got wiped out
27552              by freetemps if the match target was a temporary
27553              (like function_call() =~ /.../), which in turn meant
27554              that the $1 et al stopped working if they had UTF-8
27555              in them.  Therefore bump up the refcount of PL_reg_sv.
27556      Branch: perl
27557            ! pp_hot.c t/op/pat.t
27558 ____________________________________________________________________________
27559 [ 11711] By: ams                                   on 2001/08/17  20:32:08
27560         Log: Subject: [PATCH] doesn't compile, was perl@11710
27561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27562              Date: Fri, 17 Aug 2001 23:21:10 +0200
27563              Message-Id: <20010817232110.C7041@rafael> 
27564      Branch: perl
27565            ! sharedsv.c
27566 ____________________________________________________________________________
27567 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
27568         Log: Update Changes.
27569      Branch: perl
27570            ! Changes patchlevel.h
27571 ____________________________________________________________________________
27572 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
27573         Log: Upgrade to libnet 1.0704.
27574      Branch: perl
27575            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
27576            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
27577            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
27578            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
27579            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
27580            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
27581            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
27582 ____________________________________________________________________________
27583 [ 11708] By: sky                                   on 2001/08/17  13:34:04
27584         Log: Let perl_clone copy PL_exit_flags
27585      Branch: perl
27586            ! sv.c
27587 ____________________________________________________________________________
27588 [ 11707] By: sky                                   on 2001/08/17  12:28:41
27589         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
27590      Branch: perl
27591            ! sharedsv.c sharedsv.h
27592 ____________________________________________________________________________
27593 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
27594         Log: The metaconfig unit change for #11705.
27595      Branch: metaconfig/U/perl
27596            ! Extensions.U
27597 ____________________________________________________________________________
27598 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
27599         Log: Allow the threads extension to be found if present.
27600      Branch: perl
27601            ! Configure
27602 ____________________________________________________________________________
27603 [ 11704] By: nick                                  on 2001/08/17  11:47:54
27604         Log: Mail -> change script (pre-alpha)
27605      Branch: perl
27606            + Porting/apply
27607 ____________________________________________________________________________
27608 [ 11703] By: sky                                   on 2001/08/17  07:11:24
27609         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
27610              Thanks to Tom Hospel for pointing out my error.
27611      Branch: perl
27612            ! op.h
27613 ____________________________________________________________________________
27614 [ 11702] By: sky                                   on 2001/08/17  04:18:11
27615         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.
27616      Branch: perl
27617            ! embed.pl miniperlmain.c perl.c perl.h proto.h
27618 ____________________________________________________________________________
27619 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
27620         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
27621              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
27622      Branch: perl
27623            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27624            + lib/Lingua/KO/Hangul/Util/README
27625            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
27626            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
27627            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
27628            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
27629            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
27630            + lib/Unicode/Normalize/t/test.t
27631            ! MANIFEST
27632 ____________________________________________________________________________
27633 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
27634         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
27635              Date: Thu, 16 Aug 2001 22:46:15 -0500
27636              From: "Craig A. Berry" <craigberry@mac.com>
27637              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
27638      Branch: perl
27639            ! configure.com numeric.c
27640 ____________________________________________________________________________
27641 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
27642         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
27643              of the usual suspects (like getpwent) but not for others
27644              (like localtime and rand).  The _r versions are available
27645              for all of them, so let's use them.
27646      Branch: perl
27647            ! perl.h
27648 ____________________________________________________________________________
27649 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
27650         Log: (Accidental apply; thankfully empty.)
27651      Branch: perl
27652            ! hints/os390.sh
27653 ____________________________________________________________________________
27654 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
27655         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
27656              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27657              Date: Thu, 16 Aug 2001 16:27:49 +0100
27658              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
27659      Branch: perl
27660            ! regexec.c t/op/re_tests
27661 ____________________________________________________________________________
27662 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
27663         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
27664              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27665              Date: Thu, 16 Aug 2001 18:50:01 +0100
27666              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
27667      Branch: perl
27668            ! pp_hot.c t/op/pat.t
27669 ____________________________________________________________________________
27670 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
27671         Log: Subject: [PATCH] *time_r again
27672              From: "Arthur Bergman" <arthur@contiller.se>
27673              Date: Thu, 16 Aug 2001 16:01:54 +0200
27674              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
27675      Branch: perl
27676            ! op.h
27677 ____________________________________________________________________________
27678 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
27679         Log: system() and backtick error handling cleanup from Craig A. Berry.
27680      Branch: perl
27681            ! vms/vms.c
27682 ____________________________________________________________________________
27683 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
27684         Log: change#10334 leaks memory, copies string when it doesn't
27685              need to
27686      Branch: perl
27687            ! perl.c
27688 ____________________________________________________________________________
27689 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
27690         Log: One more twist to the sprintf + utf8 testing.
27691      Branch: perl
27692            ! t/op/misc.t
27693 ____________________________________________________________________________
27694 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
27695         Log: Fix for 20010407.008 sprintf removes utf8-ness.
27696      Branch: perl
27697            ! pp.c t/op/misc.t
27698 ____________________________________________________________________________
27699 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
27700         Log: Subject: [PATCH] *time_r fixes
27701              From: "Arthur Bergman" <arthur@contiller.se>
27702              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
27703              Date: Thu, 16 Aug 2001 14:22:27 +0200
27704      Branch: perl
27705            ! op.h
27706 ____________________________________________________________________________
27707 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
27708         Log: Upgrade to CGI.pm 2.77.
27709      Branch: perl
27710            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
27711            ! lib/CGI/t/function.t
27712 ____________________________________________________________________________
27713 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
27714         Log: Document the bytes-to-Unicode upgrading.
27715      Branch: perl
27716            ! pod/perlunicode.pod
27717 ____________________________________________________________________________
27718 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
27719         Log: Add a test for Unicode sprintf.
27720      Branch: perl
27721            ! t/op/misc.t
27722 ____________________________________________________________________________
27723 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
27724         Log: Add Unicode tests for index/rindex.
27725      Branch: perl
27726            ! t/op/index.t
27727 ____________________________________________________________________________
27728 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
27729         Log: Document a bit the art of minimizing the installation,
27730              based on the p5p discussion.
27731      Branch: perl
27732            ! INSTALL
27733 ____________________________________________________________________________
27734 [ 11684] By: nick                                  on 2001/08/15  15:03:31
27735         Log: Integrate mainline
27736      Branch: perlio
27737           +> sharedsv.c sharedsv.h
27738           !> (integrate 53 files)
27739 ____________________________________________________________________________
27740 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
27741         Log: Update Changes.
27742      Branch: perl
27743            ! Changes patchlevel.h
27744 ____________________________________________________________________________
27745 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
27746         Log: The #11673 necessitated a test tweak.
27747      Branch: perl
27748            ! t/io/utf8.t
27749 ____________________________________________________________________________
27750 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
27751         Log: Also UNICOS is in the general case unable to silently
27752              handle fp overflows.
27753      Branch: perl
27754            ! numeric.c
27755 ____________________________________________________________________________
27756 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
27757         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
27758              NV_EPSILON #defined.
27759      Branch: perl
27760            ! perl.h
27761 ____________________________________________________________________________
27762 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
27763         Log: Re-establish the fp overflow detection for VAX VMS; there
27764              is no easy way to have the IEEE fp silent overflow semantics.
27765              (in Alpha VMS we still will use IEEE fp by default-- but it
27766              is still possible to configure Perl to use G_FLOAT)
27767      Branch: perl
27768            ! numeric.c
27769 ____________________________________________________________________________
27770 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
27771         Log: Subject: [PATCH] pp_lock 
27772              From: "Arthur Bergman" <arthur@contiller.se>
27773              Date: Wed, 15 Aug 2001 11:52:16 +0200
27774              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
27775      Branch: perl
27776            ! pp.c
27777 ____________________________________________________________________________
27778 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
27779         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
27780              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27781              Date: Wed, 15 Aug 2001 11:32:11 +0100
27782              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
27783      Branch: perl
27784            ! regcomp.c t/op/re_tests
27785 ____________________________________________________________________________
27786 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
27787         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
27788              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27789              Date: Wed, 15 Aug 2001 10:33:49 +0100
27790              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
27791      Branch: perl
27792            ! regexec.c t/op/re_tests
27793 ____________________________________________________________________________
27794 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
27795         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
27796              From: Barrie Slaymaker <barries@slaysys.com>
27797              Date: Tue, 14 Aug 2001 14:32:25 -0400
27798              Message-ID: <20010814143225.A19822@jester.slaysys.com>
27799      Branch: perl
27800            ! lib/File/Spec.t lib/File/Spec/Unix.pm
27801 ____________________________________________________________________________
27802 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
27803         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
27804              From: Peter Prymmer <pvhp@forte.com>
27805              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
27806              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
27807      Branch: perl
27808            ! README.vms configure.com
27809 ____________________________________________________________________________
27810 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
27811         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
27812              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27813              Date: Tue, 14 Aug 2001 21:23:27 +0200
27814              Message-ID: <20010814212327.A1919@rafael>
27815      Branch: perl
27816            ! doio.c
27817 ____________________________________________________________________________
27818 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
27819         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
27820              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27821              Date: Tue, 14 Aug 2001 22:30:11 +0200
27822              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
27823              
27824              Combination of nmake, quoting, and Perl expanded $( in here-doc.
27825      Branch: perl
27826            ! ext/SDBM_File/Makefile.PL
27827 ____________________________________________________________________________
27828 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
27829         Log: Todo updates.
27830      Branch: perl
27831            ! pod/perltodo.pod
27832 ____________________________________________________________________________
27833 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
27834         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
27835              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27836              Date: Mon, 13 Aug 2001 23:15:01 +0200
27837              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
27838      Branch: perl
27839            ! sv.c
27840 ____________________________________________________________________________
27841 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
27842         Log: Subject: [PATCH] [b-]showlex.t
27843              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27844              Date: Sun, 12 Aug 2001 22:24:51 +0200
27845              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
27846              
27847              The 4nt command shell will expand the % in command line
27848              no matter what quoting is attempted, changed the % to @.
27849      Branch: perl
27850            ! ext/B/Showlex.t
27851 ____________________________________________________________________________
27852 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
27853         Log: Subject: [PATCH] magic.t
27854              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27855              Date: Sun, 12 Aug 2001 20:49:27 +0200
27856              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
27857      Branch: perl
27858            ! t/op/magic.t
27859 ____________________________________________________________________________
27860 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
27861         Log: Add sharedsv* to the DOSish platforms; plus add
27862              some WinCE files to the list of DOSish files.
27863      Branch: perl
27864            ! NetWare/Makefile Porting/makerel win32/Makefile
27865            ! win32/makefile.mk wince/Makefile.ce
27866 ____________________________________________________________________________
27867 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
27868         Log: More DOSish files.
27869      Branch: perl
27870            ! Porting/makerel
27871 ____________________________________________________________________________
27872 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
27873         Log: Strip CRs from the WinCE files.  Now we need to
27874              figure out in which CRs are really needed: probably
27875              Makefile.ce and the README files, at least, probably
27876              also the registry.bat.
27877      Branch: perl
27878            ! wince/Makefile.ce wince/README.compile wince/README.perlce
27879            ! wince/config.h wince/include/cectype.h wince/include/errno.h
27880            ! wince/include/sys/stat.h wince/include/sys/types.h
27881            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
27882            ! wince/perldll.def wince/registry.bat wince/wince.h
27883            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
27884 ____________________________________________________________________________
27885 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
27886         Log: Add some files to DOSish and writables.
27887      Branch: perl
27888            ! Porting/makerel
27889 ____________________________________________________________________________
27890 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
27891         Log: Compile failure message tidying.
27892      Branch: perl
27893            ! t/lib/1_compile.t
27894 ____________________________________________________________________________
27895 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
27896         Log: The new sharedsv* should be exported only if usethreads.
27897      Branch: perl
27898            ! makedef.pl
27899 ____________________________________________________________________________
27900 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
27901         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
27902              From: Peter Prymmer <pvhp@forte.com>
27903              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
27904              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
27905      Branch: perl
27906            ! README.os390
27907 ____________________________________________________________________________
27908 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
27909         Log: Update Changes.
27910      Branch: perl
27911            ! Changes patchlevel.h
27912 ____________________________________________________________________________
27913 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
27914         Log: Subject: [PATHC] sharedsv.[c|h]
27915              From: "Artur Bergman" <artur@contiller.se>
27916              Date: Mon, 13 Aug 2001 14:38:41 +0200
27917              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
27918              
27919              Subject: [PATCH] embed.pl
27920              From: Arthur Bergman <arthur@contiller.se>
27921              Date: Mon, 13 Aug 2001 14:38:14 +0200
27922              Message-ID: <B79D96D6.3088%arthur@contiller.se>
27923              
27924              Subject: [PATCH] sharedsv cleanups
27925              From: "Arthur Bergman" <arthur@contiller.se>
27926              Date: Mon, 13 Aug 2001 15:14:25 +0200
27927              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
27928              
27929              Plus few tweaks: _init needs to be Adp, the prototypes
27930              should not be revealed unless using ithreads, #endif FOO
27931              must be #endif /* FOO */, adding (parentheses) around
27932              do { } while doesn't work too well.
27933      Branch: perl
27934            + sharedsv.c sharedsv.h
27935            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
27936            ! perl.h perlapi.c pod/perlapi.pod proto.h
27937 ____________________________________________________________________________
27938 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
27939         Log: Subject: Re: END {} blocks run in perl_run
27940              From: Arthur Bergman <arthur@contiller.se>
27941              Date: Mon, 13 Aug 2001 11:11:30 +0200
27942              Message-ID: <B79D6661.3068%arthur@contiller.se>
27943      Branch: perl
27944            ! perl.c
27945 ____________________________________________________________________________
27946 [ 11657] By: nick                                  on 2001/08/13  09:03:02
27947         Log: Integrate mainline
27948      Branch: perlio
27949           +> (branch 326 files)
27950            - (delete 330 files)
27951           !> (integrate 85 files)
27952 ____________________________________________________________________________
27953 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
27954         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
27955              and the Perl will be built to do that by default (adding that
27956              will break scripts having non-UTF-8 binary data, such as Latin-1.)
27957      Branch: perl
27958            ! op.c toke.c utf8.h
27959 ____________________________________________________________________________
27960 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
27961         Log: Unnecessary downgrades.
27962      Branch: perl
27963            ! doop.c
27964 ____________________________________________________________________________
27965 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
27966         Log: Failure not true anymore (probably caused by my broken setup).
27967      Branch: perl
27968            ! t/op/pat.t
27969 ____________________________________________________________________________
27970 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
27971         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
27972              stopped working).
27973      Branch: perl
27974            ! op.h pp_ctl.c regcomp.c
27975 ____________________________________________________________________________
27976 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
27977         Log: There is no IN_UTF8.
27978      Branch: perl
27979            ! utf8.h
27980 ____________________________________________________________________________
27981 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
27982         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
27983      Branch: perl
27984            ! op.c op.h pp_ctl.c regcomp.c
27985 ____________________________________________________________________________
27986 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
27987         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
27988              and a test tweak.
27989      Branch: perl
27990            ! op.c t/pod/find.t
27991 ____________________________________________________________________________
27992 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
27993         Log: Todo updates and fixes.
27994      Branch: perl
27995            ! pod/perltodo.pod
27996 ____________________________________________________________________________
27997 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
27998         Log: Mark tests (and one module) having explicit Latin-1
27999              (and one file having explicit UTF-8) with an explicit
28000              'no utf8' (and one explicit 'use utf8').
28001              
28002              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
28003      Branch: perl
28004            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
28005            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
28006            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
28007 ____________________________________________________________________________
28008 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
28009         Log: Subject: SV: END {} blocks run in perl_run
28010              From: "Arthur Bergman" <arthur@contiller.se>
28011              Date: Sun, 12 Aug 2001 00:34:28 +0200 
28012              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
28013      Branch: perl
28014            ! miniperlmain.c perl.c
28015 ____________________________________________________________________________
28016 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
28017         Log: Typos in #11645.
28018      Branch: perl
28019            ! perl.h
28020 ____________________________________________________________________________
28021 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
28022         Log: On ithreads default to use_reentrant except on naturally
28023              threadsafe platforms.
28024      Branch: perl
28025            ! perl.h
28026 ____________________________________________________________________________
28027 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
28028         Log: (Hopefully) a fix for 20010723.004: make install needs
28029              write permission in build directory.  The problem was
28030              probably caused by overeager sprinkling of the lib/re.pm
28031              dependencies (which was done to guarantee lib/re.pm being
28032              uptodate for parallel makes: now solved by funneling that
28033              through an explicit recursive make in the preplibrary target).
28034      Branch: perl
28035            ! Makefile.SH
28036 ____________________________________________________________________________
28037 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
28038         Log: Dispell the "use utf8" superstition.
28039      Branch: perl
28040            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
28041            ! pod/perlunicode.pod
28042 ____________________________________________________________________________
28043 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
28044         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
28045              From: "Abigail" <abigail@foad.org> 
28046              Date: Sat, 11 Aug 2001 23:49:49 +0200
28047              Message-ID: <20010811214950.23255.qmail@foad.org>
28048      Branch: perl
28049            ! t/op/taint.t
28050 ____________________________________________________________________________
28051 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
28052         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
28053              From: Abhijit Menon-Sen <ams@wiw.org>
28054              Date: Sat, 11 Aug 2001 06:18:19 +0530
28055              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
28056      Branch: perl
28057            ! mg.c
28058 ____________________________________________________________________________
28059 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
28060         Log: Test for change #11639.
28061      Branch: perl
28062            ! t/op/tiehandle.t
28063 ____________________________________________________________________________
28064 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
28065         Log: Subject: Re: Can't localize *FH, then tie it
28066              From: Abhijit Menon-Sen <ams@wiw.org>
28067              Date: Sun, 12 Aug 2001 16:08:06 +0530
28068              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
28069      Branch: perl
28070            ! pp_hot.c pp_sys.c
28071 ____________________________________________________________________________
28072 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
28073         Log: Drop all the unnecessary "use utf8" clauses and some of
28074              the unnecessary "use bytes" ones.
28075              
28076              TODO: scour the documentation for unnecessary "use utf8"
28077              and prominently display it in perldelta when the time comes.
28078              ("use utf8" should be necessary ONLY if one wants the script
28079              to be in UTF-8.)  Also should be checked in some non-ASCII
28080              non-Latin-1 platform, like EBCDIC.
28081      Branch: perl
28082            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
28083            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
28084 ____________________________________________________________________________
28085 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
28086         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
28087              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
28088              in Unicode handling.
28089      Branch: perl
28090            + t/op/lc.t
28091            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
28092 ____________________________________________________________________________
28093 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
28094         Log: Thinko: we want the flags for native cc, not gcc.
28095      Branch: perl
28096            ! hints/dec_osf.sh
28097 ____________________________________________________________________________
28098 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
28099         Log: (retracted by 13077)
28100              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
28101              From: Robin Houston <robin@kitsite.com>
28102              Date: Fri, 10 Aug 2001 14:42:02 +0100
28103              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
28104      Branch: perl
28105            ! pp.c
28106 ____________________________________________________________________________
28107 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
28108         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
28109              From: Abhijit Menon-Sen <ams@wiw.org>
28110              Date: Sat, 11 Aug 2001 16:31:04 +0530
28111              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
28112      Branch: perl
28113            ! op.c
28114 ____________________________________________________________________________
28115 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
28116         Log: Get rid of indread, from Abhijit Menon-Sen.
28117      Branch: perl
28118            ! pp_sys.c
28119 ____________________________________________________________________________
28120 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
28121         Log: CRLFgngngn.
28122      Branch: perl
28123            ! win32/Makefile win32/makefile.mk
28124 ____________________________________________________________________________
28125 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
28126         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
28127      Branch: perl
28128            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
28129            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
28130            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
28131            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
28132            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
28133            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
28134            ! win32/Makefile win32/makefile.mk
28135 ____________________________________________________________________________
28136 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
28137         Log: Avoid #elif (less portable than #else #if).
28138      Branch: perl
28139            ! handy.h
28140 ____________________________________________________________________________
28141 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
28142         Log: Subject: patch for perlvar.pod
28143              From: mah@everybody.org (Mark A. Hershberger)
28144              Date: 08 Aug 2001 17:03:16 -0500
28145              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
28146      Branch: perl
28147            ! pod/perlvar.pod
28148 ____________________________________________________________________________
28149 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
28150         Log: cpp commands must start (the # must be) at the column #0.
28151      Branch: perl
28152            ! op.c
28153 ____________________________________________________________________________
28154 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
28155         Log: If using gcc -B/foo/bar makedepend would give
28156              unnecessary warnings about unused -B/foo/bar.
28157      Branch: perl
28158            ! makedepend.SH
28159 ____________________________________________________________________________
28160 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
28161         Log: Update Changes.
28162      Branch: perl
28163            ! Changes patchlevel.h
28164 ____________________________________________________________________________
28165 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
28166         Log: s/z/tz/
28167      Branch: perl
28168            ! pod/perlfaq2.pod
28169 ____________________________________________________________________________
28170 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
28171         Log: Article nit.
28172      Branch: perl
28173            ! pod/perlfaq2.pod
28174 ____________________________________________________________________________
28175 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
28176         Log: Rename lib/unicode files to lib/unicore to avoid
28177              conflicts between core lib/unicode and Unicode::
28178              files in case-ignoring filesystems.
28179      Branch: perl
28180            + (add 325 files)
28181            - (delete 324 files)
28182            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
28183 ____________________________________________________________________________
28184 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
28185         Log: Upgrade to Math::BigInt 1.41.
28186      Branch: perl
28187            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
28188 ____________________________________________________________________________
28189 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
28190         Log: Subject: [PATCH] remove PL_na from typemap
28191              From: James <james@rf.net>
28192              Date: Mon, 06 Aug 2001 20:23:15 -0700
28193              Message-ID: <3B6F5F23.A31A81B1@rf.net>
28194              
28195              (had to be manually applied)
28196      Branch: perl
28197            ! lib/ExtUtils/typemap
28198 ____________________________________________________________________________
28199 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
28200         Log: The metaconfig unit changes for #11618.
28201      Branch: metaconfig/U/perl
28202            + d_fpclassl.U i_fp.U
28203 ____________________________________________________________________________
28204 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
28205         Log: Forgot this from #11618.
28206              
28207              NOTE: wince/config_H.ce needs updating.
28208      Branch: perl
28209            ! wince/config.ce
28210 ____________________________________________________________________________
28211 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
28212         Log: Introduce more floating point classifying APIs;
28213              try to define (most importantly) Perl_is{inf,nan}(x).
28214              
28215              For this first cut, assume none such APIs exist in non-UNIXoid
28216              platforms-- this is of course too unkind: Win32 rumoredly has
28217              _fpclass() and _isnan(), and VMS/VOS very probably have some
28218              of the APIs available.     The only thing Perl uses at the moment
28219              is Perl_isnan() (has been in use for a while now).
28220              
28221              NOTE: the Win32 and NetWare config_h.?c need regenerating.
28222      Branch: perl
28223            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
28224            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28225            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
28226            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28227            ! vos/config.ga.h win32/config.bc win32/config.gc
28228            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28229            ! win32/config_H.vc wince/config.ce wince/config.h
28230 ____________________________________________________________________________
28231 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
28232         Log: Integrate change #11519 from perlio:
28233              
28234              Avoid testing for (non-)existance of "encoding(xxxx)"
28235              layer is called "encoding" the (xxxx) is an argument.
28236      Branch: perl
28237           !> lib/open.pm
28238 ____________________________________________________________________________
28239 [ 11616] By: nick                                  on 2001/08/09  07:50:24
28240         Log: Integrate mainline
28241      Branch: perlio
28242           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
28243           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
28244           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
28245           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
28246            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
28247            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
28248           !> (integrate 79 files)
28249 ____________________________________________________________________________
28250 [ 11615] By: nick                                  on 2001/08/09  06:23:44
28251         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
28252              layer is called "encoding" the (xxxx) is an argument.
28253      Branch: perlio
28254            ! lib/open.pm
28255 ____________________________________________________________________________
28256 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
28257         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
28258              From: Paul Johnson <paul@pjcj.net>
28259              Date: Wed, 8 Aug 2001 23:54:17 +0200
28260              Message-ID: <20010808235417.O1006@pjcj.net>
28261      Branch: perl
28262            ! ext/B/B/Concise.pm
28263 ____________________________________________________________________________
28264 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
28265         Log: Make VMS use IEEE math by default; reorder Tru64 hints
28266              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
28267              exception semantics) is always set if using (the new) cc.
28268      Branch: perl
28269            ! configure.com hints/dec_osf.sh
28270 ____________________________________________________________________________
28271 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
28272         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
28273              From: Abhijit Menon-Sen <ams@wiw.org>
28274              Date: Tue, 7 Aug 2001 17:16:05 +0530
28275              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
28276      Branch: perl
28277            ! pp_sys.c
28278 ____________________________________________________________________________
28279 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
28280         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
28281              From: "Craig A. Berry" <craigberry@mac.com>
28282              Date: Tue, 07 Aug 2001 22:27:47 -0500
28283              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
28284      Branch: perl
28285            ! t/run/exit.t
28286 ____________________________________________________________________________
28287 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
28288         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
28289              From: "Craig A. Berry" <craigberry@mac.com>
28290              Date: Tue, 07 Aug 2001 20:01:53 -0500
28291              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
28292      Branch: perl
28293            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
28294 ____________________________________________________________________________
28295 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
28296         Log: Update the magazine information.
28297      Branch: perl
28298            ! pod/perlfaq2.pod
28299 ____________________________________________________________________________
28300 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
28301         Log: Ignore SIGFPE everywhere.
28302      Branch: perl
28303            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
28304 ____________________________________________________________________________
28305 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
28306         Log: With permission, change the licensing of the docs by
28307              TomC (and Gnat) to comply with the rest of Perl.
28308      Branch: perl
28309            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28310            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28311            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28312            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
28313            ! pod/perltootc.pod
28314 ____________________________________________________________________________
28315 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
28316         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
28317              From: Andy Dougherty <doughera@lafayette.edu>
28318              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
28319              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
28320      Branch: perl
28321            ! hints/openbsd.sh
28322 ____________________________________________________________________________
28323 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
28324         Log: Subject: [PATCH] Makefile.SH test_prep dependency
28325              From: Andy Dougherty <doughera@lafayette.edu>
28326              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
28327              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
28328      Branch: perl
28329            ! Makefile.SH
28330 ____________________________________________________________________________
28331 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
28332         Log: Don't autogenerate the headers et alia,
28333              make regen_headers explicitly.
28334      Branch: perl
28335            ! Makefile.SH
28336 ____________________________________________________________________________
28337 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
28338         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
28339              From: Gurusamy Sarathy <gsar@ActiveState.com> 
28340              Date: Tue, 07 Aug 2001 08:33:26 -0700
28341              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
28342              
28343              Unnecessary dependency.
28344      Branch: perl
28345            ! embed.pl
28346 ____________________________________________________________________________
28347 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
28348         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
28349              From: Abhijit Menon-Sen <ams@wiw.org>
28350              Date: Tue, 7 Aug 2001 09:10:54 +0530
28351              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
28352      Branch: perl
28353            ! pp_hot.c
28354 ____________________________________________________________________________
28355 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
28356         Log: Subject: [PATCH perl@11597] B && BEGIN handling
28357              From: "James A. Duncan" <jduncan@fotango.com>
28358              Date: Mon, 6 Aug 2001 17:29:11 +0100
28359              Message-ID: <20010806172911.A2071@fotango.com>
28360              
28361              (the intrpvar.h addition moved to the end for bincompat)
28362      Branch: perl
28363            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
28364 ____________________________________________________________________________
28365 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
28366         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
28367      Branch: perl
28368           !> README.win32
28369 ____________________________________________________________________________
28370 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
28371         Log: fix URLs for fcrypt.c
28372      Branch: maint-5.6/perl
28373            ! README.win32
28374 ____________________________________________________________________________
28375 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
28376         Log: Yet another way to say Infinity: HP-UX calls its "++".
28377      Branch: perl
28378            ! lib/Math/BigInt/t/bigintpm.t
28379 ____________________________________________________________________________
28380 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
28381         Log: Update Changes.
28382      Branch: perl
28383            ! Changes patchlevel.h
28384 ____________________________________________________________________________
28385 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
28386         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
28387      Branch: perl
28388            ! pod/perlfaq5.pod
28389 ____________________________________________________________________________
28390 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
28391         Log: The #11593 wasn't right.
28392      Branch: perl
28393            ! lib/Math/BigInt/t/bigintpm.t
28394 ____________________________________________________________________________
28395 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
28396         Log: Subject: [PATCH: perl@11564] introducing perlivp
28397              From: Prymmer/Kahn <pvhp@best.com>
28398              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
28399              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
28400              
28401              Subject: Re: [PATCH: perl@11564] introducing perlivp
28402              From: Prymmer/Kahn <pvhp@best.com>
28403              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
28404              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
28405      Branch: perl
28406            + utils/perlivp.PL
28407            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
28408            ! win32/Makefile win32/makefile.mk
28409 ____________________________________________________________________________
28410 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
28411         Log: libcs are confused what to call Infinity.
28412      Branch: perl
28413            ! lib/Math/BigInt/t/bigintpm.t
28414 ____________________________________________________________________________
28415 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
28416         Log: Avoid SIGFPE in Tru64.
28417      Branch: perl
28418            ! numeric.c
28419 ____________________________________________________________________________
28420 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
28421         Log: Upgrade to Math::BigInt 1.40.
28422              
28423              NOTE: this patch necessitates doing something about
28424              infinity handling since the new bigintpm.t tests use
28425              infinity, which causes SIGFPEs at least in Tru64.
28426      Branch: perl
28427            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28428            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
28429            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
28430            ! lib/Math/BigInt/t/mbimbf.t
28431 ____________________________________________________________________________
28432 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
28433         Log: remove hardcoded cmd shell in testsuite
28434      Branch: perl
28435            ! t/op/glob.t t/op/magic.t t/op/stat.t
28436 ____________________________________________________________________________
28437 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
28438         Log: 4-arg select() was busted on windows because change#8178 didn't
28439              make it into mainline
28440      Branch: perl
28441            ! perl.h win32/include/sys/socket.h
28442 ____________________________________________________________________________
28443 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
28444         Log: Rename the Getopt::Long tests to be as they are
28445              in the Getopt::Long official distribution.
28446      Branch: perl
28447            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
28448            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
28449            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
28450            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
28451            ! MANIFEST
28452 ____________________________________________________________________________
28453 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
28454         Log: Upgrade to Getopt::Long 2.26.
28455      Branch: perl
28456            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
28457            ! MANIFEST lib/Getopt/Long.pm
28458 ____________________________________________________________________________
28459 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
28460         Log: Retract #10874 (the hack should be unnecessary by now)
28461      Branch: perl
28462            ! lib/Test/Harness.pm
28463 ____________________________________________________________________________
28464 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
28465         Log: avoid temp file littering in tests
28466      Branch: perl
28467            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
28468 ____________________________________________________________________________
28469 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
28470         Log: Subject: warning in sv.c: double format, NV arg
28471              From: "Philip Newton" <Philip.Newton@gmx.net>
28472              Date: Sun, 5 Aug 2001 19:41:07 +0200
28473              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
28474      Branch: perl
28475            ! sv.c
28476 ____________________________________________________________________________
28477 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
28478         Log: fix POSIX.t#13 for windos
28479      Branch: perl
28480            ! ext/POSIX/POSIX.t
28481 ____________________________________________________________________________
28482 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
28483         Log: Add a test for PerlIO::Via.
28484      Branch: perl
28485            + ext/PerlIO/t/via.t
28486            ! MANIFEST ext/PerlIO/Via/Via.pm
28487 ____________________________________________________________________________
28488 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
28489         Log: flock() and link() are not available on Windows 9x
28490      Branch: perl
28491            ! win32/config_sh.PL
28492 ____________________________________________________________________________
28493 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
28494         Log: Some Tru64 C compilers have C++ components that confuse
28495              the ccversion parsing.
28496      Branch: perl
28497            ! hints/dec_osf.sh
28498 ____________________________________________________________________________
28499 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
28500         Log: (Reintroduce #11125)
28501              
28502              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
28503              From: Alan Burlison <Alan.Burlison@sun.com> 
28504              Date: Tue, 03 Jul 2001 15:20:13 +0100   
28505              Message-ID: <3B41D49D.A923D4F9@sun.com> 
28506      Branch: perl
28507            ! lib/ExtUtils/MM_Unix.pm
28508 ____________________________________________________________________________
28509 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
28510         Log: Little pointer juggling for HP-UX cc to avoid
28511              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
28512              followed by
28513              "error 1549: Modifiable lvalue required for assignment operator."
28514      Branch: perl
28515            ! hv.c
28516 ____________________________________________________________________________
28517 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
28518         Log: Continuation of #11575: SANY_SEEN completely deprecated,
28519              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
28520              plus a fix for the bug.
28521      Branch: perl
28522            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
28523 ____________________________________________________________________________
28524 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
28525         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
28526              From: Doug MacEachern <dougm@covalent.net>
28527              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
28528              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
28529      Branch: perl
28530            ! sv.c
28531 ____________________________________________________________________________
28532 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
28533         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
28534              the new CANY is the \C.  The problem reported and the
28535              test case supplied in
28536              
28537              Subject: UTF-8 bugs in string length & single line regex matches
28538              From: "Daniel P. Berrange" <dan@berrange.com>
28539              Date: Fri, 3 Aug 2001 11:39:33 +0100
28540              Message-ID: <20010803113932.A19318@berrange.com>
28541      Branch: perl
28542            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
28543            ! t/op/pat.t
28544 ____________________________________________________________________________
28545 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
28546         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
28547              From: Doug MacEachern <dougm@covalent.net>
28548              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
28549              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
28550      Branch: perl
28551            ! perl.c regexec.c
28552 ____________________________________________________________________________
28553 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
28554         Log: The #11572 didn't up the test count.
28555      Branch: perl
28556            ! t/op/length.t
28557 ____________________________________________________________________________
28558 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
28559         Log: Subject: UTF-8 bugs in string length & single line regex matches
28560              From: "Daniel P. Berrange" <dan@berrange.com>
28561              Date: Fri, 3 Aug 2001 11:39:33 +0100         
28562              Message-ID: <20010803113932.A19318@berrange.com>
28563              
28564              (the mg_length() fix)
28565      Branch: perl
28566            ! mg.c t/op/length.t
28567 ____________________________________________________________________________
28568 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
28569         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28570              From: Abhijit Menon-Sen <ams@wiw.org>
28571              Date: Sat, 4 Aug 2001 16:56:35 +0530
28572              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
28573      Branch: perl
28574            ! hv.c
28575 ____________________________________________________________________________
28576 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
28577         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28578              From: Abhijit Menon-Sen <ams@wiw.org>
28579              Date: Sat, 4 Aug 2001 16:16:03 +0530
28580              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
28581      Branch: perl
28582            ! hv.c
28583 ____________________________________________________________________________
28584 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
28585         Log: Subject: Re: [patch] refcount re ops
28586              From: Abhijit Menon-Sen <ams@wiw.org>
28587              Date: Sat, 4 Aug 2001 08:54:55 +0530
28588              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
28589      Branch: perl
28590            ! sv.c
28591 ____________________________________________________________________________
28592 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
28593         Log: Subject: [patch] refcount re ops
28594              From: Doug MacEachern <dougm@covalent.net>
28595              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
28596              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
28597      Branch: perl
28598            ! regcomp.c sv.c
28599 ____________________________________________________________________________
28600 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
28601         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
28602              From: Doug MacEachern <dougm@covalent.net>
28603              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
28604              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
28605      Branch: perl
28606            ! perl.c regexec.c
28607 ____________________________________________________________________________
28608 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
28609         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
28610              From: "Craig A. Berry" <craigberry@mac.com> 
28611              Date: Fri, 03 Aug 2001 16:16:16 -0500
28612              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
28613      Branch: perl
28614            ! t/op/misc.t
28615 ____________________________________________________________________________
28616 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
28617         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
28618              From: John Kristian <jmk2001@engineer.com>
28619              Date: Fri, 03 Aug 2001 00:59:08 -0700
28620              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
28621      Branch: perl
28622            ! win32/win32.c
28623 ____________________________________________________________________________
28624 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
28625         Log: Update Changes.
28626      Branch: perl
28627            ! Changes patchlevel.h
28628 ____________________________________________________________________________
28629 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
28630         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
28631              From: "Craig A. Berry" <craigberry@mac.com>
28632              Date: Thu, 02 Aug 2001 23:15:24 -0500
28633              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
28634      Branch: perl
28635            ! ext/B/Stash.t
28636 ____________________________________________________________________________
28637 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
28638         Log: Subject: [patch] plug PL_cshname leak
28639              From: Doug MacEachern <dougm@covalent.net>
28640              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
28641              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
28642      Branch: perl
28643            ! sv.c
28644 ____________________________________________________________________________
28645 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
28646         Log: Subject: [patch] plug PL_sh_path leak
28647              From: Doug MacEachern <dougm@covalent.net>
28648              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
28649              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
28650      Branch: perl
28651            ! sv.c
28652 ____________________________________________________________________________
28653 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
28654         Log: Subject: [patch] plug PL_regex_padav leaks
28655              From: Doug MacEachern <dougm@covalent.net>
28656              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
28657              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
28658      Branch: perl
28659            ! op.c op.h perl.c
28660 ____________________________________________________________________________
28661 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
28662         Log: Subject: [patch] plug PL_origargv leak
28663              From: Doug MacEachern <dougm@covalent.net>
28664              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
28665              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
28666      Branch: perl
28667            ! perl.c
28668 ____________________________________________________________________________
28669 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
28670         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28671              From: Abhijit Menon-Sen <ams@wiw.org>
28672              Date: Fri, 3 Aug 2001 06:38:11 +0530
28673              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
28674      Branch: perl
28675            ! hv.c
28676 ____________________________________________________________________________
28677 [ 11557] By: nick                                  on 2001/08/03  08:17:38
28678         Log: Integrate mainline
28679      Branch: perlio
28680           +> (branch 47 files)
28681            - lib/Switch/test.pl
28682           !> (integrate 49 files)
28683 ____________________________________________________________________________
28684 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
28685         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
28686              From: "Craig A. Berry" <craigberry@mac.com>
28687              Date: Thu, 02 Aug 2001 12:56:19 -0500
28688              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
28689      Branch: perl
28690            ! ext/B/Showlex.t
28691 ____________________________________________________________________________
28692 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
28693         Log: Be more careful about non-existent files.
28694      Branch: perl
28695            ! lib/File/Copy.pm
28696 ____________________________________________________________________________
28697 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
28698         Log: Subject: [PATCH resend] deparse empty formats
28699              From: Robin Houston <robin@kitsite.com> 
28700              Date: Thu, 2 Aug 2001 14:32:36 +0100
28701              Message-ID: <20010802143236.A894@robin.kitsite.com>
28702      Branch: perl
28703            ! ext/B/B/Deparse.pm
28704 ____________________________________________________________________________
28705 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
28706         Log: Subject: [patch] ithreads + refto fix improvement
28707              From: Doug MacEachern <dougm@covalent.net>
28708              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
28709              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
28710      Branch: perl
28711            ! pp.c
28712 ____________________________________________________________________________
28713 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
28714         Log: Readability nit from Abhijit.
28715      Branch: perl
28716            ! op.c
28717 ____________________________________________________________________________
28718 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
28719         Log: setproctitle() API version nit from Anton Berezin.
28720      Branch: perl
28721            ! mg.c
28722 ____________________________________________________________________________
28723 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
28724         Log: Add PerlCE to the docs.
28725      Branch: perl
28726            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28727            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28728 ____________________________________________________________________________
28729 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
28730         Log: Integrate the PerlCE (WinCE Perl) port;
28731              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
28732      Branch: perl
28733            + README.ce wince/FindExt.pm wince/Makefile.ce
28734            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
28735            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
28736            + wince/bin/search.pl wince/config.ce wince/config.h
28737            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
28738            + wince/dl_win32.xs wince/include/arpa/inet.h
28739            + wince/include/cectype.h wince/include/errno.h
28740            + wince/include/netdb.h wince/include/sys/socket.h
28741            + wince/include/sys/stat.h wince/include/sys/types.h
28742            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
28743            + wince/perl.rc wince/perldll.def wince/perllib.c
28744            + wince/perlmain.c wince/registry.bat wince/runperl.c
28745            + wince/splittree.pl wince/win32.h wince/win32iop.h
28746            + wince/win32thread.c wince/win32thread.h wince/wince.c
28747            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
28748            + wince/xdistclean.ksh wince/xmakediffs.ksh
28749            ! MANIFEST perl.c perl.h perlio.c
28750 ____________________________________________________________________________
28751 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
28752         Log: setproctitle() made simpler.  (This assumes the string is
28753              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
28754              should be used.  Note len, not len + 1.)  BSD-fu from Anton
28755              Berezin.
28756      Branch: perl
28757            ! mg.c
28758 ____________________________________________________________________________
28759 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
28760         Log: Subject: [PATCH] -Wall cleanup: op.c
28761              From: Richard Soderberg <rs@oregonnet.com>
28762              Date: Thu, 2 Aug 2001 00:17:09 -0700
28763              Message-Id: <200108020717.AAA26895@oregonnet.com>
28764              
28765              Subject: [PATCH] -Wall cleanup: sv.c
28766              From: Richard Soderberg <rs@oregonnet.com>
28767              Date: Thu, 2 Aug 2001 00:49:21 -0700
28768              Message-Id: <200108020749.AAA27492@oregonnet.com>
28769      Branch: perl
28770            ! op.c sv.c
28771 ____________________________________________________________________________
28772 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
28773         Log: Update Changes.
28774      Branch: perl
28775            ! Changes patchlevel.h
28776 ____________________________________________________________________________
28777 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
28778         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
28779              From: Doug MacEachern <dougm@covalent.net>
28780              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
28781              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
28782      Branch: perl
28783            ! op.c
28784 ____________________________________________________________________________
28785 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
28786         Log: The #11541 didn't work under threads.
28787      Branch: perl
28788            ! op.c
28789 ____________________________________________________________________________
28790 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
28791         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
28792              From: Hugo <hv@crypt.compulink.co.uk>
28793              Date: Fri, 22 Jun 2001 01:19:08 +0100 
28794              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
28795              
28796              (Skip tests if accept() failed)
28797      Branch: perl
28798            ! ext/IO/lib/IO/t/io_unix.t
28799 ____________________________________________________________________________
28800 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
28801         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
28802              From: "Stian Seeberg" <sseeberg@nimsoft.no>
28803              Date: Mon, 30 Jul 2001 12:28:07 +0200
28804              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
28805      Branch: perl
28806            ! perl.h
28807 ____________________________________________________________________________
28808 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
28809         Log: Subject: Pluggable optimizer
28810              From: Simon Cozens <simon@netthink.co.uk>
28811              Date: Wed, 1 Aug 2001 13:57:02 -0700
28812              Message-ID: <20010801135702.I10442@netthink.co.uk>
28813      Branch: perl
28814            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
28815 ____________________________________________________________________________
28816 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
28817         Log: Subject: [ID 20010801.039] perlre.pod message typo
28818              From: Autrijus Tang <autrijus@geb.elixus.org>
28819              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
28820              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
28821      Branch: perl
28822            ! pod/perlre.pod
28823 ____________________________________________________________________________
28824 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
28825         Log: Test for change #11536.
28826      Branch: perl
28827            ! t/op/tiehandle.t
28828 ____________________________________________________________________________
28829 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
28830         Log: More test fixups for #11537.
28831      Branch: perl
28832            ! t/lib/warnings/4lint t/lib/warnings/9enabled
28833 ____________________________________________________________________________
28834 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
28835         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
28836              From: Doug MacEachern <dougm@covalent.net>
28837              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
28838              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
28839      Branch: perl
28840            ! op.c t/TestInit.pm
28841 ____________________________________________________________________________
28842 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
28843         Log: Subject: [patch] ithreads + refto bug
28844              From: Doug MacEachern <dougm@covalent.net>
28845              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
28846              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
28847              
28848              (Test in change #11539)
28849      Branch: perl
28850            ! pp.c
28851 ____________________________________________________________________________
28852 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
28853         Log: Subject: [PATCH: perl@11523] fixups for t/harness
28854              From: Prymmer/Kahn <pvhp@best.com>
28855              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
28856              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
28857      Branch: perl
28858            ! t/harness
28859 ____________________________________________________________________________
28860 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
28861         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
28862              From: Prymmer/Kahn <pvhp@best.com>
28863              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
28864              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
28865      Branch: perl
28866            ! win32/Makefile win32/makefile.mk
28867 ____________________________________________________________________________
28868 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
28869         Log: Need to know the number of tests.
28870      Branch: perl
28871            ! t/run/exit.t
28872 ____________________________________________________________________________
28873 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
28874         Log: Subject: Re: new exit tests on VMS
28875              From: "Craig A. Berry" <craigberry@mac.com>
28876              Date: Tue, 31 Jul 2001 12:19:29 -0500
28877              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
28878      Branch: perl
28879            ! t/run/exit.t
28880 ____________________________________________________________________________
28881 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
28882         Log: Retract #11530 (the dTHX is needed under threads)
28883      Branch: perl
28884            ! perlio.c
28885 ____________________________________________________________________________
28886 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
28887         Log: (Retracted by #11531)
28888      Branch: perl
28889            ! perlio.c
28890 ____________________________________________________________________________
28891 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
28892         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
28893              From: Richard Soderberg <rs@crystalflame.net>
28894              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
28895              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
28896      Branch: perl
28897            ! unixish.h
28898 ____________________________________________________________________________
28899 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
28900         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
28901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28902              Date: Tue, 31 Jul 2001 05:39:09 -0400
28903              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
28904              
28905              (with a note about the case of UV being equal to long long)
28906      Branch: perl
28907            ! utils/h2xs.PL
28908 ____________________________________________________________________________
28909 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
28910         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
28911              From: "Craig A. Berry" <craigberry@mac.com>
28912              Date: Tue, 31 Jul 2001 14:57:43 -0500
28913              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
28914      Branch: perl
28915            ! t/io/fs.t
28916 ____________________________________________________________________________
28917 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
28918         Log: Fix for
28919              
28920              Subject: [ID 20010116.001] File::Copy truncates orig file 
28921              From: arbor@al37al08.telecel.pt
28922              Date: Tue, 16 Jan 2001 11:43:02 GMT
28923              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
28924              
28925              (copy($foo, $foo) would truncate $foo)
28926      Branch: perl
28927            ! lib/File/Copy.pm lib/File/Copy.t
28928 ____________________________________________________________________________
28929 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
28930         Log: Metaconfig unit change for #11524.
28931      Branch: metaconfig/U/perl
28932            ! Extras.U
28933 ____________________________________________________________________________
28934 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
28935         Log: Multiple modules didn't work; plus typo fixes.
28936      Branch: perl
28937            ! Configure
28938 ____________________________________________________________________________
28939 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
28940         Log: Update Changes.
28941      Branch: perl
28942            ! Changes patchlevel.h
28943 ____________________________________________________________________________
28944 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
28945         Log: Regen perlapi.
28946      Branch: perl
28947            ! pod/perlapi.pod
28948 ____________________________________________________________________________
28949 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
28950         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
28951              From: Dave Mitchell <davem@fdgroup.co.uk>
28952              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
28953              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
28954      Branch: perl
28955            ! sv.c
28956 ____________________________________________________________________________
28957 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
28958         Log: Regen toc.
28959      Branch: perl
28960            ! pod/perltoc.pod
28961 ____________________________________________________________________________
28962 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
28963         Log: Regen Porting stuff.
28964      Branch: perl
28965            ! Porting/Glossary Porting/config.sh Porting/config_H
28966 ____________________________________________________________________________
28967 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
28968         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
28969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28970              Date: Tue, 31 Jul 2001 05:34:38 -0400
28971              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
28972      Branch: perl
28973            ! utils/h2xs.PL
28974 ____________________________________________________________________________
28975 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
28976         Log: Metaconfig unit change for #11516. 
28977      Branch: metaconfig/U/perl
28978            ! gccvers.U
28979 ____________________________________________________________________________
28980 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
28981         Log: Add -Wall in cflags, not in Configure.
28982              (This way -Wall affects only the core and the core XS,
28983              not user modules' XS.  Concern from Paul Marquess,
28984              implementation idea from Andy Dougherty.)
28985      Branch: perl
28986            ! Configure cflags.SH
28987 ____________________________________________________________________________
28988 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
28989         Log: Metaconfig unit changes for #11514.
28990      Branch: metaconfig
28991            + U/modified/sysman.U
28992            ! U/installdirs/man1dir.U
28993 ____________________________________________________________________________
28994 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
28995         Log: Subject: Configure's detection of system manual
28996              From: Sean Dague <sean@dague.net> 
28997              Date: Sun, 13 May 2001 15:53:15 -0400
28998              Message-ID: <20010513155315.A15833@underhill.dague.net>
28999      Branch: perl
29000            ! Configure
29001 ____________________________________________________________________________
29002 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
29003         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
29004              From: Autrijus Tang <autrijus@autrijus.org> 
29005              Date: Thu, 21 Jun 2001 23:56:48 +0800
29006              Message-Id: <20010621235648.A57340@not.autrijus.org>
29007      Branch: perl
29008            ! pod/perlobj.pod
29009 ____________________________________________________________________________
29010 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
29011         Log: Subject: Typo in DB_File.pm
29012              From: "Philip Newton" <Philip.Newton@gmx.net>
29013              Date: Tue, 31 Jul 2001 06:19:35 +0200
29014              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
29015      Branch: perl
29016            ! ext/DB_File/DB_File.pm
29017 ____________________________________________________________________________
29018 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
29019         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
29020              From: "Stephen P. Potter" <spp@spotter.yi.org>
29021              Date: Wed, 30 May 2001 13:59:34 -0400
29022              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
29023      Branch: perl
29024            ! pod/perlre.pod
29025 ____________________________________________________________________________
29026 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
29027         Log: eval "format foo=" would loop indefinitely; reported in
29028              
29029              Subject: A load of old rubbish
29030              From: Mike Guy <mjtg@cam.ac.uk>
29031              Date: Mon, 14 May 2001 16:12:22 +0100
29032              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
29033              
29034              (The core dumps reported in there already fixed.)
29035      Branch: perl
29036            ! toke.c
29037 ____________________________________________________________________________
29038 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
29039         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
29040      Branch: perl
29041            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
29042            + lib/Switch/t/switch_case.t
29043            - lib/Switch/test.pl
29044            ! MANIFEST lib/Switch.pm
29045 ____________________________________________________________________________
29046 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
29047         Log: Subject: [PATCH @11505] DB_File-1.78
29048              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29049              Date: Mon, 30 Jul 2001 22:54:37 +0100
29050              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
29051      Branch: perl
29052            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29053            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29054 ____________________________________________________________________________
29055 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
29056         Log: Explain in more detail why -pipe and -fno-common are good.
29057      Branch: perl
29058            ! hints/darwin.sh
29059 ____________________________________________________________________________
29060 [ 11506] By: nick                                  on 2001/07/30  14:32:23
29061         Log: Integrate mainline
29062      Branch: perlio
29063           !> INSTALL Makefile.SH doio.c hints/darwin.sh
29064 ____________________________________________________________________________
29065 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
29066         Log: Perl hasn't been putting man pages into $prefix/lib for
29067              a long time now; pointed out by Andy Dougherty. 
29068      Branch: perl
29069            ! hints/darwin.sh
29070 ____________________________________________________________________________
29071 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
29072         Log: Document the extras Configure option.
29073      Branch: perl
29074            ! INSTALL
29075 ____________________________________________________________________________
29076 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
29077         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
29078              everywhere.
29079      Branch: perl
29080           !> doio.c
29081 ____________________________________________________________________________
29082 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
29083         Log: Doubly guard against invoking CPAN if no extras defined,
29084              pointed out by H. Merijn Brand.
29085      Branch: perl
29086            ! Makefile.SH
29087 ____________________________________________________________________________
29088 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
29089         Log: Fix O_RDONLY check to check for O_RDONLY.
29090      Branch: maint-5.6/macperl
29091            ! doio.c
29092 ____________________________________________________________________________
29093 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
29094         Log: Integrate miscellaneous changes from maint-5.6/perl.
29095      Branch: maint-5.6/macperl
29096           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
29097 ____________________________________________________________________________
29098 [ 11499] By: nick                                  on 2001/07/30  06:52:42
29099         Log: Integrate mainline
29100      Branch: perlio
29101           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
29102           +> win32/sync_ext.pl
29103            - win32/sncfnmcs.pl
29104           !> (integrate 71 files)
29105 ____________________________________________________________________________
29106 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
29107         Log: Update Changes.
29108      Branch: perl
29109            ! Changes patchlevel.h
29110 ____________________________________________________________________________
29111 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
29112         Log: Now Configure -Dextras=Foo::Bar and "make install" will
29113              fetch and install Foo::Bar.
29114      Branch: perl
29115            ! Makefile.SH
29116 ____________________________________________________________________________
29117 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
29118         Log: Metaconfig unit change for #11495.
29119      Branch: metaconfig/U/perl
29120            ! Extras.U
29121 ____________________________________________________________________________
29122 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
29123         Log: extras.make, extras.test, and extras.install make targets.
29124      Branch: perl
29125            ! Configure Makefile.SH
29126 ____________________________________________________________________________
29127 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
29128         Log: Metaconfig unit change for #11493.
29129      Branch: metaconfig/U/perl
29130            ! Extras.U
29131 ____________________________________________________________________________
29132 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
29133         Log: Better to have the list of extras in $extras than 'define'.
29134      Branch: perl
29135            ! Configure
29136 ____________________________________________________________________________
29137 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
29138         Log: The metaconfig unit change for #11490.
29139      Branch: metaconfig/U/perl
29140            + Extras.U
29141 ____________________________________________________________________________
29142 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
29143         Log: Missed from #11490 (the required dependency).
29144      Branch: perl
29145            ! Makefile.SH
29146 ____________________________________________________________________________
29147 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
29148         Log: Add the support of asking for extra modules or bundles of modules
29149              to be fetched from the CPAN and installed as a part of the Perl
29150              build process.  None of this installation is yet really done;
29151              only the list is asked, and saved away in extras.lst for
29152              the build and installation process to worry about later.
29153      Branch: perl
29154            ! Configure
29155 ____________________________________________________________________________
29156 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
29157         Log: Beginnings of better Inf and NaN support.
29158              At least toke.c and sv.c still need quite a bit of work.
29159      Branch: perl
29160            ! numeric.c perl.h
29161 ____________________________________________________________________________
29162 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
29163         Log: Top-level Makefile didn't honour OPTIMIZE.
29164      Branch: perl
29165            ! Makefile.SH
29166 ____________________________________________________________________________
29167 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
29168         Log: Update Changes.
29169      Branch: perl
29170            ! Changes patchlevel.h
29171 ____________________________________________________________________________
29172 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
29173         Log: Use Search::Dict 1.02 interface for charinfo().
29174      Branch: perl
29175            ! lib/UnicodeCD.pm
29176 ____________________________________________________________________________
29177 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
29178         Log: Now also allow transforming the read lines before comparing them.
29179              (This will help UnicodeCD.) 
29180      Branch: perl
29181            ! lib/Search/Dict.pm
29182 ____________________________________________________________________________
29183 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
29184         Log: Remove tiehandle code.
29185      Branch: perl
29186            ! lib/UnicodeCD.pm
29187 ____________________________________________________________________________
29188 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
29189         Log: Allow specifying a comparison function for Search::Dict::look().
29190      Branch: perl
29191            ! lib/Search/Dict.pm
29192 ____________________________________________________________________________
29193 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
29194         Log: Small UnicodeCD tweaks.
29195      Branch: perl
29196            ! lib/UnicodeCD.pm lib/UnicodeCD.t
29197 ____________________________________________________________________________
29198 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
29199         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
29200              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29201              Date: Tue, 24 Jul 2001 01:51:32 +0900
29202              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
29203      Branch: perl
29204            ! lib/UnicodeCD.pm lib/UnicodeCD.t
29205 ____________________________________________________________________________
29206 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
29207         Log: Subject: [PATCH] installperl
29208              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
29209              Date: Fri, 27 Jul 2001 19:05:04 -0700
29210              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
29211      Branch: perl
29212            ! installperl
29213 ____________________________________________________________________________
29214 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
29215         Log: Subject: [PATCH] Set proper compatibility versions in core
29216              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
29217              Date: Fri, 27 Jul 2001 20:01:49 -0700
29218              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
29219      Branch: perl
29220            ! Makefile.SH
29221 ____________________________________________________________________________
29222 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
29223         Log: Metaconfig unit change for #11477.
29224      Branch: metaconfig/U/perl
29225            ! dlsrc.U
29226 ____________________________________________________________________________
29227 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
29228         Log: Subject: [PATCH] Darwin: -fpic not so good
29229              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
29230              Date: Fri, 27 Jul 2001 18:57:38 -0700
29231              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
29232      Branch: perl
29233            ! Configure
29234 ____________________________________________________________________________
29235 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
29236         Log: Subject: [PATCH] Clean up Darwin hints
29237              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
29238              Date: Fri, 27 Jul 2001 19:13:15 -0700
29239              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
29240      Branch: perl
29241            ! hints/darwin.sh
29242 ____________________________________________________________________________
29243 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
29244         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
29245              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29246              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
29247              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
29248      Branch: perl
29249            ! pod/perlfunc.pod pp.c t/op/split.t
29250 ____________________________________________________________________________
29251 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
29252         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
29253              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29254              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
29255              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
29256      Branch: perl
29257            ! pod/perlvar.pod
29258 ____________________________________________________________________________
29259 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
29260         Log: Subject: [PATCH] fixes to constant.pm documentation
29261              From: Ilmari Karonen <iltzu@sci.fi>
29262              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
29263              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
29264      Branch: perl
29265            ! lib/constant.pm
29266 ____________________________________________________________________________
29267 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
29268         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
29269              From: "Philip Newton" <Philip.Newton@gmx.net>
29270              Date: Fri, 27 Jul 2001 07:51:10 +0200
29271              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
29272      Branch: perl
29273            ! pod/perlport.pod
29274 ____________________________________________________________________________
29275 [ 11471] By: nick                                  on 2001/07/26  06:23:32
29276         Log: Subject:  [PATCH] Doc fix for perlguts / threading
29277              From:  Arthur Bergman <arthur@contiller.se>
29278              Date:  Wed, 25 Jul 2001 11:28:23 +0200
29279              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
29280      Branch: perl
29281            ! pod/perlguts.pod
29282 ____________________________________________________________________________
29283 [ 11470] By: nick                                  on 2001/07/26  06:21:06
29284         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
29285              From:  Philip Newton <Philip.Newton@gmx.net>
29286              Date:  Wed, 25 Jul 2001 08:19:47 +0200
29287              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
29288      Branch: perl
29289            ! INSTALL
29290 ____________________________________________________________________________
29291 [ 11469] By: nick                                  on 2001/07/26  06:20:25
29292         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
29293              From:  Philip Newton <Philip.Newton@gmx.net>
29294              Date:  Wed, 25 Jul 2001 08:12:48 +0200
29295              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
29296      Branch: perl
29297            ! INSTALL
29298 ____________________________________________________________________________
29299 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
29300         Log: More +x.
29301      Branch: perl
29302            ! Porting/makerel
29303 ____________________________________________________________________________
29304 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
29305         Log: Update Changes.
29306      Branch: perl
29307            ! Changes patchlevel.h
29308 ____________________________________________________________________________
29309 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
29310         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
29311              From: "Philip Newton" <Philip.Newton@gmx.net>
29312              Date: Tue, 24 Jul 2001 06:45:55 +0200
29313              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
29314      Branch: perl
29315            ! os2/perlrexx.c
29316 ____________________________________________________________________________
29317 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
29318         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
29319              From: Peter Prymmer <pvhp@forte.com>
29320              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
29321              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
29322      Branch: perl
29323            ! pod/perlport.pod t/io/fs.t vms/test.com
29324 ____________________________________________________________________________
29325 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
29326         Log: Workaround on Cwd bootstrap problem.
29327      Branch: perl
29328            ! lib/ExtUtils/MakeMaker.pm
29329 ____________________________________________________________________________
29330 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
29331         Log: When in Rome, quote like the Romans do.
29332      Branch: perl
29333            ! cflags.SH
29334 ____________________________________________________________________________
29335 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
29336         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
29337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29338              Date: Mon, 23 Jul 2001 19:29:49 -0400
29339              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
29340      Branch: perl
29341            + os2/perlrexx.c
29342            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
29343            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
29344            ! t/op/write.t
29345 ____________________________________________________________________________
29346 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
29347         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
29348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29349              Date: Mon, 23 Jul 2001 18:43:42 -0400
29350              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
29351      Branch: perl
29352            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
29353 ____________________________________________________________________________
29354 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
29355         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
29356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29357              Date: Mon, 23 Jul 2001 18:33:16 -0400
29358              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
29359      Branch: perl
29360            ! lib/ExtUtils/MakeMaker.pm
29361 ____________________________________________________________________________
29362 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
29363         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
29364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29365              Date: Mon, 23 Jul 2001 18:20:35 -0400
29366              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
29367      Branch: perl
29368            ! Makefile.SH cflags.SH
29369 ____________________________________________________________________________
29370 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
29371         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
29372              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
29373              Date: Mon, 23 Jul 2001 11:32:17 -0500
29374              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
29375      Branch: perl
29376            ! lib/ExtUtils/MakeMaker.pm
29377 ____________________________________________________________________________
29378 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
29379         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
29380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29381              Date: Mon, 23 Jul 2001 18:13:20 -0400
29382              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
29383      Branch: perl
29384            ! lib/perl5db.pl
29385 ____________________________________________________________________________
29386 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
29387         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
29388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29389              Date: Mon, 23 Jul 2001 18:07:40 -0400
29390              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
29391      Branch: perl
29392            ! op.c
29393 ____________________________________________________________________________
29394 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
29395         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
29396              From: "Craig A. Berry" <craigberry@mac.com>
29397              Date: Mon, 23 Jul 2001 15:35:06 -0500
29398              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
29399      Branch: perl
29400            ! util.c
29401 ____________________________________________________________________________
29402 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
29403         Log: Subject: [PATCH perlfaq9.pod typo]
29404              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
29405              Date: Mon, 23 Jul 2001 07:49:05 -0700
29406              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
29407      Branch: perl
29408            ! pod/perlfaq9.pod
29409 ____________________________________________________________________________
29410 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
29411         Log: Subject: win32\sncfnmcs.pl corrections
29412              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29413              Date: Mon, 23 Jul 2001 12:56:54 +0200
29414              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
29415              
29416              Rename the script a little bit more sensibly.
29417      Branch: perl
29418            + win32/sync_ext.pl
29419            - win32/sncfnmcs.pl
29420            ! MANIFEST README.win32
29421 ____________________________________________________________________________
29422 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
29423         Log: Test tweak.
29424      Branch: perl
29425            ! ext/B/Deparse.t
29426 ____________________________________________________________________________
29427 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
29428         Log: Metaconfig unit tweak for #11450.
29429      Branch: metaconfig/U/perl
29430            ! Mksymlinks.U
29431 ____________________________________________________________________________
29432 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
29433         Log: Too volatile failsafe check.
29434      Branch: perl
29435            ! Configure
29436 ____________________________________________________________________________
29437 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
29438         Log: Further doc tweaks.
29439      Branch: perl
29440            ! lib/UnicodeCD.pm
29441 ____________________________________________________________________________
29442 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
29443         Log: Doc tweaks.
29444      Branch: perl
29445            ! lib/UnicodeCD.pm
29446 ____________________________________________________________________________
29447 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
29448         Log: Doc tweakery from Abhijit.
29449      Branch: perl
29450            ! Porting/repository.pod
29451 ____________________________________________________________________________
29452 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
29453         Log: An accidental empty line.
29454      Branch: perl
29455            ! MANIFEST
29456 ____________________________________________________________________________
29457 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
29458         Log: Missing MANIFESTations.
29459      Branch: perl
29460            ! MANIFEST
29461 ____________________________________________________________________________
29462 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
29463         Log: Update Changes.
29464      Branch: perl
29465            ! Changes patchlevel.h
29466 ____________________________________________________________________________
29467 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
29468         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
29469              From: Mike Guy <mjtg@cam.ac.uk>
29470              Date: Fri, 20 Jul 2001 16:12:49 +0100
29471              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
29472      Branch: perl
29473            ! Porting/pumpkin.pod
29474 ____________________________________________________________________________
29475 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
29476         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
29477              From: Peter Prymmer <pvhp@forte.com>
29478              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
29479              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
29480      Branch: perl
29481            ! pod/perlhack.pod
29482 ____________________________________________________________________________
29483 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
29484         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
29485              From: Michael G Schwern <schwern@pobox.com>
29486              Date: Fri, 20 Jul 2001 20:22:35 -0400
29487              Message-ID: <20010720202235.O4498@blackrider>
29488      Branch: perl
29489            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
29490            ! lib/Test/t/todo.t
29491 ____________________________________________________________________________
29492 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
29493         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
29494              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29495              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
29496              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
29497      Branch: perl
29498            ! ext/POSIX/POSIX.pod
29499 ____________________________________________________________________________
29500 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
29501         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
29502              From: Mark-Jason Dominus <mjd@plover.com>
29503              Date: Fri, 20 Jul 2001 23:16:54 -0400
29504              Message-ID: <20010721031654.21877.qmail@plover.com>
29505      Branch: perl
29506            ! ext/POSIX/POSIX.pod
29507 ____________________________________________________________________________
29508 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
29509         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
29510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29511              Date: Sun, 22 Jul 2001 14:56:09 +0200
29512              Message-ID: <20010722145609.A766@rafael>
29513      Branch: perl
29514            ! ext/B/O.pm
29515 ____________________________________________________________________________
29516 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
29517         Log: Subject: regexec.c #define cleanup
29518              From: Mark-Jason Dominus <mjd@plover.com>
29519              Date: Sat, 21 Jul 2001 18:33:25 -0400
29520              Message-ID: <20010721223325.3069.qmail@plover.com>
29521      Branch: perl
29522            ! regexec.c
29523 ____________________________________________________________________________
29524 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
29525         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
29526              From: Prymmer/Kahn <pvhp@best.com>
29527              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
29528              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
29529      Branch: perl
29530            ! t/io/fs.t
29531 ____________________________________________________________________________
29532 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
29533         Log: Typo in #11432.
29534      Branch: perl
29535            ! ext/POSIX/POSIX.t
29536 ____________________________________________________________________________
29537 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
29538         Log: Integrate (manually) change #11424 from macperl.
29539      Branch: perl
29540            ! ext/Filter/t/call.t
29541 ____________________________________________________________________________
29542 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
29543         Log: Integrate change #11408 from macperl.
29544      Branch: perl
29545           !> README.macos pod/perlport.pod
29546 ____________________________________________________________________________
29547 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
29548         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
29549      Branch: perl
29550           +> macos/MacPerlTests.cmd macos/xsubpp.patch
29551            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29552            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
29553            ! ext/POSIX/POSIX.t
29554 ____________________________________________________________________________
29555 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
29556         Log: pod/*.t tests not picked up by t/TEST either
29557      Branch: maint-5.6/perl
29558            ! t/TEST
29559 ____________________________________________________________________________
29560 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
29561         Log: better tweak for change#11429 (windows has both / and \ separated
29562              paths in @INC at that point)
29563      Branch: maint-5.6/perl
29564            ! t/pod/testp2pt.pl
29565 ____________________________________________________________________________
29566 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
29567         Log: MacOS pod test tweak needs \Escape
29568      Branch: maint-5.6/perl
29569            ! t/pod/testp2pt.pl
29570 ____________________________________________________________________________
29571 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
29572         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
29573              resulting duplicate output, but t/harness isn't)
29574      Branch: maint-5.6/perl
29575            ! t/run/runenv.t
29576 ____________________________________________________________________________
29577 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
29578         Log: t/harness wasn't picking up all the tests
29579      Branch: maint-5.6/perl
29580            ! t/harness
29581 ____________________________________________________________________________
29582 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
29583         Log: update MANIFEST for new file
29584      Branch: maint-5.6/perl
29585            ! MANIFEST
29586 ____________________________________________________________________________
29587 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
29588         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
29589              the exception of the macperl/macos/... tree
29590      Branch: maint-5.6/perl
29591           +> t/lib/filefind-taint.t
29592           !> (integrate 72 files)
29593 ____________________________________________________________________________
29594 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
29595         Log: Fix test.
29596      Branch: maint-5.6/macperl
29597            ! macos/bundled_ext/Filter/t/call.t
29598 ____________________________________________________________________________
29599 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
29600         Log: Make perl fork()-safe (in a slightly limited way) even on
29601              platforms that don't have pthread_atfork() (extension of
29602              the fix in change#11151).
29603              
29604              Note that this will not help extensions that call fork()
29605              directly in C, or that link to libraries that call fork()
29606              directly.  Such cases must be fixed to either call
29607              PerlProc_fork(), or call atfork_lock() in parent before the
29608              calling the function that forks and call atfork_unlock()
29609              in both parent and child immediately after the fork().
29610              (There are no worries if C code calls exec() in the child
29611              immediately after a fork().  Only cases where the child
29612              calls perl's API functions (including New()) after the
29613              fork() are problematic.)
29614              
29615              This change also eliminates the use of vfork() from perl,
29616              since all such uses were violating the severe restrictions
29617              on modifying the state of the process between the vfork()
29618              and the exec().
29619              
29620              This is a modified version of patches suggested by Abhijit
29621              Menon-Sen and Richard Soderberg.
29622      Branch: perl
29623            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
29624            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
29625 ____________________________________________________________________________
29626 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
29627         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
29628              Switch, and Text::Balanced.
29629      Branch: maint-5.6/macperl
29630            + macos/bundled_ext/Filter/Util/Call/Call.pm
29631            + macos/bundled_ext/Filter/Util/Call/Call.xs
29632            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
29633            + macos/bundled_ext/Filter/t/MyFilter.pm
29634            + macos/bundled_ext/Filter/t/call.t
29635            + macos/bundled_ext/Filter/t/filter-util.pl
29636            + macos/bundled_lib/blib/lib/Class/ISA.pm
29637            + macos/bundled_lib/blib/lib/Digest.pm
29638            + macos/bundled_lib/blib/lib/Filter/Simple.pm
29639            + macos/bundled_lib/blib/lib/Switch.pm
29640            + macos/bundled_lib/blib/lib/Text/Balanced.pm
29641            + macos/bundled_lib/blib/lib/Text/Balanced.pod
29642            + macos/bundled_lib/t/Class/ISA/test.pl
29643            + macos/bundled_lib/t/Digest/Digest.t
29644            + macos/bundled_lib/t/Filter/Simple/test.pl
29645            + macos/bundled_lib/t/Switch/test.pl
29646            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
29647            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
29648            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
29649            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
29650            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
29651            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
29652            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
29653            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
29654 ____________________________________________________________________________
29655 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
29656         Log: Add Filter::Util::Call to config/make files; edit utils
29657              to recognize the module (it was descended too far down).
29658              Bump version to 5.6.1a4.
29659      Branch: maint-5.6/macperl
29660            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
29661            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
29662            ! macos/macperl/Makefile.mk macos/xsubpp.patch
29663 ____________________________________________________________________________
29664 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
29665         Log: Make DB_File the default for MLDBM on MacOS.
29666      Branch: maint-5.6/macperl
29667            ! macos/bundled_lib/blib/lib/MLDBM.pm
29668 ____________________________________________________________________________
29669 [ 11419] By: nick                                  on 2001/07/20  14:51:03
29670         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
29671              From:  Simon Cozens <simon@netthink.co.uk>
29672              Date:  Fri, 20 Jul 2001 11:42:35 -0400
29673              Message-Id:  <20010720114235.A5235@netthink.co.uk>
29674      Branch: perl
29675            ! lib/UnicodeCD.pm
29676 ____________________________________________________________________________
29677 [ 11418] By: nick                                  on 2001/07/20  14:48:12
29678         Log: Subject:  [PATCH regcomp.h] adds a comment
29679              From:  Abhijit Menon-Sen <ams@wiw.org>
29680              Date:  Fri, 20 Jul 2001 21:05:37 +0530
29681              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
29682      Branch: perl
29683            ! regcomp.h
29684 ____________________________________________________________________________
29685 [ 11417] By: nick                                  on 2001/07/20  14:16:38
29686         Log: Subject:  [PATCH 5.7.2] INSTALL updates
29687              From:  Andy Dougherty <doughera@lafayette.edu>
29688              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
29689              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
29690      Branch: perl
29691            ! INSTALL
29692 ____________________________________________________________________________
29693 [ 11416] By: nick                                  on 2001/07/20  06:44:44
29694         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
29695              From:  Russ Allbery <rra@stanford.edu>
29696              Date:  19 Jul 2001 15:52:37 -0700
29697              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
29698      Branch: perl
29699            ! lib/Pod/Man.pm
29700 ____________________________________________________________________________
29701 [ 11415] By: nick                                  on 2001/07/20  06:35:11
29702         Log: Subject:  [PATCH] defer op_seq allocation
29703              From:  Abhijit Menon-Sen <ams@wiw.org>
29704              Date:  Thu, 19 Jul 2001 22:12:24 +0530
29705              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
29706      Branch: perl
29707            ! op.c
29708 ____________________________________________________________________________
29709 [ 11414] By: nick                                  on 2001/07/20  06:23:36
29710         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
29711              From:  Abhijit Menon-Sen <ams@wiw.org>
29712              Date:  Fri, 20 Jul 2001 01:18:50 +0530
29713              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
29714              (Private e-mail)
29715      Branch: perl
29716            ! ext/Time/HiRes/HiRes.xs
29717 ____________________________________________________________________________
29718 [ 11413] By: nick                                  on 2001/07/20  06:18:53
29719         Log: Integrate mainline
29720      Branch: perlio
29721           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
29722            - t/base/commonsense.t
29723           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
29724           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
29725           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
29726           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
29727           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
29728           !> win32/win32.c
29729 ____________________________________________________________________________
29730 [ 11412] By: nick                                  on 2001/07/19  06:44:27
29731         Log: Integrate win32/perlhost.h from maintenance branch.
29732              (Rest of $ENV{PATH} / system() fix.)
29733      Branch: perl
29734           !> win32/perlhost.h
29735 ____________________________________________________________________________
29736 [ 11411] By: nick                                  on 2001/07/19  06:41:34
29737         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
29738              From:  Philip Newton <Philip.Newton@gmx.net>
29739              Date:  Wed, 18 Jul 2001 21:43:57 +0200
29740              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
29741      Branch: perl
29742            ! pod/perlhack.pod
29743 ____________________________________________________________________________
29744 [ 11410] By: nick                                  on 2001/07/19  06:39:35
29745         Log: Subject:  Security hole in taint checking in open()
29746              From:  deekoo@tentacle.net
29747              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
29748              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
29749      Branch: perl
29750            ! doio.c
29751 ____________________________________________________________________________
29752 [ 11409] By: nick                                  on 2001/07/19  06:28:08
29753         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
29754              From:  Abhijit Menon-Sen <ams@wiw.org>
29755              Date:  Thu, 19 Jul 2001 04:30:43 +0530
29756              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
29757      Branch: perl
29758            ! ext/Time/HiRes/HiRes.xs
29759 ____________________________________________________________________________
29760 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
29761         Log: Update docs with latest implementation information and new URLs.
29762      Branch: maint-5.6/macperl
29763            ! README.macos pod/perlport.pod
29764 ____________________________________________________________________________
29765 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
29766         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
29767              Fix BuildRules to accept optimization variables.
29768      Branch: maint-5.6/macperl
29769            + macos/bundled_ext/Digest/MD5/Makefile.mk
29770            ! macos/BuildRules.mk macos/Makefile.mk
29771            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
29772            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
29773 ____________________________________________________________________________
29774 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
29775         Log: Integrate changes 11399,11401
29776      Branch: maint-5.6/macperl
29777           !> win32/perlhost.h win32/win32.c
29778 ____________________________________________________________________________
29779 [ 11405] By: nick                                  on 2001/07/18  06:50:33
29780         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
29781              from perl5.6*
29782      Branch: perl
29783           !> win32/perlhost.h win32/win32.c
29784 ____________________________________________________________________________
29785 [ 11404] By: nick                                  on 2001/07/18  06:43:59
29786         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
29787              From:  hv@crypt0.demon.co.uk
29788              Date:  Wed, 18 Jul 2001 05:58:46 +0100
29789              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
29790      Branch: perl
29791            ! ext/POSIX/POSIX.t
29792 ____________________________________________________________________________
29793 [ 11403] By: nick                                  on 2001/07/18  06:38:57
29794         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
29795              From:  hv@crypt0.demon.co.uk
29796              Date:  Wed, 18 Jul 2001 05:21:54 +0100
29797              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
29798      Branch: perl
29799            ! numeric.c t/op/arith.t
29800 ____________________________________________________________________________
29801 [ 11402] By: nick                                  on 2001/07/18  06:19:17
29802         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
29803              From:  mjd@plover.com
29804              Date:  17 Jul 2001 17:59:20 -0000
29805              Message-Id:  <20010717175920.8177.qmail@plover.com>
29806      Branch: perl
29807            ! pod/perlre.pod
29808 ____________________________________________________________________________
29809 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
29810         Log: thinko in change#11400 (duh)
29811      Branch: maint-5.6/perl
29812            ! win32/perlhost.h
29813 ____________________________________________________________________________
29814 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
29815         Log: change#11399 revealed another unrelated bug; this is just a temporary
29816              bandaid
29817      Branch: maint-5.6/perl
29818            ! win32/perlhost.h
29819 ____________________________________________________________________________
29820 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
29821         Log: fix bugs in handling of the virtualized environment under windows;
29822              there were bugs in propagating any changes to %ENV down to the real
29823              environment when such changes happened in the toplevel process
29824              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
29825              problem identification, and for a part of the fix)
29826      Branch: maint-5.6/perl
29827            ! win32/perlhost.h win32/win32.c
29828 ____________________________________________________________________________
29829 [ 11398] By: nick                                  on 2001/07/17  08:26:35
29830         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
29831              From: Peter Prymmer <pvhp@forte.com>
29832              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
29833              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
29834              
29835              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
29836              should not depend on existance of Config.pm
29837      Branch: perl
29838           +> t/lib/commonsense.t
29839            - t/base/commonsense.t
29840            ! MANIFEST t/README
29841 ____________________________________________________________________________
29842 [ 11397] By: nick                                  on 2001/07/17  08:09:58
29843         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
29844              From:  Michael G Schwern <schwern@pobox.com>
29845              Date:  Mon, 16 Jul 2001 18:20:31 -0400
29846              Message-Id:  <20010716182031.A1128@blackrider>
29847      Branch: perl
29848            ! pod/perlhack.pod
29849 ____________________________________________________________________________
29850 [ 11396] By: nick                                  on 2001/07/17  08:04:11
29851         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
29852              From:  Gwyn Judd <b.judd@xtra.co.nz>
29853              Date:  Tue, 17 Jul 2001 20:55:58 +1200
29854              Message-Id:  <20010717205558.A3107@thislove>
29855      Branch: perl
29856            ! pod/perlfunc.pod
29857 ____________________________________________________________________________
29858 [ 11395] By: nick                                  on 2001/07/17  08:02:22
29859         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
29860              From:  Peter Prymmer <pvhp@forte.com>
29861              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
29862              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
29863      Branch: perl
29864            ! t/op/sprintf.t
29865 ____________________________________________________________________________
29866 [ 11394] By: nick                                  on 2001/07/17  07:57:06
29867         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
29868              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
29869              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
29870              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
29871      Branch: perl
29872            ! gv.c
29873 ____________________________________________________________________________
29874 [ 11392] By: nick                                  on 2001/07/17  07:50:12
29875         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
29876              From:  Coral <coral@moonlight.crystalflame.net>
29877              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
29878              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
29879      Branch: perl
29880            ! pp_sys.c thread.h
29881 ____________________________________________________________________________
29882 [ 11391] By: nick                                  on 2001/07/17  07:34:28
29883         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
29884              From:  Jonathan Stowe <gellyfish@gellyfish.com>
29885              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
29886              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
29887      Branch: perl
29888            ! utils/h2xs.PL
29889 ____________________________________________________________________________
29890 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
29891         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
29892              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
29893              and Mac::Apps::Launch, which don't work, and Time::HiRes and
29894              Time::Piece, which don't yet work.
29895      Branch: maint-5.6/macperl
29896            + (add 154 files)
29897 ____________________________________________________________________________
29898 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
29899         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
29900              Also add hack to get around missing setenv for PERL5DB.
29901      Branch: maint-5.6/macperl
29902            ! macos/macish.c macos/macish.h
29903 ____________________________________________________________________________
29904 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
29905         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
29906      Branch: maint-5.6/macperl
29907            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
29908            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
29909 ____________________________________________________________________________
29910 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
29911         Log: Fix up some configuration and make options, add extra
29912              extensions.
29913      Branch: maint-5.6/macperl
29914            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
29915            ! macos/macperl/Makefile.mk
29916 ____________________________________________________________________________
29917 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
29918         Log: From Change 11374 in maintperl.
29919      Branch: maint-5.6/macperl
29920           !> utils/h2ph.PL
29921 ____________________________________________________________________________
29922 [ 11385] By: nick                                  on 2001/07/16  14:12:58
29923         Log: Back out change to h2xs till it passes its test.
29924      Branch: perl
29925            ! utils/h2xs.PL
29926 ____________________________________________________________________________
29927 [ 11384] By: nick                                  on 2001/07/16  14:00:10
29928         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
29929              From:  Jonathan Stowe <gellyfish@gellyfish.com>
29930              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
29931              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
29932      Branch: perl
29933            ! utils/h2xs.PL
29934 ____________________________________________________________________________
29935 [ 11383] By: nick                                  on 2001/07/16  13:53:12
29936         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
29937              From:  Robin Houston <robin@kitsite.com>
29938              Date:  Sun, 15 Jul 2001 18:22:31 +0100
29939              Message-Id:  <20010715182230.A11174@robin>
29940      Branch: perl
29941            ! hints/darwin.sh
29942 ____________________________________________________________________________
29943 [ 11382] By: nick                                  on 2001/07/16  13:52:49
29944         Log: Subject:  [PATCH perl@11372] re_dup
29945              From:  Radu Greab <radu@netsoft.ro>
29946              Date:  Sun, 15 Jul 2001 04:50:06 +0300
29947              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
29948      Branch: perl
29949            ! sv.c
29950 ____________________________________________________________________________
29951 [ 11379] By: nick                                  on 2001/07/16  13:35:39
29952         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
29953              From:  Robin Houston <robin@kitsite.com>
29954              Date:  Sat, 14 Jul 2001 14:28:50 +0100
29955              Message-Id:  <20010714142850.A10205@robin>
29956      Branch: perl
29957            ! ext/B/B/Deparse.pm
29958 ____________________________________________________________________________
29959 [ 11378] By: nick                                  on 2001/07/16  13:30:36
29960         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
29961              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
29962              Date:  Sat, 14 Jul 2001 22:17:42 +0900
29963              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
29964      Branch: perl
29965            + ext/Encode/Encode/euc-jp-0212.enc
29966            ! ext/Encode/Encode/Tcl.pm
29967 ____________________________________________________________________________
29968 [ 11377] By: nick                                  on 2001/07/16  13:17:28
29969         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
29970              From:  Andy Dougherty <doughera@lafayette.edu>
29971              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
29972              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
29973      Branch: perl
29974            ! hints/darwin.sh hints/rhapsody.sh
29975 ____________________________________________________________________________
29976 [ 11376] By: nick                                  on 2001/07/16  09:05:00
29977         Log: Integrate mainline
29978      Branch: perlio
29979           +> ext/Encode/Encode/7bit-greek.enc
29980           +> ext/Encode/Encode/7bit-latin1.enc
29981           +> ext/Encode/Encode/cns11643-1.enc
29982           +> ext/Encode/Encode/cns11643-2.enc
29983           +> ext/Encode/Encode/iso2022-cn.enc
29984           +> ext/Encode/Encode/iso2022-jp1.enc
29985           +> ext/Encode/Encode/iso2022-jp2.enc
29986           !> Changes Configure MANIFEST Makefile.SH
29987           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
29988           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
29989           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
29990           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
29991           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
29992 ____________________________________________________________________________
29993 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
29994         Log: integrate change#11374 from maint-5.6
29995              
29996              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
29997      Branch: perl
29998           !> utils/h2ph.PL
29999 ____________________________________________________________________________
30000 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
30001         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
30002      Branch: maint-5.6/perl
30003            ! utils/h2ph.PL
30004 ____________________________________________________________________________
30005 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
30006         Log: Update Changes.
30007      Branch: perl
30008            ! Changes patchlevel.h
30009 ____________________________________________________________________________
30010 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
30011         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
30012              From: Jonathan Stowe <gellyfish@gellyfish.com>
30013              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
30014              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
30015      Branch: perl
30016            ! utils/h2xs.PL
30017 ____________________________________________________________________________
30018 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
30019         Log: Subject: patch to add DEL to [:cntrl:]
30020              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30021              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
30022              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
30023      Branch: perl
30024            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
30025 ____________________________________________________________________________
30026 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
30027         Log: Metaconfig unit change for #11369; plus a dependency nit.
30028      Branch: metaconfig
30029            ! U/compline/nblock_io.U
30030      Branch: metaconfig/U/perl
30031            ! Extensions.U
30032 ____________________________________________________________________________
30033 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
30034         Log: #include <stdlib.h> so that exit() is prototyped,
30035              noticed by Hugo.
30036      Branch: perl
30037            ! Configure
30038 ____________________________________________________________________________
30039 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
30040         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
30041              From: Peter Prymmer <pvhp@forte.com>
30042              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
30043              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
30044      Branch: perl
30045            ! t/op/sprintf.t
30046 ____________________________________________________________________________
30047 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
30048         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
30049              From: Peter Prymmer <pvhp@forte.com>
30050              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
30051              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
30052      Branch: perl
30053            ! ext/Encode/Encode/Tcl.t
30054 ____________________________________________________________________________
30055 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
30056         Log: Add information about gcc 3.0 basic block profiling.
30057      Branch: perl
30058            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
30059 ____________________________________________________________________________
30060 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
30061         Log: Subject: Error in lib/PerlIO/Via.pm ?
30062              From: Mark-Jason Dominus <mjd@plover.com>
30063              Date: Fri, 13 Jul 2001 15:55:41 -0400
30064              Message-ID: <20010713195541.26751.qmail@plover.com>
30065      Branch: perl
30066            ! ext/PerlIO/Via/Via.pm
30067 ____________________________________________________________________________
30068 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
30069         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
30070              section from the Compiler section.
30071      Branch: perl
30072            ! myconfig.SH
30073 ____________________________________________________________________________
30074 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
30075         Log: Handle glibc style of constant definitions using enum
30076              with intervening #defines; from Brendan O'Dea.
30077      Branch: perl
30078            ! utils/h2ph.PL
30079 ____________________________________________________________________________
30080 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
30081         Log: Add LC_MESSAGES to the locale_h export tag (it already is
30082              in the Makefile.PL and thusly eligible for an XS constant)
30083              (see also maintperl #10543)
30084      Branch: perl
30085            ! ext/POSIX/POSIX.pm
30086 ____________________________________________________________________________
30087 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
30088         Log: Subject: Re: [patch] re_dup
30089              From: Abhijit Menon-Sen <ams@wiw.org>
30090              Date: Fri, 13 Jul 2001 21:41:09 +0530
30091              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
30092      Branch: perl
30093            ! sv.c
30094 ____________________________________________________________________________
30095 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
30096         Log: Subject: [patch] re_dup
30097              From: Doug MacEachern <dougm@covalent.net>
30098              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
30099              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
30100      Branch: perl
30101            ! sv.c
30102 ____________________________________________________________________________
30103 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
30104         Log: Update Changes.
30105      Branch: perl
30106            ! Changes patchlevel.h
30107 ____________________________________________________________________________
30108 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
30109         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
30110              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
30111              Date: Sat, 14 Jul 2001 00:06:30 +0900
30112              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
30113      Branch: perl
30114            + ext/Encode/Encode/7bit-greek.enc
30115            + ext/Encode/Encode/7bit-latin1.enc
30116            + ext/Encode/Encode/cns11643-1.enc
30117            + ext/Encode/Encode/cns11643-2.enc
30118            + ext/Encode/Encode/iso2022-cn.enc
30119            + ext/Encode/Encode/iso2022-jp1.enc
30120            + ext/Encode/Encode/iso2022-jp2.enc
30121            ! MANIFEST ext/Encode/Encode/Tcl.pm
30122            ! ext/Encode/Encode/iso2022-kr.enc
30123 ____________________________________________________________________________
30124 [ 11357] By: nick                                  on 2001/07/13  14:24:06
30125         Log: Blind integrate mainline (as of 5.7.2?)
30126      Branch: perlio
30127           !> AUTHORS Changes Porting/config.sh Porting/config_H
30128           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
30129           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
30130           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30131           !> win32/makefile.mk
30132 ____________________________________________________________________________
30133 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
30134         Log: Snip away the devel patchlevel.
30135      Branch: perl
30136            ! patchlevel.h
30137 ____________________________________________________________________________
30138 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
30139         Log: Bump the version to 5.7.2.
30140      Branch: perl
30141            ! Porting/config.sh Porting/config_H patchlevel.h
30142            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
30143            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30144            ! win32/makefile.mk
30145 ____________________________________________________________________________
30146 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
30147         Log: Update Changes.
30148      Branch: perl
30149            ! Changes
30150 ____________________________________________________________________________
30151 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
30152         Log: Reword.
30153      Branch: perl
30154            ! AUTHORS
30155 ____________________________________________________________________________
30156 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
30157         Log: AUTHORS update.
30158      Branch: perl
30159            ! AUTHORS
30160 ____________________________________________________________________________
30161 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
30162         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
30163              unless ithreads.
30164      Branch: perl
30165            ! makedef.pl
30166 ____________________________________________________________________________
30167 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
30168         Log: Integrate perlio.
30169      Branch: perl
30170           !> win32/distclean.bat
30171 ____________________________________________________________________________
30172 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
30173         Log: Test the encoding transform only iff we have PerlIO,
30174              noticed by H. Merijn Brand.
30175      Branch: perl
30176            ! ext/PerlIO/t/encoding.t
30177 ____________________________________________________________________________
30178 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
30179         Log: README.netware tweaks from Ananth Kesari.
30180      Branch: perl
30181            ! README.netware
30182 ____________________________________________________________________________
30183 [ 11346] By: nick                                  on 2001/07/13  09:18:51
30184         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
30185              to avoid /unicode vs /Unicode issues.
30186      Branch: perlio
30187            ! win32/distclean.bat
30188 ____________________________________________________________________________
30189 [ 11345] By: nick                                  on 2001/07/13  06:24:18
30190         Log: Integrate mainline
30191      Branch: perlio
30192           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
30193            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
30194           !> (integrate 63 files)
30195 ____________________________________________________________________________
30196 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
30197         Log: Add d_bincompat5005 information to perl -V.
30198      Branch: perl
30199            ! myconfig.SH
30200 ____________________________________________________________________________
30201 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
30202         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
30203              From: Abhijit Menon-Sen <ams@wiw.org>
30204              Date: Fri, 13 Jul 2001 07:12:36 +0530
30205              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
30206      Branch: perl
30207            ! sv.c
30208 ____________________________________________________________________________
30209 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
30210         Log: Remove unicode::distinct, as per Inaba Hiroto.
30211      Branch: perl
30212            - lib/unicode/distinct.pm
30213            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
30214            ! t/lib/1_compile.t
30215 ____________________________________________________________________________
30216 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
30217         Log: Paging for Dr Octothorpe.
30218      Branch: perl
30219            ! pod/perlfaq4.pod
30220 ____________________________________________________________________________
30221 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
30222         Log: cut-n-paste error noticed by mjd.
30223      Branch: perl
30224            ! pod/perlfaq4.pod
30225 ____________________________________________________________________________
30226 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
30227         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
30228              From: Peter Prymmer <pvhp@forte.com>
30229              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
30230              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
30231      Branch: perl
30232            ! pod/perlfaq4.pod
30233 ____________________________________________________________________________
30234 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
30235         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
30236              From: Randall Gellens <randy@qualcomm.com>
30237              Date: Thu, 12 Jul 2001 16:56:23 -0700
30238              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
30239      Branch: perl
30240            ! Porting/repository.pod
30241 ____________________________________________________________________________
30242 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
30243         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
30244      Branch: perl
30245            ! thread.h
30246 ____________________________________________________________________________
30247 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
30248         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
30249              From: coral <coral@moonlight.crystalflame.net>
30250              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
30251              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
30252      Branch: perl
30253            ! thread.h
30254 ____________________________________________________________________________
30255 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
30256         Log: Metaconfig unit change for #11134.
30257      Branch: metaconfig
30258            + U/threads/d_pthread_atfork.U
30259 ____________________________________________________________________________
30260 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
30261         Log: Add HAS_PTHREAD_ATFORK.
30262      Branch: perl
30263            ! Configure NetWare/config.wc NetWare/config_H.wc
30264            ! Porting/Glossary Porting/config.sh Porting/config_H
30265            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
30266            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
30267            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30268            ! win32/config.gc win32/config.vc win32/config_H.bc
30269            ! win32/config_H.gc win32/config_H.vc
30270 ____________________________________________________________________________
30271 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
30272         Log: Subject: [PATCH] File::Copy fails on tied handles
30273              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
30274              Date: Thu, 12 Jul 2001 15:18:51 -0700
30275              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
30276      Branch: perl
30277            ! lib/File/Copy.pm
30278 ____________________________________________________________________________
30279 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
30280         Log: Subject: [PATCH] Langinfo.t
30281              From: Nicholas Clark <nick@ccl4.org>
30282              Date: Thu, 12 Jul 2001 23:55:38 +0100
30283              Message-ID: <20010712235538.M5827@plum.flirble.org>
30284      Branch: perl
30285            ! ext/I18N/Langinfo/Langinfo.t
30286 ____________________________________________________________________________
30287 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
30288         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
30289              From: Peter Prymmer <pvhp@forte.com>
30290              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
30291              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
30292      Branch: perl
30293            ! pod/perl572delta.pod
30294 ____________________________________________________________________________
30295 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
30296         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
30297              From: Abhijit Menon-Sen <ams@wiw.org>
30298              Date: Fri, 13 Jul 2001 05:21:16 +0530
30299              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
30300      Branch: perl
30301            ! sv.c
30302 ____________________________________________________________________________
30303 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
30304         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
30305              From: Abhijit Menon-Sen <ams@wiw.org>
30306              Date: Fri, 13 Jul 2001 03:04:25 +0530
30307              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
30308      Branch: perl
30309            ! av.c
30310 ____________________________________________________________________________
30311 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
30312         Log: s/^M$//g
30313      Branch: perl
30314            ! win32/Makefile win32/makefile.mk
30315 ____________________________________________________________________________
30316 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
30317         Log: Update Changes.
30318      Branch: perl
30319            ! Changes patchlevel.h
30320 ____________________________________________________________________________
30321 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
30322         Log: Typo spotted by Philip Newton.
30323      Branch: perl
30324            ! pod/perl572delta.pod
30325 ____________________________________________________________________________
30326 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
30327         Log: Subject: [PATCH] fixes perl_clone of perl_clone
30328              From: Artur Bergman <artur@contiller.se>
30329              Date: Thu, 12 Jul 2001 20:57:09 +0200
30330              Message-ID: <B773BFA4.236B%artur@contiller.se>
30331      Branch: perl
30332            ! sv.c
30333 ____________________________________________________________________________
30334 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
30335         Log: Add README.uts from Hal Morris.
30336      Branch: perl
30337            + README.uts
30338            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
30339            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30340 ____________________________________________________________________________
30341 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
30342         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
30343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30344              Date: Thu, 12 Jul 2001 20:32:37 +0200
30345              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
30346      Branch: perl
30347            ! hints/aix.sh
30348 ____________________________________________________________________________
30349 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
30350         Log: Subject: Patch: document reg_data.what member
30351              From: Mark-Jason Dominus <mjd@plover.com>
30352              Message-ID: <20010712182532.14821.qmail@plover.com>
30353              Date: Thu, 12 Jul 2001 14:25:32 -0400
30354      Branch: perl
30355            ! regcomp.c regcomp.h
30356 ____________________________________________________________________________
30357 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
30358         Log: Subject: [PATCH] Perl_re_dup()
30359              From: Abhijit Menon-Sen <ams@wiw.org>
30360              Date: Thu, 12 Jul 2001 23:54:32 +0530
30361              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
30362      Branch: perl
30363            ! embed.h embed.pl perlapi.c proto.h sv.c
30364 ____________________________________________________________________________
30365 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
30366         Log: Regen Configure, modlib, toc.
30367      Branch: perl
30368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30369            ! pod/perlmodlib.pod pod/perltoc.pod
30370 ____________________________________________________________________________
30371 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
30372         Log: The problem seems to be in PerlIO::Layer::->find() not
30373              accepting the ":encoding(blurflur)" arguments.
30374      Branch: perl
30375            ! lib/PerlIO.pm lib/open.pm
30376 ____________________________________________________________________________
30377 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
30378         Log: AIX doc update.
30379      Branch: perl
30380            ! README.aix pod/perl572delta.pod
30381 ____________________________________________________________________________
30382 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
30383         Log: Subject: AIX README update
30384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30385              Date: Thu, 12 Jul 2001 19:28:30 +0200
30386              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
30387      Branch: perl
30388            ! README.aix
30389 ____________________________________________________________________________
30390 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
30391         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
30392              From: Norton Allen <allen@huarp.harvard.edu>
30393              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
30394              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
30395      Branch: perl
30396            ! ext/IO/lib/IO/t/io_unix.t
30397 ____________________________________________________________________________
30398 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
30399         Log: Subject: [PATCH README.qnx hints/qnx.sh]
30400              From: Norton Allen <allen@huarp.harvard.edu>
30401              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
30402              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
30403      Branch: perl
30404            ! README.qnx hints/qnx.sh
30405 ____________________________________________________________________________
30406 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
30407         Log: Subject: [patch] faster PM_GETRE
30408              From: Doug MacEachern <dougm@covalent.net>
30409              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
30410              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
30411      Branch: perl
30412            ! op.h
30413 ____________________________________________________________________________
30414 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
30415         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
30416              From: Doug MacEachern <dougm@covalent.net>
30417              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
30418              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
30419      Branch: perl
30420            ! op.c
30421 ____________________________________________________________________________
30422 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
30423         Log: Tell where the nice Estonian database is.
30424      Branch: perl
30425            ! lib/open.pm
30426 ____________________________________________________________________________
30427 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
30428         Log: Retract #11309 since #11310 is a better fix.
30429      Branch: perl
30430            ! t/lib/1_compile.t
30431 ____________________________________________________________________________
30432 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
30433         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
30434              change#11300 needs to return the status of failed win32_spawnvp())
30435              
30436              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
30437              splitting correctly; remove unused variables; 'require' at run time
30438              rather than 'use' at compile time for I18N::Langinfo, since it
30439              isn't everyware
30440      Branch: perl
30441            ! lib/open.pm win32/win32.c
30442 ____________________________________________________________________________
30443 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
30444         Log: Temporary workaround.
30445      Branch: perl
30446            ! t/lib/1_compile.t
30447 ____________________________________________________________________________
30448 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
30449         Log: UCD typo in #11306 and add also more known-to-be-tested
30450              modules to the skip list.
30451      Branch: perl
30452            ! t/lib/1_compile.t
30453 ____________________________________________________________________________
30454 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
30455         Log: Rename Unicode::UCD to UnicodeCD to avoid
30456              messups with case-insensitive filesystems.
30457      Branch: perl
30458            + lib/UnicodeCD.pm lib/UnicodeCD.t
30459            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
30460            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
30461 ____________________________________________________________________________
30462 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
30463         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
30464              From: daniel@biz.bitpusher.com
30465              Date: Wed, 11 Jul 2001 23:25:47 -0700
30466              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
30467      Branch: perl
30468            ! lib/Tie/Array.pm t/op/splice.t
30469 ____________________________________________________________________________
30470 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
30471         Log: Subject: [PATCH] More accurate line numbers in messages
30472              From: Paul Johnson <paul@pjcj.net>
30473              Date: Thu, 12 Jul 2001 04:14:11 +0200
30474              Message-ID: <20010712041411.A3467@pjcj.net>
30475              
30476              (With prototyping and multiplicity tweaks.)
30477      Branch: perl
30478            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
30479 ____________________________________________________________________________
30480 [ 11304] By: nick                                  on 2001/07/12  12:53:40
30481         Log: Integrate mainline
30482      Branch: perlio
30483           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
30484           !> regexec.c thread.h
30485 ____________________________________________________________________________
30486 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
30487         Log: Cut-and-pasto in #11298.
30488      Branch: perl
30489            ! ext/ByteLoader/bytecode.h
30490 ____________________________________________________________________________
30491 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
30492         Log: Update the AIX known problems section.
30493      Branch: perl
30494            ! pod/perl572delta.pod
30495 ____________________________________________________________________________
30496 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
30497         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
30498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30499              Date: Thu, 12 Jul 2001 12:16:16 +0200
30500              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
30501      Branch: perl
30502            ! hints/aix.sh
30503 ____________________________________________________________________________
30504 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
30505         Log: Integrate perlio.
30506      Branch: perl
30507           !> makedef.pl win32/win32.c
30508 ____________________________________________________________________________
30509 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
30510         Log: Subject: [PATCH] fix for PMOP threadness failures
30511              From: Artur Bergman <artur@contiller.se>
30512              Date: Thu, 12 Jul 2001 09:48:06 +0200
30513              Message-ID: <B77322D6.22DD%artur@contiller.se>
30514      Branch: perl
30515            ! regexec.c
30516 ____________________________________________________________________________
30517 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
30518         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
30519              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30520              Date: Thu, 12 Jul 2001 09:09:48 +0200
30521              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
30522              
30523              More parentheses to keep bcc happy.
30524      Branch: perl
30525            ! ext/ByteLoader/bytecode.h
30526 ____________________________________________________________________________
30527 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
30528         Log: Subject: Re: [patch] pthread_atfork bandaid
30529              From: Doug MacEachern <dougm@covalent.net>
30530              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
30531              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
30532      Branch: perl
30533            ! thread.h
30534 ____________________________________________________________________________
30535 [ 11296] By: nick                                  on 2001/07/12  11:55:48
30536         Log: Exclude reentrant_buffer from .def file
30537      Branch: perlio
30538            ! makedef.pl
30539 ____________________________________________________________________________
30540 [ 11295] By: nick                                  on 2001/07/12  11:11:44
30541         Log: Honour void-ness of my_exit()
30542      Branch: perlio
30543            ! win32/win32.c
30544 ____________________________________________________________________________
30545 [ 11294] By: nick                                  on 2001/07/12  07:51:04
30546         Log: Integrate mainline
30547      Branch: perlio
30548           +> uts/sprintf_wrap.c
30549           !> (integrate 35 files)
30550 ____________________________________________________________________________
30551 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
30552         Log: Retract #11289.
30553      Branch: perl
30554            ! embed.h embed.pl perl.c proto.h thread.h
30555 ____________________________________________________________________________
30556 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
30557         Log: Now the :locale pseudolayer *almost* works...
30558      Branch: perl
30559            ! lib/open.pm
30560 ____________________________________________________________________________
30561 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
30562         Log: Locale encoding tweaks.
30563      Branch: perl
30564            ! lib/open.pm
30565 ____________________________________________________________________________
30566 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
30567         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
30568              From: Mark-Jason Dominus <mjd@plover.com>
30569              Date: Thu, 12 Jul 2001 00:59:31 -0400
30570              Message-ID: <20010712045931.8543.qmail@plover.com>
30571              
30572              Remove the chmod/umask leading zero warning.
30573      Branch: perl
30574            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
30575            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
30576 ____________________________________________________________________________
30577 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
30578         Log: (Retracted by #11289.)
30579      Branch: perl
30580            ! embed.h embed.pl perl.c proto.h thread.h
30581 ____________________________________________________________________________
30582 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
30583         Log: Needed by #11283.
30584      Branch: perl
30585            ! intrpvar.h
30586 ____________________________________________________________________________
30587 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
30588         Log: Metaconfig unit change for #11286.
30589      Branch: metaconfig/U/perl
30590            ! patchlevel.U
30591 ____________________________________________________________________________
30592 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
30593         Log: Subject: Re: [PATCH Configure] perl -V broken
30594              From: Andy Dougherty <doughera@lafayette.edu>
30595              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
30596              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
30597      Branch: perl
30598            ! Configure myconfig.SH
30599 ____________________________________________________________________________
30600 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
30601         Log: Retract #11166 (and #11237).
30602      Branch: perl
30603            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
30604            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
30605            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
30606 ____________________________________________________________________________
30607 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
30608         Log: UTS tweaks for Hal Morris.
30609      Branch: perl
30610            + uts/sprintf_wrap.c
30611            ! MANIFEST hints/uts.sh perl.h
30612 ____________________________________________________________________________
30613 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
30614         Log: Subject: [PATCH] Use reentrant API glibc
30615              From: Artur Bergman <artur@contiller.se>
30616              Date: Thu, 12 Jul 2001 00:58:21 +0200
30617              Message-ID: <B772A6AD.2288%artur@contiller.se>
30618      Branch: perl
30619            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
30620            ! sv.c
30621 ____________________________________________________________________________
30622 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
30623         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
30624              From: barries <barries@slaysys.com>
30625              Date: Wed, 11 Jul 2001 15:11:46 -0400
30626              Message-ID: <20010711151146.G24560@jester.slaysys.com>
30627      Branch: perl
30628            ! pp_sys.c t/lib/warnings/doio win32/win32.c
30629 ____________________________________________________________________________
30630 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
30631         Log: Subject: [patch] pthread_atfork bandaid
30632              From: Doug MacEachern <dougm@covalent.net>
30633              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
30634              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
30635      Branch: perl
30636            ! miniperlmain.c perl.c
30637 ____________________________________________________________________________
30638 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
30639         Log: Subject: [patch] perl_clone leaks
30640              From: Doug MacEachern <dougm@covalent.net>
30641              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
30642              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
30643      Branch: perl
30644            ! sv.c
30645 ____________________________________________________________________________
30646 [ 11279] By: nick                                  on 2001/07/11  15:49:38
30647         Log: Integrate mainline
30648      Branch: perlio
30649           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
30650           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
30651           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
30652           +> lib/Term/ANSIColor/README
30653           !> (integrate 54 files)
30654 ____________________________________________________________________________
30655 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
30656         Log: Update Changes.
30657      Branch: perl
30658            ! Changes patchlevel.h
30659 ____________________________________________________________________________
30660 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
30661         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
30662              From: Peter Prymmer <pvhp@forte.com>
30663              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
30664              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
30665              
30666              Backport of embed.pl to 5.003.
30667      Branch: perl
30668            ! embed.pl
30669 ____________________________________________________________________________
30670 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
30671         Log: Subject: Re: POSIX test #14 on UTS 
30672              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30673              Date: Wed, 11 Jul 2001 03:02:14 +0100
30674              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
30675      Branch: perl
30676            ! ext/POSIX/POSIX.t
30677 ____________________________________________________________________________
30678 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
30679         Log: Make the I32 an IV to preserve structure alignment and size.
30680      Branch: perl
30681            ! op.h
30682 ____________________________________________________________________________
30683 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
30684         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
30685              From: "Artur Bergman" <artur@contiller.se>
30686              Date: Wed, 11 Jul 2001 14:23:37 +0200
30687              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
30688              
30689              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
30690      Branch: perl
30691            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
30692            ! pod/perlapi.pod sv.c
30693 ____________________________________________________________________________
30694 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
30695         Log: Tweak until Pod::Parser gets updated.
30696      Branch: perl
30697            ! t/pod/special_seqs.xr
30698 ____________________________________________________________________________
30699 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
30700         Log: File::Spec usage tweak.
30701      Branch: perl
30702            ! lib/ExtUtils.t
30703 ____________________________________________________________________________
30704 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
30705         Log: Integrate #11263 from macperl; macos and macosx updates.
30706      Branch: perl
30707           !> pod/perlport.pod
30708 ____________________________________________________________________________
30709 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
30710         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
30711              From: Peter Prymmer <pvhp@forte.com>
30712              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
30713              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
30714      Branch: perl
30715            + ext/Time/HiRes/hints/dynixptx.pl
30716            ! MANIFEST hints/dynixptx.sh
30717 ____________________________________________________________________________
30718 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
30719         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
30720              From: Nicholas Clark <nick@ccl4.org>
30721              Date: Tue, 10 Jul 2001 23:17:43 +0100
30722              Message-ID: <20010710231742.B59620@plum.flirble.org>
30723      Branch: perl
30724            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
30725 ____________________________________________________________________________
30726 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
30727         Log: Subject: [DOC PATCH] Pluggable runops
30728              From: Paul Johnson <paul@pjcj.net>
30729              Date: Tue, 10 Jul 2001 21:53:28 +0200
30730              Message-ID: <20010710215328.B26577@pjcj.net>
30731      Branch: perl
30732            ! pod/perlguts.pod
30733 ____________________________________________________________________________
30734 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
30735         Log: Subject: [PATCH] Authors
30736              From: Artur Bergman <artur@contiller.se>
30737              Date: Tue, 10 Jul 2001 20:39:12 +0200
30738              Message-ID: <B771186F.21CD%artur@contiller.se>
30739      Branch: perl
30740            ! AUTHORS
30741 ____________________________________________________________________________
30742 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
30743         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
30744              From: Doug MacEachern <dougm@covalent.net>
30745              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
30746              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
30747      Branch: perl
30748            ! pp_ctl.c
30749 ____________________________________________________________________________
30750 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
30751         Log: Subject: doc patch; times() in scalar context
30752              From: mjd@plover.com
30753              Date: 10 Jul 2001 18:01:17 -0000
30754              Message-ID: <20010710180117.12477.qmail@plover.com>
30755      Branch: perl
30756            ! pod/perlfunc.pod
30757 ____________________________________________________________________________
30758 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
30759         Log: Subject: [PATCH] Small fix to pp_gmtime
30760              From: Artur Bergman <artur@contiller.se>
30761              Date: Tue, 10 Jul 2001 19:54:52 +0200
30762              Message-ID: <B7710E0B.21C5%artur@contiller.se>
30763      Branch: perl
30764            ! pp_sys.c
30765 ____________________________________________________________________________
30766 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
30767         Log: Integrate changes from mainline perl, add notes about
30768              Mac OS X and Mac OS.
30769      Branch: maint-5.6/macperl
30770            ! pod/perlport.pod
30771 ____________________________________________________________________________
30772 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
30773         Log: A proof of the dangers of package; ?
30774      Branch: perl
30775            ! t/lib/warnings/op
30776 ____________________________________________________________________________
30777 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
30778         Log: Regen toc and modlib.
30779      Branch: perl
30780            ! pod/perlmodlib.pod pod/perltoc.pod
30781 ____________________________________________________________________________
30782 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
30783         Log: Add compexcl(), casefold(), and casespec() interfaces;
30784              and make all interfaces to return hash references instead
30785              of hashes. 
30786      Branch: perl
30787            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30788 ____________________________________________________________________________
30789 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
30790         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
30791              From: "Philip Newton" <Philip.Newton@gmx.net>
30792              Date: Tue, 10 Jul 2001 09:55:59 +0200
30793              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
30794              
30795              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
30796              From: "Philip Newton" <Philip.Newton@gmx.net>
30797              Date: Tue, 10 Jul 2001 09:56:37 +0200
30798              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
30799      Branch: perl
30800            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30801            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
30802 ____________________________________________________________________________
30803 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
30804         Log: Subject: [patch] undef &xsub for 1,2
30805              From: Doug MacEachern <dougm@covalent.net>
30806              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
30807              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
30808              
30809              (This version of the patch with a comment from Gisle.)
30810      Branch: perl
30811            ! op.c
30812 ____________________________________________________________________________
30813 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
30814         Log: Mention package; deprecation and the Win32 problems.
30815      Branch: perl
30816            ! pod/perl572delta.pod
30817 ____________________________________________________________________________
30818 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
30819         Log: Subject: [PATCH] deprecate package with no arguments
30820              From: Robin Houston <robin@kitsite.com>
30821              Date: Tue, 10 Jul 2001 13:33:40 +0100
30822              Message-ID: <20010710133340.A13452@robin.kitsite.com>
30823      Branch: perl
30824            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
30825 ____________________________________________________________________________
30826 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
30827         Log: Upgrade to podlators 1.10.
30828      Branch: perl
30829            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30830            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30831            ! pod/pod2man.PL pod/pod2text.PL
30832 ____________________________________________________________________________
30833 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
30834         Log: Upgrade to Term::ANSIColor 1.04.
30835      Branch: perl
30836            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
30837            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
30838 ____________________________________________________________________________
30839 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
30840         Log: Integrate perlio (the right fix for the ":layer(args)")
30841      Branch: perl
30842           !> perlio.c
30843 ____________________________________________________________________________
30844 [ 11252] By: nick                                  on 2001/07/10  06:58:14
30845         Log: Fix open(...,"...:layer(xxx)",...)
30846              - use memEQ not strEQ as there is '(' not '\0'
30847      Branch: perlio
30848            ! perlio.c
30849 ____________________________________________________________________________
30850 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
30851         Log: Telling the number of tests helps.
30852      Branch: perl
30853            ! ext/PerlIO/t/encoding.t
30854 ____________________________________________________________________________
30855 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
30856         Log: Require I18N::Langinfo, not use.
30857      Branch: perl
30858            ! lib/open.pm
30859 ____________________________________________________________________________
30860 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
30861         Log: Add a test for for PerlIO ":encoding(...)" layer.
30862      Branch: perl
30863            + ext/PerlIO/t/encoding.t
30864            ! MANIFEST ext/Encode/Encode.pm
30865 ____________________________________________________________________________
30866 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
30867         Log: PerlIO ":encoding(foobar)" temporary fix.
30868              Not really correct, I think, since the change means
30869              that prefixes match.
30870      Branch: perl
30871            ! perlio.c
30872 ____________________________________________________________________________
30873 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
30874         Log: Update to Math::BigInt 1.36.  The biggest news is
30875              the separation of the backend; now the pure Perl
30876              implementation is in Math::BigInt::Calc, but one
30877              can plugin, say, Math::BigInt::BitVect, and get
30878              considerable speedup.
30879      Branch: perl
30880            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
30881            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30882            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
30883            ! lib/Math/BigInt/t/mbimbf.t
30884 ____________________________________________________________________________
30885 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
30886         Log: Subject: Re: compatibility question
30887              From: Peter Prymmer <pvhp@forte.com>
30888              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
30889              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
30890      Branch: perl
30891            ! lib/ExtUtils/MM_VMS.pm
30892 ____________________________________________________________________________
30893 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
30894         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
30895              From: Norton Allen <allen@huarp.harvard.edu>
30896              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
30897              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
30898      Branch: perl
30899            ! ext/File/Glob/t/basic.t
30900 ____________________________________________________________________________
30901 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
30902         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
30903              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30904              Date: Tue, 10 Jul 2001 00:29:55 +0900
30905              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
30906      Branch: perl
30907            + ext/Encode/Encode/HZ.enc
30908            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
30909            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
30910            ! ext/Encode/Encode/iso2022-jp.enc
30911            ! ext/Encode/Encode/iso2022-kr.enc
30912 ____________________________________________________________________________
30913 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
30914         Log: Add in all them there macos/ files.
30915      Branch: maint-5.6/macperl
30916            + (add 577 files)
30917 ____________________________________________________________________________
30918 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
30919         Log: Add the new modules to the list of having those own tests.
30920      Branch: perl
30921            ! t/lib/1_compile.t
30922 ____________________________________________________________________________
30923 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
30924         Log: Add INOUT to control both ways at the same time.
30925      Branch: perl
30926            ! lib/open.pm
30927 ____________________________________________________________________________
30928 [ 11240] By: nick                                  on 2001/07/09  16:33:50
30929         Log: Integrate mainline
30930      Branch: perlio
30931           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30932           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
30933           !> (integrate 41 files)
30934 ____________________________________________________________________________
30935 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
30936         Log: More encoding mapping magic.
30937      Branch: perl
30938            ! lib/open.pm
30939 ____________________________________________________________________________
30940 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
30941         Log: Update Changes.
30942      Branch: perl
30943            ! Changes patchlevel.h
30944 ____________________________________________________________________________
30945 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
30946         Log: (Retracted by #11285).
30947              
30948              Subject: [PATCH] OPpCONST_OCTAL fixes
30949              From: Abhijit Menon-Sen <ams@wiw.org>
30950              Date: Mon, 9 Jul 2001 07:38:45 +0530
30951              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
30952      Branch: perl
30953            ! op.c
30954 ____________________________________________________________________________
30955 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
30956         Log: Add a pseudolayer ":locale" to the open pragma which
30957              will get the encoding from the locale.  Yet undocumented
30958              because I can't get the PerlIO :encoding(foobar) to work.
30959      Branch: perl
30960            ! ext/Encode/Encode.pm lib/open.pm
30961 ____________________________________________________________________________
30962 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
30963         Log: Add more encoding mappings.
30964      Branch: perl
30965            ! ext/Encode/Encode.pm
30966 ____________________________________________________________________________
30967 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
30968         Log: Document that using :encoding layer requires using Encode.
30969      Branch: perl
30970            ! ext/Encode/Encode.pm lib/PerlIO.pm
30971 ____________________________________________________________________________
30972 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
30973         Log: Netware tweak from Ananth Kesari.
30974      Branch: perl
30975            ! NetWare/netware.h
30976 ____________________________________________________________________________
30977 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
30978         Log: t/harness doesn't know about run/*.t
30979      Branch: perl
30980            ! t/harness
30981 ____________________________________________________________________________
30982 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
30983         Log: run/exit.t busted on windows
30984      Branch: perl
30985            ! t/run/exit.t
30986 ____________________________________________________________________________
30987 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
30988         Log: fix a couple of UCD.t tests that fail due to bad case
30989      Branch: perl
30990            ! lib/Unicode/UCD.t
30991 ____________________________________________________________________________
30992 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
30993         Log: test skip logic was broken
30994      Branch: perl
30995            ! ext/I18N/Langinfo/Langinfo.t
30996 ____________________________________________________________________________
30997 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
30998         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
30999              failure of ExtUtils.t#27 when built in debug mode)
31000      Branch: perl
31001            ! lib/ExtUtils/MM_Win32.pm
31002 ____________________________________________________________________________
31003 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
31004         Log: I18N::Langinfo is not available on windows
31005      Branch: perl
31006            ! win32/FindExt.pm
31007 ____________________________________________________________________________
31008 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
31009         Log: save a dTHX
31010      Branch: perl
31011            ! ext/POSIX/POSIX.xs
31012 ____________________________________________________________________________
31013 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
31014         Log: Update Changes.
31015      Branch: perl
31016            ! Changes patchlevel.h
31017 ____________________________________________________________________________
31018 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
31019         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
31020              as pointed out by Sarathy.
31021      Branch: perl
31022            ! ext/I18N/Langinfo/Langinfo.xs
31023 ____________________________________________________________________________
31024 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
31025         Log: Retract #11212.
31026      Branch: perl
31027            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
31028 ____________________________________________________________________________
31029 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
31030         Log: Bump up the VERSION of Cwd.xs.
31031      Branch: perl
31032            ! ext/Cwd/Makefile.PL
31033 ____________________________________________________________________________
31034 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
31035         Log: Retract #11220, the problem wasn't the missing leading zero.
31036              Here's the problem:
31037              $ ./perl -we 'chmod(oct("755"), ".")'
31038              Non-octal literal mode (493) specified at -e line 1.
31039              (Did you mean 0493 instead?)
31040      Branch: perl
31041            ! lib/ExtUtils/MM_Unix.pm
31042 ____________________________________________________________________________
31043 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
31044         Log: (Retracted by #11221)
31045              Change the PERM_RW and PERM_RWX to 0644 and 0755
31046              (add the leading zero).
31047      Branch: perl
31048            ! lib/ExtUtils/MM_Unix.pm
31049 ____________________________________________________________________________
31050 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
31051         Log: Integrate changes #11193, 11205, 11209 from macperl.
31052              
31053              Fix up AutoLoader to fudge for Mac paths in import().
31054              
31055              Allow symbols in try_symbol() to begin with "_".
31056              
31057              Small portability fix for Mac OS.
31058      Branch: perl
31059           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
31060 ____________________________________________________________________________
31061 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
31062         Log: Metaconfig unit change for #11217.
31063      Branch: metaconfig/U/perl
31064            ! Extensions.U
31065 ____________________________________________________________________________
31066 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
31067         Log: Detypo, problem noticed by Gerrit P. Haase.
31068      Branch: perl
31069            ! Configure config_h.SH
31070 ____________________________________________________________________________
31071 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
31072         Log: Cwd cleanups.
31073      Branch: perl
31074            ! ext/Cwd/Cwd.xs
31075 ____________________________________________________________________________
31076 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
31077         Log: Slight tweaks on #11213.
31078      Branch: perl
31079            ! toke.c
31080 ____________________________________________________________________________
31081 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
31082         Log: A missing dTHX noticed by Gerrit P. Haase.
31083      Branch: perl
31084            ! ext/POSIX/POSIX.xs
31085 ____________________________________________________________________________
31086 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
31087         Log: Subject: [PATCH toke.c] Simplify yytoke()
31088              From: Simon Cozens <simon@netthink.co.uk>
31089              Date: Sun, 8 Jul 2001 13:24:34 +0100
31090              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
31091              
31092              Split out pending_ident().
31093      Branch: perl
31094            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
31095 ____________________________________________________________________________
31096 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
31097         Log: (Retracted by #11223.)
31098              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
31099              Date: Wed, 05 Nov 1997 17:22:34 -0600
31100              From: Graham Barr <gbarr@ti.com>
31101              Message-Id: <3460FFBA.6DA51F46@ti.com>
31102      Branch: perl
31103            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
31104 ____________________________________________________________________________
31105 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
31106         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
31107      Branch: perl
31108            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
31109            ! pod/perllocale.pod
31110 ____________________________________________________________________________
31111 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
31112         Log: Really do the test under the C locale.
31113      Branch: perl
31114            ! ext/I18N/Langinfo/Langinfo.t
31115 ____________________________________________________________________________
31116 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
31117         Log: Small portability fix for Mac OS.
31118      Branch: maint-5.6/macperl
31119            ! lib/Cwd.pm
31120 ____________________________________________________________________________
31121 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
31122         Log: Metaconfig unit change for #11207.
31123      Branch: metaconfig/U/perl
31124            ! Extensions.U
31125 ____________________________________________________________________________
31126 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
31127         Log: Add I18N::Langinfo, which is basically a wrapper around
31128              nl_langinfo(), which is an additional way to query locale
31129              specific information.
31130      Branch: perl
31131            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
31132            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
31133            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
31134 ____________________________________________________________________________
31135 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
31136         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
31137              used in File::Find tests; replace with if.t.
31138      Branch: maint-5.6/macperl
31139            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
31140            ! t/pragma/warn/op
31141 ____________________________________________________________________________
31142 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
31143         Log: Allow symbols in try_symbol() to begin with "_".
31144      Branch: maint-5.6/macperl
31145            ! makedef.pl
31146 ____________________________________________________________________________
31147 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
31148         Log: Sync up the File::Find changes from the rewrite by
31149              Thomas Wegner, et al.
31150      Branch: maint-5.6/macperl
31151            + t/lib/filefind-taint.t
31152            ! lib/File/Find.pm t/lib/filefind.t
31153 ____________________________________________________________________________
31154 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
31155         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
31156              From: Thomas Wegner <wegner_thomas@yahoo.com>
31157              Date: Thu, 5 Jul 2001 20:31:25 +0200
31158              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
31159      Branch: maint-5.6/macperl
31160            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
31161 ____________________________________________________________________________
31162 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
31163         Log: Some more test portability fixes.
31164      Branch: maint-5.6/macperl
31165            ! t/lib/filecopy.t t/pragma/warn/pp_sys
31166 ____________________________________________________________________________
31167 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
31168         Log: The #11200 removed wrong (non-existent) target.  Duh.
31169      Branch: perl
31170            ! Makefile.SH
31171 ____________________________________________________________________________
31172 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
31173         Log: Zap the lib/re.pm before creating it.
31174      Branch: perl
31175            ! Makefile.SH
31176 ____________________________________________________________________________
31177 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
31178         Log: Another test.  Please ignore.
31179      Branch: maint-5.6/macperl
31180            ! README.macos
31181 ____________________________________________________________________________
31182 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
31183         Log: Portability fixes for a lot of tests, especially IO-related
31184              tests, and warnings, and the harness script.
31185      Branch: maint-5.6/macperl
31186            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
31187            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
31188            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
31189            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
31190            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
31191            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
31192            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
31193            ! t/pragma/warnings.t
31194 ____________________________________________________________________________
31195 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
31196         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
31197              From: Nicholas Clark <nick@ccl4.org>
31198              Date: Sat, 7 Jul 2001 21:00:17 +0100
31199              Message-ID: <20010707210017.H59620@plum.flirble.org>
31200      Branch: perl
31201            ! lib/h2xs.t
31202 ____________________________________________________________________________
31203 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
31204         Log: The UNICOS/mk SysV IPC problem has been fixed.
31205      Branch: perl
31206            ! pod/perl572delta.pod
31207 ____________________________________________________________________________
31208 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
31209         Log: Slight update tweaks on perlunicode.pod.
31210      Branch: perl
31211            ! pod/perlunicode.pod
31212 ____________________________________________________________________________
31213 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
31214         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
31215              From: Mark-Jason Dominus <mjd@plover.com>
31216              Date: Sat, 07 Jul 2001 13:04:04 -0400
31217              Message-ID: <20010707170404.32694.qmail@plover.com>
31218      Branch: perl
31219            ! ext/DB_File/DB_File.pm
31220 ____________________________________________________________________________
31221 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
31222         Log: Fix up AutoLoader to fudge for Mac paths in import().
31223      Branch: maint-5.6/macperl
31224            ! lib/AutoLoader.pm
31225 ____________________________________________________________________________
31226 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
31227         Log: Try to force the lib/re.pm to be there before entering
31228              the extensions builds, should help for parallel makes.
31229      Branch: perl
31230            ! Makefile.SH
31231 ____________________________________________________________________________
31232 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
31233         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
31234              From: Norton Allen <allen@huarp.harvard.edu>
31235              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
31236              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
31237      Branch: perl
31238            ! ext/POSIX/POSIX.xs
31239 ____________________________________________________________________________
31240 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
31241         Log: Subject: [PATCH] Re: op/arith.t
31242              From: Nicholas Clark <nick@ccl4.org>
31243              Date: Sat, 7 Jul 2001 13:04:54 +0100
31244              Message-ID: <20010707130454.D59620@plum.flirble.org>
31245      Branch: perl
31246            ! numeric.c toke.c
31247 ____________________________________________________________________________
31248 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
31249         Log: Subject: [PATCH] h2xs
31250              From: Nicholas Clark <nick@ccl4.org>
31251              Date: Fri, 6 Jul 2001 23:25:14 +0100
31252              Message-ID: <20010706232514.X59620@plum.flirble.org>
31253      Branch: perl
31254            ! utils/h2xs.PL
31255 ____________________________________________________________________________
31256 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
31257         Log: Subject: Re: bleedperl perl_alloc..free leakage
31258              From: Radu Greab <radu@netsoft.ro>
31259              Date: Fri, 6 Jul 2001 19:48:54 +0300
31260              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
31261              
31262              Leak-be-gone.
31263      Branch: perl
31264            ! op.c
31265 ____________________________________________________________________________
31266 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
31267         Log: Test again.  Please ignore.
31268      Branch: maint-5.6/macperl
31269            ! README.macos
31270 ____________________________________________________________________________
31271 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
31272         Log: Test.  Please ignore.
31273      Branch: maint-5.6/macperl
31274            ! README.macos
31275 ____________________________________________________________________________
31276 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
31277         Log: Include changes already sent in separately as patches,
31278              before branch was created.
31279      Branch: maint-5.6/macperl
31280            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
31281            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
31282            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
31283            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
31284            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
31285            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
31286            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
31287            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
31288            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
31289            ! t/pragma/strict.t
31290 ____________________________________________________________________________
31291 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
31292         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
31293              From: Norton Allen <allen@huarp.harvard.edu>
31294              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
31295              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
31296      Branch: perl
31297            ! utf8.h
31298 ____________________________________________________________________________
31299 [ 11183] By: nick                                  on 2001/07/06  16:27:40
31300         Log: Integrate mainline
31301      Branch: perlio
31302           +> (branch 42 files)
31303            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
31304            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
31305            - win32/bin/mdelete.bat
31306           !> (integrate 215 files)
31307 ____________________________________________________________________________
31308 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
31309         Log: The #11166 needed also these updated.
31310      Branch: perl
31311            ! lib/warnings.pm warnings.h
31312 ____________________________________________________________________________
31313 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
31314         Log: Update Changes.
31315      Branch: perl
31316            ! Changes patchlevel.h
31317 ____________________________________________________________________________
31318 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
31319         Log: Regen toc.
31320      Branch: perl
31321            ! pod/perltoc.pod
31322 ____________________________________________________________________________
31323 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
31324         Log: Nit from Abhijit.
31325      Branch: perl
31326            ! lib/CPAN.pm
31327 ____________________________________________________________________________
31328 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
31329         Log: Retract #11172.
31330      Branch: perl
31331            ! t/op/method.t
31332 ____________________________________________________________________________
31333 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
31334         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
31335              From: Norton Allen <allen@huarp.harvard.edu>
31336              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
31337              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
31338      Branch: perl
31339            ! lib/Cwd.pm
31340 ____________________________________________________________________________
31341 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
31342         Log: (Accidentally empty check-in.)
31343      Branch: perl
31344            ! utf8.h
31345 ____________________________________________________________________________
31346 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
31347         Log: Retract #11165 since Sarathy pointed out it'll not
31348              work properly under threads, the problem should be
31349              solved using "the savestack, either via SSNEW() or
31350              using a newSVpv()+SAVEFREESV() combo."
31351      Branch: perl
31352            ! ext/POSIX/POSIX.xs
31353 ____________________________________________________________________________
31354 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
31355         Log: Retract #11125 since NI-S pointed out it'll not work in
31356              cases where the extension has their own handcrafted INC
31357              et alia.
31358      Branch: perl
31359            ! lib/ExtUtils/MM_Unix.pm
31360 ____________________________________________________________________________
31361 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
31362         Log: Subject: RE: [PATCH] -I and MakeMaker again
31363              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31364              Date: Fri, 6 Jul 2001 09:18:29 +0200
31365              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
31366      Branch: perl
31367            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
31368            ! lib/ExtUtils/MM_Win32.pm
31369 ____________________________________________________________________________
31370 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
31371         Log: (Retracted by #11178)
31372              Subject: [PATCH t/op/method.t] SUPER:: strangeness
31373              From: Piers Cawley <pdcawley@iterative-software.com>
31374              Date: 06 Jul 2001 10:49:01 +0100
31375              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
31376      Branch: perl
31377            ! t/op/method.t
31378 ____________________________________________________________________________
31379 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
31380         Log: VOS README update from Paul Green.
31381      Branch: perl
31382            ! README.vos
31383 ____________________________________________________________________________
31384 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
31385         Log: Subject: [PATCH README.qnx hints/qnx.sh]
31386              From: Norton Allen <allen@huarp.harvard.edu>
31387              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
31388              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
31389      Branch: perl
31390            ! README.qnx hints/qnx.sh
31391 ____________________________________________________________________________
31392 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
31393         Log: Subject: [PATCH] Doc patch for Tie::Hash
31394              From: Artur Bergman <artur@contiller.se>
31395              Date: Thu, 05 Jul 2001 22:51:18 +0200
31396              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
31397      Branch: perl
31398            ! lib/Tie/Hash.pm
31399 ____________________________________________________________________________
31400 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
31401         Log: Subject: [PATCH] perlfaq4.pod
31402              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
31403              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
31404              Date: Thu, 5 Jul 2001 18:44:10 +0100 
31405      Branch: perl
31406            ! pod/perlfaq4.pod
31407 ____________________________________________________________________________
31408 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
31409         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
31410              From: Robin Houston <robin@kitsite.com>
31411              Date: Thu, 5 Jul 2001 18:33:21 +0100
31412              Message-ID: <20010705183321.A27345@robin.kitsite.com>
31413      Branch: perl
31414            ! ext/B/B/Deparse.pm
31415 ____________________________________________________________________________
31416 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
31417         Log: (Retracted by #11285.)
31418              
31419              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
31420              From: Abhijit Menon-Sen <ams@wiw.org>
31421              Date: Fri, 6 Jul 2001 01:26:32 +0530
31422              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
31423      Branch: perl
31424            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
31425            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
31426            ! warnings.pl
31427 ____________________________________________________________________________
31428 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
31429         Log: (Retracted by #11175)
31430              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
31431              From: Norton Allen <allen@huarp.harvard.edu>
31432              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
31433              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
31434      Branch: perl
31435            ! ext/POSIX/POSIX.xs
31436 ____________________________________________________________________________
31437 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
31438         Log: Unterminated C< (noticed by Richard Hatch), and few other
31439              small Unicode doc tweaks.
31440      Branch: perl
31441            ! pod/perlretut.pod
31442 ____________________________________________________________________________
31443 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
31444         Log: More flexible argument understanding; add charblocks() and
31445              charscripts(); make charblock() and charscript() two-way;
31446              add charinrange(); separate the $Unicode::UCD::VERSION and
31447              the version of the Unicode by adding UnicodeVersion().
31448      Branch: perl
31449            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31450 ____________________________________________________________________________
31451 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
31452         Log: Update Unicode::UCD on \p{In...}.
31453      Branch: perl
31454            ! lib/Unicode/UCD.pm
31455 ____________________________________________________________________________
31456 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
31457         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
31458              From: Norton Allen <allen@huarp.harvard.edu>
31459              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
31460              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
31461      Branch: perl
31462            ! lib/ExtUtils/MM_Unix.pm
31463 ____________________________________________________________________________
31464 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
31465         Log: POSIX-BC tweaks from Thomas Dorner.
31466      Branch: perl
31467            ! hints/posix-bc.sh perlio.h
31468 ____________________________________________________________________________
31469 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
31470         Log: Module updates for the delta.
31471      Branch: perl
31472            ! pod/perl572delta.pod
31473 ____________________________________________________________________________
31474 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
31475         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
31476              From: Norton Allen <allen@huarp.harvard.edu>
31477              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
31478              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
31479      Branch: perl
31480            ! ext/IO/lib/IO/t/io_sock.t
31481 ____________________________________________________________________________
31482 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
31483         Log: Subject: [PATCH perldiag.pod] Quick fixes
31484              From: Simon Cozens <simon@netthink.co.uk>
31485              Date: Wed, 4 Jul 2001 20:22:12 +0100
31486              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
31487      Branch: perl
31488            ! pod/perldiag.pod
31489 ____________________________________________________________________________
31490 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
31491         Log: (retracted by #13533)
31492              
31493              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
31494              From: Radu Greab <radu@netsoft.ro>
31495              Date: Wed, 4 Jul 2001 22:13:31 +0300
31496              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
31497      Branch: perl
31498            ! op.c sv.c t/op/pos.t
31499 ____________________________________________________________________________
31500 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
31501         Log: Subject: [PATCH] -I and MakeMaker again
31502              From: Michael G Schwern <schwern@pobox.com>
31503              Date: Wed, 4 Jul 2001 15:03:07 -0400
31504              Message-ID: <20010704150307.I20340@blackrider>
31505              
31506              (and retract #11145)
31507      Branch: perl
31508            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
31509            ! lib/ExtUtils/MakeMaker.pm
31510 ____________________________________________________________________________
31511 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
31512         Log: Subject: Re: PERFORCE change 11142 for review
31513              From: "Philip Newton" <Philip.Newton@gmx.net>
31514              Date: Wed, 4 Jul 2001 20:46:26 +0200
31515              Message-Id: <200107041841.VAA25380@taas.iki.fi>
31516      Branch: perl
31517            ! lib/ExtUtils/MakeMaker.pm
31518 ____________________________________________________________________________
31519 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
31520         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
31521              From: Jonathan Stowe <gellyfish@gellyfish.com>
31522              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
31523              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
31524      Branch: perl
31525            ! utils/pl2pm.PL
31526 ____________________________________________________________________________
31527 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
31528         Log: fix the binary compatibility issue when building with/without
31529              usemymalloc by exporting Perl_malloc() et al as simple wrappers
31530              around the system functions (this allows most extensions built
31531              using one mode to coexist with perls built in the other mode)
31532              
31533              XXX the Perl_mfree() wrapper might need to do return(free()) on
31534              platforms where Free_t isn't "void"
31535      Branch: perl
31536            ! embed.h embed.pl makedef.pl proto.h util.c
31537 ____________________________________________________________________________
31538 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
31539         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
31540              since it doesn't ensure threads other than the one calling fork()
31541              aren't holding any locks; the fix is to use pthread_atfork() to
31542              hold global locks
31543              
31544              building perl with -Dusemymalloc exacerbates the problem since
31545              Perl_malloc() holds a mutex, and perl's exec() calls New()
31546              
31547              XXX the code in win32thread.h may be needed on platforms that have
31548              no pthread_atfork()
31549      Branch: perl
31550            ! perl.c thread.h win32/win32thread.h
31551 ____________________________________________________________________________
31552 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
31553         Log: Integrate #11009 from maintperl.
31554      Branch: maint-5.6/macperl
31555           !> lib/ExtUtils/Manifest.pm
31556 ____________________________________________________________________________
31557 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
31558         Log: Flexing my Perforce muscles.
31559      Branch: maint-5.6/macperl
31560            ! README.macos
31561 ____________________________________________________________________________
31562 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
31563         Log: Update Changes.
31564      Branch: perl
31565            ! Changes patchlevel.h
31566 ____________________________________________________________________________
31567 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
31568         Log: Metaconfig unit change for #11146.
31569      Branch: metaconfig/U/perl
31570            ! d_fcntl_can_lock.U
31571 ____________________________________________________________________________
31572 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
31573         Log: Somehow the #ifdefs of the added code (in #11093) made
31574              HP-UX to fail the fcntl locking test, without the ifdefs
31575              the test seems to be working again.  Reason unknown:
31576              HP-UX cc doesn't complain either way.
31577      Branch: perl
31578            ! Configure
31579 ____________________________________________________________________________
31580 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
31581         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
31582      Branch: perl
31583            ! lib/ExtUtils/MM_Unix.pm
31584 ____________________________________________________________________________
31585 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
31586         Log: gcc -Wall nit.
31587      Branch: perl
31588            ! pp_hot.c
31589 ____________________________________________________________________________
31590 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
31591         Log: When removing tests updating the test count is a good idea, too.
31592      Branch: perl
31593            ! lib/Net/t/require.t
31594 ____________________________________________________________________________
31595 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
31596         Log: Document #11134 and add the new symbols to the list of
31597              of MakeMaker known ones.
31598      Branch: perl
31599            ! lib/ExtUtils/MakeMaker.pm
31600 ____________________________________________________________________________
31601 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
31602         Log: Microperl update.
31603      Branch: perl
31604            ! uconfig.h
31605 ____________________________________________________________________________
31606 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
31607         Log: Update the libnet tests as per #11138.
31608      Branch: perl
31609            - lib/Net/t/ph.t
31610            ! MANIFEST lib/Net/t/require.t
31611 ____________________________________________________________________________
31612 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
31613         Log: Regen toc and modlib.
31614      Branch: perl
31615            ! pod/perlmodlib.pod pod/perltoc.pod
31616 ____________________________________________________________________________
31617 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
31618         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
31619              Graham's request.
31620      Branch: perl
31621            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
31622            ! MANIFEST
31623 ____________________________________________________________________________
31624 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
31625         Log: Add the OS/390 harness results to the delta.
31626      Branch: perl
31627            ! pod/perl572delta.pod
31628 ____________________________________________________________________________
31629 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
31630         Log: Avoid the two study tests in OS/390 until the bug has been solved.
31631      Branch: perl
31632            ! t/op/study.t
31633 ____________________________________________________________________________
31634 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
31635         Log: DOS/DJGPP tweaks from Laszlo Molnar.
31636      Branch: perl
31637            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
31638 ____________________________________________________________________________
31639 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
31640         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
31641              From: Michael G Schwern <schwern@pobox.com>
31642              Date: Wed, 4 Jul 2001 00:01:16 -0400
31643              Message-ID: <20010704000116.C591@blackrider>
31644      Branch: perl
31645            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
31646 ____________________________________________________________________________
31647 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
31648         Log: The #11132 missed singleton characters (not part
31649              of a unilo..unihi range) in Unicode scripts.
31650      Branch: perl
31651            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
31652            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
31653            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
31654            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
31655            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
31656            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
31657            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
31658            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
31659            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
31660            ! lib/unicode/mktables.PL t/op/pat.t
31661 ____________________________________________________________________________
31662 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
31663         Log: Support preferentially the Unicode 'scripts' definition
31664              in the \p{In...} notation since according to Unicode the
31665              scripts concept is more natural for matching than using
31666              the somewhat artificial block names.  The block names are
31667              still available, though, and if there's a name conflict,
31668              the scripts one wins and the blocks one has to do with
31669              'Block' appended to its name.  For more information see
31670              
31671              http://www.unicode.org/unicode/reports/tr24/
31672      Branch: perl
31673            + lib/unicode/In/100.pl lib/unicode/In/101.pl
31674            + lib/unicode/In/102.pl lib/unicode/In/103.pl
31675            + lib/unicode/In/104.pl lib/unicode/In/105.pl
31676            + lib/unicode/In/106.pl lib/unicode/In/107.pl
31677            + lib/unicode/In/108.pl lib/unicode/In/109.pl
31678            + lib/unicode/In/110.pl lib/unicode/In/111.pl
31679            + lib/unicode/In/112.pl lib/unicode/In/113.pl
31680            + lib/unicode/In/114.pl lib/unicode/In/115.pl
31681            + lib/unicode/In/116.pl lib/unicode/In/117.pl
31682            + lib/unicode/In/118.pl lib/unicode/In/119.pl
31683            + lib/unicode/In/120.pl lib/unicode/In/121.pl
31684            + lib/unicode/In/122.pl lib/unicode/In/123.pl
31685            + lib/unicode/In/124.pl lib/unicode/In/125.pl
31686            + lib/unicode/In/126.pl lib/unicode/In/127.pl
31687            + lib/unicode/In/128.pl lib/unicode/In/129.pl
31688            + lib/unicode/In/130.pl lib/unicode/In/131.pl
31689            + lib/unicode/In/132.pl lib/unicode/In/133.pl
31690            + lib/unicode/In/134.pl lib/unicode/In/135.pl
31691            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
31692            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
31693            ! (edit 106 files)
31694 ____________________________________________________________________________
31695 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
31696         Log: Better document the difference between a block and a script.
31697      Branch: perl
31698            ! lib/Unicode/UCD.pm
31699 ____________________________________________________________________________
31700 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
31701         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
31702              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31703              Date: Tue, 3 Jul 2001 15:04:23 -0500
31704              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
31705      Branch: perl
31706            ! lib/CPAN.pm
31707 ____________________________________________________________________________
31708 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
31709         Log: Add tests for charscript().
31710      Branch: perl
31711            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31712 ____________________________________________________________________________
31713 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
31714         Log: Add charscript() to get the UTR#24 script names of characters.
31715      Branch: perl
31716            ! lib/Unicode/UCD.pm
31717 ____________________________________________________________________________
31718 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
31719         Log: Todo updates.
31720      Branch: perl
31721            ! pod/perltodo.pod
31722 ____________________________________________________________________________
31723 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
31724         Log: Unicode::UCD updates.
31725      Branch: perl
31726            ! lib/Unicode/UCD.pm
31727 ____________________________________________________________________________
31728 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
31729         Log: (Retracted by #11174)
31730              Subject: MakeMaker should pass through DEFINE and INC to subdirs
31731              From: Alan Burlison <Alan.Burlison@sun.com>
31732              Date: Tue, 03 Jul 2001 15:20:13 +0100
31733              Message-ID: <3B41D49D.A923D4F9@sun.com>
31734      Branch: perl
31735            ! lib/ExtUtils/MM_Unix.pm
31736 ____________________________________________________________________________
31737 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
31738         Log: Subject: Patch needed for UTS
31739              From: hom00@utsglobal.com (Hal Morris)
31740              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
31741              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
31742              
31743              Replace #11113 with a better version.
31744      Branch: perl
31745            ! perl.h
31746 ____________________________________________________________________________
31747 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
31748         Log: Subject: Re: POINTERRIGOR
31749              From: Andy Dougherty <doughera@lafayette.edu>
31750              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
31751              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
31752      Branch: perl
31753            ! util.c
31754 ____________________________________________________________________________
31755 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
31756         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
31757              From: "Philip Newton" <pnewton@gmx.de>
31758              Date: Tue, 3 Jul 2001 17:03:34 +0200
31759              Message-ID: <3B41FAE6.29564.660E117@localhost>
31760      Branch: perl
31761            ! pp_hot.c
31762 ____________________________________________________________________________
31763 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
31764         Log: Typos.
31765      Branch: perl
31766            ! INSTALL
31767 ____________________________________________________________________________
31768 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
31769         Log: Subject: [PATCH 5.6.1] debugger fixes
31770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31771              Date: Tue, 3 Jul 2001 03:38:18 -0400
31772              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
31773              
31774              The $^S is working again.
31775      Branch: perl
31776            ! lib/perl5db.pl
31777 ____________________________________________________________________________
31778 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
31779         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
31780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31781              Date: Tue, 3 Jul 2001 03:34:06 -0400
31782              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
31783      Branch: perl
31784            ! os2/OS2/Process/Process.pm
31785 ____________________________________________________________________________
31786 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
31787         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
31788              From: "Philip Newton" <Philip.Newton@gmx.net>
31789              Date: Tue, 3 Jul 2001 09:11:27 +0200
31790              Message-Id: <200107030706.KAA04596@taas.iki.fi>
31791      Branch: perl
31792            ! lib/FindBin.pm
31793 ____________________________________________________________________________
31794 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
31795         Log: Delta delta.
31796      Branch: perl
31797            ! pod/perl572delta.pod
31798 ____________________________________________________________________________
31799 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
31800         Log: Metaconfig unit change for 11115.
31801      Branch: metaconfig
31802            ! U/modified/libc.U
31803 ____________________________________________________________________________
31804 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
31805         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
31806              (from Richard Hatch) (this was the cause of pipes() and
31807              times() mysteriously not being found)
31808      Branch: perl
31809            ! Configure
31810 ____________________________________________________________________________
31811 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
31812         Log: Retract #10142, the real culprit found by Richard Hatch,
31813              coming soon to Configure near you.
31814      Branch: perl
31815            ! hints/aix.sh
31816 ____________________________________________________________________________
31817 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
31818         Log: (Replaced by #11124) UTS workaround from Hal Morris.
31819      Branch: perl
31820            ! perl.h
31821 ____________________________________________________________________________
31822 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
31823         Log: Subject: [PATCH] grok not grocking correctly
31824              From: Nicholas Clark <nick@ccl4.org>
31825              Date: Tue, 3 Jul 2001 00:19:08 +0100
31826              Message-ID: <20010703001908.H59620@plum.flirble.org>
31827      Branch: perl
31828            ! numeric.c
31829 ____________________________________________________________________________
31830 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
31831         Log: Subject: [PATCH Deparse.t] test just-posted patches
31832              From: Robin Houston <robin@kitsite.com>
31833              Date: Mon, 2 Jul 2001 23:46:15 +0100
31834              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
31835      Branch: perl
31836            ! ext/B/Deparse.t
31837 ____________________________________________________________________________
31838 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
31839         Log: Subject: [PATCH toke.c] autosplit into @F
31840              From: Robin Houston <robin@kitsite.com>
31841              Date: Mon, 2 Jul 2001 23:18:20 +0100
31842              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
31843      Branch: perl
31844            ! perl.c toke.c
31845 ____________________________________________________________________________
31846 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
31847         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
31848              From: Robin Houston <robin@kitsite.com>
31849              Date: Mon, 2 Jul 2001 23:00:48 +0100
31850              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
31851      Branch: perl
31852            ! ext/B/B/Deparse.pm
31853 ____________________________________________________________________________
31854 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
31855         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
31856              From: "Philip Newton" <Philip.Newton@gmx.net>
31857              Date: Mon, 2 Jul 2001 22:06:22 +0200
31858              (no Message-Id)
31859      Branch: perl
31860            ! ext/NDBM_File/hints/linux.pl
31861 ____________________________________________________________________________
31862 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
31863         Log: Subject: Re: Fixed pack problem - sort of
31864              From: Nicholas Clark <nick@ccl4.org>
31865              Date: Mon, 2 Jul 2001 20:59:20 +0100
31866              Message-ID: <20010702205919.F59620@plum.flirble.org>
31867      Branch: perl
31868            ! pp_pack.c t/op/pack.t
31869 ____________________________________________________________________________
31870 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
31871         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
31872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31873              Date: Mon, 2 Jul 2001 15:45:41 -0400
31874              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
31875      Branch: perl
31876            ! os2/os2.c
31877 ____________________________________________________________________________
31878 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
31879         Log: (Mistaken retraction)
31880      Branch: perl
31881            ! utils/pl2pm.PL
31882 ____________________________________________________________________________
31883 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
31884         Log: Detypo in #11103.
31885      Branch: perl
31886            ! utils/pl2pm.PL
31887 ____________________________________________________________________________
31888 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
31889         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
31890              From: Jonathan Stowe <gellyfish@gellyfish.com>
31891              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
31892              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
31893      Branch: perl
31894            ! utils/pl2pm.PL
31895 ____________________________________________________________________________
31896 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
31897         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
31898              From: "Craig A. Berry" <craigberry@mac.com>
31899              Date: Mon, 02 Jul 2001 14:11:23 -0500
31900              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
31901      Branch: perl
31902            ! lib/Unicode/UCD.pm
31903 ____________________________________________________________________________
31904 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
31905         Log: Subject: [PATCH] Re: op/numconvert.t failures
31906              From: Nicholas Clark <nick@ccl4.org>
31907              Date: Mon, 2 Jul 2001 20:10:48 +0100
31908              Message-ID: <20010702201048.E59620@plum.flirble.org>
31909      Branch: perl
31910            ! t/op/numconvert.t
31911 ____________________________________________________________________________
31912 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
31913         Log: Update Changes.
31914      Branch: perl
31915            ! Changes patchlevel.h
31916 ____________________________________________________________________________
31917 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
31918         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
31919              The real fix must be more involved.  The line of code all the leaky
31920              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
31921              line of Perl_newPMOP().
31922      Branch: perl
31923            ! op.h
31924 ____________________________________________________________________________
31925 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
31926         Log: Based on
31927              
31928              Subject: Re: sizeof(struct sembuf)
31929              From: Nicholas Clark <nick@ccl4.org>
31930              Date: Sun, 1 Jul 2001 22:26:48 +0100
31931              Message-ID: <20010701222648.W59620@plum.flirble.org>
31932              
31933              but do semop() always the slow way.
31934      Branch: perl
31935            ! doio.c
31936 ____________________________________________________________________________
31937 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
31938         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
31939              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31940              Date: Tue, 03 Jul 2001 00:56:30 +0900
31941              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
31942      Branch: perl
31943            ! ext/Encode/Encode/Tcl.t
31944 ____________________________________________________________________________
31945 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
31946         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
31947              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31948              Date: Tue, 03 Jul 2001 00:55:46 +0900
31949              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
31950      Branch: perl
31951            ! ext/Encode/Encode/Tcl.pm
31952 ____________________________________________________________________________
31953 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
31954         Log: Regen api and toc.
31955      Branch: perl
31956            ! pod/perlapi.pod pod/perltoc.pod
31957 ____________________________________________________________________________
31958 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
31959         Log: Metaconfig unit change for #11093.
31960      Branch: metaconfig/U/perl
31961            ! d_fcntl_can_lock.U
31962 ____________________________________________________________________________
31963 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
31964         Log: The fcntl locking test may hang if NFS locking messed up;
31965              break out with alarm(10).
31966      Branch: perl
31967            ! Configure
31968 ____________________________________________________________________________
31969 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
31970         Log: Move the mdelete.bat from win32/bin to win32.
31971      Branch: perl
31972            ! MANIFEST
31973 ____________________________________________________________________________
31974 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
31975         Log: Typo in #11083.
31976      Branch: perl
31977            ! ext/Time/Piece/Piece.t
31978 ____________________________________________________________________________
31979 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
31980         Log: Netware tweaks from Guruprasad.
31981      Branch: perl
31982            - NetWare/perlsdio.h
31983            ! MANIFEST NetWare/Makefile NetWare/interface.c
31984            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
31985            ! perlsdio.h
31986 ____________________________________________________________________________
31987 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
31988         Log: Subject: Re: [PATH] shared -> unique;
31989              From: Abhijit Menon-Sen <ams@wiw.org>
31990              Date: Wed, 27 Jun 2001 03:51:27 +0530
31991              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
31992      Branch: perl
31993            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
31994 ____________________________________________________________________________
31995 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
31996         Log: Subject: Re: AIX / gcc-3.0
31997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31998              Date: Mon, 02 Jul 2001 15:20:21 +0200
31999              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
32000      Branch: perl
32001            ! hints/aix.sh
32002 ____________________________________________________________________________
32003 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
32004         Log: Subject: Re: Bug report: split splits on wrong pattern
32005              From: Abhijit Menon-Sen <ams@wiw.org>
32006              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
32007              Date: Mon, 2 Jul 2001 16:31:33 +0530
32008      Branch: perl
32009            ! pp_ctl.c
32010 ____________________________________________________________________________
32011 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
32012         Log: Subject: [PATCH 5.6.1] test harness
32013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32014              Date: Mon, 2 Jul 2001 06:29:21 -0400
32015              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
32016      Branch: perl
32017            ! lib/Test/Harness.pm
32018 ____________________________________________________________________________
32019 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
32020         Log: Subject: [PATCH 5.6.1] debugger goof
32021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32022              Date: Mon, 2 Jul 2001 06:27:22 -0400
32023              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
32024      Branch: perl
32025            ! lib/perl5db.pl
32026 ____________________________________________________________________________
32027 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
32028         Log: Subject: [PATCH 5.6.1] OS/2 cwd
32029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32030              Date: Mon, 2 Jul 2001 06:21:17 -0400
32031              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
32032      Branch: perl
32033            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
32034 ____________________________________________________________________________
32035 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
32036         Log: Make #11082 more OS/2-specific.
32037      Branch: perl
32038            ! ext/Time/Piece/Piece.t
32039 ____________________________________________________________________________
32040 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
32041         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
32042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32043              Date: Mon, 2 Jul 2001 06:06:34 -0400
32044              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
32045      Branch: perl
32046            ! ext/Time/Piece/Piece.t
32047 ____________________________________________________________________________
32048 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
32049         Log: Subject: [PATCH B::Deparse] version number & changes
32050              From: Robin Houston <robin@kitsite.com>  
32051              Date: Sun, 1 Jul 2001 17:17:29 +0100
32052              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
32053      Branch: perl
32054            ! ext/B/B/Deparse.pm
32055 ____________________________________________________________________________
32056 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
32057         Log: Subject: a small fix.
32058              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32059              Date: Mon, 2 Jul 2001 12:17:53 +0200
32060              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
32061      Branch: perl
32062            ! ext/Thread/Thread.xs
32063 ____________________________________________________________________________
32064 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
32065         Log: Subject: RE: perl@10907
32066              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32067              Date: Mon, 2 Jul 2001 12:06:16 +0200
32068              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
32069              
32070              Borland C vs PerlIO.
32071      Branch: perl
32072            ! win32/config.bc win32/config_H.bc
32073 ____________________________________________________________________________
32074 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
32075         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
32076              From: "H.M. Brand" <merijn@l1.procura.nl>
32077              Date: Mon, 02 Jul 2001 11:18:57 +0200
32078              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
32079      Branch: perl
32080            ! t/op/write.t
32081 ____________________________________________________________________________
32082 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
32083         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
32084              From: Michael G Schwern <schwern@pobox.com>
32085              Date: Mon, 2 Jul 2001 00:26:24 -0400
32086              Message-ID: <20010702002624.A18302@blackrider>
32087      Branch: perl
32088            - ext/util/mkbootstrap
32089 ____________________________________________________________________________
32090 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
32091         Log: Subject: [PATCH op.h] v minor comment tweak
32092              From: Robin Houston <robin@puffinry.freeserve.co.uk>
32093              Date: Mon, 2 Jul 2001 00:42:01 +0100
32094              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
32095      Branch: perl
32096            ! op.h
32097 ____________________________________________________________________________
32098 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
32099         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
32100      Branch: perl
32101            ! pod/perlfunc.pod
32102 ____________________________________________________________________________
32103 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
32104         Log: Subject: Re: sizeof(struct sembuf)
32105              From: Nicholas Clark <nick@ccl4.org>
32106              Date: Sun, 1 Jul 2001 19:23:16 +0100
32107              Message-ID: <20010701192316.V59620@plum.flirble.org>
32108              
32109              s/signaling/signalling/
32110      Branch: perl
32111            ! pod/perlfunc.pod
32112 ____________________________________________________________________________
32113 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
32114         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
32115              From: "Philip Newton" <Philip.Newton@gmx.net>
32116              Date: Sun, 1 Jul 2001 09:37:56 +0200
32117              Message-Id: <200107010733.KAA03920@taas.iki.fi>
32118      Branch: perl
32119            ! pod/perlvar.pod
32120 ____________________________________________________________________________
32121 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
32122         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
32123              From: "Philip Newton" <Philip.Newton@gmx.net>
32124              Date: Sun, 1 Jul 2001 09:37:56 +0200
32125              Message-Id: <200107010733.KAA03925@taas.iki.fi>
32126      Branch: perl
32127            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
32128 ____________________________________________________________________________
32129 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
32130         Log: Metaconfig unit change for #11070.
32131      Branch: metaconfig
32132            ! U/compline/randfunc.U
32133 ____________________________________________________________________________
32134 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
32135         Log: Subject: [PATCH perlsnap] its --> it's --> its
32136              From: "Philip Newton" <Philip.Newton@gmx.net>
32137              Date: Sun, 1 Jul 2001 09:37:56 +0200
32138              Message-Id: <200107010733.KAA03914@taas.iki.fi>
32139      Branch: perl
32140            ! Porting/config_H
32141 ____________________________________________________________________________
32142 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
32143         Log: Sync with Sarathy; integrate with perlio.
32144      Branch: perl
32145           !> gv.c
32146 ____________________________________________________________________________
32147 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
32148         Log: regenerate win32/config_H.?c files
32149      Branch: perl
32150            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32151 ____________________________________________________________________________
32152 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
32153         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
32154              naming discipline
32155              
32156              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
32157              because of this)
32158              
32159              fix a warning about "fd" being used without being set in Cwd.xs
32160      Branch: perl
32161            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
32162            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
32163            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
32164            ! win32/config.vc
32165 ____________________________________________________________________________
32166 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
32167         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
32168              within macro arguments") and warnings ("unary minus applied to
32169              unsigned type", among others)
32170      Branch: perl
32171            ! gv.c hv.c op.c pp.c sv.c toke.c
32172 ____________________________________________________________________________
32173 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
32174         Log: win32 fixes: more spurious CRs
32175      Branch: perl
32176            ! win32/mdelete.bat
32177 ____________________________________________________________________________
32178 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
32179         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
32180              from win32/bin (or it gets deleted by distclean); don't delete
32181              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
32182              NT (should be made Win9x specific, and added to makefile.mk)
32183      Branch: perl
32184           +> win32/mdelete.bat
32185            - win32/bin/mdelete.bat
32186            ! win32/Makefile win32/makefile.mk
32187 ____________________________________________________________________________
32188 [ 11063] By: nick                                  on 2001/07/01  18:54:09
32189         Log: Quick for for #ifdef mess
32190      Branch: perlio
32191            ! gv.c
32192 ____________________________________________________________________________
32193 [ 11062] By: nick                                  on 2001/07/01  18:47:42
32194         Log: Raw integrate - does not build #if mess in gv.c
32195      Branch: perlio
32196           !> (integrate 29 files)
32197 ____________________________________________________________________________
32198 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
32199         Log: Make 'compile' target a little less broken.
32200              Still very broken, though: -Wall warnings from
32201              the generated code, boot_Foo prototypes missing,
32202              can't autoload Fcntl::SEEK_CUR et alia, ...
32203      Branch: perl
32204            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
32205            ! utils/perlcc.PL x2p/Makefile.SH
32206 ____________________________________________________________________________
32207 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
32208         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
32209      Branch: perl
32210            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32211            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
32212 ____________________________________________________________________________
32213 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
32214         Log: Update Changes.
32215      Branch: perl
32216            ! Changes patchlevel.h
32217 ____________________________________________________________________________
32218 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
32219         Log: Still one typo, regen toc.
32220      Branch: perl
32221            ! lib/Unicode/UCD.pm pod/perltoc.pod
32222 ____________________________________________________________________________
32223 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
32224         Log: Detypos and regen toc.
32225      Branch: perl
32226            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
32227 ____________________________________________________________________________
32228 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
32229         Log: VERSION tweak.
32230      Branch: perl
32231            ! ext/List/Util/lib/List/Util.pm
32232 ____________________________________________________________________________
32233 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
32234         Log: Attempt at plugging the leak under ithreads detected by Doug.
32235      Branch: perl
32236            ! op.h
32237 ____________________________________________________________________________
32238 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
32239         Log: gcc -Wall lint after #11051.
32240      Branch: perl
32241            ! pp_sys.c
32242 ____________________________________________________________________________
32243 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
32244         Log: Integrate perlio.
32245      Branch: perl
32246           !> lib/File/Find/taint.t
32247 ____________________________________________________________________________
32248 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
32249         Log: Don't use the v-strings for module VERSIONs.
32250      Branch: perl
32251            ! lib/Unicode/UCD.pm
32252 ____________________________________________________________________________
32253 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
32254         Log: Code cleanup based on turning off the -woffs in IRIX.
32255              Not all of the gripes cleaned up (hairy code in hv.c and
32256              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
32257              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
32258              to the IRIX hints)
32259      Branch: perl
32260            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
32261            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
32262            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
32263            ! regcomp.c sv.c
32264 ____________________________________________________________________________
32265 [ 11050] By: nick                                  on 2001/06/30  20:46:46
32266         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
32267      Branch: perlio
32268            ! lib/File/Find/taint.t
32269 ____________________________________________________________________________
32270 [ 11049] By: nick                                  on 2001/06/30  18:13:33
32271         Log: Integrate mainline
32272      Branch: perlio
32273           +> NetWare/nwstdio.h NetWare/perlsdio.h
32274           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
32275           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
32276           +> lib/Unicode/UCD.t t/run/exit.t
32277           !> (integrate 60 files)
32278 ____________________________________________________________________________
32279 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
32280         Log: Delta delta.
32281      Branch: perl
32282            ! pod/perl572delta.pod
32283 ____________________________________________________________________________
32284 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
32285         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
32286              by CPAN.pm, use rather _00.
32287      Branch: perl
32288            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
32289            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
32290            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
32291            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
32292            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
32293            ! lib/ExtUtils/Embed.pm lib/Test.pm
32294 ____________________________________________________________________________
32295 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
32296         Log: Add a simple Unicode character database interface, Unicode::UCD.
32297      Branch: perl
32298            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
32299            ! MANIFEST
32300 ____________________________________________________________________________
32301 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
32302         Log: Subject: [PATCH] op/numconver.t
32303              From: Nicholas Clark <nick@ccl4.org>
32304              Date: Sat, 30 Jun 2001 15:40:10 +0100
32305              Message-ID: <20010630154010.I59620@plum.flirble.org>
32306      Branch: perl
32307            ! t/op/numconvert.t
32308 ____________________________________________________________________________
32309 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
32310         Log: The $^N is now taken (by #11038).
32311      Branch: perl
32312            ! t/base/lex.t
32313 ____________________________________________________________________________
32314 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
32315         Log: The #11040 had slipped to a wrong function...
32316      Branch: perl
32317            ! sv.c
32318 ____________________________________________________________________________
32319 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
32320         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
32321              the Configure library symbol probe mysteriously finds all
32322              symbols but those of pipe() and times().
32323      Branch: perl
32324            ! hints/aix.sh
32325 ____________________________________________________________________________
32326 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
32327         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
32328              From: Nicholas Clark <nick@ccl4.org>
32329              Date: Fri, 29 Jun 2001 23:49:07 +0100
32330              Message-ID: <20010629234907.D59620@plum.flirble.org>
32331      Branch: perl
32332            ! lib/ExtUtils.t
32333 ____________________________________________________________________________
32334 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
32335         Log: Subject: [PATCH] weakref fix 2, not yet there
32336              From: Artur Bergman <artur@contiller.se>
32337              Date: Sat, 30 Jun 2001 01:18:16 +0200
32338              Message-ID: <B762D957.1CC9%artur@contiller.se>
32339      Branch: perl
32340            ! sv.c
32341 ____________________________________________________________________________
32342 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
32343         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
32344              From: Michael G Schwern <schwern@pobox.com>
32345              Date: Fri, 29 Jun 2001 19:39:11 -0400
32346              Message-ID: <20010629193910.D25304@blackrider>
32347      Branch: perl
32348            + t/run/exit.t
32349            ! MANIFEST
32350 ____________________________________________________________________________
32351 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
32352         Log: Add support for $^N, the most-recently closed group.
32353      Branch: perl
32354            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
32355            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
32356            ! thrdvar.h
32357 ____________________________________________________________________________
32358 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
32359         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
32360              From: lvirden@cas.org
32361              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
32362              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
32363              
32364              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
32365              From: lvirden@cas.org
32366              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
32367              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
32368      Branch: perl
32369            ! README.solaris
32370 ____________________________________________________________________________
32371 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
32372         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
32373              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32374              Date: Sat, 30 Jun 2001 07:33:37 +0900
32375              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
32376              
32377              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
32378              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32379              Date: Sat, 30 Jun 2001 21:38:14 +0900
32380              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
32381      Branch: perl
32382            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
32383            + ext/Encode/Encode/7bit-kr.enc
32384            ! MANIFEST ext/Encode/Encode/Tcl.pm
32385 ____________________________________________________________________________
32386 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
32387         Log: NetWare tweaks from Guruprasad.
32388      Branch: perl
32389            + NetWare/nwstdio.h NetWare/perlsdio.h
32390            ! MANIFEST NetWare/Makefile NetWare/config.wc
32391            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
32392            ! NetWare/t/Readme.txt
32393 ____________________________________________________________________________
32394 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
32395         Log: More module $VERSION bump-ups.
32396      Branch: perl
32397            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
32398            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
32399            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
32400 ____________________________________________________________________________
32401 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
32402         Log: Doc update due to #11032.
32403      Branch: perl
32404            ! pod/perl572delta.pod
32405 ____________________________________________________________________________
32406 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
32407         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
32408              From: Peter Prymmer <pvhp@forte.com>
32409              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
32410              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
32411      Branch: perl
32412            ! ext/Time/HiRes/HiRes.xs
32413 ____________________________________________________________________________
32414 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
32415         Log: -lpthreads missing in AIX.
32416      Branch: perl
32417            ! hints/aix.sh
32418 ____________________________________________________________________________
32419 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
32420         Log: Subject: [PATCH] CLONE && weakrefs
32421              From: Artur Bergman <artur@contiller.se>
32422              Date: Fri, 29 Jun 2001 17:02:00 +0200
32423              Message-ID: <B7626508.1CA0%artur@contiller.se>
32424      Branch: perl
32425            ! sv.c
32426 ____________________________________________________________________________
32427 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
32428         Log: Subject: Re: Bug report: split splits on wrong pattern
32429              From: Radu Greab <radu@netsoft.ro>
32430              Date: Wed, 27 Jun 2001 21:50:52 +0300
32431              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
32432      Branch: perl
32433            ! pp_ctl.c t/op/split.t
32434 ____________________________________________________________________________
32435 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
32436         Log: Metaconfig unit change for #11027.
32437      Branch: metaconfig/U/perl
32438            ! d_modfl.U
32439 ____________________________________________________________________________
32440 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
32441         Log: I thought this Configure glitch for AIX was just recently fixed?
32442      Branch: perl
32443            ! Configure
32444 ____________________________________________________________________________
32445 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
32446         Log: Update Changes.
32447      Branch: perl
32448            ! Changes patchlevel.h
32449 ____________________________________________________________________________
32450 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
32451         Log: Subject: Re: perl@10967, File::Find, and Cwd
32452              From: Mike Guy <mjtg@cam.ac.uk>
32453              Date: Fri, 29 Jun 2001 14:56:49 +0100
32454              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
32455      Branch: perl
32456            ! lib/File/Find/taint.t
32457 ____________________________________________________________________________
32458 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
32459         Log: Update the sv_pvprintify() spec.
32460      Branch: perl
32461            ! pod/perltodo.pod
32462 ____________________________________________________________________________
32463 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
32464         Log: Known test failures update.
32465      Branch: perl
32466            ! pod/perl572delta.pod
32467 ____________________________________________________________________________
32468 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
32469         Log: Based on
32470              
32471              Subject: [PATCH @11016] More );) fixes
32472              From: Richard Soderberg <rs@crystalflame.net>
32473              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
32474              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
32475      Branch: perl
32476            ! ext/Thread/Thread.xs ext/Thread/typemap
32477 ____________________________________________________________________________
32478 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
32479         Log: Subject: [PATCH @11016] Fixes compile errors in four files
32480              From: Richard Soderberg <rs@crystalflame.net>
32481              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
32482              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
32483      Branch: perl
32484            ! mg.c pp.c pp_hot.c util.c
32485 ____________________________________________________________________________
32486 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
32487         Log: AIX hints tweaking continues, from Merijn Brand.
32488      Branch: perl
32489            ! hints/aix.sh
32490 ____________________________________________________________________________
32491 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
32492         Log: HP-UX needs gccversion sooner, from Merijn Brand.
32493      Branch: perl
32494            ! hints/hpux.sh
32495 ____________________________________________________________________________
32496 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
32497         Log: Subject: [PATCH 5.6.1] OS/2 docs
32498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32499              Date: Fri, 29 Jun 2001 02:34:12 -0400
32500              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
32501      Branch: perl
32502            ! README.os2 os2/Changes
32503 ____________________________________________________________________________
32504 [ 11017] By: nick                                  on 2001/06/29  10:20:30
32505         Log: Integrate mainline
32506      Branch: perlio
32507           +> (branch 37 files)
32508            - ext/ODBM_File/sdbm.t
32509           !> (integrate 211 files)
32510 ____________________________________________________________________________
32511 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
32512         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
32513              the modules found using a script written by Larry Schatzer Jr.
32514      Branch: perl
32515            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
32516            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
32517            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
32518            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
32519            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
32520            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
32521            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
32522            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
32523            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
32524            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
32525            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
32526            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
32527            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
32528            ! lib/constant.pm lib/fields.pm lib/strict.pm
32529 ____________________________________________________________________________
32530 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
32531         Log: The latest JPL from the anoncvs.
32532      Branch: perl
32533            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32534 ____________________________________________________________________________
32535 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
32536         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
32537      Branch: perl
32538            ! t/op/pat.t
32539 ____________________________________________________________________________
32540 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
32541         Log: Worrying about insecure directories now is a bit too late.
32542      Branch: perl
32543            ! lib/File/Find/taint.t
32544 ____________________________________________________________________________
32545 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
32546         Log: Cannot DIE() in a void function,
32547              from Richard Hatch <rhatch@austin.ibm.com>.
32548      Branch: perl
32549            ! ext/IPC/SysV/SysV.xs
32550 ____________________________________________________________________________
32551 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
32552         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
32553              From: Peter Prymmer <pvhp@forte.com>
32554              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
32555              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
32556              
32557              (unfinished: time/hires tests 3, 5, 14 failing, but better
32558              than wholesale failure)
32559      Branch: perl
32560            ! ext/Time/HiRes/HiRes.xs
32561 ____________________________________________________________________________
32562 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
32563         Log: Subject: [PATCH 5.6.1] OS/2 improvements
32564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32565              Date: Thu, 28 Jun 2001 16:03:14 -0400
32566              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
32567      Branch: perl
32568            + os2/os2_base.t
32569            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
32570            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
32571            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
32572            ! os2/os2ish.h
32573 ____________________________________________________________________________
32574 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
32575         Log: Subject: Incrementing Extutils::Manifest's $VERSION
32576              From: Michael G Schwern <schwern@pobox.com>
32577              Date: Thu, 28 Jun 2001 13:13:49 -0400
32578              Message-ID: <20010628131349.A14738@blackrider>
32579      Branch: maint-5.6/perl
32580            ! lib/ExtUtils/Manifest.pm
32581 ____________________________________________________________________________
32582 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
32583         Log: AIX tweak from Merijn Brand.
32584      Branch: perl
32585            ! hints/aix.sh
32586 ____________________________________________________________________________
32587 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
32588         Log: Create the macperl branch.
32589      Branch: maint-5.6/macperl
32590           +> (branch 1728 files)
32591 ____________________________________________________________________________
32592 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
32593         Log: Update Changes.
32594      Branch: perl
32595            ! Changes patchlevel.h
32596 ____________________________________________________________________________
32597 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
32598         Log: More Perforce lore.
32599      Branch: perl
32600            ! Porting/repository.pod
32601 ____________________________________________________________________________
32602 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
32603         Log: Metaconfig unit changes for #11003.
32604      Branch: metaconfig/U/perl
32605            + d_nl_langinfo.U i_langinfo.U
32606 ____________________________________________________________________________
32607 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
32608         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
32609              Expected not to exist in non-UNIX excepting in VMS, where
32610              according to a quick web survey they just might.
32611      Branch: perl
32612            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
32613            ! Porting/config_H config_h.SH configure.com epoc/config.sh
32614            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
32615            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32616            ! win32/config.bc win32/config.gc win32/config.vc
32617 ____________________________________________________________________________
32618 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
32619         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
32620              in AIX is one is doing a 64-bit build.
32621      Branch: perl
32622            ! hints/aix.sh
32623 ____________________________________________________________________________
32624 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
32625         Log: Metaconfig unit changes for #11000.
32626      Branch: metaconfig/U/perl
32627            ! use64bits.U uselfs.U
32628 ____________________________________________________________________________
32629 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
32630         Log: Move use64bitint and use64bitall before uselargefiles.
32631      Branch: perl
32632            ! Configure
32633 ____________________________________________________________________________
32634 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
32635         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
32636              From: Robert Spier <rspier@pobox.com>
32637              Message-ID: <15162.41164.618712.841415@rls.cx>
32638              Date: Wed, 27 Jun 2001 23:13:16 -0400
32639      Branch: perl
32640            ! doio.c
32641 ____________________________________________________________________________
32642 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
32643         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
32644              From: Peter Prymmer <pvhp@forte.com>
32645              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
32646              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
32647      Branch: perl
32648            ! numeric.c
32649 ____________________________________________________________________________
32650 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
32651         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
32652              From: Peter Prymmer <pvhp@forte.com>
32653              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
32654              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
32655      Branch: perl
32656            ! configure.com ext/Digest/MD5/Makefile.PL
32657 ____________________________________________________________________________
32658 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
32659         Log: Update Changes.
32660      Branch: perl
32661            ! Changes patchlevel.h
32662 ____________________________________________________________________________
32663 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
32664         Log: Tiny EPOC updates.
32665      Branch: perl
32666            ! epoc/config.sh
32667 ____________________________________________________________________________
32668 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
32669         Log: The Test::More and Test::Simple tests required help
32670              thanks to our schizophrenic test scheme.
32671      Branch: perl
32672            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
32673            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
32674            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
32675            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
32676            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
32677 ____________________________________________________________________________
32678 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
32679         Log: Upgrade to Test::Simple 0.09.
32680      Branch: perl
32681            + lib/Test/Simple/Changes
32682            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
32683            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
32684            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
32685            ! lib/Test/Simple/t/plan_is_noplan.t
32686 ____________________________________________________________________________
32687 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
32688         Log: Upgrade to Test::More 0.07.
32689      Branch: perl
32690            + lib/Test/More/Changes
32691            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
32692            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
32693            ! lib/Test/More/t/skipall.t
32694 ____________________________________________________________________________
32695 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
32696         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
32697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32698              Date: Wed, 27 Jun 2001 18:40:04 +0200
32699              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
32700      Branch: perl
32701            ! hints/hpux.sh
32702 ____________________________________________________________________________
32703 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
32704         Log: Subject: [PATCH README.qnx hints/qnx.sh]
32705              From: Norton Allen <allen@huarp.harvard.edu>
32706              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
32707              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
32708      Branch: perl
32709            ! README.qnx hints/qnx.sh
32710 ____________________________________________________________________________
32711 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
32712         Log: Subject: [PATCH] two little documentation nits
32713              From: Abhijit Menon-Sen <ams@wiw.org>
32714              Date: Wed, 27 Jun 2001 20:07:50 +0530
32715              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
32716      Branch: perl
32717            ! sv.c sv.h
32718 ____________________________________________________________________________
32719 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
32720         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
32721              From: Norton Allen <allen@huarp.harvard.edu>
32722              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
32723              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
32724      Branch: perl
32725            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
32726 ____________________________________________________________________________
32727 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
32728         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
32729              From: Michael G Schwern <schwern@pobox.com>
32730              Date: Wed, 27 Jun 2001 02:34:58 -0400
32731              Message-ID: <20010627023458.K23874@blackrider>
32732      Branch: perl
32733            ! vms/test.com
32734 ____________________________________________________________________________
32735 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
32736         Log: Add perl_clone_host() for Netware.
32737      Branch: perl
32738            ! NetWare/nw5.c
32739 ____________________________________________________________________________
32740 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
32741         Log: GCC 3.0 hints for HP-UX.
32742      Branch: perl
32743            ! hints/hpux.sh
32744 ____________________________________________________________________________
32745 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
32746         Log: In some Linux distributions the libndbm is broken
32747              (no null key support), therefore link with libgdbm
32748              (if available), since it has a working ndbm emulation,
32749              from Jonathan Stowe.
32750      Branch: perl
32751            + ext/NDBM_File/hints/linux.pl
32752            ! MANIFEST
32753 ____________________________________________________________________________
32754 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
32755         Log: Subject: [PATCH perl@10930] find.t hack for VMS
32756              From: "Craig A. Berry" <craigberry@mac.com>
32757              Date: Tue, 26 Jun 2001 23:40:25 -0500
32758              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
32759      Branch: perl
32760            ! lib/File/Find/find.t
32761 ____________________________________________________________________________
32762 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
32763         Log: AUTHORS updates.
32764      Branch: perl
32765            ! AUTHORS
32766 ____________________________________________________________________________
32767 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
32768         Log: Metaconfig unit change like #10980.
32769      Branch: metaconfig
32770            ! U/compline/d_stdstdio.U
32771 ____________________________________________________________________________
32772 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
32773         Log: "lose the it's", from Abhijit Menon-Sen.
32774              ("It's" not searched, pods not searched.)
32775      Branch: perl
32776            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
32777            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
32778            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
32779            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
32780            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32781            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
32782 ____________________________________________________________________________
32783 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
32784         Log: "lose the looses", from Abhijit Menon-Sen.
32785      Branch: perl
32786            ! ext/B/B/Assembler.pm gv.c
32787 ____________________________________________________________________________
32788 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
32789         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
32790      Branch: perl
32791            ! hints/os390.sh
32792 ____________________________________________________________________________
32793 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
32794         Log: DEC C 5.3 on the VAX simply doesn't seem to like
32795              compiling the MD5 extension, disable it there for now,
32796              from Peter Prymmer.
32797      Branch: perl
32798            ! configure.com
32799 ____________________________________________________________________________
32800 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
32801         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
32802              From: Jonathan Stowe <gellyfish@gellyfish.com>
32803              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
32804              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
32805      Branch: perl
32806            ! pod/perlfaq3.pod
32807 ____________________________________________________________________________
32808 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
32809         Log: Subject: [PATCH 5.6.1] perlxs misprints
32810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32811              Date: Tue, 26 Jun 2001 17:20:00 -0400
32812              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
32813      Branch: perl
32814            ! pod/perlxs.pod
32815 ____________________________________________________________________________
32816 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
32817         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
32818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32819              Date: Tue, 26 Jun 2001 17:27:07 -0400
32820              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
32821      Branch: perl
32822            ! lib/ExtUtils/MM_Unix.pm
32823 ____________________________________________________________________________
32824 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
32825         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
32826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32827              Date: Tue, 26 Jun 2001 17:23:24 -0400
32828              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
32829      Branch: perl
32830            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
32831 ____________________________________________________________________________
32832 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
32833         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
32834              by Olaf Flebbe.
32835      Branch: perl
32836            ! perl.h
32837 ____________________________________________________________________________
32838 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
32839         Log: Detypo.
32840      Branch: perl
32841            ! lib/Memoize/t/tie_sdbm.t
32842 ____________________________________________________________________________
32843 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
32844         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
32845      Branch: perl
32846            ! win32/perllib.c
32847 ____________________________________________________________________________
32848 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
32849         Log: Subject: [patch] perl_clone+CvFILE
32850              From: Doug MacEachern <dougm@covalent.net>
32851              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
32852              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
32853      Branch: perl
32854            ! sv.c
32855 ____________________________________________________________________________
32856 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
32857         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
32858              From: Mark-Jason Dominus <mjd@plover.com>
32859              Date: Tue, 26 Jun 2001 12:33:01 -0400
32860              Message-ID: <20010626163301.31298.qmail@plover.com>
32861      Branch: perl
32862            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32863 ____________________________________________________________________________
32864 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
32865         Log: Update Changes.
32866      Branch: perl
32867            ! Changes patchlevel.h
32868 ____________________________________________________________________________
32869 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
32870         Log: Also catfile() needs now to explicitly exported.
32871      Branch: perl
32872            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32873 ____________________________________________________________________________
32874 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
32875         Log: Regen toc.
32876      Branch: perl
32877            ! pod/perltoc.pod
32878 ____________________________________________________________________________
32879 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
32880         Log: Nonexistent pod command.
32881      Branch: perl
32882            ! pod/perl572delta.pod
32883 ____________________________________________________________________________
32884 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
32885         Log: Be more portable in the quest for tmpdir.
32886      Branch: perl
32887            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32888 ____________________________________________________________________________
32889 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
32890         Log: Be more portable in finding out the home directory,
32891              and use File::Spec to do the concat.
32892              (Come to think of it, couldn't File::Spec provide
32893              for a ->homedir method?)
32894      Branch: perl
32895            ! lib/Net/Config.pm
32896 ____________________________________________________________________________
32897 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
32898         Log: Doc patch for #10959.
32899      Branch: perl
32900            ! pod/perlfunc.pod
32901 ____________________________________________________________________________
32902 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
32903         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
32904              From: "Philip Newton" <pnewton@gmx.de>
32905              Date: Tue, 26 Jun 2001 16:26:47 +0200
32906              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
32907      Branch: perl
32908            ! pod/perldata.pod
32909 ____________________________________________________________________________
32910 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
32911         Log: Subject: [PATH] shared -> unique;
32912              From: "Artur Bergman" <artur@contiller.se>
32913              Date: Tue, 26 Jun 2001 16:18:40 +0200
32914              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
32915              
32916              Because "shared" isn't: it's read-only.
32917      Branch: perl
32918            ! toke.c xsutils.c
32919 ____________________________________________________________________________
32920 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
32921         Log: Escape multiline croak messages.
32922      Branch: perl
32923            ! t/op/ver.t
32924 ____________________________________________________________________________
32925 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
32926         Log: No more pragma/*.t for minitest.
32927      Branch: perl
32928            ! Makefile.SH
32929 ____________________________________________________________________________
32930 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
32931         Log: AUTHORS updates.
32932      Branch: perl
32933            ! AUTHORS
32934 ____________________________________________________________________________
32935 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
32936         Log: delta updates.
32937      Branch: perl
32938            ! pod/perl572delta.pod
32939 ____________________________________________________________________________
32940 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
32941         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
32942              From: Artur Bergman <artur@contiller.se> 
32943              Date: Tue, 26 Jun 2001 15:32:53 +0200
32944              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
32945      Branch: perl
32946            ! makedef.pl sv.c sv.h win32/perllib.c
32947 ____________________________________________________________________________
32948 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
32949         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
32950              From: Jonathan Stowe <gellyfish@gellyfish.com>
32951              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
32952              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
32953              
32954              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
32955      Branch: perl
32956            + ext/Time/HiRes/hints/sco.pl
32957            ! MANIFEST
32958 ____________________________________________________________________________
32959 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
32960         Log: Subject: [PATCH 5.6.1] static build
32961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32962              Date: Tue, 26 Jun 2001 04:22:25 -0400
32963              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
32964      Branch: perl
32965            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
32966            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
32967 ____________________________________________________________________________
32968 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
32969         Log: DJGPP patches from Laszlo Molnar.
32970      Branch: perl
32971            ! djgpp/djgpp.c perl.c util.c
32972 ____________________________________________________________________________
32973 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
32974         Log: Netware patches from Ananth Kesari.
32975      Branch: perl
32976            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
32977            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
32978            ! NetWare/nwtinfo.h
32979 ____________________________________________________________________________
32980 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
32981         Log: Detypo.
32982      Branch: perl
32983            ! ext/Errno/Errno_pm.PL
32984 ____________________________________________________________________________
32985 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
32986         Log: There seems to be two ways of spelling the $^O in *STEP.
32987      Branch: perl
32988            ! ext/Errno/Errno_pm.PL
32989 ____________________________________________________________________________
32990 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
32991         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
32992              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
32993      Branch: perl
32994            ! ext/Errno/Errno_pm.PL
32995 ____________________________________________________________________________
32996 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
32997         Log: Known bugs update.
32998      Branch: perl
32999            ! pod/perl572delta.pod
33000 ____________________________________________________________________________
33001 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
33002         Log: The default installation of Cygwin has 500 as root's uid.
33003      Branch: perl
33004            ! lib/User/pwent.t
33005 ____________________________________________________________________________
33006 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
33007         Log: Be even more relaxed (re-allow having only one entry).
33008      Branch: perl
33009            ! t/op/grent.t t/op/pwent.t
33010 ____________________________________________________________________________
33011 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
33012         Log: Test failure updates.
33013      Branch: perl
33014            ! pod/perl572delta.pod
33015 ____________________________________________________________________________
33016 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
33017         Log: MPE/iX test tweaks from Mark Bixby.
33018      Branch: perl
33019            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
33020            ! t/io/fs.t t/op/stat.t
33021 ____________________________________________________________________________
33022 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
33023         Log: Microperl findings.
33024      Branch: perl
33025            ! perl.h pp_sys.c
33026 ____________________________________________________________________________
33027 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
33028         Log: Touch uconfig.h.
33029      Branch: perl
33030            ! uconfig.h
33031 ____________________________________________________________________________
33032 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
33033         Log: Subject: [PATCH] Proposed fix for Pod::Man
33034              From: Rob Napier <rnapier@employees.org>
33035              Date: Mon, 25 Jun 2001 15:49:24 -0400
33036              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
33037              
33038              Cater for Solaris nroff brokenness (shortchanges daisywheel
33039              printers, but hey, we also no more support PDPs.)
33040      Branch: perl
33041            ! lib/Pod/Man.pm
33042 ____________________________________________________________________________
33043 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
33044         Log: Typo in #10937.
33045      Branch: perl
33046            ! ext/POSIX/sigaction.t
33047 ____________________________________________________________________________
33048 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
33049         Log: SIGCONT not trappable in VMS.
33050      Branch: perl
33051            ! ext/POSIX/sigaction.t
33052 ____________________________________________________________________________
33053 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
33054         Log: Subject: [DRAFT] Encode-Tcl.t
33055              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33056              Date: Tue, 26 Jun 2001 03:38:08 +0900
33057              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
33058      Branch: perl
33059            + ext/Encode/Encode/Tcl.t
33060            ! MANIFEST ext/Encode/Encode/Tcl.pm
33061 ____________________________________________________________________________
33062 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
33063         Log: Because of #10932 retract also the perlfunc hunk of #10910.
33064      Branch: perl
33065            ! pod/perlfunc.pod
33066 ____________________________________________________________________________
33067 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
33068         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
33069              by Ilya Zakharevich in
33070              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
33071      Branch: perl
33072            ! XSUB.h
33073 ____________________________________________________________________________
33074 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
33075         Log: Typo in #10889.
33076      Branch: perl
33077            ! hints/uts.sh
33078 ____________________________________________________________________________
33079 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
33080         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
33081              From: Abhijit Menon-Sen <ams@wiw.org>
33082              Date: Mon, 25 Jun 2001 23:45:45 +0530
33083              Message-ID: <20010625234545.A5022@lustre.linux.in>
33084      Branch: perl
33085            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
33086 ____________________________________________________________________________
33087 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
33088         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
33089              From: Michael G Schwern <schwern@pobox.com>
33090              Date: Mon, 25 Jun 2001 14:35:51 -0400
33091              Message-ID: <20010625143551.H13819@blackrider>
33092      Branch: perl
33093            ! lib/Test.pm
33094 ____________________________________________________________________________
33095 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
33096         Log: Update Changes.
33097      Branch: perl
33098            ! Changes patchlevel.h
33099 ____________________________________________________________________________
33100 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
33101         Log: Regen toc and modlib.
33102      Branch: perl
33103            ! pod/perlmodlib.pod pod/perltoc.pod
33104 ____________________________________________________________________________
33105 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
33106         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
33107              for the benefit of C++ compilers, as suggested by Guruprasad.
33108      Branch: perl
33109            ! embed.pl proto.h
33110 ____________________________________________________________________________
33111 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
33112         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
33113              From: Jonathan Stowe <gellyfish@gellyfish.com>
33114              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
33115              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
33116      Branch: perl
33117            ! pod/perlfaq5.pod
33118 ____________________________________________________________________________
33119 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
33120         Log: Missed from #10925.
33121      Branch: perl
33122            ! gv.c
33123 ____________________________________________________________________________
33124 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
33125         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
33126              From: Robin Houston <robin@kitsite.com>
33127              Date: Sat, 19 May 2001 16:19:34 +0100
33128              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
33129      Branch: perl
33130            ! cv.h gv.h op.c
33131 ____________________________________________________________________________
33132 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
33133         Log: Netware README tweak.
33134      Branch: perl
33135            ! README.netware
33136 ____________________________________________________________________________
33137 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
33138         Log: Subject: [PATCH] Re: overload.t fails
33139              From: Abhijit Menon-Sen <ams@wiw.org>
33140              Date: Mon, 25 Jun 2001 14:52:20 +0530
33141              Message-ID: <20010625145220.A24114@lustre.linux.in>
33142      Branch: perl
33143            ! lib/overload.t
33144 ____________________________________________________________________________
33145 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
33146         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
33147              From: Mike Guy <mjtg@cam.ac.uk>
33148              Date: Mon, 25 Jun 2001 11:43:23 +0100
33149              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
33150      Branch: perl
33151            ! lib/Carp.pm
33152 ____________________________________________________________________________
33153 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
33154         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
33155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33156              Date: Sun, 24 Jun 2001 05:17:05 -0400
33157              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
33158      Branch: perl
33159            ! os2/os2ish.h
33160 ____________________________________________________________________________
33161 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
33162         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
33163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33164              Date: Mon, 25 Jun 2001 05:52:27 -0400
33165              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
33166      Branch: perl
33167            ! hints/os2.sh
33168 ____________________________________________________________________________
33169 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
33170         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
33171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33172              Date: Mon, 25 Jun 2001 05:23:35 -0400
33173              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
33174      Branch: perl
33175            ! os2/os2.c
33176 ____________________________________________________________________________
33177 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
33178         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
33179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33180              Date: Mon, 25 Jun 2001 05:04:32 -0400
33181              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
33182      Branch: perl
33183            ! os2/OS2/REXX/DLL/DLL.pm
33184 ____________________________________________________________________________
33185 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
33186         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
33187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33188              Date: Mon, 25 Jun 2001 05:02:36 -0400
33189              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
33190      Branch: perl
33191            ! mg.c os2/dl_os2.c os2/os2.c
33192 ____________________________________________________________________________
33193 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
33194         Log: Subject: Re: [PATCH 5.6.1] misprints
33195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33196              Date: Mon, 25 Jun 2001 04:50:50 -0400
33197              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
33198      Branch: perl
33199            ! os2/os2.c pp_sys.c
33200 ____________________________________________________________________________
33201 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
33202         Log: Add Test::More and Test::Simple to the delta.
33203      Branch: perl
33204            ! pod/perl572delta.pod
33205 ____________________________________________________________________________
33206 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
33207         Log: Add Test::More, from Michael G Schwern.
33208      Branch: perl
33209            + lib/Test/More.pm lib/Test/More/t/More.t
33210            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
33211            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
33212            + t/lib/Test/More/Catch.pm
33213            ! MANIFEST
33214 ____________________________________________________________________________
33215 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
33216         Log: Add Test::Simple from Michael G Schwern.
33217      Branch: perl
33218            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
33219            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
33220            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
33221            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
33222            + t/lib/Test/Simple/Catch.pm
33223            + t/lib/Test/Simple/sample_tests/death.plx
33224            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
33225            + t/lib/Test/Simple/sample_tests/extras.plx
33226            + t/lib/Test/Simple/sample_tests/five_fail.plx
33227            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
33228            + t/lib/Test/Simple/sample_tests/one_fail.plx
33229            + t/lib/Test/Simple/sample_tests/require.plx
33230            + t/lib/Test/Simple/sample_tests/success.plx
33231            + t/lib/Test/Simple/sample_tests/too_few.plx
33232            + t/lib/Test/Simple/sample_tests/two_fail.plx
33233            ! MANIFEST
33234 ____________________________________________________________________________
33235 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
33236         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
33237              From: "Craig A. Berry" <craigberry@mac.com>
33238              Date: Sun, 24 Jun 2001 23:41:36 -0500
33239              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
33240      Branch: perl
33241            ! pp_sys.c
33242 ____________________________________________________________________________
33243 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
33244         Log: Upgrade to Attribute::Handlers 0.70.
33245      Branch: perl
33246            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
33247            ! MANIFEST lib/Attribute/Handlers.pm
33248 ____________________________________________________________________________
33249 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
33250         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
33251              From: Abhijit Menon-Sen <ams@wiw.org>
33252              Date: Sat, 23 Jun 2001 05:17:44 +0530
33253              Message-ID: <20010623051744.A18583@lustre.linux.in>
33254              
33255              (Can't think of a good place to put tests.)
33256      Branch: perl
33257            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
33258 ____________________________________________________________________________
33259 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
33260         Log: Subject: [PATCH] t/op/pat.t typo fix
33261              From: Richard Soderberg <rs@crystalflame.net>
33262              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
33263              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
33264      Branch: perl
33265            ! t/op/pat.t
33266 ____________________________________________________________________________
33267 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
33268         Log: Move the pack warnings to their own file, as pointed
33269              out by Spider.
33270      Branch: perl
33271            + t/lib/warnings/pp_pack
33272            ! MANIFEST t/lib/warnings/pp
33273 ____________________________________________________________________________
33274 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
33275         Log: Update Changes.
33276      Branch: perl
33277            ! Changes patchlevel.h
33278 ____________________________________________________________________________
33279 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
33280         Log: Partially fix a problem noticed by IRIX compiler:
33281              the initialization of parse_start was bypassed by
33282              several gotos.  Now initialized to zero, which may
33283              not be the best choice.
33284      Branch: perl
33285            ! regcomp.c
33286 ____________________________________________________________________________
33287 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
33288         Log: Relax the group and password tests back to moaning only
33289              if no matches at all are found.  (Even with a small sample
33290              I could find many sites where there are, umm, anomalies in
33291              the said databases.)       
33292      Branch: perl
33293            ! t/op/grent.t t/op/pwent.t
33294 ____________________________________________________________________________
33295 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
33296         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
33297      Branch: perl
33298            ! pp_ctl.c
33299 ____________________________________________________________________________
33300 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
33301         Log: De-cut-and-pasto in #10902.
33302      Branch: perl
33303            ! pp_ctl.c
33304 ____________________________________________________________________________
33305 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
33306         Log: The #10771 didn't take?
33307      Branch: perl
33308            ! pp_ctl.c
33309 ____________________________________________________________________________
33310 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
33311         Log: Undo the filetests part of #10900, under multiplicity
33312              weird errors take place.
33313      Branch: perl
33314            ! pp_sys.c
33315 ____________________________________________________________________________
33316 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
33317         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
33318      Branch: perl
33319            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
33320 ____________________________________________________________________________
33321 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
33322         Log: (Replaced by #10922)
33323              
33324              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
33325              From: Tony Bowden <tony@kasei.com>
33326              Date: Sun, 24 Jun 2001 17:32:40 +0100
33327              Message-ID: <20010624173240.A16293@blackstar.co.uk>
33328              
33329              Document (well, mention) shortmess() and longmess()
33330              to rob people of their fun of reinventing the wheel.
33331      Branch: perl
33332            ! lib/Carp.pm
33333 ____________________________________________________________________________
33334 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
33335         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
33336              From: Brian Jepson <bjepson@oreilly.com>
33337              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
33338              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
33339      Branch: perl
33340            ! pp_sys.c
33341 ____________________________________________________________________________
33342 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
33343         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
33344              From: Robin Barker <rmb1@cise.npl.co.uk> 
33345              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
33346              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
33347      Branch: perl
33348            ! lib/CPAN.pm
33349 ____________________________________________________________________________
33350 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
33351         Log: Memoize patch from mjd.
33352      Branch: perl
33353            ! lib/Memoize/t/tie_storable.t
33354 ____________________________________________________________________________
33355 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
33356         Log: Spec the sv_pvprintify() a bit more.
33357      Branch: perl
33358            ! pod/perltodo.pod
33359 ____________________________________________________________________________
33360 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
33361         Log: Upgrade to Memoize 0.65.
33362      Branch: perl
33363            + lib/Memoize/t/array_confusion.t
33364            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
33365            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
33366            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
33367            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
33368            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
33369            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
33370            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
33371            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
33372            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
33373            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
33374            ! lib/Memoize/t/tie_storable.t
33375 ____________________________________________________________________________
33376 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
33377         Log: Metaconfig unit change for #10892.
33378      Branch: metaconfig
33379            ! U/modified/Options.U
33380 ____________________________________________________________________________
33381 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
33382         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
33383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33384              Date: Sun, 24 Jun 2001 05:24:40 -0400
33385              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
33386      Branch: perl
33387            ! Configure hints/os2.sh
33388 ____________________________________________________________________________
33389 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
33390         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
33391              From: Mike Guy <mjtg@cam.ac.uk>
33392              Date: Sun, 24 Jun 2001 15:28:39 +0100
33393              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
33394              
33395              Fix an ancient (5.002) bug.
33396      Branch: perl
33397            ! lib/Carp/Heavy.pm
33398 ____________________________________________________________________________
33399 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
33400         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
33401              variables.
33402      Branch: perl
33403            ! pp_sys.c
33404 ____________________________________________________________________________
33405 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
33406         Log: Make UTS as per #10888.
33407      Branch: perl
33408            ! hints/uts.sh
33409 ____________________________________________________________________________
33410 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
33411         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
33412      Branch: perl
33413            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
33414            ! mpeix/mpeixish.h perl.h unixish.h
33415 ____________________________________________________________________________
33416 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
33417         Log: AUTHORS update.
33418      Branch: perl
33419            ! AUTHORS
33420 ____________________________________________________________________________
33421 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
33422         Log: Subject: Encode::Tcl for multibyte doesnot work
33423              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33424              Date: Sun, 24 Jun 2001 22:48:21 +0900
33425              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
33426      Branch: perl
33427            ! ext/Encode/Encode/Tcl.pm
33428 ____________________________________________________________________________
33429 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
33430         Log: Subject: [PATCH] Remove tautology in error messages
33431              From: Mike Guy <mjtg@cam.ac.uk>
33432              Date: Sun, 24 Jun 2001 13:31:00 +0100
33433              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
33434      Branch: perl
33435            ! pp_sys.c
33436 ____________________________________________________________________________
33437 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
33438         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
33439      Branch: perl
33440            ! hints/darwin.sh
33441 ____________________________________________________________________________
33442 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
33443         Log: Subject: Re: [PATCH 5.6.1] test suite
33444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33445              Date: Sun, 24 Jun 2001 05:47:05 -0400
33446              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
33447              
33448              Test suite fixes.
33449      Branch: perl
33450            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
33451 ____________________________________________________________________________
33452 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
33453         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
33454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33455              Date: Sun, 24 Jun 2001 05:37:19 -0400
33456              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
33457      Branch: perl
33458            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
33459 ____________________________________________________________________________
33460 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
33461         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
33462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33463              Date: Sun, 24 Jun 2001 05:34:50 -0400
33464              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
33465              
33466              Pacify compiler warnings.
33467      Branch: perl
33468            ! pp_sys.c
33469 ____________________________________________________________________________
33470 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
33471         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
33472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33473              Date: Sun, 24 Jun 2001 05:21:18 -0400
33474              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
33475              
33476              Enable compression of executables during link time.
33477      Branch: perl
33478            ! hints/os2.sh
33479 ____________________________________________________________________________
33480 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
33481         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
33482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33483              Date: Sun, 24 Jun 2001 05:15:11 -0400
33484              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
33485              
33486              Add ordinals to the export list for Perl DLL.
33487              (Breaks intra-version DLL compatibility.)
33488      Branch: perl
33489            ! makedef.pl
33490 ____________________________________________________________________________
33491 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
33492         Log: Allow (displaying and) re-editing the Subject in perlbug.
33493              Also abstract the Subject quality control into a function.
33494      Branch: perl
33495            ! utils/perlbug.PL
33496 ____________________________________________________________________________
33497 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
33498         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
33499      Branch: perl
33500            ! utils/perlbug.PL
33501 ____________________________________________________________________________
33502 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
33503         Log: Regen toc and modlib.
33504      Branch: perl
33505            ! pod/perlmodlib.pod pod/perltoc.pod
33506 ____________________________________________________________________________
33507 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
33508         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
33509              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
33510              attribute semantics as much as possible, or 'ntsec' which uses
33511              native NTFS semantics.)  (See also #10877.)
33512      Branch: perl
33513            ! perl.c
33514 ____________________________________________________________________________
33515 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
33516         Log: (Retracted by #11586)
33517              
33518              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
33519      Branch: perl
33520            ! lib/Test/Harness.pm
33521 ____________________________________________________________________________
33522 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
33523         Log: Just zap the -uPerlio.
33524      Branch: perl
33525            ! ext/B/Stash.t
33526 ____________________________________________________________________________
33527 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
33528         Log: Do not test PerlIO if PerlIO not used.
33529      Branch: perl
33530            ! ext/PerlIO/PerlIO.t
33531 ____________________________________________________________________________
33532 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
33533         Log: Regen perlapi.
33534      Branch: perl
33535            ! pod/perlapi.pod
33536 ____________________________________________________________________________
33537 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
33538         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
33539              From: Nicholas Clark <nick@ccl4.org>
33540              Date: Sat, 23 Jun 2001 22:55:47 +0100
33541              Message-ID: <20010623225547.Z98663@plum.flirble.org>
33542      Branch: perl
33543            ! numeric.c
33544 ____________________________________________________________________________
33545 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
33546         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
33547              From: Prymmer/Kahn <pvhp@best.com>
33548              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
33549              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
33550      Branch: perl
33551            ! lib/h2xs.t
33552 ____________________________________________________________________________
33553 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
33554         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
33555              cygwin does not taint cwd, just like win32.
33556      Branch: perl
33557            ! lib/File/Find/taint.t t/op/taint.t
33558 ____________________________________________________________________________
33559 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
33560         Log: Retract #10865, the patch should be unnecessary.
33561              (But seemingly helpful in Cygwin?  Strange.)
33562      Branch: perl
33563            ! lib/Memoize/t/tie_ndbm.t
33564 ____________________________________________________________________________
33565 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
33566         Log: Misplaced test file; plus Cygwin filesystem semantics.
33567      Branch: perl
33568            + ext/SDBM_File/sdbm.t
33569            - ext/ODBM_File/sdbm.t
33570            ! MANIFEST
33571 ____________________________________________________________________________
33572 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
33573         Log: (Retracted by #10867.)
33574      Branch: perl
33575            ! lib/Memoize/t/tie_ndbm.t
33576 ____________________________________________________________________________
33577 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
33578         Log: Metaconfig unit change for #10863.
33579      Branch: metaconfig/U/perl
33580            ! Extensions.U
33581 ____________________________________________________________________________
33582 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
33583         Log: In Cygwin do not build NDBM_File and ODBM_File unless
33584              -lndbm and -ldbm are available.
33585      Branch: perl
33586            ! Configure config_h.SH
33587 ____________________________________________________________________________
33588 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
33589         Log: More Cygwin filesystem semantics.
33590      Branch: perl
33591            ! t/io/fs.t t/op/stat.t
33592 ____________________________________________________________________________
33593 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
33594         Log: More DOSish permission semantics for Cygwin.
33595      Branch: perl
33596            ! lib/AnyDBM_File.t
33597 ____________________________________________________________________________
33598 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
33599         Log: Cygwin too has different permission semantics.
33600      Branch: perl
33601            ! ext/GDBM_File/gdbm.t
33602 ____________________________________________________________________________
33603 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
33604         Log: The group (and assumedly passwd) databases can have
33605              only one entry (this is the case in cygwin).
33606      Branch: perl
33607            ! t/op/grent.t t/op/pwent.t
33608 ____________________________________________________________________________
33609 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
33610         Log: Also in Cygwin use Socket to figure out domainname
33611              (if any) (avoids trying to call external 'domainname',
33612              which doesn't at the moment exist in Cygwin)
33613      Branch: perl
33614            ! lib/Net/Domain.pm
33615 ____________________________________________________________________________
33616 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
33617         Log: Remove also the lib$Foo.def, not just $Foo.def.
33618      Branch: perl
33619            ! lib/ExtUtils/MM_Unix.pm
33620 ____________________________________________________________________________
33621 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
33622         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
33623      Branch: perl
33624            ! unixish.h
33625 ____________________________________________________________________________
33626 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
33627         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
33628              to match the whole isprint(), only the space character.
33629      Branch: perl
33630            ! handy.h pod/perlre.pod t/op/pat.t
33631 ____________________________________________________________________________
33632 [ 10854] By: nick                                  on 2001/06/23  08:09:33
33633         Log: Integrate mainline
33634      Branch: perlio
33635           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
33636           !> lib/ExtUtils.t lib/File/Find/taint.t
33637           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
33638           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
33639           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
33640 ____________________________________________________________________________
33641 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
33642         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
33643              with its floats    in os390 and s390 (UTS).
33644      Branch: perl
33645            ! lib/Math/BigInt/t/bigintpm.t
33646 ____________________________________________________________________________
33647 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
33648         Log: Add also UTS (s390) to the non-IEEE float platforms.
33649      Branch: perl
33650            ! t/op/sprintf.t
33651 ____________________________________________________________________________
33652 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
33653         Log: Subject: RFC: what are applicable standards for exponent sizes?
33654              From: Peter Prymmer <pvhp@forte.com>
33655              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
33656              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
33657      Branch: perl
33658            ! t/op/sprintf.t
33659 ____________________________________________________________________________
33660 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
33661         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
33662              From: Peter Prymmer <pvhp@forte.com>
33663              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
33664              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
33665      Branch: perl
33666            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
33667 ____________________________________________________________________________
33668 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
33669         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
33670              From: Peter Prymmer <pvhp@forte.com>
33671              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
33672              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
33673      Branch: perl
33674            ! lib/ExtUtils.t
33675 ____________________________________________________________________________
33676 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
33677         Log: Retract #10845.
33678      Branch: perl
33679            ! lib/File/Find/taint.t
33680 ____________________________________________________________________________
33681 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
33682         Log: Yet another error message.
33683      Branch: perl
33684            ! t/op/mkdir.t
33685 ____________________________________________________________________________
33686 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
33687         Log: The croak message for nonexistent socket functions may vary.
33688      Branch: perl
33689            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
33690 ____________________________________________________________________________
33691 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
33692         Log: (Retracted by #10848.)
33693      Branch: perl
33694            ! lib/File/Find/taint.t
33695 ____________________________________________________________________________
33696 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
33697         Log: Integrate perlio.
33698      Branch: perl
33699           !> lib/File/Find/taint.t t/op/write.t
33700 ____________________________________________________________________________
33701 [ 10843] By: nick                                  on 2001/06/22  21:24:51
33702         Log: Back out debug in taint.t
33703      Branch: perlio
33704            ! lib/File/Find/taint.t
33705 ____________________________________________________________________________
33706 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
33707         Log: setitimer() does not exist in Unicos, despite of what
33708              Configure thinks, from Mark P. Lutz.
33709      Branch: perl
33710            ! hints/unicos.sh
33711 ____________________________________________________________________________
33712 [ 10841] By: nick                                  on 2001/06/22  21:19:36
33713         Log: Skip cwd test on Win32 ???
33714      Branch: perlio
33715            ! lib/File/Find/taint.t
33716 ____________________________________________________________________________
33717 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
33718         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
33719              and Tru64 gcc -Wall happy.
33720      Branch: perl
33721            ! mg.c
33722 ____________________________________________________________________________
33723 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
33724         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
33725      Branch: perl
33726            ! ext/IPC/SysV/Semaphore.pm
33727 ____________________________________________________________________________
33728 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
33729         Log: Metaconfig unit change for #10837.
33730      Branch: metaconfig/U/perl
33731            ! Cross.U
33732 ____________________________________________________________________________
33733 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
33734         Log: Cleanup of the cross-compilation unit.
33735      Branch: perl
33736            ! Configure
33737 ____________________________________________________________________________
33738 [ 10836] By: nick                                  on 2001/06/22  20:45:12
33739         Log: Skip |- based op/write.t on Win32 as well as VMS
33740      Branch: perlio
33741            ! t/op/write.t
33742 ____________________________________________________________________________
33743 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
33744         Log: Integrate perlio.
33745      Branch: perl
33746           !> util.c
33747 ____________________________________________________________________________
33748 [ 10834] By: nick                                  on 2001/06/22  20:41:54
33749         Log: Integrate mainline
33750      Branch: perlio
33751           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33752           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
33753           !> vos/config.ga.h
33754 ____________________________________________________________________________
33755 [ 10833] By: nick                                  on 2001/06/22  20:22:58
33756         Log: Patcho fix.
33757      Branch: perlio
33758            ! util.c
33759 ____________________________________________________________________________
33760 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
33761         Log: Metaconfig unit changes for #10831.
33762      Branch: metaconfig
33763            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
33764 ____________________________________________________________________________
33765 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
33766         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
33767              From: Andy Dougherty <doughera@lafayette.edu>
33768              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
33769              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
33770      Branch: perl
33771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33772            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
33773 ____________________________________________________________________________
33774 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
33775         Log: MPE/iX prototype nits from Mark Bixby.
33776      Branch: perl
33777            ! pp_sys.c
33778 ____________________________________________________________________________
33779 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
33780         Log: Detypo.
33781      Branch: perl
33782            ! util.c
33783 ____________________________________________________________________________
33784 [ 10828] By: nick                                  on 2001/06/22  15:33:37
33785         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
33786      Branch: perlio
33787           +> lib/h2xs.t
33788           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
33789           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
33790           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
33791           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
33792           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33793           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
33794           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
33795           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
33796           !> vms/vmsish.h
33797 ____________________________________________________________________________
33798 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
33799         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
33800              Date: Fri, 22 Jun 2001 10:08:35 -0500
33801              From: "Craig A. Berry" <craigberry@mac.com>
33802              Message-Id: <a05101001b75908704194@[192.168.56.145]>
33803      Branch: perl
33804            ! vms/vms.c vms/vmsish.h
33805 ____________________________________________________________________________
33806 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
33807         Log: NetWare scripts tweak from Ananth Kesari.
33808      Branch: perl
33809            ! NetWare/t/NWScripts.pl
33810 ____________________________________________________________________________
33811 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
33812         Log: Update Changes.
33813      Branch: perl
33814            ! Changes patchlevel.h
33815 ____________________________________________________________________________
33816 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
33817         Log: Add .i and .s targets.
33818      Branch: perl
33819            ! Makefile.SH
33820 ____________________________________________________________________________
33821 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
33822         Log: Upgrade to Locale::Maketext 1.03.
33823      Branch: perl
33824            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33825            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
33826 ____________________________________________________________________________
33827 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
33828         Log: Upgrade to I18N::LangTags 0.26.
33829      Branch: perl
33830            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33831            ! lib/I18N/LangTags/test.pl
33832 ____________________________________________________________________________
33833 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
33834         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
33835              Philip Newton.
33836      Branch: perl
33837            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
33838            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33839 ____________________________________________________________________________
33840 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
33841         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
33842              From: Prymmer/Kahn <pvhp@best.com>
33843              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
33844              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
33845      Branch: perl
33846            + lib/h2xs.t
33847            ! MANIFEST utils/h2xs.PL
33848 ____________________________________________________________________________
33849 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
33850         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
33851              From: Prymmer/Kahn <pvhp@best.com>
33852              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
33853              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
33854      Branch: perl
33855            ! lib/ExtUtils.t
33856 ____________________________________________________________________________
33857 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
33858         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
33859              From: Prymmer/Kahn <pvhp@best.com>
33860              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
33861              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
33862      Branch: perl
33863            ! t/pod/plainer.t
33864 ____________________________________________________________________________
33865 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
33866         Log: AUTHORS update.
33867      Branch: perl
33868            ! AUTHORS
33869 ____________________________________________________________________________
33870 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
33871         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
33872              From: "Craig A. Berry" <craigberry@mac.com>
33873              Date: Thu, 21 Jun 2001 18:20:38 -0500
33874              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
33875      Branch: perl
33876            ! ext/POSIX/POSIX.xs
33877 ____________________________________________________________________________
33878 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
33879         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
33880              From: "Craig A. Berry" <craigberry@mac.com>
33881              Date: Thu, 21 Jun 2001 09:58:52 -0500
33882              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
33883      Branch: perl
33884            ! ext/B/Deparse.t t/op/write.t
33885 ____________________________________________________________________________
33886 [ 10814] By: nick                                  on 2001/06/22  08:13:09
33887         Log: Integrate mainline.
33888      Branch: perlio
33889           !> (integrate 46 files)
33890 ____________________________________________________________________________
33891 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
33892         Log: Change the prefixes only if $prefix is unset,
33893              as originally patched by Marcel Grunauer.
33894      Branch: perl
33895            ! hints/darwin.sh hints/rhapsody.sh
33896 ____________________________________________________________________________
33897 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
33898         Log: Subject: Re: Patch for hints/darwin.sh
33899              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
33900              Date: Thu, 21 Jun 2001 11:23:46 -0700
33901              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
33902      Branch: perl
33903            ! hints/darwin.sh hints/rhapsody.sh
33904 ____________________________________________________________________________
33905 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
33906         Log: Add .PHONY targets for non-file targets,
33907              from Wilfredo Sánchez.  Should help saying
33908              "make install" on case-insensitive filesystems.
33909      Branch: perl
33910            ! Makefile.SH
33911 ____________________________________________________________________________
33912 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
33913         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
33914              From: Doug MacEachern <dougm@covalent.net>
33915              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
33916              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
33917              
33918              plus reword the getcwd() comment, plus use getcwd() buffer
33919              size minus one.
33920      Branch: perl
33921            ! util.c
33922 ____________________________________________________________________________
33923 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
33924         Log: More gprofing from Doug MacEachern.
33925      Branch: perl
33926            ! Makefile.SH
33927 ____________________________________________________________________________
33928 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
33929         Log: Metaconfig unit change for #10807.
33930      Branch: metaconfig/U/perl
33931            ! d_sfio.U
33932 ____________________________________________________________________________
33933 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
33934         Log: Tell that you are removing the unneeded -lsfio.
33935      Branch: perl
33936            ! Configure
33937 ____________________________________________________________________________
33938 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
33939         Log: More MPE/iX tweaks from Mark Bixby.
33940      Branch: perl
33941            ! perl.c t/op/magic.t
33942 ____________________________________________________________________________
33943 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
33944         Log: The fchdir() proto is supposed to live in <unistd.h>.
33945      Branch: perl
33946            ! ext/Cwd/Cwd.xs
33947 ____________________________________________________________________________
33948 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
33949         Log: This town is too small for the Cwd extension and me,
33950              it would seem...
33951      Branch: perl
33952            ! ext/Cwd/Cwd.xs
33953 ____________________________________________________________________________
33954 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
33955         Log: Metaconfig unit change for #10802.
33956      Branch: metaconfig/U/perl
33957            ! d_modfl.U
33958 ____________________________________________________________________________
33959 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
33960         Log: More d'ohs.
33961      Branch: perl
33962            ! Configure
33963 ____________________________________________________________________________
33964 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
33965         Log: Off-by-one.  I'm so classic.
33966      Branch: perl
33967            ! util.c
33968 ____________________________________________________________________________
33969 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
33970         Log: Update Changes.
33971      Branch: perl
33972            ! Changes patchlevel.h
33973 ____________________________________________________________________________
33974 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
33975         Log: Subject: Documentation patch for Net::FTP
33976              From: Marcel Grunauer <marcel@codewerk.com>
33977              Date: Wed, 20 Jun 2001 23:03:26 +0200
33978              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
33979      Branch: perl
33980            ! lib/Net/FTP.pm
33981 ____________________________________________________________________________
33982 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
33983         Log: Retract the #10417 mg.c and embed.pl parts because of
33984              strange SEGVs in 64bit x86 FreeBSD observed by
33985              Nicholas Clark.
33986      Branch: perl
33987            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
33988 ____________________________________________________________________________
33989 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
33990         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
33991      Branch: perl
33992            ! Configure NetWare/config.wc NetWare/config_H.wc
33993            ! Porting/Glossary Porting/config.sh Porting/config_H
33994            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33995            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33996            ! vos/config.ga.h win32/config.bc win32/config.gc
33997            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33998            ! win32/config_H.vc
33999 ____________________________________________________________________________
34000 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
34001         Log: Cwd tweak from Doug MacEachern.
34002      Branch: perl
34003            ! ext/Cwd/Cwd.xs
34004 ____________________________________________________________________________
34005 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
34006         Log: Protect the fchdir() and lstat() with ifdefs.
34007              fchdir() needs a Configure probe.
34008      Branch: perl
34009            ! ext/Cwd/Cwd.xs
34010 ____________________________________________________________________________
34011 [ 10794] By: nick                                  on 2001/06/21  17:11:35
34012         Log: Integrate mainline
34013      Branch: perlio
34014           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
34015           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
34016           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
34017           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
34018           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
34019           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
34020           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
34021           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
34022            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
34023            - lib/File/Glob/case.t lib/File/Glob/global.t
34024            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
34025            - lib/File/Temp/posix.t lib/File/Temp/security.t
34026            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
34027            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
34028            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
34029            - lib/Text/Wrap/wrap.t
34030           !> (integrate 41 files)
34031 ____________________________________________________________________________
34032 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
34033         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
34034              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
34035              Date: Thu, 21 Jun 2001 13:04:54 -0500
34036              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
34037      Branch: perl
34038            ! ext/Cwd/Cwd.xs
34039 ____________________________________________________________________________
34040 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
34041         Log: Subject: [PATCH pod] overlong =item
34042              From: Robin Barker <rmb1@cise.npl.co.uk>
34043              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
34044              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
34045      Branch: perl
34046            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
34047            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34048 ____________________________________________________________________________
34049 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
34050         Log: Subject: [PATCH perlio.c] format 
34051              From: Robin Barker <rmb1@cise.npl.co.uk>
34052              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
34053              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
34054      Branch: perl
34055            ! perlio.c
34056 ____________________________________________________________________________
34057 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
34058         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
34059              From: Radu Greab <radu@netsoft.ro>
34060              Date: Thu, 21 Jun 2001 19:06:02 +0300
34061              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
34062      Branch: perl
34063            ! pod/perlapi.pod sv.c
34064 ____________________________________________________________________________
34065 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
34066         Log: The metaconfig unit changes for #10788.
34067      Branch: metaconfig/U/perl
34068            ! Cross.U fflushall.U
34069 ____________________________________________________________________________
34070 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
34071         Log: Cross-configuration changes: make $from to rm the files
34072              before copying them over (this means that he rm can be
34073              removed from the fflushall test), create $targetmkdir      
34074              (not documented in install since it is supposed to internal
34075              use only), make $run to copy over the executable only if
34076              a stamp file .xok doesn't already exist (to avoid unnecessary
34077              copying of the executable)
34078      Branch: perl
34079            ! Configure Makefile.SH
34080 ____________________________________________________________________________
34081 [ 10787] By: nick                                  on 2001/06/21  14:16:18
34082         Log: Integrate mainline
34083      Branch: perlio
34084           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
34085           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
34086           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
34087            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
34088           !> (integrate 34 files)
34089 ____________________________________________________________________________
34090 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
34091         Log: Re-add the files as text.
34092      Branch: perl
34093            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
34094 ____________________________________________________________________________
34095 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
34096         Log: Delete the binary files.
34097      Branch: perl
34098            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
34099 ____________________________________________________________________________
34100 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
34101         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
34102              From: Andy Dougherty <doughera@lafayette.edu>
34103              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
34104              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
34105      Branch: perl
34106            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
34107            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
34108            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
34109            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
34110 ____________________________________________________________________________
34111 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
34112         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
34113              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
34114              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
34115              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
34116              
34117              Setting umask to something friendlier.
34118      Branch: perl
34119            ! installman installperl
34120 ____________________________________________________________________________
34121 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
34122         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
34123              Resort MANIFEST with sort -f, looks much better.
34124      Branch: perl
34125            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
34126            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
34127            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
34128            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
34129            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
34130            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
34131            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
34132            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
34133            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
34134            - lib/File/Glob/case.t lib/File/Glob/global.t
34135            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
34136            - lib/File/Temp/posix.t lib/File/Temp/security.t
34137            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
34138            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
34139            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
34140            - lib/Text/Wrap/wrap.t
34141            ! MANIFEST
34142 ____________________________________________________________________________
34143 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
34144         Log: Upgrade to I18N::LangTags 0.25.
34145      Branch: perl
34146            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
34147            ! lib/I18N/LangTags/List.pm
34148 ____________________________________________________________________________
34149 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
34150         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
34151              From: Richard Soderberg <rs@crystalflame.net>
34152              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
34153              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
34154      Branch: perl
34155            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
34156            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
34157 ____________________________________________________________________________
34158 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
34159         Log: Test obsoleted by change #10777.
34160      Branch: perl
34161            ! t/op/sub_lval.t
34162 ____________________________________________________________________________
34163 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
34164         Log: Case of confused test numbering.
34165      Branch: perl
34166            ! t/op/pat.t
34167 ____________________________________________________________________________
34168 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
34169         Log: Subject: Re: Opinion on undef lvalue
34170              From: Abhijit Menon-Sen <ams@wiw.org>
34171              Date: Sun, 17 Jun 2001 13:04:46 +0530
34172              Message-ID: <20010617130446.B27925@lustre.linux.in>
34173              
34174              Allow lvalue subs to return undef in array context.
34175      Branch: perl
34176            ! pp_hot.c
34177 ____________________________________________________________________________
34178 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
34179         Log: Just a guess that using the same hack for cygwin as
34180              for win32 might help.
34181      Branch: perl
34182            ! lib/File/Find/find.t
34183 ____________________________________________________________________________
34184 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
34185         Log: NetWare tweaks from Guruprasad.
34186      Branch: perl
34187            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
34188            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
34189            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
34190            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
34191 ____________________________________________________________________________
34192 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
34193         Log: Subject: Re: perl@10722: Bogus warnings on REs 
34194              From: Hugo <hv@crypt.compulink.co.uk>
34195              Date: Thu, 21 Jun 2001 09:51:17 +0100
34196              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
34197              
34198              Unroll to avoid a UTS compiler bug.
34199      Branch: perl
34200            ! regcomp.c
34201 ____________________________________________________________________________
34202 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
34203         Log: Subject: Re: [PATCH] Make /o work under i?threads
34204              From: Artur Bergman <artur@contiller.se>
34205              Date: Thu, 21 Jun 2001 14:38:03 +0200
34206              Message-ID: <B757B74A.184D%artur@contiller.se>
34207      Branch: perl
34208            ! t/op/pat.t
34209 ____________________________________________________________________________
34210 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
34211         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
34212              From: Artur Bergman <artur@contiller.se> 
34213              Date: Thu, 21 Jun 2001 14:27:33 +0200
34214              Message-ID: <B757B4D4.1849%artur@contiller.se>
34215              
34216              Plus extra parentheses.
34217      Branch: perl
34218            ! op.h
34219 ____________________________________________________________________________
34220 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
34221         Log: Subject: [PATCH] Make /o work under i?threads
34222              From: Richard Soderberg <rs@crystalflame.net>
34223              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
34224              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
34225      Branch: perl
34226            ! pp_ctl.c
34227 ____________________________________________________________________________
34228 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
34229         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
34230              From: Artur Bergman <artur@contiller.se>
34231              Date: Thu, 21 Jun 2001 14:04:54 +0200
34232              Message-ID: <B757AF86.1842%artur@contiller.se>
34233      Branch: perl
34234            ! op.h
34235 ____________________________________________________________________________
34236 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
34237         Log: Subject: Re: perl@10765: sv.c not OK on win32
34238              From: Artur Bergman <artur@contiller.se>
34239              Date: Thu, 21 Jun 2001 10:31:06 +0200
34240              Message-ID: <B7577D69.182C%artur@contiller.se>
34241      Branch: perl
34242            ! sv.c
34243 ____________________________________________________________________________
34244 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
34245         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
34246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34247              Date: Thu, 21 Jun 2001 06:23:56 -0400
34248              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
34249              
34250              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
34251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34252              Date: Thu, 21 Jun 2001 06:32:21 -0400
34253              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
34254      Branch: perl
34255            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
34256 ____________________________________________________________________________
34257 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
34258         Log: Subject: [PATCH] make syslog test more verbose
34259              From: Robert Spier <rspier@pobox.com>
34260              Date: Thu, 21 Jun 2001 00:54:32 -0400
34261              Message-ID: <15153.32264.295807.333073@rls.cx>
34262      Branch: perl
34263            ! ext/Sys/Syslog/syslog.t
34264 ____________________________________________________________________________
34265 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
34266         Log: Subject: op/study.t refinements
34267              From: Hugo <hv@crypt.compulink.co.uk>
34268              Date: Thu, 21 Jun 2001 00:29:07 +0100
34269              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
34270      Branch: perl
34271            ! t/op/study.t
34272 ____________________________________________________________________________
34273 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
34274         Log: Update Changes.
34275      Branch: perl
34276            ! Changes patchlevel.h
34277 ____________________________________________________________________________
34278 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
34279         Log: Subject: Re: [PATCH] djgpp updates
34280              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
34281              Date: Wed, 20 Jun 2001 10:05:15 +0200
34282              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
34283      Branch: perl
34284            ! djgpp/config.over
34285 ____________________________________________________________________________
34286 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
34287         Log: Fix for ID 20010619.002 "When building hash, hash keys that
34288              are function calls are not being called", from Abhijit.
34289      Branch: perl
34290            ! t/base/lex.t toke.c
34291 ____________________________________________________________________________
34292 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
34293         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
34294      Branch: perl
34295            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
34296            + lib/Locale/Maketext/test.pl
34297            - lib/Locale/Maketext.t
34298            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
34299            ! lib/Locale/Maketext/TPJ13.pod
34300 ____________________________________________________________________________
34301 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
34302         Log: Metaconfig unit change for #10760.
34303      Branch: metaconfig
34304            ! U/modified/Cppsym.U
34305 ____________________________________________________________________________
34306 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
34307         Log: Do not remove the ccsym* Cppsym* files since
34308              they are useful for metaconfig units coming after us.
34309              (This is the Configure nit mentioned in #10752.)
34310      Branch: perl
34311            ! Configure
34312 ____________________________________________________________________________
34313 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
34314         Log: Update to I18N::LangTags 0.24, from Sean Burke.
34315      Branch: perl
34316            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
34317            + lib/I18N/LangTags/README
34318            - lib/I18N/LangTags/List.pod
34319            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
34320 ____________________________________________________________________________
34321 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
34322         Log: Regen headers.
34323      Branch: perl
34324            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
34325            ! pod/perlapi.pod proto.h
34326 ____________________________________________________________________________
34327 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
34328         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
34329              From: Artur Bergman <artur@contiller.se>
34330              Date: Wed, 20 Jun 2001 11:31:32 +0200
34331              Message-ID: <B7563A14.17D8%artur@contiller.se>
34332      Branch: perl
34333            ! embed.pl hv.c intrpvar.h sv.c sv.h
34334 ____________________________________________________________________________
34335 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
34336         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
34337              From: Tim Sweetman <tim@aldigital.co.uk> 
34338              Date: Wed, 13 Jun 2001 14:25:17 +0100 
34339              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
34340      Branch: perl
34341            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
34342 ____________________________________________________________________________
34343 [ 10755] By: nick                                  on 2001/06/20  16:12:37
34344         Log: Integrate mainline
34345      Branch: perlio
34346           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
34347           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
34348           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
34349           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
34350           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
34351           !> t/op/study.t util.c
34352 ____________________________________________________________________________
34353 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
34354         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
34355              but not Makefile)
34356      Branch: maint-5.6/perl
34357            ! win32/Makefile
34358 ____________________________________________________________________________
34359 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
34360         Log: Security tweak on readlink().
34361      Branch: perl
34362            ! pp_sys.c
34363 ____________________________________________________________________________
34364 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
34365         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
34366      Branch: perl
34367            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
34368            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
34369            ! mpeix/relink t/op/pwent.t
34370 ____________________________________________________________________________
34371 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
34372         Log: Reinstate #10725 (with probe for alarm()).
34373      Branch: perl
34374            ! t/op/study.t
34375 ____________________________________________________________________________
34376 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
34377         Log: Replace our implementation of realpath() with OpenBSD's
34378              (src/lib/libc/stdlib/realpath.c 1.4).
34379      Branch: perl
34380            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
34381            ! pod/perldiag.pod proto.h util.c
34382 ____________________________________________________________________________
34383 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
34384         Log: Integrate perlio.
34385      Branch: perl
34386           !> perlio.c
34387 ____________________________________________________________________________
34388 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
34389         Log: No point in going into memory-saving contortions
34390              with getcwd() since there's a danger of buffer overflow.
34391              Also make the POSIX extension to use sv_getcwd().
34392              Finally, a missed proto.h fragment.
34393      Branch: perl
34394            ! ext/POSIX/POSIX.xs proto.h util.c
34395 ____________________________________________________________________________
34396 [ 10747] By: nick                                  on 2001/06/20  12:38:26
34397         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
34398      Branch: perlio
34399            ! perlio.c
34400 ____________________________________________________________________________
34401 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
34402         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
34403              From: Graham Barr <gbarr@pobox.com>
34404              Date: Wed, 20 Jun 2001 11:05:49 +0100
34405              Message-ID: <20010620110549.I19188@pobox.com>
34406              
34407              reported in        
34408              
34409              Subject: Bug in IO::Socket::INET module (repeat)
34410              From: "Harmon S. Nine" <hnine@netarx.com>
34411              Date: Tue, 19 Jun 2001 09:41:35 -0400
34412              Message-ID: <3B2F568F.8080605@netarx.com>
34413              
34414              The bug was that the IO::Socket::INET constructor
34415              did not allow a 'LocalPort' of 0.
34416      Branch: perl
34417            ! ext/IO/lib/IO/Socket/INET.pm
34418 ____________________________________________________________________________
34419 [ 10745] By: nick                                  on 2001/06/20  08:56:39
34420         Log: Integrate mainline.
34421      Branch: perlio
34422           !> (integrate 37 files)
34423 ____________________________________________________________________________
34424 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
34425         Log: After some reading I don't think we can blindly
34426              use systems' realpath().  Too many security problems,
34427              too many buggy implementations.
34428              
34429              TODO: the realpath() emulation code in util.c doesn't
34430              seem fully operational?  (readlink(), for example?)
34431      Branch: perl
34432            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
34433            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
34434            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
34435            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
34436            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
34437            ! win32/config_H.gc win32/config_H.vc
34438 ____________________________________________________________________________
34439 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
34440         Log: Metaconfig unit change for #10738.
34441      Branch: metaconfig
34442            ! U/compline/d_gconvert.U
34443 ____________________________________________________________________________
34444 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
34445         Log: Integrate change #10739 from maintperl:
34446              
34447              C<eval "/x$\r\n/x"> fails to compile correctly 
34448      Branch: perl
34449           !> t/op/pat.t toke.c
34450 ____________________________________________________________________________
34451 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
34452         Log: Retract #10725 (Hugo asked NOT to apply the patch)
34453      Branch: perl
34454            ! t/op/study.t
34455 ____________________________________________________________________________
34456 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
34457         Log: The test.third results were funnily named because of the
34458              new test scheme.
34459      Branch: perl
34460            ! t/TEST
34461 ____________________________________________________________________________
34462 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
34463         Log: C<eval "/x$\r\n/x"> fails to compile correctly
34464      Branch: maint-5.6/perl
34465            ! t/op/pat.t toke.c
34466 ____________________________________________________________________________
34467 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
34468         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
34469              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34470              Date: Tue, 19 Jun 2001 19:15:40 -0400
34471              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
34472              
34473              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
34474              because "1e+129" being expected but "1.e+129" being returned.
34475              The culprit (at least in Tru64) is the use of gcvt().
34476      Branch: perl
34477            ! Configure
34478 ____________________________________________________________________________
34479 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
34480         Log: Subject: [PATCH perl@10722] test hunting on VMS
34481              From: "Craig A. Berry" <craigberry@mac.com>
34482              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
34483              Date: Tue, 19 Jun 2001 18:59:01 -0500
34484      Branch: perl
34485            ! vms/test.com
34486 ____________________________________________________________________________
34487 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
34488         Log: Subject: [PATCH] s/typos//
34489              From: Abhijit Menon-Sen <ams@wiw.org>
34490              Date: Wed, 20 Jun 2001 02:15:02 +0530
34491              Message-ID: <20010620021502.A14541@lustre.linux.in>
34492              
34493              Without the op.h s/bearword/bareword/ hunk, see
34494              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
34495      Branch: perl
34496            ! util.c
34497 ____________________________________________________________________________
34498 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
34499         Log: Metaconfig unit change for #10732 and #10733.
34500      Branch: metaconfig/U/perl
34501            ! fflushall.U
34502 ____________________________________________________________________________
34503 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
34504         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
34505              From: "Craig A. Berry" <craigberry@mac.com>
34506              Date: Tue, 19 Jun 2001 17:19:48 -0500
34507              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
34508      Branch: perl
34509            ! configure.com vms/descrip_mms.template
34510 ____________________________________________________________________________
34511 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
34512         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
34513              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34514              Date: Tue, 19 Jun 2001 16:48:07 -0400
34515              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
34516              
34517              Further fixes to fflush(NULL) detection.
34518      Branch: perl
34519            ! Configure
34520 ____________________________________________________________________________
34521 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
34522         Log: AIX test -s hangs with non-existent files?
34523              (A genuine logic bug in Configure, but AIX also broken?)
34524      Branch: perl
34525            ! Configure
34526 ____________________________________________________________________________
34527 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
34528         Log: AUTHORS updates.
34529      Branch: perl
34530            ! AUTHORS
34531 ____________________________________________________________________________
34532 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
34533         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
34534              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34535              Date: Tue, 19 Jun 2001 15:33:25 -0400
34536              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
34537      Branch: perl
34538            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
34539            ! t/lib/warnings/pp
34540 ____________________________________________________________________________
34541 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
34542         Log: Integrate perlio.
34543      Branch: perl
34544           !> lib/File/Find/find.t win32/distclean.bat
34545 ____________________________________________________________________________
34546 [ 10728] By: nick                                  on 2001/06/19  18:24:53
34547         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
34548      Branch: perlio
34549            ! lib/File/Find/find.t win32/distclean.bat
34550 ____________________________________________________________________________
34551 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
34552         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
34553              also add information how to find out whether one has PerlIO.
34554      Branch: perl
34555            ! pod/perlfunc.pod
34556 ____________________________________________________________________________
34557 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
34558         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
34559              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34560              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
34561              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
34562      Branch: perl
34563            ! pod/perlfunc.pod
34564 ____________________________________________________________________________
34565 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
34566         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
34567              From: Hugo <hv@crypt.compulink.co.uk>
34568              Date: Tue, 19 Jun 2001 12:37:30 +0100
34569              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
34570      Branch: perl
34571            ! t/op/study.t
34572 ____________________________________________________________________________
34573 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
34574         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
34575              From: Hugo <hv@crypt.compulink.co.uk>
34576              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
34577              Date: Tue, 19 Jun 2001 13:15:17 +0100
34578      Branch: perl
34579            ! util.c
34580 ____________________________________________________________________________
34581 [ 10723] By: nick                                  on 2001/06/19  14:46:15
34582         Log: Integrate mainline
34583      Branch: perlio
34584           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
34585           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
34586           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
34587           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
34588           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
34589           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
34590            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34591            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34592            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34593            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34594            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34595            - ext/Thread/unsync4.t
34596           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
34597           !> djgpp/config.over djgpp/fixpmain
34598           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
34599           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
34600           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
34601 ____________________________________________________________________________
34602 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
34603         Log: Update Changes.
34604      Branch: perl
34605            ! Changes patchlevel.h
34606 ____________________________________________________________________________
34607 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
34608         Log: The existence shall be MANIFESted.
34609      Branch: perl
34610            ! MANIFEST
34611 ____________________________________________________________________________
34612 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
34613         Log: The old libnet.cfg is first searched from the current directory,
34614              only then from the module path.
34615      Branch: perl
34616            ! utils/libnetcfg.PL
34617 ____________________________________________________________________________
34618 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
34619         Log: NetWare tweaks from Guruprasad.
34620      Branch: perl
34621            ! NetWare/Makefile NetWare/config.wc
34622 ____________________________________________________________________________
34623 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
34624         Log: Subject: [PATCH] djgpp updates
34625              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
34626              Date: Tue, 19 Jun 2001 10:59:06 +0200
34627              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
34628      Branch: perl
34629            ! djgpp/config.over djgpp/fixpmain
34630 ____________________________________________________________________________
34631 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
34632         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
34633              From: Prymmer/Kahn <pvhp@best.com>
34634              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
34635              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
34636      Branch: perl
34637            ! win32/Makefile
34638 ____________________________________________________________________________
34639 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
34640         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
34641              to happen right after the inclusion of <inttypes.h>,
34642              from Edward Moy.
34643      Branch: perl
34644            ! handy.h perl.h
34645 ____________________________________________________________________________
34646 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
34647         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
34648              From: Doug MacEachern <dougm@covalent.net>
34649              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
34650              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
34651      Branch: perl
34652            ! ext/DynaLoader/DynaLoader_pm.PL
34653 ____________________________________________________________________________
34654 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
34655         Log: Revert #10656 for performance reasons but leave in the
34656              use of Hv*() macros -- in comments, so that grepping the
34657              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
34658              suggested by Sarathy, also by Abhijit.)
34659      Branch: perl
34660            ! hv.c
34661 ____________________________________________________________________________
34662 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
34663         Log: Subject: [patch] .s MakeMaker suffix
34664              From: Doug MacEachern <dougm@covalent.net>
34665              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
34666              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
34667      Branch: perl
34668            ! lib/ExtUtils/MM_Unix.pm
34669 ____________________________________________________________________________
34670 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
34671         Log: One test lost in the big shuffle restored.
34672      Branch: perl
34673            + ext/IPC/SysV/ipcsysv.t
34674            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
34675 ____________________________________________________________________________
34676 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
34677         Log: Rename the old non-standard threads tests so that
34678              they won't be invoked.
34679      Branch: perl
34680            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
34681            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
34682            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
34683            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
34684            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
34685            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
34686            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34687            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34688            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34689            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34690            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34691            - ext/Thread/unsync4.t
34692            ! MANIFEST
34693 ____________________________________________________________________________
34694 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
34695         Log: Integrate perlio.
34696      Branch: perl
34697           !> win32/config_sh.PL
34698 ____________________________________________________________________________
34699 [ 10709] By: nick                                  on 2001/06/19  08:18:18
34700         Log: Integrate mainline
34701      Branch: perlio
34702           +> (branch 40 files)
34703            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
34704            - lib/strict/subs lib/strict/vars lib/warnings/1global
34705            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
34706            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
34707            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
34708            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
34709            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
34710            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
34711            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
34712            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
34713            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
34714            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
34715            - lib/warnings/utf8 lib/warnings/util
34716           !> (integrate 57 files)
34717 ____________________________________________________________________________
34718 [ 10708] By: nick                                  on 2001/06/19  07:57:10
34719         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
34720      Branch: perlio
34721            ! win32/config_sh.PL
34722 ____________________________________________________________________________
34723 [ 10707] By: nick                                  on 2001/06/19  07:05:07
34724         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
34725      Branch: perl
34726            ! perly.c perly.y perly_c.diff vms/perly_c.vms
34727 ____________________________________________________________________________
34728 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
34729         Log: More perl572delta tweaks.
34730      Branch: perl
34731            ! pod/perl572delta.pod
34732 ____________________________________________________________________________
34733 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
34734         Log: Update perl572delta.
34735      Branch: perl
34736            ! pod/perl572delta.pod
34737 ____________________________________________________________________________
34738 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
34739         Log: VOS updates from Paul Green.
34740      Branch: perl
34741            ! vos/Changes vos/build.cm vos/perl.bind
34742 ____________________________________________________________________________
34743 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
34744         Log: Update the vos/config.*.* files.
34745      Branch: perl
34746            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34747            ! vos/config.ga.h
34748 ____________________________________________________________________________
34749 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
34750         Log: Add a makefile for more painless adding of symbols to the
34751              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
34752              takes care of the adding)
34753      Branch: perl
34754            + vos/Makefile
34755 ____________________________________________________________________________
34756 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
34757         Log: Make libnetcfg by default display the libnet configuration,
34758              -c to change, add -i for old config, document all options,
34759              regen toc.
34760      Branch: perl
34761            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
34762 ____________________________________________________________________________
34763 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
34764         Log: gcc -Wall sweep.
34765      Branch: perl
34766            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
34767 ____________________________________________________________________________
34768 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
34769         Log: So there.
34770      Branch: perl
34771            ! universal.c
34772 ____________________________________________________________________________
34773 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
34774         Log: Document the need for sv_printify().
34775              
34776              Document that 'use utf8' has been considered.
34777              
34778              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
34779      Branch: perl
34780            ! pod/perltodo.pod universal.c
34781 ____________________________________________________________________________
34782 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
34783         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
34784              From: Nicholas Clark <nick@ccl4.org>
34785              Date: Mon, 18 Jun 2001 23:29:23 +0100
34786              Message-ID: <20010618232923.I98663@plum.flirble.org>
34787      Branch: perl
34788            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
34789            ! ext/Sys/Syslog/Makefile.PL
34790 ____________________________________________________________________________
34791 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
34792         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
34793              From: Scott.L.Miller@Compaq.com
34794              Date: Mon, 18 Jun 2001 10:12:27 -0500
34795              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
34796      Branch: perl
34797            ! lib/perl5db.pl pod/perldebug.pod
34798 ____________________________________________________________________________
34799 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
34800         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
34801              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
34802              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
34803              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
34804      Branch: perl
34805            ! lib/Carp/Heavy.pm
34806 ____________________________________________________________________________
34807 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
34808         Log: Subject: [PATCH] Documentation changes for CLONE
34809              From: Artur Bergman <artur@contiller.se>
34810              Date: Mon, 18 Jun 2001 22:06:37 +0200
34811              Message-ID: <B7542BEC.1719%artur@contiller.se>
34812      Branch: perl
34813            ! pod/perlmod.pod pod/perlsub.pod
34814 ____________________________________________________________________________
34815 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
34816         Log: Subject: Re: configure.com
34817              From: "Craig A. Berry" <craigberry@mac.com>
34818              Date: Mon, 18 Jun 2001 16:04:38 -0500
34819              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
34820      Branch: perl
34821            ! configure.com
34822 ____________________________________________________________________________
34823 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
34824         Log: Subject: PL_nullstash + perl_clone()
34825              From: Doug MacEachern <dougm@covalent.net>
34826              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
34827              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
34828      Branch: perl
34829            ! sv.c
34830 ____________________________________________________________________________
34831 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
34832         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
34833              From: davem@fdgroup.co.uk
34834              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
34835              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
34836      Branch: perl
34837            ! embed.pl pod/perlapi.pod
34838 ____________________________________________________________________________
34839 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
34840         Log: More cross-compilation defaults gleaned from -Dcc
34841              if it is CPU-OS-gcc.
34842      Branch: metaconfig
34843            ! U/modified/libc.U
34844      Branch: metaconfig/U/perl
34845            ! Cross.U
34846      Branch: perl
34847            ! Configure INSTALL
34848 ____________________________________________________________________________
34849 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
34850         Log: Update Changes.
34851      Branch: perl
34852            ! Changes patchlevel.h
34853 ____________________________________________________________________________
34854 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
34855         Log: Subject: [PATCH 5.7.1] sv.c documentation
34856              From: davem@fdgroup.co.uk
34857              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
34858              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
34859      Branch: perl
34860            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
34861            ! sv.c sv.h
34862 ____________________________________________________________________________
34863 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
34864         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
34865              From: "Jon Gunnip" <jongunnip@hotmail.com>
34866              Date: Sun, 17 Jun 2001 18:24:29 -0400
34867              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
34868      Branch: perl
34869            ! pod/perlvar.pod
34870 ____________________________________________________________________________
34871 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
34872         Log: Move the locale/strict/warnings helper files back
34873              under the t/lib; this way the amount of non-installabled
34874              stuff under lib/ stays smaller.
34875      Branch: perl
34876            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
34877            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
34878            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
34879            + t/lib/warnings/5nolint t/lib/warnings/6default
34880            + t/lib/warnings/7fatal t/lib/warnings/8signal
34881            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
34882            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
34883            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
34884            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
34885            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
34886            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
34887            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
34888            + t/lib/warnings/taint t/lib/warnings/toke
34889            + t/lib/warnings/universal t/lib/warnings/utf8
34890            + t/lib/warnings/util
34891            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
34892            - lib/strict/subs lib/strict/vars lib/warnings/1global
34893            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
34894            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
34895            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
34896            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
34897            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
34898            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
34899            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
34900            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
34901            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
34902            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
34903            - lib/warnings/utf8 lib/warnings/util
34904            ! MANIFEST installperl lib/locale.t lib/strict.t
34905 ____________________________________________________________________________
34906 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
34907         Log: Split off the pack/unpack code, from Nicholas Clark.
34908      Branch: perl
34909            + pp_pack.c
34910            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
34911            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
34912            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
34913 ____________________________________________________________________________
34914 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
34915         Log: Guard the SysV IPC tests against being invoked in
34916              SysV-IPC-less places.
34917      Branch: perl
34918            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
34919 ____________________________________________________________________________
34920 [ 10683] By: nick                                  on 2001/06/18  12:24:42
34921         Log: Integrate mainline (new test scheme now ok on Linux).
34922      Branch: perlio
34923           +> lib/warnings.t
34924           !> dump.c sv.c
34925 ____________________________________________________________________________
34926 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
34927         Log: Add the locale.c and numeric.c to the microperl sources.
34928      Branch: perl
34929            ! Makefile.micro win32/Makefile
34930 ____________________________________________________________________________
34931 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
34932         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
34933              From: Abhijit Menon-Sen <ams@wiw.org>
34934              Date: Mon, 18 Jun 2001 14:23:44 +0530
34935              Message-ID: <20010618142344.A13136@lustre.linux.in>
34936      Branch: perl
34937            ! dump.c
34938 ____________________________________________________________________________
34939 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
34940         Log: Subject: Re: [PATCH] more anonymous stash cleanups
34941              From: Abhijit Menon-Sen <ams@wiw.org>
34942              Date: Mon, 18 Jun 2001 15:50:32 +0530
34943              Message-ID: <20010618155032.A13223@lustre.linux.in>
34944              
34945              Plus the comment left in as suggested by NI-S.
34946      Branch: perl
34947            ! sv.c
34948 ____________________________________________________________________________
34949 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
34950         Log: One missed file.
34951      Branch: perl
34952            + lib/warnings.t
34953 ____________________________________________________________________________
34954 [ 10678] By: nick                                  on 2001/06/18  08:05:29
34955         Log: Integrate mainline (part2 - the deletes)
34956      Branch: perlio
34957            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
34958            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
34959            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
34960            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
34961            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
34962            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
34963            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
34964            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
34965            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
34966            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
34967            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
34968 ____________________________________________________________________________
34969 [ 10677] By: nick                                  on 2001/06/18  08:04:44
34970         Log: Integrate mainline (part1)
34971      Branch: perlio
34972           +> (branch 376 files)
34973            - (delete 219 files)
34974           !> (integrate 151 files)
34975 ____________________________________________________________________________
34976 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
34977         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
34978              No doubt I made some mistakes like missed some files or
34979              misnamed some files.  The naming rules were more or less:
34980              (1) if the module is from CPAN, follows its ways, be it
34981              t/*.t or test.pl.
34982              (2) otherwise if there are multiple tests for a module
34983              put them in a t/
34984              (3) otherwise if there's only one test put it in Module.t
34985              (4) helper files go to module/ (locale, strict, warnings)
34986              (5) use longer filenames now that we can (but e.g. the
34987              compat-0.6.t and the Text::Balanced test files still
34988              were renamed to be more civil against the 8.3 people)
34989              installperl was updated appropriately not to install the
34990              *.t files or the help files from under lib.
34991              
34992              TODO: some helper files still remain under t/ that could
34993              follow their 'masters'.  UPDATE: On second thoughts, why
34994              should they.  They can continue to live under t/lib, and
34995              in fact the locale/strict/warnings helpers that were moved
34996              could be moved back.  This way the amount of non-installable
34997              stuff under lib/ stays smaller.
34998      Branch: perl
34999            + (add 253 files)
35000            - (delete 254 files)
35001            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
35002 ____________________________________________________________________________
35003 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
35004         Log: The warning no more comes from util.c, it comes from numeric.c.
35005      Branch: perl
35006            ! README.tru64
35007 ____________________________________________________________________________
35008 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
35009         Log: Subject: Re: anyone good at casting spells?
35010              From: Spider Boardman <spider@Orb.Nashua.NH.US>
35011              Date: Sun, 17 Jun 2001 21:21:04 -0400
35012              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
35013      Branch: perl
35014            ! ext/POSIX/POSIX.xs hv.h
35015 ____________________________________________________________________________
35016 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
35017         Log: Protect the (original) thread tests against testing if no 5.005
35018              threads have been configured.
35019      Branch: perl
35020            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
35021            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
35022            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
35023            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
35024            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
35025            ! ext/Thread/unsync4.t
35026 ____________________________________________________________________________
35027 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
35028         Log: Try the new test scanning scheme on Text::Abbrev.
35029      Branch: perl
35030            + lib/Text/Abbrev.t
35031            - lib/Text/Abbrev/t/abbrev.t
35032            ! MANIFEST
35033 ____________________________________________________________________________
35034 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
35035         Log: Change the scan policy of the *.t and test.pl files,
35036              now the *.t do not need to live in a t/ directory.
35037      Branch: perl
35038            ! t/TEST t/harness
35039 ____________________________________________________________________________
35040 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
35041         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
35042              From: Ilmari Karonen <iltzu@sci.fi>
35043              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
35044              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
35045      Branch: perl
35046            ! pod/perlfaq7.pod
35047 ____________________________________________________________________________
35048 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
35049         Log: Quench the warnings from Tru64; the HP-UX is still
35050              broken because it really, REALLY, doesn't like the
35051              HvARRAY() being lvalue:
35052              
35053              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
35054              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
35055      Branch: perl
35056            ! hv.c
35057 ____________________________________________________________________________
35058 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
35059         Log: Integrate change #10667 from maintperl:
35060              
35061              change#10449 broke the special-case that makes lexicals inside the
35062              eval"" within DB::DB() visible
35063      Branch: perl
35064           !> op.c
35065 ____________________________________________________________________________
35066 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
35067         Log: change#10449 broke the special-case that makes lexicals inside the
35068              eval"" within DB::DB() visible
35069      Branch: maint-5.6/perl
35070            ! op.c
35071 ____________________________________________________________________________
35072 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
35073         Log: Still spurious output; indent the code a bit.
35074              
35075              TODO1: separate the utility functions like MkDir
35076              into a helper script?
35077              
35078              TODO2: I see a lot of repetition in the filepath()
35079              and dirpath() calls.
35080      Branch: perl
35081            ! t/lib/filefind.t t/lib/findtaint.t
35082 ____________________________________________________________________________
35083 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
35084         Log: Regen modlib, toc.
35085      Branch: perl
35086            ! pod/perlmodlib.pod pod/perltoc.pod
35087 ____________________________________________________________________________
35088 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
35089         Log: Add libnetcfg to perlutil.
35090      Branch: perl
35091            ! pod/perlutil.pod
35092 ____________________________________________________________________________
35093 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
35094         Log: Initial integration of libnet-1.0703.
35095              The Configure script renamed as libnetcfg, will be
35096              installed along other utilities.
35097      Branch: perl
35098            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
35099            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
35100            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
35101            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
35102            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
35103            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
35104            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
35105            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
35106            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
35107            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
35108            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
35109            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
35110            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
35111            + utils/libnetcfg.PL
35112            ! MANIFEST utils.lst utils/Makefile
35113 ____________________________________________________________________________
35114 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
35115         Log: Less potentially test-harness-confusing output.
35116      Branch: perl
35117            ! lib/Memoize/t/expire_module_t.t
35118 ____________________________________________________________________________
35119 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
35120         Log: The final print annoys make test.
35121      Branch: perl
35122            ! t/lib/filefind.t t/lib/findtaint.t
35123 ____________________________________________________________________________
35124 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
35125         Log: Add an option for handling dangling symbolic links.
35126      Branch: perl
35127            ! lib/File/Find.pm t/lib/filefind.t
35128 ____________________________________________________________________________
35129 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
35130         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
35131              From: Thomas Wegner <wegner_thomas@yahoo.com>
35132              Date: Sun, 17 Jun 2001 14:43:11 +0200
35133              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
35134      Branch: perl
35135            + t/lib/findtaint.t
35136            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
35137 ____________________________________________________________________________
35138 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
35139         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
35140              From: Jonathan Stowe <gellyfish@gellyfish.com>
35141              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
35142              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
35143      Branch: perl
35144            ! lib/ExtUtils/MM_Unix.pm
35145 ____________________________________________________________________________
35146 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
35147         Log: Subject: [PATCH] more anonymous stash cleanups
35148              From: Abhijit Menon-Sen <ams@wiw.org>
35149              Date: Sun, 17 Jun 2001 11:44:06 +0530
35150              Message-ID: <20010617114406.A25203@lustre.linux.in>
35151      Branch: perl
35152            ! op.c
35153 ____________________________________________________________________________
35154 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
35155         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
35156              From: Abhijit Menon-Sen <ams@wiw.org>
35157              Date: Sun, 17 Jun 2001 08:02:59 +0530
35158              Message-ID: <20010617080259.A28776@lustre.linux.in>
35159              
35160              Subject: [PATCH #2/7] xhv_eiter
35161              From: Abhijit Menon-Sen <ams@wiw.org>
35162              Date: Sun, 17 Jun 2001 08:13:18 +0530
35163              Message-ID: <20010617081318.B28776@lustre.linux.in>
35164              
35165              Subject: [PATCH #3/7] xhv_fill
35166              From: Abhijit Menon-Sen <ams@wiw.org>
35167              Date: Sun, 17 Jun 2001 08:25:16 +0530
35168              Message-ID: <20010617082516.C28776@lustre.linux.in>
35169              
35170              Subject: [PATCH #4/7] xhv_keys
35171              From: Abhijit Menon-Sen <ams@wiw.org>
35172              Date: Sun, 17 Jun 2001 08:36:17 +0530
35173              Message-ID: <20010617083617.D28776@lustre.linux.in>
35174              
35175              Subject: [PATCH #5/7] xhv_max
35176              From: Abhijit Menon-Sen <ams@wiw.org>
35177              Date: Sun, 17 Jun 2001 08:39:48 +0530
35178              Message-ID: <20010617083948.E28776@lustre.linux.in>
35179              
35180              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
35181              From: Abhijit Menon-Sen <ams@wiw.org>
35182              Date: Sun, 17 Jun 2001 08:51:11 +0530
35183              Message-ID: <20010617085111.F28776@lustre.linux.in>
35184      Branch: perl
35185            ! hv.c
35186 ____________________________________________________________________________
35187 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
35188         Log: Update Changes.
35189      Branch: perl
35190            ! Changes patchlevel.h
35191 ____________________________________________________________________________
35192 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
35193         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
35194              From: Abhijit Menon-Sen <ams@wiw.org>
35195              Date: Sat, 16 Jun 2001 07:41:19 +0530
35196              Message-ID: <20010616074119.A24720@lustre.linux.in>
35197      Branch: perl
35198            ! hv.c perl.c vms/vmsish.h win32/win32.h
35199 ____________________________________________________________________________
35200 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
35201         Log: Document tests failing when threaded, since we now have more.
35202      Branch: perl
35203            ! pod/perl572delta.pod
35204 ____________________________________________________________________________
35205 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
35206         Log: -Wall cleanup.
35207      Branch: perl
35208            ! ext/Thread/Thread.xs
35209 ____________________________________________________________________________
35210 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
35211         Log: pthread_attr_setstacksize() isn't absolutely necessary
35212              to call, only iff THREAD_CREATE_NEEDS_STACK.
35213      Branch: perl
35214            ! ext/Thread/Thread.xs
35215 ____________________________________________________________________________
35216 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
35217         Log: -Wall strays.
35218      Branch: perl
35219            ! perl.c util.c
35220 ____________________________________________________________________________
35221 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
35222         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
35223              (and INT64_MIN) brokenness.
35224      Branch: perl
35225            ! hints/darwin.sh perl.h
35226 ____________________________________________________________________________
35227 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
35228         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
35229              From: Nicholas Clark <nick@ccl4.org>
35230              Date: Sun, 17 Jun 2001 00:16:05 +0100
35231              Message-ID: <20010617001605.V98663@plum.flirble.org>
35232      Branch: perl
35233            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
35234            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
35235            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35236 ____________________________________________________________________________
35237 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
35238         Log: Add perlnetware to docs; regen toc; supply skeleton
35239              docs for some Memoize submodules.
35240      Branch: perl
35241            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
35242            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
35243            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
35244            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35245            ! win32/Makefile win32/makefile.mk
35246 ____________________________________________________________________________
35247 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
35248         Log: pod cleanup.
35249      Branch: perl
35250            ! README.netware
35251 ____________________________________________________________________________
35252 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
35253         Log: Integrate Memoize 0.64.  Few tweaks were required in
35254              the test scripts.  Note that the speed and expire*
35255              tests take several dozen seconds to run.
35256      Branch: perl
35257            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
35258            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
35259            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
35260            + lib/Memoize/README lib/Memoize/SDBM_File.pm
35261            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
35262            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
35263            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
35264            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
35265            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
35266            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
35267            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
35268            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
35269            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
35270            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
35271            ! MANIFEST t/lib/1_compile.t
35272 ____________________________________________________________________________
35273 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
35274         Log: Document the cross-compilation options.
35275      Branch: perl
35276            ! Cross/README INSTALL
35277 ____________________________________________________________________________
35278 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
35279         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
35280      Branch: perl
35281            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
35282            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
35283            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
35284            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
35285            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
35286            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
35287            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
35288            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
35289            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
35290            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
35291            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
35292            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
35293            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
35294            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
35295            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
35296            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
35297            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
35298            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
35299            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
35300            + lib/ExtUtils/MM_NW5.pm
35301            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
35302            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
35303            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35304            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
35305            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
35306            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
35307            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
35308            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
35309            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
35310            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
35311            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
35312            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
35313            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
35314            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
35315            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
35316            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
35317            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
35318            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
35319            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
35320            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
35321            ! util.h x2p/a2py.c
35322 ____________________________________________________________________________
35323 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
35324         Log: Resort MANIFEST.
35325      Branch: perl
35326            ! MANIFEST
35327 ____________________________________________________________________________
35328 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
35329         Log: Integrate perlio.
35330      Branch: perl
35331           +> win32/win32io.c
35332           !> MANIFEST perlio.c perliol.h win32/makefile.mk
35333 ____________________________________________________________________________
35334 [ 10640] By: nick                                  on 2001/06/16  18:38:31
35335         Log: Disable :win32 layer as default till I get it working
35336      Branch: perlio
35337            ! MANIFEST perlio.c
35338 ____________________________________________________________________________
35339 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
35340         Log: Try the new scheme by moving the Text::Abbrev test
35341              to a new place under lib.
35342      Branch: perl
35343            + lib/Text/Abbrev/t/abbrev.t
35344            - t/lib/abbrev.t
35345            ! MANIFEST
35346 ____________________________________________________________________________
35347 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
35348         Log: Make the code even more dynamical so that testname
35349              suffix length can change.
35350      Branch: perl
35351            ! lib/Test/Harness.pm t/TEST
35352 ____________________________________________________________________________
35353 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
35354         Log: Allow for deeper t/ and also a single test.pl.
35355      Branch: perl
35356            ! t/TEST t/harness
35357 ____________________________________________________________________________
35358 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
35359         Log: #define fix from Nicholas Clark.
35360      Branch: perl
35361            ! ext/POSIX/POSIX.xs
35362 ____________________________________________________________________________
35363 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
35364         Log: Initialization is nice.
35365      Branch: perl
35366            ! lib/Test/Harness.pm
35367 ____________________________________________________________________________
35368 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
35369         Log: Make t/TEST and t/harness to test also the t/ tests
35370              under the main lib/ and ext/ directories.  Fix Test::Harness
35371              to dynamically change the width of its "foo/bar....ok" output.
35372      Branch: perl
35373            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
35374 ____________________________________________________________________________
35375 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
35376         Log: Subject: [PATCH] Re: perl@10611 
35377              From: Nicholas Clark <nick@ccl4.org>
35378              Date: Sat, 16 Jun 2001 16:52:47 +0100
35379              Message-ID: <20010616165247.O98663@plum.flirble.org>
35380              
35381              The .xs parts, too.
35382      Branch: perl
35383            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
35384            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
35385 ____________________________________________________________________________
35386 [ 10632] By: nick                                  on 2001/06/16  16:44:35
35387         Log: Work-in-progress win32 layer semi-functional, checking 
35388              for UNIX breakage.
35389      Branch: perlio
35390            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
35391 ____________________________________________________________________________
35392 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
35393         Log: Subject: [PATCH] Re: perl@10611 
35394              From: Nicholas Clark <nick@ccl4.org>
35395              Date: Sat, 16 Jun 2001 16:52:47 +0100
35396              Message-ID: <20010616165247.O98663@plum.flirble.org>
35397      Branch: perl
35398            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
35399            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
35400            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
35401            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
35402            ! lib/ExtUtils/Constant.pm
35403 ____________________________________________________________________________
35404 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
35405         Log: Metaconfig unit change for #10629.
35406      Branch: metaconfig
35407            ! U/modified/Finish.U
35408 ____________________________________________________________________________
35409 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
35410         Log: The extraction changed directories.
35411      Branch: perl
35412            ! Configure
35413 ____________________________________________________________________________
35414 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
35415         Log: Math::BigInt 1.35 from Tels.
35416      Branch: perl
35417            + t/lib/mbimbf.t
35418            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35419            ! t/lib/bigfltpm.t t/lib/bigintpm.t
35420 ____________________________________________________________________________
35421 [ 10627] By: nick                                  on 2001/06/16  14:54:52
35422         Log: Work in progress UNIX-side edit of win32 PerLIO layer
35423      Branch: perlio
35424            + win32/win32io.c
35425            ! perlio.c win32/makefile.mk
35426 ____________________________________________________________________________
35427 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
35428         Log: Subject: [PATCH 5.6.1] os2/diff-configure
35429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35430              Date: Fri, 15 Jun 2001 01:19:36 -0400
35431              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
35432              
35433              Empty all of it because I think #10624 made even the
35434              last patch hunk unnecessary.
35435      Branch: perl
35436            ! os2/diff.configure
35437 ____________________________________________________________________________
35438 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
35439         Log: Metaconfig unit change for 10624.
35440      Branch: metaconfig
35441            ! U/modified/libc.U
35442      Branch: perl
35443            ! config_h.SH
35444 ____________________________________________________________________________
35445 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
35446         Log: Move the initialization of libnames to the beginning so
35447              that can one 'seed' it (as OS/2 does.)
35448      Branch: perl
35449            ! Configure
35450 ____________________________________________________________________________
35451 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
35452         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
35453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35454              Date: Fri, 15 Jun 2001 19:10:57 -0400
35455              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
35456      Branch: perl
35457            ! os2/OS2/REXX/DLL/DLL.pm
35458 ____________________________________________________________________________
35459 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
35460         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
35461              From: "Craig A. Berry" <craigberry@mac.com>
35462              Date: Fri, 15 Jun 2001 17:00:03 -0500
35463              Message-Id: <a05101007b750342599be@[172.16.52.1]>
35464      Branch: perl
35465            ! vms/descrip_mms.template
35466 ____________________________________________________________________________
35467 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
35468         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
35469              From: "Craig A. Berry" <craigberry@mac.com>
35470              Date: Fri, 15 Jun 2001 18:39:42 -0500
35471              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
35472      Branch: perl
35473            ! lib/File/Spec/VMS.pm t/lib/extutils.t
35474 ____________________________________________________________________________
35475 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
35476         Log: Integrate perlio.
35477      Branch: perl
35478           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
35479           !> t/io/utf8.t t/lib/io_scalar.t
35480 ____________________________________________________________________________
35481 [ 10619] By: nick                                  on 2001/06/15  21:05:19
35482         Log: Generated files
35483      Branch: perlio
35484            ! embed.h proto.h
35485 ____________________________________________________________________________
35486 [ 10618] By: nick                                  on 2001/06/15  20:27:42
35487         Log: Fix open.pm to work via XS-implemented method calls rather
35488              than *open::layers variables which caused all the HV/AV hassle.
35489      Branch: perlio
35490            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
35491            ! t/lib/io_scalar.t
35492 ____________________________________________________________________________
35493 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
35494         Log: Integrate perlio.
35495      Branch: perl
35496           !> lib/ExtUtils/Constant.pm
35497 ____________________________________________________________________________
35498 [ 10616] By: nick                                  on 2001/06/15  18:46:47
35499         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
35500      Branch: perlio
35501            ! lib/ExtUtils/Constant.pm
35502 ____________________________________________________________________________
35503 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
35504         Log: Integrate perlio.
35505      Branch: perl
35506           !> ext/Socket/Socket.xs
35507 ____________________________________________________________________________
35508 [ 10614] By: nick                                  on 2001/06/15  18:33:37
35509         Log: MULTIPLICITY fix for Socket.xs
35510      Branch: perlio
35511            ! ext/Socket/Socket.xs
35512 ____________________________________________________________________________
35513 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
35514         Log: Subject: Re: perl@10611
35515              From: Doug MacEachern <dougm@covalent.net>
35516              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
35517              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
35518      Branch: perl
35519            ! ext/Socket/Socket.xs
35520 ____________________________________________________________________________
35521 [ 10612] By: nick                                  on 2001/06/15  16:14:38
35522         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
35523      Branch: perlio
35524           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35525           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
35526           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
35527           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
35528           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
35529           !> utils/h2ph.PL
35530 ____________________________________________________________________________
35531 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
35532         Log: Update Changes.
35533      Branch: perl
35534            ! Changes patchlevel.h
35535 ____________________________________________________________________________
35536 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
35537         Log: Upping the test count.
35538      Branch: perl
35539            ! t/lib/filefind.t
35540 ____________________________________________________________________________
35541 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
35542         Log: Integrate perlio.
35543      Branch: perl
35544           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35545 ____________________________________________________________________________
35546 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
35547         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
35548              From: andreas.koenig@anima.de (Andreas J. Koenig)
35549              Date: 15 Jun 2001 13:30:39 +0200
35550              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
35551              
35552              Record the grim history.
35553      Branch: perl
35554            ! lib/File/Find.pm
35555 ____________________________________________________________________________
35556 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
35557         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
35558              From: Brian McCauley <nobull@mail.com>
35559              Date: 15 Jun 2001 07:51:26 +0100
35560              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
35561      Branch: perl
35562            ! lib/File/Find.pm t/lib/filefind.t
35563 ____________________________________________________________________________
35564 [ 10606] By: nick                                  on 2001/06/15  14:00:08
35565         Log: regen_config_h for Win32.
35566      Branch: perlio
35567            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35568 ____________________________________________________________________________
35569 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
35570         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
35571              From: Peter Prymmer <pvhp@forte.com>
35572              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
35573              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
35574      Branch: perl
35575            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
35576 ____________________________________________________________________________
35577 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
35578         Log: Some filesystems require writability for rename/unlink.
35579      Branch: perl
35580            ! opcode.pl
35581 ____________________________________________________________________________
35582 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
35583         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
35584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35585              Date: Fri, 15 Jun 2001 12:08:53 +0200
35586              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
35587      Branch: perl
35588            ! perlio.c
35589 ____________________________________________________________________________
35590 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
35591         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
35592              From: Mike Guy <mjtg@cam.ac.uk>
35593              Date: Fri, 15 Jun 2001 14:11:49 +0100
35594              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
35595      Branch: perl
35596            ! opcode.pl
35597 ____________________________________________________________________________
35598 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
35599         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
35600              From: Nicholas Clark <nick@ccl4.org>
35601              Date: Thu, 14 Jun 2001 23:52:56 +0100
35602              Message-ID: <20010614235256.G98663@plum.flirble.org>
35603      Branch: perl
35604            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
35605            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35606 ____________________________________________________________________________
35607 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
35608         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
35609              From: Russ Allbery <rra@stanford.edu>
35610              Date: 14 Jun 2001 13:24:43 -0700
35611              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
35612      Branch: perl
35613            ! ext/GDBM_File/GDBM_File.pm
35614 ____________________________________________________________________________
35615 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
35616         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
35617              From: Nicholas Clark <nick@ccl4.org>
35618              Date: Thu, 14 Jun 2001 20:37:47 +0100
35619              Message-ID: <20010614203747.F98663@plum.flirble.org>
35620      Branch: perl
35621            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35622            ! t/lib/gdbm.t
35623 ____________________________________________________________________________
35624 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
35625         Log: Integrate perlio.
35626      Branch: perl
35627           !> makedef.pl sv.c
35628 ____________________________________________________________________________
35629 [ 10597] By: nick                                  on 2001/06/15  11:08:13
35630         Log: Check that HVs with HvNAME() != NULL are really stashes before
35631              treating them as such. Also be more defensive on the GvCV.
35632              Win32 fork and dprof now working again. 
35633      Branch: perlio
35634            ! sv.c
35635 ____________________________________________________________________________
35636 [ 10596] By: nick                                  on 2001/06/15  10:11:20
35637         Log: Integrate mainline.
35638      Branch: perlio
35639           +> Cross/README
35640           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
35641           !> Porting/config_H config_h.SH configure.com epoc/config.sh
35642           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
35643           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35644           !> vos/config.ga.h win32/config.bc win32/config.gc
35645           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35646           !> win32/config_H.vc
35647 ____________________________________________________________________________
35648 [ 10595] By: nick                                  on 2001/06/15  09:37:17
35649         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
35650              - Win32 (VC++) now builds but fails:
35651              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
35652              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
35653              write.t    - open(...,"|-") not implemented on Win32 
35654      Branch: perlio
35655            ! makedef.pl
35656 ____________________________________________________________________________
35657 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
35658         Log: Integrate perlio.
35659      Branch: perl
35660           !> perlio.c win32/makefile.mk
35661 ____________________________________________________________________________
35662 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
35663         Log: Metaconfig unit changes for #10592.
35664      Branch: metaconfig
35665            + U/modified/i_varhdr.U U/modified/startsh.U
35666            - U/a_dvisory/crosscompile.U U/target/Target.U
35667            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
35668            ! U/compline/bitpbyte.U U/compline/byteorder.U
35669            ! U/compline/ccflags.U U/compline/charsize.U
35670            ! U/compline/d_casti32.U U/compline/d_castneg.U
35671            ! U/compline/d_closedir.U U/compline/d_fd_set.U
35672            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
35673            ! U/compline/d_keepsig.U U/compline/d_open3.U
35674            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
35675            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
35676            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
35677            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
35678            ! U/compline/doublesize.U U/compline/floatsize.U
35679            ! U/compline/nblock_io.U U/compline/orderlib.U
35680            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
35681            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
35682            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
35683            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
35684            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
35685            ! U/modified/spitshell.U U/threads/archname.U
35686            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
35687            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
35688            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
35689            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
35690            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
35691      Branch: metaconfig/U/perl
35692            + Cross.U
35693            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
35694            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
35695            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
35696            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
35697            ! stdio_streams.U uselfs.U
35698 ____________________________________________________________________________
35699 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
35700         Log: The first steps towards cross-compilation.
35701              
35702              Abstract execution of compiled test executables with $run,
35703              and abstract transfer of files with $to and $from.
35704              
35705              Under cross-compilation the $run, $to, and $from will point
35706              to appropriate wrapper scripts, by default ssh and scp,
35707              but also rsh, rcp, and cp are supported.  If not
35708              cross-compiling, they will be set to '', ':', and ':',
35709              respectively.
35710              
35711              With these patches I was able to get Configure for
35712              iPAQ ARM Linux on an Intel Linux about 95% right
35713              (only a few tests failed to execute or they produced
35714              incorrect results), and I was able to compile
35715              a functional miniperl.
35716              
35717              The symbol crosscompile renamed to be usecrosscompile,
35718              the corresponding C symbol from CROSSCOMPILE to
35719              USE_CROSS_COMPILE.
35720      Branch: perl
35721            ! Configure Cross/README Makefile.SH Porting/Glossary
35722            ! Porting/config.sh Porting/config_H config_h.SH configure.com
35723            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
35724            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35725            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35726            ! win32/config.gc win32/config.vc win32/config_H.bc
35727            ! win32/config_H.gc win32/config_H.vc
35728 ____________________________________________________________________________
35729 [ 10591] By: nick                                  on 2001/06/14  20:00:12
35730         Log: Steps along the road toward Win32 building again.
35731      Branch: perlio
35732            ! perlio.c win32/makefile.mk
35733 ____________________________________________________________________________
35734 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
35735         Log: Integrate perlio.
35736      Branch: perl
35737           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35738 ____________________________________________________________________________
35739 [ 10589] By: nick                                  on 2001/06/14  13:54:07
35740         Log: Routine regen_config_h for Win32
35741      Branch: perlio
35742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35743 ____________________________________________________________________________
35744 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
35745         Log: Integrate perlio.
35746      Branch: perl
35747           +> perlyline.pl
35748           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
35749 ____________________________________________________________________________
35750 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
35751         Log: A placeholder.
35752      Branch: perl
35753            + Cross/README
35754 ____________________________________________________________________________
35755 [ 10586] By: nick                                  on 2001/06/14  08:25:07
35756         Log: Add new step to run_byacc which:
35757              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
35758              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
35759      Branch: perlio
35760            + perlyline.pl
35761            ! MANIFEST Makefile.SH perly.c
35762 ____________________________________________________________________________
35763 [ 10585] By: nick                                  on 2001/06/14  08:22:29
35764         Log: Integrate mainline
35765      Branch: perlio
35766           +> locale.c numeric.c
35767           !> Changes cygwin/Makefile.SHs embed.h embed.pl
35768           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
35769           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
35770           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
35771           !> x2p/Makefile.SH
35772 ____________________________________________________________________________
35773 [ 10584] By: nick                                  on 2001/06/14  08:05:53
35774         Log: Hack to remove insecure directories from PATH so test will run.
35775      Branch: perlio
35776            ! t/lib/filefind.t
35777 ____________________________________________________________________________
35778 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
35779         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
35780      Branch: perl
35781            - t/lib/mbimbf.t
35782            ! MANIFEST
35783 ____________________________________________________________________________
35784 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
35785         Log: Detypo.
35786      Branch: perl
35787            ! x2p/Makefile.SH
35788 ____________________________________________________________________________
35789 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
35790         Log: de-$CONFIG continues.
35791      Branch: perl
35792            ! cygwin/Makefile.SHs x2p/Makefile.SH
35793 ____________________________________________________________________________
35794 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
35795         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
35796              From: Nicholas Clark <nick@ccl4.org>
35797              Date: Wed, 13 Jun 2001 21:20:13 +0100
35798              Message-ID: <20010613212013.D98663@plum.flirble.org>
35799      Branch: perl
35800            ! opcode.pl
35801 ____________________________________________________________________________
35802 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
35803         Log: Subject: splitting util.c
35804              From: Hugo <hv@crypt.compulink.co.uk>
35805              Date: Thu, 14 Jun 2001 00:41:08 +0100
35806              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
35807      Branch: perl
35808            + locale.c numeric.c
35809            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
35810            ! pod/perlapi.pod proto.h util.c
35811 ____________________________________________________________________________
35812 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
35813         Log: Upgrade to Math::BigInt 1.34 from Tels.
35814      Branch: perl
35815            + t/lib/mbimbf.t
35816            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35817            ! t/lib/bigfltpm.t t/lib/bigintpm.t
35818 ____________________________________________________________________________
35819 [ 10577] By: nick                                  on 2001/06/13  19:02:48
35820         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
35821      Branch: perlio
35822           !> (integrate 125 files)
35823 ____________________________________________________________________________
35824 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
35825         Log: Update Changes.
35826      Branch: perl
35827            ! Changes patchlevel.h
35828 ____________________________________________________________________________
35829 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
35830         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
35831              From: "Craig A. Berry" <craigberry@mac.com>
35832              Date: Wed, 13 Jun 2001 13:24:28 -0500
35833              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
35834      Branch: perl
35835            ! ext/re/Makefile.PL
35836 ____________________________________________________________________________
35837 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
35838         Log: Mc.u.c. for #10573.
35839      Branch: metaconfig
35840            ! U/threads/usethreads.U
35841 ____________________________________________________________________________
35842 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
35843         Log: It would be also be good if I could type.
35844      Branch: perl
35845            ! Configure
35846 ____________________________________________________________________________
35847 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
35848         Log: Metaconfig unit change for #10571.
35849      Branch: metaconfig
35850            ! U/threads/usethreads.U
35851 ____________________________________________________________________________
35852 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
35853         Log: A non-empty default is a good thing.
35854      Branch: perl
35855            ! Configure
35856 ____________________________________________________________________________
35857 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
35858         Log: Metaconfig unit change for #10569.
35859      Branch: metaconfig
35860            ! U/threads/usethreads.U
35861 ____________________________________________________________________________
35862 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
35863         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
35864              extremely experimental, not even prompted for.
35865      Branch: perl
35866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35867            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
35868            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
35869            ! win32/config.bc win32/config.gc win32/config.vc
35870 ____________________________________________________________________________
35871 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
35872         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
35873      Branch: perl
35874            ! pod/perlfaq6.pod
35875 ____________________________________________________________________________
35876 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
35877         Log: Integrate perlio; conflicts, accept Nick's versions.
35878      Branch: perl
35879           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
35880           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
35881 ____________________________________________________________________________
35882 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
35883         Log: Subject: Re: ext/ + -Wall
35884              From: Doug MacEachern <dougm@covalent.net>
35885              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
35886              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
35887      Branch: perl
35888            ! XSUB.h lib/ExtUtils/xsubpp perl.h
35889 ____________________________________________________________________________
35890 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
35891         Log: Similar logic as DB_File.xs, using the modern macros and
35892              defines them to older ones for older Perls where PERL_VERSION
35893              is not defined, from Doug MacEachern.
35894      Branch: perl
35895            ! ext/Storable/Storable.xs
35896 ____________________________________________________________________________
35897 [ 10564] By: nick                                  on 2001/06/13  15:22:01
35898         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
35899              and using that instead (name lookups are sequential search for now).
35900      Branch: perlio
35901            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
35902            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
35903 ____________________________________________________________________________
35904 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
35905         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
35906              From: "Richard Soderberg" <rs@crystalflame.net>
35907              Date: Sat, 26 May 2001 06:44:20 -0700
35908              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
35909      Branch: perl
35910            ! sv.c t/op/glob.t
35911 ____________________________________________________________________________
35912 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
35913         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
35914              From: "Craig A. Berry" <craigberry@mac.com>
35915              Date: Tue, 12 Jun 2001 23:55:26 -0500
35916              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
35917      Branch: perl
35918            ! ext/re/Makefile.PL ext/re/re.xs
35919 ____________________________________________________________________________
35920 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
35921         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
35922              suggested by NI-S.
35923      Branch: perl
35924            ! XSUB.h malloc.c perl.h
35925 ____________________________________________________________________________
35926 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
35927         Log: Regen toc.
35928      Branch: perl
35929            ! pod/perltoc.pod
35930 ____________________________________________________________________________
35931 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
35932         Log: Subject: [patch] perl.gprof control
35933              From: Doug MacEachern <dougm@covalent.net>
35934              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
35935              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
35936      Branch: perl
35937            ! miniperlmain.c perl.h
35938 ____________________________________________________________________________
35939 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
35940         Log: Subject: Re: ext/ + -Wall
35941              From: Doug MacEachern <dougm@covalent.net>
35942              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
35943              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
35944              
35945              Document ax and break up dXSARGS.
35946      Branch: perl
35947            ! XSUB.h pod/perlapi.pod
35948 ____________________________________________________________________________
35949 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
35950         Log: More AIX tweakage from Merijn.
35951      Branch: perl
35952            ! hints/aix.sh
35953 ____________________________________________________________________________
35954 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
35955         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
35956              From: "Craig A. Berry" <craigberry@mac.com>
35957              Date: Tue, 12 Jun 2001 22:57:45 -0500
35958              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
35959      Branch: perl
35960            ! vms/descrip_mms.template
35961 ____________________________________________________________________________
35962 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
35963         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
35964              From: "Craig A. Berry" <craigberry@mac.com>
35965              Date: Tue, 12 Jun 2001 22:21:39 -0500
35966              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
35967      Branch: perl
35968            ! configure.com util.c
35969 ____________________________________________________________________________
35970 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
35971         Log: New AIX dynaloading code from Jens-Uwe Mager.
35972              Does break binary compatibility.
35973      Branch: perl
35974            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35975 ____________________________________________________________________________
35976 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
35977         Log: VMS DEC C compiler found nits by Peter Prymmer.
35978      Branch: perl
35979            ! util.c
35980 ____________________________________________________________________________
35981 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
35982         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
35983              From: Peter Prymmer <pvhp@forte.com>
35984              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
35985              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
35986      Branch: perl
35987            ! t/lib/filecomp.t
35988 ____________________________________________________________________________
35989 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
35990         Log: I wonder how many $CONFIGs still lurk in the shadows.
35991      Branch: perl
35992            ! pod/Makefile.SH x2p/cflags.SH
35993 ____________________________________________________________________________
35994 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
35995         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
35996      Branch: perl
35997            ! pod/checkpods.PL
35998 ____________________________________________________________________________
35999 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
36000         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
36001      Branch: perl
36002            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
36003 ____________________________________________________________________________
36004 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
36005         Log: Subject: [patch] rid local_patches warnings
36006              From: Doug MacEachern <dougm@covalent.net>
36007              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
36008              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
36009      Branch: perl
36010            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
36011 ____________________________________________________________________________
36012 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
36013         Log: Subject: Re: ext/ + -Wall
36014              From: Doug MacEachern <dougm@covalent.net>
36015              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
36016              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
36017      Branch: perl
36018            ! ext/attrs/attrs.xs
36019 ____________________________________________________________________________
36020 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
36021         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
36022              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36023              Date: Tue, 12 Jun 2001 14:36:20 -0400
36024              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
36025      Branch: perl
36026            ! pod/perlretut.pod
36027 ____________________________________________________________________________
36028 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
36029         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
36030              From: Mike Guy <mjtg@cam.ac.uk>
36031              Date: Tue, 12 Jun 2001 19:10:31 +0100
36032              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
36033              
36034              Subject: Re: [ID 20010612.001] out of memory during regex compilation
36035              From: Mike Guy <mjtg@cam.ac.uk>
36036              Date: Tue, 12 Jun 2001 19:21:01 +0100
36037              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
36038      Branch: perl
36039            ! pod/perlop.pod
36040 ____________________________________________________________________________
36041 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
36042         Log: AIX tweaks from Merijn H. Brand.
36043      Branch: perl
36044            ! hints/aix.sh
36045 ____________________________________________________________________________
36046 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
36047         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
36048              From: "Brendan O'Dea" <bod@compusol.com.au>
36049              Date: Wed, 13 Jun 2001 05:16:47 +1000
36050              Message-ID: <20010613051647.A8945@compusol.com.au>
36051      Branch: maint-5.6/perl
36052            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36053 ____________________________________________________________________________
36054 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
36055         Log: Subject: Small bcopy cleanup
36056              From: Andy Dougherty <doughera@lafayette.edu>
36057              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
36058              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
36059      Branch: perl
36060            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
36061 ____________________________________________________________________________
36062 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
36063         Log: Subject: [PATCH] Re: ext/ + -Wall
36064              From: Nicholas Clark <nick@ccl4.org>
36065              Date: Wed, 13 Jun 2001 00:04:30 +0100
36066              Message-ID: <20010613000430.M5901@plum.flirble.org>
36067      Branch: perl
36068            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36069 ____________________________________________________________________________
36070 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
36071         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
36072              From: Nicholas Clark <nick@ccl4.org>
36073              Date: Tue, 12 Jun 2001 23:53:07 +0100
36074              Message-ID: <20010612235307.L5901@plum.flirble.org>
36075      Branch: perl
36076            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36077 ____________________________________________________________________________
36078 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
36079         Log: MPE/iX tweaks from Mark Bixby.
36080      Branch: perl
36081            ! hints/mpeix.sh mpeix/mpeixish.h util.c
36082 ____________________________________________________________________________
36083 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
36084         Log: Update Changes.
36085      Branch: perl
36086            ! Changes patchlevel.h
36087 ____________________________________________________________________________
36088 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
36089         Log: One less -Wall whine (found under DEBUGGING).
36090      Branch: perl
36091            ! x2p/Makefile.SH x2p/a2p.c
36092 ____________________________________________________________________________
36093 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
36094         Log: s/case-independent/case-insensitive/g
36095      Branch: perl
36096            ! pod/perldebug.pod
36097 ____________________________________________________________________________
36098 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
36099         Log: As suggested in    
36100              
36101              Subject: Re: ext/ + -Wall
36102              From: Gurusamy Sarathy <gsar@ActiveState.com>
36103              Date: Mon, 11 Jun 2001 23:34:31 -0700
36104              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
36105      Branch: perl
36106            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
36107            ! perl.h
36108 ____________________________________________________________________________
36109 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
36110         Log: Subject: ext/ + -Wall
36111              From: Doug MacEachern <dougm@covalent.net>
36112              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
36113              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
36114      Branch: perl
36115            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
36116            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
36117            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
36118            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
36119            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
36120            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
36121            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
36122            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
36123            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
36124            ! lib/ExtUtils/xsubpp
36125 ____________________________________________________________________________
36126 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
36127         Log: Subject: [PATCH] anonymous stashes
36128              From: Abhijit Menon-Sen <ams@wiw.org>
36129              Date: Tue, 12 Jun 2001 12:47:04 +0530
36130              Message-ID: <20010612124704.A29029@lustre.linux.in>
36131      Branch: perl
36132            ! dump.c gv.c sv.c xsutils.c
36133 ____________________________________________________________________________
36134 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
36135         Log: One more test for $^S.
36136      Branch: perl
36137            ! t/op/magic.t
36138 ____________________________________________________________________________
36139 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
36140         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
36141              From: Abhijit Menon-Sen <ams@wiw.org>
36142              Date: Tue, 12 Jun 2001 17:35:55 +0530
36143              Message-ID: <20010612173555.A32426@lustre.linux.in>
36144      Branch: perl
36145            ! mg.c t/op/magic.t
36146 ____________________________________________________________________________
36147 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
36148         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
36149              From: Mike Guy <mjtg@cam.ac.uk>
36150              Date: Tue, 12 Jun 2001 13:14:15 +0100
36151              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
36152      Branch: perl
36153            ! pod/perlop.pod
36154 ____________________________________________________________________________
36155 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
36156         Log: AUTHORS updates.
36157      Branch: perl
36158            ! AUTHORS
36159 ____________________________________________________________________________
36160 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
36161         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
36162              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
36163              Content-Transfer-Encoding: 7bit
36164              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
36165      Branch: perl
36166            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
36167 ____________________________________________________________________________
36168 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
36169         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
36170              From: "Philip Newton" <Philip.Newton@gmx.net>
36171              Date: Mon, 11 Jun 2001 07:08:03 +0200
36172              Message-Id: <200106120802.LAA08992@taas.iki.fi>
36173      Branch: perl
36174            ! t/base/term.t
36175 ____________________________________________________________________________
36176 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
36177         Log: Cleanup the a2p.c for -Wall.
36178      Branch: perl
36179            ! x2p/Makefile.SH x2p/a2p.c
36180 ____________________________________________________________________________
36181 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
36182         Log: File::Find update for MacOS from Chris Nandor.
36183      Branch: perl
36184            ! lib/File/Find.pm t/lib/filefind.t
36185 ____________________________________________________________________________
36186 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
36187         Log: gcc -Wall nits picked out by a non-UNIX system
36188              (courtesy of Mark Bixby)
36189      Branch: perl
36190            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
36191            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
36192            ! pp_sys.c util.c
36193 ____________________________________________________________________________
36194 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
36195         Log: Metaconfig unit change for #10522.  (The d_modfl changes
36196              placate metalint.)
36197      Branch: metaconfig/U/perl
36198            ! d_modfl.U d_u32align.U
36199 ____________________________________________________________________________
36200 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
36201         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
36202              be "./try 2>&1 >/dev/null".
36203      Branch: perl
36204            ! Configure
36205 ____________________________________________________________________________
36206 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
36207         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
36208              From: "Craig A. Berry" <craigberry@mac.com>
36209              Date: Mon, 11 Jun 2001 14:00:32 -0500
36210              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
36211      Branch: perl
36212            ! configure.com
36213 ____________________________________________________________________________
36214 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
36215         Log: Move the full \p\P lists to perlunicode.
36216      Branch: perl
36217            ! pod/perlretut.pod pod/perlunicode.pod
36218 ____________________________________________________________________________
36219 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
36220         Log: VOS build tweak for 5.6.1 from Paul Green.
36221      Branch: maint-5.6/perl
36222            ! vos/build.cm
36223 ____________________________________________________________________________
36224 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
36225         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
36226              From: "Craig A. Berry" <craigberry@mac.com>
36227              Date: Fri, 8 Jun 2001 18:08:18 -0500
36228              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
36229      Branch: perl
36230            ! vms/vms.c
36231 ____________________________________________________________________________
36232 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
36233         Log: Update Changes.
36234      Branch: perl
36235            ! Changes patchlevel.h
36236 ____________________________________________________________________________
36237 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
36238         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
36239      Branch: perl
36240            ! vos/config.alpha.h vos/config.ga.h
36241 ____________________________________________________________________________
36242 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
36243         Log: VOS updates from Paul Green for @10476.
36244      Branch: perl
36245            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
36246            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36247            ! vos/config.ga.h vos/configure_perl.cm
36248 ____________________________________________________________________________
36249 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
36250         Log: Subject: [PATCH] Not many people know this ...
36251              From: Mike Guy <mjtg@cam.ac.uk>
36252              Date: Mon, 11 Jun 2001 14:55:15 +0100
36253              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
36254      Branch: perl
36255            ! pod/perldebug.pod
36256 ____________________________________________________________________________
36257 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
36258         Log: Add final commas to lists as suggested by Philip Newton.
36259      Branch: perl
36260            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36261 ____________________________________________________________________________
36262 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
36263         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
36264              Date: Sun, 10 Jun 2001 23:35:38 -0400
36265              From: Chris Nandor <pudge@pobox.com>
36266              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
36267      Branch: perl
36268            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
36269            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
36270            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
36271            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
36272            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
36273            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
36274            ! t/op/write.t t/pragma/strict.t
36275 ____________________________________________________________________________
36276 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
36277         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
36278              From: Chris Nandor <pudge@pobox.com>
36279              Date: Mon, 11 Jun 2001 08:24:28 -0400
36280              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
36281      Branch: perl
36282            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
36283            ! t/lib/io_dir.t
36284 ____________________________________________________________________________
36285 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
36286         Log: One more run_byacc (a hand-tweaked version had slipped in).
36287      Branch: perl
36288            ! perly.c vms/perly_c.vms
36289 ____________________________________________________________________________
36290 [ 10509] By: nick                                  on 2001/06/11  07:49:15
36291         Log: Integrate mainline
36292      Branch: perlio
36293           !> Makefile.SH embed.h embed.pl global.sym
36294           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
36295           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
36296           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
36297           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
36298 ____________________________________________________________________________
36299 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
36300         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
36301              From: Mike Guy <mjtg@cam.ac.uk>
36302              Reply-To: mjtg@cam.ac.uk
36303              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
36304      Branch: perl
36305            ! lib/ExtUtils/Manifest.pm
36306 ____________________________________________________________________________
36307 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
36308         Log: Subject: [PATCH] ExtUtils::Constant
36309              From: Nicholas Clark <nick@ccl4.org>
36310              Date: Sun, 10 Jun 2001 23:25:41 +0100
36311              Message-ID: <20010610232540.C76396@plum.flirble.org>
36312      Branch: perl
36313            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36314 ____________________________________________________________________________
36315 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
36316         Log: Integrate perlio.
36317      Branch: perl
36318           !> iperlsys.h
36319 ____________________________________________________________________________
36320 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
36321         Log: Move the grok_number and its lieutenant grok_numeric_radix
36322              from sv.c statics to util.c and public.
36323      Branch: perl
36324            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
36325            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
36326 ____________________________________________________________________________
36327 [ 10504] By: nick                                  on 2001/06/10  17:47:06
36328         Log: Fix (valid) -Wall warnings in perlio.c
36329      Branch: perlio
36330            ! iperlsys.h
36331 ____________________________________________________________________________
36332 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
36333         Log: Update perly_c.diff, update perly.fixer to edit away
36334              some of the -Wall noise.
36335      Branch: perl
36336            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
36337 ____________________________________________________________________________
36338 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
36339         Log: Check the version of byacc.
36340      Branch: perl
36341            ! Makefile.SH
36342 ____________________________________________________________________________
36343 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
36344         Log: Subject: [PATCH] perly.y overhaul
36345              From: Simon Cozens <simon@netthink.co.uk>
36346              Date: Sun, 10 Jun 2001 16:56:54 +0100
36347              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
36348              
36349              Plus make run_byacc.
36350      Branch: perl
36351            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
36352 ____________________________________________________________________________
36353 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
36354         Log: Integrate perlio.
36355      Branch: perl
36356           !> perlio.c perlsfio.h
36357 ____________________________________________________________________________
36358 [ 10499] By: nick                                  on 2001/06/10  15:01:08
36359         Log: Integrate mainline
36360      Branch: perlio
36361           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
36362           !> t/pragma/locale.t util.c
36363 ____________________________________________________________________________
36364 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
36365         Log: Put some meat on the perl572delta bones.  The list of
36366              selected bug fixes needs more work, as does still the
36367              whole document.
36368      Branch: perl
36369            ! pod/perl572delta.pod
36370 ____________________________________________________________________________
36371 [ 10497] By: nick                                  on 2001/06/10  12:27:51
36372         Log: Paper over a crack or two with USE_SFIO
36373      Branch: perlio
36374            ! perlio.c perlsfio.h
36375 ____________________________________________________________________________
36376 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
36377         Log: Update Changes.
36378      Branch: perl
36379            ! Changes patchlevel.h
36380 ____________________________________________________________________________
36381 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
36382         Log: Subject: Re: pragma/locale.t #107
36383              From: Hugo <hv@crypt.compulink.co.uk>
36384              Date: Sun, 10 Jun 2001 11:23:30 +0100
36385              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
36386              
36387              Encapsulate the scan of the decimal radix separator.
36388      Branch: perl
36389            ! embed.h embed.pl proto.h sv.c
36390 ____________________________________________________________________________
36391 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
36392         Log: Try to grok numbers both with the locale specific separator
36393              and with the usual "." (if different from the lss); add a test
36394              to locale.t to do also a little bit of math in addition to just
36395              equalness testing; remove extraneous logic as suggested in
36396              
36397              Subject: Re: pragma/locale.t #107
36398              From: Nicholas Clark <nick@ccl4.org>
36399              Date: Sat, 9 Jun 2001 22:37:36 +0100
36400              Message-ID: <20010609223735.Y76396@plum.flirble.org>
36401      Branch: perl
36402            ! sv.c t/pragma/locale.t
36403 ____________________________________________________________________________
36404 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
36405         Log: Metaconfig unit change for #10492.
36406      Branch: metaconfig/U/perl
36407            ! Extensions.U
36408 ____________________________________________________________________________
36409 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
36410         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
36411              From: Artur Bergman <artur@contiller.se> 
36412              Date: Sat, 09 Jun 2001 21:03:51 +0200
36413              Message-ID: <B7483FB6.1398%artur@contiller.se>
36414      Branch: perl
36415            ! Configure
36416 ____________________________________________________________________________
36417 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
36418         Log: Integrate perlio.
36419      Branch: perl
36420           !> perlsfio.h
36421 ____________________________________________________________________________
36422 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
36423         Log: Do locale specific separator if only in locale.
36424      Branch: perl
36425            ! util.c
36426 ____________________________________________________________________________
36427 [ 10489] By: nick                                  on 2001/06/09  19:13:25
36428         Log: Make XS/Typemap compile (but fail) with sfio
36429      Branch: perlio
36430            ! perlsfio.h
36431 ____________________________________________________________________________
36432 [ 10488] By: nick                                  on 2001/06/09  19:12:51
36433         Log: Re-integrate mainline
36434      Branch: perlio
36435           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
36436           !> proto.h sv.c util.c
36437 ____________________________________________________________________________
36438 [ 10487] By: nick                                  on 2001/06/09  16:26:29
36439         Log: Integrate mainline
36440      Branch: perlio
36441           !> (integrate 31 files)
36442 ____________________________________________________________________________
36443 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
36444         Log: Subject: [PATCH] New attempt to clone callack
36445              From: Artur Bergman <artur@contiller.se> 
36446              Date: Thu, 07 Jun 2001 11:52:16 +0200
36447              Message-ID: <B7451B6F.12B7%artur@contiller.se>
36448      Branch: perl
36449            ! embedvar.h intrpvar.h perlapi.h sv.c
36450 ____________________________________________________________________________
36451 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
36452         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
36453      Branch: perl
36454            ! embed.h embed.pl perl.h proto.h sv.c util.c
36455 ____________________________________________________________________________
36456 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
36457         Log: Subject: Re: pragma/locale.t #107
36458              From: Nicholas Clark <nick@ccl4.org>
36459              Date: Sat, 9 Jun 2001 16:26:10 +0100
36460              Message-ID: <20010609162609.V76396@plum.flirble.org>
36461              
36462              A missing NVification.
36463      Branch: perl
36464            ! sv.c
36465 ____________________________________________________________________________
36466 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
36467         Log: Redo the #10482, there already was a test script for formats.
36468      Branch: perl
36469            - t/io/format.t
36470            ! MANIFEST t/op/write.t
36471 ____________________________________________________________________________
36472 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
36473         Log: Twisted format testing, from Merijn.
36474      Branch: perl
36475            + t/io/format.t
36476            ! MANIFEST
36477 ____________________________________________________________________________
36478 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
36479         Log: More \p{In...} testing, combined with \N{...}.
36480      Branch: perl
36481            ! lib/utf8_heavy.pl t/op/pat.t
36482 ____________________________________________________________________________
36483 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
36484         Log: Metaconfig changes for #10479.
36485      Branch: metaconfig
36486            ! U/Glossary.patch
36487      Branch: metaconfig/U/perl
36488            ! d_modfl.U
36489 ____________________________________________________________________________
36490 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
36491         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
36492      Branch: perl
36493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36494            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
36495            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
36496            ! win32/config.bc win32/config.gc win32/config.vc
36497 ____________________________________________________________________________
36498 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
36499         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
36500              From: "Craig A. Berry" <craigberry@mac.com>
36501              Date: Thu, 7 Jun 2001 14:27:20 -0500
36502              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
36503      Branch: perl
36504            ! vms/perlvms.pod
36505 ____________________________________________________________________________
36506 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
36507         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
36508              From: Gisle Aas <gisle@ActiveState.com>
36509              Date: 07 Jun 2001 17:04:29 -0700
36510              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
36511      Branch: perl
36512            ! ext/re/re.xs
36513 ____________________________________________________________________________
36514 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
36515         Log: Update Changes.
36516      Branch: perl
36517            ! Changes patchlevel.h
36518 ____________________________________________________________________________
36519 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
36520         Log: Regen Glossary et alia.
36521      Branch: perl
36522            ! Porting/Glossary Porting/config.sh Porting/config_H
36523 ____________________________________________________________________________
36524 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
36525         Log: Metaconfig unit changes for #10473.
36526      Branch: metaconfig/U/perl
36527            ! d_modfl.U
36528 ____________________________________________________________________________
36529 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
36530         Log: Harumph, also AIX will spill its guts (i.e. dump core)
36531              if an executable contains modfl() but it hasn't been
36532              compiled right (in the case of AIX, with cc -qlongdouble).
36533      Branch: perl
36534            ! Configure
36535 ____________________________________________________________________________
36536 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
36537         Log: integrate change#10471 from mainline
36538              
36539              in change#10451, check that CvOUTSIDE is a CV before looking in
36540              (it can apparently be SVt_NULL during global destruction)
36541      Branch: maint-5.6/perl
36542           !> op.c
36543 ____________________________________________________________________________
36544 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
36545         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
36546              (it can apparently be SVt_NULL during global destruction)
36547      Branch: perl
36548            ! op.c
36549 ____________________________________________________________________________
36550 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
36551         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
36552              From: Robin Barker <rmb1@cise.npl.co.uk>
36553              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
36554              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
36555      Branch: perl
36556            ! lib/diagnostics.pm pod/perldiag.pod
36557 ____________________________________________________________________________
36558 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
36559         Log: Subject: [PATCH perl@10439] long =item
36560              From: Robin Barker <rmb1@cise.npl.co.uk>
36561              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
36562              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
36563      Branch: perl
36564            ! README.amiga lib/Attribute/Handlers.pm
36565            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
36566 ____________________________________________________________________________
36567 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
36568         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
36569              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
36570              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
36571              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
36572      Branch: perl
36573            ! pod/perlguts.pod
36574 ____________________________________________________________________________
36575 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
36576         Log: Integrate perlio.
36577      Branch: perl
36578           !> sv.c
36579 ____________________________________________________________________________
36580 [ 10466] By: nick                                  on 2001/06/07  10:25:40
36581         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
36582              whitespace tweaks.
36583              Still coredumps in pragma/overload.t - what a nice hard fail that is...
36584      Branch: perlio
36585            ! sv.c
36586 ____________________________________________________________________________
36587 [ 10465] By: nick                                  on 2001/06/07  08:41:58
36588         Log: Raw integrate of mainline for S_grok_number debug
36589              (sv.c has MULTIPLICITY issues as well as whatever else ...)
36590      Branch: perlio
36591            - plan9/perlplan9.doc plan9/perlplan9.pod
36592           !> (integrate 46 files)
36593 ____________________________________________________________________________
36594 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
36595         Log: The proper prototyping for #10463.
36596      Branch: perl
36597            ! embed.h embed.pl proto.h sv.c
36598 ____________________________________________________________________________
36599 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
36600         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
36601              From: Nicholas Clark <nick@ccl4.org>
36602              Date: Thu, 7 Jun 2001 00:29:59 +0100
36603              Message-ID: <20010607002959.Z76396@plum.flirble.org>
36604      Branch: perl
36605            ! sv.c
36606 ____________________________________________________________________________
36607 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
36608         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
36609              From: "Craig A. Berry" <craigberry@mac.com>
36610              Date: Wed, 06 Jun 2001 17:54:30 -0500
36611              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
36612      Branch: perl
36613            ! vms/perlvms.pod
36614 ____________________________________________________________________________
36615 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
36616         Log: Podify the remaining README.platform files;
36617              merge README.plan9 and plan9/perlplan9.pod;
36618              delete plan9/perlplan9.* (the perlplan.doc needs to
36619              be regenerated in Plan 9); make the =head1 and =head2
36620              in the README.platform to be a little more verbose
36621              (skipped README.os2 not to anger Ilya) so that they
36622              look better in the toc; regen toc.
36623      Branch: perl
36624            - plan9/perlplan9.doc plan9/perlplan9.pod
36625            ! MANIFEST README.aix README.amiga README.apollo README.beos
36626            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
36627            ! README.hpux README.hurd README.machten README.macos
36628            ! README.micro README.mint README.mpeix README.os390
36629            ! README.plan9 README.qnx README.solaris README.threads
36630            ! README.tru64 README.vmesa README.vms README.vos README.win32
36631            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36632            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36633 ____________________________________________________________________________
36634 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
36635         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
36636              From: Mike Guy <mjtg@cam.ac.uk>
36637              Reply-To: mjtg@cam.ac.uk
36638              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
36639      Branch: perl
36640            ! pod/perlguts.pod
36641 ____________________________________________________________________________
36642 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
36643         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
36644              From: Mike Guy <mjtg@cam.ac.uk>
36645              Reply-To: mjtg@cam.ac.uk
36646              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
36647      Branch: perl
36648            ! pod/perlsec.pod
36649 ____________________________________________________________________________
36650 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
36651         Log: Disable long doubles from pre-5.0 Tru64s.
36652      Branch: perl
36653            ! README.tru64 hints/dec_osf.sh
36654 ____________________________________________________________________________
36655 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
36656         Log: The #10455 exposed that modfl() is fundamentally busted
36657              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
36658              testing it.
36659      Branch: perl
36660            ! hints/dec_osf.sh
36661 ____________________________________________________________________________
36662 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
36663         Log: Metaconfig unit change for #10455.
36664      Branch: metaconfig/U/perl
36665            ! d_modfl.U
36666 ____________________________________________________________________________
36667 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
36668         Log: Configure check for geborken modfl(), inspired by
36669              
36670              Subject: Re: [20010118.017] op/int.t failure 
36671              From: Hugo <hv@crypt.compulink.co.uk>
36672              Date: Tue, 05 Jun 2001 13:43:27 +0100
36673              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
36674      Branch: perl
36675            ! Configure
36676 ____________________________________________________________________________
36677 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
36678         Log: Integrate changes #10450 and #10451 from maintperl:
36679              
36680              optimize change#10448 slightly (don't repeat search in eval""s lexical
36681              scope, since that has already been searched)
36682              
36683              change#9108 needs subtler treatment for case of closures created
36684              within eval""
36685      Branch: perl
36686           !> op.c t/op/misc.t
36687 ____________________________________________________________________________
36688 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
36689         Log: MakeMaker magic to compile (when no dynamic loading)
36690              List/Util.xsc as (ListUtil.c and) ListUtil.o since
36691              POSIX-BC (BS2000) linker has an evil limitation of
36692              being unable to include in the same executable several
36693              object files with the same name - case-insensitively -
36694              because otherwise we conflict with util.c.
36695              Strictly speaking currently required only in POSIX-BC
36696              but probably will do no harm elsewhere where static
36697              linking is required.
36698      Branch: perl
36699            ! ext/List/Util/Makefile.PL
36700 ____________________________________________________________________________
36701 [ 10452] By: nick                                  on 2001/06/06  08:59:51
36702         Log: Integrate mainline.
36703      Branch: perlio
36704           +> lib/Attribute/Handlers/demo/Demo.pm
36705           +> lib/Attribute/Handlers/demo/Descriptions.pm
36706           +> lib/Attribute/Handlers/demo/MyClass.pm
36707           +> lib/Attribute/Handlers/demo/demo.pl
36708           +> lib/Attribute/Handlers/demo/demo2.pl
36709           +> lib/Attribute/Handlers/demo/demo3.pl
36710           +> lib/Attribute/Handlers/demo/demo4.pl
36711           +> lib/Attribute/Handlers/demo/demo_call.pl
36712           +> lib/Attribute/Handlers/demo/demo_chain.pl
36713           +> lib/Attribute/Handlers/demo/demo_cycle.pl
36714           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
36715           +> lib/Attribute/Handlers/demo/demo_phases.pl
36716           +> lib/Attribute/Handlers/demo/demo_range.pl
36717           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
36718           +> uts/strtol_wrap.c
36719           !> (integrate 91 files)
36720 ____________________________________________________________________________
36721 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
36722         Log: change#9108 needs subtler treatment for case of closures created
36723              within eval""
36724      Branch: maint-5.6/perl
36725            ! op.c t/op/misc.t
36726 ____________________________________________________________________________
36727 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
36728         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
36729              scope, since that has already been searched)
36730      Branch: maint-5.6/perl
36731            ! op.c
36732 ____________________________________________________________________________
36733 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
36734         Log: Integrate change #10448 from maintperl; lexicals
36735              outside an eval"" weren't resolved correctly inside a subroutine
36736              definition inside the eval"" if they were not already referenced
36737              in the toplevel of the eval""-ed code
36738      Branch: perl
36739           !> cop.h op.c pp_ctl.c t/op/misc.t
36740 ____________________________________________________________________________
36741 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
36742         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
36743              outside an eval"" weren't resolved correctly inside a subroutine
36744              definition inside the eval"" if they were not already referenced
36745              in the toplevel of the eval""-ed code
36746      Branch: maint-5.6/perl
36747            ! cop.h op.c pp_ctl.c t/op/misc.t
36748 ____________________________________________________________________________
36749 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
36750         Log: Subject: [PATCH] perl570delta.pod
36751              From: Peter Scott <Peter@PSDT.com> 
36752              Date: Tue, 05 Jun 2001 18:51:02 -0700
36753              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
36754      Branch: perl
36755            ! pod/perl570delta.pod
36756 ____________________________________________________________________________
36757 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
36758         Log: The fudge factor is no more needed.  I hope.
36759      Branch: perl
36760            ! t/lib/posix.t
36761 ____________________________________________________________________________
36762 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
36763         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
36764              From: Hugo <hv@crypt.compulink.co.uk>
36765              Date: Tue, 05 Jun 2001 12:58:19 +0100
36766              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
36767      Branch: perl
36768            ! util.c
36769 ____________________________________________________________________________
36770 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
36771         Log: Make up prototypes only for those who have the functions
36772              but not the prototypes.
36773      Branch: perl
36774            ! perl.h
36775 ____________________________________________________________________________
36776 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
36777         Log: Subject: Re: Not OK: perl@10439 on win32 
36778              From: Prymmer/Kahn <pvhp@best.com> 
36779              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
36780              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
36781      Branch: perl
36782            ! perl.h util.c
36783 ____________________________________________________________________________
36784 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
36785         Log: The metaconfig units changes for #10441.
36786      Branch: metaconfig
36787            ! U/modified/Extract.U U/modified/Extractall.U
36788            ! U/modified/Finish.U
36789 ____________________________________________________________________________
36790 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
36791         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
36792      Branch: perl
36793            ! Configure
36794 ____________________________________________________________________________
36795 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
36796         Log: Unnecessary fuzziness undone, noted by Mike Guy.
36797      Branch: perl
36798            ! t/op/tr.t
36799 ____________________________________________________________________________
36800 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
36801         Log: Update Changes.
36802      Branch: perl
36803            ! Changes patchlevel.h
36804 ____________________________________________________________________________
36805 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
36806         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
36807              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
36808              leakage patch.
36809      Branch: perl
36810            ! t/op/misc.t
36811 ____________________________________________________________________________
36812 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
36813         Log: Test case for #10433/#10424.
36814      Branch: perl
36815            ! t/op/misc.t
36816 ____________________________________________________________________________
36817 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
36818         Log: Subject: One fix for strtoul not setting errno
36819              From: hom00@utsglobal.com (Hal Morris)
36820              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
36821              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
36822      Branch: perl
36823            + uts/strtol_wrap.c
36824            ! MANIFEST hints/uts.sh
36825 ____________________________________________________________________________
36826 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
36827         Log: Metaconfig units changes for #10434.
36828      Branch: metaconfig
36829            ! U/modified/Cppsym.U
36830      Branch: metaconfig/U/perl
36831            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
36832            + d_syscallproto.U d_usleepproto.U
36833            ! longdblfio.U quadfio.U
36834 ____________________________________________________________________________
36835 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
36836         Log: Configure tweaks; add prototype probes, make the cpp symbols
36837              probe to cast, not whine; test for %Ld and %Lf before %lld and
36838              %llf because the L is the ANSI way.
36839      Branch: perl
36840            ! Configure config_h.SH configure.com epoc/config.sh
36841            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
36842            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
36843            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
36844 ____________________________________________________________________________
36845 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
36846         Log: Sigh.  This is what #10424 was supposed to check in.
36847      Branch: perl
36848            ! op.c sv.c sv.h
36849 ____________________________________________________________________________
36850 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
36851         Log: More verbose failure.
36852      Branch: perl
36853            ! t/op/ver.t
36854 ____________________________________________________________________________
36855 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
36856         Log: The .pm changes to go with #10428.
36857      Branch: perl
36858            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
36859            ! ext/Sys/Syslog/Syslog.pm
36860 ____________________________________________________________________________
36861 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
36862         Log: On second thoughts show to utf8 skippage message only
36863              on failures, it's too confusing otherwise,
36864      Branch: perl
36865            ! t/pragma/locale.t
36866 ____________________________________________________________________________
36867 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
36868         Log: Do not import anything from Encode.
36869      Branch: perl
36870            ! ext/MIME/Base64/QuotedPrint.pm
36871 ____________________________________________________________________________
36872 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
36873         Log: The #10402 didn't take.  Weird.
36874      Branch: perl
36875            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
36876            ! ext/Sys/Syslog/Syslog.xs
36877 ____________________________________________________________________________
36878 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
36879         Log: Eradicate traces of 'asciirange' re subpragma.
36880      Branch: perl
36881            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
36882            ! pod/perldiag.pod
36883 ____________________________________________________________________________
36884 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
36885         Log: use is a compile-time thing.
36886      Branch: perl
36887            ! ext/MIME/Base64/QuotedPrint.pm
36888 ____________________________________________________________________________
36889 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
36890         Log: Subject: [PATCH perl@10419] -Wall casting patch
36891              From: Robin Barker <rmb1@cise.npl.co.uk>
36892              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
36893              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
36894      Branch: perl
36895            ! ext/Devel/DProf/DProf.xs mg.c
36896 ____________________________________________________________________________
36897 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
36898         Log: Subject: [PATCH #2] introducing SVpad_TYPED
36899              From: Abhijit Menon-Sen <ams@wiw.org>
36900              Date: Mon, 4 Jun 2001 12:26:02 +0530
36901              Message-ID: <20010604122602.A5775@lustre.linux.in>
36902      Branch: perl
36903            ! op.c sv.c sv.h
36904 ____________________________________________________________________________
36905 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
36906         Log: testsuite for change#10192 (from Gisle Aas)
36907      Branch: perl
36908            + t/op/override.t
36909            ! MANIFEST
36910 ____________________________________________________________________________
36911 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
36912         Log: integrate changes#10414-10416 from mainline
36913              
36914              Potential buffer overrun if the radix separator is more than
36915              one byte.  Also, under locales, prefer the locale-specific
36916              separator over the old boring ".".
36917              
36918              "10.", that is, decimal numbers can have no decimal part at all.
36919              
36920              The non-locale places need love, too.
36921      Branch: maint-5.6/perl
36922           !> perl.h sv.c
36923 ____________________________________________________________________________
36924 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
36925         Log: Missed from #10420.
36926      Branch: perl
36927            ! epoc/config.sh
36928 ____________________________________________________________________________
36929 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
36930         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
36931              often this prototype goes with HAS_SETRESUID_PROTO.
36932      Branch: perl
36933            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36934            ! config_h.SH configure.com perl.h uconfig.h
36935 ____________________________________________________________________________
36936 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
36937         Log: Update Changes.
36938      Branch: perl
36939            ! Changes patchlevel.h
36940 ____________________________________________________________________________
36941 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
36942         Log: -Wall "subscript has type `char'" cleanup.
36943      Branch: perl
36944            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
36945 ____________________________________________________________________________
36946 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
36947         Log: Various "cast to pointer from integer of different size"
36948              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
36949              wide but I32 (int) only 32 bits wide).
36950              
36951              WARNING: the classnum and tagnum changes in Storable.xs
36952              may not be wise, they may be breaking binary compatibility
36953              (in 64-bit platforms), asked Raphael Manfredi about the changes.
36954      Branch: perl
36955            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
36956            ! mg.c proto.h
36957 ____________________________________________________________________________
36958 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
36959         Log: The non-locale places need love, too.
36960      Branch: perl
36961            ! perl.h
36962 ____________________________________________________________________________
36963 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
36964         Log: "10.", that is, decimal numbers can have no decimal part at all.
36965      Branch: perl
36966            ! perl.h
36967 ____________________________________________________________________________
36968 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
36969         Log: Potential buffer overrun if the radix separator is more than
36970              one byte.  Also, under locales, prefer the locale-specific
36971              separator over the old boring ".".
36972      Branch: perl
36973            ! perl.h sv.c
36974 ____________________________________________________________________________
36975 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
36976         Log: Integrate change #10412 from maintperl; locale is now
36977              per-cop, not per-op; plus retweak the locale.t to always
36978              list the skipped utf8 locales.
36979      Branch: perl
36980            ! t/pragma/locale.t
36981           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
36982           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
36983 ____________________________________________________________________________
36984 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
36985         Log: rationalize locale handling to fix the bugs uncovered by change#10394
36986              
36987              the major issue was that the runtime was looking at PL_hints rather
36988              than op_private to notice whether locale was enabled
36989              
36990              the secondary issue was that many locale-sensitive numeric ops didn't
36991              have HINT_LOCALE propagated into their op_private
36992              
36993              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
36994              instead of per-op, just like HINT_BYTE and the hints for lexical
36995              warnings (this makes the hint available to every op via PL_curcop)
36996              
36997              pragma/locale.t may need to be reworked with these fixes in mind
36998              (it currently passes its tests)
36999      Branch: maint-5.6/perl
37000            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
37001            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
37002 ____________________________________________________________________________
37003 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
37004         Log: More verbose debugging.
37005      Branch: perl
37006            ! t/pragma/locale.t
37007 ____________________________________________________________________________
37008 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
37009         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
37010              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37011              Date: Sat, 2 Jun 2001 22:53:33 +0100
37012              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
37013      Branch: perl
37014            ! regcomp.c t/pragma/warn/regcomp
37015 ____________________________________________________________________________
37016 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
37017         Log: Mention that lexicalizing $a or $b is a bad idea if one
37018              wants to use sort().
37019      Branch: perl
37020            ! pod/perlvar.pod
37021 ____________________________________________________________________________
37022 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
37023         Log: Tweak the test to be happy if the accuracy is 'good enough'.
37024      Branch: perl
37025            ! t/lib/posix.t
37026 ____________________________________________________________________________
37027 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
37028         Log: Upgrade to Attribute::Handlers 0.70.
37029              
37030              NOTE: this unearthed the "too late for CHECK block" bug,
37031              that's why the 1_compile.t change.
37032      Branch: perl
37033            + lib/Attribute/Handlers/demo/Demo.pm
37034            + lib/Attribute/Handlers/demo/Descriptions.pm
37035            + lib/Attribute/Handlers/demo/MyClass.pm
37036            + lib/Attribute/Handlers/demo/demo.pl
37037            + lib/Attribute/Handlers/demo/demo2.pl
37038            + lib/Attribute/Handlers/demo/demo3.pl
37039            + lib/Attribute/Handlers/demo/demo4.pl
37040            + lib/Attribute/Handlers/demo/demo_call.pl
37041            + lib/Attribute/Handlers/demo/demo_chain.pl
37042            + lib/Attribute/Handlers/demo/demo_cycle.pl
37043            + lib/Attribute/Handlers/demo/demo_hashdir.pl
37044            + lib/Attribute/Handlers/demo/demo_phases.pl
37045            + lib/Attribute/Handlers/demo/demo_range.pl
37046            + lib/Attribute/Handlers/demo/demo_rawdata.pl
37047            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
37048            ! t/lib/attrhand.t
37049 ____________________________________________________________________________
37050 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
37051         Log: One less -Wall whine.
37052      Branch: perl
37053            ! regcomp.c
37054 ____________________________________________________________________________
37055 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
37056         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
37057      Branch: perl
37058           !> t/op/eval.t
37059 ____________________________________________________________________________
37060 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
37061         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
37062              aren't "normally" visible inside eval""s contained in subs unless
37063              a cloned reference to them already exists)
37064              
37065              strangely enough, t/harness didn't show this up as a failure
37066              (harness needs fixing?)
37067      Branch: maint-5.6/perl
37068            ! t/op/eval.t
37069 ____________________________________________________________________________
37070 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
37071         Log: Update to Text::Balanced 1.85.
37072      Branch: perl
37073            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
37074 ____________________________________________________________________________
37075 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
37076         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
37077              From: Nicholas Clark <nick@ccl4.org>
37078              Date: Sun, 3 Jun 2001 17:54:36 +0100
37079              Message-ID: <20010603175436.E76396@plum.flirble.org> 
37080      Branch: perl
37081            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
37082            ! ext/Sys/Syslog/Syslog.xs
37083 ____________________________________________________________________________
37084 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
37085         Log: Unused variables.
37086      Branch: perl
37087            ! util.c
37088 ____________________________________________________________________________
37089 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
37090         Log: Subject: [PATCH] APIfy op_clear 
37091              From: Simon Cozens <simon@netthink.co.uk>
37092              Date: Sun, 3 Jun 2001 13:51:46 +0100
37093              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
37094              
37095              (despite the subject line, op_null is APIfied by the patch)
37096      Branch: perl
37097            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
37098 ____________________________________________________________________________
37099 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
37100         Log: Subject: [PATCH] t/lib/extutils.t
37101              From: Nicholas Clark <nick@ccl4.org>
37102              Date: Sat, 2 Jun 2001 23:57:05 +0100
37103              Message-ID: <20010602235705.Q12698@plum.flirble.org>
37104      Branch: perl
37105            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
37106 ____________________________________________________________________________
37107 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
37108         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
37109              From: Prymmer/Kahn <pvhp@best.com>
37110              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
37111              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
37112      Branch: perl
37113            ! win32/Makefile win32/makefile.mk
37114 ____________________________________________________________________________
37115 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
37116         Log: Subject: Re: 'decimal digits' macro? 
37117              From: Hugo <hv@crypt.compulink.co.uk>
37118              Date: Sun, 03 Jun 2001 04:26:36 +0100
37119              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
37120      Branch: perl
37121            ! handy.h t/lib/posix.t t/op/tr.t
37122 ____________________________________________________________________________
37123 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
37124         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
37125              From: Hugo <hv@crypt.compulink.co.uk>
37126              Date: Sun, 03 Jun 2001 14:56:30 +0100
37127              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
37128      Branch: perl
37129            ! util.c
37130 ____________________________________________________________________________
37131 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
37132         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
37133      Branch: perl
37134           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
37135           !> vms/perly_c.vms
37136 ____________________________________________________________________________
37137 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
37138         Log: fix leakage of lexicals at file scope into subroutines that were
37139              declared before them; this appears to be a longstanding bug that
37140              meant that lexicals at file scope were never "deintroduced", meaning
37141              their scope range was never properly closed, and their visibility
37142              extended to all subsequent eval""s or requires
37143              
37144              added a test case
37145              
37146              seems to also fix a case of bogus duplicate warnings
37147      Branch: maint-5.6/perl
37148            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
37149            ! vms/perly_c.vms
37150 ____________________________________________________________________________
37151 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
37152         Log: More VMS tweaks from Craig A. Berry.
37153      Branch: perl
37154            ! configure.com t/lib/extutils.t
37155 ____________________________________________________________________________
37156 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
37157         Log: -Wall cleanup continues.
37158      Branch: perl
37159            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
37160            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
37161            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
37162            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
37163            ! run.c toke.c util.c
37164 ____________________________________________________________________________
37165 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
37166         Log: The metaconfig unit change for #10390.
37167      Branch: metaconfig/U/perl
37168            ! gccvers.U
37169 ____________________________________________________________________________
37170 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
37171         Log: Drop the -ansi from the default gcc flags.
37172              
37173              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
37174              that struct cannot be compared with a flat integer, such as STRLEN.
37175              The -ansi will also cause a lot of noise in Solaris because of:
37176              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
37177      Branch: perl
37178            ! Configure
37179 ____________________________________________________________________________
37180 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
37181         Log: Integrate perlio.
37182      Branch: perl
37183           !> pod/perlapi.pod util.c
37184 ____________________________________________________________________________
37185 [ 10388] By: nick                                  on 2001/06/02  08:01:12
37186         Log: Integrate mainline
37187      Branch: perlio
37188           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
37189           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
37190           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
37191           !> t/lib/1_compile.t t/lib/mimeqp.t
37192 ____________________________________________________________________________
37193 [ 10387] By: nick                                  on 2001/06/02  07:39:17
37194         Log: Tweak util.c's atof2 for MULTIPLICITY
37195      Branch: perlio
37196            ! util.c
37197 ____________________________________________________________________________
37198 [ 10386] By: nick                                  on 2001/06/02  07:38:33
37199         Log: Integrate mainline
37200      Branch: perlio
37201           !> (integrate 41 files)
37202 ____________________________________________________________________________
37203 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
37204         Log: Add Attribute::Handlers 0.61 from Damian Conway.
37205      Branch: perl
37206            + lib/Attribute/Handlers.pm t/lib/attrhand.t
37207            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
37208 ____________________________________________________________________________
37209 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
37210         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
37211              From: Peter Prymmer <pvhp@forte.com>
37212              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
37213              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
37214      Branch: perl
37215            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
37216 ____________________________________________________________________________
37217 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
37218         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
37219              From: Jeff Pinyan <jeffp@crusoe.net>
37220              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
37221              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
37222      Branch: perl
37223            ! lib/File/Find.pm
37224 ____________________________________________________________________________
37225 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
37226         Log: Subject: [PATCH perl@10381] configure.com tweaks
37227              From: "Craig A. Berry" <craigberry@mac.com>
37228              Date: Fri, 1 Jun 2001 13:55:43 -0500
37229              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
37230      Branch: perl
37231            ! configure.com
37232 ____________________________________________________________________________
37233 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
37234         Log: Update Changes.
37235      Branch: perl
37236            ! Changes patchlevel.h
37237 ____________________________________________________________________________
37238 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
37239         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
37240              From: Mike Guy <mjtg@cam.ac.uk>
37241              Date: Fri, 01 Jun 2001 18:17:02 +0100
37242              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
37243      Branch: perl
37244            ! lib/perl5db.pl
37245 ____________________________________________________________________________
37246 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
37247         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
37248              From: Hugo <hv@crypt.compulink.co.uk>
37249              Date: Thu, 31 May 2001 20:49:48 +0100
37250              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
37251      Branch: perl
37252            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
37253            ! util.c
37254 ____________________________________________________________________________
37255 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
37256         Log: Zero() is not available in x2p (or, rather, some of its
37257              implementations like memzero() might not be available.)
37258      Branch: perl
37259            ! x2p/hash.c
37260 ____________________________________________________________________________
37261 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
37262         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
37263              From: Michael G Schwern <schwern@pobox.com>
37264              Date: Fri, 1 Jun 2001 12:00:29 +0100
37265              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
37266              
37267              (But use Zero() instead of memset.)
37268      Branch: perl
37269            ! x2p/hash.c
37270 ____________________________________________________________________________
37271 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
37272         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
37273              From: Jeff Pinyan <jeffp@crusoe.net>
37274              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
37275              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
37276      Branch: perl
37277            ! pod/perldiag.pod regcomp.c t/op/pat.t
37278 ____________________________________________________________________________
37279 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
37280         Log: Retract #10324 and #10333; not needed.
37281      Branch: perl
37282            ! hints/irix_6.sh hints/linux.sh
37283 ____________________________________________________________________________
37284 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
37285         Log: The #10370 wasn't quite right.
37286      Branch: perl
37287            ! ext/XS/Typemap/Typemap.xs
37288 ____________________________________________________________________________
37289 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
37290         Log: The metaconfig units changes for #10372.
37291      Branch: metaconfig/U/perl
37292            + d_realpath.U d_sresgproto.U d_sresuproto.U
37293            ! gccvers.U i_db.U
37294 ____________________________________________________________________________
37295 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
37296         Log: Configure tweaks; record the Berkeley DB version,
37297              probe for realpath(), for setresuid() and setresgid()
37298              prototypes; use realpath() (try to be paranoid enough),
37299              use the setres[ug]id prototypes because glibc has the functions
37300              but not their prototypes; add -Wall -ansi to gcc ccflags;
37301              regen toc.
37302      Branch: perl
37303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37304            ! config_h.SH configure.com epoc/config.sh
37305            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
37306            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
37307            ! vos/config.ga.def win32/config.bc win32/config.gc
37308            ! win32/config.vc
37309 ____________________________________________________________________________
37310 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
37311         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
37312              From: Michael G Schwern <schwern@pobox.com>
37313              Date: Fri, 1 Jun 2001 11:28:14 +0100
37314              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
37315      Branch: perl
37316            ! lib/attributes.pm xsutils.c
37317 ____________________________________________________________________________
37318 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
37319         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
37320              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37321              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
37322              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
37323      Branch: perl
37324            ! ext/XS/Typemap/Typemap.xs
37325 ____________________________________________________________________________
37326 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
37327         Log: Subject: [patch] Cwd.xs optimizations/abstraction
37328              From: Doug MacEachern <dougm@covalent.net>
37329              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
37330              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
37331      Branch: perl
37332            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
37333            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
37334 ____________________________________________________________________________
37335 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
37336         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!])
37337              From: Nicholas Clark <nick@ccl4.org>
37338              Date: Thu, 31 May 2001 23:56:40 +0100
37339              Message-ID: <20010531235640.F12698@plum.flirble.org>
37340              
37341              Make the test work also under only static extensions
37342              (sh Configure -Uusedl fakes this nicely)
37343      Branch: perl
37344            ! t/lib/extutils.t
37345 ____________________________________________________________________________
37346 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
37347         Log: Subject: [PATCH hv.c] Eliminating trigraph
37348              From: Michael G Schwern <schwern@pobox.com>
37349              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
37350              Date: Fri, 1 Jun 2001 11:49:56 +0100
37351      Branch: perl
37352            ! hv.c
37353 ____________________________________________________________________________
37354 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
37355         Log: Subject: Re: [PATCH] Tests for File::Compare 
37356              From: "Philip Newton" <Philip.Newton@gmx.net>
37357              Date: Thu, 31 May 2001 19:44:05 +0200
37358              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
37359              
37360              Unnecessary "quotation marks".
37361      Branch: perl
37362            ! t/lib/filecomp.t
37363 ____________________________________________________________________________
37364 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
37365         Log: Integrate perlio.
37366      Branch: perl
37367           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
37368 ____________________________________________________________________________
37369 [ 10364] By: nick                                  on 2001/06/01  10:13:31
37370         Log: Cleanup dll.base and dll.exp created by GCC builds.
37371      Branch: perlio
37372            ! lib/ExtUtils/MM_Win32.pm
37373 ____________________________________________________________________________
37374 [ 10363] By: nick                                  on 2001/06/01  10:02:17
37375         Log: Make filecomp test work on CRLF platforms by adding binmode.
37376      Branch: perlio
37377            ! t/lib/filecomp.t
37378 ____________________________________________________________________________
37379 [ 10362] By: nick                                  on 2001/06/01  08:37:17
37380         Log: Integrate mainline
37381      Branch: perlio
37382           !> Changes Configure patchlevel.h perlio.c
37383 ____________________________________________________________________________
37384 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
37385         Log: panic:claustrophobia.
37386      Branch: perl
37387            ! perlio.c
37388 ____________________________________________________________________________
37389 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
37390         Log: Update Changes.
37391      Branch: perl
37392            ! Changes patchlevel.h
37393 ____________________________________________________________________________
37394 [ 10359] By: nick                                  on 2001/05/31  12:35:50
37395         Log: Integrate mainline.
37396      Branch: perlio
37397           +> t/lib/filecomp.t
37398           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
37399           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
37400 ____________________________________________________________________________
37401 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
37402         Log: Integrate perlio.
37403      Branch: perl
37404           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
37405           !> win32/config_H.vc
37406 ____________________________________________________________________________
37407 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
37408         Log: Metaconfig unit change for #10356.
37409      Branch: metaconfig
37410            ! U/installdirs/inc_version_list.U
37411 ____________________________________________________________________________
37412 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
37413         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
37414              (idea from Sarathy; implementation from Andy)
37415      Branch: perl
37416            ! Configure
37417 ____________________________________________________________________________
37418 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
37419         Log: More AUTHORS.
37420      Branch: perl
37421            ! AUTHORS
37422 ____________________________________________________________________________
37423 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
37424         Log: Subject: Re: [PATCH] Tests for File::Compare
37425              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
37426              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
37427              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
37428      Branch: perl
37429            + t/lib/filecomp.t
37430            ! MANIFEST t/lib/1_compile.t
37431 ____________________________________________________________________________
37432 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
37433         Log: Subject: [PATCH] DEBUG_* macro cleanups
37434              From: Abhijit Menon-Sen <ams@wiw.org>
37435              Date: Thu, 31 May 2001 12:16:22 +0530
37436              Message-ID: <20010531121622.B4829@lustre.linux.in>
37437              
37438              Subject: Re: [PATCH] DEBUG_* macro cleanups
37439              From: Abhijit Menon-Sen <ams@wiw.org>
37440              Date: Thu, 31 May 2001 13:57:01 +0530
37441              Message-ID: <20010531135701.A21775@lustre.linux.in>
37442              
37443              (The DEBUG_ definitions in perl.h changed to use the
37444              STMT_START and STMT_END.)
37445      Branch: perl
37446            ! perl.h pp_ctl.c sv.c toke.c
37447 ____________________________________________________________________________
37448 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
37449         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
37450              From: Abhijit Menon-Sen <ams@wiw.org>
37451              Date: Thu, 31 May 2001 08:27:55 +0530
37452              Message-ID: <20010531082755.A10018@lustre.linux.in>
37453      Branch: perl
37454            ! ext/Storable/Storable.xs gv.c perl.c
37455 ____________________________________________________________________________
37456 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
37457         Log: Subject: [PATCH] AUTHORS
37458              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37459              Date: Thu, 31 May 2001 01:27:59 -0500
37460              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
37461              
37462              Subject: Re: [PATCH] AUTHORS
37463              From: "Philip Newton" <Philip.Newton@gmx.net>
37464              Date: Thu, 31 May 2001 10:08:06 +0200
37465              (Message-Id missing?)
37466      Branch: perl
37467            ! AUTHORS
37468 ____________________________________________________________________________
37469 [ 10350] By: nick                                  on 2001/05/31  11:40:43
37470         Log: win32 - dmake regen_config_h
37471      Branch: perlio
37472            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37473 ____________________________________________________________________________
37474 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
37475         Log: Subject: Re: [PATCH util.c] More warning cleanups.
37476              From: "Philip Newton" <Philip.Newton@gmx.net>
37477              Date: Thu, 31 May 2001 07:41:36 +0200
37478              Message-Id: <200105310538.IAA25458@taku.hut.fi>
37479              
37480              Undo C++-ism that snekt in.
37481      Branch: perl
37482            ! util.c
37483 ____________________________________________________________________________
37484 [ 10348] By: nick                                  on 2001/05/31  11:36:46
37485         Log: Tolerate Win32 numerics
37486      Branch: perlio
37487            ! t/pragma/warn/toke
37488 ____________________________________________________________________________
37489 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
37490         Log: Integrate perlio.
37491      Branch: perl
37492           !> perlio.c win32/win32.h
37493 ____________________________________________________________________________
37494 [ 10346] By: nick                                  on 2001/05/31  10:54:55
37495         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
37496              perlio.c change 10255.
37497      Branch: perlio
37498            ! perlio.c
37499 ____________________________________________________________________________
37500 [ 10345] By: nick                                  on 2001/05/31  10:01:57
37501         Log: Conditionally put back some "unused" dTHX which are used
37502              with PERL_IMPLICIT_SYS
37503      Branch: perlio
37504            ! perlio.c
37505 ____________________________________________________________________________
37506 [ 10344] By: nick                                  on 2001/05/31  10:00:59
37507         Log: Fix Win32 for new spelling IN_BYTES 
37508      Branch: perlio
37509            ! win32/win32.h
37510 ____________________________________________________________________________
37511 [ 10343] By: nick                                  on 2001/05/31  08:01:32
37512         Log: perlio.c -Wall cleaner under MULTIPLICITY
37513              - still minor noise with linux stdio
37514      Branch: perlio
37515            ! perlio.c
37516 ____________________________________________________________________________
37517 [ 10342] By: nick                                  on 2001/05/31  07:52:23
37518         Log: Integrate mainline.
37519      Branch: perlio
37520           !> (integrate 42 files)
37521 ____________________________________________________________________________
37522 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
37523         Log: AUTHORS updates.
37524      Branch: perl
37525            ! AUTHORS
37526 ____________________________________________________________________________
37527 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
37528         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
37529              From: Peter Prymmer <pvhp@forte.com>
37530              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
37531              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
37532      Branch: perl
37533            ! t/lib/md5-file.t
37534 ____________________________________________________________________________
37535 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
37536         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
37537              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
37538              to match the pragma name; various robustness cleanups.
37539      Branch: perl
37540            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
37541            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
37542 ____________________________________________________________________________
37543 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
37544         Log: More -Wall sweeping.
37545      Branch: perl
37546            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
37547            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
37548            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
37549            ! regcomp.c sv.c toke.c utf8.c
37550 ____________________________________________________________________________
37551 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
37552         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
37553              From: Nicholas Clark <nick@ccl4.org>
37554              Date: Wed, 30 May 2001 22:34:41 +0100
37555              Message-ID: <20010530223441.Y86445@plum.flirble.org>
37556      Branch: perl
37557            ! t/op/cmp.t
37558 ____________________________________________________________________________
37559 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
37560         Log: It's is not, it isn't ain't, and it's it's, not its,
37561              if you mean it is. If you don't, it's its. Then too,
37562              it's hers. It isn't her's. It isn't our's either.
37563              It's ours, and likewise yours and theirs.
37564              -- Oxford University Press, Edpress News
37565      Branch: perl
37566            ! lib/autouse.pm
37567 ____________________________________________________________________________
37568 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
37569         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
37570      Branch: perl
37571            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
37572            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
37573            ! x2p/str.c x2p/walk.c xsutils.c
37574 ____________________________________________________________________________
37575 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
37576         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
37577              From: Michael G Schwern <schwern@pobox.com>
37578              Date: Wed, 30 May 2001 17:10:38 +0100
37579              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
37580              
37581              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
37582              From: Abhijit Menon-Sen <ams@wiw.org>
37583              Date: Wed, 30 May 2001 23:16:13 +0530
37584              Message-ID: <20010530231613.A31933@lustre.linux.in>
37585      Branch: perl
37586            ! perl.c t/run/runenv.t
37587 ____________________________________________________________________________
37588 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
37589         Log: (Retracted by #10375.)
37590              
37591              IRIX hints patch from Merijn Broeren.
37592              
37593              TODO: (this and the earlier Linux hints patch) should be solved
37594              at Configure level.  Merijn: -ldb should not be used on any platform
37595              for perl, just when linking DBFile itself. Trying to be helpful here
37596              is counterproductive.
37597      Branch: perl
37598            ! hints/irix_6.sh
37599 ____________________________________________________________________________
37600 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
37601         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
37602              From: Nicholas Clark <nick@ccl4.org>
37603              Date: Wed, 30 May 2001 23:20:58 +0100
37604              Message-ID: <20010530232058.B86445@plum.flirble.org>
37605      Branch: perl
37606            ! doop.c
37607 ____________________________________________________________________________
37608 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
37609         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
37610              From: Michael G Schwern <schwern@pobox.com> 
37611              Date: Wed, 30 May 2001 15:24:20 +0100
37612              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
37613      Branch: perl
37614            ! t/pragma/autouse.t
37615 ____________________________________________________________________________
37616 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
37617         Log: The regex trick wasn't a good idea.
37618      Branch: perl
37619            ! pod/perlfaq4.pod
37620 ____________________________________________________________________________
37621 [ 10329] By: nick                                  on 2001/05/30  18:34:35
37622         Log: Integrate mainline
37623      Branch: perlio
37624           !> (integrate 40 files)
37625 ____________________________________________________________________________
37626 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
37627         Log: Update Changes.
37628      Branch: perl
37629            ! Changes patchlevel.h
37630 ____________________________________________________________________________
37631 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
37632         Log: The metaconfig unit change for #10325.
37633      Branch: metaconfig
37634            + U/modified/afs.U
37635 ____________________________________________________________________________
37636 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
37637         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
37638              is now wrong.
37639      Branch: perl
37640            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
37641 ____________________________________________________________________________
37642 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
37643         Log: Introduce $Config{afsroot}.
37644      Branch: perl
37645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37646            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
37647            ! win32/config.gc win32/config.vc
37648 ____________________________________________________________________________
37649 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
37650         Log: (Retracted by #10375.)
37651              
37652              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
37653      Branch: perl
37654            ! hints/linux.sh
37655 ____________________________________________________________________________
37656 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
37657         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
37658              (Also Configure tweaks needed; coming up soon.)
37659      Branch: perl
37660            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
37661 ____________________________________________________________________________
37662 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
37663         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
37664              From: Michael G Schwern <schwern@pobox.com>
37665              Date: Sun, 27 May 2001 10:29:43 +0100
37666              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
37667      Branch: perl
37668            ! lib/perl5db.pl
37669 ____________________________________________________________________________
37670 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
37671         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
37672              and Abhijit Menon-Sen.
37673      Branch: perl
37674            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
37675            ! perl.c pp_sys.c regcomp.c
37676 ____________________________________________________________________________
37677 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
37678         Log: Fix the BOOT section to call myU2time properly.
37679      Branch: perl
37680            ! ext/Time/HiRes/HiRes.xs
37681 ____________________________________________________________________________
37682 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
37683         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
37684              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
37685              Date: Wed, 30 May 2001 09:44:29 -0400
37686              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
37687              
37688              Detypo; plus add one more trick.
37689      Branch: perl
37690            ! pod/perlfaq4.pod
37691 ____________________________________________________________________________
37692 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
37693         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)
37694              From: Michael G Schwern <schwern@pobox.com>
37695              Date: Wed, 30 May 2001 14:39:06 +0100
37696              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
37697      Branch: perl
37698            ! lib/autouse.pm t/pragma/autouse.t
37699 ____________________________________________________________________________
37700 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
37701         Log: Subject: Re: AIX and gcc (moving targets)
37702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37703              Date: Wed, 30 May 2001 15:25:08 +0200
37704              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
37705      Branch: perl
37706            ! ext/Time/HiRes/HiRes.xs
37707 ____________________________________________________________________________
37708 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
37709         Log: Subject: [PATCH t/TEST] sorting tests
37710              From: Michael G Schwern <schwern@pobox.com>
37711              Date: Wed, 30 May 2001 10:24:02 +0100
37712              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
37713      Branch: perl
37714            ! t/TEST
37715 ____________________________________________________________________________
37716 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
37717         Log: Subject: [ID 20010529.002] typos in man page perlre
37718              From: bart@cg681574-a.adubn1.nj.home.com 
37719              Date: Tue, 29 May 2001 13:58:59 -0500
37720              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
37721      Branch: perl
37722            ! pod/perlre.pod
37723 ____________________________________________________________________________
37724 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
37725         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
37726              From: "Craig A. Berry" <craigberry@mac.com>
37727              Date: Tue, 29 May 2001 23:23:45 -0500
37728              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
37729      Branch: perl
37730            ! t/lib/extutils.t t/pragma/autouse.t
37731 ____________________________________________________________________________
37732 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
37733         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)
37734              From: David Dyck <dcd@tc.fluke.com>
37735              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
37736              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
37737      Branch: perl
37738            ! t/lib/filefind.t
37739 ____________________________________________________________________________
37740 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
37741         Log: AIX hints update for gcc from Merijn H. Brand.
37742      Branch: perl
37743            ! hints/aix.sh
37744 ____________________________________________________________________________
37745 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
37746         Log: Retract #10295 and #10296: a more generic solution
37747              is needed (there's something funny with gcc on AIX).
37748      Branch: perl
37749            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
37750 ____________________________________________________________________________
37751 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
37752         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
37753              From: Hugo <hv@crypt.compulink.co.uk>
37754              Date: Wed, 30 May 2001 11:59:19 +0100
37755              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
37756              
37757              localizing $@ has unfortunate semantics - if you die past
37758              a local $@, the die message is lost.
37759      Branch: perl
37760            ! lib/utf8_heavy.pl
37761 ____________________________________________________________________________
37762 [ 10309] By: nick                                  on 2001/05/30  08:23:02
37763         Log: Integrate mainline (autouse works again.)
37764      Branch: perlio
37765           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
37766           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
37767           !> pod/perlvar.pod t/op/cmp.t
37768 ____________________________________________________________________________
37769 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
37770         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
37771              From: David Dyck <dcd@tc.fluke.com>
37772              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
37773              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
37774      Branch: perl
37775            ! lib/File/Find.pm
37776 ____________________________________________________________________________
37777 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
37778         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
37779              From: Nicholas Clark <nick@ccl4.org>
37780              Date: Tue, 29 May 2001 23:16:09 +0100
37781              Message-ID: <20010529231609.U86445@plum.flirble.org>
37782              
37783              Make the test output slightly clearer by distinguishing
37784              between '' and undef.
37785      Branch: perl
37786            ! t/op/cmp.t
37787 ____________________________________________________________________________
37788 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
37789         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
37790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37791              Date: Tue, 29 May 2001 19:15:19 -0400
37792              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
37793      Branch: perl
37794            ! hints/os2.sh
37795 ____________________________________________________________________________
37796 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
37797         Log: Subject: perlvar.pod addition
37798              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
37799              Date: Fri, 25 May 2001 20:23:12 +0200
37800              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
37801              
37802              Subject: Re: perlvar.pod addition
37803              From: "Abigail" <abigail@foad.org> 
37804              Date: Fri, 25 May 2001 22:00:39 +0200
37805              Message-ID: <20010525200039.28029.qmail@foad.org>
37806              
37807              Mention $a and $b in perlvar.
37808      Branch: perl
37809            ! pod/perlvar.pod
37810 ____________________________________________________________________________
37811 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
37812         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
37813              From: Jeff Pinyan <jeffp@crusoe.net>
37814              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
37815              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
37816      Branch: perl
37817            ! pod/perlvar.pod
37818 ____________________________________________________________________________
37819 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
37820         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
37821              From: Jeff Pinyan <jeffp@crusoe.net>
37822              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
37823              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
37824      Branch: perl
37825            ! pod/perlfaq6.pod
37826 ____________________________________________________________________________
37827 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
37828         Log: Mention Time::localtime and Time::gmtime.
37829      Branch: perl
37830            ! ext/Time/Piece/Piece.pm
37831 ____________________________________________________________________________
37832 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
37833         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
37834              From: Michael G Schwern <schwern@pobox.com>
37835              Date: Tue, 29 May 2001 18:51:32 +0100
37836              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
37837      Branch: perl
37838            ! pod/perlfaq4.pod
37839 ____________________________________________________________________________
37840 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
37841         Log: Retract #10243.
37842      Branch: perl
37843            ! lib/autouse.pm
37844 ____________________________________________________________________________
37845 [ 10299] By: nick                                  on 2001/05/29  18:41:19
37846         Log: Post weekend integrate mainline (fails one test pragma/autouse).
37847      Branch: perlio
37848           +> (branch 29 files)
37849           !> (integrate 91 files)
37850 ____________________________________________________________________________
37851 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
37852         Log: Update Changes.
37853      Branch: perl
37854            ! Changes patchlevel.h
37855 ____________________________________________________________________________
37856 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
37857         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
37858              before Perl_load_module/Perl_call_method and restore the value
37859              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
37860      Branch: perl
37861            ! utf8.c
37862 ____________________________________________________________________________
37863 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
37864         Log: Subject: Re: AIX and gcc (moving targets)
37865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37866              Date: Tue, 29 May 2001 17:59:40 +0200
37867              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
37868      Branch: perl
37869            ! ext/Storable/Makefile.PL
37870 ____________________________________________________________________________
37871 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
37872         Log: Subject: Re: AIX and gcc (moving targets)
37873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37874              Date: Tue, 29 May 2001 12:32:57 +0200
37875              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
37876      Branch: perl
37877            ! ext/POSIX/Makefile.PL
37878 ____________________________________________________________________________
37879 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
37880         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
37881              From: Michael G Schwern <schwern@pobox.com>
37882              Date: Tue, 29 May 2001 09:53:29 +0100
37883              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
37884              
37885              (#10280 retracted)
37886      Branch: perl
37887            ! lib/Test/Harness.pm t/lib/test-harness.t
37888 ____________________________________________________________________________
37889 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
37890         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
37891              From: Michael G Schwern <schwern@pobox.com>
37892              Date: Tue, 29 May 2001 09:19:52 +0100
37893              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
37894      Branch: perl
37895            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
37896            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
37897            + t/lib/Test/todo.t
37898            ! MANIFEST lib/Test.pm t/TEST
37899 ____________________________________________________________________________
37900 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
37901         Log: From: Michael G Schwern <schwern@pobox.com>
37902              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
37903              Date: Tue, 29 May 2001 08:26:09 +0100
37904              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
37905      Branch: perl
37906            ! t/TEST
37907 ____________________________________________________________________________
37908 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
37909         Log: Add tests for Time::gmtime and Time::localtime.
37910      Branch: perl
37911            + t/lib/time-gmtime.t t/lib/time-localtime.t
37912            ! MANIFEST t/lib/1_compile.t
37913 ____________________________________________________________________________
37914 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
37915         Log: Add test for File::stat.
37916      Branch: perl
37917            + t/lib/filestat.t
37918            ! MANIFEST t/lib/1_compile.t
37919 ____________________________________________________________________________
37920 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
37921         Log: Add test for Net::servent.
37922      Branch: perl
37923            + t/lib/net-sent.t
37924            ! MANIFEST t/lib/1_compile.t
37925 ____________________________________________________________________________
37926 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
37927         Log: Add test for Net::protoent.
37928      Branch: perl
37929            + t/lib/net-pent.t
37930            ! MANIFEST t/lib/1_compile.t
37931 ____________________________________________________________________________
37932 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
37933         Log: Add test for Net::netent.
37934      Branch: perl
37935            + t/lib/net-nent.t
37936            ! MANIFEST t/lib/1_compile.t
37937 ____________________________________________________________________________
37938 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
37939         Log: Add test for User::grent.  Portability doubtful.
37940      Branch: perl
37941            + t/lib/user-grent.t
37942            ! MANIFEST t/lib/1_compile.t
37943 ____________________________________________________________________________
37944 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
37945         Log: Add test for User::pwent.
37946              Probably will fall down somewhere for portability reasons.
37947      Branch: perl
37948            + t/lib/user-pwent.t
37949            ! MANIFEST t/lib/1_compile.t
37950 ____________________________________________________________________________
37951 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
37952         Log: Metaconfig units changes for #10283.
37953      Branch: metaconfig
37954            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
37955            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
37956            ! U/installdirs/sitescript.U U/modified/Signal.U
37957 ____________________________________________________________________________
37958 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
37959         Log: Subject: [PATCH 5.6.1] signal names in Configure
37960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37961              Date: Tue, 29 May 2001 03:52:25 -0400
37962              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
37963              
37964              Subject: [PATCH 5.6.1] older perl in Configure
37965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37966              Date: Tue, 29 May 2001 03:55:40 -0400
37967              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
37968              
37969              Subject: [PATCH 5.6.1] goofs in Configure
37970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37971              Date: Tue, 29 May 2001 04:13:07 -0400
37972              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
37973              
37974              Configure portability tweaks.
37975      Branch: perl
37976            ! Configure
37977 ____________________________________________________________________________
37978 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
37979         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
37980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37981              Date: Tue, 29 May 2001 04:07:06 -0400
37982              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
37983      Branch: perl
37984            ! os2/os2.c
37985 ____________________________________________________________________________
37986 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
37987         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
37988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37989              Date: Tue, 29 May 2001 04:01:38 -0400
37990              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
37991      Branch: perl
37992            ! hints/os2.sh os2/Makefile.SHs
37993 ____________________________________________________________________________
37994 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
37995         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
37996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37997              Date: Tue, 29 May 2001 03:50:18 -0400
37998              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
37999      Branch: perl
38000            ! lib/Test/Harness.pm
38001 ____________________________________________________________________________
38002 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
38003         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
38004      Branch: perl
38005            ! lib/utf8_heavy.pl
38006 ____________________________________________________________________________
38007 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
38008         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
38009              From: Hugo <hv@crypt.compulink.co.uk>
38010              Date: Tue, 29 May 2001 03:03:45 +0100
38011              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
38012              
38013              Explanation why the $@ always gets the UTF8 flag when under use utf8--
38014              because we told it to have the flag when under use utf8.
38015      Branch: perl
38016            ! pp_ctl.c
38017 ____________________________________________________________________________
38018 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
38019         Log: At least a partial fix for 20010528.004.
38020      Branch: perl
38021            ! lib/utf8_heavy.pl
38022 ____________________________________________________________________________
38023 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
38024         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
38025              From: Nicholas Clark <nick@ccl4.org> 
38026              Date: Mon, 28 May 2001 23:39:38 +0100
38027              Message-ID: <20010528233938.M86445@plum.flirble.org>
38028              
38029              More portable non-zero UV.
38030      Branch: perl
38031            ! t/lib/extutils.t
38032 ____________________________________________________________________________
38033 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
38034         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
38035              From: Nicholas Clark <nick@ccl4.org>
38036              Date: Mon, 28 May 2001 22:46:09 +0100
38037              Message-ID: <20010528224608.L86445@plum.flirble.org>
38038              
38039              Test also "make clean".
38040      Branch: perl
38041            ! t/lib/extutils.t
38042 ____________________________________________________________________________
38043 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
38044         Log: Subject: Re: Would -Wno-unused -Wall be better?
38045              From: Michael G Schwern <schwern@pobox.com>
38046              Date: Tue, 29 May 2001 00:55:54 +0100
38047              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
38048      Branch: perl
38049            ! pp.h
38050 ____________________________________________________________________________
38051 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
38052         Log: Add a test for 20010528.007, fixed in #10272.
38053      Branch: perl
38054            ! t/op/misc.t toke.c
38055 ____________________________________________________________________________
38056 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
38057         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
38058              From: Hugo <hv@crypt.compulink.co.uk>
38059              Date: Tue, 29 May 2001 00:23:23 +0100
38060              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
38061      Branch: perl
38062            ! toke.c
38063 ____________________________________________________________________________
38064 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
38065         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
38066              From: Michael G Schwern <schwern@pobox.com>
38067              Date: Tue, 29 May 2001 00:42:59 +0100
38068              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
38069      Branch: perl
38070            ! t/pragma/autouse.t
38071 ____________________________________________________________________________
38072 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
38073         Log: Some shells seemingly arrange the signal handlers differently
38074              (bug id 20010521.004).
38075      Branch: perl
38076            ! t/lib/sigaction.t
38077 ____________________________________________________________________________
38078 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
38079         Log: Regen perlmodlib.
38080      Branch: perl
38081            ! pod/perlmodlib.pod
38082 ____________________________________________________________________________
38083 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
38084         Log: Update Changes.
38085      Branch: perl
38086            ! Changes patchlevel.h
38087 ____________________________________________________________________________
38088 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
38089         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
38090              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38091              Date: Mon, 28 May 2001 14:56:35 -0500
38092              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
38093      Branch: perl
38094            ! pod/perlnewmod.pod
38095 ____________________________________________________________________________
38096 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
38097         Log: Regen toc.
38098      Branch: perl
38099            ! pod/perltoc.pod
38100 ____________________________________________________________________________
38101 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
38102         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
38103              From: "Richard Soderberg" <rs@crystalflame.net>
38104              Date: Mon, 28 May 2001 12:31:23 -0700
38105              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
38106      Branch: perl
38107            ! t/op/splice.t
38108 ____________________________________________________________________________
38109 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
38110         Log: The #10260 was too bold: locales and utf8 still do not mix.
38111      Branch: perl
38112            ! t/pragma/locale.t
38113 ____________________________________________________________________________
38114 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
38115         Log: Subject: [PATCH] Pod nitpicks
38116              From: "Richard Soderberg" <rs@crystalflame.net>
38117              Date: Mon, 28 May 2001 10:08:58 -0700
38118              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
38119      Branch: perl
38120            ! pod/perl571delta.pod pod/perlapi.pod sv.h
38121 ____________________________________________________________________________
38122 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
38123         Log: Upgrade to I18N::LangTags 0.22.
38124      Branch: perl
38125            + lib/I18N/LangTags/List.pod
38126            ! MANIFEST lib/I18N/LangTags.pm
38127 ____________________________________________________________________________
38128 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
38129         Log: A slightly more serious bug found by -Mutf8; op/misc and
38130              lib/complex dumped core.
38131      Branch: perl
38132            ! regexec.c
38133 ____________________________________________________________________________
38134 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
38135         Log: Various buglets shaken out by -Mutf8.
38136      Branch: perl
38137            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
38138            ! t/pragma/locale.t
38139 ____________________________________________________________________________
38140 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
38141         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
38142      Branch: perl
38143            ! t/lib/carp.t
38144 ____________________________________________________________________________
38145 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
38146         Log: Subject: [PATCH] todo patch
38147              From: Artur Bergman <artur@contiller.se> 
38148              Date: Mon, 28 May 2001 17:03:51 +0200
38149              Message-ID: <B7383577.F34%artur@contiller.se>
38150      Branch: perl
38151            ! pod/perltodo.pod
38152 ____________________________________________________________________________
38153 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
38154         Log: Subject: typo in perlguts.pod
38155              From: "John P. Linderman" <jpl@research.att.com>
38156              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
38157              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
38158      Branch: perl
38159            ! pod/perlguts.pod
38160 ____________________________________________________________________________
38161 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
38162         Log: Subject: AIX and gcc (moving targets)
38163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38164              Date: Mon, 28 May 2001 12:54:04 +0200
38165              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
38166      Branch: perl
38167            ! hints/aix.sh
38168 ____________________________________________________________________________
38169 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
38170         Log: Subject: Re: perlio + multiple perl_alloc..destruct
38171              From: Doug MacEachern <dougm@covalent.net>
38172              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
38173              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
38174      Branch: perl
38175            ! perlio.c
38176 ____________________________________________________________________________
38177 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
38178         Log: The #10251 wasn't quite up-to-the-code.
38179      Branch: perl
38180            ! t/op/misc.t
38181 ____________________________________________________________________________
38182 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
38183         Log: Test case for bug 20010526.004, fixed in #10252.
38184      Branch: perl
38185            ! t/op/taint.t
38186 ____________________________________________________________________________
38187 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
38188         Log: Subject: Re: [ID 20010526.004] Taint looses value
38189              From: Hugo <hv@crypt.compulink.co.uk>
38190              Date: Sun, 27 May 2001 20:39:32 +0100
38191              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
38192      Branch: perl
38193            ! sv.c
38194 ____________________________________________________________________________
38195 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
38196         Log: Test case for 20010422.005, fixed by #10250.
38197      Branch: perl
38198            ! t/op/misc.t
38199 ____________________________________________________________________________
38200 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
38201         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
38202              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38203              Date: Mon, 28 May 2001 06:39:12 -0400
38204              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
38205      Branch: perl
38206            ! toke.c
38207 ____________________________________________________________________________
38208 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
38209         Log: Linerewrapping.
38210      Branch: perl
38211            ! lib/open.pm
38212 ____________________________________________________________________________
38213 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
38214         Log: Updates on the modules list.
38215      Branch: perl
38216            ! t/lib/1_compile.t
38217 ____________________________________________________________________________
38218 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
38219         Log: Add a test for PerlIO.
38220              
38221              (I probably got the crlf/raw thing wrong for clrfy platforms...)
38222      Branch: perl
38223            + t/lib/perlio.t
38224            ! MANIFEST lib/PerlIO.pm
38225 ____________________________________________________________________________
38226 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
38227         Log: Add a test for carp et alia.
38228      Branch: perl
38229            + t/lib/carp.t
38230            ! MANIFEST
38231 ____________________________________________________________________________
38232 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
38233         Log: Adding the new test would be swell.
38234      Branch: perl
38235            + t/pragma/autouse.t
38236 ____________________________________________________________________________
38237 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
38238         Log: Add a test for the autouse pragma.
38239      Branch: perl
38240            ! MANIFEST
38241 ____________________________________________________________________________
38242 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
38243         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
38244              From: dLux <dlux@spam.sch.bme.hu>
38245              Date: Sun, 27 May 2001 16:14:26 +0200
38246              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
38247      Branch: perl
38248            ! lib/autouse.pm
38249 ____________________________________________________________________________
38250 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
38251         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
38252              From: "Richard Soderberg" <rs@crystalflame.net>
38253              Date: Mon, 28 May 2001 03:56:36 -0700
38254              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
38255      Branch: perl
38256            ! utils/dprofpp.PL
38257 ____________________________________________________________________________
38258 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
38259         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
38260              From: "Stephen P. Potter" <spp@spotter.yi.org>
38261              Date: Tue, 22 May 2001 11:40:25 -0400
38262              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
38263              
38264              Subject: Re: [ID 20010522.003] Time::Local module bug
38265              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
38266              Date: Tue, 22 May 2001 11:50:19 -0400
38267              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
38268      Branch: perl
38269            ! lib/Time/Local.pm
38270 ____________________________________________________________________________
38271 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
38272         Log: The PERL_DL_NONLAZY can have whitespace in front.
38273      Branch: perl
38274            ! t/lib/extutils.t
38275 ____________________________________________________________________________
38276 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
38277         Log: Document strftime() and strptime().
38278      Branch: perl
38279            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
38280 ____________________________________________________________________________
38281 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
38282         Log: Make Time::Piece::strptime() to be a function, not a method.
38283      Branch: perl
38284            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
38285 ____________________________________________________________________________
38286 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
38287         Log: Tweak the test to be more portable.
38288      Branch: perl
38289            ! t/lib/extutils.t
38290 ____________________________________________________________________________
38291 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
38292         Log: Subject: PATCH: Re: Re: Attributes that tie
38293              From: Leon Brocard <acme@astray.com>
38294              Date: Sun, 27 May 2001 12:37:29 +0100
38295              Message-ID: <20010527123729.A22663@ns0.astray.com>
38296              
38297              Document that variable attributes are not currently usable
38298              for tieing.  (An ugly limitation that should be fixed.)
38299      Branch: perl
38300            ! lib/attributes.pm
38301 ____________________________________________________________________________
38302 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
38303         Log: Microperl tweaks.
38304      Branch: perl
38305            ! Makefile.micro uconfig.h uconfig.sh
38306 ____________________________________________________________________________
38307 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
38308         Log: Add make target for microperl (kind of silly, but convenient).
38309      Branch: perl
38310            ! Makefile.SH
38311 ____________________________________________________________________________
38312 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
38313         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
38314              for microperl.)
38315      Branch: perl
38316            ! doio.c
38317 ____________________________________________________________________________
38318 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
38319         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
38320              From: rspier@pobox.com (Robert Spier)
38321              Date: Sat, 26 May 2001 20:05:23 -0400
38322              Message-ID: <15120.17603.148648.12430@rls.cx>
38323              
38324              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
38325              From: rspier@pobox.com (Robert Spier)
38326              Date: Sun, 27 May 2001 00:23:12 -0400
38327              Message-ID: <15120.33072.511966.767230@rls.cx>
38328      Branch: perl
38329            ! doio.c pod/perlfunc.pod
38330 ____________________________________________________________________________
38331 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
38332         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
38333      Branch: perl
38334            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38335 ____________________________________________________________________________
38336 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
38337         Log: Add README.tru64.
38338      Branch: perl
38339            + README.tru64
38340 ____________________________________________________________________________
38341 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
38342         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
38343      Branch: perl
38344            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
38345            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
38346            ! MANIFEST
38347 ____________________________________________________________________________
38348 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
38349         Log: Integrate I18N::LangTags from Sean Burke.
38350              
38351              TODO: the language list from RFC 3066 needs to be integrated
38352              and made available somehow.  The list is included in the
38353              I18N-LangTags 0.21 distribution, but it is undocumented
38354              and unconnected to the module.
38355      Branch: perl
38356            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
38357            ! MANIFEST
38358 ____________________________________________________________________________
38359 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
38360         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
38361              envisioned by Sarathy.
38362      Branch: perl
38363            ! t/op/ver.t toke.c
38364 ____________________________________________________________________________
38365 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
38366         Log: Subject: [ID 20010525.001] Pod typo nits fixed
38367              From: lvirden@cas.org
38368              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
38369              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
38370              
38371              minus the perlsolaris decimation plus the
38372              
38373              Subject: Re: [ID 20010525.001] Pod typo nits fixed
38374              From: "Philip Newton" <Philip.Newton@gmx.net>
38375              Date: Fri, 25 May 2001 18:05:55 +0200
38376              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
38377      Branch: perl
38378            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
38379            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
38380            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
38381            ! pod/perlutil.pod pod/perlxstut.pod
38382 ____________________________________________________________________________
38383 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
38384         Log: return clauses are nice.
38385      Branch: perl
38386            ! sv.c
38387 ____________________________________________________________________________
38388 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
38389         Log: Subject: change 10199 backwards?
38390              From: Doug MacEachern <dougm@covalent.net>
38391              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
38392              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
38393      Branch: perl
38394            ! sv.c
38395 ____________________________________________________________________________
38396 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
38397         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
38398              From: Hugo <hv@crypt.compulink.co.uk>
38399              Date: Sat, 26 May 2001 17:05:12 +0100
38400              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
38401      Branch: perl
38402            + t/op/gmagic.t
38403            ! MANIFEST doop.c embed.h embed.pl global.sym
38404            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
38405            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
38406 ____________________________________________________________________________
38407 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
38408         Log: Regen headers for #10221.
38409      Branch: perl
38410            ! global.sym objXSUB.h perlapi.c
38411 ____________________________________________________________________________
38412 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
38413         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
38414              From: Juha Laiho <juha.laiho@Elma.Net>
38415              Date: Thu, 3 May 2001 09:51:30 +0300
38416              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
38417      Branch: perl
38418            ! embed.pl
38419 ____________________________________________________________________________
38420 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
38421         Log: Subject: Re: [PATCH] Re: stability of sort()?
38422              From: "John P. Linderman" <jpl@research.att.com>
38423              Date: Sat, 26 May 2001 13:27:19 -0400
38424              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
38425      Branch: perl
38426            ! pod/perlfunc.pod
38427 ____________________________________________________________________________
38428 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
38429         Log: Integrate perlio.
38430      Branch: perl
38431           !> pod/perlguts.pod
38432 ____________________________________________________________________________
38433 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
38434         Log: Subject: [PATCH perl@10210] PerlIO for VMS
38435              From: "Craig A. Berry" <craigberry@mac.com>
38436              Date: Sat, 26 May 2001 09:34:11 -0500
38437              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
38438      Branch: perl
38439            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
38440            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
38441            ! vms/vmsish.h
38442 ____________________________________________________________________________
38443 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
38444         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
38445              From: David Dyck <dcd@tc.fluke.com>
38446              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
38447              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
38448      Branch: perl
38449            ! lib/perl5db.pl
38450 ____________________________________________________________________________
38451 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
38452         Log: Subject: utf8 regexp tests
38453              From: Hugo <hv@crypt.compulink.co.uk>
38454              Date: Fri, 25 May 2001 22:35:01 +0100
38455              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
38456      Branch: perl
38457            ! t/op/regexp.t
38458 ____________________________________________________________________________
38459 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
38460         Log: Subject: [PATCH] Re: stability of sort()?
38461              From: Nicholas Clark <nick@ccl4.org>
38462              Date: Fri, 25 May 2001 22:40:19 +0100
38463              Message-ID: <20010525224019.B86445@plum.flirble.org>
38464      Branch: perl
38465            ! pod/perlfunc.pod
38466 ____________________________________________________________________________
38467 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
38468         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
38469              From: John Peacock <jpeacock@rowman.com>
38470              Date: Thu, 24 May 2001 22:14:01 -0400
38471              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
38472      Branch: perl
38473            ! mg.c scope.c sv.c
38474 ____________________________________________________________________________
38475 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
38476         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
38477              From: Nicholas Clark <nick@ccl4.org>
38478              Date: Sun, 20 May 2001 19:24:13 +0100
38479              Message-ID: <20010520192413.G83222@plum.flirble.org>
38480      Branch: perl
38481            + lib/ExtUtils/Constant.pm t/lib/extutils.t
38482            ! MANIFEST utils/h2xs.PL
38483 ____________________________________________________________________________
38484 [ 10212] By: nick                                  on 2001/05/26  09:49:28
38485         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
38486              add a few more notes there on use of mortals on the stack.
38487      Branch: perlio
38488            ! pod/perlguts.pod
38489 ____________________________________________________________________________
38490 [ 10211] By: nick                                  on 2001/05/26  09:05:36
38491         Log: Integrate mainline
38492      Branch: perlio
38493           +> t/lib/fcntl.t t/pragma/vars.t
38494           !> (integrate 49 files)
38495 ____________________________________________________________________________
38496 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
38497         Log: Update Changes.
38498      Branch: perl
38499            ! Changes patchlevel.h
38500 ____________________________________________________________________________
38501 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
38502         Log: Based on
38503              
38504              Subject: [PATCH pp.c] Wrapping pack("C",256)
38505              From: Simon Cozens <simon@netthink.co.uk>
38506              Date: Sat, 12 May 2001 17:58:41 +0100
38507              Message-ID: <20010512175841.A6132@netthink.co.uk>
38508      Branch: perl
38509            ! pod/perldiag.pod pp.c t/pragma/warn/pp
38510 ____________________________________________________________________________
38511 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
38512         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
38513              From: "Brendan O'Dea" <bod@compusol.com.au>
38514              Date: Fri, 25 May 2001 11:18:29 +1000
38515              Message-ID: <20010525111829.A28411@compusol.com.au>
38516              
38517              (Slightly modified.)
38518      Branch: perl
38519            ! lib/Term/Cap.pm
38520 ____________________________________________________________________________
38521 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
38522         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
38523              From: Hugo <hv@crypt.compulink.co.uk>
38524              Date: Fri, 25 May 2001 02:13:25 +0100
38525              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
38526      Branch: perl
38527            ! t/op/misc.t
38528 ____________________________________________________________________________
38529 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
38530         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
38531              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
38532              Date: Fri, 25 May 2001 10:25:36 +0900
38533              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
38534      Branch: perl
38535            ! regcomp.c regexec.c
38536 ____________________________________________________________________________
38537 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
38538         Log: Subject: [PATCH #2] stash autovivification and method call error messages
38539              From: Ilmari Karonen <iltzu@sci.fi>
38540              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
38541              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
38542      Branch: perl
38543            ! gv.c pp_hot.c t/op/method.t
38544 ____________________________________________________________________________
38545 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
38546         Log: Add make target and documentation for gprof profiling.
38547      Branch: perl
38548            ! Makefile.SH pod/perlhack.pod
38549 ____________________________________________________________________________
38550 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
38551         Log: Subject: Don't think about UTF8 
38552              From: Mike Guy <mjtg@cam.ac.uk> 
38553              Date: Tue, 22 May 2001 14:35:39 +0100
38554              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
38555      Branch: perl
38556            ! sv.h
38557 ____________________________________________________________________________
38558 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
38559         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
38560              From: Geraint A Edwards <gedge@serf.org> 
38561              Date: Thu, 24 May 2001 22:51:24 +0100
38562              Message-Id: <20010524225124.A34981@cymru.serf.org>
38563      Branch: perl
38564            ! x2p/find2perl.PL
38565 ____________________________________________________________________________
38566 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
38567         Log: DB_File has its own attribute story.
38568      Branch: perl
38569            ! ext/DB_File/DB_File.xs
38570 ____________________________________________________________________________
38571 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
38572         Log: Subject: Re: Making perl with -Wall
38573              From: Andy Dougherty <doughera@lafayette.edu>
38574              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
38575              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
38576      Branch: perl
38577            ! perl.h
38578 ____________________________________________________________________________
38579 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
38580         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
38581              From: "Richard Soderberg" <rs@crystalflame.net>
38582              Date: Thu, 24 May 2001 08:58:16 -0700
38583              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
38584      Branch: perl
38585            ! sv.c
38586 ____________________________________________________________________________
38587 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
38588         Log: IV/UV casting fixes from Nicholas Clark.
38589      Branch: perl
38590            ! perl.h pp_sys.c util.c
38591 ____________________________________________________________________________
38592 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
38593         Log: Subject: Re: Making perl with -Wall
38594              From: Michael G Schwern <schwern@pobox.com>
38595              Date: Thu, 24 May 2001 15:40:28 +0100
38596              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
38597      Branch: perl
38598            ! malloc.c perl.h
38599 ____________________________________________________________________________
38600 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
38601         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
38602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38603              Date: Tue, 22 May 2001 11:49:37 +0200
38604              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
38605      Branch: metaconfig
38606            ! U/modified/Oldsym.U
38607      Branch: metaconfig/U/perl
38608            ! patchlevel.U
38609      Branch: perl
38610            ! Configure config_h.SH myconfig.SH
38611 ____________________________________________________________________________
38612 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
38613         Log: Under versiononly install also the scripts with the version suffix.
38614              (e.g. .../bin/h2xs5.7.1)
38615      Branch: perl
38616            ! installperl
38617 ____________________________________________________________________________
38618 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
38619         Log: Subject: [PATCH] Stop segfault in mg.c:636
38620              From: "Richard Soderberg" <rs@crystalflame.net>
38621              Date: Thu, 24 May 2001 05:51:52 -0700
38622              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
38623      Branch: perl
38624            ! mg.c
38625 ____________________________________________________________________________
38626 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
38627         Log: Iteration continues; hopefully convergently.
38628      Branch: perl
38629            ! t/lib/b-stash.t
38630 ____________________________________________________________________________
38631 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
38632         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
38633              From: Gisle Aas <gisle@ActiveState.com>
38634              Date: 23 May 2001 16:13:10 -0700
38635              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
38636      Branch: perl
38637            ! op.c toke.c
38638 ____________________________________________________________________________
38639 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
38640         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
38641              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38642              Date: Thu, 24 May 2001 05:05:22 -0500
38643              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
38644      Branch: perl
38645            ! lib/dumpvar.pl lib/perl5db.pl
38646 ____________________________________________________________________________
38647 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
38648         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
38649              From: David Dyck <dcd@tc.fluke.com>
38650              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
38651              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
38652      Branch: perl
38653            ! lib/perl5db.pl
38654 ____________________________________________________________________________
38655 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
38656         Log: Tiny pod nits on READMEs, mostly whitespace issues.
38657      Branch: perl
38658            ! README.amiga README.dos README.macos README.mpeix README.vmesa
38659            ! README.win32
38660 ____________________________________________________________________________
38661 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
38662         Log: The DG/UX part of the 20010521.005.
38663      Branch: perl
38664            ! README.dgux
38665 ____________________________________________________________________________
38666 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
38667         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
38668              From: Hugo <hv@crypt.compulink.co.uk>
38669              Date: Mon, 21 May 2001 16:32:02 +0100
38670              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
38671      Branch: perl
38672            ! regcomp.c t/op/misc.t
38673 ____________________________________________________________________________
38674 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
38675         Log: Subject: [PATCH] Extra UNIVERSAL tests
38676              From: Mike Guy <mjtg@cam.ac.uk>
38677              Date: Wed, 23 May 2001 12:29:20 +0100
38678              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
38679      Branch: perl
38680            ! t/op/universal.t
38681 ____________________________________________________________________________
38682 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
38683         Log: Subject: [PATCH] Remove EQ keyword
38684              From: Mike Guy <mjtg@cam.ac.uk>
38685              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
38686              Date: Wed, 23 May 2001 11:17:29 +0100
38687      Branch: perl
38688            ! keywords.h keywords.pl
38689 ____________________________________________________________________________
38690 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
38691         Log: Subject: [PATCH] lib/perl5db.pl
38692              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38693              Date: Wed, 23 May 2001 02:18:03 -0500
38694              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
38695      Branch: perl
38696            ! lib/perl5db.pl
38697 ____________________________________________________________________________
38698 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
38699         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
38700              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38701              Date: Tue, 22 May 2001 23:34:41 -0500
38702              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
38703      Branch: perl
38704            ! lib/Term/Cap.pm
38705 ____________________________________________________________________________
38706 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
38707         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
38708              From: davem@fdgroup.co.uk
38709              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
38710              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
38711      Branch: perl
38712            ! emacs/e2ctags.pl
38713 ____________________________________________________________________________
38714 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
38715         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
38716              From: Michael G Schwern <schwern@pobox.com>
38717              Date: Tue, 22 May 2001 14:15:09 +0100
38718              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
38719      Branch: perl
38720            ! lib/vars.pm
38721 ____________________________________________________________________________
38722 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
38723         Log: Subject: [PATCH lib/vars.pm] Odd code nit
38724              From: Michael G Schwern <schwern@pobox.com>
38725              Date: Tue, 22 May 2001 14:14:28 +0100
38726              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
38727      Branch: perl
38728            ! lib/vars.pm
38729 ____________________________________________________________________________
38730 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
38731         Log: Use the new use vars feature.
38732      Branch: perl
38733            ! t/lib/b-stash.t
38734 ____________________________________________________________________________
38735 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
38736         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
38737              From: Mike Guy <mjtg@cam.ac.uk>
38738              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38739              Date: Tue, 22 May 2001 13:11:39 +0100
38740      Branch: perl
38741            + t/pragma/vars.t
38742            ! MANIFEST lib/vars.pm t/lib/1_compile.t
38743 ____________________________________________________________________________
38744 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
38745         Log: -qlongdouble considered harmful by Merijn.
38746      Branch: perl
38747            ! hints/aix.sh
38748 ____________________________________________________________________________
38749 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
38750         Log: Update Changes.
38751      Branch: perl
38752            ! Changes patchlevel.h
38753 ____________________________________________________________________________
38754 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
38755         Log: Add a test of its very own for Fcntl.  Hopefully portable.
38756      Branch: perl
38757            + t/lib/fcntl.t
38758            ! MANIFEST
38759 ____________________________________________________________________________
38760 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
38761         Log: Must be trickier for 'minitest' not to die.
38762      Branch: perl
38763            ! t/op/taint.t
38764 ____________________________________________________________________________
38765 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
38766         Log: Can't declare other people's variables.
38767      Branch: perl
38768            ! t/lib/b-stash.t
38769 ____________________________________________________________________________
38770 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
38771         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
38772      Branch: perl
38773            ! doio.c t/op/taint.t
38774 ____________________________________________________________________________
38775 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
38776         Log: The OS/2 variable needs to be declared.
38777      Branch: perl
38778            ! t/lib/b-stash.t
38779 ____________________________________________________________________________
38780 [ 10170] By: nick                                  on 2001/05/20  16:48:29
38781         Log: Integrate mainline
38782      Branch: perlio
38783           !> (integrate 41 files)
38784 ____________________________________________________________________________
38785 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
38786         Log: Small perlsec updates: clarify the taintedness of filename
38787              globbing; suggest using Scalar::Util::tainted().
38788      Branch: perl
38789            ! pod/perlsec.pod
38790 ____________________________________________________________________________
38791 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
38792         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
38793              From: Dave Mitchell <davem@fdgroup.co.uk>
38794              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
38795              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
38796      Branch: perl
38797            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
38798            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
38799            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
38800            ! xsutils.c
38801 ____________________________________________________________________________
38802 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
38803         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
38804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38805              Date: Sat, 19 May 2001 04:08:46 -0400
38806              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
38807      Branch: perl
38808            ! lib/ExtUtils/Mksymlists.pm makedef.pl
38809 ____________________________________________________________________________
38810 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
38811         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
38812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38813              Date: Sat, 19 May 2001 04:30:45 -0400
38814              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
38815      Branch: perl
38816            ! os2/os2.c
38817 ____________________________________________________________________________
38818 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
38819         Log: Subject: [PATCH 5.6.1] build bugs OS/2
38820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38821              Date: Sat, 19 May 2001 04:35:28 -0400
38822              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
38823      Branch: perl
38824            ! os2/Makefile.SHs os2/os2.c
38825 ____________________________________________________________________________
38826 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
38827         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
38828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38829              Date: Sat, 19 May 2001 04:04:23 -0400
38830              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
38831              
38832              (In bleadperl patched b-stash.t instead of b.t)
38833      Branch: perl
38834            ! t/lib/b-stash.t t/lib/bigfltpm.t
38835 ____________________________________________________________________________
38836 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
38837         Log: Subject: [PATCH 5.6.1] perl5db
38838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38839              Date: Sat, 19 May 2001 03:49:09 -0400
38840              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
38841      Branch: perl
38842            ! lib/perl5db.pl
38843 ____________________________________________________________________________
38844 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
38845         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
38846              From: Gisle Aas <gisle@ActiveState.com>
38847              Date: 18 May 2001 14:24:51 -0700
38848              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
38849      Branch: perl
38850            ! pp_ctl.c
38851 ____________________________________________________________________________
38852 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
38853         Log: Subject: [PATCH] Chomp should not always stringify
38854              From: Gisle Aas <gisle@ActiveState.com>
38855              Date: 18 May 2001 07:55:25 -0700
38856              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
38857      Branch: perl
38858            ! doop.c t/op/chop.t
38859 ____________________________________________________________________________
38860 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
38861         Log: Integrate perlio.
38862      Branch: perl
38863           !> pod/perlfunc.pod
38864 ____________________________________________________________________________
38865 [ 10159] By: nick                                  on 2001/05/20  09:39:46
38866         Log: Document some more of open's features.
38867      Branch: perlio
38868            ! pod/perlfunc.pod
38869 ____________________________________________________________________________
38870 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
38871         Log: back out change#10153 (it has compatibility issues such as the
38872              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
38873              benefit for 5.6.x doesn't seem worth the risk)
38874      Branch: maint-5.6/perl
38875            ! toke.c
38876 ____________________________________________________________________________
38877 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
38878         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
38879      Branch: perl
38880            ! x2p/s2p.PL
38881 ____________________________________________________________________________
38882 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
38883         Log: Update Changes.
38884      Branch: perl
38885            ! Changes patchlevel.h
38886 ____________________________________________________________________________
38887 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
38888         Log: Integrate change #10144 from maintperl.
38889              
38890              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
38891      Branch: perl
38892           !> win32/config.bc win32/config.gc win32/config.vc
38893           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38894 ____________________________________________________________________________
38895 [ 10154] By: nick                                  on 2001/05/18  07:23:03
38896         Log: Integrate mainline.
38897      Branch: perlio
38898           +> README.dgux t/lib/i18n-collate.t utils.lst
38899           !> (integrate 49 files)
38900 ____________________________________________________________________________
38901 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
38902         Log: Integrate change #7224 from mainline into maintperl.
38903              
38904              Allow @+ and @- to be doublequoted, from Simon Cozens. 
38905              (Approved by Larry, see Tom's comment in 20000830.005.)
38906      Branch: maint-5.6/perl
38907           !> toke.c
38908 ____________________________________________________________________________
38909 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
38910         Log: Subject: [PATCH bleadperl] small lookbehind fix
38911              From: Hugo <hv@crypt.compulink.co.uk>
38912              Date: Fri, 18 May 2001 00:07:19 +0100
38913              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
38914      Branch: perl
38915            ! regexec.c
38916 ____________________________________________________________________________
38917 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
38918         Log: Detypos.
38919      Branch: perl
38920            ! installman utils.lst
38921 ____________________________________________________________________________
38922 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
38923         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
38924              in 20001222.001.
38925      Branch: perl
38926            ! t/lib/glob-basic.t
38927 ____________________________________________________________________________
38928 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
38929         Log: Subject: [PATCH] Test for bug 20010515.004
38930              From: Benjamin Sugars <bsugars@canoe.ca>
38931              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
38932              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
38933      Branch: perl
38934            ! t/op/misc.t
38935 ____________________________________________________________________________
38936 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
38937         Log: Integrate #10145 from maintperl.
38938              
38939              fix for ID 20010515.004 (needs test)
38940      Branch: perl
38941           !> pp_hot.c
38942 ____________________________________________________________________________
38943 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
38944         Log: Thinko noticed by Doug MacEachern.
38945      Branch: perl
38946            ! thread.h
38947 ____________________________________________________________________________
38948 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
38949         Log: Subject: Re: [PATCH] HERE mark in regex
38950              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38951              Date: Thu, 17 May 2001 12:20:33 -0400
38952              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
38953      Branch: perl
38954            ! t/op/re_tests
38955 ____________________________________________________________________________
38956 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
38957         Log: fix for ID 20010515.004 (needs test)
38958      Branch: maint-5.6/perl
38959            ! pp_hot.c
38960 ____________________________________________________________________________
38961 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
38962         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
38963      Branch: maint-5.6/perl
38964            ! win32/config.bc win32/config.gc win32/config.vc
38965            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38966 ____________________________________________________________________________
38967 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
38968         Log: Macrofy the getspecific (and use it also in util.c)
38969      Branch: perl
38970            ! thread.h util.c
38971 ____________________________________________________________________________
38972 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
38973         Log: Use the unchecked thread-specific key fetch also in Tru64.
38974      Branch: perl
38975            ! thread.h
38976 ____________________________________________________________________________
38977 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
38978         Log: Subject: [PATCH 5.6.1]Quick thread speedup
38979              From: Dan Sugalski <dan@sidhe.org> 
38980              Date: Wed, 16 May 2001 18:05:19 -0400
38981              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
38982      Branch: perl
38983            ! thread.h util.c
38984 ____________________________________________________________________________
38985 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
38986         Log: I think this is quite enough testing for a deprecated feature.
38987      Branch: perl
38988            + t/lib/i18n-collate.t
38989            ! MANIFEST t/lib/1_compile.t
38990 ____________________________________________________________________________
38991 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
38992         Log: More HP-UX lore from Jeff Okamoto.
38993      Branch: perl
38994            ! README.hpux
38995 ____________________________________________________________________________
38996 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
38997         Log: Sort utils.lst for easier maintenance.
38998      Branch: perl
38999            ! utils.lst
39000 ____________________________________________________________________________
39001 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
39002         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
39003              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39004              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
39005              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
39006              
39007              Add pod2latex to utils.lst.
39008      Branch: perl
39009            ! MANIFEST utils.lst
39010 ____________________________________________________________________________
39011 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
39012         Log: Subject: Re: [PATCH] HERE mark in regex
39013              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39014              Date: Wed, 16 May 2001 13:04:43 -0400
39015              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
39016      Branch: perl
39017            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
39018            ! t/op/regmesg.t t/pragma/warn/regcomp
39019 ____________________________________________________________________________
39020 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
39021         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
39022              From: Simon Cozens <simon@netthink.co.uk>
39023              Date: Wed, 16 May 2001 18:02:08 +0100
39024              Message-ID: <20010516180208.A6458@netthink.co.uk>
39025      Branch: perl
39026            ! installman utils.lst
39027 ____________________________________________________________________________
39028 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
39029         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
39030              From: "Philip Newton" <pnewton@gmx.de>
39031              Date: Tue, 15 May 2001 15:09:30 +0200
39032              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
39033              
39034              Test case for #10128.
39035      Branch: perl
39036            ! t/pragma/warn/pp_hot
39037 ____________________________________________________________________________
39038 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
39039         Log: Update Changes.
39040      Branch: perl
39041            ! Changes patchlevel.h
39042 ____________________________________________________________________________
39043 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
39044         Log: Deprecate pseudo-hashes.
39045      Branch: perl
39046            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
39047 ____________________________________________________________________________
39048 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
39049         Log: HP-UX hints update from Merijn.
39050      Branch: perl
39051            ! hints/hpux.sh
39052 ____________________________________________________________________________
39053 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
39054         Log: README.hpux update from Merijn.
39055      Branch: perl
39056            ! README.hpux
39057 ____________________________________________________________________________
39058 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
39059         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
39060              From: Simon Cozens <simon@netthink.co.uk>
39061              Date: Wed, 16 May 2001 15:57:55 +0100
39062              Message-ID: <20010516155755.A4728@netthink.co.uk>
39063      Branch: perl
39064            + utils.lst
39065            ! MANIFEST installman installperl
39066 ____________________________________________________________________________
39067 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
39068         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
39069              From: "Philip Newton" <pnewton@gmx.de>
39070              Date: Tue, 15 May 2001 16:31:05 +0200
39071              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
39072              
39073              Fix PERL_Y2KWARN test to check before rather than after appending.
39074      Branch: perl
39075            ! pp_hot.c
39076 ____________________________________________________________________________
39077 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
39078         Log: Regen Porting stuff.
39079      Branch: perl
39080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39081            ! config_h.SH
39082 ____________________________________________________________________________
39083 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
39084         Log: Metaconfig unit change for #10125.
39085      Branch: metaconfig
39086            ! U/modified/Oldconfig.U
39087 ____________________________________________________________________________
39088 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
39089         Log: Use OSVERS.
39090      Branch: perl
39091            ! Configure config_h.SH perl.c
39092 ____________________________________________________________________________
39093 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
39094         Log: Regen toc.
39095      Branch: perl
39096            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39097 ____________________________________________________________________________
39098 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
39099         Log: Adding the README.dgux to the MANIFEST would be a good idea.
39100      Branch: perl
39101            ! MANIFEST
39102 ____________________________________________________________________________
39103 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
39104         Log: Move the stack desire definition to thread.h.
39105      Branch: perl
39106            ! ext/Thread/Thread.xs thread.h
39107 ____________________________________________________________________________
39108 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
39109         Log: DG-UX threading patches, including a README.dgux,
39110              from Takis Psarogiannakopoulos.
39111      Branch: perl
39112            + README.dgux
39113            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
39114 ____________________________________________________________________________
39115 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
39116         Log: Subject: [PATCH B::Deparse] More on /x regexes
39117              From: Robin Houston <robin@kitsite.com>
39118              Date: Tue, 15 May 2001 19:09:35 +0100
39119              Message-ID: <20010515190935.A27268@penderel>
39120      Branch: perl
39121            ! ext/B/B/Deparse.pm
39122 ____________________________________________________________________________
39123 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
39124         Log: Document that the core time() may be rounding rather
39125              than truncating, would have saved at least my confusion.
39126      Branch: perl
39127            ! ext/Time/HiRes/HiRes.pm
39128 ____________________________________________________________________________
39129 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
39130         Log: Subject: perl-current/t/time-hires.t
39131              From: John Peacock <jpeacock@rowman.com>
39132              Date: Fri, 11 May 2001 14:09:41 -0400
39133              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
39134      Branch: perl
39135            ! t/lib/time-hires.t
39136 ____________________________________________________________________________
39137 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
39138         Log: Subject: [PATCH dump.c] Op private flags
39139              From: Simon Cozens <simon@netthink.co.uk>
39140              Date: Sun, 13 May 2001 20:20:36 +0100
39141              Message-ID: <20010513202036.A21896@netthink.co.uk>
39142      Branch: perl
39143            ! dump.c
39144 ____________________________________________________________________________
39145 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
39146         Log: Upgrade to Switch 2.03.
39147      Branch: perl
39148            ! lib/Switch.pm
39149 ____________________________________________________________________________
39150 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
39151         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
39152              to PERL_CONFIG_SH and use it consistently.
39153      Branch: maint-5.6/perl
39154           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
39155           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
39156           !> myconfig.SH writemain.SH
39157 ____________________________________________________________________________
39158 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
39159         Log: Metaconfig units changes for #10113.
39160      Branch: metaconfig
39161            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
39162 ____________________________________________________________________________
39163 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
39164         Log: The problem described in 20010514.031 still wasn't
39165              fully cured, there were remnants of $CONFIG when
39166              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
39167              to avoid future conflicts.
39168      Branch: perl
39169            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
39170            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
39171            ! myconfig.SH writemain.SH
39172 ____________________________________________________________________________
39173 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
39174         Log: Half of #10107 got lost.
39175      Branch: perl
39176            ! ext/B/B/Deparse.pm
39177 ____________________________________________________________________________
39178 [ 10111] By: nick                                  on 2001/05/15  08:39:14
39179         Log: Integrate mainline.
39180      Branch: perlio
39181           +> ext/POSIX/hints/uts.pl
39182            - Todo Todo-5.6 t/camel-III/vstring.t
39183           !> (integrate 48 files)
39184 ____________________________________________________________________________
39185 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
39186         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
39187              From: Robin Houston <robin@kitsite.com>
39188              Date: Mon, 14 May 2001 22:27:08 +0100
39189              Message-ID: <20010514222708.A22963@penderel>
39190      Branch: perl
39191            ! t/TestInit.pm
39192 ____________________________________________________________________________
39193 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
39194         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
39195              From: Robin Houston <robin@kitsite.com>
39196              Date: Mon, 14 May 2001 22:16:43 +0100
39197              Message-ID: <20010514221643.A22437@penderel>
39198      Branch: perl
39199            ! ext/B/B/Deparse.pm
39200 ____________________________________________________________________________
39201 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
39202         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
39203              From: Robin Houston <robin@kitsite.com>
39204              Date: Mon, 14 May 2001 22:03:44 +0100
39205              Message-ID: <20010514220344.A20643@penderel>
39206      Branch: perl
39207            ! ext/B/B/Deparse.pm
39208 ____________________________________________________________________________
39209 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
39210         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
39211              From: Robin Houston <robin@kitsite.com>
39212              Date: Mon, 14 May 2001 22:10:07 +0100
39213              Message-ID: <20010514221007.A21118@penderel>
39214      Branch: perl
39215            ! ext/B/B/Deparse.pm
39216 ____________________________________________________________________________
39217 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
39218         Log: Fix for 20010514.037; substr() didn't invalidate the locale
39219              collation magic.
39220      Branch: perl
39221            ! pp.c
39222 ____________________________________________________________________________
39223 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
39224         Log: Update Changes.
39225      Branch: perl
39226            ! Changes patchlevel.h
39227 ____________________________________________________________________________
39228 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
39229         Log: Retract #10094.
39230      Branch: perl
39231            ! lib/Pod/Text.pm
39232 ____________________________________________________________________________
39233 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
39234         Log: Integrate change #10100 from maintperl.
39235              
39236              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
39237              bug ID 20010514.027)
39238      Branch: perl
39239           !> mg.c pp_ctl.c
39240 ____________________________________________________________________________
39241 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
39242         Log: Document the deprecatedness of suidperl.
39243      Branch: perl
39244            ! INSTALL pod/perlfaq1.pod
39245 ____________________________________________________________________________
39246 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
39247         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
39248              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39249              Date: Mon, 14 May 2001 09:38:59 -0400
39250              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
39251      Branch: perl
39252            ! lib/ExtUtils/MM_Unix.pm
39253 ____________________________________________________________________________
39254 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
39255         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
39256              bug ID 20010514.027)
39257              
39258              TODO: this needs a testsuite addition
39259      Branch: maint-5.6/perl
39260            ! mg.c pp_ctl.c
39261 ____________________________________________________________________________
39262 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
39263         Log: More DWIMminess for Class::Struct: calling the array or hash
39264              accessors only with one argument, an array or a hash reference,
39265              sets the underlying array or hash.  This mirrors nicely also
39266              the usage in the constructor.
39267              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
39268      Branch: perl
39269            ! lib/Class/Struct.pm t/lib/class-struct.t
39270 ____________________________________________________________________________
39271 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
39272         Log: Reference cmp'ing should go through the whole stringification
39273              process shebang, as pointed out by Sarathy in #10091.
39274      Branch: perl
39275            ! pp.c
39276 ____________________________________________________________________________
39277 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
39278         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
39279              From: Simon Cozens <simon@netthink.co.uk>
39280              Date: Sat, 12 May 2001 16:36:27 +0100
39281              Message-ID: <20010512163627.A5522@netthink.co.uk>
39282              
39283              with some additions salvaged from Todo and Todo-5.6 before
39284              retiring them.
39285      Branch: perl
39286            - Todo Todo-5.6
39287            ! MANIFEST pod/perltodo.pod
39288 ____________________________________________________________________________
39289 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
39290         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
39291              From: "Golubev I. N." <gin@mo.msk.ru>
39292              Date: Mon, 07 May 2001 14:33:34 (GMT)
39293              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
39294      Branch: perl
39295            ! perl.h
39296 ____________________________________________________________________________
39297 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
39298         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
39299              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
39300              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
39301              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
39302      Branch: perl
39303            ! lib/ExtUtils/MM_Unix.pm
39304 ____________________________________________________________________________
39305 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
39306         Log: (Retracted by #10104.)
39307              
39308              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
39309              From: barries <barries@slaysys.com>
39310              Date: Sat, 12 May 2001 01:28:10 -0400
39311              Message-ID: <20010512012810.B26358@jester.slaysys.com>
39312      Branch: perl
39313            ! lib/Pod/Text.pm
39314 ____________________________________________________________________________
39315 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
39316         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
39317              From: Mike Guy <mjtg@cam.ac.uk>
39318              Date: Sat, 12 May 2001 19:24:33 +0100
39319              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
39320      Branch: perl
39321            ! lib/AutoSplit.pm
39322 ____________________________________________________________________________
39323 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
39324         Log: Yet another HP-UX hints tweak from Merijn.
39325      Branch: perl
39326            ! hints/hpux.sh
39327 ____________________________________________________________________________
39328 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
39329         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
39330              isn't defined (changes#9366,9368,9370 from mainline without the
39331              pp_scmp() change)
39332      Branch: maint-5.6/perl
39333            ! pp.c pp.h pp_hot.c
39334 ____________________________________________________________________________
39335 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
39336         Log: The sorting seems to happen now automatically.
39337      Branch: perl
39338            ! t/lib/glob-basic.t
39339 ____________________________________________________________________________
39340 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
39341         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
39342              From: Benjamin Sugars <bsugars@canoe.ca>
39343              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
39344              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
39345      Branch: perl
39346            ! pod/perlfunc.pod
39347 ____________________________________________________________________________
39348 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
39349         Log: Subject: Re: undef(&foo) does not work for XS functions
39350              From: Doug MacEachern <dougm@covalent.net>
39351              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
39352              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
39353      Branch: perl
39354            ! op.c
39355 ____________________________________________________________________________
39356 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
39357         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
39358              From: Peter Prymmer <pvhp@forte.com>
39359              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
39360              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
39361      Branch: perl
39362            ! t/op/append.t
39363 ____________________________________________________________________________
39364 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
39365         Log: Update Changes.
39366      Branch: perl
39367            ! Changes patchlevel.h
39368 ____________________________________________________________________________
39369 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
39370         Log: Remove the 'asciir' re subpragma.  Should instead implement
39371              the 'physical vs logical' range scheme:
39372              
39373              \xAA-\xCC is a native physical range, you want that range of
39374              codepoints in your native encoding.  In EBCDIC the codepoints
39375              in the gaps (between i-j and r-s) should be included.
39376              
39377              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
39378              codepoints in Unicode.
39379              
39380              a-z is a logical range, you want that range of 'logical' codepoints
39381              in your native encoding.  In EBCDIC the codepoints in the gaps
39382              (between i-j and r-s) should not be included.
39383              
39384              Mixed cases (a-\xAA, etc) should either be errors, or maybe
39385              the 'logical' endpoints should be converted to native/Unicode
39386              codepoints, and the range handled as a physical range.
39387              
39388              'Logical endpoints' are to be recognized only in the A-Z, a-z,
39389              and 0-9 ranges.  Probably a warning should be given for mixed
39390              cases like A-z or a-9 (since such expressions are encoding
39391              dependent), with a recommendation to use physical ranges.
39392      Branch: perl
39393            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
39394            ! t/op/regexp.t
39395 ____________________________________________________________________________
39396 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
39397         Log: Make the test to cleanup the test directory tree
39398              both before and after the testing so that we always
39399              have a clean slate to work with.
39400      Branch: perl
39401            ! t/lib/filefind.t
39402 ____________________________________________________________________________
39403 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
39404         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
39405              From: Jon Eveland <jweveland@yahoo.com>
39406              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
39407              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
39408      Branch: perl
39409            ! pod/perlfunc.pod
39410 ____________________________________________________________________________
39411 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
39412         Log: Merge the camel-III/vstring.t with op/ver.t.
39413      Branch: perl
39414            - t/camel-III/vstring.t
39415            ! MANIFEST t/TEST t/harness t/op/ver.t
39416 ____________________________________________________________________________
39417 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
39418         Log: Add test.deparse make target.
39419      Branch: perl
39420            ! Makefile.SH
39421 ____________________________________________________________________________
39422 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
39423         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
39424              From: Robin Houston <robin@kitsite.com>
39425              Date: Fri, 11 May 2001 12:02:22 +0100
39426              Message-ID: <20010511120222.A11529@penderel>
39427      Branch: perl
39428            ! ext/B/B/Deparse.pm t/op/method.t
39429 ____________________________________________________________________________
39430 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
39431         Log: A nicely working combination for UTS from Hal Morris.
39432      Branch: perl
39433            + ext/POSIX/hints/uts.pl
39434            ! MANIFEST hints/uts.sh
39435 ____________________________________________________________________________
39436 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
39437         Log: i_ieeefp=undef for UTS.
39438      Branch: perl
39439            ! hints/uts.sh
39440 ____________________________________________________________________________
39441 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
39442         Log: Subject: RE: rand(0) is rand(1)
39443              From: Larry Shatzer <lshatzer@islanddata.com>
39444              Date: Thu, 10 May 2001 11:09:27 -0700
39445              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
39446      Branch: perl
39447            ! pod/perlfunc.pod
39448 ____________________________________________________________________________
39449 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
39450         Log: Subject: [patch] make op_{clear,null} public
39451              From: Doug MacEachern <dougm@covalent.net>
39452              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
39453              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
39454      Branch: perl
39455            ! embed.h embed.pl op.c proto.h
39456 ____________________________________________________________________________
39457 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
39458         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
39459              From: Robin Houston <robin@kitsite.com>
39460              Date: Thu, 10 May 2001 18:54:59 +0100
39461              Message-ID: <20010510185459.A5995@penderel>
39462      Branch: perl
39463            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
39464 ____________________________________________________________________________
39465 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
39466         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
39467              From: Robin Houston <robin@kitsite.com>
39468              Date: Thu, 10 May 2001 12:56:39 +0100
39469              Message-ID: <20010510125639.A2119@penderel>
39470      Branch: perl
39471            ! ext/B/B/Deparse.pm
39472 ____________________________________________________________________________
39473 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
39474         Log: Retract #10070, not ready yet.
39475      Branch: perl
39476            ! ext/B/B/Deparse.pm
39477 ____________________________________________________________________________
39478 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
39479         Log: The metaconfig unit change for #10071.
39480      Branch: metaconfig
39481            ! U/modified/mallocsrc.U
39482 ____________________________________________________________________________
39483 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
39484         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
39485      Branch: perl
39486            ! Configure
39487 ____________________________________________________________________________
39488 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
39489         Log: (Retracted by #10073)
39490              
39491              Subject: Re: [PATCH t/TEST] B::Deparse tester 
39492              From: Hugo <hv@crypt.compulink.co.uk>
39493              Date: Thu, 10 May 2001 05:48:09 +0100
39494              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
39495      Branch: perl
39496            ! ext/B/B/Deparse.pm
39497 ____________________________________________________________________________
39498 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
39499         Log: Add a for(func()) test.
39500      Branch: perl
39501            ! t/cmd/for.t
39502 ____________________________________________________________________________
39503 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
39504         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
39505              From: Robin Houston <robin@kitsite.com>
39506              Date: Thu, 10 May 2001 13:50:08 +0100
39507              Message-ID: <20010510135008.A2454@penderel>
39508      Branch: perl
39509            ! ext/B/B/Deparse.pm
39510 ____________________________________________________________________________
39511 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
39512         Log: A thinko in #10065.
39513      Branch: perl
39514            ! hv.c
39515 ____________________________________________________________________________
39516 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
39517         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
39518              From: Robin Houston <robin@kitsite.com>
39519              Date: Thu, 10 May 2001 02:10:34 +0100
39520              Message-ID: <20010510021034.A19421@penderel>
39521      Branch: perl
39522            ! ext/B/B.xs ext/B/B/Deparse.pm
39523 ____________________________________________________________________________
39524 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
39525         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
39526              From: Doug MacEachern <dougm@covalent.net>
39527              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
39528              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
39529      Branch: perl
39530            ! hv.c
39531 ____________________________________________________________________________
39532 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
39533         Log: One more workaround for the UTS compiler from Hal Morris.
39534      Branch: perl
39535            ! perl.h
39536 ____________________________________________________________________________
39537 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
39538         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
39539              From: Robin Houston <robin@kitsite.com>
39540              Date: Thu, 10 May 2001 01:02:08 +0100
39541              Message-ID: <20010510010208.A18200@penderel>
39542      Branch: perl
39543            ! ext/B/B/Debug.pm
39544 ____________________________________________________________________________
39545 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
39546         Log: Subject: [PATCH] Simplify deb_curcv() a bit
39547              From: Benjamin Sugars <bsugars@canoe.ca>
39548              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
39549              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
39550      Branch: perl
39551            ! run.c
39552 ____________________________________________________________________________
39553 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
39554         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
39555              From: Benjamin Sugars <bsugars@canoe.ca>
39556              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
39557              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
39558      Branch: perl
39559            ! t/lib/io_scalar.t
39560 ____________________________________________________________________________
39561 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
39562         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
39563              From: Peter Prymmer <pvhp@forte.com>
39564              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
39565              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
39566      Branch: perl
39567            ! t/lib/md5-file.t
39568 ____________________________________________________________________________
39569 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
39570         Log: Subject: [PATCH t/TEST] B::Deparse tester
39571              From: Robin Houston <robin@kitsite.com>
39572              Date: Wed, 9 May 2001 19:17:50 +0100
39573              Message-ID: <20010509191750.A16940@penderel>
39574      Branch: perl
39575            ! ext/B/O.pm t/TEST
39576 ____________________________________________________________________________
39577 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
39578         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
39579              From: Jeff Pinyan <jeffp@crusoe.net>
39580              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
39581              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
39582      Branch: perl
39583            ! lib/Pod/Html.pm
39584 ____________________________________________________________________________
39585 [ 10057] By: nick                                  on 2001/05/09  18:37:56
39586         Log: Integrate mainline.
39587      Branch: perlio
39588           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
39589           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
39590 ____________________________________________________________________________
39591 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
39592         Log: Update Changes.
39593      Branch: perl
39594            ! Changes patchlevel.h
39595 ____________________________________________________________________________
39596 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
39597         Log: Integrate perlio.
39598      Branch: perl
39599           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39600 ____________________________________________________________________________
39601 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
39602         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
39603              From: Benjamin Sugars <bsugars@canoe.ca>
39604              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
39605              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
39606      Branch: perl
39607            ! perlio.c
39608 ____________________________________________________________________________
39609 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
39610         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
39611              From: Benjamin Sugars <bsugars@canoe.ca>
39612              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
39613              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
39614      Branch: perl
39615            ! ext/PerlIO/Scalar/Scalar.xs
39616 ____________________________________________________________________________
39617 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
39618         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
39619              From: Jeff Pinyan <jeffp@crusoe.net>
39620              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
39621              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
39622      Branch: perl
39623            ! lib/Pod/Html.pm
39624 ____________________________________________________________________________
39625 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
39626         Log: EPOC tweak from Olaf Flebbe.
39627      Branch: perl
39628            ! epoc/epocish.h
39629 ____________________________________________________________________________
39630 [ 10050] By: nick                                  on 2001/05/09  14:37:57
39631         Log: win32, regen_config_h
39632      Branch: perlio
39633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39634 ____________________________________________________________________________
39635 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
39636         Log: Integrate perlio.
39637      Branch: perl
39638           !> pp_sys.c
39639 ____________________________________________________________________________
39640 [ 10048] By: nick                                  on 2001/05/09  11:59:50
39641         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
39642              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
39643      Branch: perlio
39644            ! pp_sys.c
39645 ____________________________________________________________________________
39646 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
39647         Log: Integrate perlio.
39648      Branch: perl
39649           !> run.c
39650 ____________________________________________________________________________
39651 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
39652         Log: Subject: Re: Less warnings during configure
39653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39654              Date: Wed, 09 May 2001 13:12:49 +0200
39655              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
39656      Branch: perl
39657            ! hints/hpux.sh
39658 ____________________________________________________________________________
39659 [ 10045] By: nick                                  on 2001/05/09  09:56:59
39660         Log: MULTIPLICITY/DEBUGGING build fix.
39661      Branch: perlio
39662            ! run.c
39663 ____________________________________________________________________________
39664 [ 10044] By: nick                                  on 2001/05/09  09:46:37
39665         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
39666      Branch: perlio
39667           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
39668            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39669           !> (integrate 65 files)
39670 ____________________________________________________________________________
39671 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
39672         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39673              From: Robin Houston <robin@kitsite.com>
39674              Date: Tue, 8 May 2001 19:38:00 +0100
39675              Message-ID: <20010508193800.A4389@penderel>
39676              
39677              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39678              From: Robin Houston <robin@kitsite.com>
39679              Date: Tue, 8 May 2001 20:03:57 +0100
39680              Message-ID: <20010508200357.A4614@penderel>
39681              
39682              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39683              From: Robin Houston <robin@kitsite.com>
39684              Date: Wed, 9 May 2001 00:12:05 +0100
39685              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
39686      Branch: perl
39687            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
39688 ____________________________________________________________________________
39689 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
39690         Log: Retract #10031.
39691      Branch: perl
39692            ! pod/perlfunc.pod
39693 ____________________________________________________________________________
39694 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
39695         Log: The metaconfig unit changes for #10040.
39696      Branch: metaconfig/U/perl
39697            ! Checkcc.U d_dlsymun.U dlsrc.U
39698 ____________________________________________________________________________
39699 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
39700         Log: The Configure half of
39701              
39702              Subject: Less warnings during configure
39703              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39704              Date: Tue, 08 May 2001 08:44:02 +0200
39705              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
39706      Branch: perl
39707            ! Configure
39708 ____________________________________________________________________________
39709 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
39710         Log: Subject: Less warnings during configure
39711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39712              Date: Tue, 08 May 2001 08:44:02 +0200
39713              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
39714      Branch: perl
39715            ! hints/hpux.sh
39716 ____________________________________________________________________________
39717 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
39718         Log: Don't forget to whine about \d__\d.
39719      Branch: perl
39720            ! t/pragma/warn/toke toke.c
39721 ____________________________________________________________________________
39722 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
39723         Log: Allow underscores also in the exponent part.
39724      Branch: perl
39725            ! t/pragma/warn/toke toke.c
39726 ____________________________________________________________________________
39727 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
39728         Log: CodeMagicCD doesn't look like an *I*DE.
39729      Branch: perl
39730            ! pod/perlfaq3.pod
39731 ____________________________________________________________________________
39732 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
39733         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
39734              to be consistently down).
39735      Branch: perl
39736            ! pod/perlfaq3.pod
39737 ____________________________________________________________________________
39738 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
39739         Log: Upgrade to Text::Balanced 1.84.
39740      Branch: perl
39741            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
39742 ____________________________________________________________________________
39743 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
39744         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
39745              From: Benjamin Sugars <bsugars@canoe.ca>
39746              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
39747              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
39748      Branch: perl
39749            ! run.c
39750 ____________________________________________________________________________
39751 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
39752         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
39753              From: Peter Prymmer <pvhp@forte.com>
39754              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
39755              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
39756      Branch: perl
39757            ! t/pod/plainer.t
39758 ____________________________________________________________________________
39759 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
39760         Log: (Retracted by #10042)
39761              
39762              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
39763              From: "Philip Newton" <pnewton@gmx.de>
39764              Date: Tue, 8 May 2001 09:18:10 +0200
39765              Message-ID: <3AF7B9D2.28861.603732@localhost>
39766      Branch: perl
39767            ! pod/perlfunc.pod
39768 ____________________________________________________________________________
39769 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
39770         Log: Subject: [PATCH B::Deparse] Document known bugs
39771              From: Robin Houston <robin@kitsite.com>
39772              Date: Tue, 8 May 2001 01:53:34 +0100
39773              Message-ID: <20010508015334.A32394@penderel>
39774      Branch: perl
39775            ! ext/B/B/Deparse.pm
39776 ____________________________________________________________________________
39777 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
39778         Log: Subject: Re: Perl book, magazine and website updates.
39779              From: "Philip Newton" <pnewton@gmx.de>
39780              Date: Mon, 7 May 2001 17:03:58 +0200
39781              Message-ID: <3AF6D57E.5387.1E29930@localhost>
39782      Branch: perl
39783            ! pod/perlfaq2.pod
39784 ____________________________________________________________________________
39785 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
39786         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
39787              From: Peter Prymmer <pvhp@forte.com>
39788              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
39789              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
39790      Branch: perl
39791            ! t/io/fflush.t
39792 ____________________________________________________________________________
39793 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
39794         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
39795              From: Robin Houston <robin@kitsite.com>
39796              Date: Tue, 8 May 2001 01:14:55 +0100
39797              Message-ID: <20010508011455.A32162@penderel>
39798      Branch: perl
39799            ! ext/B/B/Deparse.pm
39800 ____________________________________________________________________________
39801 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
39802         Log: Typo in #10025.
39803      Branch: perl
39804            ! hints/uts.sh
39805 ____________________________________________________________________________
39806 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
39807         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
39808      Branch: perl
39809            ! hints/uts.sh
39810 ____________________________________________________________________________
39811 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
39812         Log: Subject: Re: [ID 20010506.045] question about hash syntax
39813              From: Peter Scott <Peter@PSDT.com>
39814              Date: Sun, 06 May 2001 13:10:40 -0700
39815              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
39816      Branch: perl
39817            ! pod/perl56delta.pod
39818 ____________________________________________________________________________
39819 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
39820         Log: Configure should figure out the list of dynamic extensions
39821              just fine in UTS-- and in fact it does, as reported by Hal Morris.
39822      Branch: perl
39823            ! hints/uts.sh
39824 ____________________________________________________________________________
39825 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
39826         Log: Update Changes.
39827      Branch: perl
39828            ! Changes patchlevel.h
39829 ____________________________________________________________________________
39830 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
39831         Log: Subject: [PATCH regcomp.c] Insecure regexes
39832              From: Robin Houston <robin@kitsite.com>
39833              Date: Mon, 7 May 2001 21:56:12 +0100
39834              Message-ID: <20010507215612.A31114@penderel>
39835      Branch: perl
39836            ! regcomp.c
39837 ____________________________________________________________________________
39838 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
39839         Log: Drop the foobar.perl.com references for now until Simon
39840              gets them sorted out.
39841      Branch: perl
39842            ! pod/perlfaq2.pod
39843 ____________________________________________________________________________
39844 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
39845         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
39846              From: Prymmer/Kahn <pvhp@best.com>
39847              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
39848              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
39849      Branch: perl
39850            ! lib/Devel/SelfStubber.pm
39851 ____________________________________________________________________________
39852 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
39853         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
39854              From: Prymmer/Kahn <pvhp@best.com>
39855              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
39856              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
39857      Branch: perl
39858            ! win32/Makefile
39859 ____________________________________________________________________________
39860 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
39861         Log: s/WebTechnique's/WebTechniques/
39862      Branch: perl
39863            ! pod/perlfaq2.pod
39864 ____________________________________________________________________________
39865 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
39866         Log: Llama 3 updates from Randal.
39867      Branch: perl
39868            ! pod/perlfaq2.pod
39869 ____________________________________________________________________________
39870 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
39871         Log: Subject: [PATCH] Help -Dt show correct pad variables
39872              From: Benjamin Sugars <ben.sugars@home.com>
39873              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
39874              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
39875      Branch: perl
39876            ! embed.h embed.pl proto.h run.c
39877 ____________________________________________________________________________
39878 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
39879         Log: Subject: [PATCH] Document C<our $foo : shared>
39880              From: Benjamin Sugars <ben.sugars@home.com>
39881              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
39882              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
39883      Branch: perl
39884            ! pod/perlfunc.pod
39885 ____________________________________________________________________________
39886 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
39887         Log: Subject: [PATCH B::Deparse] undefined folded constants
39888              From: Robin Houston <robin@kitsite.com>
39889              Date: Sun, 6 May 2001 17:19:09 +0100
39890              Message-ID: <20010506171909.A7046@penderel>
39891      Branch: perl
39892            ! ext/B/B/Deparse.pm
39893 ____________________________________________________________________________
39894 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
39895         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
39896              From: Robin Houston <robin@kitsite.com>
39897              Message-ID: <20010506164654.A6848@penderel>
39898              Date: Sun, 6 May 2001 16:46:54 +0100
39899      Branch: perl
39900            ! ext/B/B/Deparse.pm
39901 ____________________________________________________________________________
39902 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
39903         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
39904              From: Robin Houston <robin@kitsite.com>
39905              Date: Sun, 6 May 2001 14:47:02 +0100
39906              Message-ID: <20010506144702.A6308@penderel>
39907      Branch: perl
39908            ! t/op/my_stash.t
39909 ____________________________________________________________________________
39910 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
39911         Log: Subject: Perl book, magazine and website updates.
39912              From: Simon Cozens <simon@netthink.co.uk>
39913              Date: Sun, 6 May 2001 16:55:36 +0100
39914              Message-ID: <20010506165536.A1795@netthink.co.uk>
39915      Branch: perl
39916            ! pod/perlbook.pod pod/perlfaq2.pod
39917 ____________________________________________________________________________
39918 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
39919         Log: Tweaks on the Tru64 prof options.
39920      Branch: perl
39921            ! pod/perlhack.pod
39922 ____________________________________________________________________________
39923 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
39924         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
39925              From: Robin Houston <robin@kitsite.com>
39926              Date: Sun, 6 May 2001 14:40:51 +0100
39927              Message-ID: <20010506144051.A6279@penderel>
39928      Branch: perl
39929            ! t/pod/testp2pt.pl
39930 ____________________________________________________________________________
39931 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
39932         Log: Subject: [PATCH B::Deparse] scoping
39933              From: Robin Houston <robin@kitsite.com>
39934              Date: Sun, 6 May 2001 14:36:56 +0100
39935              Message-ID: <20010506143656.A4006@penderel>
39936      Branch: perl
39937            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
39938 ____________________________________________________________________________
39939 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
39940         Log: Document the undefinedness of bitshifting out of range.
39941      Branch: perl
39942            ! pod/perlop.pod
39943 ____________________________________________________________________________
39944 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
39945         Log: Retract #10003 and update the IDE descriptions a bit.
39946      Branch: perl
39947            ! pod/perlfaq3.pod
39948 ____________________________________________________________________________
39949 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
39950         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
39951              From: Prymmer/Kahn <pvhp@best.com>
39952              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
39953              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
39954      Branch: perl
39955            ! win32/Makefile win32/buildext.pl win32/config.bc
39956            ! win32/config.gc win32/config.vc
39957 ____________________________________________________________________________
39958 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
39959         Log: (Retracted by #10005.)
39960      Branch: perl
39961            ! pod/perlfaq3.pod
39962 ____________________________________________________________________________
39963 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
39964         Log: It's "psed", not "sed".
39965      Branch: perl
39966            ! x2p/s2p.PL
39967 ____________________________________________________________________________
39968 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
39969         Log: Update Changes.
39970      Branch: perl
39971            ! Changes patchlevel.h
39972 ____________________________________________________________________________
39973 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
39974         Log: Subject: Re: bleadperl make install fails due to "psed"
39975              From: andreas.koenig@anima.de (Andreas J. Koenig)
39976              Date: 05 May 2001 18:23:28 +0200
39977              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
39978      Branch: perl
39979            ! x2p/Makefile.SH x2p/s2p.PL
39980 ____________________________________________________________________________
39981 [  9999] By: jhi                                   on 2001/05/05  18:28:09
39982         Log: AUTHORS updates.
39983      Branch: perl
39984            ! AUTHORS
39985 ____________________________________________________________________________
39986 [  9998] By: jhi                                   on 2001/05/05  18:16:00
39987         Log: Updates on the pods related to the modules included since 5.6.
39988              
39989              TODO: perltodo really could use major updating.
39990      Branch: perl
39991            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
39992            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39993            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
39994            ! pod/perlsyn.pod pod/perltodo.pod
39995 ____________________________________________________________________________
39996 [  9997] By: jhi                                   on 2001/05/05  17:35:17
39997         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
39998              from Kurt Skauen.
39999      Branch: perl
40000            + hints/atheos.sh
40001            ! MANIFEST
40002 ____________________________________________________________________________
40003 [  9996] By: jhi                                   on 2001/05/05  17:25:00
40004         Log: Add preemptive #undefs for some of the shorter and more prone
40005              to collision regcomp.h #defines.  (Background: the MASK collided
40006              with a system header #define in Rhapsody.)
40007      Branch: perl
40008            ! regcomp.h
40009 ____________________________________________________________________________
40010 [  9995] By: jhi                                   on 2001/05/05  13:24:21
40011         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
40012              From: Nicholas Clark <nick@ccl4.org>
40013              Date: Sat, 5 May 2001 14:46:39 +0100
40014              Message-ID: <20010505144639.O53513@plum.flirble.org>
40015              
40016              Add a test for the constants (if any) being processed correctly.
40017      Branch: perl
40018            ! utils/h2xs.PL
40019 ____________________________________________________________________________
40020 [  9994] By: jhi                                   on 2001/05/05  02:11:03
40021         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
40022              From: Peter Prymmer <pvhp@forte.com>
40023              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
40024              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
40025      Branch: perl
40026            ! t/lib/b-stash.t
40027 ____________________________________________________________________________
40028 [  9993] By: jhi                                   on 2001/05/05  02:03:49
40029         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
40030              From: Peter Prymmer <pvhp@forte.com>
40031              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
40032              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
40033      Branch: perl
40034            ! perlio.c vms/vmsish.h
40035 ____________________________________________________________________________
40036 [  9992] By: jhi                                   on 2001/05/04  17:21:12
40037         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
40038              From: Robin Barker <rmb1@cise.npl.co.uk>
40039              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
40040              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
40041      Branch: perl
40042            + t/pod/plainer.t
40043            ! MANIFEST
40044 ____________________________________________________________________________
40045 [  9991] By: jhi                                   on 2001/05/04  16:47:45
40046         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
40047              From: Robin Barker <rmb1@cise.npl.co.uk>
40048              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
40049              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
40050      Branch: perl
40051            ! regcomp.c
40052 ____________________________________________________________________________
40053 [  9990] By: jhi                                   on 2001/05/04  14:37:20
40054         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
40055              From: Prymmer/Kahn <pvhp@best.com>
40056              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
40057              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
40058      Branch: perl
40059            ! t/lib/b-stash.t
40060 ____________________________________________________________________________
40061 [  9989] By: jhi                                   on 2001/05/04  14:03:58
40062         Log: Introduce perl572delta, update Todo, add the missing
40063              mention about signal safety since 5.7.1 (though this
40064              requires verification and more details.)
40065      Branch: perl
40066            + pod/perl572delta.pod
40067            ! MANIFEST Todo pod/perl571delta.pod
40068 ____________________________________________________________________________
40069 [  9988] By: jhi                                   on 2001/05/04  12:41:51
40070         Log: Subject: [PATCH perl@9944] long =item
40071              From: Robin Barker <rmb1@cise.npl.co.uk>
40072              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
40073              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
40074      Branch: perl
40075            ! ext/Time/HiRes/HiRes.pm
40076 ____________________________________________________________________________
40077 [  9987] By: jhi                                   on 2001/05/04  12:39:19
40078         Log: The #9901 had removed one line essential for EBCDIC.
40079      Branch: perl
40080            ! regcomp.c
40081 ____________________________________________________________________________
40082 [  9986] By: jhi                                   on 2001/05/04  12:30:23
40083         Log: Subject: cygwin/Makefile.SHs INSTALL patch
40084              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
40085              Date: Mon, 08 Jan 2001 04:59:21 +0200
40086              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
40087      Branch: perl
40088            ! cygwin/Makefile.SHs
40089 ____________________________________________________________________________
40090 [  9985] By: jhi                                   on 2001/05/04  03:51:39
40091         Log: Encode/IO doc tweaks.
40092      Branch: perl
40093            ! ext/Encode/Encode.pm
40094 ____________________________________________________________________________
40095 [  9984] By: jhi                                   on 2001/05/04  03:29:34
40096         Log: Remove GDBM_File from the dynamic extensions for UTS,
40097              GDBM is not a standard feature.
40098      Branch: perl
40099            ! hints/uts.sh
40100 ____________________________________________________________________________
40101 [  9983] By: jhi                                   on 2001/05/04  03:22:59
40102         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
40103      Branch: perl
40104            ! pod/perlretut.pod
40105 ____________________________________________________________________________
40106 [  9982] By: jhi                                   on 2001/05/03  23:21:03
40107         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
40108              From: Benjamin Sugars <bsugars@canoe.ca>
40109              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
40110              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
40111      Branch: perl
40112            ! dump.c
40113 ____________________________________________________________________________
40114 [  9981] By: jhi                                   on 2001/05/03  23:20:05
40115         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
40116              From: Benjamin Sugars <bsugars@canoe.ca>
40117              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
40118              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
40119      Branch: perl
40120            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40121 ____________________________________________________________________________
40122 [  9980] By: jhi                                   on 2001/05/03  23:15:29
40123         Log: Integrate perlio.
40124      Branch: perl
40125           !> ext/Encode/Encode.pm
40126 ____________________________________________________________________________
40127 [  9979] By: jhi                                   on 2001/05/03  16:54:59
40128         Log: Install psed man page.
40129      Branch: perl
40130            ! installman
40131 ____________________________________________________________________________
40132 [  9978] By: jhi                                   on 2001/05/03  16:45:58
40133         Log: Remove unused files; noted by Sarathy.
40134      Branch: perl
40135            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
40136            ! MANIFEST
40137 ____________________________________________________________________________
40138 [  9977] By: jhi                                   on 2001/05/03  16:42:30
40139         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
40140              From: Andy Dougherty <doughera@lafayette.edu>
40141              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
40142              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
40143      Branch: perl
40144            ! INSTALL
40145 ____________________________________________________________________________
40146 [  9976] By: nick                                  on 2001/05/03  16:40:42
40147         Log: Allow $answer = encode($object,$text); like it says in docs.
40148      Branch: perlio
40149            ! ext/Encode/Encode.pm
40150 ____________________________________________________________________________
40151 [  9975] By: nick                                  on 2001/05/03  16:22:30
40152         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
40153              to be in scope (fair enough), and also a package variable (our) for eval to see it.
40154      Branch: perlio
40155            ! ext/Encode/Encode.pm
40156 ____________________________________________________________________________
40157 [  9974] By: nick                                  on 2001/05/03  15:48:17
40158         Log: Integrate mainline.
40159      Branch: perlio
40160           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
40161           +> t/lib/filter-simple.t t/lib/next.t
40162           !> (integrate 70 files)
40163 ____________________________________________________________________________
40164 [  9973] By: jhi                                   on 2001/05/03  13:09:09
40165         Log: Update Changes.
40166      Branch: perl
40167            ! Changes patchlevel.h
40168 ____________________________________________________________________________
40169 [  9972] By: jhi                                   on 2001/05/03  12:58:33
40170         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
40171              From: Prymmer/Kahn <pvhp@best.com>
40172              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
40173              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
40174      Branch: perl
40175            ! t/io/fflush.t
40176 ____________________________________________________________________________
40177 [  9971] By: jhi                                   on 2001/05/03  12:57:26
40178         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
40179              From: Prymmer/Kahn <pvhp@best.com>
40180              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
40181              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
40182      Branch: perl
40183            ! win32/FindExt.pm
40184 ____________________________________________________________________________
40185 [  9970] By: jhi                                   on 2001/05/03  02:42:46
40186         Log: Can't croak sans thread context, from Doug MacEachern.
40187      Branch: perl
40188            ! toke.c
40189 ____________________________________________________________________________
40190 [  9969] By: jhi                                   on 2001/05/03  01:23:48
40191         Log: Subject: Random input test and Perl
40192              From: Ilya Zakharevich <ilya@math.berkeley.edu>
40193              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
40194              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
40195      Branch: perl
40196            ! toke.c
40197 ____________________________________________________________________________
40198 [  9968] By: jhi                                   on 2001/05/02  22:17:21
40199         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
40200              From: Peter Prymmer <pvhp@forte.com>
40201              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
40202              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
40203      Branch: perl
40204            ! pod/perlfunc.pod pod/perlport.pod
40205 ____________________________________________________________________________
40206 [  9967] By: jhi                                   on 2001/05/02  20:12:45
40207         Log: Workaround for UTS compiler casting bug from Hal Morris.
40208      Branch: perl
40209            ! perl.h
40210 ____________________________________________________________________________
40211 [  9966] By: jhi                                   on 2001/05/02  18:31:37
40212         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
40213              From: Dan Sugalski <dan@sidhe.org>
40214              Date: Wed, 02 May 2001 15:23:22 -0400
40215              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
40216      Branch: perl
40217            ! perl.c vms/vms.c
40218 ____________________________________________________________________________
40219 [  9965] By: jhi                                   on 2001/05/02  18:21:29
40220         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
40221      Branch: perl
40222            ! pod/perlfunc.pod
40223 ____________________________________________________________________________
40224 [  9964] By: jhi                                   on 2001/05/02  18:15:01
40225         Log: Document large files in INSTALL, document also the %x
40226              limitation if not use64bitint, closes bug 20010326.007.
40227      Branch: perl
40228            ! INSTALL
40229 ____________________________________________________________________________
40230 [  9963] By: jhi                                   on 2001/05/02  17:24:47
40231         Log: perlmodlib tweaks; regen pods.
40232      Branch: perl
40233            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
40234            ! pod/perltoc.pod
40235 ____________________________________________________________________________
40236 [  9962] By: jhi                                   on 2001/05/02  17:14:00
40237         Log: Fix for a segfault, from Marc Lehmann.
40238      Branch: perl
40239            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
40240 ____________________________________________________________________________
40241 [  9961] By: jhi                                   on 2001/05/02  15:55:53
40242         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
40243              From: "Philip Newton" <pnewton@gmx.de>
40244              Date: Wed, 2 May 2001 18:39:03 +0200
40245              Message-ID: <3AF05447.15525.173B588@localhost>
40246      Branch: perl
40247            ! pod/perlop.pod
40248 ____________________________________________________________________________
40249 [  9960] By: jhi                                   on 2001/05/02  15:35:37
40250         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
40251              From: Dan Sugalski <dan@sidhe.org>
40252              Date: Wed, 02 May 2001 11:37:27 -0400
40253              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
40254      Branch: perl
40255            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
40256            ! thread.h vms/vms.c vms/vmsish.h
40257 ____________________________________________________________________________
40258 [  9959] By: jhi                                   on 2001/05/02  15:21:08
40259         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
40260              From: Benjamin Sugars <bsugars@canoe.ca>
40261              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
40262              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
40263      Branch: perl
40264            ! ext/PerlIO/Scalar/Scalar.xs
40265 ____________________________________________________________________________
40266 [  9958] By: jhi                                   on 2001/05/02  15:15:53
40267         Log: Bug in #9915, spotted by Mike Guy.
40268      Branch: perl
40269            ! installperl
40270 ____________________________________________________________________________
40271 [  9957] By: jhi                                   on 2001/05/02  13:26:01
40272         Log: Add a test for not griping about references as array
40273              indices if the reference has magic in it (overloaded
40274              methods).
40275      Branch: perl
40276            ! pod/perldiag.pod t/pragma/warn/pp_hot
40277 ____________________________________________________________________________
40278 [  9956] By: jhi                                   on 2001/05/02  13:07:01
40279         Log: Retracted a bit too much in #9952.
40280      Branch: perl
40281            ! t/pragma/sub_lval.t
40282 ____________________________________________________________________________
40283 [  9955] By: jhi                                   on 2001/05/02  13:05:38
40284         Log: Test for #9952.
40285      Branch: perl
40286            ! t/op/tie.t
40287 ____________________________________________________________________________
40288 [  9954] By: jhi                                   on 2001/05/02  11:48:18
40289         Log: Additional note on the encoding example: one cannot
40290              convert string constants in-place.
40291      Branch: perl
40292            ! ext/Encode/Encode.pm
40293 ____________________________________________________________________________
40294 [  9953] By: jhi                                   on 2001/05/02  11:43:51
40295         Log: Note that if you have recent enough Perl you already
40296              have Filter::Util::Call.
40297      Branch: perl
40298            ! lib/Filter/Simple.pm
40299 ____________________________________________________________________________
40300 [  9952] By: jhi                                   on 2001/05/02  11:31:53
40301         Log: Retract changes #8254 and #8255, causes coredump in
40302              'tie FH, "main"', reported by Abigail, culprit found by
40303              Benjamin Sugars.  Mirrors maintperl change #9950.
40304      Branch: perl
40305            ! op.c t/pragma/sub_lval.t
40306 ____________________________________________________________________________
40307 [  9951] By: jhi                                   on 2001/05/02  11:14:29
40308         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
40309      Branch: perl
40310            + t/lib/MyFilter.pm
40311 ____________________________________________________________________________
40312 [  9950] By: gsar                                  on 2001/05/02  03:17:11
40313         Log: revert integration of changes#8254,8255 in change#8620 (causes
40314              a coredump in C<tie FH, 'foo'>; the idea itself may need better
40315              rationalization)
40316      Branch: maint-5.6/perl
40317            ! op.c t/pragma/sub_lval.t
40318 ____________________________________________________________________________
40319 [  9949] By: gsar                                  on 2001/05/02  02:56:32
40320         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
40321              
40322              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40323              
40324              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40325      Branch: maint-5.6/perl
40326           !> hints/svr5.sh
40327 ____________________________________________________________________________
40328 [  9948] By: gsar                                  on 2001/05/02  02:49:15
40329         Log: pod/find.t breaks on VMS (from Craig Berry)
40330      Branch: maint-5.6/perl
40331            ! t/pod/find.t
40332 ____________________________________________________________________________
40333 [  9947] By: jhi                                   on 2001/05/02  02:43:09
40334         Log: Add an encoding conversion example.
40335      Branch: perl
40336            ! ext/Encode/Encode.pm
40337 ____________________________________________________________________________
40338 [  9946] By: jhi                                   on 2001/05/02  01:34:22
40339         Log: Another coat of paint but still nowhere finished.
40340              Need to decide on the semantics of strptime(): should
40341              strptime() be a function instead of a method?  To do
40342              the week/monthname-strptiming the i18n/l10n bullet needs
40343              to be bitten with gusto.
40344      Branch: perl
40345            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
40346 ____________________________________________________________________________
40347 [  9945] By: jhi                                   on 2001/05/01  23:40:52
40348         Log: Update Changes.
40349      Branch: perl
40350            ! Changes patchlevel.h
40351 ____________________________________________________________________________
40352 [  9944] By: jhi                                   on 2001/05/01  23:33:37
40353         Log: Add known-to-be-tested modules to the list-to-be-skipped.
40354      Branch: perl
40355            ! t/lib/1_compile.t
40356 ____________________________________________________________________________
40357 [  9943] By: jhi                                   on 2001/05/01  23:24:40
40358         Log: Subject: BorlandC++ fix
40359              From: "Vadim Konovalov" <watman@inbox.ru>
40360              Date: Mon, 30 Apr 2001 20:12:26 -0700
40361              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
40362      Branch: perl
40363            ! win32/makefile.mk
40364 ____________________________________________________________________________
40365 [  9942] By: jhi                                   on 2001/05/01  23:18:02
40366         Log: Update to Filter::Simple 0.60, create a test for it.
40367      Branch: perl
40368            + t/lib/filter-simple.t
40369            ! MANIFEST lib/Filter/Simple.pm
40370 ____________________________________________________________________________
40371 [  9941] By: jhi                                   on 2001/05/01  19:47:24
40372         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
40373              From: Hugo <hv@crypt.compulink.co.uk>
40374              Date: Tue, 01 May 2001 20:12:20 +0100
40375              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
40376      Branch: perl
40377            ! pp_hot.c t/op/re_tests
40378 ____________________________________________________________________________
40379 [  9940] By: jhi                                   on 2001/05/01  19:42:16
40380         Log: Integrate perlio.
40381      Branch: perl
40382           !> lib/base.pm t/lib/fields.t
40383 ____________________________________________________________________________
40384 [  9939] By: jhi                                   on 2001/05/01  19:39:51
40385         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
40386              From: Benjamin Sugars <bsugars@canoe.ca>
40387              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
40388              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
40389      Branch: perl
40390            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40391 ____________________________________________________________________________
40392 [  9938] By: jhi                                   on 2001/05/01  19:34:09
40393         Log: Add NEXT, a pseudo-class for method redispatching.
40394              <Damian>NEXT.pm probably offers more bang-for-buck
40395              than anything else I've ever written.</Damian>
40396      Branch: perl
40397            + lib/NEXT.pm t/lib/next.t
40398            ! MANIFEST
40399 ____________________________________________________________________________
40400 [  9937] By: jhi                                   on 2001/05/01  19:21:41
40401         Log: Update to Switch 2.02.
40402      Branch: perl
40403            ! lib/Switch.pm t/lib/switch.t
40404 ____________________________________________________________________________
40405 [  9936] By: nick                                  on 2001/05/01  19:09:21
40406         Log: Fix for base.pm clobbering $VERSION
40407      Branch: perlio
40408            ! lib/base.pm
40409 ____________________________________________________________________________
40410 [  9935] By: nick                                  on 2001/05/01  18:54:38
40411         Log: Test for base.pm clobbering $VERSION.
40412      Branch: perlio
40413            ! t/lib/fields.t
40414 ____________________________________________________________________________
40415 [  9934] By: jhi                                   on 2001/05/01  18:39:10
40416         Log: Add information about Scalar::Util::blessed.
40417      Branch: perl
40418            ! pod/perlobj.pod
40419 ____________________________________________________________________________
40420 [  9933] By: jhi                                   on 2001/05/01  18:33:51
40421         Log: Subject: Extra UNIVERSAL documentation
40422              From: Mike Guy <mjtg@cam.ac.uk>
40423              Date: Tue, 01 May 2001 20:12:11 +0100
40424              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
40425      Branch: perl
40426            ! pod/perlobj.pod
40427 ____________________________________________________________________________
40428 [  9932] By: jhi                                   on 2001/05/01  18:26:54
40429         Log: Subject: Autoflush in tests as appropriate
40430              From: Mike Guy <mjtg@cam.ac.uk>
40431              Date: Tue, 01 May 2001 20:05:31 +0100
40432              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
40433      Branch: perl
40434            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
40435            ! t/op/taint.t
40436 ____________________________________________________________________________
40437 [  9931] By: jhi                                   on 2001/05/01  18:02:29
40438         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
40439              From: Benjamin Sugars <bsugars@canoe.ca>
40440              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
40441              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
40442      Branch: perl
40443            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40444 ____________________________________________________________________________
40445 [  9930] By: jhi                                   on 2001/05/01  15:12:26
40446         Log: Subject: Re: Finally got a round tuit
40447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40448              Date: Tue, 01 May 2001 14:14:10 +0200
40449              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
40450              
40451              The -DP part, slightly modified.
40452      Branch: perl
40453            ! perl.c
40454 ____________________________________________________________________________
40455 [  9929] By: jhi                                   on 2001/05/01  14:17:15
40456         Log: Subject: Re: Finally got a round tuit
40457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40458              Date: Tue, 01 May 2001 16:34:06 +0200
40459              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
40460              
40461              cpp and optimization tweaks for HP-UX.
40462      Branch: perl
40463            ! hints/hpux.sh
40464 ____________________________________________________________________________
40465 [  9928] By: jhi                                   on 2001/05/01  13:24:20
40466         Log: Tune the scan_num() comments to reality.
40467      Branch: perl
40468            ! toke.c
40469 ____________________________________________________________________________
40470 [  9927] By: jhi                                   on 2001/05/01  13:14:01
40471         Log: Subject: [PATCH B::Deparse] optimised sort
40472              From: Robin Houston <robin@kitsite.com>
40473              Date: Tue, 1 May 2001 14:07:12 +0100
40474              Message-ID: <20010501140712.A4266@penderel>
40475      Branch: perl
40476            ! ext/B/B/Deparse.pm
40477 ____________________________________________________________________________
40478 [  9926] By: jhi                                   on 2001/05/01  13:10:53
40479         Log: Subject: [PATCH t/lib/b-deparse.t] 
40480              From: Robin Houston <robin@kitsite.com>
40481              Date: Tue, 1 May 2001 13:37:42 +0100
40482              Message-ID: <20010501133742.A4082@penderel>
40483      Branch: perl
40484            ! t/lib/b-deparse.t
40485 ____________________________________________________________________________
40486 [  9925] By: jhi                                   on 2001/05/01  13:10:13
40487         Log: Subject: [PATCH B::Deparse] for(;;), sort
40488              From: Robin Houston <robin@kitsite.com>
40489              Date: Tue, 1 May 2001 13:35:00 +0100
40490              Message-ID: <20010501133500.A4061@penderel>
40491      Branch: perl
40492            ! ext/B/B/Deparse.pm
40493 ____________________________________________________________________________
40494 [  9924] By: jhi                                   on 2001/05/01  13:09:22
40495         Log: Subject: [PATCH B::Deparse] do, warn, use
40496              From: Robin Houston <robin@kitsite.com>
40497              Date: Tue, 1 May 2001 13:31:03 +0100
40498              Message-ID: <20010501133103.A4041@penderel>
40499      Branch: perl
40500            ! ext/B/B/Deparse.pm
40501 ____________________________________________________________________________
40502 [  9923] By: jhi                                   on 2001/05/01  11:45:36
40503         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
40504              From: Benjamin Sugars <ben.sugars@home.com>
40505              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
40506              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
40507      Branch: perl
40508            + t/io/fflush.t
40509            ! MANIFEST
40510 ____________________________________________________________________________
40511 [  9922] By: jhi                                   on 2001/05/01  11:35:42
40512         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
40513              From: Peter Prymmer <pvhp@forte.com>
40514              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
40515              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
40516      Branch: perl
40517            ! t/lib/selfstubber.t
40518 ____________________________________________________________________________
40519 [  9921] By: jhi                                   on 2001/04/30  16:34:33
40520         Log: Subject: [PATCH B::Concise] suppress warning
40521              From: Robin Houston <robin@kitsite.com>
40522              Date: Mon, 30 Apr 2001 16:09:49 +0100
40523              Message-ID: <20010430160949.A25086@penderel>
40524      Branch: perl
40525            ! ext/B/B/Concise.pm
40526 ____________________________________________________________________________
40527 [  9920] By: jhi                                   on 2001/04/30  13:56:04
40528         Log: Strip the *markers* from #9919.
40529      Branch: perl
40530            ! pod/perlfaq.pod pod/perlfaq5.pod
40531 ____________________________________________________________________________
40532 [  9919] By: jhi                                   on 2001/04/30  13:54:04
40533         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
40534              From: Gwyn Judd <b.judd@xtra.co.nz>
40535              Date: Sun, 29 Apr 2001 01:47:49 +1200
40536              Message-ID: <20010429014749.A4418@thislove>
40537      Branch: perl
40538            ! pod/perlfaq.pod pod/perlfaq5.pod
40539 ____________________________________________________________________________
40540 [  9918] By: jhi                                   on 2001/04/30  13:13:54
40541         Log: More_tweakage.
40542      Branch: perl
40543            ! pod/perldata.pod pod/perldiag.pod
40544 ____________________________________________________________________________
40545 [  9917] By: jhi                                   on 2001/04/30  13:01:27
40546         Log: Update Changes.
40547      Branch: perl
40548            ! Changes patchlevel.h
40549 ____________________________________________________________________________
40550 [  9916] By: jhi                                   on 2001/04/30  12:57:03
40551         Log: T_w_e_a_k_a_g_e.
40552      Branch: perl
40553            ! pod/perldata.pod pod/perldiag.pod
40554 ____________________________________________________________________________
40555 [  9915] By: jhi                                   on 2001/04/30  12:39:29
40556         Log: Install s2p also as psed.
40557              
40558              TODO: psed documentation?
40559      Branch: perl
40560            ! installperl
40561 ____________________________________________________________________________
40562 [  9914] By: jhi                                   on 2001/04/30  12:29:21
40563         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
40564              From: Jens Hamisch <jens@Strawberry.COM>
40565              Date: Fri, 27 Apr 2001 17:00:36 +0200
40566              Message-ID: <20010427170036.K1372@Strawberry.COM>
40567              
40568              SOCKS5_VERSION_NAME is the right symbol to detect
40569              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
40570              function called socks5_init() is available, and even that is
40571              not universal, most SOCKS5 installations use SOCKSinit()).
40572      Branch: perl
40573            ! perlio.c
40574 ____________________________________________________________________________
40575 [  9913] By: jhi                                   on 2001/04/30  12:22:15
40576         Log: Allow a zero timeout on IO::Socket accept and connect--
40577              though one really shouldn't do that.  Based on
40578              
40579              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
40580              From: "John Holdsworth" <coldwave@bigfoot.com>
40581              Date: Sun, 4 Feb 2001 12:48:18 +0100
40582              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
40583      Branch: perl
40584            ! ext/IO/lib/IO/Socket.pm
40585 ____________________________________________________________________________
40586 [  9912] By: jhi                                   on 2001/04/30  11:27:27
40587         Log: Save the spot of regprev (see #9911) for binary compatibility;
40588              regen API.
40589      Branch: perl
40590            ! embedvar.h perlapi.h thrdvar.h
40591 ____________________________________________________________________________
40592 [  9911] By: jhi                                   on 2001/04/30  11:22:03
40593         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
40594              From: Hugo <hv@crypt.compulink.co.uk>
40595              Date: Sun, 29 Apr 2001 17:09:30 +0100
40596              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
40597      Branch: perl
40598            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
40599 ____________________________________________________________________________
40600 [  9910] By: jhi                                   on 2001/04/30  11:15:12
40601         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
40602              a dummy for PL_numeric_radix); no pressing reason to break
40603              binary compatibility; regen API.
40604      Branch: perl
40605            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
40606            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
40607 ____________________________________________________________________________
40608 [  9909] By: jhi                                   on 2001/04/30  10:56:08
40609         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
40610              From: Walt Mankowski <waltman@netaxs.com>
40611              Date: Sun, 29 Apr 2001 21:53:48 -0400
40612              Message-ID: <20010429215348.A3971@netaxs.com>
40613      Branch: perl
40614            ! pod/perlfunc.pod
40615 ____________________________________________________________________________
40616 [  9908] By: jhi                                   on 2001/04/30  10:49:40
40617         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
40618      Branch: perl
40619            ! t/lib/selfstubber.t
40620 ____________________________________________________________________________
40621 [  9907] By: nick                                  on 2001/04/30  09:26:50
40622         Log: Integrate mainline.
40623      Branch: perlio
40624           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
40625 ____________________________________________________________________________
40626 [  9906] By: jhi                                   on 2001/04/29  23:24:20
40627         Log: Abigail spotted a thinko in #9905.
40628      Branch: perl
40629            ! pod/perldiag.pod
40630 ____________________________________________________________________________
40631 [  9905] By: jhi                                   on 2001/04/29  15:55:39
40632         Log: Changed the underscore/undebar syntax in numeric constants;
40633              now any grouping will do, as long as the underscores are not
40634              consecutive (so "zero-grouping" is out), and they do not begin
40635              or end the integer or fractional parts.
40636      Branch: perl
40637            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
40638 ____________________________________________________________________________
40639 [  9904] By: nick                                  on 2001/04/29  15:43:22
40640         Log: Integrate mainline.
40641      Branch: perlio
40642           +> (branch 98 files)
40643            - lib/unicode/Block.pl
40644            - lib/unicode/In/AlphabeticPresentationForms.pl
40645            - lib/unicode/In/Arabic.pl
40646            - lib/unicode/In/ArabicPresentationForms-A.pl
40647            - lib/unicode/In/ArabicPresentationForms-B.pl
40648            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
40649            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
40650            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
40651            - lib/unicode/In/BopomofoExtended.pl
40652            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
40653            - lib/unicode/In/CJKCompatibility.pl
40654            - lib/unicode/In/CJKCompatibilityForms.pl
40655            - lib/unicode/In/CJKCompatibilityIdeographs.pl
40656            - lib/unicode/In/CJKRadicalsSupplement.pl
40657            - lib/unicode/In/CJKSymbolsandPunctuation.pl
40658            - lib/unicode/In/CJKUnifiedIdeographs.pl
40659            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
40660            - lib/unicode/In/Cherokee.pl
40661            - lib/unicode/In/CombiningDiacriticalMarks.pl
40662            - lib/unicode/In/CombiningHalfMarks.pl
40663            - lib/unicode/In/CombiningMarksforSymbols.pl
40664            - lib/unicode/In/ControlPictures.pl
40665            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
40666            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
40667            - lib/unicode/In/EnclosedAlphanumerics.pl
40668            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
40669            - lib/unicode/In/Ethiopic.pl
40670            - lib/unicode/In/GeneralPunctuation.pl
40671            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
40672            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
40673            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
40674            - lib/unicode/In/HalfwidthandFullwidthForms.pl
40675            - lib/unicode/In/HangulCompatibilityJamo.pl
40676            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
40677            - lib/unicode/In/Hebrew.pl
40678            - lib/unicode/In/HighPrivateUseSurrogates.pl
40679            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
40680            - lib/unicode/In/IPAExtensions.pl
40681            - lib/unicode/In/IdeographicDescriptionCharacters.pl
40682            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
40683            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
40684            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
40685            - lib/unicode/In/Latin-1Supplement.pl
40686            - lib/unicode/In/LatinExtended-A.pl
40687            - lib/unicode/In/LatinExtended-B.pl
40688            - lib/unicode/In/LatinExtendedAdditional.pl
40689            - lib/unicode/In/LetterlikeSymbols.pl
40690            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
40691            - lib/unicode/In/MathematicalOperators.pl
40692            - lib/unicode/In/MiscellaneousSymbols.pl
40693            - lib/unicode/In/MiscellaneousTechnical.pl
40694            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
40695            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
40696            - lib/unicode/In/OpticalCharacterRecognition.pl
40697            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
40698            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
40699            - lib/unicode/In/SmallFormVariants.pl
40700            - lib/unicode/In/SpacingModifierLetters.pl
40701            - lib/unicode/In/Specials.pl
40702            - lib/unicode/In/SuperscriptsandSubscripts.pl
40703            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
40704            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
40705            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
40706            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
40707            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
40708           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
40709           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
40710           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
40711           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
40712           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
40713           !> utf8.c win32/Makefile
40714 ____________________________________________________________________________
40715 [  9903] By: jhi                                   on 2001/04/29  14:30:53
40716         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
40717              From: Prymmer/Kahn <pvhp@best.com>
40718              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
40719              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
40720      Branch: perl
40721            ! win32/Makefile
40722 ____________________________________________________________________________
40723 [  9902] By: jhi                                   on 2001/04/29  02:52:44
40724         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
40725              From: "Abigail" <abigail@foad.org>
40726              Date: Sun, 29 Apr 2001 03:14:25 +0200
40727              Message-ID: <20010429011425.24503.qmail@foad.org>
40728      Branch: perl
40729            ! ext/IO/lib/IO/Seekable.pm
40730 ____________________________________________________________________________
40731 [  9901] By: jhi                                   on 2001/04/29  02:04:46
40732         Log: In character classes one couldn't have 0x80..0xff characters
40733              at the left hand side if there were 0x100.. characters in the
40734              character class.
40735      Branch: perl
40736            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
40737            ! t/op/pat.t utf8.c
40738 ____________________________________________________________________________
40739 [  9900] By: jhi                                   on 2001/04/28  22:55:04
40740         Log: Forgot the latest mktables.PL from #9899.
40741      Branch: perl
40742            ! lib/unicode/mktables.PL
40743 ____________________________________________________________________________
40744 [  9899] By: jhi                                   on 2001/04/28  22:53:28
40745         Log: Explain the \p{} and \P{} error message better and
40746              have prettier prettyprint in In.pl.
40747      Branch: perl
40748            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
40749            ! pod/perldiag.pod
40750 ____________________________________________________________________________
40751 [  9898] By: jhi                                   on 2001/04/28  21:03:34
40752         Log: Add one possible explanation for the "Invalid [] range" error.
40753      Branch: perl
40754            ! pod/perldiag.pod
40755 ____________________________________________________________________________
40756 [  9897] By: jhi                                   on 2001/04/28  17:18:26
40757         Log: Add a level of indirection to the implementation of \p{InFoo}
40758              so that we don't have to have long filenames.  (Nothing changes
40759              in the user interface.)   The indirection is defined in
40760              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
40761              Also rename some the character classes by removing '-' from
40762              the classnames, and finally renamed Block.pl as Blocks.pl.
40763      Branch: perl
40764            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
40765            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
40766            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
40767            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
40768            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
40769            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
40770            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
40771            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
40772            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
40773            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
40774            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
40775            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
40776            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
40777            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
40778            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
40779            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
40780            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
40781            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
40782            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
40783            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
40784            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
40785            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
40786            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
40787            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
40788            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
40789            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
40790            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
40791            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
40792            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
40793            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
40794            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
40795            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
40796            + lib/unicode/In/94.pl lib/unicode/In/95.pl
40797            - lib/unicode/Block.pl
40798            - lib/unicode/In/AlphabeticPresentationForms.pl
40799            - lib/unicode/In/Arabic.pl
40800            - lib/unicode/In/ArabicPresentationForms-A.pl
40801            - lib/unicode/In/ArabicPresentationForms-B.pl
40802            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
40803            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
40804            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
40805            - lib/unicode/In/BopomofoExtended.pl
40806            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
40807            - lib/unicode/In/CJKCompatibility.pl
40808            - lib/unicode/In/CJKCompatibilityForms.pl
40809            - lib/unicode/In/CJKCompatibilityIdeographs.pl
40810            - lib/unicode/In/CJKRadicalsSupplement.pl
40811            - lib/unicode/In/CJKSymbolsandPunctuation.pl
40812            - lib/unicode/In/CJKUnifiedIdeographs.pl
40813            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
40814            - lib/unicode/In/Cherokee.pl
40815            - lib/unicode/In/CombiningDiacriticalMarks.pl
40816            - lib/unicode/In/CombiningHalfMarks.pl
40817            - lib/unicode/In/CombiningMarksforSymbols.pl
40818            - lib/unicode/In/ControlPictures.pl
40819            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
40820            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
40821            - lib/unicode/In/EnclosedAlphanumerics.pl
40822            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
40823            - lib/unicode/In/Ethiopic.pl
40824            - lib/unicode/In/GeneralPunctuation.pl
40825            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
40826            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
40827            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
40828            - lib/unicode/In/HalfwidthandFullwidthForms.pl
40829            - lib/unicode/In/HangulCompatibilityJamo.pl
40830            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
40831            - lib/unicode/In/Hebrew.pl
40832            - lib/unicode/In/HighPrivateUseSurrogates.pl
40833            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
40834            - lib/unicode/In/IPAExtensions.pl
40835            - lib/unicode/In/IdeographicDescriptionCharacters.pl
40836            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
40837            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
40838            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
40839            - lib/unicode/In/Latin-1Supplement.pl
40840            - lib/unicode/In/LatinExtended-A.pl
40841            - lib/unicode/In/LatinExtended-B.pl
40842            - lib/unicode/In/LatinExtendedAdditional.pl
40843            - lib/unicode/In/LetterlikeSymbols.pl
40844            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
40845            - lib/unicode/In/MathematicalOperators.pl
40846            - lib/unicode/In/MiscellaneousSymbols.pl
40847            - lib/unicode/In/MiscellaneousTechnical.pl
40848            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
40849            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
40850            - lib/unicode/In/OpticalCharacterRecognition.pl
40851            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
40852            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
40853            - lib/unicode/In/SmallFormVariants.pl
40854            - lib/unicode/In/SpacingModifierLetters.pl
40855            - lib/unicode/In/Specials.pl
40856            - lib/unicode/In/SuperscriptsandSubscripts.pl
40857            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
40858            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
40859            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
40860            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
40861            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
40862            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
40863            ! pod/perlunicode.pod
40864 ____________________________________________________________________________
40865 [  9896] By: jhi                                   on 2001/04/28  14:33:17
40866         Log: Update the information on shared library path on HP-UX.
40867      Branch: perl
40868            ! INSTALL
40869 ____________________________________________________________________________
40870 [  9895] By: jhi                                   on 2001/04/28  14:32:30
40871         Log: Because #9894 seems to do the trick, this workaround can be removed.
40872      Branch: perl
40873            ! t/lib/selfstubber.t
40874 ____________________________________________________________________________
40875 [  9894] By: jhi                                   on 2001/04/28  14:26:13
40876         Log: For PerlIO flush the children's file handles (on fork/exec/system).
40877      Branch: perl
40878            ! perl.h
40879 ____________________________________________________________________________
40880 [  9893] By: jhi                                   on 2001/04/28  14:23:15
40881         Log: Test tweak for #9891.
40882      Branch: perl
40883            ! t/lib/b-deparse.t
40884 ____________________________________________________________________________
40885 [  9892] By: jhi                                   on 2001/04/28  14:10:13
40886         Log: New HP-UX hints from Merijn.
40887      Branch: perl
40888            ! hints/hpux.sh
40889 ____________________________________________________________________________
40890 [  9891] By: jhi                                   on 2001/04/28  14:07:27
40891         Log: Subject: [PATCH B::Deparse] non-block scopes
40892              From: Robin Houston <robin@kitsite.com>
40893              Date: Fri, 27 Apr 2001 19:15:14 +0100
40894              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
40895      Branch: perl
40896            ! ext/B/B/Deparse.pm
40897 ____________________________________________________________________________
40898 [  9890] By: nick                                  on 2001/04/27  19:41:25
40899         Log: Integrate mainline
40900      Branch: perlio
40901           +> t/lib/selfstubber.t
40902           !> (integrate 50 files)
40903 ____________________________________________________________________________
40904 [  9889] By: jhi                                   on 2001/04/27  18:23:46
40905         Log: Subject: Re: selfstubber test fail on bleadperl
40906              From: Mike Guy <mjtg@cam.ac.uk>
40907              Date: Fri, 27 Apr 2001 19:31:18 +0100
40908              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
40909      Branch: perl
40910            ! t/lib/selfstubber.t
40911 ____________________________________________________________________________
40912 [  9888] By: jhi                                   on 2001/04/27  16:20:54
40913         Log: Test tweak for #9886.
40914      Branch: perl
40915            ! t/lib/b-deparse.t
40916 ____________________________________________________________________________
40917 [  9887] By: jhi                                   on 2001/04/27  16:16:33
40918         Log: Buffering issue at least in Solaris (even with perlio).
40919      Branch: perl
40920            ! t/lib/selfstubber.t
40921 ____________________________________________________________________________
40922 [  9886] By: jhi                                   on 2001/04/27  14:59:23
40923         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
40924              From: Robin Houston <robin@kitsite.com>
40925              Date: Fri, 27 Apr 2001 16:53:20 +0100
40926              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
40927      Branch: perl
40928            ! ext/B/B/Deparse.pm
40929 ____________________________________________________________________________
40930 [  9885] By: jhi                                   on 2001/04/27  14:23:51
40931         Log: Update Changes.
40932      Branch: perl
40933            ! Changes patchlevel.h
40934 ____________________________________________________________________________
40935 [  9884] By: jhi                                   on 2001/04/27  14:14:12
40936         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
40937              From: "Philip Newton" <pnewton@gmx.de>
40938              Date: Fri, 27 Apr 2001 16:40:13 +0200
40939              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
40940      Branch: perl
40941            ! pod/perldata.pod
40942 ____________________________________________________________________________
40943 [  9883] By: jhi                                   on 2001/04/27  13:28:19
40944         Log: Add LOG_PERROR; prettify the "removed".
40945      Branch: perl
40946            ! ext/Sys/Syslog/Syslog.xs
40947 ____________________________________________________________________________
40948 [  9882] By: jhi                                   on 2001/04/27  13:13:18
40949         Log: h2xs tweaks: use NV instead of double, "quote" the removed
40950              prefixes for clarity (especially when nothing is removed),
40951              slight pod reformats.
40952      Branch: perl
40953            ! utils/h2xs.PL
40954 ____________________________________________________________________________
40955 [  9881] By: jhi                                   on 2001/04/27  12:58:48
40956         Log: Don't bother creating existing directories.
40957      Branch: perl
40958            ! utils/h2xs.PL
40959 ____________________________________________________________________________
40960 [  9880] By: jhi                                   on 2001/04/27  12:45:39
40961         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
40962              From: Mike Schilli <m@perlmeister.com>
40963              Date: Wed, 25 Apr 2001 01:29:21 -0700
40964              Message-id: <3AE68AE1.6A981723@perlmeister.com>
40965      Branch: perl
40966            ! utils/h2xs.PL
40967 ____________________________________________________________________________
40968 [  9879] By: jhi                                   on 2001/04/27  12:40:55
40969         Log: break is not yet Perl.  Added the template license also to README.
40970      Branch: perl
40971            ! utils/h2xs.PL
40972 ____________________________________________________________________________
40973 [  9878] By: jhi                                   on 2001/04/27  03:08:20
40974         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
40975              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40976              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
40977              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
40978      Branch: perl
40979            ! t/lib/xs-typemap.t
40980 ____________________________________________________________________________
40981 [  9877] By: jhi                                   on 2001/04/26  23:54:40
40982         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
40983              From: "Abigail" <abigail@foad.org>
40984              Date: Fri, 27 Apr 2001 01:44:28 +0200
40985              Message-ID: <20010426234428.19786.qmail@foad.org>
40986      Branch: perl
40987            ! utils/h2xs.PL
40988 ____________________________________________________________________________
40989 [  9876] By: jhi                                   on 2001/04/26  23:52:06
40990         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
40991              From: Peter Prymmer <pvhp@forte.com>
40992              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
40993              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
40994      Branch: perl
40995            ! t/lib/selfstubber.t
40996 ____________________________________________________________________________
40997 [  9875] By: jhi                                   on 2001/04/26  23:48:10
40998         Log: Deparse nits.
40999      Branch: perl
41000            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
41001 ____________________________________________________________________________
41002 [  9874] By: jhi                                   on 2001/04/26  22:46:05
41003         Log: Document ANYOF_CLASS.
41004      Branch: perl
41005            ! regcomp.h
41006 ____________________________________________________________________________
41007 [  9873] By: jhi                                   on 2001/04/26  22:35:03
41008         Log: Subject: Re: [PATCH @9846] dumping ANYOF
41009              From: Hugo <hv@crypt.compulink.co.uk>
41010              Date: Thu, 26 Apr 2001 23:33:38 +0100
41011              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
41012      Branch: perl
41013            ! regcomp.c regcomp.h
41014 ____________________________________________________________________________
41015 [  9872] By: jhi                                   on 2001/04/26  22:34:31
41016         Log: Subject: [PATCH] more for Devel::SelfStubber
41017              From: Nicholas Clark <nick@ccl4.org>
41018              Date: Fri, 27 Apr 2001 00:13:52 +0100
41019              Message-ID: <20010427001351.K88186@plum.flirble.org>
41020      Branch: perl
41021            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
41022 ____________________________________________________________________________
41023 [  9871] By: jhi                                   on 2001/04/26  21:59:17
41024         Log: Subject: [PATCH B::Deparse] formats must be flush left
41025              From: Robin Houston <robin@kitsite.com>
41026              Date: Thu, 26 Apr 2001 23:54:29 +0100
41027              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
41028      Branch: perl
41029            ! ext/B/B/Deparse.pm
41030 ____________________________________________________________________________
41031 [  9870] By: jhi                                   on 2001/04/26  21:57:37
41032         Log: If some of the constants are prefixes of others,
41033              the prefixes may never get recognized.  (See 20010426.006.)
41034      Branch: perl
41035            ! utils/h2xs.PL
41036 ____________________________________________________________________________
41037 [  9869] By: jhi                                   on 2001/04/26  21:50:42
41038         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
41039              From: Chris Bongaarts <cab@tc.umn.edu>
41040              Date: Thu, 26 Apr 2001 17:10:31 -0500
41041              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
41042      Branch: perl
41043            ! ext/Sys/Syslog/Syslog.xs
41044 ____________________________________________________________________________
41045 [  9868] By: jhi                                   on 2001/04/26  21:35:12
41046         Log: Further cuts and more docs from Graham Barr.
41047      Branch: perl
41048            ! ext/List/Util/lib/List/Util.pm
41049            ! ext/List/Util/lib/Scalar/Util.pm
41050 ____________________________________________________________________________
41051 [  9867] By: jhi                                   on 2001/04/26  21:18:57
41052         Log: Subject: [PATCH 5.7.1] DB_File-1.77
41053              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
41054              Date: Thu, 26 Apr 2001 22:37:53 +0100
41055              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
41056      Branch: perl
41057            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41058            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
41059 ____________________________________________________________________________
41060 [  9866] By: jhi                                   on 2001/04/26  21:12:31
41061         Log: Subject: [PATCH B::Deparse] fix easy bugs
41062              From: Robin Houston <robin@kitsite.com>
41063              Date: Thu, 26 Apr 2001 23:03:33 +0100
41064              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
41065      Branch: perl
41066            ! ext/B/B/Deparse.pm
41067 ____________________________________________________________________________
41068 [  9865] By: jhi                                   on 2001/04/26  20:26:13
41069         Log: Update Changes.
41070      Branch: perl
41071            ! Changes patchlevel.h
41072 ____________________________________________________________________________
41073 [  9864] By: jhi                                   on 2001/04/26  19:27:48
41074         Log: Dethinko from Robin Houston.
41075      Branch: perl
41076            ! ext/B/B/Deparse.pm
41077 ____________________________________________________________________________
41078 [  9863] By: jhi                                   on 2001/04/26  19:10:35
41079         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
41080              From: Robin Houston <robin@kitsite.com>
41081              Date: Thu, 26 Apr 2001 21:08:32 +0100
41082              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
41083      Branch: perl
41084            ! ext/B/B/Deparse.pm
41085 ____________________________________________________________________________
41086 [  9862] By: jhi                                   on 2001/04/26  19:04:23
41087         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
41088              From: Robin Houston <robin@kitsite.com>
41089              Date: Thu, 26 Apr 2001 20:52:50 +0100
41090              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
41091      Branch: perl
41092            ! ext/B/B/Deparse.pm
41093 ____________________________________________________________________________
41094 [  9861] By: jhi                                   on 2001/04/26  18:56:14
41095         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
41096              From: Mike Guy <mjtg@cam.ac.uk>
41097              Date: Thu, 26 Apr 2001 14:22:40 +0100
41098              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
41099      Branch: perl
41100            ! pod/perlobj.pod
41101 ____________________________________________________________________________
41102 [  9860] By: jhi                                   on 2001/04/26  18:46:42
41103         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
41104              From: Robin Houston <robin@kitsite.com>
41105              Date: Thu, 26 Apr 2001 20:34:29 +0100
41106              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
41107              
41108              Hashes do not interpolate.
41109      Branch: perl
41110            ! ext/B/B/Deparse.pm
41111 ____________________________________________________________________________
41112 [  9859] By: jhi                                   on 2001/04/26  18:43:51
41113         Log: Subject: The Time::Piece conspiracy unmasked!!!
41114              From: Mike Guy <mjtg@cam.ac.uk>
41115              Date: Thu, 26 Apr 2001 19:02:50 +0100
41116              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
41117              
41118              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
41119              From: Mike Guy <mjtg@cam.ac.uk>
41120              Date: Thu, 26 Apr 2001 19:08:21 +0100
41121              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
41122              
41123              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
41124              From: Graham Barr <gbarr@pobox.com>
41125              Date: Thu, 26 Apr 2001 19:12:03 +0100
41126              Message-ID: <20010426191203.A70835@pobox.com>
41127              
41128              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
41129      Branch: perl
41130            ! ext/List/Util/lib/List/Util.pm
41131            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
41132 ____________________________________________________________________________
41133 [  9858] By: jhi                                   on 2001/04/26  18:17:42
41134         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
41135              From: Robin Houston <robin@kitsite.com>
41136              Date: Thu, 26 Apr 2001 16:09:35 +0100
41137              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
41138      Branch: perl
41139            ! t/comp/proto.t
41140 ____________________________________________________________________________
41141 [  9857] By: jhi                                   on 2001/04/26  18:04:59
41142         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
41143              From: barries <barries@slaysys.com>
41144              Date: Thu, 26 Apr 2001 12:01:10 -0400
41145              Message-ID: <20010426120110.E29698@jester.slaysys.com>
41146      Branch: perl
41147            ! pod/perldiag.pod
41148 ____________________________________________________________________________
41149 [  9856] By: jhi                                   on 2001/04/26  18:03:33
41150         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
41151              Date: Thu, 26 Apr 2001 17:13:41 +0100
41152              From: Robin Houston <robin@kitsite.com>
41153              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
41154              
41155              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
41156              From: Robin Houston <robin@kitsite.com>
41157              Date: Thu, 26 Apr 2001 18:44:29 +0100
41158              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
41159      Branch: perl
41160            ! ext/B/B/Deparse.pm
41161 ____________________________________________________________________________
41162 [  9855] By: jhi                                   on 2001/04/26  17:56:04
41163         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
41164              From: Robin Houston <robin@kitsite.com>
41165              Date: Thu, 26 Apr 2001 17:04:08 +0100
41166              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
41167      Branch: perl
41168            ! ext/B/B/Deparse.pm
41169 ____________________________________________________________________________
41170 [  9854] By: jhi                                   on 2001/04/26  17:47:26
41171         Log: Subject: Re: Short test case for undef %stash:: crash
41172              From: Benjamin Sugars <bsugars@canoe.ca> 
41173              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
41174              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
41175              Changed and moved the perldiag entry.
41176      Branch: perl
41177            ! gv.c pod/perldiag.pod
41178 ____________________________________________________________________________
41179 [  9853] By: jhi                                   on 2001/04/26  14:35:16
41180         Log: Beginnings of strptime().  Do not touch the wet paint.
41181      Branch: perl
41182            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
41183 ____________________________________________________________________________
41184 [  9852] By: jhi                                   on 2001/04/26  13:17:21
41185         Log: Retract #9851, core dumps from pod2man.
41186      Branch: perl
41187            ! regcomp.c
41188 ____________________________________________________________________________
41189 [  9851] By: jhi                                   on 2001/04/26  11:54:41
41190         Log: (Retracted by #9852.)
41191              
41192              Subject: [PATCH @9846] dumping ANYOF
41193              From: Hugo <hv@crypt.compulink.co.uk>
41194              Date: Thu, 26 Apr 2001 05:32:38 +0100
41195              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
41196      Branch: perl
41197            ! regcomp.c
41198 ____________________________________________________________________________
41199 [  9850] By: jhi                                   on 2001/04/26  02:34:44
41200         Log: If ccflags was empty the _previous_ $* containing all the
41201              environment variables and Configure variables was used,
41202              which lead, among other bad things, into $ccflags being your
41203              uname -a output, which lead into test compile with cc failing,
41204              which lead into gcc being selected, which didn't work that well
41205              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
41206              with large files, et cetera.
41207      Branch: perl
41208            ! hints/hpux.sh
41209 ____________________________________________________________________________
41210 [  9849] By: jhi                                   on 2001/04/26  01:44:57
41211         Log: Make selfstubber test more portable.
41212      Branch: perl
41213            ! t/lib/selfstubber.t
41214 ____________________________________________________________________________
41215 [  9848] By: jhi                                   on 2001/04/26  00:50:26
41216         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
41217              From: Benjamin Sugars <ben.sugars@home.com>
41218              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
41219              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
41220      Branch: perl
41221            ! ext/Cwd/Cwd.xs
41222 ____________________________________________________________________________
41223 [  9847] By: jhi                                   on 2001/04/26  00:46:58
41224         Log: Subject: [PATCH: perl@9841] VMS updates
41225              From: Peter Prymmer <pvhp@forte.com>
41226              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
41227              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
41228      Branch: perl
41229            ! README.vms configure.com vms/descrip_mms.template
41230            ! vms/ext/filespec.t
41231 ____________________________________________________________________________
41232 [  9846] By: jhi                                   on 2001/04/26  00:11:56
41233         Log: re 'debug' was broken by #9084.
41234      Branch: perl
41235            ! ext/re/re.xs
41236 ____________________________________________________________________________
41237 [  9845] By: jhi                                   on 2001/04/25  22:33:17
41238         Log: Subject: [PATCH] test for Devel::SelfStubber
41239              From: Nicholas Clark <nick@ccl4.org>
41240              Date: Thu, 26 Apr 2001 00:00:54 +0100
41241              Message-ID: <20010426000054.D89026@plum.flirble.org>
41242      Branch: perl
41243            + t/lib/selfstubber.t
41244            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
41245 ____________________________________________________________________________
41246 [  9844] By: jhi                                   on 2001/04/25  22:29:32
41247         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
41248              From: Paul Johnson <paul@pjcj.net>
41249              Date: Thu, 26 Apr 2001 00:46:08 +0200
41250              Message-ID: <20010426004608.H2338@pjcj.net>
41251      Branch: perl
41252            ! ext/B/B/Concise.pm
41253 ____________________________________________________________________________
41254 [  9843] By: jhi                                   on 2001/04/25  22:28:28
41255         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
41256              From: Peter Prymmer <pvhp@forte.com>
41257              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
41258              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
41259      Branch: perl
41260            ! ext/Cwd/Cwd.xs
41261 ____________________________________________________________________________
41262 [  9842] By: jhi                                   on 2001/04/25  20:58:12
41263         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
41264              From: John Peacock <jpeacock@rowman.com>
41265              Date: Wed, 25 Apr 2001 17:30:26 -0400
41266              Message-ID: <3AE741F2.B3217464@rowman.com>
41267      Branch: perl
41268            ! lib/Math/BigInt.pm t/lib/bigintpm.t
41269 ____________________________________________________________________________
41270 [  9841] By: jhi                                   on 2001/04/25  20:07:05
41271         Log: Update Changes.
41272      Branch: perl
41273            ! Changes patchlevel.h
41274 ____________________________________________________________________________
41275 [  9840] By: jhi                                   on 2001/04/25  19:56:51
41276         Log: Yet another HP-UX hints version from Merijn.
41277      Branch: perl
41278            ! hints/hpux.sh
41279 ____________________________________________________________________________
41280 [  9839] By: jhi                                   on 2001/04/25  19:53:04
41281         Log: abs_path() didn't terminate the filename correctly,
41282              in DIRNAMLENless systems like HP-UX this would fail.
41283      Branch: perl
41284            ! ext/Cwd/Cwd.xs
41285 ____________________________________________________________________________
41286 [  9838] By: jhi                                   on 2001/04/25  16:37:26
41287         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
41288              From: Mike Guy <mjtg@cam.ac.uk>
41289              Date: Wed, 25 Apr 2001 18:31:47 +0100
41290              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
41291      Branch: perl
41292            ! op.c
41293 ____________________________________________________________________________
41294 [  9837] By: jhi                                   on 2001/04/25  16:21:53
41295         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
41296              From: Jon Eveland <jweveland@yahoo.com>
41297              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
41298              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
41299      Branch: perl
41300            ! lib/perl5db.pl
41301 ____________________________________________________________________________
41302 [  9836] By: jhi                                   on 2001/04/25  14:17:50
41303         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
41304              From: "Philip Newton" <pnewton@gmx.de>
41305              Date: Wed, 25 Apr 2001 17:05:58 +0200
41306              Message-ID: <3AE703F6.3234.1833C45@localhost>
41307      Branch: perl
41308            ! Porting/patching.pod
41309 ____________________________________________________________________________
41310 [  9835] By: jhi                                   on 2001/04/25  13:58:07
41311         Log: It would seem that both ar and full_ar need to be overridden
41312              for HP-UX to avoid the GNU ar.
41313      Branch: perl
41314            ! hints/hpux.sh
41315 ____________________________________________________________________________
41316 [  9834] By: jhi                                   on 2001/04/25  13:50:40
41317         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
41318              From: "Philip Newton" <pnewton@gmx.de>
41319              Date: Wed, 25 Apr 2001 16:09:23 +0200
41320              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
41321              
41322              Detypo.
41323      Branch: perl
41324            ! t/op/misc.t
41325 ____________________________________________________________________________
41326 [  9833] By: jhi                                   on 2001/04/25  12:36:11
41327         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
41328      Branch: perl
41329            ! hints/hpux.sh
41330 ____________________________________________________________________________
41331 [  9832] By: jhi                                   on 2001/04/25  12:33:36
41332         Log: New version of HP-UX hints from Merijn.
41333      Branch: perl
41334            ! hints/hpux.sh
41335 ____________________________________________________________________________
41336 [  9831] By: jhi                                   on 2001/04/25  03:39:45
41337         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
41338      Branch: perl
41339            ! hints/hpux.sh
41340 ____________________________________________________________________________
41341 [  9830] By: jhi                                   on 2001/04/25  02:53:25
41342         Log: The tzname[] bit is not needed by util.c -- and causes
41343              heartburn in VMS (and it missing was probably the cause of
41344              the Mac OS X trouble).  Ouch.
41345      Branch: perl
41346            ! ext/POSIX/POSIX.xs util.c
41347 ____________________________________________________________________________
41348 [  9829] By: jhi                                   on 2001/04/25  00:10:06
41349         Log: Metaconfig unit change for #9828.
41350      Branch: metaconfig
41351            ! U/compline/ccflags.U
41352 ____________________________________________________________________________
41353 [  9828] By: jhi                                   on 2001/04/25  00:04:18
41354         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
41355              (which is actually the reason for the change, we need to pass
41356              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
41357              EP/IX, OS/2, and TitanOS, based on the hints files.
41358      Branch: perl
41359            ! Configure config_h.SH
41360 ____________________________________________________________________________
41361 [  9827] By: jhi                                   on 2001/04/24  23:49:20
41362         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
41363              the $cat must have an absolute path.
41364      Branch: perl
41365            ! makedepend.SH
41366 ____________________________________________________________________________
41367 [  9826] By: jhi                                   on 2001/04/24  23:40:53
41368         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
41369      Branch: perl
41370            ! README.amiga
41371 ____________________________________________________________________________
41372 [  9825] By: jhi                                   on 2001/04/24  23:35:35
41373         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
41374              From: "Philip Newton" <pnewton@gmx.de>
41375              Date: Tue, 24 Apr 2001 18:52:49 +0200
41376              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
41377      Branch: perl
41378            ! x2p/find2perl.PL
41379 ____________________________________________________________________________
41380 [  9824] By: jhi                                   on 2001/04/24  23:33:07
41381         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
41382              Some gcc specifics dropped out due to extensive rewriting;
41383              will be put back later as needed.
41384      Branch: perl
41385            ! hints/hpux.sh
41386 ____________________________________________________________________________
41387 [  9823] By: jhi                                   on 2001/04/24  23:27:57
41388         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
41389      Branch: perl
41390            ! ext/POSIX/POSIX.xs
41391 ____________________________________________________________________________
41392 [  9822] By: jhi                                   on 2001/04/24  23:25:21
41393         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
41394              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41395              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
41396              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
41397      Branch: perl
41398            ! ext/XS/Typemap/Typemap.xs
41399 ____________________________________________________________________________
41400 [  9821] By: jhi                                   on 2001/04/24  23:24:10
41401         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
41402              From: "Abigail" <abigail@foad.org>
41403              Date: Tue, 24 Apr 2001 23:12:03 +0200
41404              Message-ID: <20010424211203.7901.qmail@foad.org>
41405      Branch: perl
41406            ! pod/perlport.pod
41407 ____________________________________________________________________________
41408 [  9820] By: jhi                                   on 2001/04/24  23:23:15
41409         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
41410              From: Matt Sergeant <matt@sergeant.org>
41411              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
41412              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
41413      Branch: perl
41414            ! pod/perlfaq4.pod
41415 ____________________________________________________________________________
41416 [  9819] By: nick                                  on 2001/04/24  18:49:43
41417         Log: Integrate mainline.
41418      Branch: perlio
41419           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
41420           !> (integrate 37 files)
41421 ____________________________________________________________________________
41422 [  9818] By: jhi                                   on 2001/04/24  14:35:23
41423         Log: Update Changes.
41424      Branch: perl
41425            ! Changes patchlevel.h
41426 ____________________________________________________________________________
41427 [  9817] By: jhi                                   on 2001/04/24  14:09:17
41428         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
41429              From: "Philip Newton" <pnewton@gmx.de>
41430              Date: Tue, 24 Apr 2001 12:58:12 +0200
41431              Message-ID: <3AE57864.8304.B77A0A@localhost> 
41432              
41433              plus add CPAN to the list of modules that have their own tests.
41434      Branch: perl
41435            ! t/lib/1_compile.t
41436 ____________________________________________________________________________
41437 [  9816] By: jhi                                   on 2001/04/24  14:07:03
41438         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
41439              From: Michael G Schwern <schwern@pobox.com>
41440              Date: Sat, 21 Apr 2001 22:35:00 +0100
41441              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
41442      Branch: perl
41443            ! t/lib/1_compile.t
41444 ____________________________________________________________________________
41445 [  9815] By: jhi                                   on 2001/04/24  13:54:32
41446         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
41447              From: Robin Houston <robin@kitsite.com>
41448              Date: Tue, 24 Apr 2001 15:51:18 +0100
41449              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
41450      Branch: perl
41451            ! ext/B/B/Deparse.pm
41452 ____________________________________________________________________________
41453 [  9814] By: jhi                                   on 2001/04/24  13:17:34
41454         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41455              From: Bill Glicker <billg@burrelles.com>
41456              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
41457              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
41458      Branch: perl
41459            ! hints/svr5.sh
41460 ____________________________________________________________________________
41461 [  9813] By: jhi                                   on 2001/04/24  12:54:23
41462         Log: Prevent path disclosure (probing for existence of filenames)
41463              using suidperl; bug id 20010322.218.
41464      Branch: perl
41465            ! perl.c pod/perldiag.pod
41466 ____________________________________________________________________________
41467 [  9812] By: jhi                                   on 2001/04/24  12:08:36
41468         Log: Retract #9811.
41469      Branch: perl
41470            ! ext/POSIX/POSIX.xs
41471 ____________________________________________________________________________
41472 [  9811] By: jhi                                   on 2001/04/24  11:57:35
41473         Log: (Retracted by #9812.)
41474      Branch: perl
41475            ! ext/POSIX/POSIX.xs
41476 ____________________________________________________________________________
41477 [  9810] By: jhi                                   on 2001/04/24  03:32:35
41478         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
41479      Branch: perl
41480            ! util.c
41481 ____________________________________________________________________________
41482 [  9809] By: jhi                                   on 2001/04/24  03:16:13
41483         Log: The Math::BigFloat::import() was broken.
41484              (Fixes bug id 20010422.002.)
41485      Branch: perl
41486            ! lib/Math/BigFloat.pm
41487 ____________________________________________________________________________
41488 [  9808] By: jhi                                   on 2001/04/24  01:11:40
41489         Log: Additional dependencies; should help for parallel makes
41490              not to fail on missing lib/lib.pm or lib/re.pm.
41491      Branch: perl
41492            ! Makefile.SH
41493 ____________________________________________________________________________
41494 [  9807] By: jhi                                   on 2001/04/24  00:57:01
41495         Log: Update the test failure disclaimer.
41496      Branch: perl
41497            ! t/pragma/warn/pp_hot
41498 ____________________________________________________________________________
41499 [  9806] By: jhi                                   on 2001/04/24  00:54:04
41500         Log: Add make target "install-all" which is alias for "install"
41501              to cater for case-preserving filesystems like HFS+.
41502      Branch: perl
41503            ! INSTALL Makefile.SH
41504 ____________________________________________________________________________
41505 [  9805] By: jhi                                   on 2001/04/24  00:47:28
41506         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
41507              From: Peter Prymmer <pvhp@forte.com>
41508              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
41509              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
41510              
41511              (Ken William's message forwarded from macosx@perl.org)
41512      Branch: perl
41513            ! hints/darwin.sh
41514 ____________________________________________________________________________
41515 [  9804] By: jhi                                   on 2001/04/23  23:57:35
41516         Log: Cut-and-pasto.
41517      Branch: perl
41518            ! perlio.c
41519 ____________________________________________________________________________
41520 [  9803] By: jhi                                   on 2001/04/23  23:52:25
41521         Log: More PerlIO robustness.
41522      Branch: perl
41523            ! perlio.c
41524 ____________________________________________________________________________
41525 [  9802] By: jhi                                   on 2001/04/23  23:43:35
41526         Log: Make the "STD* opened only for ..." errors more consistent.
41527      Branch: perl
41528            ! doio.c
41529 ____________________________________________________________________________
41530 [  9801] By: jhi                                   on 2001/04/23  23:34:26
41531         Log: Test case for #9800.
41532      Branch: perl
41533            ! t/op/misc.t
41534 ____________________________________________________________________________
41535 [  9800] By: jhi                                   on 2001/04/23  23:14:43
41536         Log: Avoid coredump on 'close STDERR; die' by making
41537              the PerlIO calls more robust.  Also use SETERRNO()
41538              instead of errno = to be more VMS-ready.
41539      Branch: perl
41540            ! perlio.c
41541 ____________________________________________________________________________
41542 [  9799] By: jhi                                   on 2001/04/23  21:41:10
41543         Log: Subject: test for ID 20010423.002
41544              From: Robin Houston <robin@kitsite.com>
41545              Date: Mon, 23 Apr 2001 16:52:21 +0100
41546              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
41547      Branch: perl
41548            ! t/op/avhv.t
41549 ____________________________________________________________________________
41550 [  9798] By: jhi                                   on 2001/04/23  21:40:07
41551         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
41552              From: David Dyck <dcd@tc.fluke.com>
41553              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
41554              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
41555      Branch: perl
41556            ! installperl
41557 ____________________________________________________________________________
41558 [  9797] By: jhi                                   on 2001/04/23  21:37:56
41559         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
41560              From: Benjamin Sugars <bsugars@canoe.ca>
41561              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
41562              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
41563      Branch: perl
41564            ! ext/Cwd/Cwd.xs lib/Cwd.pm
41565 ____________________________________________________________________________
41566 [  9796] By: jhi                                   on 2001/04/23  21:29:24
41567         Log: Synchronize h2xs and pod2man some more on the documentation
41568              templates they propose.
41569      Branch: perl
41570            ! pod/pod2man.PL utils/h2xs.PL
41571 ____________________________________________________________________________
41572 [  9795] By: jhi                                   on 2001/04/23  17:30:40
41573         Log: Add one more naughty test for base64; make encoding logic cleaner.
41574      Branch: perl
41575            ! t/lib/mimeb64.t
41576 ____________________________________________________________________________
41577 [  9794] By: jhi                                   on 2001/04/23  13:51:32
41578         Log: Update Changes.
41579      Branch: perl
41580            ! Changes patchlevel.h
41581 ____________________________________________________________________________
41582 [  9793] By: jhi                                   on 2001/04/23  13:44:18
41583         Log: Duplicate lines.
41584      Branch: perl
41585            ! MANIFEST
41586 ____________________________________________________________________________
41587 [  9792] By: jhi                                   on 2001/04/23  13:39:13
41588         Log: Subject: Re: PATCH 5.7.1
41589              From: Mark-Jason Dominus <mjd@plover.com>
41590              Date: Mon, 23 Apr 2001 10:30:21 -0400
41591              Message-ID: <20010423143021.17335.qmail@plover.com>
41592      Branch: perl
41593            ! perl.h sv.c
41594 ____________________________________________________________________________
41595 [  9791] By: jhi                                   on 2001/04/23  13:32:40
41596         Log: Add the CPAN.pm 1.59_54 tests.
41597      Branch: perl
41598            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
41599            ! MANIFEST
41600 ____________________________________________________________________________
41601 [  9790] By: jhi                                   on 2001/04/23  13:21:55
41602         Log: Subject: Deparse nit
41603              From: Robin Houston <robin@kitsite.com>
41604              Date: Mon, 23 Apr 2001 12:38:20 +0100
41605              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
41606      Branch: perl
41607            ! ext/B/B/Deparse.pm
41608 ____________________________________________________________________________
41609 [  9789] By: jhi                                   on 2001/04/23  13:19:07
41610         Log: Subject: [PATCH] bug 20010423.002
41611              From: Robin Houston <robin@kitsite.com>
41612              Date: Mon, 23 Apr 2001 13:12:30 +0100
41613              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
41614      Branch: perl
41615            ! pp.c
41616 ____________________________________________________________________________
41617 [  9788] By: jhi                                   on 2001/04/23  13:02:49
41618         Log: Subject: PATCH [5.7.1] hv.c unused #define
41619              From: Mark-Jason Dominus <mjd@plover.com>
41620              Date: Sun, 22 Apr 2001 14:17:49 -0400
41621              Message-ID: <20010422181749.26976.qmail@plover.com>
41622      Branch: perl
41623            ! hv.c
41624 ____________________________________________________________________________
41625 [  9787] By: jhi                                   on 2001/04/23  13:02:02
41626         Log: Subject: PATCH 5.7.1
41627              From: Mark-Jason Dominus <mjd@plover.com>
41628              Date: Sun, 22 Apr 2001 15:12:57 -0400
41629              Message-ID: <20010422191258.6539.qmail@plover.com>
41630              
41631              plus Sarathy's STMT_START + STMT_END suggestion.
41632      Branch: perl
41633            ! perl.h
41634 ____________________________________________________________________________
41635 [  9786] By: jhi                                   on 2001/04/23  12:53:25
41636         Log: Fix for
41637              
41638              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
41639              From: dLux <dlux@spam.sch.bme.hu>
41640              Date: Mon, 23 Apr 2001 01:25:26 +0200
41641              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
41642              
41643              (SvGROW really does return a char *.)
41644      Branch: perl
41645            ! pod/perlapi.pod sv.h
41646 ____________________________________________________________________________
41647 [  9785] By: jhi                                   on 2001/04/23  04:34:04
41648         Log: Time::Piece work continues.  $t->day removed since
41649              I think it's too confusing.  Now has normal and
41650              abbreviated length weekday names and month names,
41651              the names change with _names(), not _list().
41652              Now has strftime() in Perl, _strftime() is
41653              the libc version (to which strftime() falls back
41654              if it doesn't know the format.  To do: the reverse
41655              of strftime, strptime(), and the localisation of both.
41656      Branch: perl
41657            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
41658            ! t/lib/time-piece.t
41659 ____________________________________________________________________________
41660 [  9784] By: jhi                                   on 2001/04/23  02:41:46
41661         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
41662              From: andreas.koenig@anima.de (Andreas J. Koenig)
41663              Date: 23 Apr 2001 05:20:55 +0200
41664              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
41665      Branch: perl
41666            ! t/pragma/overload.t
41667 ____________________________________________________________________________
41668 [  9783] By: jhi                                   on 2001/04/22  23:32:42
41669         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
41670              From: Robin Houston <robin@kitsite.com>
41671              Date: Mon, 23 Apr 2001 00:38:18 +0100
41672              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
41673      Branch: perl
41674            ! ext/B/B/Deparse.pm
41675 ____________________________________________________________________________
41676 [  9782] By: jhi                                   on 2001/04/22  20:55:43
41677         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
41678              From: Simon Cozens <simon@netthink.co.uk>
41679              Date: Sun, 22 Apr 2001 18:47:25 +0100
41680              Message-ID: <20010422184725.A14411@netthink.co.uk>
41681      Branch: perl
41682            ! sv.c t/pragma/overload.t
41683 ____________________________________________________________________________
41684 [  9781] By: jhi                                   on 2001/04/22  20:52:13
41685         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
41686              From: Robin Houston <robin@kitsite.com>
41687              Date: Sun, 22 Apr 2001 22:14:50 +0100
41688              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
41689      Branch: perl
41690            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
41691 ____________________________________________________________________________
41692 [  9780] By: nick                                  on 2001/04/22  20:40:31
41693         Log: Integrate mainline.
41694      Branch: perlio
41695           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
41696           +> t/lib/b-stash.t
41697           !> (integrate 38 files)
41698 ____________________________________________________________________________
41699 [  9779] By: jhi                                   on 2001/04/22  15:16:03
41700         Log: Subject: IO::Socket::INET patch
41701              From: andrew deryabin <djsf@technarchy.ru>
41702              Date: Sat, 21 Apr 2001 17:46:52 +0400
41703              Message-ID: <20010421174652.B1426@technarchy>
41704      Branch: perl
41705            ! ext/IO/lib/IO/Socket/INET.pm
41706 ____________________________________________________________________________
41707 [  9778] By: jhi                                   on 2001/04/22  15:14:33
41708         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
41709              From: Mark-Jason Dominus <mjd@plover.com>
41710              Date: Sat, 21 Apr 2001 21:27:49 -0400
41711              Message-ID: <20010422012749.27024.qmail@plover.com>
41712      Branch: perl
41713            ! regcomp.c
41714 ____________________________________________________________________________
41715 [  9777] By: jhi                                   on 2001/04/22  15:10:51
41716         Log: Subject: Re: Regex debugger patch 
41717              From: Mark-Jason Dominus <mjd@plover.com>
41718              Date: Sat, 21 Apr 2001 21:48:51 -0400
41719              Message-ID: <20010422014851.27165.qmail@plover.com>
41720      Branch: perl
41721            ! pod/perldebguts.pod
41722 ____________________________________________________________________________
41723 [  9776] By: jhi                                   on 2001/04/22  15:09:48
41724         Log: Subject: Re: Regex debugger patch
41725              From: Mark-Jason Dominus <mjd@plover.com>
41726              Date: Sat, 21 Apr 2001 14:24:39 -0400
41727              Message-ID: <20010421182439.16508.qmail@plover.com>
41728              
41729              Regex debugger backend.
41730      Branch: perl
41731            ! regcomp.c regexp.h
41732 ____________________________________________________________________________
41733 [  9775] By: jhi                                   on 2001/04/21  16:45:40
41734         Log: Subject: [PATCH] Typo in utf8.h
41735              From: Jesús Quiroga <jquiroga@pobox.com>
41736              Date: Sat, 21 Apr 2001 19:25:33 +0200
41737              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
41738      Branch: perl
41739            ! utf8.h
41740 ____________________________________________________________________________
41741 [  9774] By: jhi                                   on 2001/04/21  16:43:52
41742         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41743              From: Joe Orton <jorton@redhat.com>
41744              Date: Tue, 17 Apr 2001 15:50:43 +0100
41745              Message-Id: <20010417155043.D19132@eu.c2.net>
41746      Branch: perl
41747            ! hints/svr5.sh
41748 ____________________________________________________________________________
41749 [  9773] By: jhi                                   on 2001/04/21  15:30:15
41750         Log: Subject: Patch utils/h2xs.PL
41751              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41752              Date: Sat, 21 Apr 2001 10:32:16 -0500
41753              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
41754              
41755              Add MAILING list and LICENSE templates.
41756      Branch: perl
41757            ! utils/h2xs.PL
41758 ____________________________________________________________________________
41759 [  9772] By: jhi                                   on 2001/04/21  15:28:36
41760         Log: Subject: perlfaq2.patch for 5.7.1
41761              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41762              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
41763              Date: Fri, 20 Apr 2001 16:42:19 -0500
41764              
41765              rm an extra tab, a blurb about the xx.cpan to clarify
41766              which countries actually have that and dejanews is history
41767              as well as most of that nonsensical entry.
41768      Branch: perl
41769            ! pod/perlfaq2.pod
41770 ____________________________________________________________________________
41771 [  9771] By: jhi                                   on 2001/04/21  15:27:17
41772         Log: Subject: perlfaq1.patch for 5.7.1
41773              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41774              Date: Fri, 20 Apr 2001 16:57:36 -0500
41775              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
41776              
41777              Evil URLs must die. Especially when they are broken.
41778      Branch: perl
41779            ! pod/perlfaq1.pod
41780 ____________________________________________________________________________
41781 [  9770] By: jhi                                   on 2001/04/21  15:23:38
41782         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
41783              From: Michael G Schwern <schwern@pobox.com>
41784              Date: Sat, 21 Apr 2001 16:11:12 +0100
41785              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
41786      Branch: perl
41787            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
41788            + t/lib/b-stash.t
41789            ! MANIFEST ext/B/B.pm t/lib/b.t
41790 ____________________________________________________________________________
41791 [  9769] By: jhi                                   on 2001/04/21  15:03:32
41792         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
41793              From: Michael G Schwern <schwern@pobox.com>
41794              Date: Sat, 21 Apr 2001 09:48:00 +0100
41795              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
41796      Branch: perl
41797            ! utils/h2ph.PL
41798 ____________________________________________________________________________
41799 [  9768] By: jhi                                   on 2001/04/21  14:33:49
41800         Log: PerlIO and Encode doc cleanup and tweaks.
41801      Branch: perl
41802            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
41803            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
41804 ____________________________________________________________________________
41805 [  9767] By: jhi                                   on 2001/04/21  12:40:16
41806         Log: Integrate perlio.
41807      Branch: perl
41808           !> doio.c
41809 ____________________________________________________________________________
41810 [  9766] By: nick                                  on 2001/04/20  18:28:35
41811         Log: Avoid core dump on
41812              open(STDOUT,">",\$foo);
41813      Branch: perlio
41814            ! doio.c
41815 ____________________________________________________________________________
41816 [  9765] By: jhi                                   on 2001/04/20  13:23:43
41817         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
41818              From: Robin Houston <robin@kitsite.com>
41819              Date: Fri, 20 Apr 2001 14:29:22 +0100
41820              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
41821      Branch: perl
41822            ! ext/B/B.pm ext/B/B/Deparse.pm
41823 ____________________________________________________________________________
41824 [  9764] By: jhi                                   on 2001/04/20  13:19:33
41825         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
41826              From: Peter Prymmer <pvhp@forte.com>
41827              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
41828              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
41829      Branch: perl
41830            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
41831            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
41832            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
41833            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
41834 ____________________________________________________________________________
41835 [  9763] By: jhi                                   on 2001/04/20  12:36:39
41836         Log: Subject: Re: A new PerlIO coredump
41837              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41838              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
41839              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
41840      Branch: perl
41841            ! doio.c
41842 ____________________________________________________________________________
41843 [  9762] By: jhi                                   on 2001/04/19  23:02:30
41844         Log: Update Changes.
41845      Branch: perl
41846            ! Changes patchlevel.h
41847 ____________________________________________________________________________
41848 [  9761] By: jhi                                   on 2001/04/19  22:59:19
41849         Log: More cleanup cleanup.
41850      Branch: perl
41851            ! Makefile.SH win32/Makefile win32/makefile.mk
41852 ____________________________________________________________________________
41853 [  9760] By: jhi                                   on 2001/04/19  22:50:31
41854         Log: lib/Time is non-empty, let's not rmdir it.
41855      Branch: perl
41856            ! Makefile.SH
41857 ____________________________________________________________________________
41858 [  9759] By: jhi                                   on 2001/04/19  22:36:51
41859         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
41860              From: Robin Houston <robin@kitsite.com>
41861              Date: Fri, 20 Apr 2001 00:18:53 +0100
41862              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
41863      Branch: perl
41864            ! ext/B/B/Deparse.pm
41865 ____________________________________________________________________________
41866 [  9758] By: jhi                                   on 2001/04/19  22:36:00
41867         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
41868              From: Peter Prymmer <pvhp@forte.com>
41869              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
41870              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
41871      Branch: perl
41872            ! ext/Cwd/Cwd.xs
41873 ____________________________________________________________________________
41874 [  9757] By: nick                                  on 2001/04/19  18:53:54
41875         Log: Blind (untested) integrate of mainline.
41876      Branch: perlio
41877           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
41878           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
41879           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
41880           !> (integrate 53 files)
41881 ____________________________________________________________________________
41882 [  9756] By: jhi                                   on 2001/04/19  16:59:23
41883         Log: Document and test Time::Piece.
41884      Branch: perl
41885            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
41886            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
41887 ____________________________________________________________________________
41888 [  9755] By: jhi                                   on 2001/04/19  12:13:29
41889         Log: A better fix for the \x{12345678} trouble from NI-S.
41890      Branch: perl
41891            ! utf8.c
41892 ____________________________________________________________________________
41893 [  9754] By: jhi                                   on 2001/04/19  11:56:07
41894         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
41895              From: Robin Houston <robin@kitsite.com>
41896              Date: Wed, 18 Apr 2001 17:58:33 +0100
41897              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
41898      Branch: perl
41899            ! ext/B/B/Deparse.pm op.c
41900 ____________________________________________________________________________
41901 [  9753] By: jhi                                   on 2001/04/19  04:21:52
41902         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
41903              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
41904              Date: Thu, 19 Apr 2001 01:11:41 -0400
41905              Message-ID: <20010419011141.A5798@cpan.org>
41906      Branch: perl
41907            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
41908 ____________________________________________________________________________
41909 [  9752] By: jhi                                   on 2001/04/19  02:41:10
41910         Log: The new time utils need to be thread-aware, too.
41911      Branch: perl
41912            ! util.c
41913 ____________________________________________________________________________
41914 [  9751] By: jhi                                   on 2001/04/19  02:26:47
41915         Log: Compilation nit noticed by AIX compiler.
41916      Branch: perl
41917            ! perlio.c
41918 ____________________________________________________________________________
41919 [  9750] By: jhi                                   on 2001/04/19  02:20:06
41920         Log: The new time utils need to be public.
41921      Branch: perl
41922            ! embed.pl
41923 ____________________________________________________________________________
41924 [  9749] By: jhi                                   on 2001/04/19  01:42:39
41925         Log: Regen toc.
41926      Branch: perl
41927            ! pod/perltoc.pod
41928 ____________________________________________________________________________
41929 [  9748] By: jhi                                   on 2001/04/19  01:41:10
41930         Log: Add Time::Piece, a slight rewrite of Time::Object,
41931              from Matt Sergeant.
41932      Branch: perl
41933            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
41934            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
41935            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
41936            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
41937            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
41938            ! win32/makefile.mk
41939 ____________________________________________________________________________
41940 [  9747] By: jhi                                   on 2001/04/19  00:55:35
41941         Log: The new metaconfig unit from strftime.
41942      Branch: metaconfig/U/perl
41943            + d_strftime.U
41944 ____________________________________________________________________________
41945 [  9746] By: jhi                                   on 2001/04/19  00:54:54
41946         Log: Move the strftime() wrapper from POSIX.xs to util.c
41947              as my_strftime(), requires HAS_STRFTIME.
41948      Branch: perl
41949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41950            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
41951            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
41952            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41953            ! vos/config.ga.h win32/config.bc win32/config.gc
41954            ! win32/config.vc
41955 ____________________________________________________________________________
41956 [  9745] By: jhi                                   on 2001/04/18  23:11:03
41957         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
41958              in preparation of Time::Piece.
41959      Branch: perl
41960            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
41961 ____________________________________________________________________________
41962 [  9744] By: jhi                                   on 2001/04/18  22:33:12
41963         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
41964              From: Peter Prymmer <pvhp@forte.com>
41965              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
41966              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
41967      Branch: perl
41968            ! t/lib/exporter.t
41969 ____________________________________________________________________________
41970 [  9743] By: jhi                                   on 2001/04/18  22:32:23
41971         Log: Subject: Fwd: pod2html leaves cache files lying around?
41972              From: Rajesh Vaidheeswarran <rv@gnu.org>
41973              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
41974              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
41975      Branch: perl
41976            ! lib/Pod/Html.pm
41977 ____________________________________________________________________________
41978 [  9742] By: jhi                                   on 2001/04/18  20:31:49
41979         Log: Update Changes.
41980      Branch: perl
41981            ! Changes patchlevel.h
41982 ____________________________________________________________________________
41983 [  9741] By: jhi                                   on 2001/04/18  20:23:02
41984         Log: Declare hints only if needed.
41985      Branch: perl
41986            ! ext/B/B/Deparse.pm
41987 ____________________________________________________________________________
41988 [  9740] By: jhi                                   on 2001/04/18  19:06:05
41989         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
41990              bug noticed by Robin Houston; basically the code of detecting
41991              value wraparound was acting differently under different compilers
41992              and platforms.  The workaround is to remove the overflow check
41993              for now, a real fix would be to do the overflow (portably) right.
41994      Branch: perl
41995            ! t/op/pat.t utf8.c
41996 ____________________________________________________________________________
41997 [  9739] By: jhi                                   on 2001/04/18  19:01:23
41998         Log: Subject: [PATCH B::Deparse] some pragma support
41999              From: Robin Houston <robin@kitsite.com>
42000              Date: Wed, 18 Apr 2001 19:32:12 +0100
42001              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
42002      Branch: perl
42003            ! ext/B/B/Deparse.pm
42004 ____________________________________________________________________________
42005 [  9738] By: jhi                                   on 2001/04/18  15:16:37
42006         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
42007              From: Benjamin Sugars <bsugars@canoe.ca>
42008              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
42009              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
42010      Branch: perl
42011            ! t/op/glob.t
42012 ____________________________________________________________________________
42013 [  9737] By: jhi                                   on 2001/04/18  13:24:50
42014         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
42015              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42016              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
42017              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
42018      Branch: perl
42019            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
42020            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
42021 ____________________________________________________________________________
42022 [  9736] By: jhi                                   on 2001/04/18  04:15:14
42023         Log: The #9735 also changes the subtest 12.
42024      Branch: perl
42025            ! t/lib/b.t
42026 ____________________________________________________________________________
42027 [  9735] By: jhi                                   on 2001/04/18  03:55:17
42028         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
42029              From: David Dyck <dcd@tc.fluke.com>
42030              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
42031              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
42032      Branch: perl
42033            ! ext/B/B/Deparse.pm
42034 ____________________________________________________________________________
42035 [  9734] By: jhi                                   on 2001/04/18  03:54:11
42036         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
42037              From: Gisle Aas <gisle@ActiveState.com>
42038              Date: 17 Apr 2001 19:06:45 -0700
42039              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
42040      Branch: perl
42041            ! pp_hot.c t/op/misc.t
42042 ____________________________________________________________________________
42043 [  9733] By: jhi                                   on 2001/04/17  22:25:22
42044         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
42045              From: "Abigail" <abigail@foad.org>
42046              Date: Wed, 18 Apr 2001 01:17:46 +0200
42047              Message-ID: <20010417231746.21657.qmail@foad.org>
42048      Branch: perl
42049            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
42050 ____________________________________________________________________________
42051 [  9732] By: jhi                                   on 2001/04/17  20:47:56
42052         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
42053              From: Robin Houston <robin@kitsite.com>
42054              Date: Tue, 17 Apr 2001 22:37:42 +0100
42055              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
42056      Branch: perl
42057            ! ext/B/B/Deparse.pm
42058 ____________________________________________________________________________
42059 [  9731] By: nick                                  on 2001/04/17  20:46:35
42060         Log: Re-sync for t/lib/b.t fix
42061      Branch: perlio
42062           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
42063 ____________________________________________________________________________
42064 [  9730] By: jhi                                   on 2001/04/17  20:45:29
42065         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
42066              From: Robin Houston <robin@kitsite.com>
42067              Date: Tue, 17 Apr 2001 22:29:36 +0100
42068              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
42069      Branch: perl
42070            ! ext/B/B.xs ext/B/B/Deparse.pm
42071 ____________________________________________________________________________
42072 [  9729] By: jhi                                   on 2001/04/17  20:43:11
42073         Log: Subject: Deparse - parenthesise args to undeclared subs
42074              From: Robin Houston <robin@kitsite.com>
42075              Date: Tue, 17 Apr 2001 21:31:05 +0100
42076              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
42077      Branch: perl
42078            ! ext/B/B/Deparse.pm
42079 ____________________________________________________________________________
42080 [  9728] By: jhi                                   on 2001/04/17  18:57:30
42081         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
42082              From: Benjamin Sugars <ben.sugars@home.com>
42083              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
42084              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
42085      Branch: perl
42086            ! t/lib/cwd.t
42087 ____________________________________________________________________________
42088 [  9727] By: jhi                                   on 2001/04/17  18:20:20
42089         Log: Subject: [PATCH B::Deparse] ambient pragmas
42090              From: Robin Houston <robin@kitsite.com>
42091              Date: Tue, 17 Apr 2001 20:01:59 +0100
42092              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
42093      Branch: perl
42094            ! ext/B/B/Deparse.pm t/lib/b.t
42095 ____________________________________________________________________________
42096 [  9726] By: nick                                  on 2001/04/17  16:33:51
42097         Log: Integrate mainline (t/lib/b.t fails test 2...)
42098      Branch: perlio
42099           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
42100           +> ext/List/Util/README ext/List/Util/Util.xs
42101           +> ext/List/Util/lib/List/Util.pm
42102           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
42103           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
42104           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
42105           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
42106           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
42107           !> (integrate 31 files)
42108 ____________________________________________________________________________
42109 [  9725] By: jhi                                   on 2001/04/17  12:14:24
42110         Log: Subject: multiple B::* changes
42111              From: Robin Houston <robin@kitsite.com>
42112              Date: Thu, 12 Apr 2001 20:12:27 +0100
42113              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
42114      Branch: perl
42115            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
42116 ____________________________________________________________________________
42117 [  9724] By: jhi                                   on 2001/04/17  11:59:05
42118         Log: Thread-awareness from Doug MacEachern.
42119      Branch: perl
42120            ! ext/List/Util/Util.xs
42121 ____________________________________________________________________________
42122 [  9723] By: jhi                                   on 2001/04/17  11:57:41
42123         Log: Make the test more portable.
42124      Branch: perl
42125            ! t/lib/cwd.t
42126 ____________________________________________________________________________
42127 [  9722] By: jhi                                   on 2001/04/17  11:53:50
42128         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
42129              From: Benjamin Sugars <ben.sugars@home.com>
42130              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
42131              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
42132      Branch: perl
42133            ! t/lib/cwd.t
42134 ____________________________________________________________________________
42135 [  9721] By: jhi                                   on 2001/04/17  11:52:17
42136         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
42137              From: Benjamin Sugars <bsugars@canoe.ca>
42138              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
42139              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
42140      Branch: perl
42141            ! op.c
42142 ____________________________________________________________________________
42143 [  9720] By: jhi                                   on 2001/04/17  11:35:42
42144         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
42145              From: Chris Nandor <pudge@pobox.com>
42146              Date: Tue, 17 Apr 2001 00:30:49 -0400
42147              Message-Id: <p05100207b701768712de@[10.0.1.177]>
42148      Branch: perl
42149            ! ext/File/Glob/bsd_glob.c gv.c
42150 ____________________________________________________________________________
42151 [  9719] By: jhi                                   on 2001/04/17  11:32:13
42152         Log: Subject: [PATCH] Tweten->West
42153              From: Casey West <casey@geeknest.com>
42154              Date: Mon, 16 Apr 2001 12:11:22 -0400
42155              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
42156      Branch: perl
42157            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
42158            ! pod/perltie.pod
42159 ____________________________________________________________________________
42160 [  9718] By: jhi                                   on 2001/04/16  03:22:52
42161         Log: Update Changes.
42162      Branch: perl
42163            ! Changes patchlevel.h
42164 ____________________________________________________________________________
42165 [  9717] By: jhi                                   on 2001/04/16  03:06:28
42166         Log: Regen toc.
42167      Branch: perl
42168            ! pod/perltoc.pod
42169 ____________________________________________________________________________
42170 [  9716] By: jhi                                   on 2001/04/16  02:58:42
42171         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
42172              From: Prymmer/Kahn <pvhp@best.com>
42173              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
42174              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
42175      Branch: perl
42176            ! utf8.c
42177 ____________________________________________________________________________
42178 [  9715] By: jhi                                   on 2001/04/15  23:40:35
42179         Log: Subject: Re: Net::Ping patch, adds stream protocol
42180              From: bronson@rinspin.com (Scott Bronson)
42181              Date: Tue, 10 Apr 2001 23:58:33 -0700
42182              Message-ID: <20010410235833.N29719@rinspin.com>
42183      Branch: perl
42184            ! lib/Net/Ping.pm
42185 ____________________________________________________________________________
42186 [  9714] By: jhi                                   on 2001/04/15  23:31:46
42187         Log: Printing out the ok messages helps successful testing.
42188      Branch: perl
42189            ! t/lib/time-hires.t
42190 ____________________________________________________________________________
42191 [  9713] By: jhi                                   on 2001/04/15  21:43:24
42192         Log: Update Douglas Wegscheid's email.
42193      Branch: perl
42194            ! AUTHORS
42195 ____________________________________________________________________________
42196 [  9712] By: jhi                                   on 2001/04/15  21:40:41
42197         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
42198              From: Michael G Schwern <schwern@pobox.com>
42199              Date: Sat, 14 Apr 2001 22:40:50 +0100
42200              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
42201      Branch: perl
42202            + t/lib/exporter.t
42203            ! MANIFEST lib/Exporter/Heavy.pm
42204 ____________________________________________________________________________
42205 [  9711] By: jhi                                   on 2001/04/15  21:39:21
42206         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
42207              From: Michael G Schwern <schwern@pobox.com>
42208              Date: Sat, 14 Apr 2001 22:13:59 +0100
42209              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
42210      Branch: perl
42211            ! t/op/loopctl.t
42212 ____________________________________________________________________________
42213 [  9710] By: jhi                                   on 2001/04/15  21:30:19
42214         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
42215              From: Michael G Schwern <schwern@pobox.com>
42216              Date: Sat, 14 Apr 2001 22:05:32 +0100
42217              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
42218      Branch: perl
42219            ! t/pragma/warnings.t
42220 ____________________________________________________________________________
42221 [  9709] By: jhi                                   on 2001/04/15  19:34:09
42222         Log: Integrate changes #9706,9707 from maintperl into mainline.
42223              
42224              change#7210 broke .packlist generation
42225              
42226              ExtUtils::Installed doesn't quote regex metacharacters in paths
42227              before using them in match; also make it work for dosish platforms
42228      Branch: perl
42229           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
42230 ____________________________________________________________________________
42231 [  9708] By: jhi                                   on 2001/04/15  19:31:01
42232         Log: Test also the scalar aspect of getitimer().
42233      Branch: perl
42234            ! t/lib/time-hires.t
42235 ____________________________________________________________________________
42236 [  9707] By: gsar                                  on 2001/04/15  17:24:20
42237         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
42238              before using them in match; also make it work for dosish platforms
42239      Branch: maint-5.6/perl
42240            ! lib/ExtUtils/Installed.pm
42241 ____________________________________________________________________________
42242 [  9706] By: gsar                                  on 2001/04/15  17:21:59
42243         Log: change#7210 broke .packlist generation (listed only filename
42244              rather than fully qualified path name)
42245      Branch: maint-5.6/perl
42246            ! lib/ExtUtils/Install.pm
42247 ____________________________________________________________________________
42248 [  9705] By: jhi                                   on 2001/04/15  12:36:33
42249         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
42250      Branch: perl
42251            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
42252            ! t/lib/time-hires.t
42253 ____________________________________________________________________________
42254 [  9704] By: jhi                                   on 2001/04/15  10:49:08
42255         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
42256              From: Prymmer/Kahn <pvhp@best.com>
42257              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
42258              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
42259      Branch: perl
42260            ! lib/utf8.pm pod/perlebcdic.pod
42261 ____________________________________________________________________________
42262 [  9703] By: jhi                                   on 2001/04/15  02:26:26
42263         Log: I keep forgetting to sort MANIFEST.
42264      Branch: perl
42265            ! MANIFEST
42266 ____________________________________________________________________________
42267 [  9702] By: jhi                                   on 2001/04/15  02:07:47
42268         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
42269              Now we have blessed, reftype, tainted, first, reduce, ...
42270      Branch: perl
42271            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
42272            + ext/List/Util/README ext/List/Util/Util.xs
42273            + ext/List/Util/lib/List/Util.pm
42274            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
42275            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
42276            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
42277            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
42278            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
42279            ! MANIFEST
42280 ____________________________________________________________________________
42281 [  9701] By: jhi                                   on 2001/04/14  15:05:25
42282         Log: Subject: RE: dprofpp.pl updates 
42283              From: Carl Eklof <CEklof@endeca.com>
42284              Date: Thu, 12 Apr 2001 18:45:46 -0400
42285              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
42286      Branch: perl
42287            ! utils/dprofpp.PL
42288 ____________________________________________________________________________
42289 [  9700] By: jhi                                   on 2001/04/14  14:44:55
42290         Log: Do not just blindly add CR.
42291      Branch: perl
42292            ! Porting/makerel
42293 ____________________________________________________________________________
42294 [  9699] By: jhi                                   on 2001/04/13  13:17:01
42295         Log: Update Changes.
42296      Branch: perl
42297            ! Changes patchlevel.h
42298 ____________________________________________________________________________
42299 [  9698] By: jhi                                   on 2001/04/13  12:44:48
42300         Log: Integrate perlio.
42301      Branch: perl
42302           !> ext/PerlIO/Scalar/Scalar.xs
42303 ____________________________________________________________________________
42304 [  9697] By: jhi                                   on 2001/04/13  12:29:15
42305         Log: Add more debug output to the test.
42306      Branch: perl
42307            ! t/lib/cwd.t
42308 ____________________________________________________________________________
42309 [  9696] By: nick                                  on 2001/04/13  10:14:29
42310         Log: Fix core dump on binmode($fh,'Scalar')
42311      Branch: perlio
42312            ! ext/PerlIO/Scalar/Scalar.xs
42313 ____________________________________________________________________________
42314 [  9695] By: nick                                  on 2001/04/13  09:05:42
42315         Log: Integrate mainline
42316      Branch: perlio
42317           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42318           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42319           +> t/lib/time-hires.t
42320           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
42321           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
42322           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
42323           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
42324           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
42325           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
42326           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
42327 ____________________________________________________________________________
42328 [  9694] By: jhi                                   on 2001/04/12  22:23:35
42329         Log: Integrate change #9693 from maintperl into mainline.
42330              
42331              $VERSION and Version() on the same line provokes a warning from
42332              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
42333      Branch: perl
42334           !> lib/Devel/SelfStubber.pm
42335 ____________________________________________________________________________
42336 [  9693] By: gsar                                  on 2001/04/12  21:55:56
42337         Log: $VERSION and Version() on the same line provokes a warning from
42338              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
42339      Branch: maint-5.6/perl
42340            ! lib/Devel/SelfStubber.pm
42341 ____________________________________________________________________________
42342 [  9692] By: jhi                                   on 2001/04/12  13:54:00
42343         Log: This is at least 5.005.
42344      Branch: perl
42345            ! ext/Time/HiRes/HiRes.xs
42346 ____________________________________________________________________________
42347 [  9691] By: jhi                                   on 2001/04/12  13:37:20
42348         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
42349      Branch: perl
42350            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
42351            ! win32/Makefile win32/makefile.mk
42352 ____________________________________________________________________________
42353 [  9690] By: jhi                                   on 2001/04/12  01:34:46
42354         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
42355      Branch: perl
42356            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42357            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42358            + t/lib/time-hires.t
42359            ! MANIFEST
42360 ____________________________________________________________________________
42361 [  9689] By: jhi                                   on 2001/04/12  00:28:39
42362         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
42363              From: Gisle Aas <gisle@ActiveState.com>
42364              Date: 11 Apr 2001 16:36:11 -0700
42365              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
42366      Branch: perl
42367            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
42368 ____________________________________________________________________________
42369 [  9688] By: jhi                                   on 2001/04/12  00:27:39
42370         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
42371              From: Gisle Aas <gisle@ActiveState.com>
42372              Date: 11 Apr 2001 11:13:24 -0700
42373              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
42374      Branch: perl
42375            ! ext/MIME/Base64/Base64.xs
42376 ____________________________________________________________________________
42377 [  9687] By: jhi                                   on 2001/04/11  19:51:47
42378         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
42379      Branch: perl
42380            ! Todo-5.6
42381 ____________________________________________________________________________
42382 [  9686] By: jhi                                   on 2001/04/11  16:54:25
42383         Log: Subject: [PATCH opcode.pl] Documentation of table format
42384              From: Simon Cozens <simon@netthink.co.uk>
42385              Date: Wed, 11 Apr 2001 12:59:31 +0100
42386              Message-ID: <20010411125931.A25681@netthink.co.uk>
42387      Branch: perl
42388            ! opcode.pl
42389 ____________________________________________________________________________
42390 [  9685] By: jhi                                   on 2001/04/11  16:53:15
42391         Log: Subject: [PATCH] prototype("CORE::recv")
42392              From: Simon Cozens <simon@netthink.co.uk>
42393              Date: Wed, 11 Apr 2001 13:24:35 +0100
42394              Message-ID: <20010411132435.A26169@netthink.co.uk>
42395      Branch: perl
42396            ! pp.c t/comp/proto.t
42397 ____________________________________________________________________________
42398 [  9684] By: jhi                                   on 2001/04/11  16:47:13
42399         Log: FAQ (and AUTHORS) update from Dan Carson: the information
42400              was several years obsolete, Term::Readkey has been updated
42401              to have the functionality.
42402      Branch: perl
42403            ! AUTHORS pod/perlfaq5.pod
42404 ____________________________________________________________________________
42405 [  9683] By: jhi                                   on 2001/04/11  12:15:46
42406         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
42407              From: Calle Dybedahl <calle@lysator.liu.se>
42408              Date: 10 Apr 2001 16:44:16 +0200
42409              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
42410      Branch: perl
42411            ! ext/MIME/Base64/Base64.xs
42412 ____________________________________________________________________________
42413 [  9682] By: jhi                                   on 2001/04/11  12:12:26
42414         Log: A more minimal fix for 20010410.006 from Hugo.
42415      Branch: perl
42416            ! regexec.c
42417 ____________________________________________________________________________
42418 [  9681] By: jhi                                   on 2001/04/11  11:34:23
42419         Log: Integrate changes #9678,9679 from maintline into mainperl.
42420              
42421              addendum to change#9676
42422              
42423              up $File::Glob::VERSION; add a note pointing out the version of
42424              the OpenBSD glob bsd_glob.c resembles
42425      Branch: perl
42426           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42427           !> ext/File/Glob/bsd_glob.h
42428 ____________________________________________________________________________
42429 [  9680] By: jhi                                   on 2001/04/11  11:30:38
42430         Log: Bad test numbering in integrate in #9677.
42431              Fixes ID 20010411.001.
42432      Branch: perl
42433            ! t/op/pat.t
42434 ____________________________________________________________________________
42435 [  9679] By: gsar                                  on 2001/04/11  03:38:40
42436         Log: up $File::Glob::VERSION; add a note pointing out the version of
42437              the OpenBSD glob bsd_glob.c resembles
42438      Branch: maint-5.6/perl
42439            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42440            ! ext/File/Glob/bsd_glob.h
42441 ____________________________________________________________________________
42442 [  9678] By: gsar                                  on 2001/04/11  03:09:48
42443         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
42444              revision 1.8.10.1 found here:
42445              
42446              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
42447      Branch: maint-5.6/perl
42448            ! ext/File/Glob/bsd_glob.c
42449 ____________________________________________________________________________
42450 [  9677] By: jhi                                   on 2001/04/11  02:54:39
42451         Log: Integrate changes #9675,9676 from maintperl into mainline.
42452              
42453              fix for bug 20010410.006, undo change#7115
42454              
42455              port the OpenBSD glob() security patch
42456      Branch: perl
42457           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
42458           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
42459           !> t/op/pat.t
42460 ____________________________________________________________________________
42461 [  9676] By: gsar                                  on 2001/04/11  02:19:02
42462         Log: port the glob() security patch found at:
42463              
42464              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
42465              
42466              CERT advisory for the issue is here:
42467              
42468              http://www.cert.org/advisories/CA-2001-07.html
42469              
42470              Note that the security scare is only relevant for those who are
42471              foolish enough to build suidperl (which is now officially discouraged)
42472      Branch: maint-5.6/perl
42473            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
42474            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
42475 ____________________________________________________________________________
42476 [  9675] By: gsar                                  on 2001/04/10  23:52:11
42477         Log: fix for bug 20010410.006
42478              
42479              undo change#7115 (came into maint-5.6 as change#8156)
42480              
42481              add tests to keep it from coming back
42482      Branch: maint-5.6/perl
42483            ! regexec.c t/op/pat.t
42484 ____________________________________________________________________________
42485 [  9674] By: nick                                  on 2001/04/10  20:39:31
42486         Log: Integrate mainline
42487      Branch: perlio
42488           +> Porting/testall.atom
42489           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
42490           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
42491           !> t/lib/lc-uk.t t/pod/find.t
42492 ____________________________________________________________________________
42493 [  9673] By: nick                                  on 2001/04/10  18:46:14
42494         Log: Integrate against change 9670 aka perl-5.7.1
42495      Branch: perlio
42496           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42497           !> (integrate 53 files)
42498 ____________________________________________________________________________
42499 [  9672] By: jhi                                   on 2001/04/10  13:45:01
42500         Log: Add a script for doing cumulative profile of the test suite.
42501              (Requires ATOM, that is, Tru64.)
42502      Branch: perl
42503            + Porting/testall.atom
42504            ! MANIFEST
42505 ____________________________________________________________________________
42506 [  9671] By: jhi                                   on 2001/04/10  12:38:53
42507         Log: Missing std block.
42508      Branch: perl
42509            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
42510            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
42511            ! t/pod/find.t
42512 ____________________________________________________________________________
42513 [  9670] By: jhi                                   on 2001/04/10  01:25:58
42514         Log: This is 5.7.1.
42515      Branch: perl
42516            ! patchlevel.h
42517 ____________________________________________________________________________
42518 [  9669] By: jhi                                   on 2001/04/10  01:09:14
42519         Log: Update Changes.
42520      Branch: perl
42521            ! Changes patchlevel.h
42522 ____________________________________________________________________________
42523 [  9668] By: jhi                                   on 2001/04/10  01:00:38
42524         Log: Regen toc.
42525      Branch: perl
42526            ! pod/perltoc.pod
42527 ____________________________________________________________________________
42528 [  9667] By: jhi                                   on 2001/04/10  00:52:16
42529         Log: Update perlhist.
42530      Branch: perl
42531            ! pod/perlhist.pod
42532 ____________________________________________________________________________
42533 [  9666] By: jhi                                   on 2001/04/09  23:38:59
42534         Log: Slight wording tweaks from Damian to #9658.
42535      Branch: perl
42536            ! pod/perlobj.pod
42537 ____________________________________________________________________________
42538 [  9665] By: jhi                                   on 2001/04/09  19:56:06
42539         Log: Subject: [PATCH perlutil.pod] Nit
42540              From: Simon Cozens <simon@netthink.co.uk>
42541              Date: Mon, 9 Apr 2001 20:29:44 +0100
42542              Message-ID: <20010409202944.A14796@the.earth.li>
42543      Branch: perl
42544            ! pod/perlutil.pod
42545 ____________________________________________________________________________
42546 [  9664] By: jhi                                   on 2001/04/09  19:54:42
42547         Log: Subject: Re: perl571delta.pod@9631
42548              From: Mike Guy <mjtg@cam.ac.uk>
42549              Date: Mon, 09 Apr 2001 18:09:14 +0100
42550              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
42551      Branch: perl
42552            ! pod/perl571delta.pod
42553 ____________________________________________________________________________
42554 [  9663] By: jhi                                   on 2001/04/09  13:43:35
42555         Log: Update Changes.
42556      Branch: perl
42557            ! Changes patchlevel.h
42558 ____________________________________________________________________________
42559 [  9662] By: jhi                                   on 2001/04/09  13:24:46
42560         Log: tweak tweak.
42561      Branch: perl
42562            ! AUTHORS pod/perl571delta.pod
42563 ____________________________________________________________________________
42564 [  9661] By: jhi                                   on 2001/04/09  13:15:13
42565         Log: Thinko in manual patch applying.
42566      Branch: perl
42567            ! sv.c
42568 ____________________________________________________________________________
42569 [  9660] By: jhi                                   on 2001/04/09  13:07:53
42570         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
42571              From: Robin Barker <rmb1@cise.npl.co.uk> 
42572              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
42573              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
42574              
42575              (This corrects the case where the "isn't numeric" string contains \0s
42576              and is longer than the temporary buffer, and contains \0 at the point
42577              the string would be truncated by "...".) 
42578      Branch: perl
42579            ! sv.c
42580 ____________________________________________________________________________
42581 [  9659] By: jhi                                   on 2001/04/09  12:57:41
42582         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
42583      Branch: perl
42584            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
42585            ! t/lib/cgi-function.t t/lib/cgi-html.t
42586 ____________________________________________________________________________
42587 [  9658] By: jhi                                   on 2001/04/09  12:48:47
42588         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
42589              From: Ilmari Karonen <iltzu@sci.fi>
42590              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
42591              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
42592              
42593              Rearrange and rewrite the Method Invocation section
42594              to explain the concepts in nicer order.
42595      Branch: perl
42596            ! pod/perlobj.pod
42597 ____________________________________________________________________________
42598 [  9657] By: jhi                                   on 2001/04/09  12:35:58
42599         Log: Upgrade to podlators 1.09, from Russ Allbery.
42600      Branch: perl
42601            ! lib/Pod/Man.pm lib/Pod/Text.pm
42602 ____________________________________________________________________________
42603 [  9656] By: jhi                                   on 2001/04/09  12:31:53
42604         Log: perl571delta.
42605      Branch: perl
42606            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
42607 ____________________________________________________________________________
42608 [  9655] By: jhi                                   on 2001/04/09  12:20:09
42609         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
42610              From: Prymmer/Kahn <pvhp@best.com>
42611              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
42612              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
42613      Branch: perl
42614            ! lib/utf8.pm pod/perlunicode.pod
42615 ____________________________________________________________________________
42616 [  9654] By: gsar                                  on 2001/04/09  03:38:33
42617         Log: here lies 5.6.1
42618      Branch: maint-5.6/perl
42619            ! Changes
42620 ____________________________________________________________________________
42621 [  9653] By: jhi                                   on 2001/04/09  03:25:24
42622         Log: Update perlhist.
42623      Branch: perl
42624            ! pod/perlhist.pod
42625 ____________________________________________________________________________
42626 [  9652] By: jhi                                   on 2001/04/09  03:18:49
42627         Log: perl571delta tweaking continues.
42628      Branch: perl
42629            ! pod/perl571delta.pod
42630 ____________________________________________________________________________
42631 [  9651] By: gsar                                  on 2001/04/09  03:11:19
42632         Log: update Changes, patchlevel.h &c.
42633      Branch: maint-5.6/perl
42634            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
42635            ! pod/perltoc.pod
42636 ____________________________________________________________________________
42637 [  9650] By: jhi                                   on 2001/04/09  02:40:24
42638         Log: Integrate the perlfork half of #9513 from maintperl into mainline
42639              (the perlunicode half is obsolete)
42640      Branch: perl
42641            ! pod/perlfork.pod
42642 ____________________________________________________________________________
42643 [  9649] By: gsar                                  on 2001/04/09  02:35:43
42644         Log: tweak perldelta as suggested by Jarkko
42645      Branch: maint-5.6/perl
42646            ! pod/perldelta.pod
42647 ____________________________________________________________________________
42648 [  9648] By: jhi                                   on 2001/04/09  02:13:04
42649         Log: Integrate change #9646 from maintperl into mainline.
42650              
42651              add note about ithreads and Thread.pm
42652      Branch: perl
42653           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
42654 ____________________________________________________________________________
42655 [  9647] By: jhi                                   on 2001/04/09  02:10:18
42656         Log: Bad assumption that shortsize == 2.
42657      Branch: perl
42658            ! t/lib/xs-typemap.t
42659 ____________________________________________________________________________
42660 [  9646] By: gsar                                  on 2001/04/09  00:48:04
42661         Log: add note about ithreads and Thread.pm (too many people are
42662              confused by the fact that Thread.pm is built and installed
42663              under non-5005threads but doesn't work)
42664      Branch: maint-5.6/perl
42665            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
42666 ____________________________________________________________________________
42667 [  9645] By: gsar                                  on 2001/04/09  00:19:03
42668         Log: update perldelta.pod for changes in 5.6.1
42669      Branch: maint-5.6/perl
42670            ! Changes pod/perldelta.pod
42671 ____________________________________________________________________________
42672 [  9644] By: jhi                                   on 2001/04/08  20:37:00
42673         Log: Integrate change #9639 from maintperl into mainline:
42674              on windows, many of the README.* pods were being copied to
42675              the wrong location
42676      Branch: perl
42677           !> win32/Makefile win32/makefile.mk
42678 ____________________________________________________________________________
42679 [  9643] By: jhi                                   on 2001/04/08  20:07:11
42680         Log: Integrate change #9624 from maintperl into mainline:
42681              the pod tests were not okay.  (t/pod/find.t changes ignored)
42682      Branch: perl
42683           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
42684           !> t/pod/include.t t/pod/included.t t/pod/lref.t
42685           !> t/pod/multiline_items.t t/pod/nested_items.t
42686           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42687           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
42688 ____________________________________________________________________________
42689 [  9642] By: jhi                                   on 2001/04/08  19:57:17
42690         Log: Integrate change #9638 from maintperl into mainline:
42691              update to latest JPL from the anoncvs repository
42692      Branch: perl
42693           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42694           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42695           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
42696 ____________________________________________________________________________
42697 [  9641] By: jhi                                   on 2001/04/08  19:53:30
42698         Log: perl571delta updates.
42699      Branch: perl
42700            ! lib/Filter/Simple.pm pod/perl571delta.pod
42701 ____________________________________________________________________________
42702 [  9640] By: gsar                                  on 2001/04/08  19:20:46
42703         Log: integrate change#9634 from mainline
42704              
42705              Fix the perlmodlib generation (didn't understand separate .pod
42706              files; didn't understand -- as the name-thing separator).
42707              Update the CPAN mirrors list.
42708      Branch: maint-5.6/perl
42709            ! pod/perlmodlib.pod
42710           !> pod/perlmodlib.PL
42711 ____________________________________________________________________________
42712 [  9639] By: gsar                                  on 2001/04/08  18:57:31
42713         Log: on windows, many of the README.* pods were being copied to the wrong
42714              location
42715      Branch: maint-5.6/perl
42716            ! win32/Makefile win32/makefile.mk
42717 ____________________________________________________________________________
42718 [  9638] By: gsar                                  on 2001/04/08  18:38:25
42719         Log: update to latest JPL from the anoncvs repository
42720      Branch: maint-5.6/perl
42721            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42722            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42723            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
42724 ____________________________________________________________________________
42725 [  9637] By: jhi                                   on 2001/04/08  17:53:53
42726         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
42727      Branch: perl
42728            ! pod/perl571delta.pod
42729 ____________________________________________________________________________
42730 [  9636] By: jhi                                   on 2001/04/08  17:18:32
42731         Log: Regen toc.
42732      Branch: perl
42733            ! pod/perltoc.pod
42734 ____________________________________________________________________________
42735 [  9635] By: jhi                                   on 2001/04/08  17:16:33
42736         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
42737              From: "Craig A. Berry" <craigberry@mac.com>
42738              Date: Sun, 08 Apr 2001 12:30:16 -0500
42739              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
42740      Branch: perl
42741            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
42742 ____________________________________________________________________________
42743 [  9634] By: jhi                                   on 2001/04/08  17:09:19
42744         Log: Fix the perlmodlib generation (didn't understand separate .pod
42745              files; didn't understand -- as the name-thing separator).
42746              
42747              Update the CPAN mirrors list.
42748      Branch: perl
42749            ! pod/perlmodlib.PL pod/perlmodlib.pod
42750 ____________________________________________________________________________
42751 [  9633] By: jhi                                   on 2001/04/08  16:49:17
42752         Log: Sort MANIFEST.
42753      Branch: perl
42754            ! MANIFEST
42755 ____________________________________________________________________________
42756 [  9632] By: gsar                                  on 2001/04/08  16:36:06
42757         Log: add $Tie::RefHash::VERSION
42758      Branch: maint-5.6/perl
42759            ! lib/Tie/RefHash.pm
42760 ____________________________________________________________________________
42761 [  9631] By: jhi                                   on 2001/04/08  16:10:15
42762         Log: perl571delta updates based on p5p feedback; still needs
42763              lots of examples.
42764      Branch: perl
42765            ! pod/perl571delta.pod
42766 ____________________________________________________________________________
42767 [  9630] By: jhi                                   on 2001/04/08  15:59:13
42768         Log: Update the list of supported platforms to talk about 5.7.1
42769              (and 5.6.1)
42770      Branch: perl
42771            ! pod/perlport.pod
42772 ____________________________________________________________________________
42773 [  9629] By: jhi                                   on 2001/04/08  15:55:41
42774         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
42775              from maintperl into mainline: perlport updates.
42776      Branch: perl
42777            ! pod/perlport.pod
42778 ____________________________________________________________________________
42779 [  9628] By: jhi                                   on 2001/04/08  15:53:17
42780         Log: perlsolaris.pod copied to wrong directory.
42781      Branch: perl
42782            ! win32/makefile.mk
42783 ____________________________________________________________________________
42784 [  9627] By: jhi                                   on 2001/04/08  14:48:18
42785         Log: Subject: Typos in perl571delta.pod
42786              From: "Stephen P. Potter" <spp@spotter.yi.org>
42787              Date: Sat, 07 Apr 2001 20:37:05 -0400
42788              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
42789      Branch: perl
42790            ! pod/perl571delta.pod
42791 ____________________________________________________________________________
42792 [  9626] By: jhi                                   on 2001/04/08  14:39:04
42793         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
42794      Branch: perl
42795            ! gv.c
42796 ____________________________________________________________________________
42797 [  9625] By: nick                                  on 2001/04/08  10:14:23
42798         Log: Integrate mainline
42799      Branch: perlio
42800           +> pod/perl570delta.pod pod/perl571delta.pod
42801           !> (integrate 27 files)
42802 ____________________________________________________________________________
42803 [  9624] By: gsar                                  on 2001/04/08  06:08:17
42804         Log: test in t/pod/* were busted
42805              
42806              these tests are still not enabled in t/{harness,TEST}
42807      Branch: maint-5.6/perl
42808            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
42809            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
42810            ! t/pod/multiline_items.t t/pod/nested_items.t
42811            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42812            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
42813 ____________________________________________________________________________
42814 [  9623] By: gsar                                  on 2001/04/08  03:37:01
42815         Log: integrate change#9470 from mainline
42816              
42817              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
42818      Branch: maint-5.6/perl
42819           !> ext/Socket/Socket.xs
42820 ____________________________________________________________________________
42821 [  9622] By: jhi                                   on 2001/04/07  22:40:47
42822         Log: Update Changes.
42823      Branch: perl
42824            ! Changes patchlevel.h
42825 ____________________________________________________________________________
42826 [  9621] By: jhi                                   on 2001/04/07  22:34:16
42827         Log: Update AUTHORS.
42828      Branch: perl
42829            ! AUTHORS
42830 ____________________________________________________________________________
42831 [  9620] By: jhi                                   on 2001/04/07  22:12:47
42832         Log: Forgot to bump the number of tests in #9164.
42833      Branch: perl
42834            ! t/op/array.t
42835 ____________________________________________________________________________
42836 [  9619] By: jhi                                   on 2001/04/07  22:09:50
42837         Log: Bump patchlevel to 5.7.1.
42838      Branch: perl
42839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42840            ! config_h.SH patchlevel.h
42841 ____________________________________________________________________________
42842 [  9618] By: jhi                                   on 2001/04/07  22:02:41
42843         Log: Populate perl571delta.
42844      Branch: perl
42845            ! pod/perl571delta.pod
42846 ____________________________________________________________________________
42847 [  9617] By: jhi                                   on 2001/04/07  22:01:23
42848         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
42849              to forget it later; do not change patchlevel.h yet or regenerate
42850              Configure yet.
42851      Branch: perl
42852            ! epoc/config.sh win32/Makefile win32/config_H.bc
42853            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
42854 ____________________________________________________________________________
42855 [  9616] By: jhi                                   on 2001/04/07  17:46:33
42856         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
42857      Branch: perl
42858            ! pod/perl571delta.pod
42859 ____________________________________________________________________________
42860 [  9615] By: jhi                                   on 2001/04/07  17:33:21
42861         Log: Change the toc configuration.
42862      Branch: perl
42863            ! pod/buildtoc.PL pod/perl.pod
42864 ____________________________________________________________________________
42865 [  9614] By: jhi                                   on 2001/04/07  17:29:47
42866         Log: Subject: PATCH: $[
42867              From: Robin Houston <robin@kitsite.com>
42868              Date: Fri, 6 Apr 2001 18:10:14 +0100
42869              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
42870      Branch: perl
42871            ! op.c t/op/array.t
42872 ____________________________________________________________________________
42873 [  9613] By: jhi                                   on 2001/04/07  17:28:26
42874         Log: Subject: [PATCH perl@9424] isn't numeric warning
42875              From: Robin Barker <rmb1@cise.npl.co.uk>
42876              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
42877              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
42878      Branch: perl
42879            ! sv.c t/pragma/warn/sv
42880 ____________________________________________________________________________
42881 [  9612] By: jhi                                   on 2001/04/07  17:26:45
42882         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
42883              From: Mike Guy <mjtg@cam.ac.uk>
42884              Date: Fri, 06 Apr 2001 12:47:06 +0100
42885              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
42886      Branch: perl
42887            ! dump.c t/lib/peek.t
42888 ____________________________________________________________________________
42889 [  9611] By: jhi                                   on 2001/04/07  17:21:35
42890         Log: Create perl571delta and seed it off with the perldelta changes
42891              since 5.7.0; remove those changes from perldelta and rename it
42892              as perl570delta; recreate perldelta but leave it almost empty.
42893      Branch: perl
42894            + pod/perl570delta.pod pod/perl571delta.pod
42895            ! MANIFEST pod/perldelta.pod
42896 ____________________________________________________________________________
42897 [  9610] By: jhi                                   on 2001/04/07  16:56:32
42898         Log: Denit.
42899      Branch: perl
42900            ! pod/perldelta.pod
42901 ____________________________________________________________________________
42902 [  9609] By: jhi                                   on 2001/04/07  16:38:32
42903         Log: Retract #9523: needs more thought.
42904      Branch: perl
42905            ! Makefile.SH
42906 ____________________________________________________________________________
42907 [  9608] By: jhi                                   on 2001/04/07  14:59:20
42908         Log: atmark() code cleanaup.
42909      Branch: perl
42910            ! ext/IO/IO.xs
42911 ____________________________________________________________________________
42912 [  9607] By: jhi                                   on 2001/04/07  14:48:14
42913         Log: Integrate change #9605 from maintperl into mainline.
42914              
42915              can't optimize away scope entry if tr/// is present
42916      Branch: perl
42917           !> op.c t/op/tr.t
42918 ____________________________________________________________________________
42919 [  9606] By: jhi                                   on 2001/04/07  14:43:59
42920         Log: Integrate perlio.
42921      Branch: perl
42922           +> win32/FindExt.pm
42923           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
42924           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
42925 ____________________________________________________________________________
42926 [  9605] By: gsar                                  on 2001/04/07  11:52:40
42927         Log: can't optimize away scope entry if tr/// is present
42928      Branch: maint-5.6/perl
42929            ! op.c t/op/tr.t
42930 ____________________________________________________________________________
42931 [  9604] By: nick                                  on 2001/04/07  11:39:45
42932         Log: Split out extension finding code from buildext.pl into FindExt.pm
42933              Use it to get Config.pm's idea of available extensions in line
42934              with what is built.
42935      Branch: perlio
42936            + win32/FindExt.pm
42937            ! MANIFEST win32/buildext.pl win32/config_sh.PL
42938            ! win32/makefile.mk
42939 ____________________________________________________________________________
42940 [  9603] By: nick                                  on 2001/04/07  09:11:38
42941         Log: Cleanup correction for failed :Via() layer, also set an error code.
42942      Branch: perlio
42943            ! ext/PerlIO/Via/Via.xs
42944 ____________________________________________________________________________
42945 [  9602] By: nick                                  on 2001/04/07  08:38:04
42946         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
42947              style. So don't use binmode() on the handles so that Win32 etc. see
42948              same sequence and produce same digests.
42949      Branch: perlio
42950            ! t/lib/md5-file.t
42951 ____________________________________________________________________________
42952 [  9601] By: nick                                  on 2001/04/07  08:36:26
42953         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
42954              Else it complains and so crlf layer (say) does not get pushed.
42955      Branch: perlio
42956            ! perlio.c
42957 ____________________________________________________________________________
42958 [  9600] By: jhi                                   on 2001/04/06  23:00:09
42959         Log: Integrate change #9599 from perlio into mainline.
42960      Branch: perl
42961           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42962           !> win32/config_H.vc
42963 ____________________________________________________________________________
42964 [  9599] By: nick                                  on 2001/04/06  21:42:43
42965         Log: Quote $VERSION in Encode.pm.
42966              regen_config_h as requested.
42967      Branch: perlio
42968            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42969            ! win32/config_H.vc
42970 ____________________________________________________________________________
42971 [  9598] By: nick                                  on 2001/04/06  20:34:59
42972         Log: Integrate mainline
42973      Branch: perlio
42974           +> README.macos
42975           !> (integrate 39 files)
42976 ____________________________________________________________________________
42977 [  9597] By: gsar                                  on 2001/04/06  18:06:35
42978         Log: integrate change#9464 from mainline (addendum to change#8313)
42979              
42980              Subject: [PATCH @9452] Better peep()ing for foreach() loops
42981      Branch: maint-5.6/perl
42982           !> op.c
42983 ____________________________________________________________________________
42984 [  9596] By: jhi                                   on 2001/04/06  17:26:03
42985         Log: The d_casti32=undef is good for you even when not use64bitall.
42986      Branch: perl
42987            ! hints/hpux.sh
42988 ____________________________________________________________________________
42989 [  9595] By: gsar                                  on 2001/04/06  14:57:17
42990         Log: add a low-impact fix to accommodate darwin-ism
42991      Branch: maint-5.6/perl
42992            ! ext/Errno/Errno_pm.PL
42993 ____________________________________________________________________________
42994 [  9594] By: jhi                                   on 2001/04/06  14:55:14
42995         Log: Integrate changes #9528,9593 from mainline into maintperl;
42996              tweaking the editor/IDE/shell list.
42997      Branch: maint-5.6/perl
42998           !> pod/perlfaq3.pod
42999 ____________________________________________________________________________
43000 [  9593] By: jhi                                   on 2001/04/06  14:51:39
43001         Log: Make the editor/IDE/shell list a little bit airier.
43002      Branch: perl
43003            ! pod/perlfaq3.pod
43004 ____________________________________________________________________________
43005 [  9592] By: gsar                                  on 2001/04/06  14:45:18
43006         Log: integrate change#9477 from mainline (base.pm doc tweak)
43007              
43008              missing doc entry for fmod()
43009      Branch: maint-5.6/perl
43010            ! lib/Math/BigFloat.pm
43011           !> lib/base.pm
43012 ____________________________________________________________________________
43013 [  9591] By: jhi                                   on 2001/04/06  13:55:48
43014         Log: Regen toc.
43015      Branch: perl
43016            ! pod/perltoc.pod
43017 ____________________________________________________________________________
43018 [  9590] By: jhi                                   on 2001/04/06  13:54:52
43019         Log: Math::BigFloat patches from John Peacock.  The equivalent
43020              of #9586 from maintperl but reworked by John to work with
43021              the bleadperl.
43022      Branch: perl
43023            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
43024 ____________________________________________________________________________
43025 [  9589] By: jhi                                   on 2001/04/06  13:42:23
43026         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
43027      Branch: perl
43028            ! ext/Digest/MD5/Makefile.PL
43029 ____________________________________________________________________________
43030 [  9588] By: jhi                                   on 2001/04/06  13:31:45
43031         Log: Integrate changes #9584,9587 from maintperl into mainline.
43032              
43033              keep eval"" CVs alive until the end of the statement in which
43034              they're called
43035              
43036              add README.macos (from Chris Nandor)
43037              
43038              tyop in change#9555
43039      Branch: perl
43040           +> README.macos
43041           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
43042           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
43043           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
43044           !> win32/makefile.mk
43045 ____________________________________________________________________________
43046 [  9587] By: gsar                                  on 2001/04/06  07:31:30
43047         Log: add README.macos (from Chris Nandor)
43048              
43049              tyop in change#9555
43050      Branch: maint-5.6/perl
43051            + README.macos
43052            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
43053            ! win32/Makefile win32/makefile.mk
43054 ____________________________________________________________________________
43055 [  9586] By: gsar                                  on 2001/04/06  07:08:54
43056         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
43057      Branch: maint-5.6/perl
43058            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
43059 ____________________________________________________________________________
43060 [  9585] By: gsar                                  on 2001/04/06  06:58:44
43061         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
43062              from mainline
43063              
43064              Subject: [PATCH] Base64 update to perlfaq9.pod
43065              
43066              Subject: [PATCH AUTHORS] Housekeeping
43067              
43068              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
43069              Mac OS X (Darwin) has extra pwent fields.
43070              
43071              Subject: [PATCH B::*] print control-character vars readably
43072              Needs EBCDICification.
43073              
43074              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
43075              
43076              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
43077              
43078              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
43079              
43080              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
43081              
43082              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
43083              
43084              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
43085              
43086              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
43087              
43088              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
43089              
43090              FreeBSD hints tweak from Anton Berezin.
43091              
43092              Subject: [PATCH foolperl & bleadperl] README.vms update
43093              
43094              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
43095      Branch: maint-5.6/perl
43096           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
43097           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
43098           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
43099 ____________________________________________________________________________
43100 [  9584] By: gsar                                  on 2001/04/06  04:09:00
43101         Log: keep eval"" CVs alive until the end of the statement in which
43102              they're called; this avoids a coredump ensuing from search for
43103              lexicals in code such as:
43104              
43105              sub bug {
43106              my $s = @_;
43107              eval q[sub { eval 'sub { &$s }' }];
43108              }
43109              bug("x")->()->();
43110              
43111              this code still doesn't work as intended (as it has remained
43112              since time immemorial), but it doesn't provoke a coredump anymore
43113      Branch: maint-5.6/perl
43114            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43115            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
43116 ____________________________________________________________________________
43117 [  9583] By: jhi                                   on 2001/04/05  23:52:51
43118         Log: Update Changes.
43119      Branch: perl
43120            ! Changes patchlevel.h
43121 ____________________________________________________________________________
43122 [  9582] By: jhi                                   on 2001/04/05  23:11:23
43123         Log: Slight doc tweak.
43124      Branch: perl
43125            ! pod/perlunicode.pod
43126 ____________________________________________________________________________
43127 [  9581] By: jhi                                   on 2001/04/05  23:04:11
43128         Log: Integrate perlio.
43129      Branch: perl
43130           !> pod/perlunicode.pod
43131 ____________________________________________________________________________
43132 [  9580] By: jhi                                   on 2001/04/05  23:03:29
43133         Log: Test for #9579.
43134      Branch: perl
43135            ! t/op/do.t
43136 ____________________________________________________________________________
43137 [  9579] By: jhi                                   on 2001/04/05  22:54:17
43138         Log: Subject: [PATCH] Propagate calling context for do '...'
43139              From: Gisle Aas <gisle@ActiveState.com>
43140              Date: 04 Apr 2001 20:17:29 -0700
43141              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
43142      Branch: perl
43143            ! pod/perlfunc.pod pp_ctl.c
43144 ____________________________________________________________________________
43145 [  9578] By: jhi                                   on 2001/04/05  22:52:51
43146         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
43147              From: Peter Prymmer <pvhp@forte.com>
43148              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
43149              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
43150      Branch: perl
43151            ! README.vms
43152 ____________________________________________________________________________
43153 [  9577] By: jhi                                   on 2001/04/05  22:48:22
43154         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
43155              From: "Craig A. Berry" <craigberry@mac.com>
43156              Date: Thu, 5 Apr 2001 13:43:28 -0500
43157              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
43158      Branch: perl
43159            ! README.vms
43160 ____________________________________________________________________________
43161 [  9576] By: jhi                                   on 2001/04/05  22:31:38
43162         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
43163              From: Michael G Schwern <schwern@pobox.com>
43164              Date: Thu, 5 Apr 2001 21:53:21 +0100
43165              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
43166      Branch: perl
43167            ! lib/base.pm t/lib/fields.t
43168 ____________________________________________________________________________
43169 [  9575] By: jhi                                   on 2001/04/05  22:26:10
43170         Log: FreeBSD hints tweak from Anton Berezin.
43171      Branch: perl
43172            ! hints/freebsd.sh
43173 ____________________________________________________________________________
43174 [  9574] By: jhi                                   on 2001/04/05  22:24:03
43175         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
43176              From: David Dyck <dcd@tc.fluke.com>
43177              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
43178              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
43179      Branch: perl
43180            ! t/op/oct.t
43181 ____________________________________________________________________________
43182 [  9573] By: jhi                                   on 2001/04/05  22:23:06
43183         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
43184              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
43185              From: David Dyck <dcd@tc.fluke.com>
43186              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
43187      Branch: perl
43188            ! pp.c
43189 ____________________________________________________________________________
43190 [  9572] By: jhi                                   on 2001/04/05  22:14:47
43191         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
43192              From: Robin Houston <robin@kitsite.com>
43193              Date: Thu, 5 Apr 2001 20:56:48 +0100
43194              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
43195      Branch: perl
43196            ! ext/B/B/Deparse.pm
43197 ____________________________________________________________________________
43198 [  9571] By: jhi                                   on 2001/04/05  22:12:53
43199         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
43200              From: Robin Houston <robin@kitsite.com>
43201              Date: Thu, 5 Apr 2001 19:55:51 +0100
43202              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
43203      Branch: perl
43204            ! ext/B/B/Deparse.pm
43205 ____________________________________________________________________________
43206 [  9570] By: jhi                                   on 2001/04/05  22:11:06
43207         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
43208              From: Robin Houston <robin@kitsite.com>
43209              Date: Thu, 5 Apr 2001 20:16:29 +0100
43210              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
43211      Branch: perl
43212            ! ext/B/B/Deparse.pm
43213 ____________________________________________________________________________
43214 [  9569] By: nick                                  on 2001/04/05  21:32:26
43215         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
43216      Branch: perlio
43217            ! pod/perlunicode.pod
43218 ____________________________________________________________________________
43219 [  9568] By: nick                                  on 2001/04/05  19:38:09
43220         Log: Integrate mainline
43221      Branch: perlio
43222           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
43223           !> (integrate 35 files)
43224 ____________________________________________________________________________
43225 [  9567] By: jhi                                   on 2001/04/05  18:31:45
43226         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
43227              From: Robin Houston <robin@kitsite.com>
43228              Date: Thu, 5 Apr 2001 18:03:23 +0100
43229              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
43230      Branch: perl
43231            ! ext/B/B/Deparse.pm
43232 ____________________________________________________________________________
43233 [  9566] By: jhi                                   on 2001/04/05  18:29:35
43234         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
43235              From: Robin Houston <robin@kitsite.com>
43236              Date: Thu, 5 Apr 2001 16:45:18 +0100
43237              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
43238      Branch: perl
43239            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
43240 ____________________________________________________________________________
43241 [  9565] By: jhi                                   on 2001/04/05  18:24:23
43242         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
43243              From: Robin Houston <robin@kitsite.com>
43244              Date: Thu, 5 Apr 2001 14:50:09 +0100
43245              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
43246      Branch: perl
43247            ! ext/B/B/Deparse.pm
43248 ____________________________________________________________________________
43249 [  9564] By: jhi                                   on 2001/04/05  18:23:03
43250         Log: Subject: [PATCH B::*] print control-character vars readably
43251              From: Robin Houston <robin@kitsite.com>
43252              Date: Thu, 5 Apr 2001 14:27:38 +0100
43253              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
43254              
43255              Needs EBCDICification.
43256      Branch: perl
43257            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
43258            ! ext/B/B/Terse.pm
43259 ____________________________________________________________________________
43260 [  9563] By: jhi                                   on 2001/04/05  18:20:32
43261         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
43262              Date: Thu, 5 Apr 2001 13:21:42 -0400
43263              From: Paul Schinder <schinder@pobox.com>
43264              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
43265              
43266              Mac OS X (Darwin) has extra pwent fields.
43267      Branch: perl
43268            ! t/op/pwent.t
43269 ____________________________________________________________________________
43270 [  9562] By: jhi                                   on 2001/04/05  17:57:51
43271         Log: Regen toc.
43272      Branch: perl
43273            ! pod/perltoc.pod
43274 ____________________________________________________________________________
43275 [  9561] By: jhi                                   on 2001/04/05  17:47:33
43276         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
43277      Branch: metaconfig
43278            ! U/Glossary.patch
43279      Branch: metaconfig/U/perl
43280            + d_u32align.U
43281            ! d_cmsghdr_s.U d_msghdr_s.U
43282 ____________________________________________________________________________
43283 [  9560] By: jhi                                   on 2001/04/05  17:47:01
43284         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
43285              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
43286              Introduce probes for struct msghdr, struct cmsghdr,
43287              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
43288              ualarm, usleep, for possible later extension work.
43289      Branch: perl
43290            + t/lib/md5-align.t
43291            ! Configure MANIFEST Porting/Glossary Porting/config.sh
43292            ! Porting/config_H config_h.SH configure.com epoc/config.sh
43293            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
43294            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43295            ! vos/config.ga.h win32/config.bc win32/config.gc
43296            ! win32/config.vc
43297 ____________________________________________________________________________
43298 [  9559] By: jhi                                   on 2001/04/05  13:03:04
43299         Log: Be traditional in your cpp (for the Errno extension).
43300      Branch: perl
43301            ! hints/darwin.sh
43302 ____________________________________________________________________________
43303 [  9558] By: jhi                                   on 2001/04/05  13:00:05
43304         Log: Add $Config{cppflags} to the gcc incantation.
43305      Branch: perl
43306            ! ext/Errno/Errno_pm.PL
43307 ____________________________________________________________________________
43308 [  9557] By: jhi                                   on 2001/04/05  04:22:39
43309         Log: Introduce Sean Burke's Class::ISA 0.32.
43310      Branch: perl
43311            + lib/Class/ISA.pm t/lib/class-isa.t
43312            ! MANIFEST
43313 ____________________________________________________________________________
43314 [  9556] By: jhi                                   on 2001/04/05  04:09:50
43315         Log: Subject: [PATCH AUTHORS] Housekeeping
43316              From: Paul Johnson <paul@pjcj.net> 
43317              Date: Wed, 4 Apr 2001 22:45:47 +0200
43318              Message-ID: <20010404224547.D9548@pjcj.net>
43319      Branch: perl
43320            ! AUTHORS
43321 ____________________________________________________________________________
43322 [  9555] By: jhi                                   on 2001/04/05  04:06:33
43323         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
43324              From: Gisle Aas <gisle@ActiveState.com>
43325              Date: 04 Apr 2001 14:23:04 -0700
43326              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
43327      Branch: perl
43328            ! pod/perlfaq9.pod
43329 ____________________________________________________________________________
43330 [  9554] By: jhi                                   on 2001/04/05  04:05:49
43331         Log: Downgrade also the "Wide character" diagnostic.
43332      Branch: perl
43333            ! pod/perldiag.pod
43334 ____________________________________________________________________________
43335 [  9553] By: jhi                                   on 2001/04/05  04:00:33
43336         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
43337              maintperl into mainline.
43338              
43339              "double" should be "NV"; standard typemap is missing entry
43340              for NV
43341              
43342              s/djSP/dSP/
43343              
43344              Downgrade "Wide character in print" to a warning.
43345              
43346              B::Deparse fix for ${^FOO} and documentation for PVX() method
43347              (from Robin Houston)
43348              
43349              tr/// doesn't null-terminate the result in some situations
43350              (from Gisle Aas)
43351      Branch: perl
43352           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
43353           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
43354           !> t/io/utf8.t t/op/tr.t
43355 ____________________________________________________________________________
43356 [  9552] By: jhi                                   on 2001/04/05  03:52:50
43357         Log: Retract changes #9542 and #9538 (from maintperl, integrated
43358              at #9540), shouldn't be needed because of the perlio changes.
43359      Branch: perl
43360            ! util.c
43361 ____________________________________________________________________________
43362 [  9551] By: gsar                                  on 2001/04/05  00:18:34
43363         Log: tr/// doesn't null-terminate the result in some situations
43364              (from Gisle Aas)
43365      Branch: maint-5.6/perl
43366            ! doop.c t/op/tr.t
43367 ____________________________________________________________________________
43368 [  9550] By: gsar                                  on 2001/04/04  20:04:17
43369         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
43370              (from Robin Houston)
43371      Branch: maint-5.6/perl
43372            ! ext/B/B.pm ext/B/B/Deparse.pm
43373 ____________________________________________________________________________
43374 [  9549] By: nick                                  on 2001/04/04  18:56:15
43375         Log: Downgrade "Wide character in print" to a warning.
43376      Branch: perlio
43377            ! doio.c t/io/utf8.t
43378 ____________________________________________________________________________
43379 [  9548] By: gsar                                  on 2001/04/04  18:51:49
43380         Log: integrate changes#9460,9462,9482,9521,9522
43381              
43382              Subject: PATCH: B::Debug should show LOOP-specific fields
43383              
43384              Subject: B::Deparse precedence bug. (Patch included.)
43385              
43386              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
43387              
43388              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
43389              
43390              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
43391      Branch: maint-5.6/perl
43392           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
43393           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
43394 ____________________________________________________________________________
43395 [  9547] By: gsar                                  on 2001/04/04  18:49:16
43396         Log: s/djSP/dSP/
43397      Branch: maint-5.6/perl
43398            ! ext/Thread/Thread.xs
43399 ____________________________________________________________________________
43400 [  9546] By: nick                                  on 2001/04/04  18:44:00
43401         Log: Integrate mainline.
43402      Branch: perlio
43403           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
43404           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
43405 ____________________________________________________________________________
43406 [  9545] By: gsar                                  on 2001/04/04  18:38:52
43407         Log: integrate change#8837 from mainline
43408              
43409              Subject: [patch] -Wall cleanup round 2
43410      Branch: maint-5.6/perl
43411           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
43412           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
43413           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
43414           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
43415           !> ext/SDBM_File/SDBM_File.xs
43416 ____________________________________________________________________________
43417 [  9544] By: gsar                                  on 2001/04/04  17:49:57
43418         Log: "double" should be "NV"; standard typemap is missing entry
43419              for NV
43420      Branch: maint-5.6/perl
43421            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
43422 ____________________________________________________________________________
43423 [  9543] By: jhi                                   on 2001/04/04  14:13:18
43424         Log: Thou shalt not (just) match for English error messages.
43425      Branch: perl
43426            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
43427            ! os2/OS2/Process/Process.pm
43428 ____________________________________________________________________________
43429 [  9542] By: jhi                                   on 2001/04/04  13:20:39
43430         Log: Make the stdio tricks of fflush_all() to exist only if
43431              stdio is being used.
43432      Branch: perl
43433            ! util.c
43434 ____________________________________________________________________________
43435 [  9541] By: jhi                                   on 2001/04/04  04:20:24
43436         Log: Subject: Re: [PATCH] Lighten up glob
43437              From: Benjamin Sugars <bsugars@canoe.ca>
43438              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
43439              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
43440      Branch: perl
43441            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
43442            ! util.c
43443 ____________________________________________________________________________
43444 [  9540] By: jhi                                   on 2001/04/04  04:03:57
43445         Log: Integrate changes #9538,9539 from maintperl into mainline.
43446              
43447              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
43448              for use with _fwalk() (fix for change#7705)
43449              
43450              another tweak needed for SunOS 4.1.x build (from Mike Guy)
43451              (cp -f is not portable)
43452      Branch: perl
43453           !> Makefile.SH util.c
43454 ____________________________________________________________________________
43455 [  9539] By: gsar                                  on 2001/04/04  03:01:14
43456         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
43457      Branch: maint-5.6/perl
43458            ! Makefile.SH
43459 ____________________________________________________________________________
43460 [  9538] By: gsar                                  on 2001/04/04  01:00:38
43461         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
43462              for use with _fwalk() (fix for change#7705)
43463      Branch: maint-5.6/perl
43464            ! util.c
43465 ____________________________________________________________________________
43466 [  9537] By: nick                                  on 2001/04/03  19:24:55
43467         Log: Integrate mainline
43468      Branch: perlio
43469           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
43470           +> lib/unicode/PropList.html
43471            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
43472           !> (integrate 69 files)
43473 ____________________________________________________________________________
43474 [  9536] By: jhi                                   on 2001/04/03  18:02:31
43475         Log: Integrate change #9533 from maintperl into mainline.
43476              
43477              better fix for change#9517 to accomodate UNC paths like
43478              \\server\share\foo, and paths with trailing backslash
43479              like c:\this\
43480      Branch: perl
43481           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43482 ____________________________________________________________________________
43483 [  9535] By: jhi                                   on 2001/04/03  17:58:07
43484         Log: Change the push/unshift warning to be of class syntax, not misc.
43485      Branch: perl
43486            ! op.c pod/perldiag.pod t/pragma/warn/op
43487 ____________________________________________________________________________
43488 [  9534] By: jhi                                   on 2001/04/03  15:03:46
43489         Log: Change the push/unshift warning (#9532) to talk about "no values"
43490              instead of "no arguments".
43491      Branch: perl
43492            ! op.c pod/perldiag.pod t/pragma/warn/op
43493 ____________________________________________________________________________
43494 [  9533] By: gsar                                  on 2001/04/03  14:30:07
43495         Log: better fix for change#9517 to accomodate UNC paths like
43496              \\server\share\foo, and paths with trailing backslash
43497              like c:\this\
43498      Branch: maint-5.6/perl
43499            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43500 ____________________________________________________________________________
43501 [  9532] By: jhi                                   on 2001/04/03  13:11:46
43502         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
43503              From: Robin Houston <robin@kitsite.com>
43504              Date: Mon, 2 Apr 2001 15:03:29 +0100
43505              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
43506      Branch: perl
43507            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
43508 ____________________________________________________________________________
43509 [  9531] By: jhi                                   on 2001/04/03  13:06:34
43510         Log: Integrate change #9530 from maintperl into mainline.
43511              
43512              accomodate VMS "mailbox overflow" quirk in testsuite (from
43513              Craig Berry)
43514      Branch: perl
43515           !> t/lib/socket.t
43516 ____________________________________________________________________________
43517 [  9530] By: gsar                                  on 2001/04/03  04:56:41
43518         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
43519              Craig Berry)
43520      Branch: maint-5.6/perl
43521            ! t/lib/socket.t
43522 ____________________________________________________________________________
43523 [  9529] By: jhi                                   on 2001/04/03  02:34:34
43524         Log: Update Changes.
43525      Branch: perl
43526            ! Changes patchlevel.h
43527 ____________________________________________________________________________
43528 [  9528] By: jhi                                   on 2001/04/03  01:27:57
43529         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
43530              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
43531              To: perl5-porters@perl.org
43532              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
43533      Branch: perl
43534            ! pod/perlfaq3.pod
43535 ____________________________________________________________________________
43536 [  9527] By: jhi                                   on 2001/04/03  01:22:09
43537         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
43538              From: Peter Prymmer <pvhp@forte.com>
43539              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
43540              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
43541      Branch: perl
43542            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
43543 ____________________________________________________________________________
43544 [  9526] By: jhi                                   on 2001/04/03  01:18:25
43545         Log: The metaconfig unit changes for #9525.
43546      Branch: metaconfig
43547            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
43548      Branch: metaconfig/U/perl
43549            ! use64bits.U
43550 ____________________________________________________________________________
43551 [  9525] By: jhi                                   on 2001/04/03  01:17:30
43552         Log: Configure sanity checks:
43553              * if use64bitall is attempted but pointers are only 32-bit,
43554              'downgrade' to use64bitint
43555              * if use64bitint is attempted but there's no quad type,
43556              forget about use64bitint (well, the default for it is 'n',
43557              the user can still override this)
43558              * if pointers are 64 bits, do not try to use Perl's malloc
43559      Branch: perl
43560            ! Configure
43561 ____________________________________________________________________________
43562 [  9524] By: gsar                                  on 2001/04/03  01:09:12
43563         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
43564      Branch: maint-5.6/perl
43565            ! pp_sys.c
43566 ____________________________________________________________________________
43567 [  9523] By: jhi                                   on 2001/04/03  00:02:31
43568         Log: (Retracted by #9609)
43569              
43570              Make it harder for parallel makes to enter 'test' before
43571              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
43572              should be unhappy enough, but sometimes parallel makes seem
43573              to sneak past both in Tru64 and AIX.)
43574      Branch: perl
43575            ! Makefile.SH
43576 ____________________________________________________________________________
43577 [  9522] By: jhi                                   on 2001/04/02  22:35:31
43578         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
43579              Date: Mon, 2 Apr 2001 22:54:10 +0100
43580              From: Robin Houston <robin@kitsite.com>
43581              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
43582      Branch: perl
43583            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
43584 ____________________________________________________________________________
43585 [  9521] By: jhi                                   on 2001/04/02  22:32:23
43586         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
43587              From: Robin Houston <robin@kitsite.com>
43588              Date: Mon, 2 Apr 2001 20:24:03 +0100
43589              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
43590      Branch: perl
43591            ! ext/B/B/Concise.pm
43592 ____________________________________________________________________________
43593 [  9520] By: jhi                                   on 2001/04/02  22:30:43
43594         Log: Subject: [PATCH] REALLY pedantic hv.h nit
43595              From: Simon Cozens <simon@netthink.co.uk>
43596              Date: Mon, 2 Apr 2001 15:43:06 +0100
43597              Message-ID: <20010402154306.A21711@netthink.co.uk>
43598      Branch: perl
43599            ! hv.h
43600 ____________________________________________________________________________
43601 [  9519] By: jhi                                   on 2001/04/02  22:28:04
43602         Log: Based on
43603              
43604              Subject: [foolperl] EPOC fix
43605              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43606              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
43607              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
43608      Branch: perl
43609            ! pp_sys.c
43610 ____________________________________________________________________________
43611 [  9518] By: jhi                                   on 2001/04/02  22:22:34
43612         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
43613              
43614              README.win32 tweaks; add a note about alternative location for
43615              getting a gcc-2.95.2 that will build perl properly on windows
43616              
43617              add some notes about gutsy threading matters
43618              
43619              many of the utilities interpolate literal paths within doublequotes
43620              (fails on dosish platforms where path contains backslashes)
43621      Branch: perl
43622           !> README.win32 pod/perlguts.pod utils/perldoc.PL
43623           !> x2p/find2perl.PL x2p/s2p.PL
43624 ____________________________________________________________________________
43625 [  9517] By: gsar                                  on 2001/04/02  19:52:21
43626         Log: many of the utilities interpolate literal paths within doublequotes
43627              (fails on dosish platforms where path contains backslashes)
43628      Branch: maint-5.6/perl
43629            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43630 ____________________________________________________________________________
43631 [  9516] By: gsar                                  on 2001/04/02  05:49:37
43632         Log: a foolish release
43633      Branch: maint-5.6/perl
43634            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
43635            ! pod/perltoc.pod
43636 ____________________________________________________________________________
43637 [  9515] By: gsar                                  on 2001/04/02  05:04:29
43638         Log: add missing changelog summaries
43639      Branch: maint-5.6/perl
43640            ! Changes
43641 ____________________________________________________________________________
43642 [  9514] By: gsar                                  on 2001/04/02  04:07:13
43643         Log: add some notes about gutsy threading matters
43644      Branch: maint-5.6/perl
43645            ! pod/perlguts.pod
43646 ____________________________________________________________________________
43647 [  9513] By: gsar                                  on 2001/04/02  03:25:21
43648         Log: add more prominent caveat notices about experimental features
43649      Branch: maint-5.6/perl
43650            ! pod/perlfork.pod pod/perlunicode.pod
43651 ____________________________________________________________________________
43652 [  9512] By: gsar                                  on 2001/04/02  02:54:33
43653         Log: integrate changes#9479,9509 from mainline
43654              
43655              [PATCH] File::Glob stuff for Mac OS
43656              
43657              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
43658      Branch: maint-5.6/perl
43659           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43660           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
43661           !> t/lib/glob-taint.t
43662 ____________________________________________________________________________
43663 [  9511] By: gsar                                  on 2001/04/02  02:38:24
43664         Log: README.win32 tweaks; add a note about alternative location for
43665              getting a gcc-2.95.2 that will build perl properly on windows
43666      Branch: maint-5.6/perl
43667            ! README.win32
43668 ____________________________________________________________________________
43669 [  9510] By: jhi                                   on 2001/04/01  20:45:10
43670         Log: An ambiguousity warning.
43671      Branch: perl
43672            ! t/lib/trig.t
43673 ____________________________________________________________________________
43674 [  9509] By: jhi                                   on 2001/04/01  19:53:47
43675         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
43676              From: Jonathan Stowe <gellyfish@gellyfish.com>
43677              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
43678              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
43679      Branch: perl
43680            ! ext/File/Glob/bsd_glob.c
43681 ____________________________________________________________________________
43682 [  9508] By: jhi                                   on 2001/04/01  19:35:03
43683         Log: Update Changes.
43684      Branch: perl
43685            ! Changes patchlevel.h
43686 ____________________________________________________________________________
43687 [  9507] By: jhi                                   on 2001/04/01  19:24:01
43688         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
43689              from mainline to maintperl: pod tweaks.
43690      Branch: maint-5.6/perl
43691           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
43692           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
43693           !> pod/perlvar.pod
43694 ____________________________________________________________________________
43695 [  9506] By: jhi                                   on 2001/04/01  19:11:53
43696         Log: Commit Sarathy to April release of 5.6.1 :-)
43697      Branch: perl
43698            ! pod/perlfaq1.pod
43699 ____________________________________________________________________________
43700 [  9505] By: jhi                                   on 2001/04/01  19:03:15
43701         Log: Subject: PATCH 5.6.0 (perldebug.pod)
43702              From: Mark-Jason Dominus <mjd@plover.com>
43703              Date: Sun, 01 Apr 2001 14:25:11 -0400
43704              Message-ID: <20010401182511.9247.qmail@plover.com>
43705      Branch: perl
43706            ! pod/perldebug.pod
43707 ____________________________________________________________________________
43708 [  9504] By: jhi                                   on 2001/04/01  18:43:09
43709         Log: Add great_circle_direction().
43710      Branch: perl
43711            ! lib/Math/Trig.pm t/lib/trig.t
43712 ____________________________________________________________________________
43713 [  9503] By: jhi                                   on 2001/04/01  17:29:12
43714         Log: Unicode ReadMe update for Unicode 3.1.
43715      Branch: perl
43716            ! lib/unicode/ReadMe.txt
43717 ____________________________________________________________________________
43718 [  9502] By: jhi                                   on 2001/04/01  17:18:40
43719         Log: Integrate change #9501 from maintperl into mainline.
43720              
43721              fix the perlembed notes on multiple interpreters
43722              
43723              fix ExtUtils::Embed to work passably on Windows
43724      Branch: perl
43725           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
43726 ____________________________________________________________________________
43727 [  9501] By: gsar                                  on 2001/04/01  07:21:57
43728         Log: fix the perlembed notes on multiple interpreters
43729              
43730              fix ExtUtils::Embed to work passably on Windows
43731      Branch: maint-5.6/perl
43732            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
43733 ____________________________________________________________________________
43734 [  9500] By: jhi                                   on 2001/04/01  05:58:23
43735         Log: Test for #9499.
43736      Branch: perl
43737            ! t/op/tr.t
43738 ____________________________________________________________________________
43739 [  9499] By: jhi                                   on 2001/04/01  05:55:46
43740         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
43741      Branch: perl
43742            ! embed.h embed.pl op.c proto.h
43743 ____________________________________________________________________________
43744 [  9498] By: jhi                                   on 2001/04/01  05:44:34
43745         Log: Protect the workaround hunk more.
43746      Branch: perl
43747            ! toke.c
43748 ____________________________________________________________________________
43749 [  9497] By: jhi                                   on 2001/04/01  00:24:25
43750         Log: Integrate changes #9493,9494,9495,9496 from maintperl
43751              into mainline.
43752              
43753              fix a broken workaround for Borland compiler in change#4739
43754              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
43755              
43756              nits spotted by Borland compiler
43757              
43758              avoid redefinition warnings under Borland 5.02
43759              
43760              various nits identified by the Borland 5.5 compiler; remove suppression
43761              of a few warnings
43762      Branch: perl
43763           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
43764           !> win32/win32.h
43765 ____________________________________________________________________________
43766 [  9496] By: gsar                                  on 2001/03/31  23:22:28
43767         Log: various nits identified by the Borland 5.5 compiler; remove suppression
43768              of a few warnings
43769      Branch: maint-5.6/perl
43770            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
43771 ____________________________________________________________________________
43772 [  9495] By: gsar                                  on 2001/03/31  21:03:08
43773         Log: avoid redefinition warnings under Borland 5.02
43774      Branch: maint-5.6/perl
43775            ! win32/makefile.mk
43776 ____________________________________________________________________________
43777 [  9494] By: gsar                                  on 2001/03/31  20:18:59
43778         Log: nits spotted by Borland compiler
43779      Branch: maint-5.6/perl
43780            ! utf8.h win32/win32.h
43781 ____________________________________________________________________________
43782 [  9493] By: gsar                                  on 2001/03/31  20:18:05
43783         Log: fix a broken workaround for Borland compiler in change#4739
43784              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
43785      Branch: maint-5.6/perl
43786            ! toke.c
43787 ____________________________________________________________________________
43788 [  9492] By: jhi                                   on 2001/03/31  18:36:24
43789         Log: Integrate change #9491 from maintperl into mainline.
43790              
43791              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
43792              directory is relative (need to fetch the full path name *before*
43793              the chdir!)
43794      Branch: perl
43795           !> lib/Cwd.pm
43796 ____________________________________________________________________________
43797 [  9491] By: gsar                                  on 2001/03/31  17:01:56
43798         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
43799              directory is relative (need to fetch the full path name *before*
43800              the chdir!)
43801              
43802              this is a followup patch for change#6749
43803      Branch: maint-5.6/perl
43804            ! lib/Cwd.pm
43805 ____________________________________________________________________________
43806 [  9490] By: jhi                                   on 2001/03/31  15:50:18
43807         Log: Subject: Re: [PATCH] av.h cosmetics
43808              From: Simon Cozens <simon@netthink.co.uk>
43809              Date: Sat, 31 Mar 2001 13:09:59 +0100
43810              Message-ID: <20010331130959.A22000@netthink.co.uk>
43811              
43812              Document AvALLOC.
43813      Branch: perl
43814            ! pod/perlguts.pod
43815 ____________________________________________________________________________
43816 [  9489] By: jhi                                   on 2001/03/31  15:48:44
43817         Log: Subject: [PATCH] Re: Math::Big* v1.21
43818              From: Tels <perl_dummy@bloodgate.com>
43819              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
43820              Message-Id: <200103311125.GAA377738@www08.hway.net>
43821      Branch: perl
43822            ! pod/perlop.pod
43823 ____________________________________________________________________________
43824 [  9488] By: jhi                                   on 2001/03/31  03:39:51
43825         Log: Debug output tweak.
43826      Branch: perl
43827            ! t/lib/cwd.t
43828 ____________________________________________________________________________
43829 [  9487] By: jhi                                   on 2001/03/31  03:33:02
43830         Log: OverVMSification.
43831      Branch: perl
43832            ! t/lib/cwd.t
43833 ____________________________________________________________________________
43834 [  9486] By: jhi                                   on 2001/03/31  03:01:40
43835         Log: Missed MANIFESTations in #9483.
43836      Branch: perl
43837            ! MANIFEST
43838 ____________________________________________________________________________
43839 [  9485] By: jhi                                   on 2001/03/31  02:58:17
43840         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
43841              From: Peter Prymmer <pvhp@forte.com>
43842              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
43843              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
43844      Branch: perl
43845            ! regexec.c t/lib/cwd.t
43846 ____________________________________________________________________________
43847 [  9484] By: jhi                                   on 2001/03/31  01:04:41
43848         Log: Obsolete file (see #3938)
43849      Branch: perl
43850            - lib/unicode/README.Ethiopic
43851            ! MANIFEST
43852 ____________________________________________________________________________
43853 [  9483] By: jhi                                   on 2001/03/31  00:52:42
43854         Log: Update to Unicode 3.1.
43855              (Rename Names.txt to NamesList.txt.)
43856      Branch: perl
43857            + lib/unicode/NamesList.txt lib/unicode/PropList.html
43858            - lib/unicode/Names.txt
43859            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
43860            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
43861            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
43862            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
43863            ! lib/unicode/UCD.html lib/unicode/Unicode.html
43864            ! lib/unicode/rename lib/unicode/version
43865 ____________________________________________________________________________
43866 [  9482] By: jhi                                   on 2001/03/30  23:33:44
43867         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
43868              From: Robin Houston <robin@kitsite.com>
43869              Date: Fri, 30 Mar 2001 20:07:22 +0100
43870              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
43871      Branch: perl
43872            ! ext/B/B/Deparse.pm
43873 ____________________________________________________________________________
43874 [  9481] By: jhi                                   on 2001/03/30  23:20:25
43875         Log: Subject: Re: [PATCH] CwdXS, Take 2
43876              From: Benjamin Sugars <bsugars@canoe.ca>
43877              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
43878              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
43879      Branch: perl
43880            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
43881            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
43882 ____________________________________________________________________________
43883 [  9480] By: jhi                                   on 2001/03/30  22:52:38
43884         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
43885              From: David Dyck <dcd@tc.fluke.com>
43886              Date: Fri, 30 Mar 2001 14:44:13 -0800
43887              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
43888              
43889              The t/rantests flags file creation was accidentally
43890              removed by #9217.
43891      Branch: perl
43892            ! Makefile.SH
43893 ____________________________________________________________________________
43894 [  9479] By: jhi                                   on 2001/03/30  22:45:45
43895         Log: Subject: [PATCH] File::Glob stuff for Mac OS
43896              From: Chris Nandor <pudge@pobox.com>
43897              Date: Fri, 30 Mar 2001 16:51:00 -0500
43898              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
43899      Branch: perl
43900            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43901            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
43902            ! t/lib/glob-taint.t
43903 ____________________________________________________________________________
43904 [  9478] By: jhi                                   on 2001/03/30  22:43:12
43905         Log: Subject: fix for win32/buildext.pl
43906              From: "Vadim Konovalov" <watman@inbox.ru>
43907              Date: Sat, 31 Mar 2001 00:50:36 +0400
43908              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
43909      Branch: perl
43910            ! win32/buildext.pl
43911 ____________________________________________________________________________
43912 [  9477] By: jhi                                   on 2001/03/30  22:41:16
43913         Log: Subject: small base.pm doc patch
43914              From: Leon Brocard <acme@astray.com>
43915              Date: Fri, 30 Mar 2001 21:49:57 +0100
43916              Message-ID: <20010330214957.B8733@ns0.astray.com>
43917      Branch: perl
43918            ! lib/base.pm
43919 ____________________________________________________________________________
43920 [  9476] By: jhi                                   on 2001/03/30  18:16:57
43921         Log: Subject: [PATCH] av.h cosmetics
43922              From: Simon Cozens <simon@netthink.co.uk>
43923              Date: Fri, 30 Mar 2001 18:12:28 +0100
43924              Message-ID: <20010330181228.A9319@netthink.co.uk>
43925      Branch: perl
43926            ! av.h
43927 ____________________________________________________________________________
43928 [  9475] By: jhi                                   on 2001/03/30  18:15:50
43929         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
43930              From: "Philip Newton" <pnewton@gmx.de>
43931              Date: Fri, 30 Mar 2001 19:06:57 +0200
43932              Message-ID: <3AC4D951.14815.1AC7068@localhost>
43933      Branch: perl
43934            ! pod/perlhack.pod
43935 ____________________________________________________________________________
43936 [  9474] By: jhi                                   on 2001/03/30  18:14:02
43937         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
43938              From: Benjamin Sugars <bsugars@canoe.ca>
43939              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
43940              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
43941      Branch: perl
43942            ! t/lib/glob-basic.t
43943 ____________________________________________________________________________
43944 [  9473] By: jhi                                   on 2001/03/30  16:09:24
43945         Log: Update Changes.
43946      Branch: perl
43947            ! Changes patchlevel.h
43948 ____________________________________________________________________________
43949 [  9472] By: jhi                                   on 2001/03/30  15:16:08
43950         Log: Integrate perlio.
43951      Branch: perl
43952           !> t/lib/cwd.t t/lib/glob-basic.t
43953 ____________________________________________________________________________
43954 [  9471] By: nick                                  on 2001/03/30  14:47:10
43955         Log: Should be (^O eq 'MSWin32') not 'Win32'
43956              Fail #12 seems real - chdir is in wrong dir.
43957      Branch: perlio
43958            ! t/lib/cwd.t
43959 ____________________________________________________________________________
43960 [  9470] By: jhi                                   on 2001/03/30  14:41:11
43961         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
43962              From: Radu Greab <radu@netsoft.ro>
43963              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
43964              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
43965              
43966              Replace #9352.
43967      Branch: perl
43968            ! ext/Socket/Socket.xs pp_sys.c
43969 ____________________________________________________________________________
43970 [  9469] By: jhi                                   on 2001/03/30  14:37:51
43971         Log: Subject: PATCH pod/perldiag.pod
43972              From: Robin Houston <robin@kitsite.com>
43973              Date: Fri, 30 Mar 2001 14:10:36 +0100
43974              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
43975      Branch: perl
43976            ! pod/perldiag.pod t/lib/glob-basic.t
43977 ____________________________________________________________________________
43978 [  9468] By: jhi                                   on 2001/03/30  14:36:36
43979         Log: Subject: Better diagnostic in io/fs.t
43980              From: andreas.koenig@anima.de (Andreas J. Koenig)
43981              Date: 30 Mar 2001 10:11:43 +0200
43982              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
43983      Branch: perl
43984            ! t/io/fs.t
43985 ____________________________________________________________________________
43986 [  9467] By: nick                                  on 2001/03/30  14:25:43
43987         Log: Skip order test of glob if case-ignoring system cannot 
43988              create a.test and A.test
43989      Branch: perlio
43990            ! t/lib/glob-basic.t
43991 ____________________________________________________________________________
43992 [  9466] By: nick                                  on 2001/03/30  13:03:12
43993         Log: Integrate mainline.
43994      Branch: perlio
43995            - ext/re/hints/aix.pl
43996           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
43997           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
43998           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
43999           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
44000 ____________________________________________________________________________
44001 [  9465] By: jhi                                   on 2001/03/30  03:53:37
44002         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
44003              the tests sometimes hang, sometimes not.)
44004      Branch: perl
44005            ! t/lib/io_multihomed.t t/lib/io_sock.t
44006 ____________________________________________________________________________
44007 [  9464] By: jhi                                   on 2001/03/30  02:56:04
44008         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
44009              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44010              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
44011              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
44012      Branch: perl
44013            ! op.c
44014 ____________________________________________________________________________
44015 [  9463] By: jhi                                   on 2001/03/30  02:34:48
44016         Log: Test for #9462.
44017      Branch: perl
44018            ! t/lib/b.t
44019 ____________________________________________________________________________
44020 [  9462] By: jhi                                   on 2001/03/30  02:29:37
44021         Log: Subject: B::Deparse precedence bug. (Patch included.)
44022              From: Jeremy Madea <jmadea@inktomi.com>
44023              Date: Thu, 29 Mar 2001 12:05:02 -0800
44024              Message-ID: <20010329120502.A24881@dr.inktomi.com>
44025      Branch: perl
44026            ! ext/B/B/Deparse.pm
44027 ____________________________________________________________________________
44028 [  9461] By: jhi                                   on 2001/03/30  02:18:41
44029         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
44030              From: Peter Prymmer <pvhp@forte.com>
44031              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
44032              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
44033      Branch: perl
44034            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
44035            ! t/lib/md5-file.t
44036 ____________________________________________________________________________
44037 [  9460] By: jhi                                   on 2001/03/30  02:17:07
44038         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
44039              From: Robin Houston <robin@kitsite.com>
44040              Date: Thu, 29 Mar 2001 20:47:56 +0100
44041              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
44042      Branch: perl
44043            ! ext/B/B/Debug.pm
44044 ____________________________________________________________________________
44045 [  9459] By: jhi                                   on 2001/03/30  02:16:05
44046         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
44047              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
44048              Date: Wed, 28 Mar 2001 18:02:20 -0600
44049              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
44050      Branch: perl
44051            ! lib/ExtUtils/MM_VMS.pm
44052 ____________________________________________________________________________
44053 [  9458] By: jhi                                   on 2001/03/30  02:07:58
44054         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
44055              From: "Joshua E. Rodd" <jrodd@pbs.org>
44056              Date: Wed, 28 Mar 2001 17:29:12 -0500
44057              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
44058      Branch: perl
44059            ! pod/perlop.pod
44060 ____________________________________________________________________________
44061 [  9457] By: jhi                                   on 2001/03/30  02:04:33
44062         Log: Subject: ext/re/aix.pl can go
44063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44064              Date: Thu, 29 Mar 2001 12:03:28 +0200
44065              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
44066      Branch: perl
44067            - ext/re/hints/aix.pl
44068            ! MANIFEST
44069 ____________________________________________________________________________
44070 [  9456] By: jhi                                   on 2001/03/30  02:03:32
44071         Log: Integrate perlio.
44072      Branch: perl
44073           !> ext/Encode/Encode.xs installperl
44074 ____________________________________________________________________________
44075 [  9455] By: nick                                  on 2001/03/29  21:11:46
44076         Log: DLL name has changed so installperl needs to know
44077              (Why isn't it working it out or passed it?)
44078      Branch: perlio
44079            ! installperl
44080 ____________________________________________________________________________
44081 [  9454] By: nick                                  on 2001/03/29  20:56:12
44082         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
44083              and we don't get undef warnings.
44084      Branch: perlio
44085            ! ext/Encode/Encode.xs
44086 ____________________________________________________________________________
44087 [  9453] By: nick                                  on 2001/03/29  17:58:48
44088         Log: Integrate mainline
44089      Branch: perlio
44090           !> Changes patchlevel.h
44091 ____________________________________________________________________________
44092 [  9452] By: jhi                                   on 2001/03/29  16:44:55
44093         Log: Update Changes.
44094      Branch: perl
44095            ! Changes patchlevel.h
44096 ____________________________________________________________________________
44097 [  9451] By: nick                                  on 2001/03/29  16:31:38
44098         Log: Integrate mainline
44099      Branch: perlio
44100           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
44101           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
44102           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
44103           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
44104           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
44105 ____________________________________________________________________________
44106 [  9450] By: jhi                                   on 2001/03/29  16:29:17
44107         Log: Integrate perlio.
44108      Branch: perl
44109           !> win32/buildext.pl
44110 ____________________________________________________________________________
44111 [  9449] By: jhi                                   on 2001/03/29  15:50:01
44112         Log: Update Changes.
44113      Branch: perl
44114            ! Changes patchlevel.h
44115 ____________________________________________________________________________
44116 [  9448] By: nick                                  on 2001/03/29  15:47:15
44117         Log: Make sure buildext.pl finds Errno.pm
44118      Branch: perlio
44119            ! win32/buildext.pl
44120 ____________________________________________________________________________
44121 [  9447] By: jhi                                   on 2001/03/29  15:39:34
44122         Log: Integrate perlio.
44123      Branch: perl
44124           !> win32/makefile.mk
44125 ____________________________________________________________________________
44126 [  9446] By: nick                                  on 2001/03/29  15:30:03
44127         Log: Integrate win32/makefile.mk with mainline.
44128      Branch: perlio
44129           !> win32/makefile.mk
44130 ____________________________________________________________________________
44131 [  9445] By: nick                                  on 2001/03/29  15:27:32
44132         Log: Fix breakage ... 
44133      Branch: perlio
44134            ! win32/makefile.mk
44135 ____________________________________________________________________________
44136 [  9444] By: jhi                                   on 2001/03/29  15:03:08
44137         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
44138              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44139              Date: Thu, 29 Mar 2001 10:32:59 +0400
44140              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
44141      Branch: perl
44142            ! win32/makefile.mk
44143 ____________________________________________________________________________
44144 [  9443] By: jhi                                   on 2001/03/29  15:02:12
44145         Log: Integrate perlio.
44146      Branch: perl
44147           +> win32/buildext.pl
44148           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
44149           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
44150 ____________________________________________________________________________
44151 [  9442] By: nick                                  on 2001/03/29  14:59:11
44152         Log: Work in progress - determine win32 extensions to build via script.
44153      Branch: perlio
44154            + win32/buildext.pl
44155            ! MANIFEST win32/makefile.mk
44156 ____________________________________________________________________________
44157 [  9441] By: jhi                                   on 2001/03/29  14:51:47
44158         Log: Reintroduce the use of external pwd.
44159      Branch: perl
44160            ! t/lib/cwd.t
44161 ____________________________________________________________________________
44162 [  9440] By: jhi                                   on 2001/03/29  14:42:58
44163         Log: use warnings instead of -w.
44164      Branch: perl
44165            ! utils/h2xs.PL
44166 ____________________________________________________________________________
44167 [  9439] By: jhi                                   on 2001/03/29  14:41:52
44168         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
44169              From: Jonathan Stowe <gellyfish@gellyfish.com>
44170              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
44171              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
44172      Branch: perl
44173            ! utils/h2xs.PL
44174 ____________________________________________________________________________
44175 [  9438] By: jhi                                   on 2001/03/29  14:39:38
44176         Log: Subject: [PATCH perl@9424] minor pod nits
44177              From: Robin Barker <rmb1@cise.npl.co.uk>
44178              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
44179              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
44180      Branch: perl
44181            ! pod/perlhack.pod pod/perliol.pod
44182 ____________________________________________________________________________
44183 [  9437] By: jhi                                   on 2001/03/29  14:29:16
44184         Log: Subject: [PATCH perl@9424] typemap cast warning
44185              From: Robin Barker <rmb1@cise.npl.co.uk>
44186              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
44187              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
44188      Branch: perl
44189            ! lib/ExtUtils/typemap
44190 ____________________________________________________________________________
44191 [  9436] By: jhi                                   on 2001/03/29  14:26:03
44192         Log: Subject: [PATCH perl@9424] printf warning
44193              From: Robin Barker <rmb1@cise.npl.co.uk>
44194              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
44195              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
44196      Branch: perl
44197            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
44198            ! ext/Storable/Storable.xs toke.c
44199 ____________________________________________________________________________
44200 [  9435] By: nick                                  on 2001/03/29  14:23:31
44201         Log: Win32 has name conflict with ERROR
44202      Branch: perlio
44203            ! ext/PerlIO/Via/Via.xs
44204 ____________________________________________________________________________
44205 [  9434] By: jhi                                   on 2001/03/29  14:17:48
44206         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
44207              From: Peter Prymmer <pvhp@forte.com>
44208              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
44209              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
44210      Branch: perl
44211            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
44212 ____________________________________________________________________________
44213 [  9433] By: jhi                                   on 2001/03/29  13:52:44
44214         Log: test-prep target was missing.
44215      Branch: perl
44216            ! Makefile.SH
44217 ____________________________________________________________________________
44218 [  9432] By: nick                                  on 2001/03/29  12:40:03
44219         Log: Make as-shipped compiler default to MSVC6 
44220      Branch: perlio
44221            ! win32/makefile.mk
44222 ____________________________________________________________________________
44223 [  9431] By: nick                                  on 2001/03/29  12:12:16
44224         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
44225              akin to PerlIO::Scalar.
44226      Branch: perlio
44227            ! perlio.c perlio.h
44228 ____________________________________________________________________________
44229 [  9430] By: nick                                  on 2001/03/29  10:56:35
44230         Log: Integrate mainline.
44231      Branch: perlio
44232           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
44233           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
44234           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
44235           !> win32/makefile.mk win32/win32sck.c
44236 ____________________________________________________________________________
44237 [  9429] By: nick                                  on 2001/03/29  09:03:43
44238         Log: Noticed that two tests were skipped as perlio:: package
44239              isn't there any more. Changed the skip condition.
44240              Avoid core-dump if sv_utf8_upgrade() called on something
44241              that does not become SvPOK after SvPV() (e.g. a ref).
44242      Branch: perlio
44243            ! sv.c t/io/utf8.t t/lib/io_scalar.t
44244 ____________________________________________________________________________
44245 [  9428] By: jhi                                   on 2001/03/29  01:31:47
44246         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
44247              From: Benjamin Sugars <bsugars@canoe.ca> 
44248              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
44249              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
44250      Branch: perl
44251            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
44252            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
44253            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
44254 ____________________________________________________________________________
44255 [  9427] By: jhi                                   on 2001/03/29  00:49:30
44256         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
44257              From: "Vadim Konovalov" <watman@inbox.ru>
44258              Date: Thu, 29 Mar 2001 01:50:12 +0400
44259              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
44260      Branch: perl
44261            ! win32/makefile.mk win32/win32sck.c
44262 ____________________________________________________________________________
44263 [  9426] By: gsar                                  on 2001/03/29  00:28:04
44264         Log: dmake can only handle == and != in comparisons; support building
44265              with Borland's VCL libraries (from Vadim Konovalov)
44266      Branch: maint-5.6/perl
44267            ! win32/makefile.mk
44268 ____________________________________________________________________________
44269 [  9425] By: nick                                  on 2001/03/28  19:29:56
44270         Log: Integrate (@snapshot)
44271      Branch: perlio
44272           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
44273 ____________________________________________________________________________
44274 [  9424] By: jhi                                   on 2001/03/28  19:03:16
44275         Log: Update Changes.
44276      Branch: perl
44277            ! Changes patchlevel.h
44278 ____________________________________________________________________________
44279 [  9423] By: jhi                                   on 2001/03/28  18:52:09
44280         Log: Rmdir lib/XS on cleanup.
44281      Branch: perl
44282            ! Makefile.SH
44283 ____________________________________________________________________________
44284 [  9422] By: jhi                                   on 2001/03/28  18:49:34
44285         Log: Integrate perlio.
44286      Branch: perl
44287           !> t/op/utf8decode.t
44288 ____________________________________________________________________________
44289 [  9421] By: nick                                  on 2001/03/28  18:46:44
44290         Log: Loose duplicate chunk.
44291      Branch: perlio
44292            ! t/op/utf8decode.t
44293 ____________________________________________________________________________
44294 [  9420] By: nick                                  on 2001/03/28  18:44:11
44295         Log: Integrate mainline.
44296      Branch: perlio
44297           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
44298           !> vms/vmsish.h
44299 ____________________________________________________________________________
44300 [  9419] By: jhi                                   on 2001/03/28  18:42:05
44301         Log: Can't trust external pwds
44302              (either shell builtins or external programs)
44303      Branch: perl
44304            ! t/lib/cwd.t
44305 ____________________________________________________________________________
44306 [  9418] By: jhi                                   on 2001/03/28  18:34:05
44307         Log: Integrate perlio.
44308      Branch: perl
44309            - lib/perlio.pm
44310           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
44311           !> t/op/utf8decode.t
44312 ____________________________________________________________________________
44313 [  9417] By: nick                                  on 2001/03/28  18:24:02
44314         Log: PerlIO.pm / perlio.pm conflict.
44315              Update some pods.
44316              Make t/op/utf8decode.t a text file.
44317      Branch: perlio
44318            - lib/perlio.pm
44319            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
44320            ! t/op/utf8decode.t
44321 ____________________________________________________________________________
44322 [  9416] By: jhi                                   on 2001/03/28  18:06:07
44323         Log: Integrate change #9409 from mainline to maintperl.
44324              
44325              Yet another tweak on AIX dynaloading.
44326      Branch: maint-5.6/perl
44327           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44328 ____________________________________________________________________________
44329 [  9415] By: gsar                                  on 2001/03/28  17:13:01
44330         Log: integrate changes#9377,9385,9401 from mainline
44331              
44332              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
44333              
44334              If directory entries compare equal case-insensitively,
44335              retry case-sensitively.
44336              
44337              Subject: [PATCH] B::Terse and warnings
44338      Branch: maint-5.6/perl
44339           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
44340           !> t/pragma/warn/perl
44341 ____________________________________________________________________________
44342 [  9414] By: jhi                                   on 2001/03/28  17:11:12
44343         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
44344              From: "Craig A. Berry" <craigberry@mac.com>
44345              Date: Wed, 28 Mar 2001 10:55:20 -0600
44346              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
44347      Branch: perl
44348            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
44349 ____________________________________________________________________________
44350 [  9413] By: jhi                                   on 2001/03/28  17:03:12
44351         Log: Dup hunk.
44352      Branch: perl
44353            ! t/op/utf8decode.t
44354 ____________________________________________________________________________
44355 [  9412] By: jhi                                   on 2001/03/28  17:02:36
44356         Log: Forced integrate from perlio.
44357      Branch: perl
44358           !> t/op/utf8decode.t
44359 ____________________________________________________________________________
44360 [  9411] By: nick                                  on 2001/03/28  16:50:03
44361         Log: Integrate mainline.
44362      Branch: perlio
44363           +> t/lib/cwd.t
44364           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44365           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
44366           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
44367           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
44368           !> t/pragma/warn/perl
44369 ____________________________________________________________________________
44370 [  9410] By: jhi                                   on 2001/03/28  16:44:23
44371         Log: Subject: Re: [PATCH] 9403 cannot be tested
44372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44373              Date: Wed, 28 Mar 2001 18:33:56 +0200
44374              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
44375      Branch: perl
44376            ! makedef.pl
44377 ____________________________________________________________________________
44378 [  9409] By: jhi                                   on 2001/03/28  16:12:45
44379         Log: Yet another tweak on AIX dynaloading.
44380      Branch: perl
44381            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44382 ____________________________________________________________________________
44383 [  9408] By: jhi                                   on 2001/03/28  15:52:55
44384         Log: Subject: [PATCH] 9403 cannot be tested
44385              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44386              Date: Wed, 28 Mar 2001 17:23:00 +0200
44387              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
44388              
44389              A missing symbol.
44390      Branch: perl
44391            ! makedef.pl
44392 ____________________________________________________________________________
44393 [  9407] By: jhi                                   on 2001/03/28  15:47:43
44394         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
44395      Branch: perl
44396            ! t/op/utf8decode.t
44397           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
44398           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
44399 ____________________________________________________________________________
44400 [  9406] By: jhi                                   on 2001/03/28  15:37:08
44401         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
44402              From: Benjamin Sugars <bsugars@canoe.ca> 
44403              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
44404              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
44405      Branch: perl
44406            + t/lib/cwd.t
44407            ! MANIFEST
44408 ____________________________________________________________________________
44409 [  9405] By: jhi                                   on 2001/03/28  15:13:18
44410         Log: pp_ne() needs a CORRECT boolean.
44411      Branch: perl
44412            ! pp.c
44413 ____________________________________________________________________________
44414 [  9404] By: jhi                                   on 2001/03/28  15:09:23
44415         Log: pp_ne() needs a boolean, not an integer.
44416      Branch: perl
44417            ! pp.c
44418 ____________________________________________________________________________
44419 [  9403] By: jhi                                   on 2001/03/28  14:47:43
44420         Log: (Retracted by #9404.)
44421      Branch: perl
44422            ! pp.c
44423 ____________________________________________________________________________
44424 [  9402] By: jhi                                   on 2001/03/28  14:43:59
44425         Log: Subject: Re: [PATCH] Typemap testing
44426              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
44427              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
44428              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
44429      Branch: perl
44430            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44431            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
44432 ____________________________________________________________________________
44433 [  9401] By: jhi                                   on 2001/03/28  14:42:14
44434         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
44435              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44436              Date: Sun, 25 Mar 2001 21:59:15 +0100
44437              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
44438              
44439              A variable will be checked for the "use once" warnings if:
44440              
44441              1. It is in the scope of a use warnings 'once'
44442              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
44443              
44444              Otherwise it won't be checked at all.
44445              
44446              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
44447              
44448              The enclosed patch partially fixes this issue. What I didn't
44449              get to work was the case where the "used once" warning is enabled
44450              in any file other than the main file.
44451      Branch: perl
44452            ! gv.c t/pragma/warn/perl
44453 ____________________________________________________________________________
44454 [  9400] By: nick                                  on 2001/03/28  14:38:24
44455         Log: More EBCDIC tweaks:
44456              - one more swash issue &~(0xA0-1) did not do the right thing,
44457              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
44458              - add "use re 'asciirange'" to make [!-~] etc. work
44459              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
44460              - Choose a key for t/op/each.t test which gets encoded.
44461              - Skip utf8decode if this is UTF-EBCDIC.
44462      Branch: perlio
44463            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
44464            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
44465 ____________________________________________________________________________
44466 [  9399] By: jhi                                   on 2001/03/28  14:21:00
44467         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
44468              Andreas Schwab.
44469      Branch: perl
44470            ! pp.c
44471 ____________________________________________________________________________
44472 [  9398] By: jhi                                   on 2001/03/28  00:55:56
44473         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
44474              From: David Dyck <dcd@tc.fluke.com>
44475              Date: Tue, 27 Mar 2001 15:16:24 -0800
44476              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
44477      Branch: perl
44478            ! ext/IO/lib/IO/Socket.pm
44479 ____________________________________________________________________________
44480 [  9397] By: jhi                                   on 2001/03/27  21:52:49
44481         Log: Integrate perlio.
44482      Branch: perl
44483           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
44484           +> ext/PerlIO/Via/Via.xs
44485           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
44486 ____________________________________________________________________________
44487 [  9396] By: nick                                  on 2001/03/27  21:45:13
44488         Log: Integrate mainline.
44489      Branch: perlio
44490           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
44491           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
44492 ____________________________________________________________________________
44493 [  9395] By: nick                                  on 2001/03/27  21:18:58
44494         Log: Outline docs for PerlIO and PerlIO::Scalar
44495      Branch: perlio
44496            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
44497 ____________________________________________________________________________
44498 [  9394] By: nick                                  on 2001/03/27  20:50:13
44499         Log: PerlIO::Via layer (alpha-ish).
44500      Branch: perlio
44501            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
44502            + ext/PerlIO/Via/Via.xs
44503            ! MANIFEST
44504 ____________________________________________________________________________
44505 [  9393] By: jhi                                   on 2001/03/27  20:49:55
44506         Log: Retract #9329 now that 9390 should take care of the matter.
44507      Branch: perl
44508            ! utils/h2xs.PL
44509 ____________________________________________________________________________
44510 [  9390] By: jhi                                   on 2001/03/27  20:47:50
44511         Log: Subject: Autoloading Errno.pm when %! is encountered
44512              From: Robin Houston <robin@kitsite.com>
44513              Date: Tue, 27 Mar 2001 20:57:11 +0100
44514              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
44515      Branch: perl
44516            ! embed.h embed.pl gv.c proto.h t/op/magic.t
44517 ____________________________________________________________________________
44518 [  9389] By: jhi                                   on 2001/03/27  20:24:31
44519         Log: Integrate perlio.
44520      Branch: perl
44521           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
44522           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
44523           !> utf8.c
44524 ____________________________________________________________________________
44525 [  9388] By: jhi                                   on 2001/03/27  20:21:38
44526         Log: Better have a three-element array if one is going to assign
44527              to the third element of that array. (from Tim Jenness)
44528      Branch: perl
44529            ! ext/XS/Typemap/Typemap.xs
44530 ____________________________________________________________________________
44531 [  9387] By: nick                                  on 2001/03/27  20:15:43
44532         Log: Integrate mainline.
44533      Branch: perlio
44534           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
44535           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44536           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
44537           +> t/lib/xs-typemap.t
44538           !> (integrate 34 files)
44539 ____________________________________________________________________________
44540 [  9386] By: jhi                                   on 2001/03/27  20:04:18
44541         Log: Subject: Re: perl@9359 breaks HTML::Parser
44542              From: Gisle Aas <gisle@ActiveState.com>
44543              Date: 27 Mar 2001 11:30:24 -0800
44544              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
44545              
44546              Clarify the UTF-8 issues of the API docs.
44547              (Slightly reworded and expanded.)
44548      Branch: perl
44549            ! pod/perlapi.pod sv.c sv.h
44550 ____________________________________________________________________________
44551 [  9385] By: jhi                                   on 2001/03/27  19:44:25
44552         Log: If directory entries compare equal case-insensitively,
44553              retry case-sensitively.
44554      Branch: perl
44555            ! ext/File/Glob/bsd_glob.c
44556 ____________________________________________________________________________
44557 [  9384] By: nick                                  on 2001/03/27  19:38:50
44558         Log: Various EBCDIC fixes:
44559              - major revelation that swash code is encoding aware,
44560              (or thought it was) - now it is ;-)
44561              - With that out of the way fix a slab of tr/// cases.
44562              - Fix Encode 'Unicode' to be true Unicode so tests pass.
44563              - As anticipated Base64.xs needed tweaks.
44564              - Until tr/// works right avoid old_encode64 in MIME tests.
44565      Branch: perlio
44566            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
44567            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
44568 ____________________________________________________________________________
44569 [  9383] By: jhi                                   on 2001/03/27  18:34:41
44570         Log: Add the std test suite BEGIN block.
44571      Branch: perl
44572            ! t/lib/xs-typemap.t
44573 ____________________________________________________________________________
44574 [  9382] By: jhi                                   on 2001/03/27  15:16:07
44575         Log: Add debugging output to the test.
44576      Branch: perl
44577            ! t/lib/glob-basic.t
44578 ____________________________________________________________________________
44579 [  9381] By: jhi                                   on 2001/03/27  15:08:10
44580         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
44581      Branch: perl
44582            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
44583            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44584            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
44585            + t/lib/xs-typemap.t
44586            ! MANIFEST
44587 ____________________________________________________________________________
44588 [  9380] By: jhi                                   on 2001/03/27  14:48:34
44589         Log: Subject: [PATCH] Typemap testing
44590              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
44591              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
44592              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
44593              
44594              (The first part of the patch.)
44595      Branch: perl
44596            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
44597 ____________________________________________________________________________
44598 [  9379] By: jhi                                   on 2001/03/27  14:44:56
44599         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
44600              From: Benjamin Sugars <bsugars@canoe.ca> 
44601              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
44602              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
44603      Branch: perl
44604            ! t/lib/glob-basic.t
44605 ____________________________________________________________________________
44606 [  9378] By: jhi                                   on 2001/03/27  14:42:30
44607         Log: Subject: [PATCH] perlvar nit
44608              From: Simon Cozens <simon@netthink.co.uk>
44609              Date: Tue, 27 Mar 2001 01:12:01 +0100
44610              Message-ID: <20010327011201.A19179@netthink.co.uk>
44611      Branch: perl
44612            ! pod/perlvar.pod
44613 ____________________________________________________________________________
44614 [  9377] By: jhi                                   on 2001/03/27  14:36:26
44615         Log: Subject: [PATCH] B::Terse and warnings
44616              From: Benjamin Sugars <ben.sugars@home.com>
44617              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
44618              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
44619      Branch: perl
44620            ! ext/B/B.pm ext/B/B/Terse.pm
44621 ____________________________________________________________________________
44622 [  9376] By: jhi                                   on 2001/03/27  14:31:31
44623         Log: Document sockatmark() some.
44624      Branch: perl
44625            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
44626            ! pod/perltoc.pod
44627 ____________________________________________________________________________
44628 [  9375] By: jhi                                   on 2001/03/27  14:00:24
44629         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
44630              noted by Gisle and fixed by NI-S.
44631      Branch: perl
44632            ! sv.c
44633 ____________________________________________________________________________
44634 [  9374] By: jhi                                   on 2001/03/27  05:50:01
44635         Log: Regen toc.
44636      Branch: perl
44637            ! pod/perltoc.pod
44638 ____________________________________________________________________________
44639 [  9373] By: jhi                                   on 2001/03/27  05:43:51
44640         Log: Pixie documenting.
44641      Branch: perl
44642            ! Makefile.SH pod/perlhack.pod
44643 ____________________________________________________________________________
44644 [  9372] By: jhi                                   on 2001/03/27  05:29:34
44645         Log: Metaconfig unit changes for #9371.
44646      Branch: metaconfig
44647            ! U/modified/myhostname.U
44648      Branch: metaconfig/U/perl
44649            + d_sockatmark.U
44650            ! gccvers.U
44651 ____________________________________________________________________________
44652 [  9371] By: jhi                                   on 2001/03/27  05:29:07
44653         Log: Add sockatmark() probing.
44654      Branch: perl
44655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44656            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44657            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44658            ! vos/config.ga.h win32/config.bc win32/config.gc
44659            ! win32/config.vc
44660 ____________________________________________________________________________
44661 [  9370] By: jhi                                   on 2001/03/26  22:01:18
44662         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
44663              Really need to benchmark this.
44664      Branch: perl
44665            ! pp.c
44666 ____________________________________________________________________________
44667 [  9369] By: nick                                  on 2001/03/26  21:59:30
44668         Log: Integrate mainline.
44669      Branch: perlio
44670            ! ext/MIME/Base64/QuotedPrint.pm
44671           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
44672           !> patchlevel.h pod/perlhack.pod pp_sys.c
44673 ____________________________________________________________________________
44674 [  9368] By: jhi                                   on 2001/03/26  21:47:03
44675         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
44676              
44677              TODO1: perlbench.
44678              TODO2: le, lt, ge, gt?  Yech.
44679      Branch: perl
44680            ! pp.c
44681 ____________________________________________________________________________
44682 [  9367] By: jhi                                   on 2001/03/26  21:34:57
44683         Log: Too much cut-and-paste in #9363.
44684      Branch: perl
44685            ! pp_sys.c
44686 ____________________________________________________________________________
44687 [  9366] By: jhi                                   on 2001/03/26  21:20:53
44688         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
44689              From: Andreas Schwab <schwab@suse.de>
44690              Date: 26 Mar 2001 17:29:04 +0200
44691              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
44692              
44693              (The patch for 5.6.0 or so, this is a guess for bleadperl)
44694      Branch: perl
44695            ! pp_hot.c
44696 ____________________________________________________________________________
44697 [  9365] By: jhi                                   on 2001/03/26  21:07:54
44698         Log: Integrate perlio.
44699      Branch: perl
44700           !> perlio.c
44701 ____________________________________________________________________________
44702 [  9364] By: nick                                  on 2001/03/26  20:30:48
44703         Log: REFCNT botch in layer name cache hash.
44704      Branch: perlio
44705            ! perlio.c
44706 ____________________________________________________________________________
44707 [  9363] By: jhi                                   on 2001/03/26  18:44:32
44708         Log: Subject: [PATCH] socket() leaks file descriptors
44709              From: Benjamin Sugars <bsugars@canoe.ca>
44710              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
44711              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
44712              
44713              Also sockpair() fixed similarly.
44714      Branch: perl
44715            ! pp_sys.c
44716 ____________________________________________________________________________
44717 [  9362] By: jhi                                   on 2001/03/26  18:37:52
44718         Log: Integrate perlio.
44719      Branch: perl
44720           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
44721 ____________________________________________________________________________
44722 [  9361] By: nick                                  on 2001/03/26  17:32:06
44723         Log: Implement flush of linebuffered streams on read of a tty.
44724      Branch: perlio
44725            ! perlio.c perliol.h
44726 ____________________________________________________________________________
44727 [  9360] By: nick                                  on 2001/03/26  17:12:32
44728         Log: Memory tweaks and notes for OEMVS.
44729      Branch: perlio
44730            ! README.os390 miniperlmain.c t/op/pat.t
44731 ____________________________________________________________________________
44732 [  9359] By: jhi                                   on 2001/03/26  02:12:54
44733         Log: Update Changes.
44734      Branch: perl
44735            ! Changes patchlevel.h
44736 ____________________________________________________________________________
44737 [  9358] By: jhi                                   on 2001/03/26  02:05:32
44738         Log: Document the most common pixie options.
44739      Branch: perl
44740            ! pod/perlhack.pod
44741 ____________________________________________________________________________
44742 [  9357] By: jhi                                   on 2001/03/26  01:25:28
44743         Log: For perl.pixie check *before* compiling that optimize is -g,
44744              as for perl.third.
44745      Branch: perl
44746            ! Makefile.SH
44747 ____________________________________________________________________________
44748 [  9356] By: jhi                                   on 2001/03/26  01:13:41
44749         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
44750      Branch: perl
44751            ! Makefile.SH
44752 ____________________________________________________________________________
44753 [  9355] By: jhi                                   on 2001/03/26  01:11:19
44754         Log: Remove t/perl.third.
44755      Branch: perl
44756            ! Makefile.SH
44757 ____________________________________________________________________________
44758 [  9354] By: jhi                                   on 2001/03/26  00:23:38
44759         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
44760              IO::Sockatmark().
44761      Branch: perl
44762            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
44763 ____________________________________________________________________________
44764 [  9353] By: jhi                                   on 2001/03/25  22:25:04
44765         Log: Integrate perlio.
44766      Branch: perl
44767           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
44768           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
44769           !> pp_hot.c win32/makefile.mk
44770 ____________________________________________________________________________
44771 [  9352] By: jhi                                   on 2001/03/25  22:21:41
44772         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
44773              From: Radu Greab <radu@netsoft.ro>
44774              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
44775              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
44776      Branch: perl
44777            ! pp_sys.c
44778 ____________________________________________________________________________
44779 [  9351] By: nick                                  on 2001/03/25  22:15:02
44780         Log: Fix readline in list mode to tell rest of world that it has
44781              things on the stack. Otherwise if perl code gets invoked
44782              underneath it it scribbles over results-so-far.
44783              (Why TIEHANDLE has not tripped on this is a mystery.)
44784      Branch: perlio
44785            ! pp_hot.c
44786 ____________________________________________________________________________
44787 [  9350] By: nick                                  on 2001/03/25  22:10:13
44788         Log: win32/makefile.mk typos
44789      Branch: perlio
44790            ! win32/makefile.mk
44791 ____________________________________________________________________________
44792 [  9349] By: nick                                  on 2001/03/25  21:31:14
44793         Log: Integrate now-non-binary file.
44794      Branch: perlio
44795           !> t/lib/mimeqp.t
44796 ____________________________________________________________________________
44797 [  9348] By: nick                                  on 2001/03/25  21:27:24
44798         Log: Make it text
44799      Branch: perlio
44800            ! t/lib/mimeqp.t
44801 ____________________________________________________________________________
44802 [  9347] By: nick                                  on 2001/03/25  21:25:37
44803         Log: Integrate mainline.
44804      Branch: perlio
44805           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
44806           !> lib/Term/ReadLine.pm t/lib/md5-file.t
44807 ____________________________________________________________________________
44808 [  9346] By: nick                                  on 2001/03/25  20:58:15
44809         Log: Add destruct time hook to PerlIO (for work-in-process implementing
44810              layers in perl code. In such cases layers need to be popped before
44811              we loose the ability to run perl code.)
44812              Also back-out "PerlIO::object" hook - it isn't going to work like that...
44813      Branch: perlio
44814            ! perl.c perlio.c perlio.h perliol.h
44815 ____________________________________________________________________________
44816 [  9345] By: nick                                  on 2001/03/25  20:49:11
44817         Log: Avoid at leasy one of undefined warnings in Encode.
44818      Branch: perlio
44819            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44820 ____________________________________________________________________________
44821 [  9344] By: jhi                                   on 2001/03/25  20:37:43
44822         Log: A workaround for using Term::ReadLine in emacs minibuffer
44823              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
44824              additional tweaks from Ilya Zakharevich.
44825      Branch: perl
44826            ! lib/Term/ReadLine.pm
44827 ____________________________________________________________________________
44828 [  9343] By: nick                                  on 2001/03/25  20:21:14
44829         Log: Missing return value.
44830      Branch: perlio
44831            ! ext/PerlIO/Scalar/Scalar.xs
44832 ____________________________________________________________________________
44833 [  9342] By: jhi                                   on 2001/03/25  16:21:00
44834         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
44835              to equal the CPAN versions since no code changes have been made.
44836      Branch: perl
44837            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
44838            ! t/lib/md5-file.t
44839 ____________________________________________________________________________
44840 [  9341] By: jhi                                   on 2001/03/25  16:01:48
44841         Log: Escape 8-bit characters.
44842      Branch: perl
44843            ! t/lib/mimeqp.t
44844 ____________________________________________________________________________
44845 [  9340] By: gsar                                  on 2001/03/25  15:50:53
44846         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
44847              chars)
44848      Branch: perl
44849            + t/lib/mimeqp.t
44850 ____________________________________________________________________________
44851 [  9339] By: gsar                                  on 2001/03/25  15:48:50
44852         Log: delete mimeqp.t for later add with text mode set
44853      Branch: perl
44854            - t/lib/mimeqp.t
44855 ____________________________________________________________________________
44856 [  9338] By: nick                                  on 2001/03/25  09:01:57
44857         Log: Integrate mainline.
44858      Branch: perlio
44859           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44860           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44861           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
44862           +> t/lib/mimeb64u.t t/lib/mimeqp.t
44863           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
44864           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
44865           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
44866 ____________________________________________________________________________
44867 [  9337] By: jhi                                   on 2001/03/25  04:23:24
44868         Log: Add MIME::Base64 here and there.  Again, a lot of
44869              optimism is in the air.
44870      Branch: perl
44871            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
44872            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
44873 ____________________________________________________________________________
44874 [  9336] By: jhi                                   on 2001/03/25  04:12:43
44875         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
44876              this by ear as I do not do Win32 programming.)
44877      Branch: perl
44878            ! win32/Makefile win32/makefile.mk
44879 ____________________________________________________________________________
44880 [  9335] By: jhi                                   on 2001/03/25  04:03:50
44881         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
44882      Branch: perl
44883            ! t/lib/md5-file.t
44884 ____________________________________________________________________________
44885 [  9334] By: jhi                                   on 2001/03/25  03:58:53
44886         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
44887      Branch: perl
44888            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44889            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44890            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
44891            + t/lib/mimeb64u.t t/lib/mimeqp.t
44892            ! MANIFEST
44893 ____________________________________________________________________________
44894 [  9333] By: jhi                                   on 2001/03/24  20:14:37
44895         Log: Integrate perlio.
44896      Branch: perl
44897           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
44898 ____________________________________________________________________________
44899 [  9332] By: nick                                  on 2001/03/24  19:40:34
44900         Log: Fix un-init variable leading to spurious "Out of Memory!"
44901      Branch: perlio
44902            ! doio.c
44903 ____________________________________________________________________________
44904 [  9331] By: nick                                  on 2001/03/24  19:09:59
44905         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
44906              and update layers internals doc.
44907      Branch: perlio
44908            ! pod/perlfunc.pod pod/perliol.pod
44909 ____________________________________________________________________________
44910 [  9330] By: jhi                                   on 2001/03/24  18:42:11
44911         Log: The length might be uninitialized garbage if the *svp is the undef.
44912      Branch: perl
44913            ! doio.c
44914 ____________________________________________________________________________
44915 [  9329] By: jhi                                   on 2001/03/24  18:26:57
44916         Log: (Retracted by #9393)
44917              
44918              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
44919              From: Simon Cozens <simon@netthink.co.uk>
44920              Date: Sat, 24 Mar 2001 17:13:17 +0000
44921              Message-ID: <20010324171317.A13406@netthink.co.uk>
44922      Branch: perl
44923            ! utils/h2xs.PL
44924 ____________________________________________________________________________
44925 [  9328] By: nick                                  on 2001/03/24  17:22:02
44926         Log: Integrate mainline.
44927      Branch: perlio
44928           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
44929           !> lib/unicode/version
44930 ____________________________________________________________________________
44931 [  9327] By: nick                                  on 2001/03/24  17:16:02
44932         Log: Integrate mainline.
44933      Branch: perlio
44934           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44935           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
44936           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
44937           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
44938           +> t/lib/md5-file.t
44939           !> MANIFEST Makefile.SH configure.com djgpp/config.over
44940           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
44941           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
44942           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
44943           !> win32/makefile.mk
44944 ____________________________________________________________________________
44945 [  9326] By: jhi                                   on 2001/03/24  17:00:42
44946         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
44947      Branch: perl
44948            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
44949            ! lib/unicode/version
44950 ____________________________________________________________________________
44951 [  9325] By: jhi                                   on 2001/03/24  16:22:33
44952         Log: Subject: Re: B::Deparse bug (5.6.0)
44953              From: Robin Houston <robin@kitsite.com>
44954              Date: Sat, 24 Mar 2001 14:33:09 +0000
44955              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
44956      Branch: perl
44957            ! op.c pp.c t/lib/b.t t/op/repeat.t
44958 ____________________________________________________________________________
44959 [  9324] By: jhi                                   on 2001/03/24  16:21:56
44960         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
44961              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
44962              these additions may be too optimistic.
44963      Branch: perl
44964            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
44965            ! hints/uwin.sh hints/vmesa.sh
44966 ____________________________________________________________________________
44967 [  9323] By: jhi                                   on 2001/03/24  16:06:01
44968         Log: Integrate perlio.
44969      Branch: perl
44970           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44971           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44972            ! Makefile.SH
44973           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
44974           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
44975           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
44976           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44977           !> win32/makefile.mk win32/perlhost.h win32/win32.c
44978           !> win32/win32iop.h
44979 ____________________________________________________________________________
44980 [  9322] By: nick                                  on 2001/03/24  14:39:12
44981         Log: Routine Win32 regen_config_h - no real changes.
44982      Branch: perlio
44983            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44984 ____________________________________________________________________________
44985 [  9321] By: nick                                  on 2001/03/24  14:31:49
44986         Log: PerlIO fixups for Win32:
44987              - provide win33_popenlist() - non-functional as yet.
44988              - avoid need for aTHX in PerlIO_debug calls - even if not 
44989              enabled args are still evaluated so Win32 has trouble during fork().
44990              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
44991              - Fixup makedef.pl for latest set of symbols.
44992      Branch: perlio
44993            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
44994            ! win32/perlhost.h win32/win32.c win32/win32iop.h
44995 ____________________________________________________________________________
44996 [  9320] By: nick                                  on 2001/03/24  14:26:58
44997         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
44998              was gibberish - broke it on WIn32 at least.
44999      Branch: perlio
45000            ! ext/POSIX/POSIX.xs
45001 ____________________________________________________________________________
45002 [  9319] By: nick                                  on 2001/03/24  11:29:41
45003         Log: Generated files.
45004      Branch: perlio
45005            ! embed.h global.sym objXSUB.h perlapi.c proto.h
45006 ____________________________________________________________________________
45007 [  9318] By: nick                                  on 2001/03/24  10:29:37
45008         Log: Implement:
45009              1.  open($fh,"+<",undef);  # add test to t/io/open.t
45010              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
45011      Branch: perlio
45012            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
45013            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
45014            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
45015            ! t/io/open.t t/io/utf8.t
45016 ____________________________________________________________________________
45017 [  9317] By: jhi                                   on 2001/03/23  23:41:25
45018         Log: AIX does seems to have optimization problems with its C compilers.
45019      Branch: perl
45020            ! hints/aix.sh
45021 ____________________________________________________________________________
45022 [  9316] By: jhi                                   on 2001/03/23  23:40:46
45023         Log: Integrate perlio.
45024      Branch: perl
45025           +> lib/PerlIO.pm
45026           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
45027           !> perliol.h
45028 ____________________________________________________________________________
45029 [  9315] By: jhi                                   on 2001/03/23  22:16:30
45030         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
45031      Branch: perl
45032            ! t/lib/md5-file.t
45033 ____________________________________________________________________________
45034 [  9314] By: nick                                  on 2001/03/23  20:49:02
45035         Log: Perlio internals re-organized.
45036              - open process creates AV of layer/arg pairs
45037              (appends layers from open() or open.pm to default list).
45038              - push arg is now an SV.
45039              - layer ->Open get passed the AV
45040              - open is no longer mandatory method.
45041              - topmost layer that has ->Open method does the open
45042              - any layers above are pushed once that returns.
45043              - vtable re-ordered so dummy layers need only provide push/pop methods.
45044      Branch: perlio
45045            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45046 ____________________________________________________________________________
45047 [  9313] By: nick                                  on 2001/03/23  16:27:41
45048         Log: Check in a stable (working) version before next round of tweaks.
45049              Changes include:
45050              - Move default layers code out of doio.c and into perlio.c
45051              - Single routine for parsing layer specification strings.
45052              - Skeleton support for demand loading of layers
45053              - Core-dump avoidance if PERLIO environment specifies loadable layer
45054              (does not _work_ as need IO to load and need load to do IO ...)
45055      Branch: perlio
45056            + lib/PerlIO.pm
45057            ! MANIFEST doio.c perlio.c
45058 ____________________________________________________________________________
45059 [  9312] By: gsar                                  on 2001/03/23  16:25:25
45060         Log: add execute bit to files with shebang lines in the repository;
45061              avoid clobbering execute bit in Porting/makerel 
45062      Branch: maint-5.6/perl
45063            ! (edit 144 files)
45064 ____________________________________________________________________________
45065 [  9311] By: jhi                                   on 2001/03/23  14:25:35
45066         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
45067      Branch: perl
45068            ! MANIFEST
45069 ____________________________________________________________________________
45070 [  9310] By: jhi                                   on 2001/03/23  13:45:04
45071         Log: Subject: [PATCH] Net::Ping
45072              From: Colin McMillen <mcmi0037@tc.umn.edu>
45073              Date: Thu, 22 Mar 2001 19:30:31 -0600
45074              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
45075      Branch: perl
45076            ! lib/Net/Ping.pm
45077 ____________________________________________________________________________
45078 [  9309] By: jhi                                   on 2001/03/23  13:39:13
45079         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
45080      Branch: perl
45081            ! t/lib/md5-aaa.t t/lib/md5-file.t
45082 ____________________________________________________________________________
45083 [  9308] By: jhi                                   on 2001/03/23  13:20:34
45084         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
45085              - bump the version to 2.14
45086              - drop the base64 tests since they require MIME::Base64
45087              - drop the rfc1321.txt
45088              - drop the hints/dec_osf.pl since it's only needed for
45089              pre-5.005_03 Perls
45090              Todo:
45091              - the U32 alignment testing is now removed; it needs to
45092              be reintroduced as as a Config variable (meaning also
45093              as a Configure test)
45094              - get the new EBCDIC md5sum for MD5.pm
45095              - test in Win32 to see how badly I botched the makefiles
45096      Branch: perl
45097            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45098            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
45099            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
45100            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
45101            + t/lib/md5-file.t
45102            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
45103            ! win32/Makefile win32/makefile.mk
45104 ____________________________________________________________________________
45105 [  9307] By: jhi                                   on 2001/03/23  12:56:14
45106         Log: Integrate change #9306 from maintperl into mainline,
45107              AIX dynaloader for AIXes without <load.h>.
45108      Branch: perl
45109           !> ext/DynaLoader/hints/aix.pl
45110 ____________________________________________________________________________
45111 [  9306] By: jhi                                   on 2001/03/23  12:51:36
45112         Log: There are AIXes without /usr/include/load.h,
45113              patch from H.Merijn Brand.
45114      Branch: maint-5.6/perl
45115            ! ext/DynaLoader/hints/aix.pl
45116 ____________________________________________________________________________
45117 [  9305] By: nick                                  on 2001/03/23  11:00:42
45118         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
45119      Branch: perlio
45120            ! ext/Encode/Encode.xs perlio.c perlio.h
45121 ____________________________________________________________________________
45122 [  9304] By: nick                                  on 2001/03/23  10:20:46
45123         Log: Render -Duseperlio functional again.
45124              - this is "quick fix" which calls PerlIO_apply_layers after opening,
45125              which is what old scheme did. New scheme needs to change that
45126              to make open(...,\$scalar) etc. work but this will do for now.
45127      Branch: perlio
45128            ! perlio.c
45129 ____________________________________________________________________________
45130 [  9303] By: nick                                  on 2001/03/23  09:53:20
45131         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
45132              -Uuseperlio now works again.
45133              -Duseperlio is still poorly. Don't merge yet...
45134      Branch: perlio
45135            ! doio.c perlio.h
45136 ____________________________________________________________________________
45137 [  9302] By: nick                                  on 2001/03/22  22:26:51
45138         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
45139              type code.
45140              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
45141              is its main caller. In particular now has access to "extra" args, and
45142              can tell when an open handle is "reopened" (or duped?).
45143              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
45144              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
45145              PerlIO_open() et. al. (i.e. other way round).
45146              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
45147              with args close to PerlIO_openn().
45148      Branch: perlio
45149            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45150 ____________________________________________________________________________
45151 [  9301] By: jhi                                   on 2001/03/22  20:58:04
45152         Log: Integrate perlio.
45153      Branch: perl
45154           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
45155           !> t/io/open.t util.c
45156 ____________________________________________________________________________
45157 [  9300] By: nick                                  on 2001/03/22  17:36:32
45158         Log: Don't include $@ in not ok message.
45159      Branch: perlio
45160            ! t/io/open.t
45161 ____________________________________________________________________________
45162 [  9299] By: gsar                                  on 2001/03/22  16:53:45
45163         Log: back out changes#7532,7521 for now (appears to have problems
45164              on IRIX)
45165      Branch: maint-5.6/perl
45166            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45167            ! ext/POSIX/typemap pod/perlvar.pod
45168 ____________________________________________________________________________
45169 [  9298] By: nick                                  on 2001/03/22  14:35:46
45170         Log: Give a meaning to '&' in n-arg open case:
45171              open($fh,"<&",$scalar);
45172              $scalar can be:
45173              - an integer which does "fdopen"
45174              open($fh,"<&",2); # like open($fh,"<&2")
45175              - something that will yield a file handle via sv_2io()
45176              useful for dup'ing anonymous handles.
45177              e.g.:
45178              open(my $fh,"<&",\*STDIN);
45179              open(my $dup,"<&",$fh);
45180      Branch: perlio
45181            ! doio.c t/io/open.t
45182 ____________________________________________________________________________
45183 [  9297] By: nick                                  on 2001/03/22  13:34:35
45184         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
45185      Branch: perlio
45186            ! util.c
45187 ____________________________________________________________________________
45188 [  9296] By: nick                                  on 2001/03/22  12:51:20
45189         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
45190      Branch: perlio
45191            ! perl.c
45192 ____________________________________________________________________________
45193 [  9295] By: nick                                  on 2001/03/22  11:59:44
45194         Log: If stdin, stdout or stderr get opened in unexpected read/write state
45195              then warn at time of open not at time of use.
45196      Branch: perlio
45197            ! doio.c pp_hot.c pp_sys.c
45198 ____________________________________________________________________________
45199 [  9294] By: nick                                  on 2001/03/22  10:54:35
45200         Log: Die on n-arg open(...,"",xxx,yyy,...)
45201              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
45202              - die on read/write cases so we can decide what it means later.
45203      Branch: perlio
45204            ! doio.c embed.pl iperlsys.h util.c
45205 ____________________________________________________________________________
45206 [  9293] By: nick                                  on 2001/03/22  09:02:45
45207         Log: perlio tweaks (reported by Nick Clark)
45208              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
45209              error check in Pendinf_read().
45210      Branch: perlio
45211            ! perlio.c
45212 ____________________________________________________________________________
45213 [  9292] By: gsar                                  on 2001/03/22  07:12:00
45214         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
45215              fixes)
45216      Branch: maint-5.6/perl
45217           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
45218 ____________________________________________________________________________
45219 [  9291] By: jhi                                   on 2001/03/22  06:06:44
45220         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
45221      Branch: perl
45222            ! t/op/re_tests
45223 ____________________________________________________________________________
45224 [  9290] By: jhi                                   on 2001/03/22  05:57:01
45225         Log: Move MacOS Classic higher in the list of supported platforms.
45226      Branch: maint-5.6/perl
45227            ! pod/perlport.pod
45228 ____________________________________________________________________________
45229 [  9289] By: gsar                                  on 2001/03/22  05:35:04
45230         Log: revert part of change#6438 for compatibility (av_reify()
45231              appears to be needed to implement av_splice()ish things
45232              in XS)
45233      Branch: maint-5.6/perl
45234            ! embed.pl global.sym objXSUB.h perlapi.c
45235 ____________________________________________________________________________
45236 [  9288] By: gsar                                  on 2001/03/22  03:09:19
45237         Log: update copyright year
45238      Branch: maint-5.6/perl
45239            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45240            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
45241            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
45242            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
45243            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
45244            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
45245            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
45246            ! x2p/walk.c
45247 ____________________________________________________________________________
45248 [  9287] By: jhi                                   on 2001/03/21  20:30:54
45249         Log: Integrate perlio.
45250      Branch: perl
45251           !> ext/Data/Dumper/Dumper.xs
45252 ____________________________________________________________________________
45253 [  9286] By: gsar                                  on 2001/03/21  19:49:54
45254         Log: makefile.mk tweak
45255      Branch: maint-5.6/perl
45256            ! win32/Makefile win32/makefile.mk
45257 ____________________________________________________________________________
45258 [  9285] By: nick                                  on 2001/03/21  19:07:13
45259         Log: Multiplicity fix for Dumper.
45260      Branch: perlio
45261            ! ext/Data/Dumper/Dumper.xs
45262 ____________________________________________________________________________
45263 [  9284] By: nick                                  on 2001/03/21  19:01:07
45264         Log: Integrate mainline - (does not build xTHX issue in Dumper).
45265      Branch: perlio
45266           !> (integrate 27 files)
45267 ____________________________________________________________________________
45268 [  9283] By: jhi                                   on 2001/03/21  17:17:35
45269         Log: Integrate change #9282 from mainline into maintperl,
45270              4-arg UTF-8 substr().
45271      Branch: maint-5.6/perl
45272           !> pp.c
45273 ____________________________________________________________________________
45274 [  9282] By: jhi                                   on 2001/03/21  17:15:43
45275         Log: The #9270 would have leaked a scalar if pp_substr()
45276              returned early.
45277      Branch: perl
45278            ! pp.c
45279 ____________________________________________________________________________
45280 [  9281] By: gsar                                  on 2001/03/21  17:03:14
45281         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
45282      Branch: maint-5.6/perl
45283            ! win32/makefile.mk
45284 ____________________________________________________________________________
45285 [  9280] By: gsar                                  on 2001/03/21  17:01:20
45286         Log: some tweaks to change#9278 (fork() emulation should be enabled
45287              by setting BUILD_FLAVOR instead of changing the defaults)
45288      Branch: maint-5.6/perl
45289            ! win32/makefile.mk
45290 ____________________________________________________________________________
45291 [  9279] By: gsar                                  on 2001/03/21  16:47:19
45292         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
45293      Branch: maint-5.6/perl
45294            ! ext/File/Glob/Glob.pm
45295           !> lib/Cwd.pm
45296 ____________________________________________________________________________
45297 [  9278] By: jhi                                   on 2001/03/21  14:35:10
45298         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
45299              From: "Vadim Konovalov" <watman@inbox.ru>
45300              Date: Wed, 21 Mar 2001 01:53:51 +0300
45301              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
45302      Branch: maint-5.6/perl
45303            ! win32/makefile.mk win32/win32sck.c
45304 ____________________________________________________________________________
45305 [  9277] By: jhi                                   on 2001/03/21  13:58:28
45306         Log: Integrate change #9270 from mainline to maintperl:
45307              continued 4-arg UTF-8 substr() fixing.
45308      Branch: maint-5.6/perl
45309           !> pp.c t/op/substr.t
45310 ____________________________________________________________________________
45311 [  9276] By: jhi                                   on 2001/03/21  13:33:00
45312         Log: More pixie cleaning.
45313      Branch: perl
45314            ! Makefile.SH
45315 ____________________________________________________________________________
45316 [  9275] By: jhi                                   on 2001/03/21  03:54:17
45317         Log: Update Changes.
45318      Branch: perl
45319            ! Changes patchlevel.h
45320 ____________________________________________________________________________
45321 [  9274] By: jhi                                   on 2001/03/21  03:48:24
45322         Log: First stab at making Data::Dumper to grok Unicode.
45323              
45324              TODO: tests, EBCDICify.
45325      Branch: perl
45326            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
45327 ____________________________________________________________________________
45328 [  9273] By: jhi                                   on 2001/03/21  02:23:00
45329         Log: Fix for
45330              
45331              Subject: Memory leak in unquoted print   
45332              From: Benjamin Sugars <bsugars@canoe.ca> 
45333              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
45334              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
45335      Branch: perl
45336            ! perlio.c
45337 ____________________________________________________________________________
45338 [  9272] By: jhi                                   on 2001/03/21  01:33:17
45339         Log: Subject: Re: [PATCH] POSIX::getcwd()
45340              From: Benjamin Sugars <bsugars@canoe.ca> 
45341              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
45342              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
45343      Branch: perl
45344            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45345 ____________________________________________________________________________
45346 [  9271] By: jhi                                   on 2001/03/21  01:22:52
45347         Log: Subject: [PATCH] Cwd.pm docs
45348              From: Benjamin Sugars <bsugars@canoe.ca>
45349              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
45350              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
45351      Branch: perl
45352            ! lib/Cwd.pm
45353 ____________________________________________________________________________
45354 [  9270] By: jhi                                   on 2001/03/21  01:16:29
45355         Log: Continue 4-arg substr() UTF-8 fixage.
45356      Branch: perl
45357            ! pp.c t/op/substr.t
45358 ____________________________________________________________________________
45359 [  9269] By: jhi                                   on 2001/03/21  00:46:14
45360         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
45361              
45362              revert the leak fix in change#9142 (problem needs a more experimental
45363              fix unsuitable for 5.6.1)
45364              
45365              do alphabetical sorting by default (for csh compatibility)
45366              
45367              cut-n-paste goof in change#9264
45368              
45369              VMS piping fixes (from Charles Lane)
45370      Branch: perl
45371           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
45372           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45373           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
45374 ____________________________________________________________________________
45375 [  9268] By: jhi                                   on 2001/03/21  00:37:04
45376         Log: Integrate perlio.
45377      Branch: perl
45378           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
45379           !> utf8.c utf8.h utfebcdic.h
45380 ____________________________________________________________________________
45381 [  9267] By: nick                                  on 2001/03/20  20:04:39
45382         Log: More EBCDIC stuff:
45383              - Loose the extra level of function on ASCII.
45384              - spotted a chr(0) issue in sv.c
45385              - re-work of UTF-X tr/// ranges to work in Unicode
45386              space. Still issues with the "0xff is illegal UTF-8" hack.
45387              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
45388              (why do it once when you can do it all over the place :-(
45389              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
45390              need utf8.pm for swashes.
45391              - Simplified and commented scan_const() in toke.c
45392              Still something wrong regexp and tr (swashes?).
45393      Branch: perlio
45394            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
45395            ! utf8.c utf8.h utfebcdic.h
45396 ____________________________________________________________________________
45397 [  9266] By: gsar                                  on 2001/03/20  19:16:43
45398         Log: VMS piping fixes (from Charles Lane)
45399      Branch: maint-5.6/perl
45400            ! vms/vms.c vms/vmspipe.com
45401 ____________________________________________________________________________
45402 [  9265] By: gsar                                  on 2001/03/20  17:53:52
45403         Log: cut-n-paste goof in change#9264
45404      Branch: maint-5.6/perl
45405            ! ext/File/Glob/Glob.xs
45406 ____________________________________________________________________________
45407 [  9264] By: gsar                                  on 2001/03/20  17:43:47
45408         Log: do alphabetical sorting by default (for csh compatibility);
45409              bsd_glob() does ASCII sort by default as usual, unless
45410              GLOB_ALPHASORT was specified
45411      Branch: maint-5.6/perl
45412            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
45413            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45414            ! ext/File/Glob/bsd_glob.h
45415 ____________________________________________________________________________
45416 [  9263] By: gsar                                  on 2001/03/20  16:40:08
45417         Log: integrate change#9255 from mainline (unicode fix)
45418              
45419              substr($bytestr, i, n, $charstr)
45420      Branch: maint-5.6/perl
45421           !> Todo-5.6 pp.c t/op/substr.t
45422 ____________________________________________________________________________
45423 [  9262] By: gsar                                  on 2001/03/20  15:57:41
45424         Log: revert the leak fix in change#9142 (problem needs a more experimental
45425              fix unsuitable for 5.6.1)
45426      Branch: maint-5.6/perl
45427            ! scope.c
45428 ____________________________________________________________________________
45429 [  9261] By: jhi                                   on 2001/03/20  14:26:25
45430         Log: Integrate changes #9259,9260 from maintperl into mainline.
45431              
45432              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
45433              
45434              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
45435      Branch: perl
45436           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
45437 ____________________________________________________________________________
45438 [  9260] By: jhi                                   on 2001/03/20  14:05:46
45439         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
45440              From: Robin Barker <rmb1@cise.npl.co.uk>
45441              Date: Tue, 20 Mar 2001 10:12:04 GMT
45442              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
45443      Branch: maint-5.6/perl
45444            ! run.c
45445 ____________________________________________________________________________
45446 [  9259] By: jhi                                   on 2001/03/20  14:04:39
45447         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
45448              From: Chris Nandor <pudge@pobox.com>
45449              Date: Tue, 20 Mar 2001 00:40:56 -0500
45450              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
45451      Branch: maint-5.6/perl
45452            ! ext/POSIX/POSIX.xs lib/File/Path.pm
45453 ____________________________________________________________________________
45454 [  9258] By: jhi                                   on 2001/03/20  05:09:34
45455         Log: Update Changes.
45456      Branch: perl
45457            ! Changes patchlevel.h
45458 ____________________________________________________________________________
45459 [  9257] By: jhi                                   on 2001/03/20  05:04:25
45460         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
45461      Branch: perl
45462            ! t/op/tr.t
45463 ____________________________________________________________________________
45464 [  9256] By: jhi                                   on 2001/03/20  04:43:12
45465         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
45466              From: Peter Prymmer <pvhp@forte.com>
45467              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
45468              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
45469      Branch: maint-5.6/perl
45470            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
45471 ____________________________________________________________________________
45472 [  9255] By: jhi                                   on 2001/03/19  23:17:17
45473         Log: substr($bytestr, i, n, $charstr)
45474              
45475              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
45476      Branch: perl
45477            ! Todo-5.6 pp.c t/op/substr.t
45478 ____________________________________________________________________________
45479 [  9254] By: jhi                                   on 2001/03/19  22:25:09
45480         Log: Rearrange the make test target prerequisites so that
45481              in a parallel make 'all' is finished before 'test'.
45482      Branch: perl
45483            ! Makefile.SH
45484 ____________________________________________________________________________
45485 [  9253] By: jhi                                   on 2001/03/19  21:48:07
45486         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
45487              From: Robin Houston <robin@kitsite.com>
45488              Date: Mon, 19 Mar 2001 15:48:41 +0000
45489              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
45490      Branch: perl
45491            ! pp_ctl.c
45492 ____________________________________________________________________________
45493 [  9252] By: jhi                                   on 2001/03/19  21:42:27
45494         Log: Integrate perlio.
45495      Branch: perl
45496           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
45497           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
45498           !> utfebcdic.h vms/perly_c.vms
45499 ____________________________________________________________________________
45500 [  9251] By: jhi                                   on 2001/03/19  21:31:28
45501         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
45502              
45503              Dynaloading in 64-bit AIX with vac.
45504      Branch: perl
45505           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45506           !> hints/aix.sh
45507 ____________________________________________________________________________
45508 [  9250] By: jhi                                   on 2001/03/19  21:18:00
45509         Log: A more robust solution for the 64bitall AIX dynaloading
45510              problem, from Jens-Uwe Mager.
45511      Branch: maint-5.6/perl
45512            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45513 ____________________________________________________________________________
45514 [  9249] By: nick                                  on 2001/03/19  20:59:37
45515         Log: Integrate mainline.
45516      Branch: perlio
45517           !> (integrate 42 files)
45518 ____________________________________________________________________________
45519 [  9248] By: nick                                  on 2001/03/19  20:22:07
45520         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
45521              (Building on OS390 uses native YACC and YYDEBUG has other
45522              side effects.)
45523      Branch: perlio
45524            ! perly.c perly.y vms/perly_c.vms
45525 ____________________________________________________________________________
45526 [  9247] By: jhi                                   on 2001/03/19  19:59:53
45527         Log: 64-bit AIX dynaloading problem (see #9244) idea
45528              from Jens-Uwe Mager.
45529      Branch: maint-5.6/perl
45530            ! ext/DynaLoader/dl_aix.xs
45531 ____________________________________________________________________________
45532 [  9246] By: nick                                  on 2001/03/19  19:27:57
45533         Log: More EBCDIC fixes.
45534      Branch: perlio
45535            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
45536            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
45537 ____________________________________________________________________________
45538 [  9245] By: jhi                                   on 2001/03/19  19:05:19
45539         Log: Integrate change #9243 from mainline into maintperl.
45540              
45541              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
45542      Branch: maint-5.6/perl
45543           !> README.vmesa
45544 ____________________________________________________________________________
45545 [  9244] By: jhi                                   on 2001/03/19  19:03:15
45546         Log: Get 64bitall AIX building, but still does not test okay:
45547              dynaloading anything fails, for example for op/defins:
45548              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
45549              (update: fixed by #9247,9250)
45550      Branch: maint-5.6/perl
45551            ! hints/aix.sh
45552 ____________________________________________________________________________
45553 [  9243] By: jhi                                   on 2001/03/19  19:00:16
45554         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
45555              From: Robin Barker <rmb1@cise.npl.co.uk>
45556              Date: Mon, 19 Mar 2001 18:01:57 GMT
45557              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
45558      Branch: perl
45559            ! README.vmesa
45560 ____________________________________________________________________________
45561 [  9242] By: jhi                                   on 2001/03/19  18:58:43
45562         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
45563              
45564              TODO: tests.
45565      Branch: perl
45566            ! doop.c op.c
45567 ____________________________________________________________________________
45568 [  9241] By: gsar                                  on 2001/03/19  17:34:46
45569         Log: VMSify tests (from Charles Lane)
45570      Branch: maint-5.6/perl
45571            ! t/lib/filehand.t t/lib/texttabs.t
45572 ____________________________________________________________________________
45573 [  9240] By: jhi                                   on 2001/03/19  14:24:26
45574         Log: Integrate change #9233 from maintperl into mainline.
45575              
45576              some refcounts were incorrect in perl_clone()
45577      Branch: perl
45578           !> sv.c
45579 ____________________________________________________________________________
45580 [  9239] By: gsar                                  on 2001/03/19  09:23:17
45581         Log: this is 5.6.1-trial3
45582      Branch: maint-5.6/perl
45583            ! Changes
45584 ____________________________________________________________________________
45585 [  9238] By: gsar                                  on 2001/03/19  08:47:04
45586         Log: some new symbols are only available under ithreads
45587      Branch: maint-5.6/perl
45588            ! makedef.pl
45589 ____________________________________________________________________________
45590 [  9237] By: gsar                                  on 2001/03/19  08:42:28
45591         Log: update patchlevel.h, Changes, &c.
45592      Branch: maint-5.6/perl
45593            ! Changes patchlevel.h pod/perlhist.pod
45594           !> AUTHORS
45595 ____________________________________________________________________________
45596 [  9236] By: gsar                                  on 2001/03/19  08:17:49
45597         Log: integrate changes#8068,8717 from mainline
45598              
45599              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
45600              
45601              [PATCH CPAN 1.59_51] warning message (not!)
45602      Branch: maint-5.6/perl
45603           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
45604           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
45605           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
45606           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
45607           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
45608 ____________________________________________________________________________
45609 [  9235] By: gsar                                  on 2001/03/19  08:07:09
45610         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
45611              
45612              [PATCH] Add missing CV flags to dump.c
45613              
45614              Re: [patch] Re: PL_ptr_table
45615              
45616              Fixup non-ithread build after 8713
45617              
45618              Generated files form 8713 etc.
45619              
45620              Correct the correction :-(
45621              
45622              Documenting coderef @INC (Re: CPAN "make this script work" feature)
45623              
45624              Subject: Re: sync sync sync: have I missed any patches?
45625              Replace djSP with dSP.
45626      Branch: maint-5.6/perl
45627           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
45628           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
45629           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
45630           !> sv.c sv.h win32/perlhost.h
45631 ____________________________________________________________________________
45632 [  9234] By: gsar                                  on 2001/03/19  07:22:05
45633         Log: revert the change#9090 integrate for now (change looks somewhat
45634              incomplete in that [ha]v_exists() need something similar; lacks
45635              tests; &c.)
45636      Branch: maint-5.6/perl
45637            ! hv.c
45638 ____________________________________________________________________________
45639 [  9233] By: gsar                                  on 2001/03/19  07:10:01
45640         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
45641              destruction when there are unreferenced scalars (SvREFCNT==0)
45642      Branch: maint-5.6/perl
45643            ! sv.c
45644 ____________________________________________________________________________
45645 [  9232] By: jhi                                   on 2001/03/19  05:11:02
45646         Log: Regen api and toc.
45647      Branch: maint-5.6/perl
45648            ! pod/perlapi.pod pod/perltoc.pod
45649 ____________________________________________________________________________
45650 [  9231] By: jhi                                   on 2001/03/19  04:06:03
45651         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
45652              add a lost line in pp.c:pp_chop(), update to new op/chop.
45653              
45654              Clarify the description differentiating for and while; inspired by
45655              
45656              Subject: [ID 20010306.004] || != named unary operator
45657              
45658              The $Is_MacOS needs to be declared.
45659      Branch: maint-5.6/perl
45660            ! pp.c t/op/chop.t
45661           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
45662 ____________________________________________________________________________
45663 [  9230] By: jhi                                   on 2001/03/19  03:48:16
45664         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
45665              9079,9083,9089,9090,9091 from mainline to maintperl.
45666              
45667              Quieten some noise in Win32 builds
45668              
45669              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
45670              
45671              The perlretut was still talking about the old \p and \P
45672              definitions.
45673              
45674              More tweakage on the Unicode character class descriptions.
45675              
45676              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
45677              
45678              Subject: 'no *POSIX' Patch speeding up make on BS2000 
45679              
45680              Subject: [PATCH] perldata.pod here-doc docs
45681              
45682              Add /sbin and /usr/sbin to the list of directories scanned
45683              for setuid programs.  Takes care of bug id 20010309.003.
45684              
45685              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
45686              
45687              In op/stat #35 better to scan all the potential directories
45688              for setuids, not just the first one.
45689      Branch: maint-5.6/perl
45690            ! Makefile.SH
45691           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
45692           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
45693           !> t/op/stat.t toke.c win32/win32.h
45694 ____________________________________________________________________________
45695 [  9229] By: jhi                                   on 2001/03/19  02:31:50
45696         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
45697              From: Chris Nandor <pudge@pobox.com>
45698              Date: Sat, 10 Mar 2001 14:22:19 -0500
45699              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
45700      Branch: maint-5.6/perl
45701            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45702            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
45703            ! t/lib/b.t t/lib/errno.t
45704 ____________________________________________________________________________
45705 [  9228] By: jhi                                   on 2001/03/19  02:29:59
45706         Log: Integrate changes #9113,9122 from mainline into maintperl.
45707              
45708              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?)
45709      Branch: maint-5.6/perl
45710           !> Configure README.os390 hints/os390.sh
45711 ____________________________________________________________________________
45712 [  9227] By: jhi                                   on 2001/03/19  02:22:35
45713         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
45714              into maintperl.
45715              
45716              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
45717              
45718              Forgot to check-in the larger part of #9120, duh.
45719              
45720              Subject: Another patch for integer.pm POD 
45721              
45722              h2ph strictness and cleanliness from Kurt Starsinic.
45723              
45724              Borland filename case problem.
45725              
45726              h2ph strictness and cleanliness from Kurt Starsinic.
45727              
45728              Subject: [PATCH] the uncontroversial doc patches
45729      Branch: maint-5.6/perl
45730           +> win32/sncfnmcs.pl
45731           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
45732           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
45733           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
45734           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
45735           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
45736           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
45737           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
45738 ____________________________________________________________________________
45739 [  9226] By: jhi                                   on 2001/03/19  02:10:21
45740         Log: Integrate changes #9207,9214 from mainline into maintperl.
45741              
45742              podchecker relaxations: =over has an *optional* number after it,
45743              and whitespace in L<> is okay.
45744      Branch: maint-5.6/perl
45745           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
45746           !> t/pod/poderrs.xr
45747 ____________________________________________________________________________
45748 [  9225] By: jhi                                   on 2001/03/19  02:07:38
45749         Log: Integrate change #9219 from maintperl into mainline.
45750              
45751              remove duplicated tests
45752      Branch: perl
45753           !> t/op/re_tests
45754 ____________________________________________________________________________
45755 [  9224] By: jhi                                   on 2001/03/19  02:06:11
45756         Log: Integrate change #9223 from mainline to maintperl.
45757              
45758              Document -Dmksymlinks.
45759      Branch: maint-5.6/perl
45760           !> INSTALL
45761 ____________________________________________________________________________
45762 [  9223] By: jhi                                   on 2001/03/19  02:01:25
45763         Log: Document -Dmksymlinks.
45764      Branch: perl
45765            ! INSTALL
45766 ____________________________________________________________________________
45767 [  9222] By: jhi                                   on 2001/03/19  01:15:35
45768         Log: The -Dmksymlinks wasn't working for maintperl.
45769      Branch: maint-5.6/perl
45770            ! Configure
45771 ____________________________________________________________________________
45772 [  9221] By: jhi                                   on 2001/03/19  00:49:43
45773         Log: Cleanup pixie residue.
45774      Branch: perl
45775            ! Makefile.SH
45776 ____________________________________________________________________________
45777 [  9220] By: jhi                                   on 2001/03/19  00:44:47
45778         Log: Document the use of pixie/prof; create make targets for it.
45779              
45780              TODO: make t/TEST pixie-aware.
45781      Branch: perl
45782            ! Makefile.SH pod/perlhack.pod
45783 ____________________________________________________________________________
45784 [  9219] By: gsar                                  on 2001/03/19  00:16:55
45785         Log: remove duplicated tests
45786      Branch: maint-5.6/perl
45787            ! t/op/re_tests
45788 ____________________________________________________________________________
45789 [  9218] By: jhi                                   on 2001/03/18  23:59:31
45790         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
45791      Branch: perl
45792            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
45793 ____________________________________________________________________________
45794 [  9217] By: jhi                                   on 2001/03/18  23:25:20
45795         Log: Rewrite the tests section of Makefile to be less redundant
45796              and to allow for more flexible test targets, many recursive
45797              make calls introduced.
45798      Branch: perl
45799            ! Makefile.SH
45800 ____________________________________________________________________________
45801 [  9216] By: jhi                                   on 2001/03/18  22:30:04
45802         Log: Document the use of Third Degree (sparsely).
45803      Branch: perl
45804            ! pod/perlhack.pod t/TEST
45805 ____________________________________________________________________________
45806 [  9215] By: jhi                                   on 2001/03/18  22:10:30
45807         Log: Make targets for testing with Third Degree.
45808      Branch: perl
45809            ! Makefile.SH
45810 ____________________________________________________________________________
45811 [  9214] By: jhi                                   on 2001/03/18  21:08:53
45812         Log: The podchecker relaxations need to mirrored also at the tests.
45813      Branch: perl
45814            ! t/pod/poderrs.xr
45815 ____________________________________________________________________________
45816 [  9213] By: jhi                                   on 2001/03/18  20:56:21
45817         Log: Update Changes.
45818      Branch: perl
45819            ! Changes patchlevel.h
45820 ____________________________________________________________________________
45821 [  9212] By: jhi                                   on 2001/03/18  20:36:59
45822         Log: Looking for config.sh in parent directories isn't
45823              very useful for the toplevel Makefile.
45824      Branch: perl
45825            ! Makefile.SH
45826 ____________________________________________________________________________
45827 [  9211] By: jhi                                   on 2001/03/18  20:33:37
45828         Log: On "make clean" take care of Third Degree droppings.
45829      Branch: perl
45830            ! Makefile.SH
45831 ____________________________________________________________________________
45832 [  9210] By: jhi                                   on 2001/03/18  20:21:34
45833         Log: Add a hook for running the tests under the Third Degree
45834              debugging tool (set $ENV{PERL_3LOG} to non-zero)
45835              
45836              TODO: Document the use of Third Degree.
45837      Branch: perl
45838            ! t/TEST
45839 ____________________________________________________________________________
45840 [  9209] By: jhi                                   on 2001/03/18  20:19:07
45841         Log: Regen toc and api pods.
45842      Branch: perl
45843            ! pod/perlapi.pod pod/perltoc.pod
45844 ____________________________________________________________________________
45845 [  9208] By: jhi                                   on 2001/03/18  20:12:12
45846         Log: Integrate changes #8128,9132 from mainline into maintperl,
45847              Tie::SubstrHash fixes.
45848      Branch: maint-5.6/perl
45849           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45850 ____________________________________________________________________________
45851 [  9207] By: jhi                                   on 2001/03/18  20:07:43
45852         Log: podchecker relaxations from Michael Stevens.
45853      Branch: perl
45854            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
45855 ____________________________________________________________________________
45856 [  9206] By: jhi                                   on 2001/03/18  20:04:24
45857         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
45858      Branch: perl
45859            ! lib/Locale/Constants.pm lib/Locale/Country.pm
45860            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
45861            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
45862 ____________________________________________________________________________
45863 [  9205] By: jhi                                   on 2001/03/18  19:54:45
45864         Log: Integrate changes #9161,9162 from maintperl to mainline.
45865              
45866              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
45867              results
45868      Branch: perl
45869           !> t/op/magic.t
45870 ____________________________________________________________________________
45871 [  9204] By: jhi                                   on 2001/03/18  19:37:46
45872         Log: Make perl.third checks more understandable to the builder.
45873      Branch: perl
45874            ! Makefile.SH
45875 ____________________________________________________________________________
45876 [  9203] By: jhi                                   on 2001/03/18  19:20:54
45877         Log: Re-integrate #9138 from maintperl to mainline,
45878              the squelching of the unneeded "Scalars leaked" messages.
45879      Branch: perl
45880           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
45881           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
45882           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
45883 ____________________________________________________________________________
45884 [  9202] By: jhi                                   on 2001/03/18  18:48:36
45885         Log: More robust and more paranoid perl.third target.
45886      Branch: perl
45887            ! Makefile.SH
45888 ____________________________________________________________________________
45889 [  9201] By: jhi                                   on 2001/03/18  18:39:21
45890         Log: Integrate change #9197 from maintperl to mainline.
45891              
45892              more thorough cleaning of arenas.
45893      Branch: perl
45894           !> embed.pl perl.c proto.h sv.c t/op/sort.t
45895 ____________________________________________________________________________
45896 [  9200] By: jhi                                   on 2001/03/18  18:25:17
45897         Log: Integrate perlio.
45898      Branch: perl
45899           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
45900           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
45901           !> t/lib/encode.t toke.c universal.c utf8.c
45902 ____________________________________________________________________________
45903 [  9199] By: nick                                  on 2001/03/18  15:23:51
45904         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
45905              is the sense of the test being done. Avoid some magical 127 and 128 values
45906              by using macros.
45907      Branch: perlio
45908            ! doop.c pp_ctl.c sv.c toke.c
45909 ____________________________________________________________________________
45910 [  9198] By: nick                                  on 2001/03/18  14:18:12
45911         Log: UTF-X encoding invariance for Encode:
45912              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
45913              - move the XS code for those to universal.c (so in miniperl)
45914              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
45915              - change ext/Encode/compile to use above.
45916              - Fix t/lib/encode.t for above
45917              - Teach t/lib/b.t to expect -uutf8
45918              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
45919              utf8.pm is needed.
45920      Branch: perlio
45921            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45922            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
45923 ____________________________________________________________________________
45924 [  9197] By: gsar                                  on 2001/03/18  12:15:57
45925         Log: more thorough cleaning of arenas--keep going until no more
45926              SvREFCNT_dec()s occur (this fixes the problem that causes the
45927              pesky "Scalars leaked" warnings)
45928      Branch: maint-5.6/perl
45929            ! embed.pl perl.c proto.h sv.c t/op/sort.t
45930 ____________________________________________________________________________
45931 [  9196] By: nick                                  on 2001/03/18  10:57:29
45932         Log: Fix pragma/utf8.t # 15
45933              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
45934              are SvUTF8 as well.
45935      Branch: perlio
45936            ! toke.c
45937 ____________________________________________________________________________
45938 [  9195] By: nick                                  on 2001/03/18  09:27:06
45939         Log: Integrate mainline
45940      Branch: perlio
45941           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
45942           !> t/op/pat.t
45943 ____________________________________________________________________________
45944 [  9194] By: jhi                                   on 2001/03/18  05:29:59
45945         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
45946              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
45947      Branch: perl
45948            ! op.c op.h t/op/misc.t t/op/pat.t
45949 ____________________________________________________________________________
45950 [  9193] By: jhi                                   on 2001/03/18  05:15:06
45951         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
45952      Branch: perl
45953            ! mg.c t/op/pat.t
45954 ____________________________________________________________________________
45955 [  9192] By: jhi                                   on 2001/03/18  04:22:43
45956         Log: tr/// UTF-8 patches from Inaba Hiroto.
45957      Branch: perl
45958            ! doop.c op.c
45959 ____________________________________________________________________________
45960 [  9191] By: jhi                                   on 2001/03/18  04:21:17
45961         Log: Integrate perlio.
45962      Branch: perl
45963           !> utf8.c utfebcdic.h
45964 ____________________________________________________________________________
45965 [  9190] By: nick                                  on 2001/03/17  20:32:01
45966         Log: Correct #if EBCDIC side typos.
45967              Builds and passes many tests on OS390.
45968      Branch: perlio
45969            ! utf8.c utfebcdic.h
45970 ____________________________________________________________________________
45971 [  9189] By: jhi                                   on 2001/03/17  18:55:49
45972         Log: Add prerequisites for the perl.third target.
45973      Branch: perl
45974            ! Makefile.SH
45975 ____________________________________________________________________________
45976 [  9188] By: jhi                                   on 2001/03/17  18:46:00
45977         Log: Integrate perlio.
45978      Branch: perl
45979           +> utfebcdic.h
45980           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
45981 ____________________________________________________________________________
45982 [  9187] By: jhi                                   on 2001/03/17  18:38:47
45983         Log: Add a make rule for perl.third (the Third Degree memory debugging
45984              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
45985      Branch: perl
45986            ! Makefile.SH
45987 ____________________________________________________________________________
45988 [  9186] By: nick                                  on 2001/03/17  18:34:48
45989         Log: MANIFEST addition :-(
45990      Branch: perlio
45991            ! MANIFEST
45992 ____________________________________________________________________________
45993 [  9185] By: nick                                  on 2001/03/17  18:29:50
45994         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
45995              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
45996              a superset of ASCII are invariant under the encoding. This is EBCDIC
45997              friendly as an encoded string can be looked at as being EBCDIC by lexer
45998              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
45999              ASCII on ASCII machines.
46000              
46001              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
46002              seperate.
46003              - Add some more macros to comprehend different shift amounts and
46004              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
46005              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
46006              and conditionally #include it.
46007              
46008              EBCDIC build as yet untested.  ASCII still fails the one test.
46009      Branch: perlio
46010            + utfebcdic.h
46011            ! utf8.c utf8.h
46012 ____________________________________________________________________________
46013 [  9184] By: nick                                  on 2001/03/17  17:44:16
46014         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
46015      Branch: perlio
46016            ! doop.c perl.h pp.c utf8.h
46017 ____________________________________________________________________________
46018 [  9183] By: jhi                                   on 2001/03/17  15:55:42
46019         Log: Integrate perlio.
46020      Branch: perl
46021            ! MANIFEST
46022           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
46023 ____________________________________________________________________________
46024 [  9182] By: nick                                  on 2001/03/17  09:16:06
46025         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
46026      Branch: perlio
46027            ! t/op/pat.t
46028 ____________________________________________________________________________
46029 [  9181] By: nick                                  on 2001/03/17  09:15:11
46030         Log: Integrate mainline.
46031      Branch: perlio
46032           +> lib/Locale/Constants.pm lib/Locale/Country.pm
46033           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
46034           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
46035           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
46036           !> (integrate 83 files)
46037 ____________________________________________________________________________
46038 [  9180] By: nick                                  on 2001/03/16  17:23:21
46039         Log: EBCDIC Fixes.
46040      Branch: perlio
46041            ! perl.h sv.c toke.c utf8.c utf8.h
46042 ____________________________________________________________________________
46043 [  9179] By: jhi                                   on 2001/03/16  14:10:12
46044         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
46045              a change needed to work around an AIX compiler bug.
46046      Branch: perl
46047            ! ext/Storable/Storable.xs
46048 ____________________________________________________________________________
46049 [  9178] By: jhi                                   on 2001/03/16  03:19:59
46050         Log: With Damian's approval synchronize damian's modules'
46051              licensing with Perl's standard module licensing.
46052      Branch: perl
46053            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
46054 ____________________________________________________________________________
46055 [  9177] By: jhi                                   on 2001/03/16  03:15:34
46056         Log: Make the Filter::Util:Call files have their own copies
46057              of the Perl standard module licensing, from Paul Marquess.
46058      Branch: perl
46059            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
46060 ____________________________________________________________________________
46061 [  9176] By: jhi                                   on 2001/03/16  02:56:04
46062         Log: Subject: [PATCH] more pod patches
46063              From: Michael Stevens <michael@etla.org>
46064              Date: Thu, 15 Mar 2001 21:25:18 +0000
46065              Message-ID: <20010315212518.A18870@firedrake.org>
46066      Branch: perl
46067            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
46068            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
46069            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
46070            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
46071            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
46072            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
46073            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
46074            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
46075            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
46076            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
46077            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
46078            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
46079            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
46080            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
46081            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
46082            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
46083            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
46084            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
46085            ! lib/Locale/Country.pm lib/Locale/Language.pm
46086            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
46087            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
46088            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
46089            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
46090            ! os2/OS2/Process/Process.pm
46091 ____________________________________________________________________________
46092 [  9175] By: jhi                                   on 2001/03/16  02:53:32
46093         Log: Subject: [PATCH] the uncontroversial doc patches
46094              From: Michael Stevens <michael@etla.org>
46095              Date: Thu, 15 Mar 2001 20:01:12 +0000
46096              Message-ID: <20010315200112.A7636@firedrake.org>
46097      Branch: perl
46098            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
46099            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
46100            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
46101            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
46102            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
46103 ____________________________________________________________________________
46104 [  9174] By: jhi                                   on 2001/03/16  02:50:49
46105         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
46106              From: Paul Lindner <lindner@inuus.com>
46107              Date: Fri, 16 Mar 2001 11:28:03 -0800
46108              Message-ID: <20010316112803.A7577@inuus.com>
46109      Branch: perl
46110            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
46111 ____________________________________________________________________________
46112 [  9173] By: nick                                  on 2001/03/15  20:21:03
46113         Log: 1st day's EBCDIC fixes:
46114              - toke.c's parsing of strings needed attention
46115              needed to conditionally e2a if string was already UTF-8
46116              - e2a/a2e tables where wrong way round.
46117              - new macros in utf8.h
46118      Branch: perlio
46119            ! perl.h toke.c utf8.h
46120 ____________________________________________________________________________
46121 [  9172] By: jhi                                   on 2001/03/15  15:17:17
46122         Log: Update Changes.
46123      Branch: perl
46124            ! Changes patchlevel.h
46125 ____________________________________________________________________________
46126 [  9171] By: jhi                                   on 2001/03/15  15:09:32
46127         Log: Subject: Re: Another Borland C++ problem.
46128              From: "Vadim Konovalov" <watman@inbox.ru>
46129              Date: Sat, 10 Mar 2001 19:26:07 +0300
46130              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
46131              
46132              Borland filename case problem.
46133      Branch: perl
46134            + win32/sncfnmcs.pl
46135            ! MANIFEST README.win32
46136 ____________________________________________________________________________
46137 [  9170] By: jhi                                   on 2001/03/15  14:54:23
46138         Log: Add Locale::Codes 1.06, from Neil Bowers.
46139      Branch: perl
46140            + lib/Locale/Constants.pm lib/Locale/Country.pm
46141            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
46142            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
46143            + t/lib/lc-language.t t/lib/lc-uk.t
46144            ! MANIFEST
46145 ____________________________________________________________________________
46146 [  9169] By: jhi                                   on 2001/03/15  14:19:01
46147         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
46148      Branch: perl
46149            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46150            ! ext/Storable/Storable.xs
46151 ____________________________________________________________________________
46152 [  9168] By: jhi                                   on 2001/03/15  14:13:22
46153         Log: Integrate changes #9120,9167 from mainline to maintperl.
46154              
46155              Subject: [PATCH 5.6.1] OS/2 docs
46156              
46157              Subject: [PATCH 5.6.1] perldoc
46158      Branch: maint-5.6/perl
46159           !> os2/Changes utils/perldoc.PL
46160 ____________________________________________________________________________
46161 [  9167] By: jhi                                   on 2001/03/15  14:07:42
46162         Log: Subject: [PATCH 5.6.1] perldoc
46163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46164              Date: Wed, 14 Mar 2001 23:46:52 -0500
46165              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
46166      Branch: perl
46167            ! utils/perldoc.PL
46168 ____________________________________________________________________________
46169 [  9166] By: jhi                                   on 2001/03/15  13:53:15
46170         Log: sigaction test condition tweakage.
46171      Branch: perl
46172            ! t/lib/sigaction.t
46173 ____________________________________________________________________________
46174 [  9165] By: alanbur                               on 2001/03/15  03:49:17
46175         Log: Resynchronised with parent
46176      Branch: maint-5.6/pureperl
46177           +> os2/os2add.sym t/op/anonsub.t
46178           !> (integrate 72 files)
46179 ____________________________________________________________________________
46180 [  9164] By: jhi                                   on 2001/03/15  01:05:01
46181         Log: Avoid stomping off the beginning of an array in tr///.
46182      Branch: perl
46183            ! op.c
46184 ____________________________________________________________________________
46185 [  9163] By: jhi                                   on 2001/03/15  00:58:57
46186         Log: h2ph strictness and cleanliness from Kurt Starsinic.
46187      Branch: perl
46188            ! utils/h2ph.PL
46189 ____________________________________________________________________________
46190 [  9162] By: gsar                                  on 2001/03/15  00:56:53
46191         Log: avoid warnings
46192      Branch: maint-5.6/perl
46193            ! t/op/magic.t
46194 ____________________________________________________________________________
46195 [  9161] By: gsar                                  on 2001/03/15  00:52:09
46196         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
46197              results
46198      Branch: maint-5.6/perl
46199            ! t/op/magic.t
46200 ____________________________________________________________________________
46201 [  9160] By: jhi                                   on 2001/03/14  22:02:10
46202         Log: Do not use the Perl malloc in IRIX, suggested by
46203              Helmus Jarausch.
46204      Branch: perl
46205            ! hints/irix_6.sh
46206 ____________________________________________________________________________
46207 [  9159] By: nick                                  on 2001/03/14  21:45:59
46208         Log: Integrate mainline
46209      Branch: perlio
46210           +> t/op/loopctl.t
46211           !> (integrate 41 files)
46212 ____________________________________________________________________________
46213 [  9158] By: jhi                                   on 2001/03/14  21:10:09
46214         Log: The Day of the Retractions continues: the #9138
46215              (integrated in #9144) doesn't work well in mainline.
46216      Branch: perl
46217            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
46218            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
46219            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
46220 ____________________________________________________________________________
46221 [  9157] By: jhi                                   on 2001/03/14  20:58:12
46222         Log: The #9145 CANNOT be enabled: the clear_pmop code still
46223              dumps core all over in Tru64.
46224      Branch: perl
46225            ! op.c op.h t/op/pat.t
46226 ____________________________________________________________________________
46227 [  9156] By: jhi                                   on 2001/03/14  20:48:06
46228         Log: Integrate change #9154 from maintperl to mainline.
46229              
46230              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
46231              (caused Storable 1.0.10 to break on windows)
46232      Branch: perl
46233           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
46234           !> perlapi.c proto.h
46235 ____________________________________________________________________________
46236 [  9155] By: jhi                                   on 2001/03/14  20:23:53
46237         Log: Retract #9136: breaks threading (and binary compatibility).
46238      Branch: perl
46239            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
46240 ____________________________________________________________________________
46241 [  9154] By: gsar                                  on 2001/03/14  17:48:18
46242         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
46243              (caused Storable 1.0.10 to break on windows)
46244      Branch: maint-5.6/perl
46245            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
46246            ! perlapi.c proto.h
46247 ____________________________________________________________________________
46248 [  9153] By: jhi                                   on 2001/03/14  13:35:21
46249         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
46250      Branch: perl
46251            ! t/lib/sigaction.t
46252 ____________________________________________________________________________
46253 [  9152] By: gsar                                  on 2001/03/14  07:29:40
46254         Log: back out changes#9012,9010,9009 and parts of change#9016
46255              (causes ABRs under purify, and some prerequisites don't
46256              seem to be there in 5.6.x)
46257      Branch: maint-5.6/perl
46258            ! doop.c op.c t/op/tr.t toke.c
46259 ____________________________________________________________________________
46260 [  9151] By: gsar                                  on 2001/03/14  07:01:29
46261         Log: reenable change#9145 (the test was busted due to a missing
46262              C<print "ok 27\n">)
46263      Branch: perl
46264            ! op.c op.h t/op/pat.t
46265 ____________________________________________________________________________
46266 [  9150] By: jhi                                   on 2001/03/14  06:38:36
46267         Log: Retract #9145.
46268      Branch: perl
46269            ! op.c op.h t/op/pat.t
46270 ____________________________________________________________________________
46271 [  9149] By: jhi                                   on 2001/03/14  06:14:56
46272         Log: Retract #9143.
46273      Branch: perl
46274            ! op.c
46275 ____________________________________________________________________________
46276 [  9148] By: gsar                                  on 2001/03/14  06:13:02
46277         Log: Uninitialized Memory Read in regexec.c
46278      Branch: perl
46279            ! regexec.c
46280 ____________________________________________________________________________
46281 [  9147] By: jhi                                   on 2001/03/14  04:59:54
46282         Log: Subject: PATCH: make goto work in nested eval ""
46283              From: Robin Houston <robin@kitsite.com>
46284              Date: Wed, 14 Mar 2001 04:16:10 +0000
46285              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
46286      Branch: perl
46287            ! pp_ctl.c t/op/goto.t
46288 ____________________________________________________________________________
46289 [  9146] By: jhi                                   on 2001/03/14  04:42:54
46290         Log: Preserve the #ifdef PERL_CORE in perly.h.
46291      Branch: perl
46292            ! perly.fixer
46293 ____________________________________________________________________________
46294 [  9145] By: jhi                                   on 2001/03/14  03:57:41
46295         Log: (Retracted by #9150.)
46296      Branch: perl
46297            ! op.c op.h t/op/pat.t
46298 ____________________________________________________________________________
46299 [  9144] By: jhi                                   on 2001/03/14  03:50:38
46300         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
46301              
46302              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
46303              
46304              remove squelch controls for "Scalars leaked" messages in most places
46305              (these are now cured)
46306              
46307              fix another memory leak reported by purify (tie callbacks that
46308              croak can leak when wiping out magic)
46309      Branch: perl
46310           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
46311           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
46312           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
46313           !> t/pragma/warnings.t
46314 ____________________________________________________________________________
46315 [  9143] By: jhi                                   on 2001/03/14  03:37:53
46316         Log: (Retracted by #9149.)
46317      Branch: perl
46318            ! op.c
46319 ____________________________________________________________________________
46320 [  9142] By: gsar                                  on 2001/03/14  03:20:48
46321         Log: fix another memory leak reported by purify (tie callbacks that
46322              croak can leak when wiping out magic)
46323      Branch: maint-5.6/perl
46324            ! scope.c
46325 ____________________________________________________________________________
46326 [  9141] By: jhi                                   on 2001/03/14  02:55:00
46327         Log: Subject: PATCH for [ID 20010305.003]
46328              From: Robin Houston <robin@kitsite.com>
46329              Date: Wed, 14 Mar 2001 02:45:51 +0000
46330              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
46331      Branch: perl
46332            ! pp_ctl.c t/op/eval.t
46333 ____________________________________________________________________________
46334 [  9140] By: jhi                                   on 2001/03/14  02:41:54
46335         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46336              Date: Wed, 14 Mar 2001 01:52:51 +0000
46337              From: Robin Houston <robin@kitsite.com>
46338              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
46339              
46340              Fix for 2000313.004.
46341      Branch: perl
46342            ! pp_ctl.c t/op/goto.t
46343 ____________________________________________________________________________
46344 [  9139] By: jhi                                   on 2001/03/14  02:40:50
46345         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46346              From: Robin Houston <robin@kitsite.com>
46347              Date: Wed, 14 Mar 2001 00:43:45 +0000
46348              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
46349      Branch: perl
46350            + t/op/loopctl.t
46351            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
46352            ! vms/perly_c.vms
46353 ____________________________________________________________________________
46354 [  9138] By: gsar                                  on 2001/03/14  01:18:00
46355         Log: remove squelch controls for "Scalars leaked" messages in most places
46356              (these are now cured)
46357      Branch: maint-5.6/perl
46358            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
46359            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
46360            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
46361 ____________________________________________________________________________
46362 [  9137] By: gsar                                  on 2001/03/14  00:57:04
46363         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
46364      Branch: maint-5.6/perl
46365            ! regcomp.c
46366 ____________________________________________________________________________
46367 [  9136] By: jhi                                   on 2001/03/13  23:12:24
46368         Log: (Retracted by #9155)
46369              
46370              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
46371              From: Jens-Uwe Mager <jum@helios.de>
46372              Date: Wed, 21 Feb 2001 21:32:04 +0100
46373              Message-ID: <20010221213203.A18340@ans.helios.de>
46374      Branch: perl
46375            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
46376 ____________________________________________________________________________
46377 [  9135] By: jhi                                   on 2001/03/13  22:50:05
46378         Log: Integrate perlio.
46379      Branch: perl
46380           !> pp.c
46381 ____________________________________________________________________________
46382 [  9134] By: jhi                                   on 2001/03/13  22:49:05
46383         Log: Integrate change #9131 from maintperl into mainline.
46384              
46385              make the error text look more consistent in hints/hpux.sh
46386      Branch: perl
46387           !> hints/hpux.sh
46388 ____________________________________________________________________________
46389 [  9133] By: gsar                                  on 2001/03/13  22:46:20
46390         Log: integrate change#9067 from mainline
46391              
46392              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
46393      Branch: maint-5.6/perl
46394           !> lib/ExtUtils/MM_Unix.pm
46395 ____________________________________________________________________________
46396 [  9132] By: jhi                                   on 2001/03/13  22:41:21
46397         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46398              From: "John P. Linderman" <jpl@research.att.com>
46399              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
46400              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
46401              
46402              A more correct prime finder.
46403      Branch: perl
46404            ! lib/Tie/SubstrHash.pm
46405 ____________________________________________________________________________
46406 [  9131] By: gsar                                  on 2001/03/13  22:30:42
46407         Log: make the error text look more consistent in hints/hpux.sh
46408      Branch: maint-5.6/perl
46409            ! hints/hpux.sh
46410 ____________________________________________________________________________
46411 [  9130] By: jhi                                   on 2001/03/13  22:23:44
46412         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
46413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46414              Date: Tue, 13 Mar 2001 18:41:26 +0100
46415              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
46416              
46417              If the test is run non-interactively the default handler
46418              is different.
46419      Branch: perl
46420            ! t/lib/sigaction.t
46421 ____________________________________________________________________________
46422 [  9129] By: jhi                                   on 2001/03/13  22:20:21
46423         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
46424              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46425              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
46426              Date:     Tue, 13 Mar 2001 16:44:32 EST
46427      Branch: perl
46428            ! t/lib/1_compile.t
46429 ____________________________________________________________________________
46430 [  9128] By: jhi                                   on 2001/03/13  22:18:34
46431         Log: Subject: Another patch for integer.pm POD 
46432              From: "John L. Allen" <allen@grumman.com>
46433              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
46434              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
46435      Branch: perl
46436            ! lib/integer.pm
46437 ____________________________________________________________________________
46438 [  9127] By: nick                                  on 2001/03/13  21:26:30
46439         Log: Integrate mainline.
46440      Branch: perlio
46441           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
46442           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
46443           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
46444           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
46445           !> Changes Configure MANIFEST README.os2 README.os390
46446           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
46447           !> os2/Changes patchlevel.h win32/perlhost.h
46448 ____________________________________________________________________________
46449 [  9126] By: nick                                  on 2001/03/13  20:39:51
46450         Log: #ifdef'ed out code to make packed side of pack/unpack
46451              octets. (i.e. pack('U') => encode_utf8).
46452      Branch: perlio
46453            ! pp.c
46454 ____________________________________________________________________________
46455 [  9125] By: jhi                                   on 2001/03/13  15:07:16
46456         Log: Update Changes.
46457      Branch: perl
46458            ! Changes patchlevel.h
46459 ____________________________________________________________________________
46460 [  9124] By: jhi                                   on 2001/03/13  14:22:45
46461         Log: Workaround for the buggy ("internal compiler error")
46462              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
46463              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
46464              of Andreas König.
46465      Branch: perl
46466            ! ext/re/Makefile.PL hints/aix.sh
46467 ____________________________________________________________________________
46468 [  9123] By: jhi                                   on 2001/03/13  03:24:34
46469         Log: Typo in #9114.
46470      Branch: metaconfig
46471            ! U/modified/myhostname.U
46472 ____________________________________________________________________________
46473 [  9122] By: jhi                                   on 2001/03/13  03:24:06
46474         Log: Typo in #9113.
46475      Branch: perl
46476            ! Configure
46477 ____________________________________________________________________________
46478 [  9121] By: jhi                                   on 2001/03/13  01:53:05
46479         Log: Forgot to check-in the larger part of #9120, duh.
46480      Branch: perl
46481            ! README.os2
46482 ____________________________________________________________________________
46483 [  9120] By: jhi                                   on 2001/03/13  01:51:31
46484         Log: Subject: [PATCH 5.6.1] OS/2 docs
46485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46486              Date: Mon, 12 Mar 2001 03:27:32 -0500
46487              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
46488      Branch: perl
46489            ! os2/Changes
46490 ____________________________________________________________________________
46491 [  9119] By: jhi                                   on 2001/03/13  01:49:41
46492         Log: Integrate change #9116 from maintperl into mainline.
46493              
46494              Win32::GetCwd() returns C: instead of C:\ in the root directory
46495              under ithreads
46496      Branch: perl
46497           !> win32/perlhost.h
46498 ____________________________________________________________________________
46499 [  9118] By: jhi                                   on 2001/03/13  01:13:39
46500         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
46501      Branch: perl
46502            + lib/Switch.pm t/lib/switch.t
46503            ! MANIFEST
46504 ____________________________________________________________________________
46505 [  9117] By: jhi                                   on 2001/03/13  01:03:17
46506         Log: Add Text::Balanced 1.83.
46507      Branch: perl
46508            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
46509            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
46510            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
46511            + t/lib/tb-xvari.t
46512            ! MANIFEST
46513 ____________________________________________________________________________
46514 [  9116] By: gsar                                  on 2001/03/13  00:55:53
46515         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
46516              under ithreads
46517      Branch: maint-5.6/perl
46518            ! win32/perlhost.h
46519 ____________________________________________________________________________
46520 [  9115] By: jhi                                   on 2001/03/13  00:54:09
46521         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
46522              From: "John L. Allen" <allen@grumman.com>
46523              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
46524              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
46525              
46526              use integer document clarification.
46527      Branch: perl
46528            ! lib/integer.pm
46529 ____________________________________________________________________________
46530 [  9114] By: jhi                                   on 2001/03/13  00:38:54
46531         Log: Metaconfig unit change for #9113.
46532      Branch: metaconfig
46533            ! U/modified/myhostname.U
46534 ____________________________________________________________________________
46535 [  9113] By: jhi                                   on 2001/03/13  00:38:35
46536         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?)
46537              From: Peter Prymmer <pvhp@forte.com>
46538              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
46539              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
46540      Branch: perl
46541            ! Configure README.os390 hints/os390.sh
46542 ____________________________________________________________________________
46543 [  9112] By: jhi                                   on 2001/03/13  00:29:00
46544         Log: Integrate perlio.
46545      Branch: perl
46546           !> sv.c utf8.h
46547 ____________________________________________________________________________
46548 [  9111] By: nick                                  on 2001/03/12  21:16:33
46549         Log: Integrate mainline.
46550      Branch: perlio
46551           +> t/op/anonsub.t
46552           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46553           !> proto.h sv.c
46554 ____________________________________________________________________________
46555 [  9110] By: nick                                  on 2001/03/12  21:00:13
46556         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
46557      Branch: perlio
46558            ! sv.c utf8.h
46559 ____________________________________________________________________________
46560 [  9109] By: jhi                                   on 2001/03/12  16:04:47
46561         Log: Integrate change #9108 from maintperl to mainline.
46562              
46563              fix memory leak in C<sub X { sub {} }> arising from a refcount
46564              loop between the outer sub and the inner prototype anonsub
46565              
46566              this also enables closures returned by subroutines that
46567              subsequently get redefined to work without generating coredumps :)
46568              
46569              completely removed the free_closures() hack--it shouldn't be
46570              needed anymore
46571      Branch: perl
46572           +> t/op/anonsub.t
46573           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46574           !> proto.h sv.c
46575 ____________________________________________________________________________
46576 [  9108] By: gsar                                  on 2001/03/12  10:21:31
46577         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
46578              loop between the outer sub and the inner prototype anonsub
46579              
46580              this also enables closures returned by subroutines that
46581              subsequently get redefined to work without generating coredumps :)
46582              
46583              completely removed the free_closures() hack--it shouldn't be
46584              needed anymore
46585      Branch: maint-5.6/perl
46586            + t/op/anonsub.t
46587            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46588            ! proto.h sv.c
46589 ____________________________________________________________________________
46590 [  9107] By: jhi                                   on 2001/03/12  05:15:31
46591         Log: Integrate perlio.
46592      Branch: perl
46593           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
46594 ____________________________________________________________________________
46595 [  9106] By: nick                                  on 2001/03/11  20:10:12
46596         Log: regcomp.c is working in native space, not Unicode space (if different)
46597              as it is doing compare against 'W' in \W etc.
46598      Branch: perlio
46599            ! regcomp.c
46600 ____________________________________________________________________________
46601 [  9105] By: nick                                  on 2001/03/11  19:39:34
46602         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
46603              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
46604      Branch: perlio
46605            ! regcomp.c toke.c utf8.c
46606 ____________________________________________________________________________
46607 [  9104] By: nick                                  on 2001/03/11  18:15:44
46608         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
46609      Branch: perlio
46610            ! sv.c
46611 ____________________________________________________________________________
46612 [  9103] By: nick                                  on 2001/03/11  18:03:28
46613         Log: Integrate mainline (for regexp stuff).
46614      Branch: perlio
46615           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
46616           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
46617           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
46618           !> t/lib/errno.t t/op/pat.t
46619 ____________________________________________________________________________
46620 [  9102] By: nick                                  on 2001/03/11  17:44:20
46621         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
46622              - exclude layer syms in makedef.pl for sfio
46623              - also inhibit Encode from trying to build ":encode()" layer.
46624      Branch: perlio
46625            ! ext/Encode/Encode.xs makedef.pl
46626 ____________________________________________________________________________
46627 [  9101] By: jhi                                   on 2001/03/10  22:38:13
46628         Log: The $Is_MacOS needs to be declared.
46629      Branch: perl
46630            ! lib/ExtUtils/Manifest.pm
46631 ____________________________________________________________________________
46632 [  9100] By: jhi                                   on 2001/03/10  22:14:29
46633         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
46634              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
46635              pollute the symbolspace if using sfio.
46636      Branch: perl
46637            ! ext/Encode/Encode.xs
46638 ____________________________________________________________________________
46639 [  9099] By: jhi                                   on 2001/03/10  21:58:48
46640         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
46641              Date: Sat, 10 Mar 2001 14:23:55 -0500
46642              From: Chris Nandor <pudge@pobox.com>
46643              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
46644      Branch: perl
46645            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
46646            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
46647            ! t/lib/errno.t
46648 ____________________________________________________________________________
46649 [  9098] By: jhi                                   on 2001/03/10  21:38:30
46650         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
46651      Branch: perl
46652            ! regcomp.c regexec.c t/op/pat.t
46653 ____________________________________________________________________________
46654 [  9097] By: jhi                                   on 2001/03/10  14:38:07
46655         Log: Integrate perlio.
46656      Branch: perl
46657           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
46658           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
46659           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
46660 ____________________________________________________________________________
46661 [  9096] By: nick                                  on 2001/03/10  11:55:43
46662         Log: EBCDIC sanity - phase I
46663              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
46664              - use utf8n_xxxx (c.f. pvn) for forms which take length.
46665              - back out vN.N and $^V exceptions to e2a/a2e
46666              - make "locale" isxxx macros be uvchr (may be redundant?)
46667              
46668              Not clear yet that toUPPER_uni et. al. return being handled correctly.
46669              The tr// and rexexp stuff still needs an audit, assumption is they are working
46670              in Unicode space.
46671              
46672              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
46673      Branch: perlio
46674            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
46675            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
46676            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
46677 ____________________________________________________________________________
46678 [  9095] By: jhi                                   on 2001/03/09  22:10:01
46679         Log: Integrate perlio.
46680      Branch: perl
46681           !> dump.c
46682 ____________________________________________________________________________
46683 [  9094] By: nick                                  on 2001/03/09  17:36:38
46684         Log: Builds an passes all tests after integrate and this tweak.
46685      Branch: perlio
46686            ! dump.c
46687 ____________________________________________________________________________
46688 [  9093] By: nick                                  on 2001/03/09  17:16:03
46689         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
46690      Branch: perlio
46691           +> lib/unicode/Scripts.txt t/lib/sigaction.t
46692           !> (integrate 79 files)
46693 ____________________________________________________________________________
46694 [  9092] By: jhi                                   on 2001/03/09  15:28:26
46695         Log: Update Changes.
46696      Branch: perl
46697            ! Changes patchlevel.h
46698 ____________________________________________________________________________
46699 [  9091] By: jhi                                   on 2001/03/09  15:25:05
46700         Log: In op/stat #35 better to scan all the potential directories
46701              for setuids, not just the first one.
46702      Branch: perl
46703            ! t/op/stat.t
46704 ____________________________________________________________________________
46705 [  9090] By: jhi                                   on 2001/03/09  15:01:27
46706         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
46707              From: rspier@pobox.com (Robert Spier)
46708              Date: Fri, 9 Mar 2001 03:30:20 -0500
46709              Message-ID: <15016.38044.381174.160189@rls.cx>
46710              
46711              EXISTS() returning undef mistakenly triggered a FETCH().
46712      Branch: perl
46713            ! hv.c
46714 ____________________________________________________________________________
46715 [  9089] By: jhi                                   on 2001/03/09  14:59:02
46716         Log: Add /sbin and /usr/sbin to the list of directories scanned
46717              for setuid programs.  Takes care of bug id 20010309.003.
46718      Branch: perl
46719            ! t/op/stat.t
46720 ____________________________________________________________________________
46721 [  9088] By: jhi                                   on 2001/03/09  14:48:32
46722         Log: Regen perlapi, perltoc.
46723      Branch: perl
46724            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
46725 ____________________________________________________________________________
46726 [  9087] By: jhi                                   on 2001/03/09  14:38:56
46727         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
46728              From: David Mitchell <davem@fdgroup.co.uk>
46729              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
46730              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
46731      Branch: perl
46732            ! dump.c perl.c perl.h pod/perlrun.pod
46733 ____________________________________________________________________________
46734 [  9086] By: jhi                                   on 2001/03/09  01:47:16
46735         Log: A modified version of
46736              
46737              Subject: [ID 20010307.005] POSIX::sigaction has various problems
46738              From: anders@broadcom.com
46739              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
46740              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
46741              
46742              Currently the sigaction.t test #6 fails (and is fudged to look
46743              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
46744              This may well be a genuine bug in Linux sigaction() (since at
46745              least Tru64, Solaris, and HP-UX disagree with Linux).
46746              Anyone with POSIX / SUSv2 tome handy?  The problem is that
46747              the flags of the oldaction don't match with the flags in
46748              the previously installed disposition.
46749      Branch: perl
46750            + t/lib/sigaction.t
46751            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46752 ____________________________________________________________________________
46753 [  9085] By: jhi                                   on 2001/03/09  01:30:13
46754         Log: Subject: Re: mission impossible for the day
46755              From: Alex Gough <alex@rcon.org>
46756              Date: Thu, 08 Mar 2001 17:18:19 +0000
46757              Message-ID: <3AA7BEDB.8070409@rcon.org>
46758              
46759              If references (are overloaded) and can be directly stringified,
46760              show that instead of "stringified".
46761              
46762              (The problem, infinite mutual recursion caused by overloaded bool
46763              in Switch.pm, tracked by David Mitchell)
46764      Branch: perl
46765            ! lib/Carp/Heavy.pm
46766 ____________________________________________________________________________
46767 [  9084] By: jhi                                   on 2001/03/09  01:20:39
46768         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
46769              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
46770              From: David Mitchell <davem@fdgroup.co.uk>
46771              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
46772      Branch: perl
46773            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
46774            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
46775 ____________________________________________________________________________
46776 [  9083] By: jhi                                   on 2001/03/09  01:16:51
46777         Log: Subject: [PATCH] perldata.pod here-doc docs
46778              From: Jeff Pinyan <jeffp@crusoe.net>
46779              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
46780              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
46781      Branch: perl
46782            ! pod/perldata.pod
46783 ____________________________________________________________________________
46784 [  9082] By: jhi                                   on 2001/03/09  01:01:27
46785         Log: Subject: Re: Unicode/EBCDIC
46786              From: Peter Prymmer <pvhp@forte.com>
46787              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
46788              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
46789      Branch: perl
46790            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
46791 ____________________________________________________________________________
46792 [  9081] By: jhi                                   on 2001/03/08  13:41:30
46793         Log: Subject: Ooops, wrong 'no *POSIX' Patch
46794              From: Dorner Thomas <Thomas.Dorner@start.de>
46795              Date: Thu, 8 Mar 2001 08:43:28 +0100
46796              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
46797      Branch: perl
46798            ! hints/posix-bc.sh
46799 ____________________________________________________________________________
46800 [  9080] By: jhi                                   on 2001/03/08  13:11:42
46801         Log: It's Scripts.txt, not Script.txt.
46802      Branch: perl
46803            ! MANIFEST
46804 ____________________________________________________________________________
46805 [  9079] By: jhi                                   on 2001/03/08  12:59:05
46806         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
46807              From: Dorner Thomas <Thomas.Dorner@start.de>
46808              Date: Wed, 7 Mar 2001 14:13:31 +0100
46809              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
46810      Branch: perl
46811            ! makedepend.SH
46812 ____________________________________________________________________________
46813 [  9078] By: jhi                                   on 2001/03/08  12:57:43
46814         Log: Retract #9069, wrong patch.
46815      Branch: perl
46816            ! Makefile.SH
46817 ____________________________________________________________________________
46818 [  9077] By: jhi                                   on 2001/03/08  01:06:13
46819         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
46820      Branch: perl
46821            + lib/unicode/Scripts.txt
46822            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
46823            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
46824            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
46825            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46826            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46827            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46828            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46829            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46830            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46831            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46832            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46833            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46834            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46835            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46836            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46837            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46838            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
46839            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
46840            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
46841            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
46842            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
46843            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
46844            ! lib/unicode/version
46845 ____________________________________________________________________________
46846 [  9076] By: jhi                                   on 2001/03/07  22:59:39
46847         Log: Integrate change #7784 from mainline into maintperl.
46848              
46849              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
46850      Branch: maint-5.6/perl
46851           !> pp_ctl.c t/op/pat.t
46852 ____________________________________________________________________________
46853 [  9075] By: jhi                                   on 2001/03/07  22:05:11
46854         Log: More UTF-8 test tweaks.
46855      Branch: perl
46856            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
46857 ____________________________________________________________________________
46858 [  9074] By: nick                                  on 2001/03/07  21:39:29
46859         Log: Integrate mainline.
46860      Branch: perlio
46861           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
46862           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
46863           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
46864           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
46865           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
46866 ____________________________________________________________________________
46867 [  9073] By: jhi                                   on 2001/03/07  16:37:09
46868         Log: Update Changes.
46869      Branch: perl
46870            ! Changes patchlevel.h
46871 ____________________________________________________________________________
46872 [  9072] By: jhi                                   on 2001/03/07  16:32:30
46873         Log: Subject: [ID 20010306.004] || != named unary operator
46874              From: abela@geneanet.org
46875              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
46876              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
46877      Branch: perl
46878            ! pod/perlop.pod
46879 ____________________________________________________________________________
46880 [  9071] By: jhi                                   on 2001/03/07  15:14:11
46881         Log: Subject: downgrading to bytes for common functions
46882              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
46883              Date: Wed, 7 Mar 2001 02:36:55 -0500
46884              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
46885      Branch: perl
46886            ! pp_sys.c
46887 ____________________________________________________________________________
46888 [  9070] By: jhi                                   on 2001/03/07  15:04:58
46889         Log: Clarify the description differentiating for and while; inspired by
46890              
46891              Subject: [ID 20010306.002] for/while difference in for definition
46892              From: abela@geneanet.org
46893              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
46894              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
46895      Branch: perl
46896            ! pod/perlsyn.pod
46897 ____________________________________________________________________________
46898 [  9069] By: jhi                                   on 2001/03/07  14:55:30
46899         Log: (Retracted by #9078.)
46900      Branch: perl
46901            ! Makefile.SH
46902 ____________________________________________________________________________
46903 [  9068] By: jhi                                   on 2001/03/07  14:51:17
46904         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
46905              From: Radu Greab <radu@netsoft.ro>
46906              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
46907              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
46908      Branch: perl
46909            ! pp.c t/op/chop.t
46910 ____________________________________________________________________________
46911 [  9067] By: jhi                                   on 2001/03/07  14:48:57
46912         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
46913              From: Simon Cozens <simon@netthink.co.uk>
46914              Date: Wed, 7 Mar 2001 13:59:28 +0000
46915              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
46916              
46917              In order to allow MakeMaker to build correct Makefiles,
46918              you need to change the order of the arguments in MM_Unix.pm
46919              as well. (Unless you have C89_CCMODE set, but we're trying
46920              to be POSIXly correct)
46921              
46922              Thanks to Merijn Broeren for tracking this down.
46923      Branch: perl
46924            ! lib/ExtUtils/MM_Unix.pm
46925 ____________________________________________________________________________
46926 [  9066] By: jhi                                   on 2001/03/07  14:30:02
46927         Log: Floating point too messy.
46928      Branch: perl
46929            ! t/camel-III/vstring.t
46930 ____________________________________________________________________________
46931 [  9065] By: jhi                                   on 2001/03/07  14:17:44
46932         Log: Integrate change #9064 from maintperl into mainline.
46933              
46934              fix memory leak in pack("Bb",...)
46935      Branch: perl
46936           !> perl.c
46937 ____________________________________________________________________________
46938 [  9064] By: gsar                                  on 2001/03/07  06:29:24
46939         Log: fix memory leak in pack("Bb",...)
46940      Branch: maint-5.6/perl
46941            ! perl.c
46942 ____________________________________________________________________________
46943 [  9063] By: jhi                                   on 2001/03/07  00:55:04
46944         Log: Major utf8 test reorganisation and rewrite.
46945              Hopefully no tests were lost in the shuffle.
46946              (The beginning of pragma/utf8 was lost intentionally,
46947              the tests were rather bogus and incomplete.)
46948      Branch: perl
46949            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
46950            ! t/pragma/utf8.t
46951 ____________________________________________________________________________
46952 [  9062] By: jhi                                   on 2001/03/07  00:41:16
46953         Log: More tweakage on the Unicode character class descriptions.
46954      Branch: perl
46955            ! lib/unicode/mktables.PL pod/perlretut.pod
46956 ____________________________________________________________________________
46957 [  9061] By: jhi                                   on 2001/03/06  23:12:38
46958         Log: The perlretut was still talking about the old \p and \P
46959              definitions.
46960      Branch: perl
46961            ! pod/perlretut.pod
46962 ____________________________________________________________________________
46963 [  9060] By: nick                                  on 2001/03/06  20:52:37
46964         Log: Integrate mainline (make test works again now).
46965      Branch: perlio
46966           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
46967 ____________________________________________________________________________
46968 [  9059] By: jhi                                   on 2001/03/06  15:36:14
46969         Log: 0.999... does equal 1.0, doesn't it?
46970      Branch: perl
46971            ! t/camel-III/vstring.t
46972 ____________________________________________________________________________
46973 [  9058] By: jhi                                   on 2001/03/06  15:34:00
46974         Log: Make /x{abcd}/ to work without use utf8.
46975      Branch: perl
46976            ! regcomp.c
46977 ____________________________________________________________________________
46978 [  9057] By: jhi                                   on 2001/03/06  03:02:36
46979         Log: Easier to outcomment all the three reset() tests for now.
46980      Branch: perl
46981            ! t/op/pat.t
46982 ____________________________________________________________________________
46983 [  9056] By: jhi                                   on 2001/03/06  02:30:02
46984         Log: Comment out the deadly reset; until the 20010301.005
46985              is finally fixed.
46986      Branch: perl
46987            ! t/op/pat.t
46988 ____________________________________________________________________________
46989 [  9055] By: jhi                                   on 2001/03/06  02:21:26
46990         Log: Integrate the change #9054 from mainline:
46991              retract the PMOP cleanup patch pending further investigation.
46992      Branch: maint-5.6/perl
46993           !> op.c op.h
46994 ____________________________________________________________________________
46995 [  9054] By: jhi                                   on 2001/03/06  02:19:57
46996         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
46997              with oddly familiar stack traces.
46998      Branch: perl
46999            ! op.c op.h
47000 ____________________________________________________________________________
47001 [  9053] By: jhi                                   on 2001/03/05  23:20:28
47002         Log: Integrate perlio.
47003      Branch: perl
47004           +> ext/Encode/Encode/koi8-r.ucm
47005           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
47006           !> makedef.pl
47007 ____________________________________________________________________________
47008 [  9052] By: nick                                  on 2001/03/05  23:08:17
47009         Log: skipping USE_PERLIO symbols correction.
47010      Branch: perlio
47011            ! makedef.pl
47012 ____________________________________________________________________________
47013 [  9051] By: nick                                  on 2001/03/05  22:35:07
47014         Log: More Encode alias tidying.
47015      Branch: perlio
47016            + ext/Encode/Encode/koi8-r.ucm
47017            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
47018 ____________________________________________________________________________
47019 [  9050] By: jhi                                   on 2001/03/05  21:44:29
47020         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
47021              Sarathy's fix for ID 20010301.005.
47022      Branch: maint-5.6/perl
47023           !> op.c op.h
47024 ____________________________________________________________________________
47025 [  9049] By: nick                                  on 2001/03/05  19:54:04
47026         Log: Integrate Jarkko's Encode.pm tweak.
47027      Branch: perlio
47028           !> ext/Encode/Encode.pm
47029 ____________________________________________________________________________
47030 [  9048] By: nick                                  on 2001/03/05  19:47:57
47031         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
47032      Branch: perlio
47033           +> os2/os2add.sym
47034           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
47035           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
47036           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
47037           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
47038           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
47039 ____________________________________________________________________________
47040 [  9047] By: jhi                                   on 2001/03/05  19:25:26
47041         Log: Regen perlapi.
47042      Branch: perl
47043            ! pod/perlapi.pod
47044 ____________________________________________________________________________
47045 [  9046] By: jhi                                   on 2001/03/05  19:12:14
47046         Log: Integrate perlio.
47047      Branch: perl
47048           +> t/camel-III/vstring.t
47049           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
47050 ____________________________________________________________________________
47051 [  9045] By: jhi                                   on 2001/03/05  19:10:36
47052         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
47053      Branch: perl
47054            ! ext/Encode/Encode.pm
47055 ____________________________________________________________________________
47056 [  9044] By: jhi                                   on 2001/03/05  18:49:12
47057         Log: Forgot the other half of the PMOP patch (#9033).
47058      Branch: perl
47059            ! op.h
47060 ____________________________________________________________________________
47061 [  9043] By: nick                                  on 2001/03/05  18:14:47
47062         Log: Update MANIFEST for new test.
47063      Branch: perlio
47064            ! MANIFEST
47065 ____________________________________________________________________________
47066 [  9042] By: nick                                  on 2001/03/05  18:12:41
47067         Log: Some tests for Camel 3rd edition features.
47068              Make gethostbyaddr() test in above work.
47069      Branch: perlio
47070            + t/camel-III/vstring.t
47071            ! pp.h pp_sys.c t/TEST t/harness
47072 ____________________________________________________________________________
47073 [  9041] By: jhi                                   on 2001/03/05  17:41:48
47074         Log: Add more ISO 8859 encoding aliases.
47075      Branch: perl
47076            ! ext/Encode/Encode.pm
47077 ____________________________________________________________________________
47078 [  9040] By: jhi                                   on 2001/03/05  17:30:43
47079         Log: Integrate perlio.
47080      Branch: perl
47081           !> MANIFEST sv.c
47082 ____________________________________________________________________________
47083 [  9039] By: nick                                  on 2001/03/05  17:11:36
47084         Log: Missed added file.
47085      Branch: perlio
47086            ! MANIFEST
47087 ____________________________________________________________________________
47088 [  9038] By: jhi                                   on 2001/03/05  15:58:01
47089         Log: Add tr tests for EBCDIC, from Karsten Sperling.
47090      Branch: perl
47091            ! t/op/tr.t
47092 ____________________________________________________________________________
47093 [  9037] By: nick                                  on 2001/03/05  15:56:35
47094         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
47095              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
47096              
47097              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
47098              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
47099              - uses SvPV() rather than sv_2pv() in case it isn't a string.
47100      Branch: perlio
47101            ! sv.c
47102 ____________________________________________________________________________
47103 [  9036] By: jhi                                   on 2001/03/05  15:49:15
47104         Log: Add matching tests currently failing in EBCDIC,
47105              suggested by Karsten Sperling.
47106      Branch: perl
47107            ! t/op/pat.t
47108 ____________________________________________________________________________
47109 [  9035] By: jhi                                   on 2001/03/05  15:36:55
47110         Log: The #9034 needs a MANIFESTation.
47111      Branch: perl
47112            ! MANIFEST
47113 ____________________________________________________________________________
47114 [  9034] By: jhi                                   on 2001/03/05  15:35:14
47115         Log: Integrate perlio.
47116      Branch: perl
47117           +> ext/Encode/Encode/Tcl.pm
47118           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47119           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
47120           !> ext/Encode/Encode/iso8859-1.ucm
47121           !> ext/Encode/Encode/iso8859-10.ucm
47122           !> ext/Encode/Encode/iso8859-13.ucm
47123           !> ext/Encode/Encode/iso8859-14.ucm
47124           !> ext/Encode/Encode/iso8859-15.ucm
47125           !> ext/Encode/Encode/iso8859-16.ucm
47126           !> ext/Encode/Encode/iso8859-2.ucm
47127           !> ext/Encode/Encode/iso8859-3.ucm
47128           !> ext/Encode/Encode/iso8859-4.ucm
47129           !> ext/Encode/Encode/iso8859-5.ucm
47130           !> ext/Encode/Encode/iso8859-6.ucm
47131           !> ext/Encode/Encode/iso8859-7.ucm
47132           !> ext/Encode/Encode/iso8859-8.ucm
47133           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
47134           !> t/lib/encode.t
47135 ____________________________________________________________________________
47136 [  9033] By: jhi                                   on 2001/03/05  15:33:18
47137         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
47138              From: Gurusamy Sarathy <gsar@ActiveState.com>
47139              Date: Sun, 04 Mar 2001 22:33:15 -0800
47140              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
47141              
47142              PMOPs need to remember their own stash so that they can
47143              gracefully remove themselves from their linked list.
47144      Branch: perl
47145            ! op.c
47146 ____________________________________________________________________________
47147 [  9032] By: nick                                  on 2001/03/05  14:51:50
47148         Log: Encode implementation "completion"
47149              Implement and document define_encoding()
47150              Implement and document encoding aliases including define_alias()
47151              Make Encode::XS use define_encoding() rather than back-door.
47152              Move run-time *.enc to separate Encode::Tcl module.
47153              Make 'compile' honour <codeset_name>
47154              Change canonical names of to iso-8859-* and US-ascii.
47155      Branch: perlio
47156            + ext/Encode/Encode/Tcl.pm
47157            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47158            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
47159            ! ext/Encode/Encode/iso8859-1.ucm
47160            ! ext/Encode/Encode/iso8859-10.ucm
47161            ! ext/Encode/Encode/iso8859-13.ucm
47162            ! ext/Encode/Encode/iso8859-14.ucm
47163            ! ext/Encode/Encode/iso8859-15.ucm
47164            ! ext/Encode/Encode/iso8859-16.ucm
47165            ! ext/Encode/Encode/iso8859-2.ucm
47166            ! ext/Encode/Encode/iso8859-3.ucm
47167            ! ext/Encode/Encode/iso8859-4.ucm
47168            ! ext/Encode/Encode/iso8859-5.ucm
47169            ! ext/Encode/Encode/iso8859-6.ucm
47170            ! ext/Encode/Encode/iso8859-7.ucm
47171            ! ext/Encode/Encode/iso8859-8.ucm
47172            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
47173            ! t/lib/encode.t
47174 ____________________________________________________________________________
47175 [  9031] By: jhi                                   on 2001/03/05  13:51:17
47176         Log: Integrate change #9030 from maintperl into mainline.
47177              
47178              Subject: [PATCH 5.6.1] OS/2 cleanup
47179      Branch: perl
47180           +> os2/os2add.sym
47181           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
47182           !> makedef.pl os2/Changes os2/Makefile.SHs
47183           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
47184           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
47185           !> os2/os2.sym os2/os2ish.h
47186 ____________________________________________________________________________
47187 [  9030] By: jhi                                   on 2001/03/05  13:46:49
47188         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
47189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47190              Date: Mon, 5 Mar 2001 02:29:44 -0500
47191              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
47192      Branch: maint-5.6/perl
47193            + os2/os2add.sym
47194            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
47195            ! makedef.pl os2/Changes os2/Makefile.SHs
47196            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
47197            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
47198            ! os2/os2.sym os2/os2ish.h
47199 ____________________________________________________________________________
47200 [  9029] By: jhi                                   on 2001/03/05  13:40:35
47201         Log: Integrate change #9028 from maintperl into mainline.
47202              
47203              various nits in MM_Unix.pm found by disabling SelfLoader
47204      Branch: perl
47205           !> lib/ExtUtils/MM_Unix.pm
47206 ____________________________________________________________________________
47207 [  9028] By: gsar                                  on 2001/03/05  09:58:38
47208         Log: various nits in MM_Unix.pm found by disabling SelfLoader
47209      Branch: maint-5.6/perl
47210            ! lib/ExtUtils/MM_Unix.pm
47211 ____________________________________________________________________________
47212 [  9027] By: nick                                  on 2001/03/05  08:35:22
47213         Log: Integrate mainline
47214      Branch: perlio
47215           !> (integrate 28 files)
47216 ____________________________________________________________________________
47217 [  9026] By: jhi                                   on 2001/03/05  02:14:59
47218         Log: Integrate change #9025 from mainline to maintperl,
47219              retract \N{U+HHHH}.
47220      Branch: maint-5.6/perl
47221           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47222           !> t/lib/charnames.t toke.c
47223 ____________________________________________________________________________
47224 [  9025] By: jhi                                   on 2001/03/05  02:13:09
47225         Log: Retracting \N{U+HHHH}.
47226      Branch: perl
47227            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47228            ! t/lib/charnames.t toke.c
47229 ____________________________________________________________________________
47230 [  9024] By: jhi                                   on 2001/03/04  20:51:07
47231         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
47232              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47233              Date: Fri, 02 Mar 2001 18:25:26 +0100
47234              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
47235              
47236              Casting problem.
47237      Branch: perl
47238            ! ext/Storable/Storable.xs
47239 ____________________________________________________________________________
47240 [  9023] By: jhi                                   on 2001/03/04  19:46:45
47241         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
47242              From: nick@talking.bollo.cx
47243              Date: Sat, 03 Mar 2001 21:41:33 +0000
47244              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
47245              
47246              Revert the workaround.
47247      Branch: perl
47248            ! perlio.c
47249 ____________________________________________________________________________
47250 [  9022] By: jhi                                   on 2001/03/04  19:36:28
47251         Log: Update Changes.
47252      Branch: perl
47253            ! Changes patchlevel.h
47254 ____________________________________________________________________________
47255 [  9021] By: jhi                                   on 2001/03/04  18:41:00
47256         Log: makedef.pl updates suggested by Chris Nandor; double-checking
47257              the changes in AIX, OS/2 Win32 would be nice.
47258      Branch: perl
47259            ! makedef.pl
47260 ____________________________________________________________________________
47261 [  9020] By: jhi                                   on 2001/03/04  18:23:58
47262         Log: Integrate change #9012 from maintperl into mainline,
47263              quench a compiler warning.
47264      Branch: perl
47265           !> toke.c
47266 ____________________________________________________________________________
47267 [  9019] By: jhi                                   on 2001/03/04  18:18:43
47268         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
47269              
47270              \N{U+HHHH} fix.
47271              
47272              pattern in G_ARRAY context
47273      Branch: maint-5.6/perl
47274           !> pp_hot.c t/op/pat.t toke.c
47275 ____________________________________________________________________________
47276 [  9018] By: jhi                                   on 2001/03/04  18:07:48
47277         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
47278              From: Jeff Pinyan <jeffp@crusoe.net>
47279              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
47280              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
47281      Branch: perl
47282            ! pp_hot.c t/op/pat.t
47283 ____________________________________________________________________________
47284 [  9017] By: jhi                                   on 2001/03/04  18:06:21
47285         Log: I thought I tested the #9014.
47286      Branch: perl
47287            ! toke.c
47288 ____________________________________________________________________________
47289 [  9016] By: jhi                                   on 2001/03/04  17:41:22
47290         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
47291              
47292              Tweak the get*ent() OS/2 prototypes.
47293              
47294              Add the \N{U+HHHH} syntax.
47295              
47296              More tr/// UTF-8 fixes from Inaba Hiroto.
47297      Branch: maint-5.6/perl
47298           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
47299           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
47300 ____________________________________________________________________________
47301 [  9015] By: jhi                                   on 2001/03/04  17:36:04
47302         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
47303      Branch: perl
47304            ! doop.c t/op/tr.t
47305 ____________________________________________________________________________
47306 [  9014] By: jhi                                   on 2001/03/04  17:24:49
47307         Log: Add the \N{U+HHHH} syntax.
47308      Branch: perl
47309            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47310            ! t/lib/charnames.t toke.c
47311 ____________________________________________________________________________
47312 [  9013] By: jhi                                   on 2001/03/04  17:20:45
47313         Log: Tweak the get*ent() OS/2 prototypes.
47314      Branch: perl
47315            ! os2/os2.c
47316 ____________________________________________________________________________
47317 [  9012] By: gsar                                  on 2001/03/04  06:26:14
47318         Log: avoid warning (nit in change#9009)
47319      Branch: maint-5.6/perl
47320            ! toke.c
47321 ____________________________________________________________________________
47322 [  9011] By: gsar                                  on 2001/03/04  06:15:24
47323         Log: lib/charnames.t fails in 5.6.x because of older Unicode
47324              data
47325              
47326              TODO: need to revisit this after updating lib/unicode/...
47327      Branch: maint-5.6/perl
47328            ! t/lib/charnames.t
47329 ____________________________________________________________________________
47330 [  9010] By: gsar                                  on 2001/03/04  06:08:36
47331         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
47332      Branch: maint-5.6/perl
47333            ! toke.c
47334 ____________________________________________________________________________
47335 [  9009] By: jhi                                   on 2001/03/03  19:27:20
47336         Log: Integrate change #9008 from mainline to maintperl,
47337              UTF-8 tr/// fixes from Inaba Hiroto.
47338      Branch: maint-5.6/perl
47339           !> doop.c op.c t/op/tr.t toke.c
47340 ____________________________________________________________________________
47341 [  9008] By: jhi                                   on 2001/03/03  19:19:42
47342         Log: UTF8 tr/// fixes from Inaba Hiroto.
47343      Branch: perl
47344            ! doop.c op.c t/op/tr.t toke.c
47345 ____________________________________________________________________________
47346 [  9007] By: jhi                                   on 2001/03/03  19:00:30
47347         Log: Integrate change #9006 from maintperl to mainline,
47348              more robust quest for the infinite.
47349      Branch: perl
47350           !> lib/Math/Complex.pm
47351 ____________________________________________________________________________
47352 [  9006] By: jhi                                   on 2001/03/03  18:58:06
47353         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
47354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47355              Date: Sat, 3 Mar 2001 12:51:50 -0500
47356              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
47357              
47358              Be more robust in our quest for the infinite.
47359      Branch: maint-5.6/perl
47360            ! lib/Math/Complex.pm
47361 ____________________________________________________________________________
47362 [  9005] By: jhi                                   on 2001/03/03  17:55:50
47363         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
47364      Branch: maint-5.6/perl
47365            ! doio.c
47366 ____________________________________________________________________________
47367 [  9004] By: jhi                                   on 2001/03/03  17:40:14
47368         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
47369              so that picky compilers like IRIX won't get huffy about
47370              "statements without effect" (like 1;).
47371      Branch: perl
47372            ! toke.c
47373 ____________________________________________________________________________
47374 [  9003] By: jhi                                   on 2001/03/03  17:15:52
47375         Log: Integrate change #9002 from mainline to maintperl.
47376              
47377              Subject: [perl-5.6.x, perl-current] accept for EPOC
47378      Branch: maint-5.6/perl
47379           !> pp_sys.c
47380 ____________________________________________________________________________
47381 [  9002] By: jhi                                   on 2001/03/03  17:14:30
47382         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
47383              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47384              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
47385              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
47386      Branch: perl
47387            ! pp_sys.c
47388 ____________________________________________________________________________
47389 [  9001] By: jhi                                   on 2001/03/03  17:13:13
47390         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
47391              From: "Craig A. Berry" <craigberry@mac.com>
47392              Date: Fri, 02 Mar 2001 17:44:40 -0600
47393              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
47394      Branch: perl
47395            ! t/pod/find.t
47396 ____________________________________________________________________________
47397 [  9000] By: jhi                                   on 2001/03/03  17:11:55
47398         Log: Integrate changes #8997,8999 from maintperl.
47399              
47400              Subject: [PATCH 5.6.1] compiling on OS/2
47401              (Better error message from hints/os2.sh)
47402              
47403              Subject: [PATCH 5.6.1] syslog.t
47404      Branch: perl
47405           !> hints/os2.sh t/lib/syslog.t
47406 ____________________________________________________________________________
47407 [  8999] By: jhi                                   on 2001/03/03  17:09:28
47408         Log: Subject: [PATCH 5.6.1] syslog.t
47409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47410              Date: Sat, 3 Mar 2001 02:11:17 -0500
47411              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
47412      Branch: maint-5.6/perl
47413            ! t/lib/syslog.t
47414 ____________________________________________________________________________
47415 [  8998] By: jhi                                   on 2001/03/03  17:07:50
47416         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
47417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47418              Date: Sat, 3 Mar 2001 01:53:52 -0500
47419              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
47420      Branch: maint-5.6/perl
47421            ! opcode.pl os2/os2.c
47422 ____________________________________________________________________________
47423 [  8997] By: jhi                                   on 2001/03/03  17:03:30
47424         Log: Subject: [PATCH 5.6.1] compiling on OS/2
47425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47426              Date: Sat, 3 Mar 2001 01:59:59 -0500
47427              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
47428      Branch: maint-5.6/perl
47429            ! hints/os2.sh
47430 ____________________________________________________________________________
47431 [  8996] By: jhi                                   on 2001/03/03  00:55:58
47432         Log: Regen files for mainline.
47433      Branch: perl
47434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47435            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
47436 ____________________________________________________________________________
47437 [  8995] By: jhi                                   on 2001/03/03  00:35:22
47438         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
47439              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
47440              to maintperl.
47441              
47442              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47443              
47444              Add Configure option -Dmksymlinks which will create a symlink
47445              forest if the current/build differs from the source directory.
47446              (8218,8220,8221,8317,8318,8971)
47447              
47448              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
47449              (Document APPLLIB_EXP in INSTALL.)
47450              
47451              If running byacc write-enable also perly.h.
47452              
47453              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
47454              
47455              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
47456              
47457              Sanity check for conflicting thread flavours.
47458              
47459              Fix the sys/fcntl.h problem reported by Peter Prymmer.
47460              
47461              Add few CPUs/architectures to the Cppsym scan,
47462              add -perlio to archname if so selected (modified 8890)
47463              
47464              Be more helpful for devel builders, suggested by John L. Allen.
47465              (admittedly pointless change for maintperl, but the usedevel
47466              code is there already)
47467      Branch: maint-5.6/perl
47468           !> Configure INSTALL Makefile.SH Porting/Glossary
47469           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
47470           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
47471           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
47472           !> win32/config.bc win32/config.gc win32/config.vc
47473 ____________________________________________________________________________
47474 [  8994] By: jhi                                   on 2001/03/02  23:31:41
47475         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
47476      Branch: metaconfig/U/perl
47477            ! gccvers.U
47478 ____________________________________________________________________________
47479 [  8993] By: jhi                                   on 2001/03/02  23:22:12
47480         Log: Regenerate various files for maint.
47481      Branch: maint-5.6/perl
47482            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
47483            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
47484 ____________________________________________________________________________
47485 [  8992] By: alanbur                               on 2001/03/02  22:48:34
47486         Log: Resync wuth parent
47487      Branch: maint-5.6/pureperl
47488           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
47489           !> (integrate 60 files)
47490 ____________________________________________________________________________
47491 [  8991] By: jhi                                   on 2001/03/02  21:00:08
47492         Log: Retract the #8742 part of #8986, backward compat.
47493      Branch: maint-5.6/perl
47494            ! embed.pl
47495 ____________________________________________________________________________
47496 [  8990] By: jhi                                   on 2001/03/02  20:40:07
47497         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
47498      Branch: maint-5.6/perl
47499            ! hv.c
47500 ____________________________________________________________________________
47501 [  8989] By: jhi                                   on 2001/03/02  19:59:56
47502         Log: Update Changes.
47503      Branch: perl
47504            ! Changes patchlevel.h
47505 ____________________________________________________________________________
47506 [  8988] By: jhi                                   on 2001/03/02  19:57:08
47507         Log: Integrate perlio.
47508      Branch: perl
47509           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47510           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47511           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47512           !> ext/Encode/Encode/iso8859-10.ucm
47513           !> ext/Encode/Encode/iso8859-13.ucm
47514           !> ext/Encode/Encode/iso8859-14.ucm
47515           !> ext/Encode/Encode/iso8859-15.ucm
47516           !> ext/Encode/Encode/iso8859-16.ucm
47517           !> ext/Encode/Encode/iso8859-2.ucm
47518           !> ext/Encode/Encode/iso8859-3.ucm
47519           !> ext/Encode/Encode/iso8859-4.ucm
47520           !> ext/Encode/Encode/iso8859-5.ucm
47521           !> ext/Encode/Encode/iso8859-6.ucm
47522           !> ext/Encode/Encode/iso8859-7.ucm
47523           !> ext/Encode/Encode/iso8859-8.ucm
47524           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47525           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
47526 ____________________________________________________________________________
47527 [  8987] By: jhi                                   on 2001/03/02  19:43:40
47528         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
47529              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
47530              8950,8952,8955 from mainline to maintperl.
47531              
47532              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
47533              
47534              Put to rest the 20010205.001, the email address checking (not) regex.
47535              
47536              fork() not everywhere, cleanup temp files.
47537              
47538              The #8843 wasn't quite right: %Config needs to imported.
47539              
47540              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
47541              (#8849: the glob-basic hunk needed massaging as it depended
47542              on Schwern's large-scale (unintegrated) patches)
47543              
47544              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
47545              
47546              Upgrade to CGI.pm 2.752, from Lincoln Stein.
47547              (Note: there were some conflicts due to EBCDIC and EPOC
47548              patches, in general I preferred the repository code.)
47549              (When 2.753 comes out, we need to synchronize.)
47550              
47551              Subject: [PATCH] fix for charnames above FFFF
47552              
47553              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
47554              
47555              If no sfio, no -lsfio.
47556              
47557              Run run/*.t also in minitest.
47558              
47559              Subject:  [PATCH perl 5.7.0] malloc message address offset
47560              
47561              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
47562              
47563              Subject: fix for parameter -Dm (for perl@8867)
47564              
47565              Subject: [PATCH: perl@8892] was Re: hashing order difference?
47566              (make the test more portable)
47567              
47568              Subject: Re: [PATCH] fix for charnames above FFFF
47569              
47570              Subject: Re: I'm losing the war...
47571              (hv_store() not working correctly in ENV_IS_CASELESS case.)
47572              
47573              Subject: Modified README.bs2000 
47574              
47575              Subject: [PATCH: perl@8935] -Dt padsv($var)
47576              
47577              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
47578              
47579              Subject: PATCH: extra tests to check on negative float to unsigned cast
47580              
47581              Subject: [PATCH] XPUSH[insp] was Re: progress
47582              
47583              Subject: Re: Compile with perlcc..
47584      Branch: maint-5.6/perl
47585           !> (integrate 36 files)
47586 ____________________________________________________________________________
47587 [  8986] By: jhi                                   on 2001/03/02  18:51:25
47588         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
47589              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
47590              to maintperl.
47591              
47592              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
47593              
47594              Subject: [DOC PATCH] overload.pm nits
47595              
47596              Add header for LIB$ prototypes (C. Berry)
47597              
47598              Convert fwrite()s to sockets to write()s, since some socket stacks
47599              don't take kindly to stdio.
47600              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
47601              (for often optional LNMs)
47602              Correct a few typos
47603              (C. Bailey)
47604              
47605              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
47606              
47607              De-cut-and-pasto.
47608              
47609              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
47610              
47611              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
47612              
47613              Upgrade to CPAN 1.59_54, from Andreas König.
47614              
47615              Bogus shebang.
47616              
47617              Subject: [PATCH] Document makepatch in Porting/patching
47618              
47619              UTF-8 documentation.
47620              
47621              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
47622              
47623              Sort the MANIFEST.
47624              
47625              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
47626              
47627              Subject: [PATCH @8807] toke.c cleanup: scan_str()
47628              
47629              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
47630              
47631              Add run/*.t to testables.
47632              
47633              TODO: integrate #8784.
47634      Branch: maint-5.6/perl
47635           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
47636           !> (integrate 28 files)
47637 ____________________________________________________________________________
47638 [  8985] By: nick                                  on 2001/03/02  18:15:45
47639         Log: Integrate mainline
47640      Branch: perlio
47641           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
47642           !> vms/vms.c
47643 ____________________________________________________________________________
47644 [  8984] By: jhi                                   on 2001/03/02  16:00:17
47645         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
47646              
47647              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
47648              5.004_05, and mention the suidperl August 2000 security problem.
47649              (#8978,#8981)
47650              
47651              Subject: [ID 20010301.004] Technically speaking in perldata
47652              
47653              Subject: [PATCH] File::Copy for bleadperl, maintperl
47654              
47655              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
47656              
47657              (The #8982, fix for 20010221.005 and 20010221.008,
47658              would be nice too but it didn't integrate cleanly.)
47659      Branch: maint-5.6/perl
47660           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
47661 ____________________________________________________________________________
47662 [  8983] By: jhi                                   on 2001/03/02  15:51:16
47663         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
47664              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47665              Date:     Thu, 1 Mar 2001 15:54:09 EST
47666              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
47667      Branch: perl
47668            ! vms/vms.c
47669 ____________________________________________________________________________
47670 [  8982] By: jhi                                   on 2001/03/02  15:43:31
47671         Log: Subject: Re: sync sync sync: have I missed any patches?
47672              From: Radu Greab <radu@netsoft.ro> 
47673              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
47674              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
47675              
47676              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
47677              was checking argv[0] regardless of whether a different pathname
47678              will actually be executed."  Test case not supplied because 
47679              drafting that, ironically enough, revealed another bug
47680              (or a feature).
47681      Branch: perl
47682            ! doio.c
47683 ____________________________________________________________________________
47684 [  8981] By: jhi                                   on 2001/03/02  15:28:03
47685         Log: Misdate in #8978.
47686      Branch: perl
47687            ! pod/perlfaq1.pod
47688 ____________________________________________________________________________
47689 [  8980] By: jhi                                   on 2001/03/02  15:24:20
47690         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
47691              From: Chris Nandor <pudge@pobox.com>
47692              Date: Wed, 28 Feb 2001 22:10:15 -0500
47693              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
47694      Branch: perl
47695            ! lib/File/Copy.pm
47696 ____________________________________________________________________________
47697 [  8979] By: jhi                                   on 2001/03/02  15:17:16
47698         Log: Subject: [ID 20010301.004] Technically speaking in perldata
47699              From: abela@geneanet.org
47700              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
47701              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
47702      Branch: perl
47703            ! pod/perldata.pod
47704 ____________________________________________________________________________
47705 [  8978] By: jhi                                   on 2001/03/02  15:15:27
47706         Log: Subject: [ID 20010301.003] ref to 5.004
47707              From: abela@geneanet.org
47708              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
47709              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
47710              
47711              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
47712              and mention the suidperl August 2000 security problem.
47713      Branch: perl
47714            ! pod/perlfaq1.pod
47715 ____________________________________________________________________________
47716 [  8977] By: alanbur                               on 2001/03/02  14:17:45
47717         Log: Resynchronised with parent
47718      Branch: maint-5.6/pureperl
47719           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
47720           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
47721           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
47722           !> vms/descrip_mms.template win32/win32.c win32/win32.h
47723           !> win32/win32iop.h
47724 ____________________________________________________________________________
47725 [  8976] By: nick                                  on 2001/03/01  23:25:30
47726         Log: Integrate mainline.
47727      Branch: perlio
47728            - t/op/qu.t
47729           !> (integrate 55 files)
47730 ____________________________________________________________________________
47731 [  8975] By: jhi                                   on 2001/03/01  16:51:34
47732         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
47733      Branch: perl
47734           !> toke.c
47735 ____________________________________________________________________________
47736 [  8974] By: gsar                                  on 2001/03/01  16:28:21
47737         Log: fix for bugid 20010226.008
47738              
47739              the problem was that some of the pointers (PL_last_lop and
47740              PL_last_uni specifically) into the lex buffers weren't correctly
47741              being invalidated when the buffer changed; this would leave the
47742              pointers pointing at an arbitrary location in the buffer if
47743              the buffer didn't need to be reallocated, or point into freed
47744              memory if the buffer had to be realloced
47745              
47746              TODO item for bugdb maintainers: check other seemingly random
47747              parser-related bugs--they might be cured by this
47748      Branch: maint-5.6/perl
47749            ! toke.c
47750 ____________________________________________________________________________
47751 [  8973] By: jhi                                   on 2001/03/01  02:23:25
47752         Log: Retract #8970 because of a completely mysterious core dump:
47753              adding the tests 241..244 causes op/pat dump core at test #25.
47754              The test needs a lot of whittling down before the bug can be solved.
47755      Branch: perl
47756            ! t/op/pat.t
47757 ____________________________________________________________________________
47758 [  8972] By: jhi                                   on 2001/03/01  01:58:38
47759         Log: Regen perlapi.
47760      Branch: perl
47761            ! pod/perlapi.pod
47762 ____________________________________________________________________________
47763 [  8971] By: jhi                                   on 2001/03/01  01:34:09
47764         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))
47765              From: Nicholas Clark <nick@ccl4.org>
47766              Date: Wed, 28 Feb 2001 23:28:49 +0000
47767              Message-ID: <20010228232849.A55187@plum.flirble.org>
47768              
47769              Allow a completely write protected source code tree
47770              when using the Configure -Dmksymlinks.
47771      Branch: perl
47772            ! embed.pl warnings.pl
47773 ____________________________________________________________________________
47774 [  8970] By: jhi                                   on 2001/03/01  01:32:04
47775         Log: Add back the EBCDIC character range tests (for matching).
47776      Branch: perl
47777            ! t/op/pat.t
47778 ____________________________________________________________________________
47779 [  8969] By: nick                                  on 2001/02/28  18:18:01
47780         Log: Add charname comments to .ucm files writen by 'compile',
47781              also order charmaps in those files by source encoding.
47782              regenerate distrubuted .ucm files
47783      Branch: perlio
47784            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47785            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47786            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47787            ! ext/Encode/Encode/iso8859-10.ucm
47788            ! ext/Encode/Encode/iso8859-13.ucm
47789            ! ext/Encode/Encode/iso8859-14.ucm
47790            ! ext/Encode/Encode/iso8859-15.ucm
47791            ! ext/Encode/Encode/iso8859-16.ucm
47792            ! ext/Encode/Encode/iso8859-2.ucm
47793            ! ext/Encode/Encode/iso8859-3.ucm
47794            ! ext/Encode/Encode/iso8859-4.ucm
47795            ! ext/Encode/Encode/iso8859-5.ucm
47796            ! ext/Encode/Encode/iso8859-6.ucm
47797            ! ext/Encode/Encode/iso8859-7.ucm
47798            ! ext/Encode/Encode/iso8859-8.ucm
47799            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47800            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
47801 ____________________________________________________________________________
47802 [  8968] By: jhi                                   on 2001/02/28  16:26:37
47803         Log: Expand usemorebits early if d_casti32 needs to be undefined.
47804      Branch: perl
47805            ! hints/hpux.sh hints/irix_6.sh
47806 ____________________________________________________________________________
47807 [  8967] By: jhi                                   on 2001/02/28  16:22:26
47808         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
47809              retract toke.c/qu parts of #8583, retract #8485, retract
47810              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
47811              op/length.t, and MANIFEST, and delete t/op/qu.t.
47812      Branch: perl
47813            - t/op/qu.t
47814            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
47815            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
47816            ! t/op/length.t toke.c
47817 ____________________________________________________________________________
47818 [  8966] By: jhi                                   on 2001/02/28  15:00:27
47819         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
47820              by not changing from pre-Unicode days into being Unicode-aware.
47821              Sniff.
47822      Branch: perl
47823            ! pp.c t/op/pack.t t/op/qu.t
47824 ____________________________________________________________________________
47825 [  8965] By: jhi                                   on 2001/02/28  14:37:55
47826         Log: Subject: Re: Errors in core PODs
47827              From: Michael Stevens <michael@etla.org> 
47828              Date: Fri, 23 Feb 2001 15:47:56 +0000
47829              Message-ID: <20010223154756.A7723@firedrake.org> 
47830      Branch: perl
47831            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
47832            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
47833            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
47834            ! x2p/a2p.pod
47835 ____________________________________________________________________________
47836 [  8964] By: jhi                                   on 2001/02/28  14:35:35
47837         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
47838              (The #8961 was too bold.)
47839      Branch: perl
47840            ! hints/hpux.sh hints/irix_6.sh
47841 ____________________________________________________________________________
47842 [  8963] By: jhi                                   on 2001/02/28  14:33:39
47843         Log: Subject: Re: sync sync sync: have I missed any patches?
47844              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47845              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
47846              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
47847              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
47848              
47849              Replace djSP with dSP.
47850      Branch: perl
47851            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
47852            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
47853            ! win32/perlhost.h
47854 ____________________________________________________________________________
47855 [  8962] By: jhi                                   on 2001/02/27  23:21:14
47856         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
47857      Branch: perl
47858            ! lib/Filter/Simple.pm
47859 ____________________________________________________________________________
47860 [  8961] By: jhi                                   on 2001/02/27  22:55:26
47861         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
47862              and this would be it.
47863      Branch: perl
47864            ! hints/hpux.sh hints/irix_6.sh
47865 ____________________________________________________________________________
47866 [  8960] By: jhi                                   on 2001/02/27  22:51:33
47867         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
47868              From: "Craig A. Berry" <craigberry@mac.com>
47869              Date: Tue, 27 Feb 2001 16:11:44 -0600
47870              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
47871      Branch: maint-5.6/perl
47872            ! configure.com vms/descrip_mms.template
47873 ____________________________________________________________________________
47874 [  8959] By: jhi                                   on 2001/02/27  22:47:23
47875         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
47876              From: "Craig A. Berry" <craigberry@mac.com>
47877              Date: Tue, 27 Feb 2001 16:11:44 -0600
47878              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
47879      Branch: perl
47880            ! configure.com vms/descrip_mms.template
47881 ____________________________________________________________________________
47882 [  8958] By: jhi                                   on 2001/02/27  15:16:42
47883         Log: Update Changes.
47884      Branch: perl
47885            ! Changes patchlevel.h
47886 ____________________________________________________________________________
47887 [  8957] By: jhi                                   on 2001/02/27  06:15:07
47888         Log: Subject: [5.6.x] EPOC additions
47889              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47890              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
47891              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
47892      Branch: maint-5.6/perl
47893            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
47894 ____________________________________________________________________________
47895 [  8956] By: jhi                                   on 2001/02/27  06:12:11
47896         Log: Subject: [perl-current] EPOC 
47897              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47898              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
47899              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
47900      Branch: perl
47901            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
47902            ! epoc/epocish.c epoc/epocish.h pp_sys.c
47903 ____________________________________________________________________________
47904 [  8955] By: jhi                                   on 2001/02/27  05:59:50
47905         Log: Subject: Re: Compile with perlcc..
47906              From: Edward Peschko <edwardp@excitehome.net>
47907              Date: Mon, 26 Feb 2001 18:51:58 -0800
47908              Message-ID: <20010226185158.A9871@excitehome.net>
47909              
47910              plus add a simple usage message if no arguments given.
47911      Branch: perl
47912            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
47913            ! utils/Makefile utils/perlcc.PL win32/pod.mak
47914 ____________________________________________________________________________
47915 [  8954] By: nick                                  on 2001/02/26  21:02:59
47916         Log: Integrate mainline
47917      Branch: perlio
47918           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
47919           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
47920           !> t/op/sprintf.t
47921 ____________________________________________________________________________
47922 [  8953] By: jhi                                   on 2001/02/26  14:43:54
47923         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
47924              From: Nicholas Clark <nick@ccl4.org>
47925              Date: Mon, 26 Feb 2001 00:42:07 +0000
47926              Message-ID: <20010226004207.F23333@plum.flirble.org>
47927      Branch: perl
47928            ! pp_ctl.c
47929 ____________________________________________________________________________
47930 [  8952] By: jhi                                   on 2001/02/26  14:42:13
47931         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
47932              From: Simon Cozens <simon@netthink.co.uk>
47933              Date: Mon, 26 Feb 2001 12:23:48 +0000
47934              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
47935      Branch: perl
47936            ! pod/perlguts.pod
47937 ____________________________________________________________________________
47938 [  8951] By: jhi                                   on 2001/02/26  14:39:15
47939         Log: Subject: [PATCH] perlio - unknown layer
47940              From: Nicholas Clark <nick@ccl4.org>
47941              Date: Mon, 26 Feb 2001 00:27:19 +0000
47942              Message-ID: <20010226002719.E23333@plum.flirble.org>
47943      Branch: perl
47944            ! perlio.c
47945 ____________________________________________________________________________
47946 [  8950] By: jhi                                   on 2001/02/26  14:38:04
47947         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
47948              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
47949              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
47950              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
47951      Branch: perl
47952            ! t/op/bop.t
47953 ____________________________________________________________________________
47954 [  8949] By: jhi                                   on 2001/02/26  14:37:07
47955         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
47956              From: Peter Prymmer <pvhp@forte.com>
47957              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
47958              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
47959      Branch: perl
47960            ! lib/Test.pm
47961 ____________________________________________________________________________
47962 [  8948] By: jhi                                   on 2001/02/26  14:35:53
47963         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
47964              From: Radu Greab <radu@netsoft.ro>
47965              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
47966              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
47967      Branch: perl
47968            ! pod/perlop.pod
47969 ____________________________________________________________________________
47970 [  8947] By: jhi                                   on 2001/02/26  14:34:46
47971         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
47972              From: David Mitchell <davem@fdgroup.co.uk>
47973              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
47974              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
47975      Branch: perl
47976            ! run.c
47977 ____________________________________________________________________________
47978 [  8946] By: jhi                                   on 2001/02/26  14:32:37
47979         Log: Subject: Modified README.bs2000 
47980              From: Dorner Thomas <Thomas.Dorner@start.de>
47981              Date: Mon, 26 Feb 2001 09:22:17 +0100
47982              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
47983      Branch: perl
47984            ! README.bs2000
47985 ____________________________________________________________________________
47986 [  8945] By: jhi                                   on 2001/02/26  14:19:53
47987         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
47988              to maintperl, listing the known failures on the tests 129 and 130.
47989      Branch: maint-5.6/perl
47990           !> t/op/sprintf.t
47991 ____________________________________________________________________________
47992 [  8944] By: jhi                                   on 2001/02/26  14:14:15
47993         Log: Add more known sprintf failures.
47994      Branch: perl
47995            ! t/op/sprintf.t
47996 ____________________________________________________________________________
47997 [  8943] By: jhi                                   on 2001/02/26  13:56:22
47998         Log: perlglob.exe needs to be found in Win32, patch from
47999              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
48000              which needs external glob at mini-perl time."
48001      Branch: perl
48002            ! ext/Encode/compile
48003 ____________________________________________________________________________
48004 [  8942] By: jhi                                   on 2001/02/26  13:52:19
48005         Log: A missing dTHX from Vadim Konovalov.
48006      Branch: perl
48007            ! perlio.c
48008 ____________________________________________________________________________
48009 [  8941] By: jhi                                   on 2001/02/26  13:37:05
48010         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
48011      Branch: perl
48012            ! op.c
48013 ____________________________________________________________________________
48014 [  8940] By: jhi                                   on 2001/02/26  13:35:40
48015         Log: Integrate perlio.
48016      Branch: perl
48017           !> ext/Encode/Encode.pm
48018 ____________________________________________________________________________
48019 [  8939] By: nick                                  on 2001/02/25  23:47:09
48020         Log: Integrate mainline.
48021      Branch: perlio
48022           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
48023           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
48024 ____________________________________________________________________________
48025 [  8938] By: nick                                  on 2001/02/25  19:36:28
48026         Log: Encode implementations docs.
48027      Branch: perlio
48028            ! ext/Encode/Encode.pm
48029 ____________________________________________________________________________
48030 [  8937] By: jhi                                   on 2001/02/25  19:26:16
48031         Log: Script wasn't aligned with reality.
48032      Branch: perl
48033            ! t/pod/find.t
48034 ____________________________________________________________________________
48035 [  8936] By: jhi                                   on 2001/02/25  18:54:55
48036         Log: Update Changes.
48037      Branch: perl
48038            ! Changes patchlevel.h
48039 ____________________________________________________________________________
48040 [  8935] By: jhi                                   on 2001/02/25  18:46:36
48041         Log: Retract #8929,8930,8932,8933 for now.
48042      Branch: perl
48043            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
48044 ____________________________________________________________________________
48045 [  8934] By: jhi                                   on 2001/02/25  17:34:35
48046         Log: Integrate perlio.
48047      Branch: perl
48048           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
48049           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
48050           !> t/lib/encode.t
48051 ____________________________________________________________________________
48052 [  8933] By: jhi                                   on 2001/02/25  17:33:12
48053         Log: (Retracted by #8395.)
48054              
48055              Slight tweaks in scan_const(), not fixes yet, it seems like
48056              lots of work remains to be done...
48057      Branch: perl
48058            ! toke.c
48059 ____________________________________________________________________________
48060 [  8932] By: jhi                                   on 2001/02/25  17:27:11
48061         Log: (Retracted by #8395.)
48062              
48063              Missing from #8930.
48064      Branch: perl
48065            ! perl.h
48066 ____________________________________________________________________________
48067 [  8931] By: jhi                                   on 2001/02/25  17:26:19
48068         Log: A comment tweak.
48069      Branch: perl
48070            ! utf8.c
48071 ____________________________________________________________________________
48072 [  8930] By: jhi                                   on 2001/02/25  17:25:47
48073         Log: (Retracted by #8395.)
48074              
48075              Attempt to fix the EBCDIC character range problem with //.
48076      Branch: perl
48077            ! regcomp.c
48078 ____________________________________________________________________________
48079 [  8929] By: jhi                                   on 2001/02/25  17:23:45
48080         Log: (Retracted by #8395.)
48081              
48082              Expand the EBCDIC character range tests, and add few nasty
48083              tr tests from Karsten Sperling.
48084      Branch: perl
48085            ! t/op/pat.t t/op/tr.t
48086 ____________________________________________________________________________
48087 [  8928] By: jhi                                   on 2001/02/25  17:18:49
48088         Log: Missing check-in.
48089      Branch: perl
48090            ! lib/Pod/Find.pm
48091 ____________________________________________________________________________
48092 [  8927] By: nick                                  on 2001/02/25  11:30:22
48093         Log: Change method names in Encode implementation classes to something
48094              less confusing (preparing to "go public").
48095      Branch: perlio
48096            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
48097 ____________________________________________________________________________
48098 [  8926] By: nick                                  on 2001/02/25  10:53:24
48099         Log: GCC __atribute__ / printf fix
48100      Branch: perlio
48101            ! perl.h
48102 ____________________________________________________________________________
48103 [  8925] By: nick                                  on 2001/02/25  10:52:25
48104         Log: Checked in the wrong one ...
48105      Branch: perlio
48106            ! ext/Encode/Encode.pm
48107 ____________________________________________________________________________
48108 [  8924] By: nick                                  on 2001/02/24  18:46:51
48109         Log: Integrate mainline - to see what Jarkko has in ...
48110      Branch: perlio
48111           +> t/pod/testpods/lib/Pod/Stuff.pm
48112           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
48113 ____________________________________________________________________________
48114 [  8923] By: nick                                  on 2001/02/24  17:05:23
48115         Log: Encode API documentation nd tidy up.
48116              Minor additions to test.
48117              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
48118              Adds STRLEN to standard typemap.
48119      Branch: perlio
48120            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
48121            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
48122 ____________________________________________________________________________
48123 [  8922] By: jhi                                   on 2001/02/24  16:38:12
48124         Log: Add a test for the "character range should match in EBCDIC
48125              if specified using explicit numerics" bug found by Karsten
48126              Sperling.
48127      Branch: perl
48128            ! t/op/pat.t
48129 ____________________________________________________________________________
48130 [  8921] By: jhi                                   on 2001/02/24  16:30:16
48131         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
48132              From: schwern@pobox.com
48133              Date: Fri, 23 Feb 2001 03:21:37 -0500
48134              Message-ID: <20010223032137.A26022@magnonel.guild.net>
48135              
48136              plus Charles Lane's fixes, plus tweaks.
48137      Branch: perl
48138            + t/pod/testpods/lib/Pod/Stuff.pm
48139            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
48140 ____________________________________________________________________________
48141 [  8920] By: nick                                  on 2001/02/24  10:30:11
48142         Log: Integrate mainline
48143      Branch: perlio
48144           !> (integrate 33 files)
48145 ____________________________________________________________________________
48146 [  8919] By: jhi                                   on 2001/02/24  00:23:35
48147         Log: Subject: Re: I'm losing the war...
48148              From: "Vadim Konovalov" <watman@inbox.ru>
48149              Date: Sat, 24 Feb 2001 00:10:14 +0300
48150              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
48151              
48152              hv_store() not working correctly in ENV_IS_CASELESS case.
48153      Branch: perl
48154            ! hv.c
48155 ____________________________________________________________________________
48156 [  8918] By: jhi                                   on 2001/02/24  00:20:09
48157         Log: Subject: Re: [PATCH] fix for charnames above FFFF
48158              From: andreas.koenig@anima.de (Andreas J. Koenig)
48159              Date: 23 Feb 2001 02:39:03 +0100
48160              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
48161              
48162              A further efficiency tweak.
48163      Branch: perl
48164            ! lib/charnames.pm
48165 ____________________________________________________________________________
48166 [  8917] By: jhi                                   on 2001/02/23  20:27:51
48167         Log: Integrate change #8916 from mainline,
48168              do away with USE_WIN32_RTL_ENV.
48169      Branch: maint-5.6/perl
48170           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
48171 ____________________________________________________________________________
48172 [  8916] By: jhi                                   on 2001/02/23  20:02:25
48173         Log: Abolish USE_WIN32_RTL_ENV.
48174      Branch: perl
48175            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
48176 ____________________________________________________________________________
48177 [  8915] By: jhi                                   on 2001/02/23  19:36:00
48178         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
48179              later protected by some #define.
48180      Branch: perl
48181            ! gv.c
48182 ____________________________________________________________________________
48183 [  8914] By: jhi                                   on 2001/02/23  19:31:38
48184         Log: Retract #8902 for now, requested by Charles Lane, the correct
48185              fix will be something else.
48186      Branch: perl
48187            ! op.c
48188 ____________________________________________________________________________
48189 [  8913] By: jhi                                   on 2001/02/23  19:11:36
48190         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
48191              From: Peter Prymmer <pvhp@forte.com>
48192              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
48193              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
48194      Branch: perl
48195            ! t/op/lex_assign.t
48196 ____________________________________________________________________________
48197 [  8912] By: jhi                                   on 2001/02/23  18:38:20
48198         Log: Subject: [patch] perlio + useithreads
48199              From: Doug MacEachern <dougm@covalent.net>
48200              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
48201              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
48202              
48203              Gets things running but not complete.
48204      Branch: perl
48205            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
48206 ____________________________________________________________________________
48207 [  8911] By: jhi                                   on 2001/02/23  04:20:02
48208         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
48209              
48210              Duplicated environment freeing, File::Temp 0.12,
48211              op/append portability (EBCDIC) tweak.
48212      Branch: maint-5.6/perl
48213           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48214           !> t/op/append.t
48215 ____________________________________________________________________________
48216 [  8910] By: jhi                                   on 2001/02/23  02:07:33
48217         Log: Integrate change #8909 from mainline, a better Borland
48218              putenv() workaround.
48219      Branch: maint-5.6/perl
48220           !> perl.c
48221 ____________________________________________________________________________
48222 [  8909] By: jhi                                   on 2001/02/23  02:05:46
48223         Log: A better workaround for Borland putenv() brokenness from Sarathy.
48224      Branch: perl
48225            ! perl.c
48226 ____________________________________________________________________________
48227 [  8908] By: jhi                                   on 2001/02/23  02:04:14
48228         Log: Subject: fix for parameter -Dm (for perl@8867)
48229              From: "Vadim Konovalov" <watman@inbox.ru>
48230              Date: Thu, 22 Feb 2001 17:30:12 +0300
48231              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
48232      Branch: perl
48233            ! perl.h
48234 ____________________________________________________________________________
48235 [  8907] By: jhi                                   on 2001/02/23  01:58:20
48236         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
48237              From: Peter Prymmer <pvhp@forte.com>
48238              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
48239              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
48240      Branch: perl
48241            ! t/op/append.t
48242 ____________________________________________________________________________
48243 [  8906] By: jhi                                   on 2001/02/23  01:48:34
48244         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
48245      Branch: perl
48246            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48247 ____________________________________________________________________________
48248 [  8905] By: jhi                                   on 2001/02/23  01:43:30
48249         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
48250              From: Peter Prymmer <pvhp@forte.com>
48251              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
48252              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
48253      Branch: perl
48254            ! t/lib/st-06compat.t
48255 ____________________________________________________________________________
48256 [  8904] By: jhi                                   on 2001/02/23  01:42:39
48257         Log: Metaconfig unit change for #8903.
48258      Branch: metaconfig/U/perl
48259            ! Devel.U
48260 ____________________________________________________________________________
48261 [  8903] By: jhi                                   on 2001/02/23  01:42:12
48262         Log: Be more helpful for devel builders, suggested by John L. Allen.
48263      Branch: perl
48264            ! Configure
48265 ____________________________________________________________________________
48266 [  8902] By: jhi                                   on 2001/02/23  01:37:41
48267         Log: (Retracted by #8914)
48268              (Wrongly, reinstated by #8941)
48269              
48270              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
48271              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48272              Date:     Thu, 22 Feb 2001 09:43:57 EST
48273              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
48274      Branch: perl
48275            ! op.c
48276 ____________________________________________________________________________
48277 [  8901] By: jhi                                   on 2001/02/23  01:20:32
48278         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
48279              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48280              Date:     Thu, 22 Feb 2001 08:01:35 EST
48281              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
48282      Branch: perl
48283            ! malloc.c
48284 ____________________________________________________________________________
48285 [  8900] By: jhi                                   on 2001/02/23  01:18:02
48286         Log: Integrate changes #8898,8899 from mainline, environ handling.
48287      Branch: maint-5.6/perl
48288           !> perl.c
48289 ____________________________________________________________________________
48290 [  8899] By: jhi                                   on 2001/02/23  01:16:25
48291         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
48292              putenv() is not to be relied on, they are either broken or leaky
48293              or both.)
48294      Branch: perl
48295            ! perl.c
48296 ____________________________________________________________________________
48297 [  8898] By: jhi                                   on 2001/02/22  23:36:59
48298         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
48299              and safesysfree() must be used.
48300      Branch: perl
48301            ! perl.c
48302 ____________________________________________________________________________
48303 [  8897] By: jhi                                   on 2001/02/22  23:25:45
48304         Log: With environ one must use safesysmalloc()/safesysfree().
48305      Branch: perl
48306            ! perl.c
48307 ____________________________________________________________________________
48308 [  8896] By: jhi                                   on 2001/02/22  22:13:18
48309         Log: If we have a duplicated environment free it
48310              if PERL_DESTRUCT_LEVEL.
48311      Branch: perl
48312            ! perl.c
48313 ____________________________________________________________________________
48314 [  8895] By: alanbur                               on 2001/02/22  19:31:57
48315         Log: Synchronised with parent
48316      Branch: maint-5.6/pureperl
48317           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
48318 ____________________________________________________________________________
48319 [  8894] By: gsar                                  on 2001/02/22  19:06:18
48320         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
48321              
48322              fix memory leak in method call optimization (change#3768);
48323              made C<eval "$x->foo()"> leak
48324              
48325              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
48326      Branch: maint-5.6/perl
48327           !> op.c
48328 ____________________________________________________________________________
48329 [  8893] By: jhi                                   on 2001/02/22  18:35:27
48330         Log: (Retracted by #8915.)
48331              
48332              Third Degree finding:
48333              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
48334      Branch: perl
48335            ! gv.c
48336 ____________________________________________________________________________
48337 [  8892] By: jhi                                   on 2001/02/22  14:28:32
48338         Log: Update Changes.
48339      Branch: perl
48340            ! Changes patchlevel.h
48341 ____________________________________________________________________________
48342 [  8891] By: jhi                                   on 2001/02/22  13:22:45
48343         Log: Metaconfig unit changes for #8890.
48344      Branch: metaconfig
48345            ! U/modified/Cppsym.U U/threads/archname.U
48346 ____________________________________________________________________________
48347 [  8890] By: jhi                                   on 2001/02/22  13:22:12
48348         Log: Add -stdio to the archname if no perlio selected,
48349              no -perlio added since that is now the default.
48350              
48351              Add few CPUs/architectures to the Cppsym scan.
48352      Branch: perl
48353            ! Configure config_h.SH
48354 ____________________________________________________________________________
48355 [  8889] By: jhi                                   on 2001/02/22  13:05:59
48356         Log: Metaconfig unit change for #8888.
48357      Branch: metaconfig/U/perl
48358            ! useperlio.U
48359 ____________________________________________________________________________
48360 [  8888] By: jhi                                   on 2001/02/22  13:05:28
48361         Log: *drum roll*  Make perlio the default.
48362      Branch: perl
48363            ! Configure config_h.SH
48364 ____________________________________________________________________________
48365 [  8887] By: jhi                                   on 2001/02/22  12:50:52
48366         Log: Integrate change #8665 from maintperl to mainline,
48367              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
48368      Branch: perl
48369           !> ext/POSIX/POSIX.xs
48370 ____________________________________________________________________________
48371 [  8886] By: jhi                                   on 2001/02/22  12:49:24
48372         Log: Integrate changes #8883,8884 from mainline to maintperl.
48373              
48374              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
48375              Subject: Re: File::Temp::_gettemp warning
48376      Branch: maint-5.6/perl
48377           !> embed.h embed.pl lib/File/Temp.pm
48378 ____________________________________________________________________________
48379 [  8885] By: jhi                                   on 2001/02/22  12:43:59
48380         Log: Based on
48381              
48382              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
48383              From: schwab@suse.de
48384              Date: Thu, 22 Feb 2001 13:08:09 +0100
48385              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
48386              
48387              but the fix done slightly differently because the other
48388              half was already done in #8664.
48389      Branch: maint-5.6/perl
48390            ! ext/POSIX/POSIX.xs
48391 ____________________________________________________________________________
48392 [  8884] By: jhi                                   on 2001/02/22  12:37:15
48393         Log: Subject: Re: File::Temp::_gettemp warning
48394              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48395              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
48396              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
48397              
48398              This patch to File::Temp does two things:
48399              
48400              1. Fixes the problem with CGI::Carp when determining
48401              the Fcntl constants
48402              
48403              2. Removes most of the carps and consolidates them so that all the
48404              reasons are included in a single die that is caught by the test. This
48405              means that the correct skipping behaviour is displayed by the test.
48406      Branch: perl
48407            ! lib/File/Temp.pm
48408 ____________________________________________________________________________
48409 [  8883] By: jhi                                   on 2001/02/22  12:29:19
48410         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
48411              From: Peter Prymmer <pvhp@forte.com>
48412              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
48413              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
48414      Branch: perl
48415            ! embed.h embed.pl
48416 ____________________________________________________________________________
48417 [  8882] By: jhi                                   on 2001/02/21  19:41:33
48418         Log: Integrate change #8881 from mainlin to maintperl.
48419              
48420              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
48421      Branch: maint-5.6/perl
48422           !> op.c
48423 ____________________________________________________________________________
48424 [  8881] By: jhi                                   on 2001/02/21  19:38:57
48425         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
48426              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48427              Date:     Wed, 21 Feb 2001 13:08:03 EST
48428              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
48429      Branch: perl
48430            ! op.c
48431 ____________________________________________________________________________
48432 [  8880] By: jhi                                   on 2001/02/21  19:34:34
48433         Log: Retract #8875, cannot let go of the old semantics of unpack U
48434              without rethinking utf8decode.t.
48435      Branch: perl
48436            ! pp.c t/op/pack.t
48437 ____________________________________________________________________________
48438 [  8879] By: jhi                                   on 2001/02/21  19:08:02
48439         Log: Run run/*.t also in minitest.
48440      Branch: perl
48441            ! Makefile.SH
48442 ____________________________________________________________________________
48443 [  8878] By: nick                                  on 2001/02/21  18:55:37
48444         Log: Integrate mainline
48445      Branch: perlio
48446           !> (integrate 76 files)
48447 ____________________________________________________________________________
48448 [  8877] By: jhi                                   on 2001/02/21  15:09:33
48449         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
48450      Branch: metaconfig
48451            ! U/compline/nblock_io.U
48452      Branch: perl
48453            ! Configure config_h.SH
48454 ____________________________________________________________________________
48455 [  8876] By: jhi                                   on 2001/02/21  14:54:45
48456         Log: If no sfio, no -lsfio.
48457      Branch: metaconfig/U/perl
48458            ! d_sfio.U
48459      Branch: perl
48460            ! Configure config_h.SH
48461 ____________________________________________________________________________
48462 [  8875] By: jhi                                   on 2001/02/21  14:54:00
48463         Log: Make unpack C and unpack U truly equivalent.
48464      Branch: perl
48465            ! pp.c t/op/pack.t
48466 ____________________________________________________________________________
48467 [  8874] By: jhi                                   on 2001/02/21  14:26:02
48468         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
48469              From: Peter Prymmer <pvhp@forte.com>
48470              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
48471              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
48472      Branch: perl
48473            ! pod/perlport.pod
48474 ____________________________________________________________________________
48475 [  8873] By: jhi                                   on 2001/02/21  14:24:31
48476         Log: Subject: [PATCH] fix for charnames above FFFF
48477              From: andreas.koenig@anima.de (Andreas J. Koenig)
48478              Date: 21 Feb 2001 07:05:45 +0100
48479              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
48480      Branch: perl
48481            ! lib/charnames.pm t/lib/charnames.t
48482 ____________________________________________________________________________
48483 [  8872] By: jhi                                   on 2001/02/21  14:15:25
48484         Log: Integrate change #8868 from pureperl to mainline.
48485              
48486              Fixed reference count loop caused by sv_magic.
48487      Branch: perl
48488           !> sv.c
48489 ____________________________________________________________________________
48490 [  8871] By: jhi                                   on 2001/02/21  14:07:29
48491         Log: Integrate change #8868 from pureperl to maintperl.
48492              
48493              Fixed reference count loop caused by sv_magic.
48494      Branch: maint-5.6/perl
48495           !> sv.c
48496 ____________________________________________________________________________
48497 [  8870] By: jhi                                   on 2001/02/21  14:04:41
48498         Log: Put back the #8840, it was innocent.
48499      Branch: perl
48500            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48501            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
48502 ____________________________________________________________________________
48503 [  8869] By: jhi                                   on 2001/02/21  14:00:03
48504         Log: unpack("C", ...) was left slightly unfinished by #8865.
48505      Branch: perl
48506            ! pp.c t/op/pack.t
48507 ____________________________________________________________________________
48508 [  8868] By: alanbur                               on 2001/02/21  01:33:45
48509         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
48510              from gv_fetchpv to create single-character magic variables (e.g. $!),
48511              and it is passed a sv and the gv that contains the sv as the mg_obj
48512              value.  When sv_magic stores the mg_obj pointer it increments the gv
48513              refcount, thus causing a sv-gv pair that can't be freed.  There is
48514              already a check for sv == obj which is used to prevent such reference
48515              loops.  This change extends the check to cover the case described above.
48516      Branch: maint-5.6/pureperl
48517            ! sv.c
48518 ____________________________________________________________________________
48519 [  8867] By: jhi                                   on 2001/02/21  00:52:39
48520         Log: Update Changes.
48521      Branch: perl
48522            ! Changes patchlevel.h
48523 ____________________________________________________________________________
48524 [  8866] By: jhi                                   on 2001/02/21  00:34:20
48525         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
48526              (Note: there were some conflicts due to EBCDIC and EPOC
48527              patches, in general I preferred the repository code.)
48528              (When 2.753 comes out, we need to synchronize.)
48529      Branch: perl
48530            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
48531            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
48532            ! t/lib/cgi-html.t
48533 ____________________________________________________________________________
48534 [  8865] By: jhi                                   on 2001/02/21  00:24:22
48535         Log: Make pack("C", 0x100) to create Unicode, unless under the
48536              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
48537              will understand Unicode, unless you under know what.
48538      Branch: perl
48539            ! pp.c t/op/pack.t t/op/qu.t
48540 ____________________________________________________________________________
48541 [  8864] By: alanbur                               on 2001/02/20  22:35:34
48542         Log: Resynchronised with parent
48543      Branch: maint-5.6/pureperl
48544           !> README.win32 ext/GDBM_File/GDBM_File.pm
48545           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48546           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
48547           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48548           !> t/lib/sdbm.t util.c
48549 ____________________________________________________________________________
48550 [  8863] By: jhi                                   on 2001/02/20  20:55:11
48551         Log: Integrate change #8860,8861 from mainline into maintperl.
48552              
48553              "pseudo-literal j"
48554              
48555              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
48556      Branch: maint-5.6/perl
48557           !> lib/Test.pm pod/perlop.pod
48558 ____________________________________________________________________________
48559 [  8862] By: jhi                                   on 2001/02/20  20:30:07
48560         Log: Don't do casting between pointers pointing to differently sized
48561              integers.
48562      Branch: perl
48563            ! hv.c sv.c
48564 ____________________________________________________________________________
48565 [  8861] By: jhi                                   on 2001/02/20  19:53:44
48566         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
48567              From: Peter Prymmer <pvhp@forte.com>
48568              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
48569              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
48570      Branch: perl
48571            ! lib/Test.pm
48572 ____________________________________________________________________________
48573 [  8860] By: jhi                                   on 2001/02/20  19:48:02
48574         Log: "pseudo-literal j", a documentation glitch reported to Debian.
48575              The text recovered from Perl 5.005_03, and pseudo-literal replaced
48576              by "backtick string".
48577      Branch: perl
48578            ! pod/perlop.pod
48579 ____________________________________________________________________________
48580 [  8859] By: jhi                                   on 2001/02/20  19:15:46
48581         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
48582              from Chris Nandor.
48583      Branch: perl
48584            ! makedef.pl
48585 ____________________________________________________________________________
48586 [  8858] By: jhi                                   on 2001/02/20  17:36:53
48587         Log: Integrate pureperl changes #8844,8845,8850 to mainline
48588              (via maintperl #8855).
48589              
48590              Fixed %^H scoping bug
48591              
48592              Removed GV <-> CV refcount loop
48593              
48594              Removed %ENV refcount loop
48595      Branch: perl
48596           !> gv.c op.c perl.c pp.c scope.c
48597 ____________________________________________________________________________
48598 [  8857] By: jhi                                   on 2001/02/20  17:34:32
48599         Log: Integrate changes #8853,8854 from maintperl to mainline.
48600              
48601              EBDIC fixes, README.win32 Borland update.
48602      Branch: perl
48603           !> README.win32 handy.h util.c
48604 ____________________________________________________________________________
48605 [  8856] By: jhi                                   on 2001/02/20  17:33:16
48606         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
48607      Branch: maint-5.6/perl
48608           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
48609           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
48610           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48611 ____________________________________________________________________________
48612 [  8855] By: jhi                                   on 2001/02/20  17:32:13
48613         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
48614              
48615              Fixed %^H scoping bug
48616              
48617              Removed GV <-> CV refcount loop
48618              
48619              Removed %ENV refcount loop
48620      Branch: maint-5.6/perl
48621           !> gv.c op.c perl.c pp.c scope.c
48622 ____________________________________________________________________________
48623 [  8854] By: jhi                                   on 2001/02/20  17:25:06
48624         Log: Subject: Addition to readme.win32 for Borland C++ compilers
48625              Date: Tue, 20 Feb 2001 02:15:25 +0300
48626              From: "Vadim Konovalov" <watman@inbox.ru>
48627              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
48628              
48629              Document Borland compiler misbehaviour.
48630      Branch: maint-5.6/perl
48631            ! README.win32
48632 ____________________________________________________________________________
48633 [  8853] By: jhi                                   on 2001/02/20  17:22:25
48634         Log: The assimilation of ebcdic.c didn't quite work at the first try,
48635              patches from Thomas Dorner.
48636      Branch: maint-5.6/perl
48637            ! handy.h util.c
48638 ____________________________________________________________________________
48639 [  8852] By: jhi                                   on 2001/02/20  17:20:15
48640         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
48641              From: Chris Nandor <pudge@pobox.com>
48642              Date: Tue, 20 Feb 2001 08:32:45 -0500
48643              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
48644      Branch: maint-5.6/perl
48645            ! makedef.pl mg.c
48646 ____________________________________________________________________________
48647 [  8851] By: jhi                                   on 2001/02/20  17:15:52
48648         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
48649      Branch: perl
48650            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
48651            ! t/lib/filter-util.t
48652 ____________________________________________________________________________
48653 [  8850] By: alanbur                               on 2001/02/20  17:12:40
48654         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
48655              and the magic pointer points back to the GV that contains the
48656              %ENV hash.  This creates a refcount loop that prevents members
48657              of %ENV from being freed correctly.  This change removes the
48658              refcount loop - the magic pointer was never used anyway, the
48659              only use of the magic was to check the type ('E') so that the
48660              appropriate environment manipulation code is called when %ENV
48661              is modified.
48662      Branch: maint-5.6/pureperl
48663            ! perl.c
48664 ____________________________________________________________________________
48665 [  8849] By: jhi                                   on 2001/02/20  17:12:20
48666         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
48667              From: "Craig A. Berry" <craigberry@mac.com>
48668              Date: Mon, 19 Feb 2001 23:36:12 -0600
48669              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
48670              
48671              Case-forgiving systems match TestInit.pm with TES*.
48672      Branch: perl
48673            ! t/lib/glob-basic.t
48674 ____________________________________________________________________________
48675 [  8848] By: jhi                                   on 2001/02/20  17:10:02
48676         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
48677      Branch: perl
48678            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
48679            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
48680            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48681 ____________________________________________________________________________
48682 [  8847] By: jhi                                   on 2001/02/20  15:34:41
48683         Log: The #8843 wasn't quite right: %Config needs to imported.
48684      Branch: perl
48685            ! t/run/runenv.t
48686 ____________________________________________________________________________
48687 [  8846] By: jhi                                   on 2001/02/20  15:31:50
48688         Log: Retract the #8838 and #8840 for now because of
48689              the DB_File tie problem.
48690      Branch: perl
48691            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
48692            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
48693            ! proto.h sv.c
48694 ____________________________________________________________________________
48695 [  8845] By: alanbur                               on 2001/02/20  14:25:41
48696         Log: Removed GV <-> CV refcount loop
48697              CvGV(mycv) points to the parent GV of the CV, and was previously
48698              refcounted.  The pointer remains, but the refcounting has been removed
48699              as it causes a refcount loop between the CV and GV that means the CV
48700              can't ever be deleted.
48701      Branch: maint-5.6/pureperl
48702            ! gv.c op.c pp.c
48703 ____________________________________________________________________________
48704 [  8844] By: alanbur                               on 2001/02/20  14:23:13
48705         Log: Fixed %^H scoping bug
48706      Branch: maint-5.6/pureperl
48707            ! scope.c
48708 ____________________________________________________________________________
48709 [  8843] By: jhi                                   on 2001/02/19  13:38:08
48710         Log: fork() not everywhere, cleanup temp files.
48711      Branch: perl
48712            ! t/run/runenv.t
48713 ____________________________________________________________________________
48714 [  8842] By: alanbur                               on 2001/02/19  12:42:07
48715         Log: Resynchronised with parent
48716      Branch: maint-5.6/pureperl
48717           !> pod/perlfaq4.pod sv.c utf8.c
48718 ____________________________________________________________________________
48719 [  8841] By: jhi                                   on 2001/02/19  03:35:51
48720         Log: Update Changes.
48721      Branch: perl
48722            ! Changes patchlevel.h
48723 ____________________________________________________________________________
48724 [  8840] By: jhi                                   on 2001/02/19  00:23:41
48725         Log: Subject: [patch] add sv_setref_uv
48726              From: Doug MacEachern <dougm@covalent.net>
48727              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
48728              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
48729      Branch: perl
48730            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48731            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
48732 ____________________________________________________________________________
48733 [  8839] By: jhi                                   on 2001/02/19  00:01:38
48734         Log: Put to rest the 20010205.001, the email address checking (not) regex.
48735      Branch: perl
48736            ! pod/perlfaq9.pod
48737 ____________________________________________________________________________
48738 [  8838] By: jhi                                   on 2001/02/18  22:17:54
48739         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
48740              From: Doug MacEachern <dougm@covalent.net>
48741              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
48742              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
48743      Branch: perl
48744            ! lib/ExtUtils/xsubpp
48745 ____________________________________________________________________________
48746 [  8837] By: jhi                                   on 2001/02/18  22:16:50
48747         Log: Subject: [patch] -Wall cleanup round 2
48748              From: Doug MacEachern <dougm@covalent.net>
48749              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
48750              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
48751      Branch: perl
48752            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
48753            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
48754            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
48755            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
48756            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
48757            ! ext/SDBM_File/SDBM_File.xs
48758 ____________________________________________________________________________
48759 [  8836] By: jhi                                   on 2001/02/18  22:11:20
48760         Log: Misapplied regex optimizations when \C is present.
48761              Fixes 20001230.002.
48762              
48763              What still remains broken is that the submatches that
48764              have \C in them get their UTF8 flag on because their
48765              parent SV has it on.  This will result in malformed
48766              UTF8 if a \C happened to match a non-ASCII byte.
48767      Branch: perl
48768            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
48769            ! t/pragma/utf8.t
48770 ____________________________________________________________________________
48771 [  8835] By: jhi                                   on 2001/02/18  20:12:02
48772         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
48773              
48774              The hash key got wrongly UTF8fied.
48775      Branch: perl
48776            ! pod/perlapi.pod toke.c utf8.c
48777 ____________________________________________________________________________
48778 [  8834] By: jhi                                   on 2001/02/18  19:44:25
48779         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
48780              don't warn on magical or overloaded things.
48781      Branch: perl
48782            ! pp_hot.c
48783 ____________________________________________________________________________
48784 [  8833] By: nick                                  on 2001/02/18  19:31:22
48785         Log: Integrate mainline
48786      Branch: perlio
48787           +> t/TestInit.pm t/run/runenv.t
48788            - t/UTEST
48789           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
48790           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
48791           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
48792           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
48793           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
48794           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
48795           !> utf8.c
48796 ____________________________________________________________________________
48797 [  8832] By: jhi                                   on 2001/02/18  19:21:18
48798         Log: Integrate perlio.
48799      Branch: perl
48800           !> perlio.c pod/perldiag.pod
48801 ____________________________________________________________________________
48802 [  8831] By: jhi                                   on 2001/02/18  19:14:20
48803         Log: Integrate change #8827 from mainline.
48804              
48805              UTF8 tweaks.
48806      Branch: maint-5.6/perl
48807           !> sv.c utf8.c
48808 ____________________________________________________________________________
48809 [  8830] By: nick                                  on 2001/02/18  19:10:34
48810         Log: Apply the spirit of patch from Nick Clark:
48811              Subject: [PATCH] Re: extensions that provide layers
48812              From: Nicholas Clark <nick@ccl4.org>
48813              Date: Mon, 12 Feb 2001 16:43:51 +0000
48814              Message-Id: <20010212164350.Q3652@plum.flirble.org>
48815      Branch: perlio
48816            ! perlio.c pod/perldiag.pod
48817 ____________________________________________________________________________
48818 [  8829] By: jhi                                   on 2001/02/18  19:03:25
48819         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
48820              From: schwern@pobox.com 
48821              Date: Sun, 18 Feb 2001 13:44:35 -0500
48822              Message-ID: <20010218134435.A17544@magnonel.guild.net>
48823              
48824              Applied, but as t/TestInit.pm.
48825      Branch: perl
48826            + t/TestInit.pm
48827            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
48828            ! t/op/subst_wamp.t
48829 ____________________________________________________________________________
48830 [  8828] By: jhi                                   on 2001/02/18  18:43:52
48831         Log: Integrate perlio.
48832      Branch: perl
48833           !> perlio.c
48834 ____________________________________________________________________________
48835 [  8827] By: jhi                                   on 2001/02/18  18:41:33
48836         Log: UTF-8 tweaks.
48837      Branch: perl
48838            ! sv.c utf8.c
48839 ____________________________________________________________________________
48840 [  8826] By: nick                                  on 2001/02/18  17:40:59
48841         Log: Fix [ID 20010217.002]
48842              open FOO, "<:raw:perlio", ...
48843              :raw now inserts default base layer below itself.
48844              Also
48845              open FOO, "<:unix", ...
48846              works as well - but leaves buffer layer on stack under the unix layer.
48847      Branch: perlio
48848            ! perlio.c
48849 ____________________________________________________________________________
48850 [  8825] By: jhi                                   on 2001/02/18  17:15:39
48851         Log: Integrate perlio.
48852      Branch: perl
48853           !> perlio.c perliol.h
48854 ____________________________________________________________________________
48855 [  8824] By: jhi                                   on 2001/02/18  17:10:53
48856         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
48857              From: schwern@pobox.com
48858              Date: Sun, 18 Feb 2001 01:48:50 -0500
48859              Message-ID: <20010218014850.C19957@magnonel.guild.net>
48860      Branch: perl
48861            ! lib/Test/Harness.pm t/TEST t/op/chop.t
48862 ____________________________________________________________________________
48863 [  8823] By: jhi                                   on 2001/02/18  17:01:06
48864         Log: Add run/*.t to testables.
48865      Branch: perl
48866            ! t/TEST
48867 ____________________________________________________________________________
48868 [  8822] By: jhi                                   on 2001/02/18  16:58:58
48869         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
48870              From: schwern@pobox.com
48871              Date: Sun, 18 Feb 2001 01:11:35 -0500
48872              Message-ID: <20010218011135.A19957@magnonel.guild.net>
48873              
48874              Revive mjd's and Simon's PERL5OPT fix.
48875      Branch: perl
48876            + t/run/runenv.t
48877            ! MANIFEST perl.c
48878 ____________________________________________________________________________
48879 [  8821] By: jhi                                   on 2001/02/18  16:53:46
48880         Log: Subject: Re: Why t/TEST and not Test::Harness?
48881              From: schwern@pobox.com
48882              Date: Sat, 17 Feb 2001 22:44:44 -0500
48883              Message-ID: <20010217224444.A6679@magnonel.guild.net>
48884              
48885              Replace UTEST with TEST -utf8.
48886      Branch: perl
48887            - t/UTEST
48888            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
48889            ! t/lib/glob-basic.t
48890 ____________________________________________________________________________
48891 [  8820] By: nick                                  on 2001/02/18  13:06:16
48892         Log: Clean up a few core dumps when layers are used in unexpected ways.
48893              (Still not "right"...)
48894      Branch: perlio
48895            ! perlio.c perliol.h
48896 ____________________________________________________________________________
48897 [  8819] By: jhi                                   on 2001/02/18  02:25:55
48898         Log: Integrate change #8818 from maintperl, a FAQ nit.
48899      Branch: perl
48900           !> pod/perlfaq4.pod
48901 ____________________________________________________________________________
48902 [  8818] By: jhi                                   on 2001/02/18  02:24:50
48903         Log: FAQ nit from Chris Fedde.
48904      Branch: maint-5.6/perl
48905            ! pod/perlfaq4.pod
48906 ____________________________________________________________________________
48907 [  8817] By: nick                                  on 2001/02/17  18:20:14
48908         Log: Integrate mainline
48909      Branch: perlio
48910           +> lib/unicode/UCD.html lib/unicode/Unicode.html
48911           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
48912           +> pod/perlclib.pod
48913            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
48914            - lib/unicode/Unicode.301
48915           !> (integrate 324 files)
48916 ____________________________________________________________________________
48917 [  8816] By: jhi                                   on 2001/02/17  16:56:58
48918         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
48919      Branch: perl
48920            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48921            ! ext/Storable/Storable.xs t/lib/st-06compat.t
48922            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
48923 ____________________________________________________________________________
48924 [  8815] By: jhi                                   on 2001/02/17  16:40:07
48925         Log: Subject: [patch] -Wall
48926              From: Doug MacEachern <dougm@covalent.net>
48927              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
48928              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
48929      Branch: perl
48930            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
48931            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
48932 ____________________________________________________________________________
48933 [  8814] By: jhi                                   on 2001/02/16  19:27:18
48934         Log: Document qu better.
48935      Branch: perl
48936            ! pod/perlop.pod
48937 ____________________________________________________________________________
48938 [  8813] By: jhi                                   on 2001/02/15  13:54:37
48939         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
48940              From: Hugo <hv@crypt.compulink.co.uk>
48941              Date: Thu, 15 Feb 2001 13:39:49 +0000
48942              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
48943      Branch: perl
48944            ! toke.c
48945 ____________________________________________________________________________
48946 [  8812] By: alanbur                               on 2001/02/15  13:52:16
48947         Log: Resynchronised with parent
48948      Branch: maint-5.6/pureperl
48949            - ebcdic.c
48950           !> (integrate 36 files)
48951 ____________________________________________________________________________
48952 [  8811] By: jhi                                   on 2001/02/15  13:51:16
48953         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
48954              
48955              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
48956              From: Jan Dubois <JanD@ActiveState.com>
48957              Date: Wed, 31 Jan 2001 21:17:03 -0800
48958              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
48959              
48960              tweak change#8659 to keep it simple
48961              
48962              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48963              From: Russ Allbery <rra@stanford.edu>
48964              Date: 14 Feb 2001 10:15:41 -0800
48965              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48966              
48967              (8809 empty)
48968              
48969              Upgrade to podlators 1.08, from Russ Allbery.
48970      Branch: perl
48971           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
48972           !> utils/perldoc.PL
48973 ____________________________________________________________________________
48974 [  8810] By: jhi                                   on 2001/02/15  13:35:08
48975         Log: Upgrade to podlators 1.08, from Russ Allbery.
48976      Branch: maint-5.6/perl
48977            ! lib/Pod/Man.pm lib/Pod/Text.pm
48978 ____________________________________________________________________________
48979 [  8809] By: jhi                                   on 2001/02/15  13:26:38
48980         Log: (accidentally empty check-in)
48981      Branch: maint-5.6/perl
48982            ! lib/Test/Harness.pm
48983 ____________________________________________________________________________
48984 [  8808] By: jhi                                   on 2001/02/15  13:23:47
48985         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48986              From: Russ Allbery <rra@stanford.edu>
48987              Date: 14 Feb 2001 10:15:41 -0800
48988              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48989              
48990              perldoc was hardcoding $Config{installscript}, which breaks
48991              when install* isn't where Perl ends up (such as with AFS).
48992              
48993              Use $Config{scriptdir} instead.
48994      Branch: maint-5.6/perl
48995            ! utils/perldoc.PL
48996 ____________________________________________________________________________
48997 [  8807] By: jhi                                   on 2001/02/14  14:37:27
48998         Log: Update Changes.
48999      Branch: perl
49000            ! Changes patchlevel.h
49001 ____________________________________________________________________________
49002 [  8806] By: jhi                                   on 2001/02/14  14:25:31
49003         Log: Integrate changes #8803,8804,8805 from mainline.
49004              
49005              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
49006              
49007              Don't skip too much of the locale error message if no environ array,
49008              from Chris Nandor.
49009              
49010              More MacOS Classic fixes from Chris Nandor.
49011      Branch: maint-5.6/perl
49012           !> doop.c lib/Cwd.pm perl.c perl.h util.c
49013 ____________________________________________________________________________
49014 [  8805] By: jhi                                   on 2001/02/14  03:29:01
49015         Log: More MacOS Classic fixes from Chris Nandor.
49016      Branch: perl
49017            ! doop.c lib/Cwd.pm
49018 ____________________________________________________________________________
49019 [  8804] By: jhi                                   on 2001/02/14  03:18:35
49020         Log: Don't skip too much of the locale error message if no environ array,
49021              from Chris Nandor.
49022      Branch: perl
49023            ! util.c
49024 ____________________________________________________________________________
49025 [  8803] By: jhi                                   on 2001/02/14  03:14:14
49026         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
49027      Branch: perl
49028            ! perl.c perl.h
49029 ____________________________________________________________________________
49030 [  8802] By: jhi                                   on 2001/02/13  18:31:33
49031         Log: AUTHORS update.
49032      Branch: perl
49033            ! AUTHORS
49034 ____________________________________________________________________________
49035 [  8801] By: jhi                                   on 2001/02/13  17:55:19
49036         Log: Integrate change #8792 from mainline.
49037              
49038              Subject: buncha MacPerl patches for bleadperl
49039              From: Chris Nandor <pudge@pobox.com>
49040              Date: Tue, 13 Feb 2001 00:02:43 -0500
49041              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
49042      Branch: maint-5.6/perl
49043           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
49044           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
49045           !> t/lib/basename.t toke.c util.h
49046 ____________________________________________________________________________
49047 [  8800] By: jhi                                   on 2001/02/13  17:46:43
49048         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
49049              to be forced to Off_t.
49050              
49051              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
49052              From: nick@ccl4.org
49053              Date: Thu, 1 Feb 2001 12:01:04 +0000
49054              Message-Id: <20010201120103.E11401@plum.flirble.org>
49055      Branch: maint-5.6/perl
49056            ! iperlsys.h perlio.c
49057 ____________________________________________________________________________
49058 [  8799] By: jhi                                   on 2001/02/13  16:52:51
49059         Log: Duplex duplex hunk hunk.
49060      Branch: maint-5.6/perl
49061            ! Makefile.SH
49062 ____________________________________________________________________________
49063 [  8797] By: jhi                                   on 2001/02/13  14:52:04
49064         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
49065              From: "Craig A. Berry" <craigberry@mac.com>
49066              Date: Mon, 12 Feb 2001 11:05:25 -0600
49067              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
49068      Branch: perl
49069            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
49070 ____________________________________________________________________________
49071 [  8796] By: jhi                                   on 2001/02/13  14:36:47
49072         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
49073              From: simon.cozens@pembroke.oxford.ac.uk 
49074              Date: Sat, 10 Feb 2001 17:57:02 +0000
49075              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
49076              
49077              Now it does include.
49078      Branch: perl
49079            ! pod/perldiag.pod
49080 ____________________________________________________________________________
49081 [  8795] By: jhi                                   on 2001/02/13  14:30:11
49082         Log: Sort the MANIFEST.
49083      Branch: perl
49084            ! MANIFEST
49085 ____________________________________________________________________________
49086 [  8794] By: jhi                                   on 2001/02/13  14:26:51
49087         Log: Integrate change #8793 from mainline, FAQ updates.
49088      Branch: maint-5.6/perl
49089           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
49090 ____________________________________________________________________________
49091 [  8793] By: jhi                                   on 2001/02/13  14:25:13
49092         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
49093      Branch: perl
49094            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
49095 ____________________________________________________________________________
49096 [  8792] By: jhi                                   on 2001/02/13  14:22:50
49097         Log: Subject: buncha MacPerl patches for bleadperl
49098              From: Chris Nandor <pudge@pobox.com>
49099              Date: Tue, 13 Feb 2001 00:02:43 -0500
49100              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
49101      Branch: perl
49102            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
49103            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
49104            ! t/lib/basename.t toke.c util.h
49105 ____________________________________________________________________________
49106 [  8791] By: jhi                                   on 2001/02/13  14:10:39
49107         Log: Integrate change #8790 from mainline.
49108              
49109              environ array wrongly assumed in Perl_init_i18nl10n(),
49110      Branch: maint-5.6/perl
49111           !> util.c
49112 ____________________________________________________________________________
49113 [  8790] By: jhi                                   on 2001/02/13  14:06:15
49114         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
49115              noticed by Chris Nandor in MacOS Classic.
49116      Branch: perl
49117            ! util.c
49118 ____________________________________________________________________________
49119 [  8789] By: jhi                                   on 2001/02/13  13:58:07
49120         Log: Integrate changes #8373,8487,8544,8783 from mainline.
49121              
49122              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
49123              hints files, the dynaloading, assimilate ebcdic into util.c.
49124      Branch: maint-5.6/perl
49125            - ebcdic.c
49126            ! MANIFEST hints/posix-bc.sh
49127           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
49128           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
49129           !> perlapi.c proto.h util.c
49130 ____________________________________________________________________________
49131 [  8788] By: alanbur                               on 2001/02/13  10:33:13
49132         Log: Integrated changes from maint-5.6
49133      Branch: maint-5.6/pureperl
49134           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
49135           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
49136           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49137           !> vos/config.ga.h vos/configure_perl.cm
49138 ____________________________________________________________________________
49139 [  8787] By: jhi                                   on 2001/02/13  05:56:36
49140         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
49141      Branch: perl
49142           !> Makefile.SH
49143 ____________________________________________________________________________
49144 [  8786] By: jhi                                   on 2001/02/13  05:54:34
49145         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
49146              From: Dorner Thomas <Thomas.Dorner@start.de>
49147              Date: Mon, 12 Feb 2001 15:06:26 +0100
49148              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
49149      Branch: maint-5.6/perl
49150            ! Makefile.SH
49151 ____________________________________________________________________________
49152 [  8785] By: jhi                                   on 2001/02/13  05:29:04
49153         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
49154      Branch: perl
49155           !> hints/openbsd.sh
49156 ____________________________________________________________________________
49157 [  8784] By: jhi                                   on 2001/02/13  02:25:24
49158         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
49159              From: Peter Prymmer <pvhp@forte.com>
49160              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
49161              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
49162      Branch: perl
49163            ! pod/perlclib.pod
49164 ____________________________________________________________________________
49165 [  8783] By: jhi                                   on 2001/02/13  02:22:36
49166         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
49167      Branch: perl
49168            - ebcdic.c
49169            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
49170            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
49171            ! util.c
49172 ____________________________________________________________________________
49173 [  8782] By: jhi                                   on 2001/02/13  02:00:07
49174         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
49175      Branch: maint-5.6/perl
49176            ! pod/perlport.pod
49177 ____________________________________________________________________________
49178 [  8781] By: jhi                                   on 2001/02/13  01:58:44
49179         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
49180      Branch: maint-5.6/perl
49181            ! hints/openbsd.sh
49182 ____________________________________________________________________________
49183 [  8780] By: jhi                                   on 2001/02/13  01:57:33
49184         Log: Synchronize the regexp tests between maintperl and mainline.
49185      Branch: maint-5.6/perl
49186           !> t/op/re_tests
49187 ____________________________________________________________________________
49188 [  8779] By: jhi                                   on 2001/02/13  01:49:35
49189         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
49190              From: Hugo <hv@crypt.compulink.co.uk>
49191              Date: Tue, 13 Feb 2001 00:11:11 +0000
49192              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
49193      Branch: perl
49194            ! regcomp.c t/op/re_tests
49195 ____________________________________________________________________________
49196 [  8778] By: jhi                                   on 2001/02/13  00:23:10
49197         Log: Comments do not nest.
49198      Branch: perl
49199            ! perl.h
49200 ____________________________________________________________________________
49201 [  8777] By: jhi                                   on 2001/02/13  00:17:54
49202         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
49203              From: Hugo <hv@crypt.compulink.co.uk>
49204              Date: Tue, 13 Feb 2001 00:11:11 +0000
49205              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
49206      Branch: maint-5.6/perl
49207            ! regcomp.c t/op/re_tests
49208 ____________________________________________________________________________
49209 [  8776] By: jhi                                   on 2001/02/12  23:25:52
49210         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
49211      Branch: maint-5.6/perl
49212            ! pod/perlport.pod
49213 ____________________________________________________________________________
49214 [  8775] By: jhi                                   on 2001/02/12  23:04:28
49215         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
49216      Branch: maint-5.6/perl
49217            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
49218            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49219            ! vos/configure_perl.cm
49220 ____________________________________________________________________________
49221 [  8774] By: jhi                                   on 2001/02/12  22:59:11
49222         Log: Subject: Re: [patch] context for 'U' magic functions
49223              From: Doug MacEachern <dougm@covalent.net>
49224              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
49225              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
49226              
49227              plus the suggestion by Nick Ing-Simmons to name the macro
49228              as PERL_MG_UFUNC to avoid namespace pollution, plus add
49229              the advice by Doug for XS writers to perl.h
49230      Branch: perl
49231            ! mg.c perl.h
49232 ____________________________________________________________________________
49233 [  8773] By: jhi                                   on 2001/02/11  20:14:12
49234         Log: Update Changes.
49235      Branch: perl
49236            ! Changes patchlevel.h
49237 ____________________________________________________________________________
49238 [  8772] By: jhi                                   on 2001/02/11  18:47:52
49239         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
49240              From: Simon Cozens <simon@cozens.net>
49241              Date: Wed, 31 Jan 2001 16:31:43 +0000
49242              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
49243      Branch: perl
49244            + pod/perlclib.pod
49245            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
49246            ! pod/perltoc.pod
49247 ____________________________________________________________________________
49248 [  8771] By: jhi                                   on 2001/02/11  18:36:48
49249         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
49250              
49251              Blocks-4d3.beta.txt
49252              CaseFolding-3d4.beta.txt
49253              CompositionExclusions-3d6.beta.txt
49254              EastAsianWidth-4d4.beta.txt
49255              LineBreak-6d3.beta.txt
49256              NamesList-3.1.0d1.beta.txt
49257              PropList-3.1.0d4.beta.txt
49258              SpecialCasing-4d1.beta.txt
49259              UnicodeData-3.1.0d6.beta.txt
49260      Branch: perl
49261            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
49262           +> lib/unicode/UCD.html lib/unicode/Unicode.html
49263            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
49264            - lib/unicode/Unicode.301
49265            ! (edit 257 files)
49266 ____________________________________________________________________________
49267 [  8770] By: jhi                                   on 2001/02/11  17:26:22
49268         Log: UTF-8 documentation.
49269      Branch: perl
49270            ! utf8.h
49271 ____________________________________________________________________________
49272 [  8769] By: jhi                                   on 2001/02/11  17:12:49
49273         Log: Retract #8762.
49274      Branch: perl
49275            ! regexec.c
49276 ____________________________________________________________________________
49277 [  8768] By: jhi                                   on 2001/02/11  16:54:45
49278         Log: Subject: [PATCH] Test::Harness
49279              From: andreas.koenig@anima.de (Andreas J. Koenig)
49280              Date: 11 Feb 2001 14:37:00 +0100
49281              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
49282      Branch: perl
49283            ! lib/Test/Harness.pm
49284 ____________________________________________________________________________
49285 [  8767] By: jhi                                   on 2001/02/11  16:53:52
49286         Log: Subject: [PATCH] Document makepatch in Porting/patching
49287              From: andreas.koenig@anima.de (Andreas J. Koenig)
49288              Date: 11 Feb 2001 16:46:28 +0100
49289              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
49290      Branch: perl
49291            ! Porting/patching.pod
49292 ____________________________________________________________________________
49293 [  8766] By: jhi                                   on 2001/02/11  06:30:23
49294         Log: Subject: Re: [patch] GvSHARED
49295              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
49296              From: Doug MacEachern <dougm@covalent.net>
49297              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
49298              
49299              Subject: Re: [patch] GvSHARED
49300              From: Doug MacEachern <dougm@covalent.net>
49301              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
49302              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
49303              
49304              Subject: [patch] attributes.pm support for `shared'
49305              From: Doug MacEachern <dougm@covalent.net>
49306              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
49307              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
49308              
49309              our() attributes were ignored, our :shared pieces missing,
49310              allow attributes.pm to turn on shared.
49311      Branch: perl
49312            ! op.c t/op/attrs.t toke.c xsutils.c
49313 ____________________________________________________________________________
49314 [  8765] By: alanbur                               on 2001/02/10  23:11:19
49315         Log: Resync with parent (hopefully sucessfully this time)
49316      Branch: maint-5.6/pureperl
49317           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
49318           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
49319           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49320           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49321           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49322           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49323           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
49324 ____________________________________________________________________________
49325 [  8764] By: jhi                                   on 2001/02/10  22:54:38
49326         Log: Make TEST and UTEST more verbose in case something goes
49327              wrong in running/compiling a script, suggested by Doug
49328              MacEachern.
49329      Branch: perl
49330            ! t/TEST t/UTEST
49331 ____________________________________________________________________________
49332 [  8763] By: jhi                                   on 2001/02/10  22:11:34
49333         Log: Bogus shebang.
49334      Branch: perl
49335            ! t/lib/texttabs.t
49336 ____________________________________________________________________________
49337 [  8762] By: jhi                                   on 2001/02/10  21:56:02
49338         Log: (Retracted by #8769)
49339      Branch: perl
49340            ! regexec.c
49341 ____________________________________________________________________________
49342 [  8761] By: jhi                                   on 2001/02/10  21:26:15
49343         Log: Subject: Re: [patch] GvSHARED 
49344              From: Doug MacEachern <dougm@covalent.net>
49345              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
49346              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
49347              
49348              our @EXPORT : shared = (...);
49349      Branch: perl
49350            ! toke.c
49351 ____________________________________________________________________________
49352 [  8760] By: jhi                                   on 2001/02/10  21:25:07
49353         Log: Subject: [patch] GvSHARED
49354              From: Doug MacEachern <dougm@covalent.net>
49355              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
49356              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
49357      Branch: perl
49358            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
49359 ____________________________________________________________________________
49360 [  8759] By: alanbur                               on 2001/02/10  21:24:27
49361         Log: Backed out mismerge.
49362      Branch: maint-5.6/pureperl
49363            ! MANIFEST README.hpux README.vmesa gv.c installhtml
49364            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
49365            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49366            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49367            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49368            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49369            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
49370 ____________________________________________________________________________
49371 [  8758] By: jhi                                   on 2001/02/10  18:01:17
49372         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
49373              
49374              Fixed UMRs and leak in Perl_pmtrans()
49375              
49376              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49377              associated UTFied tr/// code.  Also fixed scoping leak of
49378              PL_reg_start_tmp.
49379              
49380              newATTRSUB leaks when an attempt to redefine the active sort sub is
49381              made.
49382      Branch: maint-5.6/perl
49383           !> op.c regcomp.c
49384 ____________________________________________________________________________
49385 [  8757] By: alanbur                               on 2001/02/10  17:56:46
49386         Log: Resynchronised with parent
49387      Branch: maint-5.6/pureperl
49388           +> README.bs2000
49389            - README.posix-bc
49390            ! gv.c perl.c sv.c
49391           !> MANIFEST README.hpux README.vmesa installhtml
49392           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
49393           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49394           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49395           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49396           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49397           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
49398 ____________________________________________________________________________
49399 [  8756] By: alanbur                               on 2001/02/10  17:51:15
49400         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
49401              made.
49402      Branch: maint-5.6/pureperl
49403            ! op.c
49404 ____________________________________________________________________________
49405 [  8755] By: jhi                                   on 2001/02/09  22:41:35
49406         Log: Upgrade to CPAN 1.59_54, from Andreas König.
49407      Branch: perl
49408            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49409 ____________________________________________________________________________
49410 [  8754] By: jhi                                   on 2001/02/09  22:29:20
49411         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
49412              
49413              Didn't upgrade the fill.t since it has a dependency to File::Slurp
49414              purely for debugging purposes, the actual test hasn't changed.
49415      Branch: perl
49416            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
49417            ! t/lib/textwrap.t
49418 ____________________________________________________________________________
49419 [  8753] By: jhi                                   on 2001/02/09  20:17:50
49420         Log: Integrate change #8682 from maintperl.
49421              
49422              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
49423              to work correctly.
49424      Branch: perl
49425           !> hints/irix_6.sh
49426 ____________________________________________________________________________
49427 [  8752] By: jhi                                   on 2001/02/09  20:00:46
49428         Log: Update Changes.
49429      Branch: perl
49430            ! Changes patchlevel.h
49431 ____________________________________________________________________________
49432 [  8751] By: nick                                  on 2001/02/09  19:48:37
49433         Log: Integrate mainline
49434      Branch: perlio
49435           +> README.bs2000 t/lib/cgi-esc.t
49436            - README.posix-bc
49437           !> (integrate 53 files)
49438 ____________________________________________________________________________
49439 [  8750] By: nick                                  on 2001/02/09  19:25:16
49440         Log: Subject: RE: Biannual Competition to Improve Hashing Function
49441              From: Fisher Mark <fisherm@tce.com>
49442              Date: Thu, 8 Feb 2001 10:44:00 -0500
49443              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
49444              Date: Thu, 8 Feb 2001 15:02:47 -0500
49445              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
49446      Branch: perl
49447            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
49448 ____________________________________________________________________________
49449 [  8749] By: jhi                                   on 2001/02/09  19:02:35
49450         Log: Forgotten fragment.
49451      Branch: perl
49452            ! pod/perlapi.pod
49453 ____________________________________________________________________________
49454 [  8748] By: jhi                                   on 2001/02/09  18:31:34
49455         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
49456              plus manual tweakage.
49457              
49458              Sync the perlfaq2 between mainline and maintperl.
49459      Branch: maint-5.6/perl
49460            ! pod/perlfaq2.pod
49461      Branch: perl
49462           !> pod/perlfaq2.pod
49463 ____________________________________________________________________________
49464 [  8747] By: jhi                                   on 2001/02/09  18:12:04
49465         Log: Subject: versiononly and installperl
49466              From: abigail@foad.org
49467              Date: Wed, 7 Feb 2001 22:43:12 +0100
49468              Message-ID: <20010207214312.7045.qmail@foad.org>    
49469              
49470              Add +v flag to force a normal install of the perl binary
49471              and the utilities.
49472              
49473              Subject: [PATCH] installperl
49474              From: Nicholas Clark <nick@ccl4.org>
49475              Date: Fri, 9 Feb 2001 16:28:57 +0000
49476              Message-ID: <20010209162857.B10931@plum.flirble.org>
49477              
49478              Add -A flag which also hardlinks the binary with
49479              the full architecture name.
49480      Branch: perl
49481            ! installperl
49482 ____________________________________________________________________________
49483 [  8746] By: jhi                                   on 2001/02/09  18:03:43
49484         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
49485              
49486              Subject: perlfaq2, re: perlmongers
49487              
49488              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
49489              
49490              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
49491              
49492              Subject: [ID 20010205.001] typo in perlfaq9
49493              
49494              Subject: [ID 20010208.002] unordered explanation in perlcall
49495      Branch: maint-5.6/perl
49496           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49497           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
49498           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
49499 ____________________________________________________________________________
49500 [  8745] By: jhi                                   on 2001/02/09  17:59:09
49501         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
49502              From: abela@geneanet.org
49503              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
49504              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
49505      Branch: perl
49506            ! pod/perlcall.pod
49507 ____________________________________________________________________________
49508 [  8744] By: jhi                                   on 2001/02/09  17:48:16
49509         Log: Subject: [ID 20010205.001] typo in perlfaq9
49510              From: eserte@vran.herceg.de
49511              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
49512              Message-Id: <200102042244.XAA21926@vran.herceg.de>
49513      Branch: perl
49514            ! pod/perlfaq9.pod
49515 ____________________________________________________________________________
49516 [  8743] By: jhi                                   on 2001/02/09  17:25:12
49517         Log: Integrate change #8695 from maintperl.
49518              
49519              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
49520      Branch: perl
49521           !> thread.h
49522 ____________________________________________________________________________
49523 [  8742] By: jhi                                   on 2001/02/09  17:21:22
49524         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
49525              From: Andy Dougherty <doughera@lafayette.edu>
49526              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
49527              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
49528      Branch: perl
49529            ! embed.pl
49530 ____________________________________________________________________________
49531 [  8741] By: jhi                                   on 2001/02/09  17:05:19
49532         Log: Integrate changes #8738,8739,8740 from maintperl.
49533              
49534              Html files will be installed in a more logical and easier to
49535              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
49536              
49537              Html files will be generated with a header to make them look
49538              a little less bare.
49539              
49540              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
49541      Branch: perl
49542           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
49543 ____________________________________________________________________________
49544 [  8740] By: jhi                                   on 2001/02/09  17:03:46
49545         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
49546              From: "Brendan O'Dea" <bod@compusol.com.au>
49547              Date: Sun, 4 Feb 2001 11:17:56 +1100
49548              Message-ID: <20010204111756.A16301@compusol.com.au>
49549      Branch: maint-5.6/perl
49550            ! pod/perlfaq3.pod
49551 ____________________________________________________________________________
49552 [  8739] By: jhi                                   on 2001/02/09  17:01:59
49553         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
49554              From: "Indy Singh" <indy@nusphere.com>
49555              Date: Fri, 2 Feb 2001 15:09:59 -0500
49556              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
49557              
49558              Html files will be generated with a header to make them look
49559              a little less bare.
49560      Branch: maint-5.6/perl
49561            ! installhtml
49562 ____________________________________________________________________________
49563 [  8738] By: jhi                                   on 2001/02/09  16:58:48
49564         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
49565              From: "Indy Singh" <indy@nusphere.com>
49566              Date: Fri, 2 Feb 2001 15:08:23 -0500
49567              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
49568              
49569              Html files will be installed in a more logical and easier to
49570              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
49571      Branch: maint-5.6/perl
49572            ! win32/Makefile win32/makefile.mk
49573 ____________________________________________________________________________
49574 [  8737] By: jhi                                   on 2001/02/09  16:46:54
49575         Log: Integrate changes #8687,8736 from maintperl.
49576              
49577              HP-UX thread patches from Merijn H. Brand.
49578              
49579              Latin nit from Philip Newton.
49580      Branch: perl
49581           !> README.hpux hints/hpux.sh
49582 ____________________________________________________________________________
49583 [  8736] By: jhi                                   on 2001/02/09  16:42:31
49584         Log: Latin nit from Philip Newton.
49585      Branch: maint-5.6/perl
49586            ! README.hpux
49587 ____________________________________________________________________________
49588 [  8735] By: jhi                                   on 2001/02/09  16:24:03
49589         Log: Integrate changes #8704,8710 from pureperl.
49590              
49591              Fixed UMRs and leak in Perl_pmtrans()
49592              
49593              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49594              associated UTFied tr/// code.  Also fixed scoping leak of
49595              PL_reg_start_tmp.
49596      Branch: perl
49597           !> op.c regcomp.c
49598 ____________________________________________________________________________
49599 [  8734] By: jhi                                   on 2001/02/09  15:40:21
49600         Log: Integrate change #8733 from maintperl.
49601              
49602              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
49603      Branch: perl
49604           !> pod/perlre.pod
49605 ____________________________________________________________________________
49606 [  8733] By: jhi                                   on 2001/02/09  15:35:47
49607         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
49608              From: Prymmer/Kahn <pvhp@best.com>
49609              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
49610              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
49611      Branch: maint-5.6/perl
49612            ! pod/perlre.pod
49613 ____________________________________________________________________________
49614 [  8732] By: jhi                                   on 2001/02/09  15:26:17
49615         Log: Rename README.posix-bc to README.bs2000 (to avoid the
49616              confusion of a "perlposix-bc.pod"), add a few missing
49617              arch pods, regen toc.
49618      Branch: maint-5.6/perl
49619           +> README.bs2000
49620            - README.posix-bc
49621            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
49622            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
49623 ____________________________________________________________________________
49624 [  8731] By: jhi                                   on 2001/02/09  15:23:39
49625         Log: De-cut-and-pasto.
49626      Branch: perl
49627            ! pod/perl.pod
49628 ____________________________________________________________________________
49629 [  8730] By: jhi                                   on 2001/02/09  15:11:13
49630         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
49631              when people think that perlposix-bc.pod tells anything about
49632              Perl and POSIX.  Regen toc.
49633      Branch: perl
49634           +> README.bs2000
49635            - README.posix-bc
49636            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
49637            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
49638 ____________________________________________________________________________
49639 [  8729] By: jhi                                   on 2001/02/09  14:52:28
49640         Log: The README.vmesa part of #8712 from maintperl.
49641      Branch: perl
49642            ! README.vmesa
49643 ____________________________________________________________________________
49644 [  8728] By: jhi                                   on 2001/02/09  14:46:06
49645         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
49646              From: Peter Prymmer <pvhp@forte.com>
49647              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
49648              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
49649      Branch: maint-5.6/perl
49650            ! README.vmesa win32/Makefile win32/makefile.mk
49651 ____________________________________________________________________________
49652 [  8727] By: jhi                                   on 2001/02/09  14:33:25
49653         Log: Integrate change #8712 from mainline.
49654              
49655              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
49656      Branch: maint-5.6/perl
49657           !> lib/Pod/Find.pm
49658 ____________________________________________________________________________
49659 [  8726] By: jhi                                   on 2001/02/09  14:30:28
49660         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
49661              From: Peter Prymmer <pvhp@forte.com>
49662              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
49663              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
49664      Branch: perl
49665            + t/lib/cgi-esc.t
49666            ! MANIFEST lib/CGI/Util.pm
49667 ____________________________________________________________________________
49668 [  8725] By: jhi                                   on 2001/02/09  04:56:47
49669         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
49670      Branch: maint-5.6/perl
49671            ! pod/perlport.pod
49672 ____________________________________________________________________________
49673 [  8724] By: jhi                                   on 2001/02/09  04:40:59
49674         Log: Integrate changes 7819,7820 from vmsperl into mainline.
49675              
49676              Add header for LIB$ prototypes (C. Berry)
49677              
49678              Convert fwrite()s to sockets to write()s, since some socket stacks
49679              don't take kindly to stdio.
49680              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
49681              (for often optional LNMs)
49682              Correct a few typos
49683              (C. Bailey)
49684      Branch: perl
49685           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
49686 ____________________________________________________________________________
49687 [  8723] By: jhi                                   on 2001/02/09  03:29:29
49688         Log: Integrate change #8722 from mainline.
49689              
49690              The Im() function wasn't returning zero for non-Math::Complex
49691              arguments.  The bug reported by John Gamble.
49692      Branch: maint-5.6/perl
49693           !> lib/Math/Complex.pm
49694 ____________________________________________________________________________
49695 [  8722] By: jhi                                   on 2001/02/09  03:28:33
49696         Log: The Im() function wasn't returning zero for non-Math::Complex
49697              arguments.  The bug reported by John Gamble.
49698      Branch: perl
49699            ! lib/Math/Complex.pm
49700 ____________________________________________________________________________
49701 [  8721] By: nick                                  on 2001/02/08  22:11:35
49702         Log: Correct the correction :-(
49703      Branch: perl
49704            ! perl.c
49705 ____________________________________________________________________________
49706 [  8720] By: bailey                                on 2001/02/08  20:59:22
49707         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
49708              don't take kindly to stdio.
49709              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
49710              (for often optional LNMs)
49711              Correct a few typos
49712              (C. Bailey)
49713      Branch: vmsperl
49714            ! vms/vms.c vms/vmsish.h
49715 ____________________________________________________________________________
49716 [  8719] By: bailey                                on 2001/02/08  20:51:02
49717         Log: Add header for LIB$ prototypes (C. Berry)
49718      Branch: vmsperl
49719            ! ext/Devel/DProf/DProf.xs
49720 ____________________________________________________________________________
49721 [  8718] By: bailey                                on 2001/02/08  20:49:00
49722         Log: SYN SYN
49723      Branch: vmsperl
49724           +> pod/perliol.pod t/lib/sample-tests/bailout
49725           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
49726           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
49727           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
49728           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
49729           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
49730           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
49731            - lib/unicode/Is/DCinital.pl
49732           !> (integrate 101 files)
49733 ____________________________________________________________________________
49734 [  8717] By: nick                                  on 2001/02/08  19:38:48
49735         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
49736              From: Robin Barker <rmb1@cise.npl.co.uk>
49737              Date: Thu, 8 Feb 2001 14:38:07 GMT
49738              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
49739      Branch: perl
49740            ! lib/CPAN.pm
49741 ____________________________________________________________________________
49742 [  8716] By: nick                                  on 2001/02/08  19:29:07
49743         Log: Generated files form 8713 etc.
49744      Branch: perl
49745            ! embed.h global.sym objXSUB.h perlapi.c proto.h
49746 ____________________________________________________________________________
49747 [  8715] By: nick                                  on 2001/02/08  19:26:08
49748         Log: Fixup non-ithread build after 8713
49749      Branch: perl
49750            ! perl.c
49751 ____________________________________________________________________________
49752 [  8714] By: nick                                  on 2001/02/08  19:17:45
49753         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
49754              From: nick@ccl4.org
49755              Date: Wed, 7 Feb 2001 00:27:47 +0000
49756              Message-Id: <20010207002747.B63724@plum.flirble.org>
49757      Branch: perl
49758            ! sv.c toke.c
49759 ____________________________________________________________________________
49760 [  8713] By: nick                                  on 2001/02/08  19:15:58
49761         Log: Subject: Re: [patch] Re: PL_ptr_table
49762              From: Doug Maceachern <dougm@covalent.net>
49763              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
49764              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
49765      Branch: perl
49766            ! embed.pl perl.c sv.c sv.h
49767 ____________________________________________________________________________
49768 [  8712] By: nick                                  on 2001/02/08  19:12:47
49769         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
49770              From: Peter Prymmer <pvhp@forte.com>
49771              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
49772              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
49773      Branch: perl
49774            ! lib/Pod/Find.pm
49775 ____________________________________________________________________________
49776 [  8711] By: nick                                  on 2001/02/07  21:06:11
49777         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
49778              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
49779              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49780              Date: Tue, 06 Feb 2001 23:37:01 +0000
49781              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
49782      Branch: perl
49783            ! regcomp.c
49784 ____________________________________________________________________________
49785 [  8710] By: alanbur                               on 2001/02/07  00:22:04
49786         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49787              associated UTFied tr/// code.  Also fixed scoping leak of
49788              PL_reg_start_tmp.
49789      Branch: maint-5.6/pureperl
49790            ! op.c regcomp.c
49791 ____________________________________________________________________________
49792 [  8709] By: nick                                  on 2001/02/06  21:16:49
49793         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
49794              From: Michael G Schwern <schwern@pobox.com>
49795              Date: Sun, 4 Feb 2001 19:47:14 -0500
49796              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
49797      Branch: perl
49798            ! pod/perlapi.pod pod/perlmodlib.PL
49799 ____________________________________________________________________________
49800 [  8708] By: nick                                  on 2001/02/06  20:41:20
49801         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
49802              From: Michael G Schwern <schwern@pobox.com>
49803              Date: Sun, 4 Feb 2001 21:17:49 -0500
49804              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
49805      Branch: perl
49806            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
49807            ! pod/perltootc.pod
49808 ____________________________________________________________________________
49809 [  8707] By: nick                                  on 2001/02/06  20:29:11
49810         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
49811              From: Michael G Schwern <schwern@pobox.com>
49812              Date: Tue, 6 Feb 2001 05:54:30 -0500
49813              Message-Id: <20010206055430.A951@blackrider.aocn.com>
49814      Branch: perl
49815            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
49816 ____________________________________________________________________________
49817 [  8706] By: nick                                  on 2001/02/06  20:21:40
49818         Log: Subject: RE: some win32 fixes
49819              Date: Tue, 6 Feb 2001 09:23:20 +0300
49820              From: Vadim Konovalov <vkonovalov@lucent.com>
49821              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
49822      Branch: perl
49823            ! toke.c win32/Makefile win32/config.bc win32/config.gc
49824            ! win32/config.vc win32/config_H.bc win32/makefile.mk
49825 ____________________________________________________________________________
49826 [  8705] By: alanbur                               on 2001/02/06  15:00:03
49827         Log: Synchronised with parent
49828      Branch: maint-5.6/pureperl
49829            ! regexec.c
49830           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
49831           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
49832 ____________________________________________________________________________
49833 [  8704] By: alanbur                               on 2001/02/06  14:55:24
49834         Log: Fixed UMRs and leak in Perl_pmtrans()
49835      Branch: maint-5.6/pureperl
49836            ! op.c
49837 ____________________________________________________________________________
49838 [  8703] By: gsar                                  on 2001/02/06  02:29:37
49839         Log: $(MAKE) distclean doesn't clean up properly on windows
49840      Branch: maint-5.6/perl
49841            ! win32/Makefile win32/makefile.mk
49842 ____________________________________________________________________________
49843 [  8702] By: gsar                                  on 2001/02/06  01:00:46
49844         Log: tweak change#8659 to keep it simple
49845      Branch: maint-5.6/perl
49846            ! utils/perldoc.PL
49847 ____________________________________________________________________________
49848 [  8701] By: gsar                                  on 2001/02/05  22:45:41
49849         Log: change#8693 was missing testsuite changes
49850      Branch: maint-5.6/perl
49851           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
49852 ____________________________________________________________________________
49853 [  8700] By: nick                                  on 2001/02/05  20:32:52
49854         Log: Integrate mainline
49855      Branch: perlio
49856           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
49857           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
49858           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
49859           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
49860           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
49861           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
49862           +> t/lib/test-harness.t
49863           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
49864           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
49865           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
49866           !> pod/perlutil.pod t/TEST utils/h2xs.PL
49867 ____________________________________________________________________________
49868 [  8699] By: nick                                  on 2001/02/05  19:41:07
49869         Log: Subject: perlfaq2, re: perlmongers
49870              From: David H. Adler <dha@panix.com>
49871              Date: Sun, 4 Feb 2001 23:48:23 -0500
49872              Message-Id: <20010204234823.A13429@panix.com>
49873      Branch: perl
49874            ! pod/perlfaq2.pod
49875 ____________________________________________________________________________
49876 [  8698] By: nick                                  on 2001/02/05  19:39:31
49877         Log: Missed file f#rom the testharness mess.
49878      Branch: perl
49879            + t/lib/test-harness.t
49880 ____________________________________________________________________________
49881 [  8697] By: nick                                  on 2001/02/05  19:37:21
49882         Log: Subject: [DOC PATCH] overload.pm nits
49883              From: John Tobey <jtobey@john-edwin-tobey.org>
49884              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
49885              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
49886      Branch: perl
49887            ! lib/overload.pm
49888 ____________________________________________________________________________
49889 [  8696] By: alanbur                               on 2001/02/05  11:56:00
49890         Log: Sync with parent
49891      Branch: maint-5.6/pureperl
49892           !> thread.h
49893 ____________________________________________________________________________
49894 [  8695] By: gsar                                  on 2001/02/05  03:27:34
49895         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
49896      Branch: maint-5.6/perl
49897            ! thread.h
49898 ____________________________________________________________________________
49899 [  8694] By: alanbur                               on 2001/02/05  00:07:47
49900         Log: Initial branch creation from //depot/maint-5.6/perl
49901      Branch: maint-5.6/pureperl
49902           +> (branch 1719 files)
49903 ____________________________________________________________________________
49904 [  8693] By: gsar                                  on 2001/02/04  22:38:49
49905         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
49906              changes)
49907      Branch: maint-5.6/perl
49908           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
49909           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
49910           !> ext/DB_File/version.c
49911 ____________________________________________________________________________
49912 [  8692] By: nick                                  on 2001/02/04  18:15:57
49913         Log: The missed t/TEST part of the grand testharness upgrade.
49914      Branch: perl
49915            ! t/TEST
49916 ____________________________________________________________________________
49917 [  8691] By: nick                                  on 2001/02/04  18:05:17
49918         Log: New improved test harness
49919              Subject: Re: [PATCH Test::Harness] Third time's a charm?
49920              From: Michael G Schwern <schwern@pobox.com>
49921              Date: Sun, 4 Feb 2001 08:01:20 -0500
49922              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
49923      Branch: perl
49924            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
49925            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
49926            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
49927            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
49928            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
49929            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
49930            ! MANIFEST lib/Test/Harness.pm
49931 ____________________________________________________________________________
49932 [  8690] By: nick                                  on 2001/02/04  17:57:51
49933         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
49934              From: Jonathan Stowe <gellyfish@gellyfish.com>
49935              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
49936              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
49937      Branch: perl
49938            ! utils/h2xs.PL
49939 ____________________________________________________________________________
49940 [  8689] By: nick                                  on 2001/02/04  17:55:24
49941         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
49942              From: Michael G Schwern <schwern@pobox.com>
49943              Date: Sat, 3 Feb 2001 22:46:38 -0500
49944              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
49945      Branch: perl
49946            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
49947            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
49948 ____________________________________________________________________________
49949 [  8688] By: nick                                  on 2001/02/04  17:43:55
49950         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
49951              length byfailing to spot lack of closing )
49952              From: nick@talking.bollo.cx
49953              Date: Sat, 03 Feb 2001 23:53:16 +0000
49954              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
49955      Branch: perl
49956            ! perlio.c pod/perldiag.pod
49957 ____________________________________________________________________________
49958 [  8687] By: jhi                                   on 2001/02/03  17:11:42
49959         Log: HP-UX thread patches from Merijn H. Brand.
49960      Branch: maint-5.6/perl
49961            ! README.hpux hints/hpux.sh
49962 ____________________________________________________________________________
49963 [  8686] By: jhi                                   on 2001/02/03  16:40:12
49964         Log: Metaconfig changes for #8685.
49965      Branch: metaconfig
49966            ! U/installdirs/instubperl.U
49967      Branch: metaconfig/U/perl
49968            ! Devel.U versiononly.U
49969 ____________________________________________________________________________
49970 [  8685] By: jhi                                   on 2001/02/03  16:39:49
49971         Log: For -Dusedevel builds turn off installusrbinperl and turn on
49972              versiononly, a combined idea of Richard Soderberg and Merijn
49973              H. Brand.  You can still override both of these from the command
49974              line if you need to, -Dinstallusrbinperl and -Uversiononly.
49975      Branch: perl
49976            ! Configure
49977 ____________________________________________________________________________
49978 [  8684] By: jhi                                   on 2001/02/03  16:16:34
49979         Log: Metaconfig unit fix for #8683.
49980      Branch: metaconfig
49981            ! U/compline/nblock_io.U
49982 ____________________________________________________________________________
49983 [  8683] By: jhi                                   on 2001/02/03  16:16:12
49984         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
49985              reported by Peter Prymmer for 5.6-TRIAL1.
49986      Branch: perl
49987            ! Configure
49988 ____________________________________________________________________________
49989 [  8682] By: jhi                                   on 2001/02/03  05:52:11
49990         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
49991              to work correctly.
49992      Branch: maint-5.6/perl
49993            ! hints/irix_6.sh
49994 ____________________________________________________________________________
49995 [  8681] By: jhi                                   on 2001/02/03  05:47:33
49996         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
49997      Branch: maint-5.6/perl
49998            ! pod/perlport.pod
49999 ____________________________________________________________________________
50000 [  8680] By: jhi                                   on 2001/02/02  21:39:49
50001         Log: perlport update from Peter Prymmer.
50002      Branch: maint-5.6/perl
50003            ! pod/perlport.pod
50004 ____________________________________________________________________________
50005 [  8679] By: nick                                  on 2001/02/02  20:50:48
50006         Log: Integrate mainline
50007      Branch: perlio
50008           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
50009           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
50010           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
50011 ____________________________________________________________________________
50012 [  8678] By: gsar                                  on 2001/02/02  16:02:12
50013         Log: note about bincompat, slightly modified (from Lupe Christoph)
50014      Branch: maint-5.6/perl
50015            ! README.solaris
50016 ____________________________________________________________________________
50017 [  8677] By: jhi                                   on 2001/02/02  15:46:20
50018         Log: Supported platforms updates.
50019      Branch: maint-5.6/perl
50020            ! pod/perlport.pod
50021 ____________________________________________________________________________
50022 [  8676] By: jhi                                   on 2001/02/02  03:41:26
50023         Log: A couple more perlfaq2 tweaks.
50024      Branch: maint-5.6/perl
50025            ! pod/perlfaq2.pod
50026 ____________________________________________________________________________
50027 [  8675] By: jhi                                   on 2001/02/02  03:17:44
50028         Log: Misedit in #8661.
50029      Branch: maint-5.6/perl
50030            ! Configure
50031 ____________________________________________________________________________
50032 [  8674] By: jhi                                   on 2001/02/02  03:14:38
50033         Log: Damien again.
50034      Branch: maint-5.6/perl
50035            ! pod/perlfaq2.pod
50036 ____________________________________________________________________________
50037 [  8673] By: jhi                                   on 2001/02/02  03:12:40
50038         Log: perlfaq update from Elaine Ashton.
50039      Branch: maint-5.6/perl
50040            ! pod/perlfaq2.pod
50041 ____________________________________________________________________________
50042 [  8672] By: jhi                                   on 2001/02/02  03:07:08
50043         Log: UTF-8 s/// patch from Inaba Hiroto.
50044      Branch: maint-5.6/perl
50045            ! pp_ctl.c pp_hot.c
50046 ____________________________________________________________________________
50047 [  8671] By: jhi                                   on 2001/02/01  22:34:31
50048         Log: Update Changes.
50049      Branch: perl
50050            ! Changes patchlevel.h
50051 ____________________________________________________________________________
50052 [  8670] By: jhi                                   on 2001/02/01  22:15:29
50053         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
50054              from maintperl.
50055              
50056              Upgrade to Getopt::Long 2.25, from Johan Vromans.
50057              
50058              more files need to be writable in the source distribution
50059              
50060              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
50061              
50062              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
50063              
50064              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
50065              
50066              Allow the float to be fuzzier.
50067              
50068              need to use INT2PTR instead of a straight cast or ia64 fails
50069              
50070              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
50071              
50072              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
50073      Branch: perl
50074           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
50075           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
50076           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
50077 ____________________________________________________________________________
50078 [  8669] By: jhi                                   on 2001/02/01  21:57:02
50079         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
50080              From: Robin Barker <rmb1@cise.npl.co.uk>
50081              Date: Thu, 1 Feb 2001 16:59:05 GMT
50082              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
50083      Branch: maint-5.6/perl
50084            ! pod/perlmodlib.PL
50085 ____________________________________________________________________________
50086 [  8668] By: nick                                  on 2001/02/01  19:41:40
50087         Log: Integrate mainline
50088      Branch: perlio
50089           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
50090           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
50091           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
50092 ____________________________________________________________________________
50093 [  8667] By: gsar                                  on 2001/02/01  16:59:11
50094         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
50095      Branch: maint-5.6/perl
50096            ! embed.pl embedvar.h
50097 ____________________________________________________________________________
50098 [  8666] By: gsar                                  on 2001/02/01  16:34:51
50099         Log: add missing entries to win32/config.?c
50100      Branch: maint-5.6/perl
50101            ! win32/config.bc win32/config.gc win32/config.vc
50102            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50103 ____________________________________________________________________________
50104 [  8665] By: jhi                                   on 2001/02/01  14:58:51
50105         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
50106              From: "Stephen P. Potter" <spp@spotter.yi.org>
50107              Date: Thu, 01 Feb 2001 10:45:46 -0500
50108              Message-Id: <200102011545.KAA31479@spotter.yi.org>
50109      Branch: maint-5.6/perl
50110            ! pod/perlfunc.pod
50111 ____________________________________________________________________________
50112 [  8664] By: gsar                                  on 2001/02/01  14:52:37
50113         Log: need to use INT2PTR instead of a straight cast or ia64 fails
50114              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
50115      Branch: maint-5.6/perl
50116            ! ext/POSIX/POSIX.xs
50117 ____________________________________________________________________________
50118 [  8663] By: jhi                                   on 2001/02/01  14:09:13
50119         Log: Allow the float to be fuzzier.
50120      Branch: maint-5.6/perl
50121            ! t/lib/peek.t
50122 ____________________________________________________________________________
50123 [  8662] By: jhi                                   on 2001/02/01  13:59:00
50124         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
50125              From: Robin Barker <rmb1@cise.npl.co.uk>
50126              Date: Thu, 1 Feb 2001 13:05:39 GMT
50127              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
50128      Branch: maint-5.6/perl
50129            ! pod/perlmodlib.pod
50130 ____________________________________________________________________________
50131 [  8661] By: jhi                                   on 2001/02/01  13:57:38
50132         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
50133              Date: Thu, 01 Feb 2001 14:15:41 +0100
50134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50135              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
50136              
50137              Have the $ccflags in the gcc version test (strange, this change
50138              is claimed to be have been integrated already)
50139      Branch: maint-5.6/perl
50140            ! Configure
50141 ____________________________________________________________________________
50142 [  8660] By: jhi                                   on 2001/02/01  13:44:10
50143         Log: Integrate changes #7950,7964,7962 from mainline.
50144              
50145              Find the stdchar signedness using cpp, should fix some of
50146              the Solaris compiler warnings reported by Alan Burlison.
50147      Branch: maint-5.6/perl
50148           !> Configure config_h.SH
50149 ____________________________________________________________________________
50150 [  8659] By: jhi                                   on 2001/02/01  05:35:32
50151         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
50152              From: Jan Dubois <JanD@ActiveState.com>
50153              Date: Wed, 31 Jan 2001 21:17:03 -0800
50154              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
50155      Branch: maint-5.6/perl
50156            ! utils/perldoc.PL
50157 ____________________________________________________________________________
50158 [  8658] By: jhi                                   on 2001/02/01  04:33:17
50159         Log: Integrate the README.os390 and README.posix-bc parts of mainline
50160              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
50161              installperl parts were taken care of by #8657.)
50162      Branch: maint-5.6/perl
50163           !> README.os390 README.posix-bc
50164 ____________________________________________________________________________
50165 [  8657] By: jhi                                   on 2001/02/01  04:29:21
50166         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
50167              From: Peter Prymmer <pvhp@forte.com>
50168              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
50169              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
50170      Branch: maint-5.6/perl
50171            + ext/DynaLoader/dl_dllload.xs
50172            ! MANIFEST Makefile.SH hints/os390.sh installperl
50173 ____________________________________________________________________________
50174 [  8656] By: jhi                                   on 2001/02/01  04:25:45
50175         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
50176              From: Peter Prymmer <pvhp@forte.com>
50177              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
50178              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
50179      Branch: maint-5.6/perl
50180            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
50181 ____________________________________________________________________________
50182 [  8655] By: jhi                                   on 2001/02/01  04:14:47
50183         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
50184              From: troc@netrus.net
50185              Date: Wed, 31 Jan 2001 22:31:26 -0500
50186              Message-Id: <200102010331.WAA117.85@rocco.homenet>
50187      Branch: maint-5.6/perl
50188            ! os2/os2.c
50189 ____________________________________________________________________________
50190 [  8654] By: jhi                                   on 2001/02/01  04:12:52
50191         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
50192              as reported by Alan Burlison.
50193      Branch: maint-5.6/perl
50194            ! pp.h
50195 ____________________________________________________________________________
50196 [  8653] By: jhi                                   on 2001/02/01  04:05:12
50197         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
50198              From: dsugalski@northernlight.com
50199              Date: Wed, 31 Jan 2001 18:54:11 -0500
50200              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
50201      Branch: maint-5.6/perl
50202            ! configure.com
50203 ____________________________________________________________________________
50204 [  8652] By: jhi                                   on 2001/02/01  04:03:11
50205         Log: Misplaced #endif.
50206              
50207              Subject: [perl-5-6-1-trial2] patches for EPOC
50208              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50209              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50210              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50211      Branch: maint-5.6/perl
50212            ! epoc/epocish.c
50213 ____________________________________________________________________________
50214 [  8651] By: jhi                                   on 2001/02/01  04:00:25
50215         Log: Integrate changes #8647,8648,8650 from mainline.
50216              
50217              Macrofy a magic UTF-8 test.
50218              
50219              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
50220              
50221              Watch out for cross compiling for EPOC (usually done on linux).
50222      Branch: maint-5.6/perl
50223           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
50224 ____________________________________________________________________________
50225 [  8650] By: jhi                                   on 2001/02/01  03:56:20
50226         Log: Watch out for cross compiling for EPOC (usually done on linux)
50227              
50228              Subject: [perl-5-6-1-trial2] patches for EPOC
50229              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50230              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50231              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50232      Branch: perl
50233            ! ext/Errno/Errno_pm.PL
50234 ____________________________________________________________________________
50235 [  8649] By: gsar                                  on 2001/02/01  00:46:00
50236         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
50237      Branch: maint-5.6/perl
50238            ! sv.c
50239 ____________________________________________________________________________
50240 [  8648] By: jhi                                   on 2001/01/31  23:35:36
50241         Log: All the uses of PL_numeric_radix must be protected by
50242              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
50243              
50244              Subject: [perl-5-6-1-trial2] patches for EPOC
50245              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50246              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50247              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50248      Branch: perl
50249            ! sv.c
50250 ____________________________________________________________________________
50251 [  8647] By: jhi                                   on 2001/01/31  22:56:16
50252         Log: Macrofy a magic UTF-8 test.
50253      Branch: perl
50254            ! utf8.c utf8.h
50255 ____________________________________________________________________________
50256 [  8646] By: gsar                                  on 2001/01/31  15:55:12
50257         Log: update Changes
50258      Branch: maint-5.6/perl
50259            ! Changes
50260 ____________________________________________________________________________
50261 [  8645] By: gsar                                  on 2001/01/31  15:10:14
50262         Log: Configure tweak suggested by Peter Prymmer
50263      Branch: maint-5.6/perl
50264            ! Configure
50265 ____________________________________________________________________________
50266 [  8644] By: gsar                                  on 2001/01/31  15:06:32
50267         Log: more files need to be writable in the source distribution
50268      Branch: maint-5.6/perl
50269            ! Porting/makerel
50270 ____________________________________________________________________________
50271 [  8643] By: jhi                                   on 2001/01/31  14:59:46
50272         Log: Integrate changes #8258,8278,8279 from mainline.
50273              
50274              Make the large file tests more robust/talkative.
50275      Branch: maint-5.6/perl
50276           !> t/lib/syslfs.t t/op/lfs.t
50277 ____________________________________________________________________________
50278 [  8642] By: gsar                                  on 2001/01/31  14:53:48
50279         Log: integrate changes#8311,8334 from mainline
50280              
50281              Add a new MakeMaker variable PM_FILTER that defines a Unix
50282              filter to be run on each .pm during the pm_to_blib() phase,
50283              a fixed version of
50284              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
50285              
50286              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
50287              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
50288              accurate reading of the "atime".  
50289      Branch: maint-5.6/perl
50290           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
50291           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
50292           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
50293 ____________________________________________________________________________
50294 [  8641] By: jhi                                   on 2001/01/31  14:46:37
50295         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
50296      Branch: maint-5.6/perl
50297            ! lib/Getopt/Long.pm
50298 ____________________________________________________________________________
50299 [  8640] By: gsar                                  on 2001/01/31  14:40:24
50300         Log: make regen_all
50301      Branch: maint-5.6/perl
50302            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
50303 ____________________________________________________________________________
50304 [  8639] By: gsar                                  on 2001/01/31  14:37:25
50305         Log: refresh windows config files
50306      Branch: maint-5.6/perl
50307            ! win32/Makefile win32/config_H.bc win32/config_H.gc
50308            ! win32/config_H.vc win32/makefile.mk
50309 ____________________________________________________________________________
50310 [  8638] By: gsar                                  on 2001/01/31  14:28:10
50311         Log: makefile tweaks for windows: introduce a bulk-switch to enable
50312              same options as ActivePerl; sync changes with makefile.mk
50313      Branch: maint-5.6/perl
50314            ! win32/Makefile win32/makefile.mk
50315 ____________________________________________________________________________
50316 [  8637] By: jhi                                   on 2001/01/31  04:41:30
50317         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
50318              From: Nicholas Clark <nick@ccl4.org>
50319              Date: Tue, 30 Jan 2001 19:51:05 +0000
50320              Message-ID: <20010130195105.R76607@plum.flirble.org> 
50321              
50322              op/inc cure.
50323      Branch: perl
50324            ! pp.c pp.h pp_hot.c t/op/arith.t
50325 ____________________________________________________________________________
50326 [  8636] By: jhi                                   on 2001/01/31  02:38:32
50327         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
50328              no perlio],8257,8380,8479,8515 from mainline.
50329              
50330              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50331              
50332              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
50333              Subject: [PATCH perl@8133] fix-up for VMS extensions
50334              
50335              In VMS embedded perls couldn't access the statically built Socket.
50336              
50337              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
50338              
50339              Further VMS piping fixes from Charles Lane.
50340              
50341              Subject:  [PATCH] make t/op/misc.t work on VMS
50342              
50343              Add tracing for debugging extensions builds in VMS.
50344              
50345              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
50346      Branch: maint-5.6/perl
50347           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
50348           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
50349           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
50350 ____________________________________________________________________________
50351 [  8635] By: jhi                                   on 2001/01/31  01:46:41
50352         Log: Integrate change #7732 from mainline.
50353              
50354              Sparc 64-bit pack() fix from Jens Hamisch.
50355      Branch: maint-5.6/perl
50356           !> pp.c
50357 ____________________________________________________________________________
50358 [  8634] By: jhi                                   on 2001/01/31  01:41:16
50359         Log: One spot missing from #8626.
50360      Branch: maint-5.6/perl
50361            ! sv.c
50362 ____________________________________________________________________________
50363 [  8633] By: jhi                                   on 2001/01/31  00:49:17
50364         Log: Integrate change #7495 from mainline.
50365              
50366              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
50367      Branch: maint-5.6/perl
50368           !> MANIFEST ext/re/Makefile.PL
50369 ____________________________________________________________________________
50370 [  8632] By: jhi                                   on 2001/01/30  23:38:49
50371         Log: Integrate change #8396 from mainline.
50372              
50373              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
50374              better multicast support (resend)
50375      Branch: maint-5.6/perl
50376           !> ext/Socket/Socket.pm
50377 ____________________________________________________________________________
50378 [  8631] By: jhi                                   on 2001/01/30  23:28:03
50379         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
50380              
50381              More AIX lore. (7514, ext/re/hints/aix.pl)
50382              
50383              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
50384              
50385              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)
50386              
50387              Subject: [ID 20001214.002] Net::Ping patch
50388              
50389              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
50390              
50391              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
50392              
50393              Add ReuseAddr as a (preferred) alias for Reuse as we now
50394              also have ReusePort.
50395              
50396              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
50397      Branch: maint-5.6/perl
50398           +> ext/re/hints/aix.pl
50399           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
50400           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
50401 ____________________________________________________________________________
50402 [  8630] By: jhi                                   on 2001/01/30  23:03:59
50403         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
50404              
50405              read() documentation tweak for 20001121.004.
50406              
50407              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
50408      Branch: maint-5.6/perl
50409           !> pod/perlfunc.pod pod/perlre.pod
50410 ____________________________________________________________________________
50411 [  8629] By: jhi                                   on 2001/01/30  22:41:57
50412         Log: Integrate change #8098 from mainline.
50413              
50414              fastgetcwd is defined using a glob alias on a $^O dependent basis
50415              and there was no default assignment or perl subroutine.
50416      Branch: maint-5.6/perl
50417           !> lib/Cwd.pm
50418 ____________________________________________________________________________
50419 [  8628] By: jhi                                   on 2001/01/30  21:58:52
50420         Log: Integrate change #7866 from mainline.
50421              
50422              File::Temp 0.11.
50423      Branch: maint-5.6/perl
50424           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
50425 ____________________________________________________________________________
50426 [  8627] By: jhi                                   on 2001/01/30  21:39:44
50427         Log: Integrate changes #8075,8086,8228 from mainline.  
50428              
50429              Darwin is not Windows. (8075,8086)
50430              
50431              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
50432      Branch: maint-5.6/perl
50433           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
50434           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
50435           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
50436           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
50437 ____________________________________________________________________________
50438 [  8626] By: jhi                                   on 2001/01/30  21:22:11
50439         Log: Integrate with tweakery the change #8625 from mainline,
50440              the multibyte decimal separator fix ("fa_IR locale failure").
50441      Branch: maint-5.6/perl
50442            ! embedvar.h perlapi.h
50443           !> intrpvar.h perl.c perl.h sv.c util.c
50444 ____________________________________________________________________________
50445 [  8625] By: jhi                                   on 2001/01/30  20:26:33
50446         Log: Fix for the fa_IR locale failure.  The reason for the failure
50447              was that Perl was assuming the decimal separator aka the radix
50448              separator is one character.  The Farsi-Iranian locale crushed
50449              that bad assumption since there the separator is 'Momayyez',
50450              glyphwise looking somewhat like a slash, and in Unicode UTF-8
50451              encoded in two bytes, 0xd9 0xab.
50452      Branch: perl
50453            ! intrpvar.h perl.c perl.h sv.c util.c
50454 ____________________________________________________________________________
50455 [  8624] By: gsar                                  on 2001/01/30  20:17:03
50456         Log: regen_headers
50457      Branch: maint-5.6/perl
50458            ! Makefile.SH pod/perlintern.pod
50459 ____________________________________________________________________________
50460 [  8623] By: gsar                                  on 2001/01/30  19:42:34
50461         Log: backout change#7431 and its dependents (causes spurious rebuilds
50462              of autogenerated files)
50463              
50464              fix benign b.t failure
50465      Branch: maint-5.6/perl
50466            ! Makefile.SH t/lib/b.t
50467 ____________________________________________________________________________
50468 [  8622] By: jhi                                   on 2001/01/30  19:41:41
50469         Log: Microperl sync.
50470      Branch: perl
50471            ! mg.c perl.h
50472 ____________________________________________________________________________
50473 [  8621] By: gsar                                  on 2001/01/30  19:24:47
50474         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
50475              from mainline
50476              
50477              Subject: podlators 1.06 released
50478              
50479              Subject: [PATCH @8436] Eliminate op_children
50480              
50481              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
50482              
50483              (Replaced by #8448)  More op_children traces (cleanup of #8442).
50484              
50485              Subject: [PATCH #3 @8436] Re: Eliminate op_children
50486              Replace #8444 and #8445.
50487              
50488              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
50489              at the setting of the ofs_sv in new_struct_thread() as the
50490              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
50491              uninitialized fields are, uh, initialized with),
50492              SvREFCNT_inc()ing that invited a core dump.
50493              
50494              podlators 1.07, from Russ Allbery.
50495              
50496              Subject: [PATCH] regcomp.c old feature removal
50497              From: mjd@plover.com
50498              Date: 16 Jan 2001 14:43:18 -0000 
50499              Message-ID: <20010116144318.7140.qmail@plover.com> 
50500      Branch: maint-5.6/perl
50501           +> lib/Pod/Text/Overstrike.pm
50502           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
50503           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
50504           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
50505           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
50506           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
50507           !> util.c
50508 ____________________________________________________________________________
50509 [  8620] By: gsar                                  on 2001/01/30  18:48:32
50510         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
50511              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
50512              now fails one test)
50513              
50514              Subject: [PATCH] lvalue AUTOLOAD. No, really.
50515              
50516              Subject: [PATCH] Interesting syntax idea
50517              Make opens + bareword assigns do typeglob assigns.
50518              
50519              Tests for #8254.
50520              
50521              Subject: [PATCH @8269] Continue blocks and B::Deparse
50522              Make the peephole optimizer to bypass more null ops and
50523              and rewrite the deparse handling of continue blocks.
50524              
50525              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
50526              Doc tweak on #8313.
50527              
50528              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
50529              
50530              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
50531              
50532              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
50533              
50534              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
50535              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
50536              according to the platform.
50537              
50538              Subject: [PATCH @8404] Consolidated lvalue sub changes
50539              
50540              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
50541              
50542              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
50543              
50544              Subject: B::Concise -- an improved replacement for B::Terse 
50545              
50546              The B::Terse drop-in replacement wasn't quite drop-in.
50547              
50548              The LVRET macro needed an aTHX.
50549              
50550              Use the /^Perl_/-less form of is_lvalue_sub().
50551              
50552              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
50553      Branch: maint-5.6/perl
50554           +> ext/B/B/Concise.pm
50555           !> (integrate 27 files)
50556 ____________________________________________________________________________
50557 [  8619] By: nick                                  on 2001/01/30  18:40:28
50558         Log: Integrate mainline
50559      Branch: perlio
50560           !> (integrate 40 files)
50561 ____________________________________________________________________________
50562 [  8618] By: jhi                                   on 2001/01/30  18:37:18
50563         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
50564              Date: Mon, 29 Jan 2001 22:51:29 -0600
50565              From: "Craig A. Berry" <craigberry@mac.com>
50566              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
50567      Branch: perl
50568            ! vms/test.com
50569 ____________________________________________________________________________
50570 [  8617] By: jhi                                   on 2001/01/30  18:34:53
50571         Log: Subject: [PATCH] Add missing CV flags to dump.c
50572              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50573              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
50574              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
50575      Branch: perl
50576            ! dump.c
50577 ____________________________________________________________________________
50578 [  8616] By: jhi                                   on 2001/01/30  18:20:58
50579         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
50580              part isn't applicable to maintperl.
50581              
50582              UTF-8 nit from Inaba Hiroto.
50583      Branch: maint-5.6/perl
50584           !> pod/perlapi.pod utf8.c
50585 ____________________________________________________________________________
50586 [  8615] By: jhi                                   on 2001/01/30  18:18:51
50587         Log: UTF-8 nit from Inaba Hiroto.
50588      Branch: perl
50589            ! pod/perlapi.pod t/op/each.t utf8.c
50590 ____________________________________________________________________________
50591 [  8614] By: jhi                                   on 2001/01/30  18:13:38
50592         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
50593              
50594              perl's internal variables are not for public consumption,
50595              move their docs from perlapi.pod to perlintern.pod
50596              
50597              support for -Dusethreads build under HP-UX 10.20 and DCE threads
50598              library (11.0 and later have pthreads but 10.x don't)
50599              
50600              avoid uninitialized value warnings
50601              
50602              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
50603              gets weird results)
50604              
50605              perldoc nit on windows
50606              
50607              make it possible to run the tests outside the source tree
50608              (there's still a dependency on ../lib being the library
50609              location)
50610      Branch: perl
50611           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
50612           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
50613           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
50614           !> win32/bin/search.pl win32/vdir.h
50615 ____________________________________________________________________________
50616 [  8613] By: gsar                                  on 2001/01/30  16:39:59
50617         Log: make it possible to run the tests outside the source tree
50618              (there's still a dependency on ../lib being the library
50619              location)
50620      Branch: maint-5.6/perl
50621            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
50622 ____________________________________________________________________________
50623 [  8612] By: gsar                                  on 2001/01/30  16:31:12
50624         Log: perldoc nit on windows
50625      Branch: maint-5.6/perl
50626            ! utils/perldoc.PL
50627 ____________________________________________________________________________
50628 [  8611] By: gsar                                  on 2001/01/30  16:22:54
50629         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
50630              gets weird results)
50631      Branch: maint-5.6/perl
50632            ! win32/vdir.h
50633 ____________________________________________________________________________
50634 [  8610] By: gsar                                  on 2001/01/30  16:12:45
50635         Log: avoid uninitialized value warnings
50636      Branch: maint-5.6/perl
50637            ! win32/bin/search.pl
50638 ____________________________________________________________________________
50639 [  8609] By: gsar                                  on 2001/01/30  16:08:01
50640         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
50641              library (11.0 and later have pthreads but 10.x don't)
50642      Branch: maint-5.6/perl
50643            ! hints/hpux.sh thread.h
50644 ____________________________________________________________________________
50645 [  8608] By: gsar                                  on 2001/01/30  15:48:55
50646         Log: perl's internal variables are not for public consumption,
50647              move their docs from perlapi.pod to perlintern.pod
50648      Branch: maint-5.6/perl
50649            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
50650            ! thrdvar.h
50651 ____________________________________________________________________________
50652 [  8607] By: gsar                                  on 2001/01/30  15:44:27
50653         Log: mistakenly branched perl56delta.pod, revert
50654      Branch: maint-5.6/perl
50655            - pod/perl56delta.pod
50656           !> pod/perldelta.pod
50657 ____________________________________________________________________________
50658 [  8606] By: gsar                                  on 2001/01/30  14:20:24
50659         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
50660              dTHR which has been a noop for a while now, except for the
50661              compatibility definition in thread.h)
50662      Branch: maint-5.6/perl
50663           !> (integrate 45 files)
50664 ____________________________________________________________________________
50665 [  8605] By: jhi                                   on 2001/01/30  05:43:58
50666         Log: Mark the UTF-8 APIs as experimental.
50667      Branch: maint-5.6/perl
50668            ! embed.pl pod/perlapi.pod
50669 ____________________________________________________________________________
50670 [  8604] By: jhi                                   on 2001/01/30  05:38:40
50671         Log: Nits from earlier integrates.
50672      Branch: maint-5.6/perl
50673            ! lib/Carp/Heavy.pm
50674           !> sv.c
50675 ____________________________________________________________________________
50676 [  8603] By: jhi                                   on 2001/01/30  05:27:26
50677         Log: Regenerate Porting files.
50678      Branch: maint-5.6/perl
50679            ! Porting/Glossary Porting/config.sh Porting/config_H
50680 ____________________________________________________________________________
50681 [  8602] By: jhi                                   on 2001/01/30  05:14:59
50682         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
50683              8310,8339,8447,8492,8493,8505,8525: documentation changes.
50684              
50685              Subject: Re: perlfaq style changes
50686              
50687              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
50688              
50689              Subject: [PATCH] docs on NaN
50690              
50691              Subject: [patch] perlfaq7
50692              
50693              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
50694              
50695              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
50696              
50697              Subject: [PATCH] open() example in perlfunc.pod
50698              
50699              Podify README.mpeix (a new version from the web)
50700              
50701              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
50702              
50703              Subject: [PATCH] format and rewording in perlfaq.pod
50704              
50705              Subject: [PATCH] API Variable documentation   
50706              
50707              Memory management calls documentation.
50708              
50709              Subject: [PATCH: perl@8482] README.vms URL updates
50710              
50711              Subject: Minor typos in perlfaq2.pod
50712              
50713              Subject: [PATCH] pod/perlvar.pod
50714      Branch: maint-5.6/perl
50715           +> pod/perl56delta.pod
50716            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50717           !> README.amiga README.epoc README.mpeix README.vms
50718           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
50719           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
50720           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
50721           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
50722           !> pod/perlvar.pod thrdvar.h
50723 ____________________________________________________________________________
50724 [  8601] By: jhi                                   on 2001/01/30  04:38:35
50725         Log: Integrate changes #8036,8096,8253 from mainline:
50726              hints changes.
50727              
50728              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
50729              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
50730              
50731              Output the (apparent) version of gcc in Tru64.
50732      Branch: maint-5.6/perl
50733           +> ext/POSIX/hints/svr4.pl
50734           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
50735           !> hints/svr4.sh t/lib/bigfltpm.t
50736 ____________________________________________________________________________
50737 [  8600] By: jhi                                   on 2001/01/30  04:04:01
50738         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
50739              locale fixes.
50740              
50741              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
50742              
50743              Debian allows /usr/bin/locale to exist without any locales. (7868)
50744              
50745              Allow the locale test needing POSIX and the taint test
50746              needing IPC::SysV to run under 'minitest' (basically,
50747              bail out if loading the extension fails). (8384)
50748              
50749              Cleanup the locale.t output  (8480)
50750      Branch: maint-5.6/perl
50751           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
50752           !> t/pragma/locale.t
50753 ____________________________________________________________________________
50754 [  8599] By: jhi                                   on 2001/01/30  03:51:04
50755         Log: Missing generated files from #8598.
50756      Branch: maint-5.6/perl
50757            ! embed.h global.sym objXSUB.h perlapi.c proto.h
50758 ____________________________________________________________________________
50759 [  8598] By: jhi                                   on 2001/01/30  03:41:54
50760         Log: Integrate change #8555 from mainline, manually integrate parts
50761              of changes 8452 and 8583.
50762              
50763              Subject: [PATCH] utf8.c documentation (8452)
50764              
50765              No point in checking the length if the pointer is bogus. (8555)
50766              
50767              Introduce bytes_from_utf8() and implement sv_eq() using it,
50768              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
50769              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
50770              was malformed. (8583)
50771      Branch: maint-5.6/perl
50772            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
50773           !> pod/perlapi.pod sv.c utf8.c
50774 ____________________________________________________________________________
50775 [  8597] By: gsar                                  on 2001/01/30  02:37:26
50776         Log: get PERL_OBJECT build going again on windows
50777      Branch: maint-5.6/perl
50778            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
50779            ! pod/perlapi.pod proto.h sv.c
50780 ____________________________________________________________________________
50781 [  8596] By: jhi                                   on 2001/01/30  02:16:17
50782         Log: Signedness nit.
50783      Branch: perl
50784            ! sv.c
50785 ____________________________________________________________________________
50786 [  8595] By: jhi                                   on 2001/01/30  02:11:07
50787         Log: EBCDIC patch for Storable, from Peter Prymmer.
50788      Branch: perl
50789            ! t/lib/st-06compat.t
50790 ____________________________________________________________________________
50791 [  8594] By: jhi                                   on 2001/01/30  01:04:48
50792         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
50793              From: Peter Prymmer <pvhp@forte.com>
50794              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
50795              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
50796      Branch: perl
50797            ! t/lib/b.t
50798 ____________________________________________________________________________
50799 [  8593] By: jhi                                   on 2001/01/30  00:56:47
50800         Log: Subject: [PATCH: perl@8585] pod problems in io
50801              From: Peter Prymmer <pvhp@forte.com>
50802              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
50803              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
50804      Branch: perl
50805            ! pod/perlapio.pod pod/perliol.pod
50806 ____________________________________________________________________________
50807 [  8592] By: jhi                                   on 2001/01/30  00:48:20
50808         Log: Integrate perlio.
50809      Branch: perl
50810           !> pod/perlapio.pod pod/perliol.pod
50811 ____________________________________________________________________________
50812 [  8591] By: nick                                  on 2001/01/29  22:02:28
50813         Log: GNU 'merge' Simon's copy of perliol.pod with version
50814              patched by Craig's patch.
50815      Branch: perlio
50816            ! pod/perliol.pod
50817 ____________________________________________________________________________
50818 [  8590] By: nick                                  on 2001/01/29  21:55:10
50819         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
50820      Branch: perlio
50821            ! pod/perlapio.pod pod/perliol.pod
50822 ____________________________________________________________________________
50823 [  8589] By: jhi                                   on 2001/01/29  15:35:33
50824         Log: Integrate change #8586 from maint-5.6/perl.
50825              
50826              make the BOM detection code not call tell() until it has to
50827              (meant to fix esoteric compatibility issues where PL_rsfp
50828              is overridden)
50829      Branch: perl
50830           !> toke.c
50831 ____________________________________________________________________________
50832 [  8588] By: jhi                                   on 2001/01/29  15:29:11
50833         Log: Subject: MAking Solaris malloc() the default
50834              From: Lupe Christoph <lupe@lupe-christoph.de>
50835              Date: Mon, 29 Jan 2001 12:59:36 +0100
50836              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
50837              
50838              The README.solaris part slightly tweaked.
50839      Branch: perl
50840            ! README.solaris hints/solaris_2.sh
50841 ____________________________________________________________________________
50842 [  8587] By: jhi                                   on 2001/01/29  15:17:34
50843         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
50844              From: root@ak-75.mind.de
50845              Date: Sun, 28 Jan 2001 20:32:29 +0100
50846              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
50847      Branch: perl
50848            ! pod/perlre.pod
50849 ____________________________________________________________________________
50850 [  8586] By: gsar                                  on 2001/01/29  13:43:44
50851         Log: make the BOM detection code not call tell() until it has to
50852              (meant to fix esoteric compatibility issues where PL_rsfp
50853              is overridden)
50854      Branch: maint-5.6/perl
50855            ! toke.c
50856 ____________________________________________________________________________
50857 [  8585] By: jhi                                   on 2001/01/28  20:05:45
50858         Log: Update Changes.
50859      Branch: perl
50860            ! Changes patchlevel.h
50861 ____________________________________________________________________________
50862 [  8584] By: jhi                                   on 2001/01/28  19:30:02
50863         Log: Integrate perlio.
50864      Branch: perl
50865           +> pod/perliol.pod
50866           !> MANIFEST pod/perlapio.pod
50867 ____________________________________________________________________________
50868 [  8583] By: jhi                                   on 2001/01/28  19:28:40
50869         Log: Patch from Inaba Hiroto:
50870              - canonical UTF-8 hash keys: if a key string for a hash is
50871              UTF8-on, try downgrade the string and use it if
50872              unicode::distinct is not in effect.
50873              For the task, I added a function bytes_from_utf8() to utf8.c.
50874              It might resemble utf8_to_bytes() but it is not convenient
50875              to the task.
50876              Made a test for it and added to t/op/each.t
50877              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
50878              the mortal copy of the argument SV.
50879              And changed t/io/utf8.t test 18 which expects print() to
50880              upgrade its argument.
50881              - re-implement sv_eq with bytes_from_utf8()
50882              - some bug fixes
50883              - tr/// does not handle UTF8 range (\x{}-\x{})
50884              - \ before raw UTF8 character produced
50885              "Malformed UTF-8 character" warning.
50886              - "\x{100}\N{CENT SIGN}" is Malformed.
50887              Added tests for these 3.
50888              - and one silly bug (by me) with qu operator.
50889      Branch: perl
50890            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
50891            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
50892            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
50893 ____________________________________________________________________________
50894 [  8582] By: nick                                  on 2001/01/28  19:25:04
50895         Log: Add pod/perliol.pod to MANIFEST :-(
50896      Branch: perlio
50897            ! MANIFEST
50898 ____________________________________________________________________________
50899 [  8581] By: nick                                  on 2001/01/28  19:22:40
50900         Log: PerlIO documentation. Proofing and sub-editing requested.
50901      Branch: perlio
50902            + pod/perliol.pod
50903            ! pod/perlapio.pod
50904 ____________________________________________________________________________
50905 [  8580] By: jhi                                   on 2001/01/28  05:16:25
50906         Log: Revert the change to sv_2pv() done by #8054: Someone who
50907              did SvNV_set() on a scalar that also happened to be POK,
50908              followed by sv_2pv() won't get the right coercion anymore.
50909              [Sarathy]
50910      Branch: maint-5.6/perl
50911            ! sv.c
50912 ____________________________________________________________________________
50913 [  8579] By: jhi                                   on 2001/01/28  05:15:04
50914         Log: Remove the #8084 effect: do not allow -Q to be interpreted
50915              as -&Q(), this is too much wiggle room.
50916      Branch: maint-5.6/perl
50917            ! toke.c
50918 ____________________________________________________________________________
50919 [  8578] By: jhi                                   on 2001/01/28  05:12:45
50920         Log: Needed bits of #8439 (should have been in #8576),
50921              mainly for lval substr().
50922      Branch: maint-5.6/perl
50923            ! mg.c pp.c pp_hot.c
50924 ____________________________________________________________________________
50925 [  8577] By: jhi                                   on 2001/01/28  05:02:46
50926         Log: A missing check-in.
50927      Branch: maint-5.6/perl
50928            ! utf8.c
50929 ____________________________________________________________________________
50930 [  8576] By: jhi                                   on 2001/01/28  04:26:18
50931         Log: Integrate changes #8425,8436,8439,8517 from mainline.
50932              The 8439 was not truly integrated because it had too many
50933              dependencies on the development branch and because it introduced
50934              concepts too bold for a maintenance branch (such as the qu operator).
50935              
50936              Subject: [PATCH perl@8342] -Wformat
50937              
50938              Tighten some of the UTF-8 tests a bit.
50939              
50940              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
50941              - The substr lval was still not okay.
50942              - Now pp_stringify and sv_setsv copies source's UTF8 flag
50943              even if IN_BYTE.  pp_stringify is called from fold_constants
50944              at optimization phase and "\x{100}" was made SvUTF8_off under
50945              use bytes (the bytes pragma is for "byte semantics" and not
50946              for "do not produce UTF8 data")
50947      Branch: maint-5.6/perl
50948            ! t/lib/charnames.t t/op/substr.t toke.c
50949           !> sv.c t/pragma/utf8.t
50950 ____________________________________________________________________________
50951 [  8575] By: jhi                                   on 2001/01/28  04:01:51
50952         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
50953              
50954              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
50955              
50956              Subject: [ID 20001230.003] UTF-8 tr still hurts
50957              
50958              Test cases for #8385 (from Simon's "torture.pl")
50959              
50960              Start fixing UTF-8 lval substr() (8405)
50961      Branch: maint-5.6/perl
50962           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
50963           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
50964 ____________________________________________________________________________
50965 [  8574] By: jhi                                   on 2001/01/28  03:09:06
50966         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
50967              from mainline.
50968              
50969              UTF-8 cleanup.
50970              
50971              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
50972              
50973              "\x{FF}\xFF" was broken.
50974              
50975              Tests for #8329 and #8330.
50976              
50977              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
50978              
50979              IRIX compiler noticed that the bof initialization might be
50980              bypassed by control flow.
50981              
50982              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
50983      Branch: maint-5.6/perl
50984           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
50985           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
50986 ____________________________________________________________________________
50987 [  8573] By: jhi                                   on 2001/01/28  02:06:12
50988         Log: Retract #8552.
50989      Branch: perl
50990            ! lib/Text/Wrap.pm t/lib/textwrap.t
50991 ____________________________________________________________________________
50992 [  8572] By: jhi                                   on 2001/01/28  02:04:49
50993         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
50994              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
50995              not really integrated but instead salvaged by hand
50996              (they had too many dependencies on the development release
50997              to be cleanly integratable).
50998              
50999              Subject: more UTF8 test suites and an UTF8 patch
51000              
51001              Tweak for MULTIPLICITY/USE_PERLIO
51002              
51003              Signedness nit.
51004              
51005              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
51006              
51007              Use the UTF8_XXX macros in is_utf8_char().
51008              
51009              Rewrite pp_concat() in terms of sv_catsv().  The . operator
51010              should now be UTF-8-proof.
51011              
51012              Subject: [PATCH perl@8269] scanning two hex-constants
51013              fails on EBCDIC environment (script length.t)
51014              
51015              Add some Unicode chop() tests.
51016      Branch: maint-5.6/perl
51017            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
51018           !> sv.c t/op/chop.t utf8.h
51019 ____________________________________________________________________________
51020 [  8571] By: jhi                                   on 2001/01/28  00:35:59
51021         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
51022              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
51023              
51024              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
51025              
51026              The maxiters upper limit sanity check (guarding against
51027              non-progress) assumed bytes instead of characters in s///
51028              and split().
51029              
51030              Signedness nit.
51031              
51032              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
51033              join() should now be UTF-8-proof.
51034              
51035              More split // UTF-8 tests. (8250)
51036      Branch: maint-5.6/perl
51037           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
51038           !> util.c
51039 ____________________________________________________________________________
51040 [  8570] By: jhi                                   on 2001/01/27  22:15:46
51041         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
51042              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
51043              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
51044              8084,8204,8244,8333 from mainline.
51045              
51046              For -Q where Q might be a one-letter sub name one does no more
51047              get a warning about an unknown filetest (7941,7943,7944,8084).
51048              
51049              Subject: Re: [ID 20001130.011] expression parsing bug ?
51050              
51051              Make uv_to_utf8() to zero-terminate its output buffer.
51052              
51053              Split off t/op/length.t (7995)
51054              
51055              Split off t/op/utf8decode.t (7996)
51056              
51057              Remove an unnecessary 'use utf8' from the utf8.t (7998)
51058              
51059              Split off t/op/concat.t (8004)
51060              
51061              Split off t/op/ver.t (8005)
51062              
51063              Document utf8_length(), utf8_distance(), and utf8_hop().
51064              
51065              Document utf8_to_uv() better.
51066              
51067              Introduce macros for UTF8 decoding (8028,8033).
51068              
51069              Add test for reverse() (8030,8031).
51070              
51071              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
51072              
51073              Do not return the Unicode replacement character    on UTF-8
51074              decoding failure.
51075              
51076              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
51077              not this_utf8 i.e. the output string has one, but don't mess
51078              with source assumption. (8052,8053)
51079              
51080              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
51081              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
51082              was not expecting to be called with something that was already
51083              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
51084              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
51085              (8054)
51086              
51087              Recode the naughty binary bytes in utf8decode.t using the \xHH.
51088              
51089              Make some panic messages a bit more logical.
51090      Branch: maint-5.6/perl
51091           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
51092           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
51093           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
51094           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
51095           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
51096           !> utf8.c utf8.h
51097 ____________________________________________________________________________
51098 [  8569] By: jhi                                   on 2001/01/27  19:16:43
51099         Log: Integrate changes #7750 from perlio and #8566 from mainline.
51100      Branch: maint-5.6/perl
51101           !> regexec.c sv.c
51102 ____________________________________________________________________________
51103 [  8568] By: jhi                                   on 2001/01/27  18:06:51
51104         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
51105              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
51106              7935[-perlio.c],7936,7959,7965 from mainline.
51107              
51108              Change the "big byte" error message to "Wide character".
51109              (7355, the croak-if-wide-chars-in-print part ignored)
51110              
51111              Use UINT64_C().
51112              
51113              Introduce Perl_utf8_length().
51114              
51115              diff -se shows these as different (7753, forgotten check-ins)
51116              
51117              Subject: [PATCH] doop.c - UTF8 tr///
51118              
51119              If we use (aTHX_ ...) then put Perl_ on the front.
51120              
51121              Make utf8_length() and utf8_distance() to be less forgiving
51122              about bad UTF-8.
51123              
51124              Test line numbers are different with utf8.
51125              
51126              No need to scan till infinity, 13 is enough. (7872,7911)
51127              
51128              Subject: [PATCH] Tokeniser debugging
51129              
51130              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
51131              
51132              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
51133              
51134              Be more careful in Perl_sv_utf8_downgrade().
51135              
51136              Use DO_UTF8().
51137              
51138              Raw zero bytes in text files confuse at least GNU patch 2.1.
51139      Branch: maint-5.6/perl
51140           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
51141           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
51142           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
51143           !> t/pragma/utf8.t toke.c utf8.c utf8.h
51144 ____________________________________________________________________________
51145 [  8567] By: nick                                  on 2001/01/27  11:10:38
51146         Log: Integrate mainline
51147      Branch: perlio
51148           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
51149           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
51150           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
51151           !> toke.c
51152 ____________________________________________________________________________
51153 [  8566] By: jhi                                   on 2001/01/27  06:22:48
51154         Log: More documentation for the regexp context stack.
51155      Branch: perl
51156            ! regexec.c
51157 ____________________________________________________________________________
51158 [  8565] By: jhi                                   on 2001/01/27  05:21:57
51159         Log: Update Changes.
51160      Branch: perl
51161            ! Changes patchlevel.h
51162 ____________________________________________________________________________
51163 [  8564] By: jhi                                   on 2001/01/27  04:44:04
51164         Log: Threadedness patch for #8562 from Doug MacEachern.
51165      Branch: perl
51166            ! toke.c
51167 ____________________________________________________________________________
51168 [  8563] By: jhi                                   on 2001/01/27  04:26:24
51169         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
51170              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51171              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
51172              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
51173      Branch: perl
51174            ! op.c
51175 ____________________________________________________________________________
51176 [  8562] By: jhi                                   on 2001/01/27  04:20:30
51177         Log: Subject: Re: Announce : Tokener reporting patch
51178              From: Simon Cozens <simon@cozens.net>
51179              Date: Mon, 22 Jan 2001 02:17:22 +0000
51180              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
51181      Branch: perl
51182            ! embed.h embed.pl proto.h toke.c
51183 ____________________________________________________________________________
51184 [  8561] By: jhi                                   on 2001/01/27  04:17:24
51185         Log: Forgot from #8545.  Oops.
51186      Branch: perl
51187            ! pp.c t/pragma/overload.t
51188 ____________________________________________________________________________
51189 [  8560] By: jhi                                   on 2001/01/27  03:01:47
51190         Log: A better module compilation test, use MANIFEST as suggested
51191              by Spider.
51192      Branch: perl
51193            ! t/lib/1_compile.t
51194 ____________________________________________________________________________
51195 [  8559] By: jhi                                   on 2001/01/27  02:50:48
51196         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
51197              From: Peter Prymmer <pvhp@forte.com>
51198              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
51199              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
51200      Branch: perl
51201            ! t/lib/b.t
51202 ____________________________________________________________________________
51203 [  8558] By: jhi                                   on 2001/01/27  02:27:05
51204         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
51205              From: Peter Prymmer <pvhp@forte.com>
51206              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
51207              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
51208      Branch: perl
51209            ! t/pragma/sub_lval.t
51210 ____________________________________________________________________________
51211 [  8557] By: jhi                                   on 2001/01/27  02:26:03
51212         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
51213              From: Peter Prymmer <pvhp@forte.com>
51214              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
51215              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
51216      Branch: perl
51217            ! t/lib/st-06compat.t
51218 ____________________________________________________________________________
51219 [  8556] By: jhi                                   on 2001/01/27  02:24:33
51220         Log: Subject: [PATCH: perl@8531] minor update to README.os390
51221              From: Peter Prymmer <pvhp@forte.com>
51222              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
51223              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
51224      Branch: perl
51225            ! README.os390
51226 ____________________________________________________________________________
51227 [  8555] By: jhi                                   on 2001/01/27  00:35:47
51228         Log: No point in checking the length before we know whether the pointer
51229              is bogus or not, fixes Abigail's odbm failures in Linux.
51230      Branch: perl
51231            ! sv.c
51232 ____________________________________________________________________________
51233 [  8554] By: nick                                  on 2001/01/26  19:01:31
51234         Log: Integrate mainline
51235      Branch: perlio
51236           !> lib/Text/Wrap.pm t/lib/textwrap.t
51237 ____________________________________________________________________________
51238 [  8553] By: jhi                                   on 2001/01/26  15:19:39
51239         Log: Integrate change #7792 from perlio (multiplicity fix),
51240              fix the AV leak in regex DEBUGGING (tiny part of the
51241              polymorphic regexp patch #8143).
51242      Branch: maint-5.6/perl
51243            ! regcomp.c
51244           !> scope.h
51245 ____________________________________________________________________________
51246 [  8552] By: jhi                                   on 2001/01/26  15:03:23
51247         Log: (Retracted by #8573)
51248              
51249              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
51250              From: Michael G Schwern <schwern@pobox.com>
51251              Date: Fri, 26 Jan 2001 09:28:31 -0500
51252              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
51253      Branch: perl
51254            ! lib/Text/Wrap.pm t/lib/textwrap.t
51255 ____________________________________________________________________________
51256 [  8551] By: jhi                                   on 2001/01/26  02:33:19
51257         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
51258              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
51259              
51260              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51261              
51262              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
51263              
51264              Message nit.
51265              
51266              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
51267              
51268              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
51269              
51270              (the cleanup of unused submatches in regtry() and regcppop())
51271              
51272              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
51273              stored and restored, and thusly was trounced by the utf8 swash
51274              routines.
51275              
51276              use utf8 not required to use \x{}.
51277              
51278              Removed two more tests that make no sense in UTF-8 since the test
51279              data is not in UTF-8.
51280              
51281              Get the three different space character classes right under utf8.
51282              
51283              Implement ANYOFUTF8 regprop() dumping.
51284              
51285              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
51286              
51287              Document the regex context pushing/popping a bit better.
51288      Branch: maint-5.6/perl
51289           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
51290           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
51291           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
51292           !> t/op/regmesg.t utf8.c
51293 ____________________________________________________________________________
51294 [  8550] By: nick                                  on 2001/01/25  19:42:30
51295         Log: Integrate mainline
51296      Branch: perlio
51297           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
51298           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
51299           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
51300           !> t/lib/bigint.t t/lib/bigintpm.t
51301 ____________________________________________________________________________
51302 [  8549] By: jhi                                   on 2001/01/25  15:22:28
51303         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
51304      Branch: maint-5.6/perl
51305            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
51306 ____________________________________________________________________________
51307 [  8548] By: jhi                                   on 2001/01/25  15:02:55
51308         Log: Integrate changes #7997,8063,8492,8547 from mainline.
51309              
51310              Subject: Re: STRLEN - what?
51311              
51312              Subject: [PATCH] perlguts.pod
51313              
51314              Memory management calls documentation.
51315              
51316              Layout using tabulator is not a good idea in a pod.
51317      Branch: maint-5.6/perl
51318           !> pod/perlguts.pod
51319 ____________________________________________________________________________
51320 [  8547] By: jhi                                   on 2001/01/25  14:49:05
51321         Log: Layout using tabulator is not a good idea in a pod.
51322      Branch: perl
51323            ! pod/perlguts.pod
51324 ____________________________________________________________________________
51325 [  8546] By: jhi                                   on 2001/01/25  14:31:12
51326         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
51327              from mainline.
51328              
51329              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
51330              
51331              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
51332              
51333              More Win32 editor/IDE/shell hints.
51334              
51335              More Win32 Perling.
51336              
51337              Yet another editor edit.
51338              
51339              Edit edit edit.
51340              
51341              IDE/editor section tweaking.
51342              
51343              Few more IDE/editor nits from p5p.
51344      Branch: maint-5.6/perl
51345           !> pod/perlfaq3.pod
51346 ____________________________________________________________________________
51347 [  8545] By: jhi                                   on 2001/01/25  04:16:32
51348         Log: Subject: [PATCH 5.7.0] overload int()
51349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51350              Date: Wed, 24 Jan 2001 19:06:57 -0500
51351              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
51352      Branch: perl
51353            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
51354            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
51355            ! t/lib/bigintpm.t
51356 ____________________________________________________________________________
51357 [  8544] By: jhi                                   on 2001/01/25  04:15:11
51358         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
51359              From: Peter Prymmer <pvhp@forte.com>
51360              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
51361              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
51362      Branch: perl
51363            ! Makefile.SH README.os390 hints/os390.sh installperl
51364 ____________________________________________________________________________
51365 [  8543] By: jhi                                   on 2001/01/25  03:52:08
51366         Log: Integrate change #8462,8469 from mainline.
51367              
51368              In VMS Perl subversion (perl -V) is undef.
51369      Branch: maint-5.6/perl
51370           !> configure.com
51371 ____________________________________________________________________________
51372 [  8542] By: jhi                                   on 2001/01/25  03:44:55
51373         Log: Integrate changes #7835,7850,8315,8316 from mainline.
51374              
51375              Solaris hints.
51376      Branch: maint-5.6/perl
51377           !> hints/solaris_2.sh
51378 ____________________________________________________________________________
51379 [  8541] By: jhi                                   on 2001/01/25  03:39:28
51380         Log: Integrate #8336 from mainline.
51381      Branch: maint-5.6/perl
51382           !> hv.c
51383 ____________________________________________________________________________
51384 [  8540] By: jhi                                   on 2001/01/25  03:23:50
51385         Log: Retract #8539.
51386      Branch: maint-5.6/perl
51387            ! pod/perlfaq3.pod
51388 ____________________________________________________________________________
51389 [  8539] By: jhi                                   on 2001/01/25  03:21:55
51390         Log: (Retracted by #8540.)
51391      Branch: maint-5.6/perl
51392            ! pod/perlfaq3.pod
51393 ____________________________________________________________________________
51394 [  8538] By: jhi                                   on 2001/01/25  03:14:07
51395         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
51396              From: Peter Prymmer <pvhp@forte.com>
51397              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
51398              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
51399              
51400              The VMS bits.
51401      Branch: maint-5.6/perl
51402            ! configure.com vms/descrip_mms.template
51403 ____________________________________________________________________________
51404 [  8537] By: jhi                                   on 2001/01/25  03:06:09
51405         Log: Integrate #7710,7824,7973 from mainline.
51406      Branch: maint-5.6/perl
51407           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51408           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
51409           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
51410           !> vos/config.ga.def vos/config.ga.h win32/config.bc
51411           !> win32/config.gc win32/config.vc
51412 ____________________________________________________________________________
51413 [  8536] By: jhi                                   on 2001/01/24  13:50:20
51414         Log: Revert the edits made by me so far to the 5.6 branch since
51415              the TRIAL1 since I did edits when I should have been using
51416              integrates.  Bad programmer.   (Will integrate them properly later.)
51417              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
51418              The #8353 will not be reapplied at least for now since
51419              the UTF-8 hash keys need more thinking.
51420              (The patches #8347, #8354, #8454, #8473 were okay since they
51421              were original edits made specifically for the 5.6.1-TRIAL1.)
51422      Branch: maint-5.6/perl
51423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51424            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
51425            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
51426            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
51427            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
51428            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51429            ! win32/config.bc win32/config.gc win32/config.vc
51430 ____________________________________________________________________________
51431 [  8535] By: bailey                                on 2001/01/24  06:37:02
51432         Log: SYN SYN
51433      Branch: vmsperl
51434           +> (branch 26 files)
51435           !> (integrate 130 files)
51436 ____________________________________________________________________________
51437 [  8534] By: nick                                  on 2001/01/23  19:30:57
51438         Log: Integrate mainline.
51439      Branch: perlio
51440           !> Changes Configure Porting/Glossary Porting/config.sh
51441           !> Porting/config_H embed.h embed.pl ext/Encode/compile
51442           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
51443           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
51444           !> pod/perlvar.pod proto.h t/lib/1_compile.t
51445 ____________________________________________________________________________
51446 [  8533] By: jhi                                   on 2001/01/23  16:15:46
51447         Log: Forgotten from #8501.
51448      Branch: perl
51449            ! Porting/Glossary Porting/config.sh Porting/config_H
51450 ____________________________________________________________________________
51451 [  8532] By: jhi                                   on 2001/01/23  16:13:27
51452         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
51453              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51454              Date: Mon, 22 Jan 2001 17:51:58 +0100
51455              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
51456      Branch: perl
51457            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
51458 ____________________________________________________________________________
51459 [  8531] By: jhi                                   on 2001/01/23  15:46:01
51460         Log: Update Changes.
51461      Branch: perl
51462            ! Changes patchlevel.h
51463 ____________________________________________________________________________
51464 [  8530] By: jhi                                   on 2001/01/23  15:38:39
51465         Log: De-cut-and-pasto.
51466      Branch: perl
51467            ! t/lib/1_compile.t
51468 ____________________________________________________________________________
51469 [  8529] By: jhi                                   on 2001/01/23  15:11:04
51470         Log: Document the mkdir trailing slashes case.
51471      Branch: perl
51472            ! pod/perlfunc.pod
51473 ____________________________________________________________________________
51474 [  8528] By: jhi                                   on 2001/01/23  15:08:28
51475         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
51476              get installed:
51477              
51478              Subject: lib/lib.pm
51479              From: <abigail@foad.org>
51480              Date: Mon, 28 Aug 2000 20:35:08 -0400
51481              Message-ID: <20000829003508.21281.qmail@foad.org>
51482      Branch: perl
51483            ! installperl
51484 ____________________________________________________________________________
51485 [  8527] By: jhi                                   on 2001/01/23  14:44:04
51486         Log: Metaconfig unit change for #8526.
51487      Branch: metaconfig
51488            ! U/threads/archname.U
51489 ____________________________________________________________________________
51490 [  8526] By: jhi                                   on 2001/01/23  14:43:19
51491         Log: Attach -perlio to the archname if so selected.
51492      Branch: perl
51493            ! Configure
51494 ____________________________________________________________________________
51495 [  8525] By: jhi                                   on 2001/01/23  14:24:01
51496         Log: Subject: [PATCH] pod/perlvar.pod
51497              From: abigail@foad.org
51498              Date: Tue, 23 Jan 2001 01:41:10 +0100
51499              Message-ID: <20010123004110.22259.qmail@foad.org>
51500      Branch: perl
51501            ! pod/perlvar.pod
51502 ____________________________________________________________________________
51503 [  8524] By: jhi                                   on 2001/01/23  14:22:32
51504         Log: A bug introduced in #8217 (the undefined variable in the
51505              lib/safe1_t #3) fixed, by Charles Lane:
51506              
51507              The earlier patch made it so that stuff running in Safe
51508              compartments could do a "caller" and see "main".  That
51509              little change in name is done right before the code in
51510              the compartment is run, and apparantly the parser
51511              was picking up the stash name before it got changed.
51512              
51513              (why it was threaded vs. unthreaded Perl that was sensitive to this
51514              I still don't know...and it probably doesn't matter).
51515              
51516              I tryed removing the stash name-change and saw that threaded Perl
51517              did indeed pass the lib/safe1.t tests.
51518              
51519              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
51520              do the name change (and to connect _ in the compartment to the global
51521              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
51522              to call _safe_pkg_prep when creating a new compartment.
51523              
51524              Passes all tests with threaded perl on linux; passes all tests
51525              with unthreaded perl on VMS.
51526              
51527              At some point I'll probably want to revisit Safe and Opcode to
51528              provide more sensible handling of global variables...and to get
51529              formats working in Safe compartments, which they don't do currently.
51530      Branch: perl
51531            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
51532 ____________________________________________________________________________
51533 [  8523] By: jhi                                   on 2001/01/23  14:11:58
51534         Log: Also the lib/Thread.pm itself needs to be ignored if
51535              the Thread extension hasn't been built.
51536      Branch: perl
51537            ! t/lib/1_compile.t
51538 ____________________________________________________________________________
51539 [  8522] By: jhi                                   on 2001/01/23  13:51:28
51540         Log: print() instead of warn() so that stderr doesn't get
51541              unnecessarily polluted.
51542      Branch: perl
51543            ! ext/Encode/compile
51544 ____________________________________________________________________________
51545 [  8521] By: jhi                                   on 2001/01/23  13:49:48
51546         Log: Integrate perlio.
51547      Branch: perl
51548           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
51549           !> ext/Encode/encode.h
51550 ____________________________________________________________________________
51551 [  8520] By: nick                                  on 2001/01/22  21:44:00
51552         Log: More messing with Encode:
51553              Extra fields in header to allow multiple names and to record
51554              other things "compile" knows.
51555              Re-organise compile to factor out common output routines.
51556      Branch: perlio
51557            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
51558 ____________________________________________________________________________
51559 [  8519] By: nick                                  on 2001/01/22  20:33:50
51560         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
51561      Branch: perlio
51562            ! ext/Encode/Makefile.PL ext/Encode/compile
51563 ____________________________________________________________________________
51564 [  8518] By: nick                                  on 2001/01/22  20:28:13
51565         Log: Integrate mainline
51566      Branch: perlio
51567           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
51568           !> vos/config.alpha.def vos/config.alpha.h
51569 ____________________________________________________________________________
51570 [  8517] By: jhi                                   on 2001/01/22  15:37:17
51571         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
51572              by Inaba Hiroto.
51573      Branch: perl
51574            ! sv.c
51575 ____________________________________________________________________________
51576 [  8516] By: jhi                                   on 2001/01/22  14:55:15
51577         Log: More SIG_SIZE fixes.
51578      Branch: perl
51579            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
51580 ____________________________________________________________________________
51581 [  8515] By: jhi                                   on 2001/01/22  14:50:27
51582         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
51583              From: "Craig A. Berry" <craigberry@mac.com>
51584              Date: Mon, 22 Jan 2001 00:42:24 -0600
51585              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
51586      Branch: perl
51587            ! configure.com
51588 ____________________________________________________________________________
51589 [  8514] By: jhi                                   on 2001/01/22  14:31:17
51590         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
51591              From: "Craig A. Berry" <craigberry@mac.com>
51592              Date: Sun, 21 Jan 2001 23:03:25 -0600
51593              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
51594      Branch: perl
51595            ! configure.com
51596 ____________________________________________________________________________
51597 [  8513] By: jhi                                   on 2001/01/22  14:14:00
51598         Log: Add the .ucm encoding tables to the MANIFEST.
51599      Branch: perl
51600            ! MANIFEST
51601 ____________________________________________________________________________
51602 [  8512] By: jhi                                   on 2001/01/22  13:43:33
51603         Log: Integrate perlio.
51604      Branch: perl
51605           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51606           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51607           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51608           +> ext/Encode/Encode/iso8859-10.ucm
51609           +> ext/Encode/Encode/iso8859-13.ucm
51610           +> ext/Encode/Encode/iso8859-14.ucm
51611           +> ext/Encode/Encode/iso8859-15.ucm
51612           +> ext/Encode/Encode/iso8859-16.ucm
51613           +> ext/Encode/Encode/iso8859-2.ucm
51614           +> ext/Encode/Encode/iso8859-3.ucm
51615           +> ext/Encode/Encode/iso8859-4.ucm
51616           +> ext/Encode/Encode/iso8859-5.ucm
51617           +> ext/Encode/Encode/iso8859-6.ucm
51618           +> ext/Encode/Encode/iso8859-7.ucm
51619           +> ext/Encode/Encode/iso8859-8.ucm
51620           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51621           +> ext/Encode/Encode/symbol.ucm
51622           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
51623           !> perliol.h
51624 ____________________________________________________________________________
51625 [  8511] By: nick                                  on 2001/01/21  23:44:47
51626         Log: Make "real" layers of ":utf8" and ":raw".
51627              So now PERLIO=utf8 perl ...
51628              does what Andreas wanted.
51629              Fix arg passing in open.pm (still have a Carp issue).
51630      Branch: perlio
51631            ! lib/open.pm perlio.c perliol.h
51632 ____________________________________________________________________________
51633 [  8510] By: jhi                                   on 2001/01/21  22:56:53
51634         Log: Document the regex content pushing/popping a bit better.
51635      Branch: perl
51636            ! regexec.c
51637 ____________________________________________________________________________
51638 [  8509] By: jhi                                   on 2001/01/21  22:55:44
51639         Log: Tweak the mkdir trailing slash code some more.
51640              
51641              TO DO: the same handling should probably be done for
51642              all the other filesystem functions that can have directories
51643              as their arguments.
51644      Branch: perl
51645            ! pp_sys.c
51646 ____________________________________________________________________________
51647 [  8508] By: nick                                  on 2001/01/21  21:37:43
51648         Log: Switch "compiled in" encodings to .ucm format.
51649              (Leave others as .enc till we can run-time load .ucm,
51650              or find some other way to load them.)
51651      Branch: perlio
51652            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51653            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51654            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51655            + ext/Encode/Encode/iso8859-10.ucm
51656            + ext/Encode/Encode/iso8859-13.ucm
51657            + ext/Encode/Encode/iso8859-14.ucm
51658            + ext/Encode/Encode/iso8859-15.ucm
51659            + ext/Encode/Encode/iso8859-16.ucm
51660            + ext/Encode/Encode/iso8859-2.ucm
51661            + ext/Encode/Encode/iso8859-3.ucm
51662            + ext/Encode/Encode/iso8859-4.ucm
51663            + ext/Encode/Encode/iso8859-5.ucm
51664            + ext/Encode/Encode/iso8859-6.ucm
51665            + ext/Encode/Encode/iso8859-7.ucm
51666            + ext/Encode/Encode/iso8859-8.ucm
51667            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51668            + ext/Encode/Encode/symbol.ucm
51669            ! ext/Encode/Makefile.PL ext/Encode/compile
51670 ____________________________________________________________________________
51671 [  8507] By: nick                                  on 2001/01/21  21:02:03
51672         Log: Integrate (partial) mainline.
51673      Branch: perlio
51674           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
51675           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
51676           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51677 ____________________________________________________________________________
51678 [  8506] By: jhi                                   on 2001/01/21  20:09:30
51679         Log: Update Changes.
51680      Branch: perl
51681            ! Changes patchlevel.h
51682 ____________________________________________________________________________
51683 [  8505] By: jhi                                   on 2001/01/21  19:39:59
51684         Log: Subject: Minor typos in perlfaq2.pod
51685              From: "Stephen P. Potter" <spp@spotter.yi.org>
51686              Message-Id: <200101192101.QAA11911@spotter.yi.org>
51687              Date: Fri, 19 Jan 2001 16:01:13 -0500
51688              
51689              with a nit from Philip Newton.
51690      Branch: perl
51691            ! pod/perlfaq2.pod
51692 ____________________________________________________________________________
51693 [  8504] By: jhi                                   on 2001/01/21  19:33:05
51694         Log: Metaconfig change for #8503.
51695      Branch: metaconfig
51696            ! U/threads/usethreads.U
51697 ____________________________________________________________________________
51698 [  8503] By: jhi                                   on 2001/01/21  19:32:21
51699         Log: Sanity check for conflicting thread flavours.
51700      Branch: perl
51701            ! Configure config_h.SH
51702 ____________________________________________________________________________
51703 [  8502] By: jhi                                   on 2001/01/21  19:23:00
51704         Log: Metaconfig change for #8501.
51705      Branch: metaconfig
51706            ! U/modified/sig_name.U
51707 ____________________________________________________________________________
51708 [  8501] By: jhi                                   on 2001/01/21  19:22:26
51709         Log: The SIG_SIZE is the number of the elements *excluding*
51710              the terminating NULL.
51711      Branch: perl
51712            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
51713            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
51714            ! win32/config_H.vc
51715 ____________________________________________________________________________
51716 [  8500] By: jhi                                   on 2001/01/21  18:31:31
51717         Log: Integrate perlio.
51718      Branch: perl
51719           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
51720           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
51721           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
51722           !> pp_sys.c proto.h sv.c
51723 ____________________________________________________________________________
51724 [  8499] By: jhi                                   on 2001/01/21  17:43:57
51725         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
51726              From: Hugo <hv@crypt.compulink.co.uk>
51727              Date: Sun, 21 Jan 2001 13:34:05 +0000
51728              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
51729              
51730              In sprintf UTF8ize only if necessary.
51731      Branch: perl
51732            ! sv.c
51733 ____________________________________________________________________________
51734 [  8498] By: nick                                  on 2001/01/21  16:25:32
51735         Log: Encode cleanup.
51736              Add command line control over "compile" so that Makefile.PL
51737              needs can be combined with other uses.
51738              Use command line options in Makefile.PL.
51739              Fix multi-byte parsing in .ucm files.
51740      Branch: perlio
51741            ! ext/Encode/Makefile.PL ext/Encode/compile
51742 ____________________________________________________________________________
51743 [  8497] By: nick                                  on 2001/01/21  12:56:27
51744         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
51745      Branch: perlio
51746            ! ext/Encode/Encode.xs
51747 ____________________________________________________________________________
51748 [  8496] By: nick                                  on 2001/01/21  12:18:45
51749         Log: Fixup after integrate:
51750              missed the .sym files that are changed by regen_headers
51751              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
51752      Branch: perlio
51753            ! global.sym pp.sym sv.c
51754 ____________________________________________________________________________
51755 [  8495] By: nick                                  on 2001/01/21  11:51:07
51756         Log: Integrate mainline.
51757      Branch: perlio
51758           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
51759           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
51760           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
51761           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
51762           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
51763           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
51764           !> win32/Makefile win32/makefile.mk
51765 ____________________________________________________________________________
51766 [  8494] By: jhi                                   on 2001/01/20  23:12:11
51767         Log: Forgot the expect_number() prototype.
51768      Branch: perl
51769            ! embed.h embed.pl proto.h
51770 ____________________________________________________________________________
51771 [  8493] By: jhi                                   on 2001/01/20  22:56:39
51772         Log: Subject: [PATCH: perl@8482] README.vms URL updates
51773              From: Peter Prymmer <pvhp@forte.com>
51774              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
51775              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
51776              
51777              Plus Craig A. Berry's suggestion to use compaq.com instead
51778              of digital.com.
51779      Branch: perl
51780            ! README.vms
51781 ____________________________________________________________________________
51782 [  8492] By: jhi                                   on 2001/01/20  22:50:05
51783         Log: Memory management calls documentation.
51784      Branch: perl
51785            ! pod/perlguts.pod
51786 ____________________________________________________________________________
51787 [  8491] By: jhi                                   on 2001/01/20  22:38:33
51788         Log: Signedness nit plus few memcpy/Copy nits.
51789      Branch: perl
51790            ! sv.c
51791 ____________________________________________________________________________
51792 [  8490] By: jhi                                   on 2001/01/20  22:25:53
51793         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
51794              From: Peter Prymmer <pvhp@forte.com>
51795              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
51796              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
51797      Branch: perl
51798            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
51799 ____________________________________________________________________________
51800 [  8489] By: jhi                                   on 2001/01/20  22:24:41
51801         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
51802              From: Peter Prymmer <pvhp@forte.com>
51803              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
51804              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
51805      Branch: perl
51806            ! win32/Makefile win32/makefile.mk
51807 ____________________________________________________________________________
51808 [  8488] By: jhi                                   on 2001/01/20  22:22:27
51809         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
51810              From: Peter Prymmer <pvhp@forte.com>
51811              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
51812              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
51813      Branch: perl
51814            ! Makefile.SH
51815 ____________________________________________________________________________
51816 [  8487] By: jhi                                   on 2001/01/20  22:21:18
51817         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
51818              From: Peter Prymmer <pvhp@forte.com>
51819              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
51820              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
51821      Branch: perl
51822            + ext/DynaLoader/dl_dllload.xs
51823            ! MANIFEST Makefile.SH hints/os390.sh
51824 ____________________________________________________________________________
51825 [  8486] By: jhi                                   on 2001/01/20  22:17:53
51826         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
51827              From: Peter Prymmer <pvhp@forte.com>
51828              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
51829              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
51830      Branch: perl
51831            ! README.os390 README.posix-bc
51832 ____________________________________________________________________________
51833 [  8485] By: jhi                                   on 2001/01/20  20:15:30
51834         Log: Document and test the new qu operator.
51835      Branch: perl
51836            + t/op/qu.t
51837            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
51838            ! pod/perlretut.pod pod/perlunicode.pod
51839 ____________________________________________________________________________
51840 [  8484] By: nick                                  on 2001/01/20  19:42:30
51841         Log: Infrastructure to allow:
51842              open($fh,"|-",@array);
51843              to be implemented
51844              i.e. mark pp_open as needing a stack mark, and make pp_open
51845              process its args in that style (and pass them _all_ to tied handles OPEN).
51846              Invent do_openn() which takes SV ** at allow it to see multiple args.
51847              Note this does not _do_ anything yet.
51848      Branch: perlio
51849            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
51850            ! perlapi.c pp_proto.h pp_sys.c proto.h
51851 ____________________________________________________________________________
51852 [  8483] By: nick                                  on 2001/01/20  17:23:14
51853         Log: Integrate mainline.
51854      Branch: perlio
51855           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
51856           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
51857 ____________________________________________________________________________
51858 [  8482] By: jhi                                   on 2001/01/19  15:37:49
51859         Log: Update Changes.
51860      Branch: perl
51861            ! Changes patchlevel.h
51862 ____________________________________________________________________________
51863 [  8481] By: jhi                                   on 2001/01/19  14:41:24
51864         Log: Subject: Re: new feature: s?printf parameter reordering 
51865              From: Hugo <hv@crypt.compulink.co.uk>
51866              Date: Thu, 11 Jan 2001 17:09:03 +0000
51867              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
51868              
51869              - support reordering for all parameters: %, *v, *, .*
51870              - lay down that the reordering specification must immediately
51871              follow that parameter: %3$, *v3$, *3$, .*3$
51872              - fix vectorisation of a zero-length string
51873              - factor out the code choosing the argument to format
51874              
51875              Possibly unwanted side-effects:
51876              - the special format specifiers ' +-0' must now precede any
51877              vectorisation specifier. Tests in op/sprintf and op/ver
51878              have been changed to reflect this.
51879              - sprintf.t test #214 changed its expectations because in many
51880              cases, the next parameter has already been consumed when an
51881              invalid type letter is detected.
51882              
51883              Probably wanted side-effects:
51884              - attempts to format a non-existent parameter will warn as if C<undef>
51885              - attempt to write to non-existent parameter with '%n' will complain
51886              of "attempt to modify read-only value" instead of being silent
51887      Branch: perl
51888            ! sv.c t/op/sprintf.t t/op/ver.t
51889 ____________________________________________________________________________
51890 [  8480] By: jhi                                   on 2001/01/19  14:08:37
51891         Log: Subject: PATCH pragma/locale.t
51892              From: andreas.koenig@anima.de (Andreas J. Koenig)
51893              Date: 18 Jan 2001 09:45:37 +0100
51894              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
51895      Branch: perl
51896            ! t/pragma/locale.t
51897 ____________________________________________________________________________
51898 [  8479] By: jhi                                   on 2001/01/19  13:19:58
51899         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
51900      Branch: perl
51901            ! configure.com
51902 ____________________________________________________________________________
51903 [  8478] By: jhi                                   on 2001/01/19  02:12:35
51904         Log: Automate 1_compile.t.
51905      Branch: perl
51906            ! t/lib/1_compile.t
51907 ____________________________________________________________________________
51908 [  8477] By: jhi                                   on 2001/01/19  01:49:56
51909         Log: Integrate perlio.
51910      Branch: perl
51911           !> sv.c win32/config.bc win32/config.gc win32/config.vc
51912           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51913 ____________________________________________________________________________
51914 [  8476] By: nick                                  on 2001/01/18  21:51:52
51915         Log: Integrate mainline
51916      Branch: perlio
51917           +> t/lib/1_compile.t t/lib/compmod.pl
51918           !> MANIFEST configure.com lib/unicode/distinct.pm
51919 ____________________________________________________________________________
51920 [  8475] By: nick                                  on 2001/01/18  21:48:02
51921         Log: Win32 "safe signals" co-existance fix.
51922              Fix SIG_SIZE value.
51923              Clear PL_sig_pending when cloning (fork).
51924      Branch: perlio
51925            ! sv.c win32/config.bc win32/config.gc win32/config.vc
51926            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51927 ____________________________________________________________________________
51928 [  8474] By: jhi                                   on 2001/01/18  14:40:57
51929         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
51930      Branch: perl
51931            ! t/lib/1_compile.t
51932 ____________________________________________________________________________
51933 [  8473] By: gsar                                  on 2001/01/18  11:42:31
51934         Log: unsubmitted trial1 change
51935      Branch: maint-5.6/perl
51936            ! Changes
51937 ____________________________________________________________________________
51938 [  8472] By: jhi                                   on 2001/01/18  04:30:24
51939         Log: The first bug found by 1_compile.t.
51940      Branch: perl
51941            ! lib/unicode/distinct.pm
51942 ____________________________________________________________________________
51943 [  8471] By: jhi                                   on 2001/01/18  04:29:42
51944         Log: Add Schwern's 1_compile test.  The compile_module script renamed
51945              to be a bit shorter for the 8.3 people.
51946      Branch: perl
51947            + t/lib/1_compile.t t/lib/compmod.pl
51948            ! MANIFEST
51949 ____________________________________________________________________________
51950 [  8470] By: jhi                                   on 2001/01/18  04:16:00
51951         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)
51952              From: Peter Prymmer <pvhp@forte.com>
51953              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51954              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51955              Replace #8463.
51956      Branch: maint-5.6/perl
51957            ! configure.com
51958 ____________________________________________________________________________
51959 [  8469] By: jhi                                   on 2001/01/18  04:13:02
51960         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)
51961              From: Peter Prymmer <pvhp@forte.com>
51962              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51963              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51964              Replace #8462.
51965      Branch: perl
51966            ! configure.com
51967 ____________________________________________________________________________
51968 [  8468] By: jhi                                   on 2001/01/18  03:42:08
51969         Log: Integrate perlio.
51970      Branch: perl
51971           !> gv.c mg.c perlio.c util.c
51972 ____________________________________________________________________________
51973 [  8467] By: nick                                  on 2001/01/17  22:41:10
51974         Log: "Safe" signals - trial implementation.
51975              gv.c tweaked to zero PL_sig_pend array
51976              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
51977              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
51978              Odd thing is that it "works" with PERLIO=stdio as well (linux).
51979      Branch: perlio
51980            ! gv.c mg.c perlio.c util.c
51981 ____________________________________________________________________________
51982 [  8466] By: nick                                  on 2001/01/17  20:40:20
51983         Log: Integrate mainline.
51984      Branch: perlio
51985           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51986           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
51987           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
51988           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51989           !> vos/config.ga.h win32/config.bc win32/config.gc
51990           !> win32/config.vc
51991 ____________________________________________________________________________
51992 [  8465] By: jhi                                   on 2001/01/17  18:37:13
51993         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
51994              From: Nicholas Clark <nick@ccl4.org>
51995              Date: Wed, 17 Jan 2001 17:31:33 +0000
51996              Message-ID: <20010117173133.I2633@plum.flirble.org>
51997      Branch: perl
51998            ! t/op/int.t
51999 ____________________________________________________________________________
52000 [  8464] By: jhi                                   on 2001/01/17  14:43:17
52001         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
52002              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52003              Date: Wed, 17 Jan 2001 15:16:43 +0100
52004              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
52005              
52006              pp_int() was dropping an NV to the floor,
52007              int(279964589018079/59) either returned not an integer
52008              4745162525730.15, or one got "Attempt to free unreferenced scalar."
52009      Branch: perl
52010            ! pp.c
52011 ____________________________________________________________________________
52012 [  8463] By: jhi                                   on 2001/01/17  06:12:42
52013         Log: (Replaced by #8470)
52014              
52015              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)
52016              From: "Craig A. Berry" <craigberry@mac.com>
52017              Date: Tue, 16 Jan 2001 23:38:46 -0600
52018              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
52019      Branch: maint-5.6/perl
52020            ! configure.com
52021 ____________________________________________________________________________
52022 [  8462] By: jhi                                   on 2001/01/17  06:11:31
52023         Log: (Replaced by #8469)
52024              
52025              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)
52026              From: "Craig A. Berry" <craigberry@mac.com>
52027              Date: Tue, 16 Jan 2001 23:38:46 -0600
52028              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
52029      Branch: perl
52030            ! configure.com
52031 ____________________________________________________________________________
52032 [  8461] By: jhi                                   on 2001/01/17  05:56:12
52033         Log: Allow for one trailing slash in the directory of mkdir().
52034      Branch: perl
52035            ! pp_sys.c
52036 ____________________________________________________________________________
52037 [  8460] By: jhi                                   on 2001/01/17  03:26:01
52038         Log: Metaconfig unit changes for #8459.
52039      Branch: metaconfig
52040            ! U/modified/Loc.U U/modified/sig_name.U
52041 ____________________________________________________________________________
52042 [  8459] By: jhi                                   on 2001/01/17  03:24:48
52043         Log: Define SIG_SIZE, the number of elements in the sig_name and
52044              sig_num arrays, including the final NULL entry.
52045      Branch: perl
52046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52047            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
52048            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
52049            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52050            ! win32/config.bc win32/config.gc win32/config.vc
52051 ____________________________________________________________________________
52052 [  8458] By: jhi                                   on 2001/01/17  01:41:33
52053         Log: Integrate perlio.
52054      Branch: perl
52055           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
52056           !> perlapi.h proto.h sv.c
52057 ____________________________________________________________________________
52058 [  8457] By: nick                                  on 2001/01/16  22:07:26
52059         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
52060              Provides all the "cost" but no benefit yet - it is to allow cost
52061              to be measured, and implementation experiments (just in mg.c?).
52062      Branch: perlio
52063            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
52064            ! perlapi.h proto.h sv.c
52065 ____________________________________________________________________________
52066 [  8456] By: nick                                  on 2001/01/16  21:07:07
52067         Log: Integrate mainline.
52068      Branch: perlio
52069           !> (integrate 51 files)
52070 ____________________________________________________________________________
52071 [  8455] By: jhi                                   on 2001/01/16  18:13:43
52072         Log: Subject: [PATCH] regcomp.c old feature removal
52073              From: mjd@plover.com
52074              Date: 16 Jan 2001 14:43:18 -0000 
52075              Message-ID: <20010116144318.7140.qmail@plover.com> 
52076      Branch: perl
52077            ! regcomp.c
52078 ____________________________________________________________________________
52079 [  8454] By: jhi                                   on 2001/01/16  16:12:39
52080         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
52081              From: "Indy Singh" <indy@nusphere.com>
52082              Date: Wed, 10 Jan 2001 20:17:49 -0500
52083              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
52084      Branch: maint-5.6/perl
52085            ! win32/Makefile
52086 ____________________________________________________________________________
52087 [  8453] By: jhi                                   on 2001/01/16  16:09:33
52088         Log: Update Changes.
52089      Branch: perl
52090            ! Changes patchlevel.h
52091 ____________________________________________________________________________
52092 [  8452] By: jhi                                   on 2001/01/16  15:42:04
52093         Log: Subject: Re: API Cleanup
52094              To: perl5-porters@perl.org
52095              Date: Tue, 16 Jan 2001 13:42:30 +0000
52096              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
52097              
52098              Subject: [PATCH] utf8.c documentation
52099              From: Simon Cozens <simon@cozens.net>
52100              Date: Tue, 16 Jan 2001 13:52:48 +0000
52101              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
52102              
52103              Subject: Re: API Cleanup
52104              From: Simon Cozens <simon@cozens.net>
52105              Date: Tue, 16 Jan 2001 14:58:55 +0000
52106              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
52107              
52108              UTF-8 doc patches.
52109      Branch: perl
52110            ! embed.pl pod/perlapi.pod utf8.c
52111 ____________________________________________________________________________
52112 [  8451] By: jhi                                   on 2001/01/16  14:41:39
52113         Log: podlators 1.07, from Russ Allbery.
52114      Branch: perl
52115            ! lib/Pod/Man.pm
52116 ____________________________________________________________________________
52117 [  8450] By: jhi                                   on 2001/01/16  14:24:19
52118         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
52119              From: "Indy Singh" <indy@nusphere.com>
52120              Date: Mon, 15 Jan 2001 20:59:40 -0500
52121              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
52122      Branch: perl
52123            ! win32/Makefile
52124 ____________________________________________________________________________
52125 [  8449] By: jhi                                   on 2001/01/16  03:42:55
52126         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
52127              at the setting of the ofs_sv in new_struct_thread() as the
52128              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
52129              uninitialized fields are, uh, initialized with),
52130              SvREFCNT_inc()ing that invited a core dump.
52131      Branch: perl
52132            ! util.c
52133 ____________________________________________________________________________
52134 [  8448] By: jhi                                   on 2001/01/16  01:49:07
52135         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
52136              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52137              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
52138              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
52139              
52140              Replace #8444 and #8445.
52141      Branch: perl
52142            ! ext/B/B.xs ext/B/B/Debug.pm
52143 ____________________________________________________________________________
52144 [  8447] By: jhi                                   on 2001/01/15  21:05:35
52145         Log: Subject: [PATCH] API Variable documentation   
52146              From: Simon Cozens <simon@cozens.net>
52147              Date: Mon, 15 Jan 2001 19:35:54 +0000
52148              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
52149      Branch: perl
52150            ! pod/perlapi.pod thrdvar.h
52151 ____________________________________________________________________________
52152 [  8446] By: jhi                                   on 2001/01/15  20:49:20
52153         Log: Signedness nit.
52154      Branch: perl
52155            ! pp_ctl.c
52156 ____________________________________________________________________________
52157 [  8445] By: jhi                                   on 2001/01/15  20:28:48
52158         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
52159      Branch: perl
52160            ! ext/B/B/Debug.pm
52161 ____________________________________________________________________________
52162 [  8444] By: jhi                                   on 2001/01/15  13:09:10
52163         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
52164      Branch: perl
52165            ! ext/B/B.xs
52166 ____________________________________________________________________________
52167 [  8443] By: jhi                                   on 2001/01/15  13:06:26
52168         Log: Missing from #8439.
52169      Branch: perl
52170            ! keywords.h mg.c
52171 ____________________________________________________________________________
52172 [  8442] By: jhi                                   on 2001/01/15  13:02:38
52173         Log: Subject: [PATCH @8436] Eliminate op_children
52174              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52175              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
52176              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
52177              
52178              Subject: [PATCH @8436] Re: Eliminate op_children
52179              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52180              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
52181              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
52182      Branch: perl
52183            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
52184            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
52185            ! op.c op.h
52186 ____________________________________________________________________________
52187 [  8441] By: jhi                                   on 2001/01/15  12:57:08
52188         Log: Use the /^Perl_/-less form of is_lvalue_sub().
52189      Branch: perl
52190            ! pp.h
52191 ____________________________________________________________________________
52192 [  8440] By: jhi                                   on 2001/01/15  05:13:09
52193         Log: Revert #8437 and #8438, the Linux large files story is more complex.
52194      Branch: metaconfig/U/perl
52195            ! d_fpos64_t.U d_off64_t.U
52196      Branch: perl
52197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52198            ! config_h.SH configure.com epoc/config.sh perl.h
52199            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
52200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52201            ! win32/config.bc win32/config.gc win32/config.vc
52202 ____________________________________________________________________________
52203 [  8439] By: jhi                                   on 2001/01/15  05:02:24
52204         Log: More UTF-8 patches from Inaba Hiroto.
52205              - The substr lval was still not okay.
52206              - Now pp_stringify and sv_setsv copies source's UTF8 flag
52207              even if IN_BYTE.  pp_stringify is called from fold_constants
52208              at optimization phase and "\x{100}" was made SvUTF8_off under
52209              use bytes (the bytes pragma is for "byte semantics" and not
52210              for "do not produce UTF8 data")
52211              - New `qu' operator to generate UTF8 string explicitly.
52212              Though I agree with the policy "0x00-0xff always produce bytes",
52213              sometimes want to such a string to be coded in UTF8.
52214              I can use pack"U0a*" but it requires more typing and has
52215              runtime overhead.
52216              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
52217              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
52218              string is not UTF8_on and has char 0x80-0xff.
52219              
52220              TODO: document and test qu.
52221      Branch: perl
52222            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
52223            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
52224            ! toke.c
52225 ____________________________________________________________________________
52226 [  8438] By: jhi                                   on 2001/01/14  05:10:23
52227         Log: (Reverted by #8440)
52228              
52229              Metaconfig unit changes for #8437.
52230      Branch: metaconfig/U/perl
52231            ! d_fpos64_t.U d_off64_t.U
52232 ____________________________________________________________________________
52233 [  8437] By: jhi                                   on 2001/01/14  04:55:34
52234         Log: (Reverted by #8440)
52235              
52236              Add <features.h> probing, seems to be needed for (some?)
52237              Linux largefileness.
52238      Branch: perl
52239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52240            ! config_h.SH configure.com epoc/config.sh perl.h
52241            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
52242            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52243            ! win32/config.bc win32/config.gc win32/config.vc
52244 ____________________________________________________________________________
52245 [  8436] By: jhi                                   on 2001/01/13  17:47:21
52246         Log: Tighten some of the tests a bit.
52247      Branch: perl
52248            ! t/pragma/utf8.t
52249 ____________________________________________________________________________
52250 [  8435] By: jhi                                   on 2001/01/13  17:31:54
52251         Log: Integrate perlio.
52252      Branch: perl
52253           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
52254           !> win32/config_H.gc win32/config_H.vc
52255 ____________________________________________________________________________
52256 [  8434] By: nick                                  on 2001/01/13  11:36:53
52257         Log: Run dmake regen_config_h for Win32
52258      Branch: perlio
52259            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52260 ____________________________________________________________________________
52261 [  8433] By: nick                                  on 2001/01/13  11:31:55
52262         Log: VMS friendly patch to Encode compile process
52263      Branch: perlio
52264            ! ext/Encode/Makefile.PL ext/Encode/compile
52265 ____________________________________________________________________________
52266 [  8432] By: nick                                  on 2001/01/13  11:06:44
52267         Log: Integrate mainline
52268      Branch: perlio
52269           +> ext/B/B/Concise.pm
52270           !> (integrate 52 files)
52271 ____________________________________________________________________________
52272 [  8431] By: jhi                                   on 2001/01/13  05:55:55
52273         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
52274              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52275              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
52276              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
52277      Branch: perl
52278            ! ext/B/B/Concise.pm
52279 ____________________________________________________________________________
52280 [  8430] By: jhi                                   on 2001/01/13  04:24:18
52281         Log: The LVRET macro needed an aTHX.
52282      Branch: perl
52283            ! pp.h
52284 ____________________________________________________________________________
52285 [  8429] By: jhi                                   on 2001/01/13  02:12:42
52286         Log: Update Changes.
52287      Branch: perl
52288            ! Changes patchlevel.h
52289 ____________________________________________________________________________
52290 [  8428] By: jhi                                   on 2001/01/13  02:08:50
52291         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
52292              From: Peter Prymmer <pvhp@forte.com>
52293              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
52294              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
52295              
52296              Add a BEGIN guard for sloppy floating point division.
52297      Branch: perl
52298            ! lib/Math/BigInt.pm lib/bigint.pl
52299 ____________________________________________________________________________
52300 [  8427] By: jhi                                   on 2001/01/13  01:47:16
52301         Log: The B::Terse drop-in replacement wasn't quite drop-in.
52302      Branch: perl
52303            ! ext/B/B/Terse.pm
52304 ____________________________________________________________________________
52305 [  8426] By: jhi                                   on 2001/01/12  21:20:43
52306         Log: Use UVXf.
52307      Branch: perl
52308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52309            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
52310            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52311            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52312            ! win32/config.gc win32/config.vc
52313 ____________________________________________________________________________
52314 [  8425] By: jhi                                   on 2001/01/12  20:20:14
52315         Log: Subject: [PATCH perl@8342] -Wformat
52316              From: Robin Barker <rmb1@cise.npl.co.uk>
52317              Date: Fri, 12 Jan 2001 20:03:14 GMT
52318              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
52319      Branch: perl
52320            ! ext/Encode/Encode.xs mg.c sv.c toke.c
52321 ____________________________________________________________________________
52322 [  8424] By: jhi                                   on 2001/01/12  20:01:48
52323         Log: Subject: B::Concise -- an improved replacement for B::Terse 
52324              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52325              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
52326              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
52327      Branch: perl
52328            + ext/B/B/Concise.pm
52329            ! MANIFEST ext/B/B/Terse.pm
52330 ____________________________________________________________________________
52331 [  8423] By: jhi                                   on 2001/01/12  19:24:02
52332         Log: The new metaconfig unit from the #8421.
52333      Branch: metaconfig/U/perl
52334            + d_sigprocmask.U
52335 ____________________________________________________________________________
52336 [  8422] By: jhi                                   on 2001/01/12  19:23:43
52337         Log: Forgot the microperl config from the #8421.
52338      Branch: perl
52339            ! uconfig.h uconfig.sh
52340 ____________________________________________________________________________
52341 [  8421] By: jhi                                   on 2001/01/12  19:05:27
52342         Log: Add sigprocmask() probe, regen Configure, regen toc.
52343      Branch: perl
52344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52345            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
52346            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52347            ! vos/config.ga.h win32/config.bc win32/config.gc
52348            ! win32/config.vc
52349 ____________________________________________________________________________
52350 [  8420] By: jhi                                   on 2001/01/12  18:34:31
52351         Log: Add sockatmark() to the todo list.
52352      Branch: perl
52353            ! Todo-5.6
52354 ____________________________________________________________________________
52355 [  8419] By: jhi                                   on 2001/01/12  18:09:46
52356         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
52357      Branch: perl
52358            ! op.c
52359 ____________________________________________________________________________
52360 [  8418] By: jhi                                   on 2001/01/12  18:05:30
52361         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
52362              From: Radu Greab <radu@netsoft.ro>
52363              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
52364              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
52365      Branch: perl
52366            ! op.c t/pragma/sub_lval.t
52367 ____________________________________________________________________________
52368 [  8417] By: jhi                                   on 2001/01/12  16:09:09
52369         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
52370              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
52371              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
52372              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
52373      Branch: perl
52374            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
52375            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
52376            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
52377            ! t/pragma/sub_lval.t toke.c
52378 ____________________________________________________________________________
52379 [  8416] By: jhi                                   on 2001/01/12  15:42:06
52380         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
52381              From: "Richard Soderberg" <rs@crystalflame.net>
52382              Date: Fri, 12 Jan 2001 04:49:35 -0800
52383              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
52384              
52385              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
52386              according to the platform.
52387      Branch: perl
52388            ! op.c
52389 ____________________________________________________________________________
52390 [  8415] By: jhi                                   on 2001/01/12  15:33:41
52391         Log: One more UTF-8 fix from Inaba Hiroto.
52392      Branch: perl
52393            ! pp.c regexec.c t/pragma/utf8.t
52394 ____________________________________________________________________________
52395 [  8414] By: jhi                                   on 2001/01/12  15:30:18
52396         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
52397      Branch: perl
52398            ! regexec.c
52399 ____________________________________________________________________________
52400 [  8413] By: jhi                                   on 2001/01/12  15:22:10
52401         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
52402              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52403              Date: Thu, 11 Jan 2001 12:53:36 +0100
52404              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
52405      Branch: perl
52406            ! toke.c
52407 ____________________________________________________________________________
52408 [  8412] By: jhi                                   on 2001/01/12  15:20:25
52409         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
52410              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52411              Date: Fri, 12 Jan 2001 14:37:55 +0100
52412              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
52413      Branch: perl
52414            ! hints/posix-bc.sh
52415 ____________________________________________________________________________
52416 [  8411] By: jhi                                   on 2001/01/12  15:14:14
52417         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
52418              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52419              Date: Fri, 12 Jan 2001 10:42:21 +0100
52420              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
52421      Branch: perl
52422            ! t/op/regmesg.t
52423 ____________________________________________________________________________
52424 [  8410] By: jhi                                   on 2001/01/12  05:48:55
52425         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
52426              From: Nicholas Clark <nick@ccl4.org> 
52427              Date: Sun, 7 Jan 2001 19:47:14 +0000
52428              Message-ID: <20010107194714.B1048@plum.flirble.org>
52429      Branch: perl
52430            ! t/op/numconvert.t
52431 ____________________________________________________________________________
52432 [  8409] By: jhi                                   on 2001/01/12  05:41:28
52433         Log: Integrate perlio.
52434      Branch: perl
52435           !> mg.c scope.h
52436 ____________________________________________________________________________
52437 [  8408] By: nick                                  on 2001/01/11  22:43:28
52438         Log: Remove variables that were used in experiments.
52439      Branch: perlio
52440            ! mg.c
52441 ____________________________________________________________________________
52442 [  8407] By: nick                                  on 2001/01/11  20:57:44
52443         Log: Catch die in %SIG handler and unblock the signal before re-dying.
52444              This make Linux work _without_ sigsetjmp().
52445              Turn off sigsetjmp() to see what else it does.
52446              May need Configure probe for sigprocmask() if anything has sigaction()
52447              but not sigprocmask().
52448      Branch: perlio
52449            ! mg.c scope.h
52450 ____________________________________________________________________________
52451 [  8406] By: nick                                  on 2001/01/11  19:32:07
52452         Log: Integrate mainline
52453      Branch: perlio
52454           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
52455           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
52456           !> t/op/substr.t
52457 ____________________________________________________________________________
52458 [  8405] By: jhi                                   on 2001/01/11  17:11:01
52459         Log: Fix UTF-8 lval substr().
52460      Branch: perl
52461            ! mg.c t/op/substr.t
52462 ____________________________________________________________________________
52463 [  8404] By: jhi                                   on 2001/01/11  05:13:58
52464         Log: Update Changes.
52465      Branch: perl
52466            ! Changes patchlevel.h
52467 ____________________________________________________________________________
52468 [  8403] By: jhi                                   on 2001/01/11  04:38:24
52469         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
52470              From: Hugo <hv@crypt.compulink.co.uk>
52471              Date: Mon, 30 Oct 2000 01:33:26 +0000
52472              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
52473      Branch: perl
52474            ! regexec.c t/op/re_tests
52475 ____________________________________________________________________________
52476 [  8402] By: jhi                                   on 2001/01/11  04:26:12
52477         Log: Integrate perlio.
52478      Branch: perl
52479           !> scope.h util.c
52480 ____________________________________________________________________________
52481 [  8401] By: nick                                  on 2001/01/10  22:52:55
52482         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
52483              (So Alan and Ilya can try setting via hints.)
52484              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
52485              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
52486              doing the save everywhere seems to restart read() correctly, but just
52487              doing it once "round" the handler does not.
52488      Branch: perlio
52489            ! scope.h
52490 ____________________________________________________________________________
52491 [  8400] By: jhi                                   on 2001/01/10  21:57:54
52492         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
52493              of IRIX, HP-UX is unaffected.
52494      Branch: perl
52495            ! perl.h
52496 ____________________________________________________________________________
52497 [  8399] By: nick                                  on 2001/01/10  21:29:19
52498         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
52499      Branch: perlio
52500            ! util.c
52501 ____________________________________________________________________________
52502 [  8398] By: jhi                                   on 2001/01/10  20:55:31
52503         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
52504              also have ReusePort.
52505      Branch: perl
52506            ! ext/IO/lib/IO/Socket/INET.pm
52507 ____________________________________________________________________________
52508 [  8397] By: jhi                                   on 2001/01/10  20:50:57
52509         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
52510              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
52511              Date: Wed, 10 Jan 2001 01:38:13 -0800
52512              Message-ID: <20010110013813.B41744@yahoo-inc.com>
52513      Branch: perl
52514            ! ext/IO/lib/IO/Socket/INET.pm
52515 ____________________________________________________________________________
52516 [  8396] By: jhi                                   on 2001/01/10  20:49:30
52517         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
52518              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
52519              Date: Wed, 10 Jan 2001 01:37:32 -0800
52520              Message-ID: <20010110013732.A41744@yahoo-inc.com>
52521      Branch: perl
52522            ! ext/Socket/Socket.pm
52523 ____________________________________________________________________________
52524 [  8395] By: jhi                                   on 2001/01/10  20:41:37
52525         Log: Test for bug id 20010105.016 (fixed by #8378).
52526      Branch: perl
52527            ! t/op/split.t
52528 ____________________________________________________________________________
52529 [  8394] By: jhi                                   on 2001/01/10  20:26:32
52530         Log: Integrate perlio.
52531      Branch: perl
52532            ! util.c
52533 ____________________________________________________________________________
52534 [  8393] By: nick                                  on 2001/01/10  19:34:30
52535         Log: Back out Simon's pid hackery for now.
52536      Branch: perlio
52537            ! util.c
52538 ____________________________________________________________________________
52539 [  8392] By: nick                                  on 2001/01/10  19:23:13
52540         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
52541      Branch: perlio
52542           !> (integrate 29 files)
52543 ____________________________________________________________________________
52544 [  8391] By: jhi                                   on 2001/01/10  18:43:15
52545         Log: Subject: [PATCH] Fix my_pclose segfault
52546              From: Simon Cozens <simon@cozens.net>
52547              Date: Wed, 10 Jan 2001 18:39:35 +0000
52548              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
52549      Branch: perl
52550            ! util.c
52551 ____________________________________________________________________________
52552 [  8390] By: jhi                                   on 2001/01/10  18:42:08
52553         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
52554              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52555              Date:     Wed, 10 Jan 2001 13:23:02 EST
52556              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
52557      Branch: perl
52558            ! ext/Opcode/Opcode.xs
52559 ____________________________________________________________________________
52560 [  8389] By: jhi                                   on 2001/01/10  15:16:07
52561         Log: Turn off the integer preservation for now.
52562      Branch: perl
52563            ! perl.h
52564 ____________________________________________________________________________
52565 [  8388] By: jhi                                   on 2001/01/10  15:01:25
52566         Log: Few more IDE/editor nits from p5p.
52567      Branch: perl
52568            ! pod/perlfaq3.pod
52569 ____________________________________________________________________________
52570 [  8387] By: jhi                                   on 2001/01/10  06:53:16
52571         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
52572              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
52573              Date: Tue, 9 Jan 2001 23:16:02 +0000
52574              Message-ID: <20010109231602.A81101@plum.flirble.org>
52575      Branch: perl
52576            ! sv.c
52577 ____________________________________________________________________________
52578 [  8386] By: jhi                                   on 2001/01/10  03:17:54
52579         Log: Test cases for #8385 (from Simon's "torture.pl")
52580      Branch: perl
52581            ! t/op/tr.t
52582 ____________________________________________________________________________
52583 [  8385] By: jhi                                   on 2001/01/10  03:17:11
52584         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
52585              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
52586              Date: Wed, 10 Jan 2001 11:39:39 +0900
52587              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
52588              
52589              Some more UTF-8 tr cases fixed.
52590      Branch: perl
52591            ! doop.c
52592 ____________________________________________________________________________
52593 [  8384] By: jhi                                   on 2001/01/09  22:45:40
52594         Log: Allow the locale test needing POSIX and the taint test
52595              needing IPC::SysV to run under 'minitest' (basically,
52596              bail out if loading the extension fails)
52597      Branch: perl
52598            ! t/op/misc.t t/op/taint.t
52599 ____________________________________________________________________________
52600 [  8383] By: jhi                                   on 2001/01/09  21:36:04
52601         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
52602              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52603              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
52604              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
52605      Branch: perl
52606            ! t/io/openpid.t
52607 ____________________________________________________________________________
52608 [  8382] By: jhi                                   on 2001/01/09  21:06:08
52609         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
52610              Should finish up the bug id 20001205.022.
52611      Branch: perl
52612            ! pp.c pp_hot.c scope.c
52613 ____________________________________________________________________________
52614 [  8381] By: jhi                                   on 2001/01/09  18:27:43
52615         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
52616              From: Andy Dougherty <doughera@lafayette.edu>
52617              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
52618              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
52619              
52620              More robust yacc/bison error detection.
52621      Branch: perl
52622            ! t/comp/proto.t
52623 ____________________________________________________________________________
52624 [  8380] By: jhi                                   on 2001/01/09  15:21:38
52625         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
52626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52627              Date:     Tue, 9 Jan 2001 07:53:55 EST
52628              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
52629      Branch: perl
52630            ! t/op/misc.t vms/test.com
52631 ____________________________________________________________________________
52632 [  8379] By: jhi                                   on 2001/01/09  15:20:38
52633         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
52634              From: jhi@cc.hut.fi
52635              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
52636              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
52637              
52638              The #8378 fixed this.
52639      Branch: perl
52640            ! t/op/tr.t
52641 ____________________________________________________________________________
52642 [  8378] By: jhi                                   on 2001/01/09  15:05:32
52643         Log: Subject: One more patch for UTF8 
52644              From: Inaba Hiroto <inaba@st.rim.or.jp>
52645              Date: Tue, 09 Jan 2001 01:04:32 +0900
52646              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
52647              
52648              UTF-8 fixes for 'x' and tr///.
52649      Branch: perl
52650            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
52651            ! regcomp.c regexec.c toke.c utf8.c
52652 ____________________________________________________________________________
52653 [  8377] By: jhi                                   on 2001/01/09  14:32:17
52654         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
52655      Branch: perl
52656            ! t/op/length.t
52657 ____________________________________________________________________________
52658 [  8376] By: jhi                                   on 2001/01/09  04:32:32
52659         Log: integrate changes #7775, #8316, #8316 from mainline
52660      Branch: maint-5.6/perl
52661            ! hints/solaris_2.sh
52662 ____________________________________________________________________________
52663 [  8375] By: jhi                                   on 2001/01/09  04:26:43
52664         Log: Update Changes.
52665      Branch: perl
52666            ! Changes patchlevel.h
52667 ____________________________________________________________________________
52668 [  8374] By: jhi                                   on 2001/01/09  04:14:32
52669         Log: IDE/editor section tweaking.
52670      Branch: perl
52671            ! pod/perlfaq3.pod
52672 ____________________________________________________________________________
52673 [  8373] By: jhi                                   on 2001/01/09  02:38:26
52674         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
52675              From: Peter Prymmer <pvhp@forte.com>
52676              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
52677              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
52678              
52679              In preparation os OS/390 dynamic loading.
52680      Branch: perl
52681            ! README.os390 hints/os390.sh
52682 ____________________________________________________________________________
52683 [  8372] By: jhi                                   on 2001/01/09  00:24:30
52684         Log: Integrate with perlio.
52685      Branch: perl
52686           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
52687 ____________________________________________________________________________
52688 [  8371] By: nick                                  on 2001/01/08  23:54:33
52689         Log: Fix "scalars leaked" bugs caused by overload magic
52690              (Highlighted by Ilya's DESTROY optimization.)
52691      Branch: perlio
52692            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
52693 ____________________________________________________________________________
52694 [  8370] By: nick                                  on 2001/01/08  20:19:41
52695         Log: Integrate mainline
52696      Branch: perlio
52697           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
52698           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
52699           !> t/op/64bitint.t
52700 ____________________________________________________________________________
52701 [  8369] By: jhi                                   on 2001/01/08  17:30:52
52702         Log: save_delete() Safefree() doesn't (anymore?) work with shared
52703              strings, one test failure in op/misc and almost all of lib/b.
52704              (Outcomments #8369.)
52705      Branch: perl
52706            ! scope.c
52707 ____________________________________________________________________________
52708 [  8368] By: jhi                                   on 2001/01/08  14:47:10
52709         Log: (Outcommented by #8369.)
52710              
52711              Subject: Re: Perl BugID 20001205.022 ---- save_delete
52712              From: Simon Cozens <simon@cozens.net>
52713              Date: Sat, 6 Jan 2001 11:48:40 +0000
52714              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
52715              
52716              The save_delete() does need the Safefree.
52717      Branch: perl
52718            ! scope.c
52719 ____________________________________________________________________________
52720 [  8367] By: bailey                                on 2001/01/08  08:53:52
52721         Log: Once again syncing after too long an absence
52722      Branch: vmsperl
52723           +> (branch 55 files)
52724            - MAINTAIN fix_pl vos/config.def vos/config.h
52725            - vos/config_h.SH_orig
52726           !> (integrate 498 files)
52727 ____________________________________________________________________________
52728 [  8366] By: jhi                                   on 2001/01/08  02:42:59
52729         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
52730              From: nick@ccl4.org
52731              Date: Sun, 7 Jan 2001 21:07:18 +0000
52732              Message-Id: <20010107210717.D1048@plum.flirble.org>
52733      Branch: perl
52734            ! sv.c t/op/64bitint.t
52735 ____________________________________________________________________________
52736 [  8365] By: jhi                                   on 2001/01/08  02:35:16
52737         Log: Subject: [PATCH] environ nit
52738              From: Simon Cozens <simon@cozens.net>
52739              Date: Sun, 7 Jan 2001 17:57:07 +0000
52740              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
52741              
52742              Use environ only if we have it.
52743      Branch: perl
52744            ! mg.c
52745 ____________________________________________________________________________
52746 [  8364] By: jhi                                   on 2001/01/08  02:24:51
52747         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
52748      Branch: perl
52749            ! ext/GDBM_File/GDBM_File.xs
52750 ____________________________________________________________________________
52751 [  8363] By: jhi                                   on 2001/01/08  02:19:24
52752         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
52753              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52754              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
52755              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
52756      Branch: perl
52757            ! dump.c op.c
52758 ____________________________________________________________________________
52759 [  8362] By: jhi                                   on 2001/01/08  02:17:43
52760         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
52761              From: Doug MacEachern <dougm@covalent.net>
52762              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
52763              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
52764              
52765              Allow AUTOLOAD to be an xsub and allow such xsubs
52766              to avoid use of $AUTOLOAD.
52767      Branch: perl
52768            ! gv.c
52769 ____________________________________________________________________________
52770 [  8361] By: jhi                                   on 2001/01/08  02:16:07
52771         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
52772              From: Radu Greab <radu@netsoft.ro>
52773              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
52774              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
52775              
52776              No need for the potentially nonportable $SIG{CHLD}.
52777      Branch: perl
52778            ! t/io/pipe.t
52779 ____________________________________________________________________________
52780 [  8360] By: jhi                                   on 2001/01/08  01:58:23
52781         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
52782      Branch: perl
52783            ! lib/Getopt/Long.pm
52784 ____________________________________________________________________________
52785 [  8359] By: jhi                                   on 2001/01/08  01:55:44
52786         Log: Integrate perlio.
52787      Branch: perl
52788           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
52789           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
52790           !> utf8.c win32/Makefile
52791 ____________________________________________________________________________
52792 [  8358] By: jhi                                   on 2001/01/07  21:16:50
52793         Log: Update the EPOC cross SDK URL.
52794      Branch: perl
52795            ! README.epoc
52796 ____________________________________________________________________________
52797 [  8357] By: jhi                                   on 2001/01/07  21:16:09
52798         Log: Update the EPOC cross SDK URL.
52799      Branch: maint-5.6/perl
52800            ! README.epoc
52801 ____________________________________________________________________________
52802 [  8356] By: nick                                  on 2001/01/06  21:47:52
52803         Log: FILE * in XS code for PerlIO world:
52804              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
52805              - Add FILE * T_STDIO typemap.
52806              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
52807      Branch: perlio
52808            ! lib/ExtUtils/typemap perlio.c perlio.h
52809 ____________________________________________________________________________
52810 [  8355] By: jhi                                   on 2001/01/06  20:27:15
52811         Log: integrate change #8336 from mainline
52812              
52813              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
52814      Branch: maint-5.6/perl
52815            ! hv.c
52816 ____________________________________________________________________________
52817 [  8354] By: jhi                                   on 2001/01/06  20:24:29
52818         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52819              From: Robin Barker <rmb1@cise.npl.co.uk>
52820              Date: Fri, 22 Dec 2000 12:17:38 GMT
52821              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
52822              
52823              The patch reformats some long =item lines so they give
52824              correct output via pod2man | nroff -man
52825              
52826              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52827              From: Robin Barker <rmb1@cise.npl.co.uk>
52828              Date: Tue, 2 Jan 2001 15:35:03 GMT
52829              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
52830              
52831              Here is a _further_ patch which corrects a few more errors:
52832              * an empty C<=item> in CPAN.pm
52833              * patching the wrong file (pod/perlamiga.pod not README.amiga)
52834              * leaving empty C<=item>s which formatted incorrectly
52835              * over long C<=item>s revealed by latest patch to Pod::Man
52836      Branch: maint-5.6/perl
52837            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52838            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52839            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
52840            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
52841            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
52842            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
52843 ____________________________________________________________________________
52844 [  8353] By: jhi                                   on 2001/01/06  20:21:10
52845         Log: integrate changes #7980, 8056, 8057 from mainline
52846              
52847              UTF-8 hash keys.
52848      Branch: maint-5.6/perl
52849            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
52850 ____________________________________________________________________________
52851 [  8352] By: jhi                                   on 2001/01/06  20:18:44
52852         Log: Forgotten from #8438.
52853      Branch: maint-5.6/perl
52854            ! epoc/epocish.h
52855 ____________________________________________________________________________
52856 [  8351] By: jhi                                   on 2001/01/06  20:18:12
52857         Log: Forgotten from #8347.
52858      Branch: maint-5.6/perl
52859            ! config_h.SH
52860 ____________________________________________________________________________
52861 [  8350] By: jhi                                   on 2001/01/06  20:00:19
52862         Log: Thinko in #8347.
52863      Branch: maint-5.6/perl
52864            ! regcomp.c
52865 ____________________________________________________________________________
52866 [  8349] By: jhi                                   on 2001/01/06  18:05:30
52867         Log: Copy the FAQ3 IDE section from the development branch,
52868              changes originally by Peter Prymmer.
52869      Branch: maint-5.6/perl
52870            ! pod/perlfaq3.pod
52871 ____________________________________________________________________________
52872 [  8348] By: jhi                                   on 2001/01/06  18:03:02
52873         Log: EPOC updates for TRIAL1.
52874              
52875              Subject: [5.6.1 trial1] EPOC update
52876              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52877              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
52878              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
52879              
52880              Subject: epoc patch2 for perl-5.6.1-trial1
52881              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52882              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
52883              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
52884      Branch: maint-5.6/perl
52885            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
52886            ! epoc/epocish.c
52887 ____________________________________________________________________________
52888 [  8347] By: jhi                                   on 2001/01/06  17:29:10
52889         Log: integrate changes #7710,7824,7973 from mainline,
52890              plus VMS nits from Peter Prymmer and Dan Sugalski.
52891              
52892              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
52893              library (getprotobyname and getprotobynumber are outversioned by
52894              the same calls in libc, at least for xlc version 3.
52895              
52896              Add HAS_SBRK_PROTO.
52897              
52898              Fixes for signedness warnings noticed by VMSperlers.
52899      Branch: maint-5.6/perl
52900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52901            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
52902            ! sv.c vms/descrip_mms.template vos/config.alpha.def
52903            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52904            ! win32/config.bc win32/config.gc win32/config.vc
52905 ____________________________________________________________________________
52906 [  8346] By: nick                                  on 2001/01/06  14:36:01
52907         Log: Fixup accumulated integrate muddles (perlio == devperl again)
52908      Branch: perlio
52909            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
52910 ____________________________________________________________________________
52911 [  8345] By: nick                                  on 2001/01/06  14:24:58
52912         Log: Integrate mainline
52913      Branch: perlio
52914           !> (integrate 55 files)
52915 ____________________________________________________________________________
52916 [  8344] By: jhi                                   on 2001/01/06  02:24:02
52917         Log: Subject: [patch] PerlIO_cleanup() prototype
52918              From: Doug MacEachern <dougm@covalent.net>
52919              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
52920              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
52921      Branch: perl
52922            ! perlio.h
52923 ____________________________________________________________________________
52924 [  8343] By: jhi                                   on 2001/01/06  01:04:09
52925         Log: IRIX compiler noticed that the bof initialization might be
52926              bypassed by control flow.
52927      Branch: perl
52928            ! toke.c
52929 ____________________________________________________________________________
52930 [  8342] By: jhi                                   on 2001/01/06  00:10:48
52931         Log: Update Changes.
52932      Branch: perl
52933            ! Changes patchlevel.h
52934 ____________________________________________________________________________
52935 [  8341] By: jhi                                   on 2001/01/05  23:52:33
52936         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
52937      Branch: perl
52938            ! toke.c
52939 ____________________________________________________________________________
52940 [  8340] By: jhi                                   on 2001/01/05  22:44:08
52941         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
52942              From: Radu Greab <radu@netsoft.ro>
52943              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
52944              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
52945      Branch: perl
52946            ! t/io/pipe.t util.c
52947 ____________________________________________________________________________
52948 [  8339] By: jhi                                   on 2001/01/05  22:35:17
52949         Log: Subject: [PATCH] format and rewording in perlfaq.pod
52950              From: Robin Barker <rmb1@cise.npl.co.uk>
52951              Date: Fri, 5 Jan 2001 18:51:20 GMT
52952              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
52953      Branch: perl
52954            ! pod/perlfaq.pod
52955 ____________________________________________________________________________
52956 [  8338] By: jhi                                   on 2001/01/05  22:31:17
52957         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
52958              From: Peter Prymmer <pvhp@forte.com>
52959              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
52960              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
52961      Branch: perl
52962            ! utils/perlbug.PL
52963 ____________________________________________________________________________
52964 [  8337] By: jhi                                   on 2001/01/05  18:15:11
52965         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
52966              From: Robin Barker <rmb1@cise.npl.co.uk>
52967              Date: Tue, 2 Jan 2001 15:24:07 GMT
52968              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
52969              
52970              If you call configure as C<./Configure> or C<sh ./Configure>,
52971              $src is set to the absolute path name, not '.'.
52972              
52973              This, in turn, means -Dmksymlink tries to do its stuff because
52974              it does not think it is in the src directory.
52975              
52976              (plus a metaconfig nitfix)
52977      Branch: metaconfig
52978            ! U/compline/ccflags.U U/modified/src.U
52979      Branch: perl
52980            ! Configure config_h.SH
52981 ____________________________________________________________________________
52982 [  8336] By: jhi                                   on 2001/01/05  17:48:32
52983         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
52984              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52985              Message-ID: <3A5606C4.473D2226@uk.sun.com>
52986              Date: Fri, 05 Jan 2001 17:39:16 +0000
52987      Branch: perl
52988            ! hv.c
52989 ____________________________________________________________________________
52990 [  8335] By: jhi                                   on 2001/01/05  16:05:44
52991         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
52992      Branch: perl
52993            ! lib/Getopt/Long.pm
52994 ____________________________________________________________________________
52995 [  8334] By: jhi                                   on 2001/01/05  16:00:51
52996         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
52997              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52998              Date: Fri, 05 Jan 2001 13:46:51 +0100
52999              Message-ID: <13693.978698811@nice.ram.loc>
53000              
53001              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
53002              accurate reading of the "atime".  
53003      Branch: perl
53004            ! t/io/fs.t
53005 ____________________________________________________________________________
53006 [  8333] By: jhi                                   on 2001/01/05  15:57:37
53007         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
53008              From: Simon Cozens <simon@cozens.net>
53009              Date: Fri, 8 Dec 2000 13:33:31 +0000
53010              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
53011              
53012              A lost patch fragment.
53013      Branch: perl
53014            ! doop.c
53015 ____________________________________________________________________________
53016 [  8332] By: jhi                                   on 2001/01/05  15:40:42
53017         Log: Do away with strncpy() and a fixed length buffer.
53018      Branch: perl
53019            ! utf8.c
53020 ____________________________________________________________________________
53021 [  8331] By: jhi                                   on 2001/01/05  15:03:07
53022         Log: Tests for #8329 and #8330.
53023      Branch: perl
53024            ! t/op/bop.t
53025 ____________________________________________________________________________
53026 [  8330] By: jhi                                   on 2001/01/05  15:02:38
53027         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
53028              raw 8-bit form to the UTF-8 string.
53029      Branch: perl
53030            ! toke.c
53031 ____________________________________________________________________________
53032 [  8329] By: jhi                                   on 2001/01/05  14:55:13
53033         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
53034              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53035              Date: Fri, 5 Jan 2001 12:28:52 +0100
53036              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
53037              
53038              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
53039              no effect.  (changed the strncpy() to Copy())
53040      Branch: perl
53041            ! toke.c
53042 ____________________________________________________________________________
53043 [  8328] By: jhi                                   on 2001/01/05  06:44:27
53044         Log: UTF-8 cleanup.
53045      Branch: perl
53046            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
53047            ! regexec.c sv.c toke.c
53048 ____________________________________________________________________________
53049 [  8327] By: jhi                                   on 2001/01/05  01:11:29
53050         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')
53051              From: Radu Greab <radu@netsoft.ro>
53052              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
53053              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
53054              
53055              Cleans up Harness to not use FileHandle, which uses IO.
53056      Branch: perl
53057            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53058 ____________________________________________________________________________
53059 [  8326] By: jhi                                   on 2001/01/05  00:56:37
53060         Log: Update Changes.
53061      Branch: perl
53062            ! Changes patchlevel.h
53063 ____________________________________________________________________________
53064 [  8325] By: jhi                                   on 2001/01/05  00:53:18
53065         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
53066              From: Peter Prymmer <pvhp@forte.com>
53067              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
53068              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
53069              
53070              plus a couple more tailing whitespace removals.
53071      Branch: perl
53072            ! win32/Makefile
53073 ____________________________________________________________________________
53074 [  8324] By: jhi                                   on 2001/01/05  00:47:39
53075         Log: Add some Unicode chop() tests.
53076      Branch: perl
53077            ! t/op/chop.t
53078 ____________________________________________________________________________
53079 [  8323] By: jhi                                   on 2001/01/05  00:47:23
53080         Log: Unify UTF-8 malformedness handling.
53081      Branch: perl
53082            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
53083 ____________________________________________________________________________
53084 [  8322] By: jhi                                   on 2001/01/04  22:21:54
53085         Log: The new $issymlink was unknown to Mksymlinks.
53086      Branch: metaconfig/U/perl
53087            ! Mksymlinks.U issymlink.U
53088      Branch: perl
53089            ! Configure config_h.SH
53090 ____________________________________________________________________________
53091 [  8321] By: jhi                                   on 2001/01/04  21:51:05
53092         Log: The test didn't work under the core test framework.
53093      Branch: perl
53094            ! t/lib/st-lock.t
53095 ____________________________________________________________________________
53096 [  8320] By: jhi                                   on 2001/01/04  21:14:22
53097         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
53098      Branch: perl
53099            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
53100 ____________________________________________________________________________
53101 [  8319] By: jhi                                   on 2001/01/04  20:46:17
53102         Log: Typo in #8312 when manually applying a problematic patch fragment.
53103      Branch: perl
53104            ! ext/Storable/Storable.xs
53105 ____________________________________________________________________________
53106 [  8318] By: jhi                                   on 2001/01/04  20:43:01
53107         Log: The $sh_c didn't fly.
53108      Branch: metaconfig
53109            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
53110            ! U/modified/Loc.U U/modified/myhostname.U
53111            ! U/modified/spitshell.U
53112      Branch: metaconfig/U/perl
53113            ! issymlink.U
53114      Branch: perl
53115            ! Configure config_h.SH
53116 ____________________________________________________________________________
53117 [  8317] By: jhi                                   on 2001/01/04  19:58:01
53118         Log: AIX builtin test -h is broken, changes based on
53119              
53120              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
53121              Date: Tue, 02 Jan 2001 11:24:39 +0100
53122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53123              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
53124      Branch: metaconfig
53125            + U/modified/spitshell.U
53126            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
53127            ! U/modified/Loc.U U/modified/myhostname.U
53128      Branch: metaconfig/U/perl
53129            ! Mksymlinks.U issymlink.U
53130      Branch: perl
53131            ! Configure
53132 ____________________________________________________________________________
53133 [  8316] By: jhi                                   on 2001/01/04  19:02:22
53134         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
53135              From: Andy Dougherty <doughera@lafayette.edu>
53136              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
53137              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
53138              
53139              Beware of GNU ld.
53140      Branch: perl
53141            ! hints/solaris_2.sh
53142 ____________________________________________________________________________
53143 [  8315] By: jhi                                   on 2001/01/04  18:56:48
53144         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
53145              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
53146              Date: Wed, 3 Jan 2001 07:58:51 +0100
53147              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
53148      Branch: perl
53149            ! hints/solaris_2.sh
53150 ____________________________________________________________________________
53151 [  8314] By: jhi                                   on 2001/01/04  18:54:07
53152         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
53153              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53154              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
53155              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
53156              
53157              Doc tweak on #8313.
53158      Branch: perl
53159            ! ext/B/B/Deparse.pm
53160 ____________________________________________________________________________
53161 [  8313] By: jhi                                   on 2001/01/04  18:52:27
53162         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
53163              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
53164              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53165              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
53166              
53167              Make the peephole optimizer to bypass more null ops and
53168              and rewrite the deparse handling of continue blocks.
53169      Branch: perl
53170            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
53171 ____________________________________________________________________________
53172 [  8312] By: jhi                                   on 2001/01/04  18:47:39
53173         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
53174      Branch: perl
53175            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
53176            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53177            ! t/lib/st-lock.t
53178 ____________________________________________________________________________
53179 [  8311] By: jhi                                   on 2001/01/04  18:36:08
53180         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
53181              filter to be run on each .pm during the pm_to_blib() phase,
53182              a fixed version of
53183              
53184              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
53185              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
53186              Date: Wed, 03 Jan 2001 22:01:30 +0100
53187              Message-ID: <5296.978555690@nice.ram.loc>
53188      Branch: perl
53189            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
53190            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
53191            ! lib/ExtUtils/MakeMaker.pm
53192 ____________________________________________________________________________
53193 [  8310] By: jhi                                   on 2001/01/04  18:32:54
53194         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
53195              From: Robin Barker <rmb1@cise.npl.co.uk>
53196              Date: Tue, 2 Jan 2001 15:35:03 GMT
53197              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
53198      Branch: perl
53199            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
53200            ! pod/perlrequick.pod
53201 ____________________________________________________________________________
53202 [  8309] By: jhi                                   on 2001/01/04  18:29:07
53203         Log: Subject: Re: [patch] static-ize XS()
53204              From: Doug MacEachern <dougm@covalent.net>
53205              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
53206              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
53207              
53208              Provide prototypes for the XS functions.
53209      Branch: perl
53210            ! lib/ExtUtils/xsubpp
53211 ____________________________________________________________________________
53212 [  8308] By: jhi                                   on 2001/01/04  18:27:44
53213         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
53214              From: Doug MacEachern <dougm@covalent.net>
53215              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
53216              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
53217      Branch: perl
53218            ! lib/ExtUtils/typemap
53219 ____________________________________________________________________________
53220 [  8307] By: jhi                                   on 2001/01/04  18:25:25
53221         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
53222              From: Doug MacEachern <dougm@covalent.net>
53223              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
53224              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
53225              
53226              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
53227      Branch: perl
53228            ! lib/ExtUtils/MM_Unix.pm
53229 ____________________________________________________________________________
53230 [  8306] By: jhi                                   on 2001/01/04  18:23:00
53231         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
53232              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53233              Date: Thu, 4 Jan 2001 12:47:10 +0100 
53234              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
53235              
53236              The toke.c part only, patching embed.h and proto.h is futile.
53237      Branch: perl
53238            ! toke.c
53239 ____________________________________________________________________________
53240 [  8305] By: jhi                                   on 2001/01/04  18:05:51
53241         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
53242              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53243              Date: Thu, 4 Jan 2001 17:50:12 +0100 
53244              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
53245      Branch: perl
53246            ! toke.c
53247 ____________________________________________________________________________
53248 [  8304] By: jhi                                   on 2001/01/04  18:03:26
53249         Log: Subject: [PATCH perl@8269]
53250              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53251              Date: Thu, 4 Jan 2001 12:53:39 +0100 
53252              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
53253              
53254              If running byacc write-enable also perly.h.
53255      Branch: perl
53256            ! Makefile.SH
53257 ____________________________________________________________________________
53258 [  8303] By: jhi                                   on 2001/01/04  15:40:49
53259         Log: Rewrite pp_concat() in terms of sv_catsv().
53260      Branch: perl
53261            ! pp_hot.c
53262 ____________________________________________________________________________
53263 [  8302] By: nick                                  on 2001/01/03  22:43:22
53264         Log: Integrate mainline.
53265      Branch: perlio
53266           !> ext/Encode/Encode.xs sv.c utf8.c
53267 ____________________________________________________________________________
53268 [  8301] By: jhi                                   on 2001/01/02  23:40:26
53269         Log: Variable naming tweak.
53270      Branch: perl
53271            ! sv.c
53272 ____________________________________________________________________________
53273 [  8300] By: jhi                                   on 2001/01/02  23:40:02
53274         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
53275              in is_utf8_string().
53276      Branch: perl
53277            ! utf8.c
53278 ____________________________________________________________________________
53279 [  8299] By: jhi                                   on 2001/01/02  22:14:40
53280         Log: Integrate perlio.
53281      Branch: perl
53282           !> pp.c pp_hot.c win32/Makefile
53283 ____________________________________________________________________________
53284 [  8298] By: nick                                  on 2001/01/02  22:03:06
53285         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
53286      Branch: perlio
53287            ! pp.c pp_hot.c
53288 ____________________________________________________________________________
53289 [  8297] By: jhi                                   on 2001/01/02  04:26:28
53290         Log: Signedness nit.
53291      Branch: perl
53292            ! ext/Encode/Encode.xs
53293 ____________________________________________________________________________
53294 [  8296] By: nick                                  on 2001/01/01  23:49:36
53295         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
53296      Branch: perlio
53297            ! win32/Makefile
53298 ____________________________________________________________________________
53299 [  8295] By: jhi                                   on 2001/01/01  23:05:48
53300         Log: Integrate perlio.
53301      Branch: perl
53302           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
53303           !> t/lib/encode.t
53304 ____________________________________________________________________________
53305 [  8294] By: nick                                  on 2001/01/01  22:48:34
53306         Log: Integrate mainline
53307      Branch: perlio
53308            ! pp_hot.c t/lib/encode.t
53309           !> (integrate 65 files)
53310 ____________________________________________________________________________
53311 [  8293] By: nick                                  on 2001/01/01  21:58:50
53312         Log: More rigor in UTF-8-ness of Encode's toUnicode
53313              XS export some of the utf8 internal functions.
53314              Test some of the functions.
53315              Fix pp_concat() bug shown by said tests.
53316      Branch: perlio
53317            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
53318            ! t/lib/encode.t
53319 ____________________________________________________________________________
53320 [  8292] By: jhi                                   on 2001/01/01  18:11:44
53321         Log: Integrate perlio.
53322      Branch: perl
53323           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
53324           !> ext/Encode/encengine.c ext/Encode/encode.h
53325 ____________________________________________________________________________
53326 [  8291] By: jhi                                   on 2001/01/01  18:10:58
53327         Log: Podify README.mpeix (a new version from the web),
53328              add a dummy NAME to Carp::Heavy, regen toc.
53329      Branch: perl
53330            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
53331            ! pod/perltoc.pod
53332 ____________________________________________________________________________
53333 [  8290] By: nick                                  on 2001/01/01  17:43:47
53334         Log: Loose the "Loading..." warning.
53335              Another bug in fallback support
53336      Branch: perlio
53337            ! ext/Encode/Encode.pm ext/Encode/encengine.c
53338 ____________________________________________________________________________
53339 [  8289] By: jhi                                   on 2001/01/01  00:01:57
53340         Log: Bump up Larry's copyright.
53341      Branch: perl
53342            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
53343            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
53344            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
53345            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
53346            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
53347            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
53348            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
53349            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
53350 ____________________________________________________________________________
53351 [  8288] By: nick                                  on 2000/12/31  21:27:53
53352         Log: Fix .ucm reading - forgot a chr()
53353              Start of .ucm write (for .enc to .ucm)
53354      Branch: perlio
53355            ! ext/Encode/compile
53356 ____________________________________________________________________________
53357 [  8287] By: jhi                                   on 2000/12/31  18:15:56
53358         Log: Comment away a diagnostic message as noted by Craig A. Berry
53359              (the unexpected message was confusing testing)
53360      Branch: perl
53361            ! ext/Encode/Encode.pm
53362 ____________________________________________________________________________
53363 [  8286] By: jhi                                   on 2000/12/31  18:14:51
53364         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
53365              Date: Sun, 31 Dec 2000 11:17:37 -0600
53366              From: "Craig A. Berry" <craigberry@mac.com>
53367              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
53368      Branch: perl
53369            ! ext/Encode/Makefile.PL
53370 ____________________________________________________________________________
53371 [  8285] By: nick                                  on 2000/12/31  18:11:54
53372         Log: Start of support of ICU-style .ucm files:
53373              - teach compile how to read a .ucm file
53374              - first guess at how to represent fallbacks in "tries".
53375              - use fallbacks if check == 0
53376              - new return code to indicate we used one.
53377      Branch: perlio
53378            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
53379            ! ext/Encode/encengine.c ext/Encode/encode.h
53380 ____________________________________________________________________________
53381 [  8284] By: jhi                                   on 2000/12/31  18:04:41
53382         Log: Pacify picky VMS compiler.
53383              
53384              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
53385              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53386              Date: Sat, 30 Dec 2000 18:10:02 -0600
53387              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
53388      Branch: perl
53389            ! sv.c
53390 ____________________________________________________________________________
53391 [  8283] By: jhi                                   on 2000/12/31  16:11:47
53392         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
53393      Branch: perl
53394            ! t/lib/glob-basic.t
53395 ____________________________________________________________________________
53396 [  8282] By: jhi                                   on 2000/12/31  15:26:11
53397         Log: Integrate perlio.
53398      Branch: perl
53399           !> makedef.pl opcode.pl os2/os2.c perlio.c
53400 ____________________________________________________________________________
53401 [  8281] By: nick                                  on 2000/12/31  10:06:15
53402         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
53403              is available to be exported
53404      Branch: perlio
53405            ! makedef.pl perlio.c
53406 ____________________________________________________________________________
53407 [  8280] By: nick                                  on 2000/12/31  09:41:26
53408         Log: Ilya's OS2 patch (testing for damage on Win32)
53409      Branch: perlio
53410            ! makedef.pl opcode.pl os2/os2.c
53411 ____________________________________________________________________________
53412 [  8279] By: jhi                                   on 2000/12/30  21:52:07
53413         Log: Test nits.
53414      Branch: perl
53415            ! t/lib/syslfs.t t/op/lfs.t
53416 ____________________________________________________________________________
53417 [  8278] By: jhi                                   on 2000/12/30  21:47:49
53418         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
53419              From: andreas.koenig@anima.de (Andreas J. Koenig)
53420              Date: 30 Dec 2000 22:35:37 +0100
53421              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
53422              
53423              The 32-bit wraparound test wasn't quite right.
53424      Branch: perl
53425            ! t/lib/syslfs.t t/op/lfs.t
53426 ____________________________________________________________________________
53427 [  8277] By: jhi                                   on 2000/12/30  21:33:44
53428         Log: Subject: [PATCH] open() example in perlfunc.pod 
53429              From: Karsten Sperling <s_sperli@ira.uka.de>
53430              Date: Sat, 30 Dec 2000 22:27:09 +0100
53431              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
53432      Branch: perl
53433            ! pod/perlfunc.pod
53434 ____________________________________________________________________________
53435 [  8276] By: jhi                                   on 2000/12/30  20:32:40
53436         Log: Not quite that many tests yet.
53437      Branch: perl
53438            ! t/op/pat.t
53439 ____________________________________________________________________________
53440 [  8275] By: jhi                                   on 2000/12/30  20:26:58
53441         Log: Integrate perlio.
53442      Branch: perl
53443           !> toke.c
53444 ____________________________________________________________________________
53445 [  8274] By: jhi                                   on 2000/12/30  20:24:56
53446         Log: Signedness nit.
53447      Branch: perl
53448            ! utf8.c
53449 ____________________________________________________________________________
53450 [  8273] By: jhi                                   on 2000/12/30  20:15:46
53451         Log: Add a test case for 20000731.001 which was fixed by the #8267.
53452      Branch: perl
53453            ! t/op/pat.t
53454 ____________________________________________________________________________
53455 [  8272] By: nick                                  on 2000/12/30  19:47:51
53456         Log: Tweak for MULTIPLICITY/USE_PERLIO
53457      Branch: perlio
53458            ! toke.c
53459 ____________________________________________________________________________
53460 [  8271] By: nick                                  on 2000/12/30  19:46:45
53461         Log: Integrate mainline
53462      Branch: perlio
53463           +> lib/unicode/distinct.pm
53464           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
53465           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
53466           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
53467 ____________________________________________________________________________
53468 [  8270] By: jhi                                   on 2000/12/30  19:39:50
53469         Log: Subject: RE: perl@8269
53470              From: "Richard Soderberg" <rs@crystalflame.net>
53471              Date: Sat, 30 Dec 2000 11:36:27 -0800
53472              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
53473              
53474              A missing aTHX_.
53475      Branch: perl
53476            ! toke.c
53477 ____________________________________________________________________________
53478 [  8269] By: jhi                                   on 2000/12/30  18:55:48
53479         Log: Update Changes.
53480      Branch: perl
53481            ! Changes patchlevel.h
53482 ____________________________________________________________________________
53483 [  8268] By: jhi                                   on 2000/12/30  17:18:40
53484         Log: Add a test for Unicode split //.  The #8267 was the cure.
53485      Branch: perl
53486            ! t/op/split.t
53487 ____________________________________________________________________________
53488 [  8267] By: jhi                                   on 2000/12/30  17:14:19
53489         Log: Subject: more UTF8 test suites and an UTF8 patch
53490              From: Inaba Hiroto <inaba@st.rim.or.jp>
53491              Date: Sat, 30 Dec 2000 14:27:10 +0900
53492              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
53493              
53494              Just the patch part for now, and the pragma renamed
53495              as unicode::distinct.
53496      Branch: perl
53497            + lib/unicode/distinct.pm
53498            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
53499            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
53500            ! regcomp.h regexec.c sv.c toke.c utf8.c
53501 ____________________________________________________________________________
53502 [  8266] By: nick                                  on 2000/12/30  16:40:49
53503         Log: Integrate mainline
53504      Branch: perlio
53505           +> lib/Pod/Text/Overstrike.pm
53506           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
53507           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
53508           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
53509           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
53510           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
53511 ____________________________________________________________________________
53512 [  8265] By: jhi                                   on 2000/12/30  07:28:55
53513         Log: The sv_catsv() fix, take two.
53514      Branch: perl
53515            ! sv.c t/op/join.t
53516 ____________________________________________________________________________
53517 [  8264] By: jhi                                   on 2000/12/30  06:19:18
53518         Log: Undo all the join-related changes since #8248: relevant
53519              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
53520              The new sv_catsv() doesn't fly so it must go back to
53521              the drawing board.
53522      Branch: perl
53523            ! sv.c t/op/join.t t/pragma/utf8.t
53524 ____________________________________________________________________________
53525 [  8263] By: jhi                                   on 2000/12/30  01:08:32
53526         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
53527      Branch: perl
53528            ! sv.c
53529 ____________________________________________________________________________
53530 [  8262] By: jhi                                   on 2000/12/30  00:45:14
53531         Log: Retract #8261.
53532      Branch: perl
53533            ! hv.c util.c
53534 ____________________________________________________________________________
53535 [  8261] By: jhi                                   on 2000/12/30  00:38:32
53536         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
53537      Branch: perl
53538            ! hv.c util.c
53539 ____________________________________________________________________________
53540 [  8260] By: jhi                                   on 2000/12/29  22:51:33
53541         Log: (Retracted by #8264)  More fixing for #8251.
53542      Branch: perl
53543            ! sv.c
53544 ____________________________________________________________________________
53545 [  8259] By: jhi                                   on 2000/12/29  18:27:30
53546         Log: Subject: podlators 1.06 released
53547              From: Russ Allbery <rra@stanford.edu>
53548              Date: 25 Dec 2000 05:09:30 -0800
53549              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
53550      Branch: perl
53551            + lib/Pod/Text/Overstrike.pm
53552            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
53553            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
53554 ____________________________________________________________________________
53555 [  8258] By: jhi                                   on 2000/12/29  18:20:45
53556         Log: Make the large file tests more robust/talkative as suggested by
53557              
53558              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
53559              From: andreas.koenig@anima.de (Andreas J. Koenig)
53560              Date: 29 Dec 2000 14:23:01 +0100
53561              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
53562      Branch: perl
53563            ! t/lib/syslfs.t t/op/lfs.t
53564 ____________________________________________________________________________
53565 [  8257] By: jhi                                   on 2000/12/29  17:48:04
53566         Log: Further VMS piping fixes from Charles Lane:
53567              
53568              In summary, error messages produced when a subprocess terminated
53569              abnormally were being sent not just to the parent process, but to
53570              grandparents, because of default values for error output that were
53571              not completely overridden when the subprocess was started.
53572              
53573              This patch fixes this behavior by defining user-mode (i.e., temporary
53574              for the duration of the program) logical names for SYS$OUTPUT and
53575              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
53576              changes to make it so that the user-mode logicals are the ones that
53577              control where Perl's error messages go if it terminates abnormally.
53578              
53579              I also added some gratuitous fixes to the indentation of braces in
53580              the piping code.  It just looked ugly, before.
53581      Branch: perl
53582            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
53583 ____________________________________________________________________________
53584 [  8256] By: jhi                                   on 2000/12/29  17:45:12
53585         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
53586              From: "Casey R. Tweten" <crt@kiski.net>
53587              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
53588              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
53589              
53590              Tests for for #8240.
53591      Branch: perl
53592            ! t/pragma/constant.t
53593 ____________________________________________________________________________
53594 [  8255] By: jhi                                   on 2000/12/29  17:43:07
53595         Log: Subject: Re: [PATCH] Interesting syntax idea
53596              From: Simon Cozens <simon@cozens.net>
53597              Date: Fri, 29 Dec 2000 14:34:04 +0000
53598              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
53599              
53600              Tests for #8254.
53601      Branch: perl
53602            ! t/pragma/sub_lval.t
53603 ____________________________________________________________________________
53604 [  8254] By: jhi                                   on 2000/12/29  17:42:11
53605         Log: Subject: [PATCH] Interesting syntax idea
53606              From: Simon Cozens <simon@cozens.net>
53607              Date: Wed, 27 Dec 2000 05:08:57 +0000
53608              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
53609              
53610              Make opens + bareword assigns do typeglob assigns.
53611      Branch: perl
53612            ! op.c
53613 ____________________________________________________________________________
53614 [  8253] By: jhi                                   on 2000/12/29  17:36:45
53615         Log: Output the (apparent) version of gcc, as suggested by
53616              
53617              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
53618              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
53619              Date: 26 Dec 2000 04:29:17 -0500
53620              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
53621              
53622              (The patch as such didn't any more apply as the misparsing had
53623              already been addressed in #6474.)  Also change the wording about
53624              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
53625      Branch: perl
53626            ! hints/dec_osf.sh
53627 ____________________________________________________________________________
53628 [  8252] By: nick                                  on 2000/12/29  12:14:31
53629         Log: Integrate mainline
53630      Branch: perlio
53631           !> (integrate 27 files)
53632 ____________________________________________________________________________
53633 [  8251] By: jhi                                   on 2000/12/29  08:45:46
53634         Log: (Retracted by #8264)
53635              
53636              (Fixed by #8260.)
53637              
53638              sv_catsv() needs one more byte space than seems reasonable.
53639              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
53640              Curiouser and curiouser.
53641      Branch: perl
53642            ! sv.c
53643 ____________________________________________________________________________
53644 [  8250] By: jhi                                   on 2000/12/29  07:57:52
53645         Log: More split // UTF-8 tests.
53646      Branch: perl
53647            ! t/pragma/utf8.t
53648 ____________________________________________________________________________
53649 [  8249] By: jhi                                   on 2000/12/29  07:54:51
53650         Log: (Retracted by #8264)  More join() testing which was good because
53651              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
53652      Branch: perl
53653            ! pp.c t/op/join.t utf8.c utf8.h
53654 ____________________________________________________________________________
53655 [  8248] By: jhi                                   on 2000/12/29  07:08:32
53656         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
53657              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
53658              that the only cases to care about are byte+byte and byte+character.
53659              
53660              TODO: See how well pp_concat() could be implemented in terms
53661              of sv_catsv().
53662      Branch: perl
53663            ! doop.c sv.c t/op/join.t utf8.h
53664 ____________________________________________________________________________
53665 [  8247] By: jhi                                   on 2000/12/29  06:35:23
53666         Log: Signedness nit.
53667      Branch: perl
53668            ! pp_hot.c
53669 ____________________________________________________________________________
53670 [  8246] By: jhi                                   on 2000/12/29  01:23:31
53671         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
53672              From: Lupe Christoph <lupe@lupe-christoph.de>
53673              Date: Thu, 28 Dec 2000 23:00:00 +0100
53674              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
53675              
53676              Suggest rsync --delete --dry-run.
53677      Branch: perl
53678            ! pod/perlhack.pod
53679 ____________________________________________________________________________
53680 [  8245] By: jhi                                   on 2000/12/28  23:57:05
53681         Log: The maxiters upper limit sanity check (guarding against
53682              non-progress) assumed bytes instead of characters in s///
53683              and split().
53684      Branch: perl
53685            ! pp.c pp_hot.c
53686 ____________________________________________________________________________
53687 [  8244] By: jhi                                   on 2000/12/28  23:34:08
53688         Log: Make some panic messages a bit more logical.
53689      Branch: perl
53690            ! doop.c pod/perldiag.pod pp.c pp_hot.c
53691 ____________________________________________________________________________
53692 [  8243] By: jhi                                   on 2000/12/28  22:59:16
53693         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
53694              From: Simon Cozens <simon@cozens.net>
53695              Date: Wed, 27 Dec 2000 02:30:03 +0000
53696              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
53697      Branch: perl
53698            ! pp.c t/pragma/sub_lval.t
53699 ____________________________________________________________________________
53700 [  8242] By: jhi                                   on 2000/12/28  22:56:53
53701         Log: Subject: [PATCH blead] Fix B::Terse indentation
53702              From: Daniel Chetlin <daniel@chetlin.com>
53703              Date: Wed, 27 Dec 2000 06:43:30 -0800
53704              Message-ID: <20001227064329.B9573@darkstar>
53705      Branch: perl
53706            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
53707 ____________________________________________________________________________
53708 [  8241] By: jhi                                   on 2000/12/28  22:48:59
53709         Log: The latter patch from the
53710              
53711              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
53712              From: Peter Prymmer <pvhp@forte.com> 
53713              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
53714              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
53715              
53716              (the former patch from the above should have been
53717              taken care of by Nick I-S)
53718      Branch: perl
53719            ! win32/Makefile
53720 ____________________________________________________________________________
53721 [  8240] By: jhi                                   on 2000/12/28  22:45:22
53722         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
53723              From: "Casey R. Tweten" <crt@kiski.net>
53724              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
53725              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
53726      Branch: perl
53727            ! lib/constant.pm
53728 ____________________________________________________________________________
53729 [  8239] By: jhi                                   on 2000/12/28  22:37:45
53730         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
53731              From: Simon Cozens <simon@cozens.net>
53732              Date: Wed, 27 Dec 2000 14:12:44 +0000
53733              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
53734      Branch: perl
53735            ! t/op/method.t t/op/sort.t toke.c
53736 ____________________________________________________________________________
53737 [  8238] By: jhi                                   on 2000/12/28  22:30:32
53738         Log: Subject: [PATCH perl@8229] Call.pm
53739              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
53740              Date: Mon, 25 Dec 2000 10:47:15 -0000
53741              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
53742      Branch: perl
53743            ! ext/Filter/Util/Call/Call.pm
53744 ____________________________________________________________________________
53745 [  8237] By: jhi                                   on 2000/12/28  22:19:21
53746         Log: Subject: [PATCH blead] Fix problem with `&' prototype
53747              From: Daniel Chetlin <daniel@chetlin.com>
53748              Date: Wed, 27 Dec 2000 15:55:32 -0800
53749              Message-ID: <20001227155532.D9573@darkstar>
53750      Branch: perl
53751            ! op.c t/comp/proto.t
53752 ____________________________________________________________________________
53753 [  8236] By: jhi                                   on 2000/12/28  22:09:25
53754         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
53755              From: Daniel Chetlin <daniel@chetlin.com>
53756              Date: Sun, 24 Dec 2000 04:09:49 -0800
53757              Message-ID: <20001224040949.B3090@darkstar>
53758      Branch: perl
53759            ! gv.c mg.c t/op/attrs.t
53760 ____________________________________________________________________________
53761 [  8235] By: jhi                                   on 2000/12/28  22:07:11
53762         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
53763              From: Jan Dubois <jand@ActiveState.com>
53764              Date: Tue, 26 Dec 2000 20:57:31 -0800
53765              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
53766      Branch: perl
53767            ! win32/win32.c
53768 ____________________________________________________________________________
53769 [  8234] By: jhi                                   on 2000/12/28  21:52:42
53770         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
53771              From: Simon Cozens <simon@cozens.net>
53772              Date: Thu, 28 Dec 2000 20:33:13 +0000
53773              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
53774      Branch: perl
53775            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
53776 ____________________________________________________________________________
53777 [  8233] By: jhi                                   on 2000/12/28  19:40:49
53778         Log: Integrate perlio.
53779      Branch: perl
53780           !> ext/Encode/Makefile.PL ext/Encode/compile
53781 ____________________________________________________________________________
53782 [  8232] By: nick                                  on 2000/12/23  16:06:00
53783         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
53784              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
53785      Branch: perlio
53786            ! ext/Encode/Makefile.PL
53787 ____________________________________________________________________________
53788 [  8231] By: nick                                  on 2000/12/23  14:30:34
53789         Log: "Compiled" encode build cleanup
53790              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
53791              - .c files do not export sub-tables
53792      Branch: perlio
53793            ! ext/Encode/Makefile.PL ext/Encode/compile
53794 ____________________________________________________________________________
53795 [  8230] By: nick                                  on 2000/12/23  12:50:37
53796         Log: Integrate mainline
53797      Branch: perlio
53798           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
53799           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
53800           !> pod/perl5004delta.pod pod/perl5005delta.pod
53801           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
53802           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
53803           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
53804           !> pod/perlsub.pod
53805 ____________________________________________________________________________
53806 [  8229] By: jhi                                   on 2000/12/22  15:32:12
53807         Log: Integrate perlio.
53808      Branch: perl
53809           +> win32/distclean.bat
53810           !> MANIFEST t/io/utf8.t
53811 ____________________________________________________________________________
53812 [  8228] By: jhi                                   on 2000/12/22  15:29:40
53813         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
53814              From: Robin Barker <rmb1@cise.npl.co.uk>
53815              Date: Fri, 22 Dec 2000 12:17:38 GMT
53816              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
53817      Branch: perl
53818            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
53819            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
53820            ! pod/perl5004delta.pod pod/perl5005delta.pod
53821            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
53822            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
53823            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
53824            ! pod/perlsub.pod
53825 ____________________________________________________________________________
53826 [  8227] By: jhi                                   on 2000/12/22  15:24:28
53827         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
53828              From: "John L. Allen" <allen@grumman.com>
53829              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
53830              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
53831              
53832              Document APPLLIB_EXP.
53833      Branch: perl
53834            ! INSTALL
53835 ____________________________________________________________________________
53836 [  8226] By: nick                                  on 2000/12/21  22:11:50
53837         Log: Handy script for when one forgets to "dmake clean" 
53838      Branch: perlio
53839            + win32/distclean.bat
53840            ! MANIFEST
53841 ____________________________________________________________________________
53842 [  8225] By: nick                                  on 2000/12/21  21:54:04
53843         Log: CRLF platform issue with io/utf8 fix.
53844      Branch: perlio
53845            ! t/io/utf8.t
53846 ____________________________________________________________________________
53847 [  8224] By: nick                                  on 2000/12/21  21:02:20
53848         Log: Integrate mainline
53849      Branch: perlio
53850           !> Changes Configure Makefile.SH Porting/Glossary
53851           !> Porting/config.sh Porting/config_H configure.com
53852           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
53853           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
53854           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
53855           !> win32/config.bc win32/config.gc win32/config.vc
53856 ____________________________________________________________________________
53857 [  8223] By: jhi                                   on 2000/12/21  17:09:16
53858         Log: Update Changes.
53859      Branch: perl
53860            ! Changes patchlevel.h
53861 ____________________________________________________________________________
53862 [  8222] By: jhi                                   on 2000/12/21  16:24:01
53863         Log: Metaconfig unit changes for #8221.
53864      Branch: metaconfig/U/perl
53865           +> issymlink.U
53866            - testsyml.U
53867            ! Mksymlinks.U
53868 ____________________________________________________________________________
53869 [  8221] By: jhi                                   on 2000/12/21  16:23:48
53870         Log: Rename testsyml to issymlink.
53871      Branch: perl
53872            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53873            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
53874            ! win32/config.vc
53875 ____________________________________________________________________________
53876 [  8220] By: jhi                                   on 2000/12/21  15:47:26
53877         Log: Robustness support for #8218 (symlink forest) since the GNU
53878              tools seem to be overly picky about symlinkage depths.
53879      Branch: perl
53880            ! Makefile.SH t/io/fs.t
53881 ____________________________________________________________________________
53882 [  8219] By: jhi                                   on 2000/12/21  15:38:27
53883         Log: Metaconfig changes for #8218.
53884      Branch: metaconfig
53885            ! U/modified/Oldconfig.U
53886      Branch: metaconfig/U/perl
53887            + Mksymlinks.U
53888            ! testsyml.U
53889 ____________________________________________________________________________
53890 [  8218] By: jhi                                   on 2000/12/21  15:37:57
53891         Log: Add Configure option -Dmksymlinks which will create a symlink
53892              forest if the current/build differs from the source directory.
53893              TODO: mkdir -p is not portable.
53894      Branch: perl
53895            ! Configure
53896 ____________________________________________________________________________
53897 [  8217] By: jhi                                   on 2000/12/21  14:39:12
53898         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
53899              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53900              Date: Thu, 21 Dec 2000 09:38:18 GMT
53901              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
53902              
53903              The ofs became an SV.
53904      Branch: perl
53905            ! ext/Thread/Thread.xs
53906 ____________________________________________________________________________
53907 [  8216] By: jhi                                   on 2000/12/21  05:40:21
53908         Log: The polymorphism seems to have fixed 20000517.001.
53909      Branch: perl
53910            ! t/pragma/utf8.t
53911 ____________________________________________________________________________
53912 [  8215] By: jhi                                   on 2000/12/21  04:44:52
53913         Log: read() documentation tweak for 20001121.004.
53914      Branch: perl
53915            ! pod/perlfunc.pod
53916 ____________________________________________________________________________
53917 [  8214] By: jhi                                   on 2000/12/21  03:54:11
53918         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
53919      Branch: perl
53920            ! pp_sys.c t/op/misc.t
53921 ____________________________________________________________________________
53922 [  8213] By: jhi                                   on 2000/12/21  00:28:10
53923         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
53924              From: Peter Prymmer <pvhp@forte.com>
53925              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
53926              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
53927      Branch: perl
53928            ! configure.com
53929 ____________________________________________________________________________
53930 [  8212] By: jhi                                   on 2000/12/21  00:26:21
53931         Log: Edit edit edit.
53932      Branch: perl
53933            ! pod/perlfaq3.pod
53934 ____________________________________________________________________________
53935 [  8211] By: jhi                                   on 2000/12/20  18:52:46
53936         Log: Update Changes.
53937      Branch: perl
53938            ! Changes patchlevel.h
53939 ____________________________________________________________________________
53940 [  8210] By: jhi                                   on 2000/12/20  18:34:47
53941         Log: Yet another editor edit.
53942      Branch: perl
53943            ! pod/perlfaq3.pod
53944 ____________________________________________________________________________
53945 [  8209] By: jhi                                   on 2000/12/20  15:33:28
53946         Log: More Win32 Perling.
53947      Branch: perl
53948            ! pod/perlfaq3.pod
53949 ____________________________________________________________________________
53950 [  8208] By: jhi                                   on 2000/12/20  15:07:46
53951         Log: More Win32 editor/IDE/shell hints.
53952      Branch: perl
53953            ! pod/perlfaq3.pod
53954 ____________________________________________________________________________
53955 [  8207] By: jhi                                   on 2000/12/20  03:54:08
53956         Log: Subject: [PATCH] obscure timing knowledge
53957              From: Nicholas Clark <nick@ccl4.org>
53958              Date: Tue, 19 Dec 2000 19:22:31 +0000
53959              Message-ID: <20001219192231.F2827@plum.flirble.org>
53960      Branch: perl
53961            ! sv.c
53962 ____________________________________________________________________________
53963 [  8206] By: jhi                                   on 2000/12/20  03:45:57
53964         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
53965              From: Spider Boardman <spider@leggy.zk3.dec.com>
53966              Date: Tue, 19 Dec 2000 21:30:16 -0500
53967              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
53968      Branch: perl
53969            ! sv.c
53970 ____________________________________________________________________________
53971 [  8205] By: jhi                                   on 2000/12/19  23:02:01
53972         Log: Update Changes.
53973      Branch: perl
53974            ! Changes patchlevel.h
53975 ____________________________________________________________________________
53976 [  8204] By: jhi                                   on 2000/12/19  22:58:18
53977         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
53978              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
53979              on editors and diffing/patching.
53980      Branch: perl
53981            ! t/op/utf8decode.t
53982 ____________________________________________________________________________
53983 [  8203] By: nick                                  on 2000/12/19  21:36:16
53984         Log: Integrate mainline (forgot my own change...)
53985      Branch: perlio
53986           !> ext/Encode/compile
53987 ____________________________________________________________________________
53988 [  8202] By: nick                                  on 2000/12/19  21:34:42
53989         Log: Integrate mainline.
53990      Branch: perlio
53991           !> (integrate 61 files)
53992 ____________________________________________________________________________
53993 [  8201] By: nick                                  on 2000/12/19  21:34:06
53994         Log: Avoid looking for File::Glob when we don't need it.
53995      Branch: perl
53996            ! ext/Encode/compile
53997 ____________________________________________________________________________
53998 [  8200] By: jhi                                   on 2000/12/19  18:35:49
53999         Log: Update Changes.
54000      Branch: perl
54001            ! Changes patchlevel.h
54002 ____________________________________________________________________________
54003 [  8199] By: jhi                                   on 2000/12/19  18:35:07
54004         Log: Microperl tweaks.
54005      Branch: perl
54006            ! sv.c uconfig.h uconfig.sh
54007 ____________________________________________________________________________
54008 [  8198] By: jhi                                   on 2000/12/19  18:29:59
54009         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
54010      Branch: perl
54011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54012            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
54013 ____________________________________________________________________________
54014 [  8197] By: jhi                                   on 2000/12/19  17:55:29
54015         Log: In VMS embedded perls couldn't access the statically built Socket,
54016              from Charles Lane.
54017      Branch: perl
54018            ! configure.com
54019 ____________________________________________________________________________
54020 [  8196] By: jhi                                   on 2000/12/19  17:49:50
54021         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
54022              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
54023              Date: Sun, 17 Dec 2000 19:11:44 -0000
54024              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
54025      Branch: perl
54026            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
54027            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
54028 ____________________________________________________________________________
54029 [  8195] By: jhi                                   on 2000/12/19  17:47:53
54030         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
54031              From: Jonathan Stowe <gellyfish@gellyfish.com>
54032              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
54033              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
54034      Branch: perl
54035            ! utils/h2xs.PL
54036 ____________________________________________________________________________
54037 [  8194] By: jhi                                   on 2000/12/19  17:46:28
54038         Log: Subject: Re: useless use of void context work-around
54039              From: andreas.koenig@anima.de (Andreas J. Koenig)
54040              Date: 16 Dec 2000 15:13:36 +0100
54041              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
54042              
54043              Document (comment) the q(di ds ig) trick in the code.
54044      Branch: perl
54045            ! op.c
54046 ____________________________________________________________________________
54047 [  8193] By: jhi                                   on 2000/12/19  17:10:57
54048         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
54049              From: "Mark J. Reed" <mreed@strange.turner.com>
54050              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
54051              Message-Id: <200012160222.VAA13986@strange.turner.com>
54052      Branch: perl
54053            ! ext/Sys/Syslog/Syslog.pm
54054 ____________________________________________________________________________
54055 [  8192] By: jhi                                   on 2000/12/19  17:07:45
54056         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
54057              From: Nicholas Clark <nick@ccl4.org>
54058              Date: Sat, 16 Dec 2000 19:03:13 +0000
54059              Message-ID: <20001216190313.D68304@plum.flirble.org>
54060      Branch: perl
54061            ! t/op/64bitint.t
54062 ____________________________________________________________________________
54063 [  8191] By: jhi                                   on 2000/12/19  17:06:13
54064         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
54065              From: Dominic Dunlop <domo@computer.org>
54066              Date: Mon, 18 Dec 2000 12:00:15 +0100
54067              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
54068              
54069              This patchlet is needed in order that perl can be statically linked.  
54070      Branch: perl
54071            ! regexec.c
54072 ____________________________________________________________________________
54073 [  8190] By: jhi                                   on 2000/12/19  17:03:08
54074         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
54075              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54076              Date: Sun, 17 Dec 2000 00:18:35 -0600
54077              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
54078      Branch: perl
54079            ! perlio.h vms/gen_shrfls.pl
54080 ____________________________________________________________________________
54081 [  8189] By: jhi                                   on 2000/12/19  16:20:28
54082         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
54083              From: Prymmer/Kahn <pvhp@best.com>
54084              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
54085              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
54086              
54087              A better version of #8188.
54088      Branch: perl
54089            ! pod/perlfaq3.pod
54090 ____________________________________________________________________________
54091 [  8188] By: jhi                                   on 2000/12/19  15:57:06
54092         Log: (Replaced by #8189)
54093              
54094              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
54095              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
54096              From: Prymmer/Kahn <pvhp@best.com>
54097              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
54098              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
54099              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
54100              Date: Mon, 18 Dec 2000 11:10:45 -0500
54101              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
54102      Branch: perl
54103            ! pod/perlfaq3.pod
54104 ____________________________________________________________________________
54105 [  8187] By: jhi                                   on 2000/12/19  15:54:19
54106         Log: Email address fix for Anton Berezin.
54107      Branch: perl
54108            ! AUTHORS
54109 ____________________________________________________________________________
54110 [  8186] By: jhi                                   on 2000/12/19  15:38:54
54111         Log: Subject: [PATCH perl@8102] cygwin port
54112              From: "Eric Fifer" <efifer@dircon.co.uk> 
54113              Date: Thu, 14 Dec 2000 13:41:29 -0000
54114              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
54115              
54116              When compiling modules the data item that is being imported
54117              from libperl.dll needs to be tagged as imported/shared data:
54118              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
54119      Branch: perl
54120            ! perliol.h
54121 ____________________________________________________________________________
54122 [  8185] By: jhi                                   on 2000/12/19  14:53:24
54123         Log: Regen uconfig.h and uconfig.sh.
54124      Branch: perl
54125            ! uconfig.h uconfig.sh
54126 ____________________________________________________________________________
54127 [  8184] By: jhi                                   on 2000/12/18  20:43:49
54128         Log: Comments work so much better when they are closed.
54129      Branch: perl
54130            ! regcomp.c
54131 ____________________________________________________________________________
54132 [  8183] By: jhi                                   on 2000/12/18  18:04:02
54133         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
54134              Fixes the bug 20001218.016.
54135      Branch: perl
54136            ! regcomp.c
54137 ____________________________________________________________________________
54138 [  8182] By: gsar                                  on 2000/12/18  09:53:47
54139         Log: delete spurious files
54140      Branch: maint-5.6/perl
54141            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
54142            - vos/config.h vos/config_h.SH_orig
54143 ____________________________________________________________________________
54144 [  8181] By: gsar                                  on 2000/12/18  09:46:08
54145         Log: regen perltoc
54146      Branch: maint-5.6/perl
54147            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
54148 ____________________________________________________________________________
54149 [  8180] By: gsar                                  on 2000/12/18  09:20:27
54150         Log: integrate changes#7924..7926,7946,7952 from mainline
54151              
54152              A test works better if it has the right 1..$n output.
54153              
54154              All the core library users of Class::Struct seem to be
54155              using "use Class::Struct 'struct';" instead of the bare
54156              "use Class::Struct;", which isn't documented in Class::Struct.
54157              This can't be right.
54158              
54159              Make the Class::Struct import() wiser.
54160              
54161              Upgrade to CPAN 1.59_51, from Andreas König.
54162              
54163              Subject: Re: long shell lines
54164              Split overly long shell command lines.
54165      Branch: maint-5.6/perl
54166           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
54167           !> lib/File/stat.pm t/lib/class-struct.t
54168 ____________________________________________________________________________
54169 [  8179] By: gsar                                  on 2000/12/18  08:55:54
54170         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
54171              7918,7919,7988,8907 from mainline (various)
54172              
54173              Subject: [ID 20001127.004] White space problem in perlamiga.pod
54174              
54175              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
54176              
54177              Subject: [PATCH] perlcc.PL cleanups
54178              
54179              Subject: [PATCH] Updating perltie.pod for arrays
54180              
54181              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
54182              Subject: Re: [PATCH] Updating perltie.pod for arrays
54183              Subject: Re: [PATCH] Updating perltie.pod for arrays
54184              
54185              One more perltie.pod nit from Casey R. Tweten.
54186              
54187              Subject: [PATCH] $^O  win32 -> MSWin32
54188              plus similar nits for vms, err, VMS, and UNICOS.
54189              
54190              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
54191              More checking in case someone has broken their services or
54192              protocol databases.
54193              
54194              Make "use Class::Struct 'struct';" work again (broken by #7617);
54195              add a test for Class::Struct.
54196              
54197              Integrate the "skip" messages to explain().
54198              
54199              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
54200      Branch: maint-5.6/perl
54201           +> t/lib/class-struct.t
54202           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
54203           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
54204           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
54205 ____________________________________________________________________________
54206 [  8178] By: gsar                                  on 2000/12/18  08:16:30
54207         Log: avoid redefinition warnings on windows due to sys/socket.h getting
54208              #included before win32.h
54209      Branch: maint-5.6/perl
54210            ! win32/include/sys/socket.h
54211 ____________________________________________________________________________
54212 [  8177] By: gsar                                  on 2000/12/18  05:24:04
54213         Log: make regen_headers; fix POSIX.xs problems; remove outdated
54214              code from sys/socket.h that makes build fail now
54215      Branch: maint-5.6/perl
54216            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
54217            ! pod/perlapi.pod
54218           !> win32/include/sys/socket.h
54219 ____________________________________________________________________________
54220 [  8176] By: gsar                                  on 2000/12/18  05:20:17
54221         Log: update Changes
54222      Branch: maint-5.6/perl
54223            ! Changes patchlevel.h
54224 ____________________________________________________________________________
54225 [  8175] By: gsar                                  on 2000/12/18  04:57:48
54226         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
54227              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
54228              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
54229              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
54230              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
54231              7823,7825,7838
54232              
54233              Subject: Re: [PATCH] README.solaris
54234              
54235              Add getpagesize() probing, on non-UNIX guess 'undef'.
54236              
54237              Simplify the getpagesize() unit by dropping the
54238              pagesize probe since it's nowadays slightly more
54239              complicated because of sysconf(). (Note: if some
54240              platform really needs the -lPW for getpagesize,
54241              I just broke it.)
54242              TODO: a new pagesize unit.
54243              
54244              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
54245              
54246              MachTen doesn't really do mmap() and munmap().
54247              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
54248              
54249              More README.solaris updates from Andy Dougherty.
54250              
54251              Copy the s// information of README.hpux also to the perlrun.
54252              
54253              Add HAS_FSYNC, lack noticed by Nicholas Clark.
54254              
54255              Add a metaconfig unit for fsync.
54256              
54257              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
54258              
54259              Many subdocumented return values of the IO extension now documented.
54260              ungetc and write still left subdocumented.
54261              Subject: [PATCH] (was Re: IO::Handle::ungetc)
54262              
54263              Document tell() on special streams.
54264              
54265              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
54266              
54267              Subject: [ID 20001112.007] sfio's sftell isn't ftell
54268              
54269              Couple of tests from #7660 salvaged.
54270              
54271              Tweak the definition of the bit complement on UTF-8 data:
54272              if none of the characters in the string are > 0xff,
54273              the result is a complemented byte string, not a (UTF-8)
54274              char string.  Based on the summary in
54275              Subject: Re: [ID 20000918.005] ~ on wide chars
54276              This should give us the maximum backward (pre-char string)
54277              compatibility and utf8 compatibility.  The other alternative
54278              would be to limit the bit complement to be always byte only,
54279              taking the least significant byte of the chars.
54280              
54281              Cleanup messy #ifdef.
54282              
54283              Typos in #7667.
54284              
54285              Declare reg_data like reg_substr_data.
54286              
54287              Placate nervous compilers that see longer than ints switch()ing.
54288              
54289              Remove the new two tests of lib/io_xs for now, they seem to
54290              fail under perlio on some platforms.
54291              
54292              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
54293              
54294              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
54295              
54296              Subject: tiny typo in perl5db.pl
54297              
54298              Subject: some additions for makefiles for win32 (for perl@7674)
54299              
54300              Hoist the duplicated socket/netdb include logic to perl.h;
54301              undef SETERRNO in case SOCKS has defined it.  Based on:
54302              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
54303              
54304              Regen Configure.
54305              
54306              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
54307              (a macro to define signed and unsigned integer constants).
54308              
54309              Use UINT64_C().
54310              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
54311              
54312              Use u_int32_t for the size of hash_cb(), not size_t.
54313              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
54314              
54315              Quit utf8_to_uv() instantly if curlen == 0.
54316              
54317              Subject: [PATCH: perl@7674] updates to README.os390
54318              
54319              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
54320              
54321              EBCDIC tweaks.
54322              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
54323              
54324              Linenumber fix.
54325              
54326              SOCKS has its own USE_THREADS, based on
54327              Subject: [ID 20001114.002] et. al. bugfix followup
54328              
54329              UINT64_C() work continues.
54330              
54331              Detypo.
54332              
54333              The type of the hash_cb() size argument is tricky.
54334              
54335              Add fwalk() probe to the configuration files and regen perltoc.
54336              
54337              Subject: perllocale.pod changes
54338              
54339              Avoid an infinite loop in VMS when utils scripts are run
54340              with no arguments, from Charles Lane.
54341              
54342              Subject: Re: Bug in Carp::Heavy/5.6.0?
54343              
54344              For Solaris use64bitall the stdchar needs a little bit of help.
54345              
54346              The long double hints can be here or there.
54347              
54348              Test tweak for the open pragma.
54349              
54350              Also the 64bitall hints can be either here or there.
54351              
54352              As surmised the #7719 wasn't a good move.
54353              
54354              Subject: Fix for 20000409.001
54355              
54356              Subject: Fix for 20000815.006
54357              It's really 20000518.006.
54358              
54359              Subject: [PATCH 5.6.0 README.win32] very minor typos
54360              
54361              Subject: Fix for README.amiga (20000323.033)
54362              
54363              Explain in more detail the {} syntax ambiguousity.
54364              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
54365              
54366              Sparc 64-bit pack() fix from Jens Hamisch.
54367              
54368              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
54369              
54370              Subject: podlators 1.05 available        
54371              
54372              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
54373              
54374              Subject: [perl 7711: EPOC] updates
54375              
54376              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
54377              
54378              Miraculous typo.
54379              
54380              sysseek() instead of seek().
54381              
54382              Solaris hints tweaks.
54383              
54384              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
54385              This may be overly harsh but until proven otherwise, we think this
54386              way, or until we have a simple test for Configure (having to start
54387              up servers is does not count as simple) to check for the problems.
54388              
54389              Remove the shared object before attempting to create
54390              (by linking) a new one.  E.g. in AIX not removing
54391              becomes quite painful if one tries to do more than one
54392              build in the same tree (an interrupted build, for example),
54393              since the AIX' shared dynaloader seemingly keeps the shared
54394              objects open and therefore 'busy' for quite a while, even when
54395              nobody is using the objects, leading into link failures.
54396              
54397              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
54398              
54399              Subject: DOC PATCH 5.6.0 perlreftut
54400              
54401              Subject: [PATCH: perl@7777] add system locale testing for VMS
54402              
54403              Subject: [PATCH] Test.pm POD peculiarity
54404              
54405              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
54406              
54407              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
54408              
54409              Subject: Re: perl@7777 
54410              Detypoing.
54411              
54412              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
54413              
54414              Go ahead and #include <unistd.h> in perl.h.
54415              
54416              Subject: [PATCH perl@7795] small cleanup task for test suite
54417              
54418              Subject: Re: av.c patch (having slight problems)
54419              unshift() speedup.
54420              
54421              Reach back one higher up when searching for PERL_SRC.
54422      Branch: maint-5.6/perl
54423           +> lib/File/Spec/Epoc.pm
54424           !> (integrate 88 files)
54425 ____________________________________________________________________________
54426 [  8174] By: gsar                                  on 2000/12/18  03:53:09
54427         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
54428              7625..7629,7631..7634,7637,7639,7642 from mainline
54429              
54430              Fix for the tie-refhash string table leaks.
54431              
54432              Subject: [patch perl@7595] VMS configure.com tweak
54433              
54434              More careful detection of how well NVs and UVs mix.
54435              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))
54436              Added some SIGFPE paranoia.
54437              
54438              Forgot to bump the line numbers in #7601.
54439              
54440              Subject: PATCH std stdio for (Free)BSD
54441              
54442              Deleting $ENV{PATH} in VMS is not recommendable.
54443              
54444              Locale buglets.
54445              Subject: RE: Locales support (setlocale) fixes
54446              
54447              Do not test UTF-8 locales since that the tests would require
54448              polymorphic regexen.
54449              
54450              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
54451              
54452              A missing aTHX_.
54453              
54454              Subject: [ID 20001108.013] spelling
54455              
54456              Subject: [PATCH] Class::Struct at compile time
54457              
54458              Make deleting for %ENV work for (newer versions of) VMS,
54459              from Craig A. Berry.
54460              
54461              Forgot from #7618.
54462              
54463              More VMS moves on environment handling, from Charles Lane.
54464              
54465              Remove unused extra arguments.
54466              
54467              Typo in an ifndef.
54468              Subject: Re: [PATCH 5.7.0] better messages from malloc()
54469              
54470              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
54471              All except the "cow orker" change.
54472              
54473              The generated boot_* headers are wrong.  Pickier compiler,
54474              such as KAI C++ will refuse to compile the resulting perlmain.
54475              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
54476              
54477              There's no =head3.
54478              
54479              Disable only the tests 99 and 166 for UTF-8 locales.
54480              
54481              Missing dTHXs.
54482              Subject: RE: perl@7595 builds not on cygwin
54483              
54484              Subject: Re: bash -c exit and linux hints 
54485              
54486              Various doc oddball characters.
54487              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
54488              
54489              Subject: [PATCH] IO::Seekable pod
54490              
54491              Amdahl UTS hints updates.
54492              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
54493              
54494              Explain better why certain regex tests are skipped.
54495              Subject: Re: tests skipped: unknown reason
54496              
54497              Subject: [PATCH] README.solaris
54498              
54499              Subject: [PATCH perl@7638] cygwin port
54500      Branch: maint-5.6/perl
54501           +> README.solaris
54502           !> (integrate 26 files)
54503 ____________________________________________________________________________
54504 [  8173] By: gsar                                  on 2000/12/18  03:37:02
54505         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
54506              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
54507              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
54508              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
54509              
54510              Better create a true mailing list for the repository keepers.
54511              
54512              Subject: [ID 20001027.007] uniq array in perlfaq
54513              
54514              De-quoted-unreadable to ISO Latin 1.
54515              (There's one ISO-2022-JP name in Changes5.004.)
54516              
54517              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
54518              
54519              The #7476 needs a MANIFEST change, too.
54520              
54521              Add also emailless people.
54522              
54523              UTF-8 decoder tweak.
54524              
54525              Make \x{...} consistently produce UTF-8.
54526              Subject: Re: \x{...} is confused 
54527              
54528              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54529              
54530              Add a perlbug flag, -A, to avoid acknowledgement messages.
54531              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
54532              
54533              Use Errno magic.
54534              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
54535              
54536              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
54537              
54538              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
54539              
54540              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
54541              
54542              Be more lenient on bad UTF-8 when doing bit arithmetics.
54543              Subject: Re: [ID 20000918.005] ~ on wide chars
54544              (The ord() part of the patch skipped.)
54545              
54546              Subject: perlfaq style changes
54547              
54548              AUTHORS tweaks.
54549              
54550              Whitespace style tweak.  Was originally going to see to
54551              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54552              but that had already been taken care of.
54553              
54554              The compiler is either gcc or cc, from Tom Bates.
54555              
54556              The osname has been lowercased by now, from Tom Bates.
54557              
54558              The NonStop-UX libraries have a novel way to say NaN.
54559              
54560              printf UVs the correct way, noticed by Robin Barker.
54561              
54562              Subject: [PATCH] startperl to respect versiononly
54563              
54564              AUTHORS updates.
54565              
54566              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54567              
54568              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
54569              
54570              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
54571              
54572              Generalize the Camel wording.
54573              Subject: Re: perlfaq style changes
54574              
54575              Subject: [ID 20001005.006] Documentation -- description of qr//
54576              
54577              C.pm part of
54578              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
54579              
54580              Locale warning explanation tweak.
54581              
54582              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
54583              
54584              Make the POSIX::setuid and POSIX::setgid to really call setuid()
54585              and setgid() because they were just changing $< and $( which means
54586              only changing the real uid/gid, as opposed to changing both
54587              real and effective ids.  (The alternative way could have been
54588              in POSIX.pm to change $> and $), too, but making a direct call
54589              to the C API feels cleaner.)  Fixes the bug
54590              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
54591              
54592              Expand %Config variables and %ENV variables only if
54593              so requested during build time using the
54594              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
54595              Not expanding makes relocating distributions easier.
54596              
54597              More tweaking on the #7522 theme.
54598              
54599              Test::Harness revealed buglets in the new DynaLoader.
54600              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
54601              
54602              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
54603              fix a autovivification bug in Tie::RefHash, add tests for both.
54604              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
54605              
54606              Detpyo.
54607              
54608              recv() can fail and return undef.
54609              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
54610              
54611              Fix the problem discussed in
54612              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
54613              originally from Linc Madison.  Also Andreas König's comments
54614              taken into account.  Some other problems with Tie::SubstrHash
54615              fixed: didn't croak when the table exceeded the requested number
54616              of entries (as documented) but instead when the number of entries
54617              exceeded the size of the table, a croak() had an unnecessary \n,
54618              didn't have a CLEAR method, documented that there is no exists().
54619              Didn't fix to be strict-proof because the module uses &foo; and
54620              dynamic scope.  Added a test script exercizing both first tamely 
54621              the basic functionality, and then the failure cases reported by
54622              Linc Madison.
54623              
54624              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
54625              
54626              The #7521 touched things it shouldn't have.
54627              
54628              Subject: [PATCH 5.7.0] better messages from malloc()
54629              
54630              Subject: Re: README.aix
54631              
54632              Add FCNTL_CAN_LOCK.
54633              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54634              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54635              
54636              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
54637              create a "fast path" for locale name probing using "locale -a"
54638              if available, squash finally hopefully the s?printf resetting
54639              the numeric locale (since, IIUC perllocale, it never shouldn't). 
54640              
54641              More Changes tweakery.
54642              
54643              Dying is too strict here, better just skip.
54644              
54645              Subject: Locales support (setlocale) fixes
54646              Modified quite a bit to be more portable.
54647              
54648              Configure would use a bad $myuname from an old config.sh.
54649              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
54650              
54651              Fix for
54652              Subject: [ID 20001004.006] undef is never tainted
54653              An undef read from a slurped file was not tainted.
54654              
54655              Fix for
54656              Subject: [ID 20001004.007] taint propogation is inconsistent
54657              The culprit was sv_setsv() which was rather blindly
54658              propagating taint, which lead to behaviour where if
54659              a tainted anon hash value was seen all the hash values
54660              from then on at that level became tainted, or at any
54661              upper levels in the case of nested anon hashes.
54662              
54663              Test tweak: show also the failed locales.
54664              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
54665              
54666              A fix of sorts for 20000329.026, a better error message
54667              for a missing "use charnames" when using the \N{...}. 
54668              
54669              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
54670              
54671              Add =pod to be tidy.
54672              
54673              Fix for bug id 19990615.008, pos() unset during s///ge.
54674              
54675              Add a note for future generations about bug id 20000229.006.
54676              
54677              Use -dM for gcc (the suggested patch did it only for Linux,
54678              but I think it can be generalized).
54679              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
54680              
54681              opmini.o can linger from Configures past.
54682              
54683              Document that the evaled syntax errors cause scalar leaks.
54684              
54685              Fix for
54686              Subject: [ID 20000728.005] perl -P broken
54687              (hopefully).  The fix is also not complete, it seems to break
54688              BOM swallowing for libc5 systems, but until someone figures
54689              out a way to do this without ftell(), this will do.
54690              
54691              AUTHORS updates.
54692              
54693              Subject: Re: rsync'ed patches vs. rsync'ed source
54694              
54695              Admit that the test leaks scalars.
54696              
54697              Sanitize the environment further.
54698              
54699              VOS updates from Paul Green.
54700              
54701              Document %ENV = () portability issues.
54702              
54703              Make the stdio test program of 7427 less noisy while being 
54704              compiled so that Digital UNIX wouldn't get both
54705              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
54706              undefined.  This makes perlio happy.
54707              
54708              glibc5 detection by __GNU_LIBRARY__.
54709              
54710              %ENV note tweaks from Dan Sugalski.
54711              
54712              Varargs don't always work too well if one puts an unsigned
54713              char on the stack and pop an unsigned quad off the stack.
54714              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
54715              
54716              Subject: Pod updates
54717              
54718              Fake support of holey files in win/dosish platforms.
54719              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
54720              
54721              A doc addition for bug id 20001105.019, beware \p.
54722              
54723              Tweak #7587.
54724              
54725              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
54726              
54727              perlhack updates from H.Merijn Brand.
54728              
54729              Subject: [PATCH perl@7573] cygwin port
54730              Synchronize with Cygwin 1.1.5.
54731              
54732              Bad thinko in #7581 (I used the test program with the expanded
54733              values as-is).
54734              
54735              Make perlbug not insist on dumping to a file when stdout isn't a tty.
54736              Subject: [PATCH] perlbug.PL
54737              
54738              Overrideable keys, each, pop, push, shift, splice, unshift.
54739              Subject: [PATCH] prototyped functions that should be overrideable
54740              
54741              Try to avoid flockless and emulationless places.
54742      Branch: maint-5.6/perl
54743           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
54744            - MAINTAIN
54745           !> (integrate 111 files)
54746 ____________________________________________________________________________
54747 [  8172] By: jhi                                   on 2000/12/18  02:49:27
54748         Log: Regen pods.
54749      Branch: perl
54750            ! pod/perlmodlib.pod pod/perltoc.pod
54751 ____________________________________________________________________________
54752 [  8171] By: gsar                                  on 2000/12/18  02:49:24
54753         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
54754              7465..7471 from mainline
54755              
54756              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54757              in platforms that strictly require all the symbols being present
54758              at link time.
54759              
54760              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54761              
54762              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54763              
54764              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54765              
54766              Subject: [PATCH] todo
54767              
54768              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54769              
54770              Use $sort, $uniq (and $tr) consistently as wondered
54771              by Nicholas Clark.
54772              
54773              Too enthusiastic editing in #7460.
54774              
54775              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54776              
54777              Upgrade to CPAN 1.58_55.
54778              Subject: CPAN.pm status
54779              
54780              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54781              
54782              Make target reordering to avoid pointless re-makes.
54783              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54784              
54785              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54786              
54787              Subject: DOC PATCH 5.6.0
54788              
54789              Add the repository doc by Malcolm, Sarathy, and by Simon,
54790              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54791      Branch: maint-5.6/perl
54792           +> Porting/repository.pod
54793           !> Configure MANIFEST Makefile.SH README.dos README.os2
54794           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
54795           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
54796           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
54797 ____________________________________________________________________________
54798 [  8169] By: gsar                                  on 2000/12/18  02:33:34
54799         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
54800              7435..7441,7445 from mainline
54801              
54802              Make the UTF-8 decoding stricter and more verbose when
54803              malformation happens.  This involved adding an argument
54804              to utf8_to_uv_chk(), which involved changing its prototype,
54805              and prefer STRLEN over I32 for the UTF-8 length, which as
54806              a domino effect necessitated changing the prototypes of
54807              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
54808              The stricter UTF-8 decoding checking uses Markus Kuhn's
54809              UTF-8 Decode Stress Tester from
54810              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
54811              
54812              Run vms/vms_yfix.pl, should have done that after changing
54813              perly.c in #7382.
54814              
54815              Subject: [PATCH 5.7.0] static linking with uninstalled perl
54816              
54817              (Replaced by #7440.)
54818              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54819              
54820              Fix the bug ID 20001024.005, the bug introduced by #7416.
54821              
54822              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
54823              
54824              Fix the bug reported in
54825              From: andreas.koenig@anima.de (Andreas J. Koenig)
54826              Also make is_utf8_char() stricter.
54827              
54828              Missed the header file changes from #7425.
54829              
54830              Check if stdio supports tweaking lval and cnt simultaneously.
54831              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54832              
54833              Stratus VOS updates from Paul Green.
54834              
54835              Podify README.epoc and README.vos.
54836              
54837              Add targets to Makefile.SH, most importantly
54838              'regen_all' which also remembers to update vms/perly*.
54839              
54840              Subject: Minor update to find2perl, for portability
54841              
54842              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54843              
54844              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54845              
54846              Rename UTF8LEN() to be UNISKIP(), too confusing to have
54847              UTF8LEN() and UTF8SKIP(). 
54848              
54849              Allow poking holes at the UTF-8 decoding strictness.
54850              
54851              Continue the internal UTF-8 API tweaking.
54852              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54853              used much more than the simpler API, now called utf8_to_uv_simple().
54854              Still not quite happy with API, too much partial duplication
54855              of functionality.
54856              
54857              A new version of making the syslog test more robust.
54858              (Replaces #7421.)
54859              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54860              
54861              buildtoc target tweaks.
54862              
54863              Integrate with vmsperl #7430 by Charles Bailey:
54864              
54865              Cleanup from prior patch (Charles Lane?):
54866              - improve handling of MFDs in Basename and Path
54867              - default to no xsubpp line # munging when building debug images
54868      Branch: maint-5.6/perl
54869           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54870           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54871           !> (integrate 67 files)
54872 ____________________________________________________________________________
54873 [  8168] By: gsar                                  on 2000/12/18  02:05:49
54874         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
54875              
54876              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54877              From: Martin Husemann <martin@duskware.de>
54878              
54879              Subject: [PATCH 5.7.0] restore match data on backtracing
54880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54881      Branch: maint-5.6/perl
54882           !> regcomp.c regexec.c t/op/re_tests
54883 ____________________________________________________________________________
54884 [  8167] By: gsar                                  on 2000/12/18  01:55:22
54885         Log: integrate changes#7858,7986 from mainline
54886              
54887              C<foreach my $x ...> in pseudo-fork()ed process may diddle
54888              parent's memory; fix it by keeping track of the actual pad
54889              offset rather than a raw pointer (this change is probably also
54890              relevant to non-ithreads case to avoid fallout from reallocs of
54891              the pad array, but is currently only enabled for the ithreads
54892              case in the interests of minimal disruption to existing "well
54893              tested" code)
54894              
54895              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
54896              due to the notorious GetFileType() bug in Windows 9x, which fstat()
54897              tickles)
54898      Branch: maint-5.6/perl
54899           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
54900           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
54901           !> win32/win32.c win32/win32.h win32/win32sck.c
54902 ____________________________________________________________________________
54903 [  8166] By: gsar                                  on 2000/12/18  01:52:59
54904         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
54905              from mainline (xsubpp and ExtUtils::LibList fixups, various
54906              other small items)
54907              
54908              The generated boot_* headers are wrong.  Pickier compiler,
54909              such as KAI C++ will refuse to compile the resulting perlmain.
54910              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
54911              
54912              Various doc oddball characters.
54913              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
54914              
54915              Subject: [PATCH] Re: 20001101.003 PDL
54916              
54917              Subject: [PATCH 5.7.0] etags broken again
54918              
54919              Subject: [PATCH 5.7.0] Liblist finally works
54920              
54921              Subject: [PATCH 5.7.0] Liblist returns found libraries
54922              
54923              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
54924              
54925              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
54926              
54927              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54928              OUT keyword nits.
54929              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54930              OUT and IN_OUT documentation.
54931      Branch: maint-5.6/perl
54932           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
54933           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
54934           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
54935           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
54936           !> win32/bin/search.pl
54937 ____________________________________________________________________________
54938 [  8165] By: gsar                                  on 2000/12/18  01:28:45
54939         Log: integrate changes#7533,7563,7611,7623 from mainline (various
54940              malloc.c embellishments)
54941      Branch: maint-5.6/perl
54942           !> malloc.c pod/perldiag.pod
54943 ____________________________________________________________________________
54944 [  8164] By: gsar                                  on 2000/12/18  01:23:33
54945         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
54946              fixups)
54947      Branch: maint-5.6/perl
54948           !> utils/h2xs.PL
54949 ____________________________________________________________________________
54950 [  8163] By: gsar                                  on 2000/12/18  01:17:50
54951         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
54952              fixups)
54953      Branch: maint-5.6/perl
54954           !> Makefile.SH utils/perlbug.PL
54955 ____________________________________________________________________________
54956 [  8162] By: gsar                                  on 2000/12/18  00:25:43
54957         Log: always export Perl_deb() (it is required by re.xs whether
54958              Perl is built with or without -DDEBUGGING)
54959      Branch: maint-5.6/perl
54960            ! makedef.pl
54961 ____________________________________________________________________________
54962 [  8161] By: gsar                                  on 2000/12/18  00:23:38
54963         Log: integrate change#7414 from mainline
54964              
54965              Undo the basename() part of #7412 since the lib/basename
54966              tests would need upgrading too.
54967              
54968              squelch two tests in tr.t that rely on tr/// paranoia change
54969              that's not in 5.6.x
54970      Branch: maint-5.6/perl
54971            ! t/op/tr.t
54972           !> lib/File/Basename.pm
54973 ____________________________________________________________________________
54974 [  8160] By: gsar                                  on 2000/12/18  00:05:30
54975         Log: missing change in previous integrate
54976      Branch: maint-5.6/perl
54977           !> README.aix
54978 ____________________________________________________________________________
54979 [  8159] By: gsar                                  on 2000/12/18  00:03:38
54980         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
54981              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
54982              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
54983              7410..7413 from mainline
54984              
54985              Introduce the man[24-8] variables, from Andy Dougherty.
54986              
54987              Upgrade to CPAN 1.58, from Andreas König.
54988              
54989              An updated EBCDIC tr patch.
54990              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54991              
54992              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54993              
54994              Two thirds of
54995              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54996              The Install.pm changes will be submitted separately because
54997              they need some work and discussion still.
54998              
54999              The Install.pm third of
55000              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
55001              
55002              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
55003              
55004              Subject: [PATCH 5.7.0] IVs in mtats
55005              
55006              Subject: [PATCH 5.7.0] Perl API for mstats
55007              
55008              Ilya implemented the memory profiling API.
55009              
55010              In Amdahl UTS "struct sv" is defined by a system header,
55011              <ksync.h>.
55012              
55013              Slight tweak of the code to appease Amdahl UTS cc.
55014              
55015              Amdahl UTS doesn't seem to do dynaloading.
55016              
55017              Use UTF8SKIP(), from Simon Cozens.
55018              
55019              Thinko in #7222.
55020              
55021              op/sprintf.t patch for OS/390 (and any other host with limited
55022              floating-point exponent length)
55023              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
55024              
55025              Tweak #7225.
55026              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
55027              
55028              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
55029              
55030              Needs to be conditional on SunOS 4.
55031              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
55032              
55033              Test cases for bug id 20000323.056 (the bug seems to be fixed).
55034              
55035              Add test for bug id 20000427.003 (which seems to have
55036              been fixed) (also duplicate as 20000427.004, though
55037              with a higher severity).  Move one utf8 from op/append
55038              to pragma/utf8, tag the tests with bug ids.
55039              
55040              Document FNCASE=y as discussed in the bug 20000902.009.
55041              
55042              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
55043              The problem was that rx->minlen was in chars while pp_split()
55044              thought it would be in bytes. 
55045              
55046              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
55047              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
55048              
55049              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
55050              
55051              Fix a couple of compiler-noted nits in #7235.
55052              
55053              Tweak the test of #7235.
55054              
55055              One more ~utf8 tweak.
55056              
55057              -w cleanup.
55058              Subject: Re: Problems with bleadperl 
55059              
55060              Subject: small pod patch
55061              
55062              Subject: [PATCH perlguts.pod] Document offset hack
55063              
55064              Add Charles Lane.
55065              
55066              Add the capability to include/exclude branches.
55067              
55068              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
55069              
55070              Detect early whether the std streams have gone bad.
55071              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55072              
55073              More IoTYPE sprinkling.
55074              
55075              Workaround for a sfio bug where the stream error indicator
55076              is not cleared as documented.
55077              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
55078              
55079              Clarify documentation on 'use bytes'.
55080              Subject: Re: What does 'use bytes' "mean" ?
55081              
55082              Show the failed remote port, instead of the failing line number.
55083              Subject: [PATCH 5.6.1 Debugger] More diagnostics
55084              
55085              Make Cwd more bulletproof in chrooted environments.
55086              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
55087              
55088              Subject: Pod patch for Devel::Peek
55089              
55090              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
55091              
55092              Borland C fstat() never saw the fd as writable.
55093              Subject: fix for Borland's weak "stat" (perl@7211)
55094              
55095              Missing change from #7362.
55096              
55097              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
55098              
55099              Add the test case for the bug id 20000730.004 which seems
55100              to have been fixed by now.
55101              
55102              Fix of sorts for bug id 20000901.092.  There seems to be no trace
55103              of a 'pmshort' anywhere in the B, so the offending line was simply
55104              removed.
55105              
55106              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
55107              
55108              Subject: PATCH do_print has 2 PerlIO_error()s
55109              
55110              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
55111              
55112              Typo noted by Mark Lutz.
55113              
55114              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
55115              
55116              In the latest compiler builds cccdlflags must not become -fpic,
55117              from Wilfredo Sánchez.
55118              
55119              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
55120              
55121              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
55122              
55123              SOCKS function redefinitions need prototypes, too, otherwise
55124              for example 32 bit versus 64 bit differences cause a lot of
55125              problems.  Part of
55126              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55127              
55128              Portability tweak on #7377.
55129              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
55130              
55131              Don't write double values through long double pointers,
55132              based on a part of
55133              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
55134              
55135              Reëntrancy fix.
55136              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55137              
55138              Make scan_num() reëntrant, as suggested in
55139              Subject: [PATCH perl@7229] Rentrant parser and yylex()
55140              
55141              Fix for ID 20001020.006, concatenating an unset submatch
55142              with utf8 resulted in "Modification of a read-only value".
55143              
55144              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
55145              
55146              The #7383 was right only in the context of the original bug report,
55147              not in more general case.
55148              
55149              Update Changes.
55150              
55151              Testcases for a #7383,#7385 related bug.
55152              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
55153              
55154              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
55155              
55156              Tweak the Is* definitions of Unicode character classes
55157              to better match the official categorizations; embrace
55158              the official categorizations; add the combining marks
55159              as alpha (and -numeric); fix DCinital (a typo and edito)
55160              to be DCmedial.
55161              
55162              Hints tweak from Anton Berezin.
55163              
55164              Subject: installman go-faster stripes
55165              Subject: Re: installman go-faster stripes
55166              
55167              Subject: [ID 20001021.003] updated hints/openbsd.sh
55168              
55169              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
55170              
55171              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
55172              
55173              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
55174              
55175              Doc patch.
55176              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
55177              
55178              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
55179              
55180              Subject: Re: [ID 20001021.005] SEGV with regex match 
55181              
55182              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
55183              
55184              The change #7187 was not so good on VMS.
55185              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
55186              
55187              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
55188              
55189              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
55190              
55191              Document PERL_INSTALL_ROOT of #7210.
55192      Branch: maint-5.6/perl
55193           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
55194           +> t/lib/tie-splice.t
55195            - lib/unicode/Is/DCinital.pl
55196           !> (integrate 112 files)
55197 ____________________________________________________________________________
55198 [  8158] By: jhi                                   on 2000/12/17  23:04:24
55199         Log: Subject: [PATCHES] RE: perl@8150 
55200              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
55201              Date: Sun, 17 Dec 2000 21:46:39 +0100
55202              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
55203              
55204              Neither cygwin has a getpwuid() one can trust on.
55205      Branch: perl
55206            ! t/lib/glob-basic.t
55207 ____________________________________________________________________________
55208 [  8157] By: jhi                                   on 2000/12/17  23:01:54
55209         Log: More MAN.PODS => {} fixes.
55210      Branch: perl
55211            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
55212            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
55213            ! os2/OS2/REXX/Makefile.PL
55214 ____________________________________________________________________________
55215 [  8156] By: gsar                                  on 2000/12/17  22:49:13
55216         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
55217              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
55218              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
55219              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
55220              7201,7204 from mainline
55221              
55222              Remove vestiges of tr//CU.
55223              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55224              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55225              
55226              The return value of setlocale must be copied away.
55227              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55228              
55229              Allow chop() and chomp() to be overridden.
55230              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55231              
55232              Hints optimization.
55233              Subject: Minor nit
55234              
55235              Subject: [PATCH] de-wall t/README
55236              
55237              Subject: Re: Two advertising clauses need to be removed
55238              
55239              Batch of UTF-8 patches from Simon Cozens.
55240              
55241              Fix for a parsing bug, not for the original bug.
55242              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
55243              
55244              Compilation warnings and an error.
55245              
55246              Subject: File::Find 5.7.0 POD nits
55247              
55248              Subject: [PATCH perl-5.7.0] continued -Wformat support
55249              
55250              The one that got away.
55251              
55252              Subject: Re: perl@7078
55253              
55254              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55255              convertable to bytes by checking it doesn't go above 0xc3
55256              Subject: Re: perl@7078
55257              
55258              Replace #7084 with
55259              Subject: Re: perl@7078 
55260              
55261              We don't need to count the high bit bytes, a boolean is enough. 
55262              
55263              Subject: [PATCH] utf8.c apidoc
55264              
55265              Subject: Re: perl@7078 
55266              
55267              Botched the #7090 check-in.
55268              
55269              Fix for the charnames.t failures from Spider Boardman.
55270              
55271              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55272              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55273              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55274              0 to checking to get the warning.
55275              
55276              Subject: [PATCH] Nits in perlmod.pod
55277              
55278              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55279              
55280              Subject: Re: unicode support and perl [ID 20000901.097]
55281              
55282              Subject: Re: unicode support and perl [ID 20000901.097]
55283              
55284              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55285              
55286              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55287              
55288              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55289              
55290              Subject: [PATCH@blead] Fix some recursion in overload.pm
55291              
55292              s/Robin Parker/Robin Barker/
55293              
55294              Subject: [PATCH] Fix aliasing of tied filehandles
55295              
55296              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
55297              
55298              Subject: Re: [PATCH 5.005_64 missed]
55299              
55300              SOCK_DGRAM and listen() do not mix as reported in
55301              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55302              The patch for 5.7.0+ had to be reengineered, though.
55303              
55304              Subject: DOC PATCH 5.6.0
55305              
55306              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55307              
55308              Document the issue (is not a syntax error, kind of)
55309              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55310              
55311              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55312              Did not apply cleanly, manual intervention was needed.
55313              
55314              Subject: [PATCH] DLL not restartabke with threaded perl
55315              
55316              Inside require() $^S was always left undefined.
55317              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55318              
55319              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
55320              
55321              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55322              
55323              Regen headers.
55324              
55325              Subject: [PATCH 5.7.0] Epoc update
55326              
55327              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55328              as suggested by Olaf Flebbe and Nick Clark.
55329              
55330              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55331              
55332              Misplaced else.
55333              
55334              Scale down the VMS message boxes, by Charles Lane.
55335              Fix for ID 20000903.009, workaround at
55336              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55337              
55338              Subject: [ID 20001003.006] B::Debug not -w clean
55339              
55340              Test harness update to sync with the new perlcc,
55341              from Simon Cozens.
55342              
55343              One remaining nit less at the VMS mailbox sizing.
55344              
55345              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55346              
55347              It is possible to have no hosts database at all.  Pointed out in
55348              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55349              
55350              Subject: [PATCH 5.7.0] h2xs not working
55351              Subject: [PATCH 5.7.0] h2xs not documenting the created module
55352              
55353              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
55354              
55355              Subject: perlhack.pod Patch for Externals Tools
55356              
55357              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
55358              
55359              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55360              
55361              Enable disabling scripts installation by Configure -Uinstallscripts,
55362              suggested by H. Merijn Brand.
55363              
55364              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
55365              reported several times by Dominic Dunlop, for example in
55366              ID 20000315.008.  Patch from Dominic.  Patch affects at
55367              least MachTen, and possibly other oldish BSDs. Should not
55368              break non-broken platforms (tested on LinuxPPC). 
55369              
55370              Regen toc.
55371              
55372              Subject: Re: Questions about Tie::Array and perl modules
55373              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
55374              
55375              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
55376              
55377              Tweak #7153.
55378              
55379              IO::Handle->syswrite() did not handle length omission
55380              like CORE::syswrite() does.
55381              Subject: [Fwd] IO::Handle, syswrite and arguments
55382              The original patch from andrew@ugh.net.au.
55383              
55384              Also the $ccflags is needed for the C compiler check.
55385              Subject: Configure (check for C-compiler)
55386              
55387              Eliminate $Is_VMS code from the test.
55388              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
55389              
55390              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
55391              as the first option of cc/ld because of ultrapicky compilers
55392              (e.g. OS/390 R2.5)
55393              
55394              Change the version number of Tie::Handle in the core to 4.0,
55395              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
55396              Subject: Note on Tie::Handle
55397              
55398              UTF8ize split() so that the cloned substrings get the UTF8
55399              flag of the original scalar.  Problem reported by Simon Cozens.
55400              
55401              save_re_context() could reset PL_curcop to freed memory, causing core
55402              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
55403              
55404              Subject: PATCH 5.6 perldebguts grammar cleanup
55405              
55406              Add a todo note about overloadable assertions.
55407              
55408              on Windows, LoadLibrary() could load an extension DLL multiple
55409              times if forward slashes are used in the path
55410              
55411              on Windows, cwd strings in the environment should be of the
55412              form =X:=X:\foo instead of =X=X:\foo\
55413              
55414              on Windows, avoid potential exception (could happen if MSVCRT isn't
55415              being used) when closing a socket handle
55416              
55417              avoid nonportable example code
55418              
55419              Windows9x doesn't support link(), despite what Config.pm
55420              might think
55421              
55422              pod nit
55423              
55424              Change #7160 had a nasty typo.
55425              
55426              Warn about unknown scripts.
55427              Subject: Re: ideas? patches? [PATCH bleadperl]
55428              
55429              on Windows, clean targets might not work under some flavors of the shell
55430              
55431              tweak for change#7173
55432              
55433              Make eq work again with utf8 (disabling the upgrading
55434              should no more be necessary since the copies of the
55435              scalars are upgraded, not the scalars themselves).
55436              Takes care of ID 20001009.001.  (The claimed length()
55437              bug in 20001009.001 seems bogus to me.)
55438              
55439              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
55440              
55441              Upgrade to CGI.pm 2.74, from Lincoln Stein.
55442              
55443              Upgrade to podlators 1.04, from Russ Allbery.
55444              
55445              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
55446              
55447              Quote the temp file name, needed in Win32 because the
55448              default name unfortunately contains spaces, shouldn't
55449              hurt elsewhere.
55450              Subject: FW: perldoc fails if $TEMP contains spaces
55451              
55452              Subject: RE: [ID 19990803.001] README.win32 suggestions 
55453              
55454              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
55455              
55456              Subject: Re: utf8 concat, mg_get
55457              
55458              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
55459              
55460              Subject: [PATCH: perl@7181] op/tr tests on OS/390
55461              
55462              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
55463              
55464              Use the versiononly instead of the installscripts,
55465              retract the changes 7146 and 7147.
55466              
55467              Reapply Andy's patch and regen Configure.
55468              
55469              Add the test case for #7190, from the original bug report
55470              by Andreas König.
55471              
55472              Remove duplicated code.
55473              
55474              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
55475              
55476              restore change#7202
55477      Branch: maint-5.6/perl
55478           !> (integrate 121 files)
55479 ____________________________________________________________________________
55480 [  8155] By: jhi                                   on 2000/12/17  22:30:58
55481         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
55482              From: "Craig A. Berry" <craigberry@mac.com>
55483              Date: Sun, 17 Dec 2000 13:09:28 -0600
55484              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
55485              
55486              MAN.PODS => ' ' is naughty.
55487      Branch: perl
55488            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
55489 ____________________________________________________________________________
55490 [  8154] By: nick                                  on 2000/12/17  22:07:13
55491         Log: MULTIPLICITY nit.
55492      Branch: perl
55493            ! mg.c
55494 ____________________________________________________________________________
55495 [  8153] By: gsar                                  on 2000/12/17  21:23:05
55496         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
55497              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
55498              from mainline
55499              
55500              Document the SvIOK_.*UV().
55501              
55502              Update Unicode todo list.
55503              
55504              Guard against bad string->int conversion for quads.
55505              
55506              Subject: small apidoc fix
55507              
55508              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
55509              
55510              Subject: [PATCH] Tied filehandle documentation
55511              
55512              Subject: [PATCH] Modernize Opcode.pm documentation
55513              
55514              Make Data::Dumper (non-XS) to work with changed semantics of ref().
55515              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55516              [applied even though said semantics didn't change in 5.6.x]
55517              
55518              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
55519              
55520              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
55521              
55522              Fix the URL, but the server is still missing in action.
55523              Subject: [ID 20000905.002] perlfaq1.pod URL error
55524              
55525              Subject: [ID 20000903.001] \w in utf8-strings
55526              
55527              Fix the ccversion detection for 5.1 and beyond.
55528              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55529              
55530              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
55531              
55532              Subject: [ID 20000904.008] Tiny fix for perldiag
55533              
55534              Subject: Re: [ID 20000906.004] segfault with bad perl statement
55535              
55536              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55537              
55538              Subject: [ID 20000908.002] perlipc documentation bug.
55539              
55540              Subject: [PATCH lib/Benchmark.pm]
55541              
55542              Re-allow vec() for characters > 255.
55543              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
55544              
55545              Do away with memory models cruft.  Sorry, PDP users.
55546              
55547              Continue #7041.
55548              
55549              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
55550              
55551              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55552              
55553              Upgrade to CPAN 1.57_65, from Andreas König.
55554              
55555              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55556              by Russ Allbery.
55557              
55558              Silence t/pod/*.t about alternate quote-mappings now implemented
55559              by Pod::Text, from Brad Appleton.
55560              
55561              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55562              Subject: borland C++ win32.c tweak
55563              
55564              C<@a = @b = split(...)> optimization coredumps under ithreads
55565              (missed a spot when fixing up op_pmreplroot hack for ithreads)
55566              
55567              Document the SvUTF8*().
55568              
55569              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55570              
55571              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55572              
55573              Do in VMS as the #7054 does.
55574              
55575              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55576              
55577              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55578              
55579              Subject: [patch: perl@7045] vms updates
55580              
55581              Test for the #7049.
55582              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
55583              
55584              Break up the myconfig lines a bit.
55585              Subject: perlbug/perl -V output format
55586              
55587              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55588              
55589              The #7054 truncated Configure badly.
55590              
55591              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55592              initialization in all the threads on Windows
55593              
55594              Allow for whitespace between "#" and "line" in cpp output.
55595              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55596              
55597              Remove vestiges of tr//CU.
55598              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55599              
55600              The return value of setlocale must be copied away.
55601              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55602              
55603              Allow chop() and chomp() to be overridden.
55604              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55605              
55606              Hints optimization.
55607              Subject: Minor nit
55608              
55609              Subject: [PATCH] de-wall t/README
55610              
55611              Subject: Re: Two advertising clauses need to be removed
55612      Branch: maint-5.6/perl
55613           !> (integrate 75 files)
55614 ____________________________________________________________________________
55615 [  8152] By: gsar                                  on 2000/12/17  20:30:11
55616         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
55617              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
55618              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
55619              
55620              Don't attach -ld to the archname if pointless.
55621              
55622              Document UNTIE in a very minimalistic way.
55623              
55624              POSIX doesn't report long double values under -Duselongdouble
55625              when the long doubles are "real" (bigger than doubles).
55626              
55627              More author updates.
55628              
55629              Try to deduce NV_MAX.  Really should be Configure fodder.
55630              
55631              :: not allowed in pathnames, change to .
55632              Subject: [PATCH perl@6938] cygwin port
55633              
55634              Forget about NV_MAX (#6951).  Various floating point tweaks,
55635              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
55636              
55637              Move the Solaris 7 scan to use64bitall, make the
55638              failure to find 64-bot sparc libc to mention the
55639              possibility of being in an intel, from Lupe and Alan.
55640              
55641              Regen perltoc.
55642              
55643              AUTHORS tweaks, from Peter Prymmer.
55644              
55645              More address tweaking.
55646              
55647              Small tweaks all over.
55648              
55649              File::Temp patches from Andreas König,
55650              
55651              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
55652              
55653              Subject: CPAN.pm beta 1.57_57 for the core
55654              
55655              Part of the solution.
55656              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
55657              
55658              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
55659              
55660              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55661              
55662              Add the overload warnings to perldiag.
55663              
55664              Drop unused argument.
55665              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
55666              
55667              Subject: Nit in Configure (bleadperl@6961)
55668              
55669              Update to PodParser 1.18, from Brad Appleton.
55670              
55671              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
55672              
55673              Subject: [PATCH: 6948] add SCNfldbl to configure.com
55674              
55675              Document UNTIE. Also tweak implementation to suppress the 'inner references'
55676              warning when UNTIE exists and instead pass the cound of extra references to
55677              the UNTIE method.
55678              
55679              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
55680              so that case-ignoring systems like DCL can tell them from
55681              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
55682              
55683              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55684              
55685              Feature ordering tweak.
55686              
55687              Regen perltoc.
55688              
55689              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
55690              
55691              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
55692              
55693              Subject: http:// in L<>
55694              
55695              Detypo.
55696              
55697              change#6791 accidentally clobbered change#6710, put it back
55698              
55699              Only the first line, thank you very much.
55700              
55701              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
55702              plus rework the http: spots as suggested by Tom Christiansen,
55703              plus regen perltoc.
55704              
55705              Undo part of change 6489 which looks like a bulk edit which
55706              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
55707              The supressing of main:: on return from select() is undesirable.
55708              
55709              Apparently avoiding the swapping is too costly.
55710              
55711              Various Configure nits by Philip Newton,
55712              plus the ebcdic one by me.
55713              
55714              Make certain cc is set before trying to run it.
55715              
55716              If overloaded %{} etc. return the object do not loop.
55717              Thus  sub deref { $_[0] } functions if object is wanted type.
55718              
55719              Update perlhist.
55720              
55721              More %{} and other deref special casing - do not pass to 'nomethod'.
55722      Branch: maint-5.6/perl
55723           !> (integrate 59 files)
55724 ____________________________________________________________________________
55725 [  8151] By: gsar                                  on 2000/12/17  19:14:38
55726         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
55727              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
55728              
55729              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
55730              
55731              Make the epsilon to be relative, not absolute.
55732              
55733              Put back the flags dump as reasoned in
55734              Subject: Re: [PATCH] Glob dumping
55735              
55736              Introduce ccname to keep track of what compiler kind of we have.
55737              
55738              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
55739              
55740              Put back the slice accidentally removed by #6907.
55741              
55742              Reset archname and archname64 always, forcing them be
55743              recomputed at each Configure run, make Configure and
55744              the hints files agree on the naming of largefiles variables.
55745              
55746              Don't say "Perl 5.0 source kit".
55747              
55748              Subject: [PATCH] fix misc cast warnings
55749              
55750              Subject: typos in pods
55751              
55752              NVs not necessarily doubles, as pointed out by Yitzchak.
55753              
55754              Subject: [PATCH 6889] add a few ldbl formats to configure.com
55755              
55756              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
55757              
55758              Better options for rsync.
55759              
55760              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
55761              
55762              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
55763              
55764              Subject: [PATCH] Re: UNTIE method 
55765              
55766              A better fix for the Socket building problem from Craig Berry.
55767              
55768              Retract the dummy test, skip the security tests (instead of failing),
55769              explain what the warnings mean.
55770              
55771              Heap decorruption.
55772              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
55773              
55774              Update to Unicode 3.0.1.
55775              
55776              Missed one Unicode file.
55777              
55778              Subject: Re: typos in pods
55779              
55780              The #6929 was too skimpy.
55781              
55782              sscanf() may be the only way to read long doubles from strings.
55783              
55784              Reveal Borland's isnan.
55785              Subject: build with BC++ tweak
55786              
55787              Issue useful diagnostic on unknown pod commands.
55788              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
55789              
55790              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
55791              
55792              Clarify the third case of ftmp-security warnings.
55793              
55794              Make -Dusemorebits find long doubles in Solaris.
55795              
55796              Wrap the test in eval.
55797      Branch: maint-5.6/perl
55798           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
55799           +> lib/unicode/PropList.txt lib/unicode/README.perl
55800           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
55801           +> lib/unicode/Unicode.301 vms/vmspipe.com
55802            - lib/unicode/Props.txt lib/unicode/UCD300.html
55803            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55804           !> (integrate 305 files)
55805 ____________________________________________________________________________
55806 [  8150] By: jhi                                   on 2000/12/17  18:47:57
55807         Log: Uncheckedin generated files.
55808      Branch: perl
55809            ! global.sym perlapi.c pod/perlapi.pod
55810 ____________________________________________________________________________
55811 [  8149] By: jhi                                   on 2000/12/17  18:41:22
55812         Log: Update Changes.
55813      Branch: perl
55814            ! Changes patchlevel.h
55815 ____________________________________________________________________________
55816 [  8148] By: jhi                                   on 2000/12/17  18:39:16
55817         Log: Subject: [PATCH] Fcntl constants speedup
55818              From: Nicholas Clark <nick@ccl4.org>
55819              Date: Sun, 17 Dec 2000 16:29:24 +0000
55820              Message-ID: <20001217162924.E97668@plum.flirble.org>
55821              
55822              Use IVs for the Fcntl constants instead of NVs.
55823      Branch: perl
55824            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
55825 ____________________________________________________________________________
55826 [  8147] By: jhi                                   on 2000/12/17  18:33:41
55827         Log: Add test for #8145 (binmode() warning), add warning for
55828              ioctl() and sockpair(), document them. (fileno() cannot
55829              be tripwired with the same kind of warning because
55830              'defined fileno($foo)' seems to be an idiom.)
55831      Branch: perl
55832            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
55833 ____________________________________________________________________________
55834 [  8146] By: gsar                                  on 2000/12/17  18:09:08
55835         Log: update Changes
55836      Branch: maint-5.6/perl
55837            ! Changes
55838 ____________________________________________________________________________
55839 [  8145] By: jhi                                   on 2000/12/17  17:39:35
55840         Log: Subject: [PATCH] Re: The long awaited feature ...
55841              From: Simon Cozens <simon@cozens.net>
55842              Date: Sun, 17 Dec 2000 12:31:56 +0000
55843              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
55844              
55845              Add a warning to binmode() about using bad filehandles
55846              (can happen e.g. if someone forgets the filehandle argument)
55847      Branch: perl
55848            ! pp_sys.c
55849 ____________________________________________________________________________
55850 [  8144] By: jhi                                   on 2000/12/17  17:33:48
55851         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
55852              From: Jonathan Stowe <gellyfish@gellyfish.com>
55853              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
55854              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
55855      Branch: perl
55856            ! lib/Net/Ping.pm
55857 ____________________________________________________________________________
55858 [  8143] By: jhi                                   on 2000/12/17  05:31:37
55859         Log: Polymorphic regexps.
55860              
55861              Fixes at least the bugs 20001028.003 (both of them...) and
55862              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
55863              also to be fixed by now, probably already before this patch.
55864      Branch: perl
55865            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
55866            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
55867            ! t/op/utf8decode.t t/pragma/utf8.t
55868 ____________________________________________________________________________
55869 [  8142] By: jhi                                   on 2000/12/16  17:16:05
55870         Log: Subject: [patch perl@8102] dos/djgpp update
55871              From: Laszlo Molnar <ml1050@freemail.hu>
55872              Date: Sat, 16 Dec 2000 01:40:52 +0100
55873              Message-ID: <20001216014052.A335@freemail.hu>
55874      Branch: perl
55875            ! djgpp/config.over t/base/commonsense.t
55876 ____________________________________________________________________________
55877 [  8141] By: jhi                                   on 2000/12/16  17:09:27
55878         Log: Few uncheckedin files.
55879      Branch: perl
55880            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
55881 ____________________________________________________________________________
55882 [  8140] By: nick                                  on 2000/12/15  22:14:31
55883         Log: Integrate mainline
55884      Branch: perlio
55885           !> (integrate 53 files)
55886 ____________________________________________________________________________
55887 [  8139] By: jhi                                   on 2000/12/15  19:49:49
55888         Log: One more IVUV tweak from Nicholas Clark.
55889      Branch: perl
55890            ! sv.c
55891 ____________________________________________________________________________
55892 [  8138] By: jhi                                   on 2000/12/15  19:17:06
55893         Log: Return of the IVUV-preservation, now seems to be happy even
55894              in Digital UNIX (the broken strtoul brokenness detection
55895              seems to have been the fly in the ointment).
55896      Branch: perl
55897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55898            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
55899            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
55900            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
55901            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55902            ! vos/config.ga.h win32/config.bc win32/config.gc
55903            ! win32/config.vc
55904 ____________________________________________________________________________
55905 [  8137] By: jhi                                   on 2000/12/15  18:12:14
55906         Log: Metaconfig unit change for #8136.
55907      Branch: metaconfig
55908            ! U/modified/d_strtoul.U
55909      Branch: metaconfig/U/perl
55910            ! d_strtoull.U d_strtouq.U
55911 ____________________________________________________________________________
55912 [  8136] By: jhi                                   on 2000/12/15  18:11:35
55913         Log: I don't think it's sensible or portable to test the strtou*
55914              on /^-/ strings.
55915      Branch: perl
55916            ! Configure
55917 ____________________________________________________________________________
55918 [  8135] By: jhi                                   on 2000/12/15  17:18:49
55919         Log: Metaconfig unit change for #8134.
55920      Branch: metaconfig
55921            ! U/modified/d_strtoul.U
55922 ____________________________________________________________________________
55923 [  8134] By: jhi                                   on 2000/12/15  17:14:13
55924         Log: If longsize is 8 we don't need a LL suffix for integer constants.
55925      Branch: perl
55926            ! Configure config_h.SH
55927 ____________________________________________________________________________
55928 [  8133] By: jhi                                   on 2000/12/15  16:00:23
55929         Log: Update Changes.
55930      Branch: perl
55931            ! Changes patchlevel.h
55932 ____________________________________________________________________________
55933 [  8132] By: jhi                                   on 2000/12/15  15:44:16
55934         Log: Some compilers get huffy if you do not cast a const pointer
55935              to a non-const when assigning.
55936      Branch: perl
55937            ! gv.c
55938 ____________________________________________________________________________
55939 [  8131] By: jhi                                   on 2000/12/15  15:38:30
55940         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
55941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55942              Date: Fri, 15 Dec 2000 05:26:57 -0500
55943              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
55944      Branch: perl
55945            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
55946            ! t/pragma/overload.t
55947 ____________________________________________________________________________
55948 [  8130] By: jhi                                   on 2000/12/15  15:36:08
55949         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
55950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55951              Date: Thu, 14 Dec 2000 22:02:43 -0500
55952              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
55953      Branch: perl
55954            ! gv.c perl.h
55955 ____________________________________________________________________________
55956 [  8129] By: jhi                                   on 2000/12/15  15:34:16
55957         Log: Subject: PATCH: h2xs nit
55958              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55959              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
55960              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
55961              
55962              Add a template README.
55963      Branch: perl
55964            ! utils/h2xs.PL
55965 ____________________________________________________________________________
55966 [  8128] By: jhi                                   on 2000/12/15  15:32:22
55967         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
55968      Branch: perl
55969            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55970 ____________________________________________________________________________
55971 [  8127] By: jhi                                   on 2000/12/15  15:19:34
55972         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
55973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55974              Date:     Thu, 14 Dec 2000 20:04:42 EST
55975              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
55976      Branch: perl
55977            ! ext/Opcode/Opcode.xs
55978 ____________________________________________________________________________
55979 [  8126] By: jhi                                   on 2000/12/15  15:17:49
55980         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
55981              From: Peter Prymmer <pvhp@forte.com>
55982              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
55983              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
55984      Branch: perl
55985            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
55986            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
55987            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
55988 ____________________________________________________________________________
55989 [  8125] By: jhi                                   on 2000/12/15  15:11:05
55990         Log: This seems to be a stage sane and stable enough to checkin.
55991              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
55992      Branch: perl
55993            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
55994            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
55995            ! t/op/cmp.t t/op/numconvert.t
55996 ____________________________________________________________________________
55997 [  8124] By: jhi                                   on 2000/12/15  04:20:26
55998         Log: Something is really wonky.
55999      Branch: perl
56000            ! sv.c
56001 ____________________________________________________________________________
56002 [  8123] By: jhi                                   on 2000/12/15  04:00:50
56003         Log: Fixes for the IV UV patches to compile in Digital UNIX.
56004      Branch: perl
56005            ! sv.c
56006 ____________________________________________________________________________
56007 [  8122] By: jhi                                   on 2000/12/15  02:53:40
56008         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
56009              From: "Craig A. Berry" <craigberry@mac.com>
56010              Date: Thu, 14 Dec 2000 19:10:49 -0600
56011              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
56012      Branch: perl
56013            ! vms/vms.c
56014 ____________________________________________________________________________
56015 [  8121] By: jhi                                   on 2000/12/15  02:50:00
56016         Log: Metaconfig changes for #8120.
56017      Branch: metaconfig
56018            + U/modified/d_strtoul.U
56019      Branch: metaconfig/U/perl
56020            ! d_strtoull.U d_strtouq.U
56021 ____________________________________________________________________________
56022 [  8120] By: jhi                                   on 2000/12/15  02:49:42
56023         Log: From: Nicholas Clark <nick@ccl4.org> 
56024              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
56025              Date: Thu, 14 Dec 2000 18:38:57 +0000
56026              Message-ID: <20001214183857.B97909@plum.flirble.org>
56027      Branch: perl
56028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56029            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
56030            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
56031            ! vos/config.ga.def vos/config.ga.h win32/config.bc
56032            ! win32/config.gc win32/config.vc
56033 ____________________________________________________________________________
56034 [  8119] By: jhi                                   on 2000/12/14  23:40:58
56035         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
56036              From: Nicholas Clark <nick@ccl4.org>
56037              Date: Wed, 13 Dec 2000 20:08:50 +0000
56038              Message-ID: <20001213200849.B71166@plum.flirble.org>
56039      Branch: perl
56040            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
56041            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
56042 ____________________________________________________________________________
56043 [  8118] By: jhi                                   on 2000/12/14  22:46:26
56044         Log: Integrate perlio.
56045      Branch: perl
56046           !> MANIFEST ext/Encode/compile makedef.pl
56047 ____________________________________________________________________________
56048 [  8117] By: nick                                  on 2000/12/14  22:38:53
56049         Log: Win32 tweaks to get Encode to build
56050              - temp hack to makedef.pl till PerlIO is properly "exported".
56051              - MSVC dislikes  
56052              static encpage_t foo[];
56053              so make 'em extern for now.
56054      Branch: perlio
56055            ! ext/Encode/compile makedef.pl
56056 ____________________________________________________________________________
56057 [  8116] By: nick                                  on 2000/12/14  22:00:53
56058         Log: Document the new files
56059      Branch: perlio
56060            ! MANIFEST
56061 ____________________________________________________________________________
56062 [  8115] By: jhi                                   on 2000/12/14  21:58:01
56063         Log: MANIFEST new files of #8114.
56064      Branch: perl
56065            ! MANIFEST
56066 ____________________________________________________________________________
56067 [  8114] By: jhi                                   on 2000/12/14  21:50:49
56068         Log: Integrate perlio.
56069      Branch: perl
56070           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
56071           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
56072           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
56073           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
56074           !> ext/Encode/Makefile.PL
56075 ____________________________________________________________________________
56076 [  8113] By: jhi                                   on 2000/12/14  21:48:49
56077         Log: The documentation part of the
56078              
56079              Subject: [ID 20001214.002] Net::Ping patch
56080              From: Jonathan Stowe <gellyfish@gellyfish.com>
56081              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
56082              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
56083              since the #7529 had already addressed the same problem.
56084      Branch: perl
56085            ! lib/Net/Ping.pm
56086 ____________________________________________________________________________
56087 [  8112] By: jhi                                   on 2000/12/14  21:42:57
56088         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
56089              From: Dominic Dunlop <domo@computer.org>
56090              Date: Tue, 12 Dec 2000 10:47:10 +0100
56091              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
56092              
56093              Document how elusive subroutines can be.
56094      Branch: perl
56095            ! pod/perlfunc.pod
56096 ____________________________________________________________________________
56097 [  8111] By: jhi                                   on 2000/12/14  21:38:05
56098         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
56099              From: Dominic Dunlop <domo@computer.org>
56100              Date: Thu, 14 Dec 2000 10:13:51 +0100
56101              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
56102      Branch: perl
56103            ! ext/POSIX/POSIX.pod
56104 ____________________________________________________________________________
56105 [  8110] By: jhi                                   on 2000/12/14  21:36:32
56106         Log: Subject: [patch] perlfaq7
56107              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
56108              Date: Thu, 14 Dec 2000 15:31:07 +0100
56109              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
56110      Branch: perl
56111            ! pod/perlfaq7.pod
56112 ____________________________________________________________________________
56113 [  8109] By: jhi                                   on 2000/12/14  21:29:20
56114         Log: Subject: [8104] Encode
56115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56116              Date: Thu, 14 Dec 2000 14:49:34 +0100
56117              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
56118              
56119              Type casting for nervous compilers.
56120      Branch: perl
56121            ! ext/Encode/Encode.xs
56122 ____________________________________________________________________________
56123 [  8108] By: jhi                                   on 2000/12/14  21:26:17
56124         Log: Subject: [8104] DB_File
56125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56126              Date: Thu, 14 Dec 2000 14:49:35 +0100
56127              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
56128              
56129              Type definition incorrect for DB 2.7.7.  Not known when it
56130              changed, so only changed it for a known revision.
56131      Branch: perl
56132            ! ext/DB_File/DB_File.xs
56133 ____________________________________________________________________________
56134 [  8107] By: jhi                                   on 2000/12/14  21:23:41
56135         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
56136              From: Peter Prymmer <pvhp@forte.com>
56137              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
56138              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
56139              
56140              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
56141      Branch: perl
56142            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
56143            ! ext/Encode/Encode/posix-bc.enc
56144 ____________________________________________________________________________
56145 [  8106] By: nick                                  on 2000/12/14  20:36:13
56146         Log: "Cold" build correction to Encode's Makefile.PL
56147      Branch: perlio
56148            ! ext/Encode/Makefile.PL
56149 ____________________________________________________________________________
56150 [  8105] By: nick                                  on 2000/12/14  20:09:37
56151         Log: "Compiled" encodings.
56152              Correct replacement character in EBCDIC .enc files
56153              Add 0x7F to ASCII repertoire.
56154      Branch: perlio
56155            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
56156            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
56157            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
56158            ! ext/Encode/Makefile.PL ext/Encode/compile
56159            ! ext/Encode/encengine.c ext/Encode/encode.h
56160 ____________________________________________________________________________
56161 [  8104] By: nick                                  on 2000/12/14  00:38:20
56162         Log: Integrate mainline
56163      Branch: perlio
56164           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
56165           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
56166           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
56167           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
56168           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
56169           !> t/lib/db-hash.t t/lib/db-recno.t
56170 ____________________________________________________________________________
56171 [  8103] By: nick                                  on 2000/12/13  23:16:13
56172         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
56173              so far and so it does not get lost.
56174      Branch: perlio
56175            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
56176 ____________________________________________________________________________
56177 [  8102] By: jhi                                   on 2000/12/13  17:14:22
56178         Log: Update Changes.
56179      Branch: perl
56180            ! Changes patchlevel.h
56181 ____________________________________________________________________________
56182 [  8101] By: jhi                                   on 2000/12/13  16:53:41
56183         Log: Move the proto of start_glob() to a better place; regen api files.
56184      Branch: perl
56185            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
56186 ____________________________________________________________________________
56187 [  8100] By: jhi                                   on 2000/12/13  16:47:11
56188         Log: Metaconfig change for #8099.
56189      Branch: metaconfig
56190            ! U/modified/Head.U
56191 ____________________________________________________________________________
56192 [  8099] By: jhi                                   on 2000/12/13  16:46:48
56193         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
56194              From: Andy Dougherty <doughera@lafayette.edu>
56195              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
56196              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
56197      Branch: perl
56198            ! Configure
56199 ____________________________________________________________________________
56200 [  8098] By: jhi                                   on 2000/12/13  16:39:02
56201         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
56202              From: rspier@pobox.com (Robert Spier)
56203              Date: Tue, 12 Dec 2000 21:12:39 -0500
56204              Message-ID: <14902.56087.678086.725773@rls.cx>
56205              
56206              fastgetcwd is defined using a glob alias on a $^O dependent basis -
56207              and there was no default assignment or perl subroutine.
56208      Branch: perl
56209            ! lib/Cwd.pm
56210 ____________________________________________________________________________
56211 [  8097] By: jhi                                   on 2000/12/13  16:16:01
56212         Log: Subject: [PATCH] move startglob out of pp_hot.c
56213              From: Nicholas Clark <nick@ccl4.org>
56214              Date: Mon, 11 Dec 2000 23:16:39 +0000
56215              Message-ID: <20001211231638.A55550@plum.flirble.org>
56216      Branch: perl
56217            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
56218 ____________________________________________________________________________
56219 [  8096] By: jhi                                   on 2000/12/13  15:26:23
56220         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
56221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56222              Date: Wed, 13 Dec 2000 14:01:37 +0100
56223              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
56224              
56225              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
56226              in turn requires libpthread in libswanted.
56227      Branch: perl
56228            ! hints/hpux.sh
56229 ____________________________________________________________________________
56230 [  8095] By: jhi                                   on 2000/12/12  19:51:05
56231         Log: The integration wars continue.
56232      Branch: perl
56233           !> sv.c
56234 ____________________________________________________________________________
56235 [  8094] By: jhi                                   on 2000/12/12  19:48:26
56236         Log: Subject: [PATCH perl@8070] DB_File-1.74  
56237              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
56238              Date: Mon, 11 Dec 2000 23:07:17 -0000
56239              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
56240      Branch: perl
56241            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56242            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
56243            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
56244            ! t/lib/db-recno.t
56245 ____________________________________________________________________________
56246 [  8093] By: nick                                  on 2000/12/12  19:42:13
56247         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
56248      Branch: perlio
56249            ! sv.c
56250           !> lib/File/DosGlob.pm
56251 ____________________________________________________________________________
56252 [  8092] By: jhi                                   on 2000/12/12  19:28:11
56253         Log: Integrate perlio.
56254      Branch: perl
56255           !> sv.c
56256 ____________________________________________________________________________
56257 [  8091] By: nick                                  on 2000/12/12  18:49:45
56258         Log: Fix for Tk, and upgrading shared SVs.
56259      Branch: perlio
56260            ! sv.c
56261 ____________________________________________________________________________
56262 [  8090] By: jhi                                   on 2000/12/12  16:48:59
56263         Log: Subject: [PATCH] Re: Breadperl & Tk
56264              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56265              Date: Tue, 12 Dec 2000 14:48:27 GMT
56266              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
56267      Branch: perl
56268            ! sv.c
56269 ____________________________________________________________________________
56270 [  8089] By: jhi                                   on 2000/12/12  03:37:19
56271         Log: Subject: DosGlob.pm diff for bash style brace expansion.
56272              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
56273              Date: Fri, 8 Dec 2000 10:45:30 -0600
56274              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
56275      Branch: perl
56276            ! lib/File/DosGlob.pm
56277 ____________________________________________________________________________
56278 [  8088] By: nick                                  on 2000/12/11  23:59:59
56279         Log: Integrate mainline
56280      Branch: perlio
56281           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
56282           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56283           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
56284           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
56285           !> t/op/local.t t/pragma/warn/toke toke.c
56286 ____________________________________________________________________________
56287 [  8087] By: jhi                                   on 2000/12/11  23:20:23
56288         Log: Integrate perlio.
56289      Branch: perl
56290           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
56291 ____________________________________________________________________________
56292 [  8086] By: jhi                                   on 2000/12/11  22:50:59
56293         Log: Tune further the OS detection of CGI.
56294      Branch: perl
56295            ! lib/CGI.pm
56296 ____________________________________________________________________________
56297 [  8085] By: nick                                  on 2000/12/11  22:50:46
56298         Log: Finish 1st pass of "encoding" layer e.g. :
56299              open($fh,"<encoding(iso8859-7)",$greek) || die;
56300      Branch: perlio
56301            ! ext/Encode/Encode.xs perlio.c perliol.h
56302 ____________________________________________________________________________
56303 [  8084] By: jhi                                   on 2000/12/11  22:32:06
56304         Log: Revert the -f ambiguousity patch, seems to cause
56305              too much hassle (the interpret -Q as a function
56306              where Q is not a known filetest part is left in).
56307      Branch: perl
56308            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
56309            ! toke.c
56310 ____________________________________________________________________________
56311 [  8083] By: jhi                                   on 2000/12/11  22:27:23
56312         Log: (accidentally empty check-in)
56313      Branch: perl
56314            ! lib/File/DosGlob.pm
56315 ____________________________________________________________________________
56316 [  8082] By: nick                                  on 2000/12/11  19:09:51
56317         Log: Restore mmap function (broken by tweaks to shared buffer
56318              layer for encode(xxxx)).
56319      Branch: perlio
56320            ! perlio.c
56321 ____________________________________________________________________________
56322 [  8081] By: jhi                                   on 2000/12/11  18:29:13
56323         Log: Subject: Re: The long awaited feature ...
56324              From: Simon Cozens <simon@cozens.net>
56325              Date: Mon, 11 Dec 2000 15:54:24 +0000
56326              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
56327              
56328              More io/utf8 tests.
56329      Branch: perl
56330            ! t/io/utf8.t
56331 ____________________________________________________________________________
56332 [  8080] By: jhi                                   on 2000/12/11  18:19:36
56333         Log: Subject: PATCH MakeMaker manpage clarification
56334              From: andreas.koenig@anima.de (Andreas J. Koenig)
56335              Date: 10 Dec 2000 20:46:13 +0100
56336              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
56337      Branch: perl
56338            ! lib/ExtUtils/MakeMaker.pm
56339 ____________________________________________________________________________
56340 [  8079] By: jhi                                   on 2000/12/11  15:35:07
56341         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
56342              From: Simon Cozens <simon@cozens.net>
56343              Date: Sun, 10 Dec 2000 19:06:19 +0000
56344              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
56345      Branch: perl
56346            ! ext/B/B/Deparse.pm t/lib/b.t
56347 ____________________________________________________________________________
56348 [  8078] By: jhi                                   on 2000/12/11  15:09:11
56349         Log: Subject: [PATCH] docs on NaN
56350              From: Nicholas Clark <nick@ccl4.org>
56351              Date: Mon, 11 Dec 2000 01:48:38 +0000
56352              Message-ID: <20001211014838.B99205@plum.flirble.org>
56353      Branch: perl
56354            ! pod/perlop.pod
56355 ____________________________________________________________________________
56356 [  8077] By: jhi                                   on 2000/12/11  15:02:21
56357         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
56358              From: Simon Cozens <simon@cozens.net>
56359              Date: Mon, 11 Dec 2000 01:21:45 +0000
56360              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
56361      Branch: perl
56362            ! pp.c pp_hot.c scope.c t/op/local.t
56363 ____________________________________________________________________________
56364 [  8076] By: nick                                  on 2000/12/10  20:43:32
56365         Log: Not merge worthy...
56366              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
56367              syntax is modelled on attributes.
56368              Untested fix for io/utf8 on Win32 etc.
56369              Very clumsy start to the encode layer.
56370      Branch: perlio
56371            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
56372 ____________________________________________________________________________
56373 [  8075] By: jhi                                   on 2000/12/10  18:39:33
56374         Log: Darwin is not Windows.
56375      Branch: perl
56376            ! lib/CGI.pm
56377 ____________________________________________________________________________
56378 [  8074] By: jhi                                   on 2000/12/10  18:31:27
56379         Log: Subject: Ambiguous -%c() resolved as a file test
56380              From: "Paul Marquess" <Paul.Marquess@openwave.com>
56381              Date: Sun, 10 Dec 2000 15:35:07 -0000
56382              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
56383      Branch: perl
56384            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56385 ____________________________________________________________________________
56386 [  8073] By: jhi                                   on 2000/12/10  18:16:29
56387         Log: Subject: PATCH installperl misinformed 
56388              From: andreas.koenig@anima.de (Andreas J. Koenig)
56389              Date: 10 Dec 2000 13:01:32 +0100 
56390              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
56391      Branch: perl
56392            ! installperl
56393 ____________________________________________________________________________
56394 [  8072] By: jhi                                   on 2000/12/10  18:07:55
56395         Log: The walkoptree confusion rages; walkoptree() seems to be coming
56396              from B.xs, while walkoptree_slow() comes from B.pm.
56397      Branch: perl
56398            ! ext/B/B.pm
56399 ____________________________________________________________________________
56400 [  8071] By: nick                                  on 2000/12/10  11:45:47
56401         Log: Integrate mainline
56402      Branch: perlio
56403           +> t/base/commonsense.t
56404           !> (integrate 37 files)
56405 ____________________________________________________________________________
56406 [  8070] By: jhi                                   on 2000/12/10  04:46:21
56407         Log: Update Changes.
56408      Branch: perl
56409            ! Changes patchlevel.h
56410 ____________________________________________________________________________
56411 [  8069] By: jhi                                   on 2000/12/10  04:39:19
56412         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
56413              From: andreas.koenig@anima.de (Andreas J. Koenig)
56414              Date: 09 Dec 2000 17:14:25 +0100
56415              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
56416      Branch: perl
56417            + t/base/commonsense.t
56418            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
56419 ____________________________________________________________________________
56420 [  8068] By: jhi                                   on 2000/12/10  04:17:36
56421         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
56422              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56423              Date: Sat, 9 Dec 2000 16:47:22 -0000
56424              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
56425      Branch: perl
56426            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
56427            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
56428            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
56429            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
56430            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
56431            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
56432            ! t/lib/sdbm.t
56433 ____________________________________________________________________________
56434 [  8067] By: jhi                                   on 2000/12/10  03:52:02
56435         Log: Test case for #8066.
56436      Branch: perl
56437            ! t/op/misc.t
56438 ____________________________________________________________________________
56439 [  8066] By: jhi                                   on 2000/12/10  03:50:30
56440         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
56441              From: Simon Cozens <simon@cozens.net>
56442              Date: Sun, 10 Dec 2000 00:55:37 +0000
56443              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
56444      Branch: perl
56445            ! pp_sys.c
56446 ____________________________________________________________________________
56447 [  8065] By: jhi                                   on 2000/12/10  03:44:52
56448         Log: Test case for #8064.
56449      Branch: perl
56450            ! t/comp/proto.t
56451 ____________________________________________________________________________
56452 [  8064] By: jhi                                   on 2000/12/10  03:42:32
56453         Log: Subject: Re: prototype of substr
56454              From: Simon Cozens <simon@cozens.net>
56455              Date: Sun, 10 Dec 2000 00:13:33 +0000
56456              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
56457              
56458              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
56459              In other words, make the returned prototypes for any function
56460              stop prepending the ';' optionality marker after the first one.
56461              If they start getting optional, all the rest are optional.
56462      Branch: perl
56463            ! pp.c
56464 ____________________________________________________________________________
56465 [  8063] By: jhi                                   on 2000/12/10  03:39:42
56466         Log: Subject: [PATCH] perlguts.pod
56467              From: Simon Cozens <simon@cozens.net>
56468              Date: Sun, 10 Dec 2000 00:06:47 +0000
56469              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
56470              
56471              Documentation of the different types of ops,
56472              plus the functions in dump.c
56473      Branch: perl
56474            ! pod/perlguts.pod
56475 ____________________________________________________________________________
56476 [  8062] By: jhi                                   on 2000/12/10  03:30:04
56477         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
56478              From: Nicholas Clark <nick@talking.bollo.cx>
56479              Date: Sat, 09 Dec 2000 18:57:25 +0000
56480              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
56481              
56482              Be more robust in weird hostname setups.
56483      Branch: perl
56484            ! t/lib/net-hostent.t
56485 ____________________________________________________________________________
56486 [  8061] By: jhi                                   on 2000/12/10  03:28:21
56487         Log: Pacify fussy compiler. 
56488      Branch: perl
56489            ! pp_sys.c
56490 ____________________________________________________________________________
56491 [  8060] By: jhi                                   on 2000/12/10  02:52:46
56492         Log: Integrate perlio.
56493      Branch: perl
56494           !> pp_sys.c t/io/utf8.t
56495 ____________________________________________________________________________
56496 [  8059] By: nick                                  on 2000/12/09  23:40:14
56497         Log: read/sysread/recv should now be utf8 aware.
56498              Basic test for utf8 read.
56499      Branch: perlio
56500            ! pp_sys.c t/io/utf8.t
56501 ____________________________________________________________________________
56502 [  8058] By: jhi                                   on 2000/12/09  21:56:02
56503         Log: Integrate perlio.
56504      Branch: perl
56505           +> t/io/utf8.t
56506           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
56507 ____________________________________________________________________________
56508 [  8057] By: jhi                                   on 2000/12/09  21:53:35
56509         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
56510              From: Inaba Hiroto <inaba@st.rim.or.jp>
56511              Date: Sun, 10 Dec 2000 05:53:21 +0900
56512              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
56513              
56514              Tests for #8056.
56515      Branch: perl
56516            ! t/op/each.t
56517 ____________________________________________________________________________
56518 [  8056] By: jhi                                   on 2000/12/09  21:51:16
56519         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
56520              From: Inaba Hiroto <inaba@st.rim.or.jp>
56521              Date: Sat, 09 Dec 2000 18:02:00 +0900
56522              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
56523              
56524              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
56525      Branch: perl
56526            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
56527 ____________________________________________________________________________
56528 [  8055] By: nick                                  on 2000/12/09  20:11:48
56529         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
56530              than raw PerlIO_write() - does not seem to break any tests.
56531      Branch: perlio
56532            ! pp_sys.c
56533 ____________________________________________________________________________
56534 [  8054] By: nick                                  on 2000/12/09  19:47:30
56535         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
56536              (sysread, recv and write i.e. formats still to do...)
56537              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
56538              open($fh,">:utf8","name")
56539              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
56540              so no extra overhead is involved.
56541              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
56542              to a non-utf8 stream.
56543              Add initial io/utf8.t
56544              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
56545              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
56546              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
56547      Branch: perlio
56548            + t/io/utf8.t
56549            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
56550 ____________________________________________________________________________
56551 [  8053] By: nick                                  on 2000/12/09  19:26:37
56552         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
56553              was only testing this_utf8.
56554      Branch: perlio
56555            ! toke.c
56556 ____________________________________________________________________________
56557 [  8052] By: nick                                  on 2000/12/09  19:09:41
56558         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
56559              i.e. the output string has one, but don't mess with source assumption.
56560      Branch: perlio
56561            ! toke.c
56562 ____________________________________________________________________________
56563 [  8051] By: jhi                                   on 2000/12/09  16:55:17
56564         Log: Integrate perlio.
56565      Branch: perl
56566           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
56567           !> sv.c thrdvar.h util.c
56568 ____________________________________________________________________________
56569 [  8050] By: jhi                                   on 2000/12/09  16:48:07
56570         Log: Nits noticed by Peter Prymmer.
56571      Branch: perl
56572            ! lib/ExtUtils/MM_VMS.pm
56573 ____________________________________________________________________________
56574 [  8049] By: nick                                  on 2000/12/09  13:49:40
56575         Log: UTF8 output prework.
56576              - Store $\ and $, as SVs so they can have SvUTF8 flag
56577              - use do_print() rather than raw PerlIO_write() to print them.
56578      Branch: perlio
56579            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
56580            ! thrdvar.h util.c
56581 ____________________________________________________________________________
56582 [  8048] By: nick                                  on 2000/12/09  12:30:43
56583         Log: Integrate mainline.
56584      Branch: perlio
56585           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
56586           +> t/op/reverse.t
56587           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
56588           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56589           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
56590           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
56591           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
56592           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
56593 ____________________________________________________________________________
56594 [  8047] By: jhi                                   on 2000/12/09  00:23:27
56595         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
56596              From: Michael G Schwern <schwern@pobox.com>
56597              Date: Fri, 8 Dec 2000 14:43:04 -0600
56598      Branch: perl
56599            ! lib/ExtUtils/MM_VMS.pm
56600 ____________________________________________________________________________
56601 [  8046] By: jhi                                   on 2000/12/08  23:10:27
56602         Log: A missed check-in.
56603      Branch: perl
56604            ! lib/ExtUtils/Manifest.pm
56605 ____________________________________________________________________________
56606 [  8045] By: jhi                                   on 2000/12/08  21:57:12
56607         Log: (null check-in)
56608      Branch: perl
56609            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
56610 ____________________________________________________________________________
56611 [  8044] By: jhi                                   on 2000/12/08  21:11:06
56612         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
56613              at the final draft stage.
56614      Branch: perl
56615            + ext/Encode/Encode/iso8859-16.enc
56616            ! MANIFEST
56617 ____________________________________________________________________________
56618 [  8043] By: jhi                                   on 2000/12/08  16:39:04
56619         Log: Update Changes.
56620      Branch: perl
56621            ! Changes patchlevel.h
56622 ____________________________________________________________________________
56623 [  8042] By: jhi                                   on 2000/12/08  16:33:39
56624         Log: Do not return the Unicode replacement character if UTF-8
56625              decoding goes awry, it should be up to the caller to decide.
56626      Branch: perl
56627            ! pod/perlapi.pod utf8.c
56628 ____________________________________________________________________________
56629 [  8041] By: jhi                                   on 2000/12/08  16:22:28
56630         Log: metaconfig maintenance.
56631      Branch: metaconfig
56632            ! U/modified/stdchar.U
56633      Branch: metaconfig/U/perl
56634            + testsyml.U
56635 ____________________________________________________________________________
56636 [  8040] By: jhi                                   on 2000/12/08  16:03:08
56637         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
56638              From: sthoenna@efn.org
56639              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
56640              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
56641      Branch: perl
56642            ! Changes lib/ExtUtils/MM_OS2.pm
56643 ____________________________________________________________________________
56644 [  8039] By: jhi                                   on 2000/12/08  15:57:11
56645         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
56646              From: Simon Cozens <simon@cozens.net>
56647              Date: Fri, 8 Dec 2000 13:33:31 +0000
56648              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
56649              
56650              (The pp_hot part needed a rewrite.)
56651      Branch: perl
56652            ! doop.c pp_hot.c utf8.c
56653 ____________________________________________________________________________
56654 [  8038] By: jhi                                   on 2000/12/08  15:25:08
56655         Log: Subject: djSP
56656              From: Michael Stevens <michael@etla.org>
56657              Date: Wed, 6 Dec 2000 23:24:01 +0000
56658              Message-ID: <20001206232400.A21381@firedrake.org>
56659              
56660              Plus a note from Nick Ing-Simmons.
56661      Branch: perl
56662            ! pp.h
56663 ____________________________________________________________________________
56664 [  8037] By: jhi                                   on 2000/12/08  15:18:35
56665         Log: Filetype is text.
56666      Branch: perl
56667            ! t/op/utf8decode.t
56668 ____________________________________________________________________________
56669 [  8036] By: jhi                                   on 2000/12/08  03:31:27
56670         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56671              From: Andy Dougherty <doughera@lafayette.edu>
56672              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
56673              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
56674              
56675              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56676              From: Andy Dougherty <doughera@lafayette.edu>
56677              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
56678              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
56679      Branch: perl
56680            + ext/POSIX/hints/svr4.pl
56681            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
56682 ____________________________________________________________________________
56683 [  8035] By: jhi                                   on 2000/12/08  03:26:01
56684         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
56685              From: Andy Dougherty <doughera@lafayette.edu>
56686              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
56687              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
56688      Branch: perl
56689            ! t/README t/base/term.t
56690 ____________________________________________________________________________
56691 [  8034] By: jhi                                   on 2000/12/08  03:21:59
56692         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
56693              From: mjd@plover.com  
56694              Date: 7 Dec 2000 21:04:20 -0000
56695              Message-ID: <20001207210420.22282.qmail@plover.com>
56696              
56697              Plus -z doc.
56698      Branch: perl
56699            ! pod/perlfunc.pod
56700 ____________________________________________________________________________
56701 [  8033] By: jhi                                   on 2000/12/08  03:19:03
56702         Log: Use the UTF8 macros a bit.  They can't be used with abandon
56703              everywhere because we do generate illegal UTF-8 in some situations.
56704              This is of course naughty.
56705      Branch: perl
56706            ! pod/perlapi.pod utf8.c utf8.h
56707 ____________________________________________________________________________
56708 [  8032] By: jhi                                   on 2000/12/08  03:00:09
56709         Log: Out of sync?
56710      Branch: perl
56711            ! t/pragma/warn/utf8
56712 ____________________________________________________________________________
56713 [  8031] By: jhi                                   on 2000/12/08  02:22:39
56714         Log: Cnt spl.
56715      Branch: perl
56716            ! MANIFEST
56717 ____________________________________________________________________________
56718 [  8030] By: jhi                                   on 2000/12/08  01:23:54
56719         Log: Add test for reverse().
56720      Branch: perl
56721            + t/op/reverse.t
56722            ! MANIFEST
56723 ____________________________________________________________________________
56724 [  8029] By: jhi                                   on 2000/12/08  01:21:47
56725         Log: Integrate perlio.
56726      Branch: perl
56727           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
56728           !> perlio.c perlio.h perlsdio.h warnings.pl
56729 ____________________________________________________________________________
56730 [  8028] By: jhi                                   on 2000/12/08  01:19:08
56731         Log: Introduce macros for UTF8 decoding.
56732      Branch: perl
56733            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
56734 ____________________________________________________________________________
56735 [  8027] By: nick                                  on 2000/12/07  22:18:19
56736         Log: Integrate mainline
56737      Branch: perlio
56738           !> embed.pl pod/perlapi.pod utf8.c
56739 ____________________________________________________________________________
56740 [  8026] By: nick                                  on 2000/12/07  21:45:08
56741         Log: Various oddities p4 diff -se showed up
56742              Remove 'our' from warnings.pl
56743      Branch: perlio
56744            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
56745 ____________________________________________________________________________
56746 [  8025] By: nick                                  on 2000/12/07  21:43:32
56747         Log: Change PerlIO_(get|set)pos to take SV *
56748              Should fix, OS/2, VMS, (sfio??)
56749      Branch: perlio
56750            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
56751 ____________________________________________________________________________
56752 [  8024] By: jhi                                   on 2000/12/07  19:05:32
56753         Log: Document utf8_to_uv() better.
56754      Branch: perl
56755            ! pod/perlapi.pod utf8.c
56756 ____________________________________________________________________________
56757 [  8023] By: jhi                                   on 2000/12/07  18:23:47
56758         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
56759      Branch: perl
56760            ! embed.pl pod/perlapi.pod utf8.c
56761 ____________________________________________________________________________
56762 [  8022] By: jhi                                   on 2000/12/07  04:13:51
56763         Log: Integrate perlio.
56764      Branch: perl
56765           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
56766           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
56767           !> win32/makefile.mk
56768 ____________________________________________________________________________
56769 [  8021] By: nick                                  on 2000/12/07  00:28:14
56770         Log: Various attempts at MSVC debug - not sure what has
56771              changed but works now. 
56772              Seems atexit() _may_ work for DLLs built with MSVC so don't
56773              call cleanup that way.
56774      Branch: perlio
56775            ! perlio.c win32/makefile.mk
56776 ____________________________________________________________________________
56777 [  8020] By: nick                                  on 2000/12/06  19:57:20
56778         Log: Integrate mainline
56779      Branch: perlio
56780           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
56781           !> (integrate 75 files)
56782 ____________________________________________________________________________
56783 [  8019] By: nick                                  on 2000/12/06  19:28:21
56784         Log: Add useperlio to config.vc
56785              Turn off binmode in config_H.PL
56786              Regen all the config_H.xx
56787              Attempt to get debugging build with MSVC.
56788      Branch: perlio
56789            ! win32/config.vc win32/config_H.bc win32/config_H.gc
56790            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
56791 ____________________________________________________________________________
56792 [  8018] By: nick                                  on 2000/12/06  19:21:57
56793         Log: Test various dup/external program options on all platforms.
56794      Branch: perlio
56795            ! t/io/dup.t
56796 ____________________________________________________________________________
56797 [  8017] By: nick                                  on 2000/12/06  19:20:47
56798         Log: Fix harness to be less picky
56799      Branch: perlio
56800            ! lib/Test/Harness.pm
56801 ____________________________________________________________________________
56802 [  8016] By: jhi                                   on 2000/12/06  16:45:12
56803         Log: Update Changes.
56804      Branch: perl
56805            ! Changes patchlevel.h
56806 ____________________________________________________________________________
56807 [  8015] By: jhi                                   on 2000/12/06  16:41:03
56808         Log: Test \x{...} with ord().
56809      Branch: perl
56810            ! t/op/ord.t
56811 ____________________________________________________________________________
56812 [  8014] By: jhi                                   on 2000/12/06  16:20:33
56813         Log: Test tweak because of #8013.
56814      Branch: perl
56815            ! t/lib/b.t
56816 ____________________________________________________________________________
56817 [  8013] By: jhi                                   on 2000/12/06  16:09:09
56818         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
56819              From: Michael G Schwern <schwern@pobox.com>
56820              Date: Tue, 5 Dec 2000 21:23:28 -0500
56821              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
56822              
56823              Carp::Heavy parts not very applicable because of recent changes.
56824      Branch: perl
56825            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
56826            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
56827            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
56828            ! lib/Exporter.pm lib/Exporter/Heavy.pm
56829            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
56830            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
56831            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
56832            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
56833            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
56834            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
56835            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
56836            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
56837            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
56838            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
56839            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
56840            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
56841            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
56842            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
56843            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
56844            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
56845            ! warnings.pl
56846 ____________________________________________________________________________
56847 [  8012] By: jhi                                   on 2000/12/06  15:22:38
56848         Log: Subject: [PATCH] Re: New harness is failing things
56849              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56850              Date: Wed, 6 Dec 2000 13:00:30 GMT
56851              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
56852      Branch: perl
56853            ! lib/Test/Harness.pm
56854 ____________________________________________________________________________
56855 [  8011] By: jhi                                   on 2000/12/06  15:12:08
56856         Log: Subject: installhtml changes
56857              From: Michael Stevens <michael@etla.org>
56858              Date: Wed, 6 Dec 2000 13:15:53 +0000
56859              Message-ID: <20001206131553.A27317@firedrake.org>
56860      Branch: perl
56861            ! installhtml
56862 ____________________________________________________________________________
56863 [  8010] By: jhi                                   on 2000/12/06  15:06:05
56864         Log: Subject: the dTHR hits
56865              From: Michael Stevens <michael@etla.org>
56866              Date: Wed, 6 Dec 2000 12:06:03 +0000
56867              Message-ID: <20001206120603.A24581@firedrake.org>
56868              
56869              More, errrm, less dTHRs.
56870      Branch: perl
56871            ! bytecode.pl ext/B/B/C.pm
56872 ____________________________________________________________________________
56873 [  8009] By: jhi                                   on 2000/12/06  15:04:25
56874         Log: Subject: MakeMaker mailing list gone?
56875              From: Michael G Schwern <schwern@pobox.com>
56876              Date: Tue, 5 Dec 2000 19:29:59 -0500
56877              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
56878              
56879              The MakeMaker mailing list is dead, perlbug is the right
56880              address to report bugs.
56881      Branch: perl
56882            ! lib/ExtUtils/MakeMaker.pm
56883 ____________________________________________________________________________
56884 [  8008] By: jhi                                   on 2000/12/06  15:00:32
56885         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
56886              From: Michael G Schwern <schwern@pobox.com>
56887              Date: Tue, 5 Dec 2000 19:21:21 -0500
56888              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
56889              
56890              Add a default MANIFEST skip that ignores things like
56891              version control files, editor temporary files, and the Makefile.
56892      Branch: perl
56893            + lib/ExtUtils/MANIFEST.SKIP
56894            ! MANIFEST lib/ExtUtils/Manifest.pm
56895 ____________________________________________________________________________
56896 [  8007] By: jhi                                   on 2000/12/06  14:57:20
56897         Log: In Amiga more manual hackery of the scripts seems to be needed,
56898              from Jan-Erik Karlsson.  Why Configure does not get this right
56899              is unknown, may be shell-induced.
56900      Branch: perl
56901            ! README.amiga
56902 ____________________________________________________________________________
56903 [  8006] By: jhi                                   on 2000/12/05  23:53:12
56904         Log: Add TOPm1s to peek at the second topmost stack item.
56905      Branch: perl
56906            ! pp.h
56907 ____________________________________________________________________________
56908 [  8005] By: jhi                                   on 2000/12/05  23:13:55
56909         Log: Avaunt, you foul UTF-8 tests.
56910      Branch: perl
56911            ! t/op/ver.t t/pragma/utf8.t
56912 ____________________________________________________________________________
56913 [  8004] By: jhi                                   on 2000/12/05  23:09:54
56914         Log: Continue utf8 dispersal. 
56915      Branch: perl
56916            + t/op/concat.t
56917            ! MANIFEST t/pragma/utf8.t
56918 ____________________________________________________________________________
56919 [  8003] By: nick                                  on 2000/12/05  23:02:39
56920         Log: Integrate mainline.
56921      Branch: perlio
56922           +> t/op/length.t t/op/utf8decode.t
56923           !> (integrate 69 files)
56924 ____________________________________________________________________________
56925 [  8002] By: jhi                                   on 2000/12/05  22:59:28
56926         Log: Integrate perlio.
56927      Branch: perl
56928           !> iperlsys.h perl.c perlio.c win32/perllib.c
56929 ____________________________________________________________________________
56930 [  8001] By: nick                                  on 2000/12/05  22:07:52
56931         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
56932              - calloc/free suffer from damage on TerminateThread()
56933              - use PerlMemShared (as originally planned) now fixed
56934              - avoid doing anything important on DLL "detach".
56935      Branch: perlio
56936            ! perl.c perlio.c win32/perllib.c
56937 ____________________________________________________________________________
56938 [  8000] By: nick                                  on 2000/12/05  21:05:09
56939         Log: Fix gross PerlMemShared issue.
56940      Branch: perlio
56941            ! iperlsys.h
56942 ____________________________________________________________________________
56943 [  7999] By: jhi                                   on 2000/12/05  20:46:58
56944         Log: Test for Unicode (UTF-8) hash keys.
56945      Branch: perl
56946            ! t/op/each.t
56947 ____________________________________________________________________________
56948 [  7998] By: jhi                                   on 2000/12/05  20:30:35
56949         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
56950              is now always UTF-8), empty line cosmetics.
56951      Branch: perl
56952            ! t/pragma/utf8.t
56953 ____________________________________________________________________________
56954 [  7997] By: jhi                                   on 2000/12/05  20:15:40
56955         Log: Subject: Re: STRLEN - what?
56956              From: Andy Dougherty <doughera@lafayette.edu>
56957              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
56958              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
56959              
56960              Explain STRLEN.
56961      Branch: perl
56962            ! pod/perlguts.pod
56963 ____________________________________________________________________________
56964 [  7996] By: jhi                                   on 2000/12/05  20:13:34
56965         Log: Split off the UTF-8 decoder tests, make them to check also
56966              the error message.
56967      Branch: perl
56968            + t/op/utf8decode.t
56969            ! MANIFEST t/pragma/utf8.t utf8.c
56970 ____________________________________________________________________________
56971 [  7995] By: jhi                                   on 2000/12/05  16:39:47
56972         Log: Start migrating bits of pragma/utf8 to elsewhere
56973              (since the long term plan is to obsolete 'use utf8').
56974      Branch: perl
56975            + t/op/length.t
56976            ! MANIFEST t/pragma/utf8.t
56977 ____________________________________________________________________________
56978 [  7994] By: jhi                                   on 2000/12/05  16:30:21
56979         Log: Fix a manual edit typo from #7993, fix the message formatting
56980              for Unicode, add few our declarations.
56981      Branch: perl
56982            ! lib/Carp/Heavy.pm
56983 ____________________________________________________________________________
56984 [  7993] By: jhi                                   on 2000/12/05  16:09:15
56985         Log: Subject: Need help with warnings :-(
56986              From: "Ben Tilly" <ben_tilly@hotmail.com>
56987              Date: Tue, 05 Dec 2000 01:35:54 -0500
56988              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
56989              
56990              Subject: UPDATE: Carp/Heavy now passes all tests
56991              From: "Ben Tilly" <ben_tilly@hotmail.com>
56992              Date: Tue, 05 Dec 2000 07:59:41 -0500
56993              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
56994              
56995              The Brave New Carp.
56996      Branch: perl
56997            ! lib/Carp.pm lib/Carp/Heavy.pm
56998 ____________________________________________________________________________
56999 [  7992] By: jhi                                   on 2000/12/05  15:55:08
57000         Log: Subject: [PATCH perl@7979] cygwin port
57001              From: "Eric Fifer" <efifer@dircon.co.uk>
57002              Date: Tue, 5 Dec 2000 14:04:09 -0000
57003              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
57004      Branch: perl
57005            ! t/lib/net-hostent.t
57006 ____________________________________________________________________________
57007 [  7991] By: jhi                                   on 2000/12/05  15:52:34
57008         Log: Subject: Re: [PATCH] The largest hoax of all times?
57009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57010              Date: Tue, 5 Dec 2000 00:40:25 -0500
57011              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
57012              
57013              Subject: Re: [PATCH] The largest hoax of all times?
57014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57015              Date: Mon, 4 Dec 2000 23:55:53 -0500
57016              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
57017              
57018              Subject: Re: [PATCH] The largest hoax of all times?
57019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57020              Date: Tue, 5 Dec 2000 01:28:45 -0500
57021              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
57022              
57023              Fix the unpredictable order of DESTROYs.
57024      Branch: perl
57025            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
57026            ! sv.c sv.h t/op/ref.t
57027 ____________________________________________________________________________
57028 [  7990] By: jhi                                   on 2000/12/05  14:38:53
57029         Log: Subject: [PATCH] shrink pp_hot fractionally
57030              From: Nicholas Clark <nick@ccl4.org>
57031              Date: Tue, 5 Dec 2000 12:44:31 +0000
57032              Message-ID: <20001205124431.E74518@plum.flirble.org>
57033              
57034              Use report_evil_fh().
57035      Branch: perl
57036            ! opcode.pl opnames.h pp_hot.c util.c
57037 ____________________________________________________________________________
57038 [  7989] By: jhi                                   on 2000/12/05  14:21:27
57039         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
57040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57041              Date: Mon, 04 Dec 2000 22:21:59 -0800
57042              Message-ID: <HmIL6gzkgepS092yn@efn.org>
57043              
57044              Harness shouldn't ignore responses like "ok 3\r\r\n".
57045      Branch: perl
57046            ! lib/Test/Harness.pm
57047 ____________________________________________________________________________
57048 [  7988] By: jhi                                   on 2000/12/05  13:51:28
57049         Log: Integrate the "skip" messages to explain().
57050      Branch: perl
57051            ! t/lib/syslfs.t t/op/lfs.t
57052 ____________________________________________________________________________
57053 [  7987] By: jhi                                   on 2000/12/05  12:34:54
57054         Log: The one that got away in #7984.
57055              
57056              Subject: Re: dTHR - what and why?
57057              From: Michael Stevens <michael@etla.org> 
57058              Date: Tue, 5 Dec 2000 11:15:52 +0000
57059              Message-ID: <20001205111552.A4647@firedrake.org>
57060      Branch: perl
57061            ! sv.h
57062 ____________________________________________________________________________
57063 [  7986] By: gsar                                  on 2000/12/05  09:14:44
57064         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
57065              due to the notorious GetFileType() bug in Windows 9x, which fstat()
57066              tickles)
57067      Branch: perl
57068            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
57069 ____________________________________________________________________________
57070 [  7985] By: jhi                                   on 2000/12/05  05:49:03
57071         Log: Integrate perlio.
57072      Branch: perl
57073           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
57074           !> win32/perlhost.h win32/perllib.c
57075 ____________________________________________________________________________
57076 [  7984] By: jhi                                   on 2000/12/05  05:48:16
57077         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
57078      Branch: perl
57079            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
57080            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
57081            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
57082            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
57083            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
57084            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
57085            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
57086            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
57087            ! win32/win32.c
57088 ____________________________________________________________________________
57089 [  7983] By: nick                                  on 2000/12/04  23:27:43
57090         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
57091      Branch: perlio
57092            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
57093            ! win32/perlhost.h win32/perllib.c
57094 ____________________________________________________________________________
57095 [  7982] By: jhi                                   on 2000/12/04  19:44:09
57096         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
57097              uncovered by #7980.
57098      Branch: perl
57099            ! op.c
57100 ____________________________________________________________________________
57101 [  7981] By: jhi                                   on 2000/12/04  19:42:07
57102         Log: Subject: [PATCH] Trivial dump.c feature
57103              From: Simon Cozens <simon@cozens.net>
57104              Date: Mon, 4 Dec 2000 18:08:38 +0000
57105              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
57106              
57107              Show whether a constant is UTF-8.
57108      Branch: perl
57109            ! dump.c
57110 ____________________________________________________________________________
57111 [  7980] By: jhi                                   on 2000/12/04  19:36:51
57112         Log: UTF-8 hash keys, patch from Inaba Hiroto.
57113      Branch: perl
57114            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
57115 ____________________________________________________________________________
57116 [  7979] By: jhi                                   on 2000/12/04  17:36:28
57117         Log: Update Changes.
57118      Branch: perl
57119            ! Changes patchlevel.h
57120 ____________________________________________________________________________
57121 [  7978] By: jhi                                   on 2000/12/04  16:42:17
57122         Log: Retract #7977, still too volatile (the euphemism of the day
57123              for unfinished and buggy :-)
57124      Branch: perl
57125            ! doop.c hv.c pp.c sv.h
57126 ____________________________________________________________________________
57127 [  7977] By: jhi                                   on 2000/12/04  16:25:15
57128         Log: (Retracted by #7978, too shaky yet.)
57129              
57130              Subject: Re: utf8 in hash keys, implementor missing
57131              From: Simon Cozens <simon@cozens.net>
57132              Date: Sat, 2 Dec 2000 19:49:35 +0000
57133              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
57134              
57135              The first step at UTF-8 hash keys.
57136      Branch: perl
57137            ! doop.c hv.c pp.c sv.h
57138 ____________________________________________________________________________
57139 [  7976] By: jhi                                   on 2000/12/04  16:13:53
57140         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
57141              From: sthoenna@efn.org
57142              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
57143              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
57144      Branch: perl
57145            ! os2/os2.c perlio.c
57146 ____________________________________________________________________________
57147 [  7975] By: jhi                                   on 2000/12/04  16:05:25
57148         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
57149              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57150              Date: Thu, 30 Nov 2000 20:50:37 -0800
57151              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
57152      Branch: perl
57153            ! os2/os2.c
57154 ____________________________________________________________________________
57155 [  7974] By: jhi                                   on 2000/12/04  16:03:57
57156         Log: Subject: [PATCH] ++ 20% faster
57157              From: Nicholas Clark <nick@ccl4.org>
57158              Date: Mon, 4 Dec 2000 12:17:27 +0000
57159              Message-ID: <20001204121726.B52976@plum.flirble.org>
57160              
57161              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
57162      Branch: perl
57163            ! sv.c
57164 ____________________________________________________________________________
57165 [  7973] By: jhi                                   on 2000/12/04  16:00:48
57166         Log: 
57167              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
57168              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57169              Date: Mon, 04 Dec 2000 12:30:45 +0100
57170              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
57171              
57172              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
57173              library (getprotobyname and getprotobynumber are outversioned by
57174              the same calls in libc, at least for xlc version 3.
57175      Branch: perl
57176            ! hints/aix.sh
57177 ____________________________________________________________________________
57178 [  7972] By: jhi                                   on 2000/12/04  02:58:31
57179         Log: Integrate perlio.
57180      Branch: perl
57181           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
57182           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
57183           !> win32/win32.h win32/win32iop.h win32/win32thread.h
57184 ____________________________________________________________________________
57185 [  7971] By: nick                                  on 2000/12/04  00:24:33
57186         Log: Quieten some noise in Win32 builds:
57187              - win32.h is included after <sys/socket.h>, so need to 
57188              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
57189              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
57190      Branch: perlio
57191            ! doio.c perl.h toke.c win32/win32.h
57192 ____________________________________________________________________________
57193 [  7970] By: nick                                  on 2000/12/03  22:57:46
57194         Log: PERL_IMPLICIT_SYS compiles but does not work.
57195      Branch: perlio
57196            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
57197            ! win32/perlhost.h win32/perllib.c win32/win32.h
57198            ! win32/win32iop.h win32/win32thread.h
57199 ____________________________________________________________________________
57200 [  7969] By: jhi                                   on 2000/12/03  22:12:58
57201         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
57202              used to swash_init(), makes regprop() dumps more informative
57203              (+utf8::IsAlpha, -utf8::IsDigit, for example).
57204      Branch: perl
57205            ! regcomp.c regexec.c
57206 ____________________________________________________________________________
57207 [  7968] By: jhi                                   on 2000/12/03  21:39:56
57208         Log: Implement ANYOFUTF8 regprop() dumping.
57209      Branch: perl
57210            ! regcomp.c
57211 ____________________________________________________________________________
57212 [  7967] By: jhi                                   on 2000/12/03  20:57:19
57213         Log: Make uv_to_utf8() to zero-terminate its output buffer,
57214              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
57215      Branch: perl
57216            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
57217 ____________________________________________________________________________
57218 [  7966] By: nick                                  on 2000/12/03  18:41:21
57219         Log: Integrate mainline (STDCHAR)
57220      Branch: perlio
57221           !> Configure t/pragma/utf8.t
57222 ____________________________________________________________________________
57223 [  7965] By: jhi                                   on 2000/12/03  17:58:20
57224         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
57225      Branch: perl
57226            ! t/pragma/utf8.t
57227 ____________________________________________________________________________
57228 [  7964] By: jhi                                   on 2000/12/03  17:35:56
57229         Log: Integrate perlio.
57230      Branch: perl
57231           !> iperlsys.h perlio.c
57232 ____________________________________________________________________________
57233 [  7963] By: jhi                                   on 2000/12/03  17:33:55
57234         Log: Metaconfig unit change for #7962.
57235      Branch: metaconfig
57236            ! U/modified/stdchar.U
57237 ____________________________________________________________________________
57238 [  7962] By: jhi                                   on 2000/12/03  17:33:27
57239         Log: Untangle the <stdio.h> #include nest for the stdchar test,
57240              from Andy Dougherty.
57241      Branch: perl
57242            ! Configure
57243 ____________________________________________________________________________
57244 [  7961] By: nick                                  on 2000/12/03  16:53:00
57245         Log: Make iperlsys.h vector stdio not PerlIO.
57246      Branch: perlio
57247            ! iperlsys.h perlio.c
57248 ____________________________________________________________________________
57249 [  7960] By: nick                                  on 2000/12/03  14:43:01
57250         Log: Integrate mainline
57251      Branch: perlio
57252           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
57253           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
57254 ____________________________________________________________________________
57255 [  7959] By: jhi                                   on 2000/12/03  08:16:36
57256         Log: Use DO_UTF8().
57257      Branch: perl
57258            ! op.c
57259 ____________________________________________________________________________
57260 [  7958] By: jhi                                   on 2000/12/02  18:33:05
57261         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
57262              From: Mike Guy <mjtg@cam.ac.uk>         
57263              Date: Sat, 02 Dec 2000 17:27:13 +0000
57264              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
57265              
57266              An extraneous argument.
57267      Branch: perl
57268            ! toke.c
57269 ____________________________________________________________________________
57270 [  7957] By: jhi                                   on 2000/12/02  18:22:32
57271         Log: A missing hunk.
57272      Branch: perl
57273            ! t/lib/net-hostent.t
57274 ____________________________________________________________________________
57275 [  7956] By: jhi                                   on 2000/12/02  18:06:20
57276         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
57277              From: Nicholas Clark <nick@ccl4.org>
57278              Date: Sat, 2 Dec 2000 14:28:27 +0000
57279              Message-ID: <20001202142827.A12308@plum.flirble.org>
57280              
57281              Test robustness.
57282      Branch: perl
57283            ! t/lib/net-hostent.t
57284 ____________________________________________________________________________
57285 [  7955] By: jhi                                   on 2000/12/02  17:58:06
57286         Log: Metaconfig unit change for #7954.
57287      Branch: metaconfig
57288            ! U/modified/stdchar.U
57289 ____________________________________________________________________________
57290 [  7954] By: jhi                                   on 2000/12/02  17:54:32
57291         Log: An inconvenient hang would happen if the stdio _ptr wasn't
57292              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
57293              would be grepping stdin for all eternity for the _ptr.)
57294      Branch: perl
57295            ! Configure
57296 ____________________________________________________________________________
57297 [  7953] By: jhi                                   on 2000/12/02  00:07:15
57298         Log: Update Changes.
57299      Branch: perl
57300            ! Changes patchlevel.h
57301 ____________________________________________________________________________
57302 [  7952] By: jhi                                   on 2000/12/01  23:54:47
57303         Log: Subject: Re: long shell lines
57304              From: Andy Dougherty <doughera@lafayette.edu>
57305              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
57306              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
57307              
57308              Split overly long shell command lines.
57309      Branch: perl
57310            ! lib/ExtUtils/MM_Unix.pm
57311 ____________________________________________________________________________
57312 [  7951] By: jhi                                   on 2000/12/01  23:48:02
57313         Log: The metaconfig unit change for #7950.
57314      Branch: metaconfig
57315            + U/modified/stdchar.U
57316 ____________________________________________________________________________
57317 [  7950] By: jhi                                   on 2000/12/01  23:47:39
57318         Log: Try to find stdchar also from <stdio_impl.h>.
57319      Branch: perl
57320            ! Configure config_h.SH
57321 ____________________________________________________________________________
57322 [  7949] By: jhi                                   on 2000/12/01  23:46:45
57323         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
57324              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57325              Date: Fri, 1 Dec 2000 16:26:08 -0500
57326              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
57327              
57328              Reword the diagnostic message.
57329      Branch: perl
57330            ! pod/perldiag.pod
57331 ____________________________________________________________________________
57332 [  7948] By: nick                                  on 2000/12/01  22:49:43
57333         Log: Integrate mainline (for s/y/m as sub names stuff).
57334      Branch: perlio
57335           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
57336           !> t/pragma/warn/toke toke.c
57337 ____________________________________________________________________________
57338 [  7947] By: jhi                                   on 2000/12/01  20:55:41
57339         Log: Integrate perlio.
57340      Branch: perl
57341           !> perlio.c perliol.h t/io/pipe.t
57342 ____________________________________________________________________________
57343 [  7946] By: jhi                                   on 2000/12/01  20:36:51
57344         Log: Upgrade to CPAN 1.59_51, from Andreas König.
57345      Branch: perl
57346            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57347 ____________________________________________________________________________
57348 [  7945] By: nick                                  on 2000/12/01  20:31:32
57349         Log: Integrate mainline
57350      Branch: perlio
57351           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
57352           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
57353           +> t/lib/net-hostent.t
57354           !> (integrate 35 files)
57355 ____________________________________________________________________________
57356 [  7944] By: jhi                                   on 2000/12/01  20:23:29
57357         Log: Some help for 20001130.011.  Now one gets warnings like
57358              "Ambiguous -f() resolved as a file test ..."
57359      Branch: perl
57360            ! pod/perldiag.pod t/pragma/warn/toke toke.c
57361 ____________________________________________________________________________
57362 [  7943] By: jhi                                   on 2000/12/01  19:44:44
57363         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
57364              that also breaks using them as methods. 
57365      Branch: perl
57366            ! pod/perldiag.pod t/op/misc.t toke.c
57367 ____________________________________________________________________________
57368 [  7942] By: nick                                  on 2000/12/01  17:56:46
57369         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
57370              Make 'unix' pass most tests
57371              - do unread by temporary push of layer ("pending") holding unread chars
57372              - fast_gets is now based on per-handle flag
57373              - relax one of io/pipe.t tests to allow print to fail and close to
57374              succeed so that it passes on unbuffered "unix" layer.
57375              Remaining fail is sporadic and a genuine race condition between
57376              parent/child in fork test.
57377      Branch: perlio
57378            ! perlio.c perliol.h t/io/pipe.t
57379 ____________________________________________________________________________
57380 [  7941] By: jhi                                   on 2000/12/01  15:28:58
57381         Log: (Retracted by #7943.)
57382              
57383              Reserve the short named string operator names.
57384      Branch: perl
57385            ! pod/perldiag.pod t/op/misc.t toke.c
57386 ____________________________________________________________________________
57387 [  7940] By: jhi                                   on 2000/12/01  06:45:53
57388         Log: Get the three different space character classes right under utf8.
57389      Branch: perl
57390            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
57391            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
57392            ! regexec.c t/op/pat.t utf8.c
57393 ____________________________________________________________________________
57394 [  7939] By: jhi                                   on 2000/12/01  03:26:26
57395         Log: Two more tests that make no sense in UTF-8 since the test
57396              data is not in UTF-8.
57397      Branch: perl
57398            ! t/op/regexp.t
57399 ____________________________________________________________________________
57400 [  7938] By: jhi                                   on 2000/12/01  03:20:39
57401         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
57402              should it be required inside regexen?
57403      Branch: perl
57404            ! regcomp.c t/op/regmesg.t
57405 ____________________________________________________________________________
57406 [  7937] By: jhi                                   on 2000/12/01  02:58:53
57407         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
57408              stored and restored, and thusly was trounced by the utf8 swash
57409              routines.
57410      Branch: perl
57411            ! regcomp.c
57412 ____________________________________________________________________________
57413 [  7936] By: jhi                                   on 2000/11/30  20:41:39
57414         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
57415              Why the different platforms behave so differently (core dump vs
57416              no core dump) on this bug is a but of a mystery, but if I had to
57417              guess I would mumble something like 'alignment'.
57418      Branch: perl
57419            ! sv.c
57420 ____________________________________________________________________________
57421 [  7935] By: jhi                                   on 2000/11/30  16:17:02
57422         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
57423              From: Robin Barker <rmb1@cise.npl.co.uk>
57424              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
57425              Date: Thu, 30 Nov 2000 14:27:12 GMT
57426      Branch: perl
57427            ! perlio.c toke.c
57428 ____________________________________________________________________________
57429 [  7934] By: jhi                                   on 2000/11/30  16:04:49
57430         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
57431      Branch: perl
57432            ! t/lib/net-hostent.t
57433 ____________________________________________________________________________
57434 [  7933] By: jhi                                   on 2000/11/30  06:07:26
57435         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
57436              From: Peter Prymmer <pvhp@forte.com>
57437              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
57438              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
57439              
57440              In VMS the localhost may be LOCALHOST.
57441      Branch: perl
57442            ! t/lib/net-hostent.t
57443 ____________________________________________________________________________
57444 [  7932] By: jhi                                   on 2000/11/30  01:11:11
57445         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
57446              From: Peter Prymmer <pvhp@forte.com>
57447              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
57448              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
57449              
57450              plus regen perlapi.pod.
57451      Branch: perl
57452            ! pod/perlapi.pod utf8.c
57453 ____________________________________________________________________________
57454 [  7931] By: jhi                                   on 2000/11/30  01:06:19
57455         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
57456              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57457              Date:     Wed, 29 Nov 2000 17:15:11 EST
57458              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
57459      Branch: perl
57460            ! t/lib/filter-util.pl t/lib/filter-util.t
57461 ____________________________________________________________________________
57462 [  7930] By: jhi                                   on 2000/11/29  18:51:55
57463         Log: Update Changes.
57464      Branch: perl
57465            ! Changes patchlevel.h
57466 ____________________________________________________________________________
57467 [  7929] By: jhi                                   on 2000/11/29  18:50:55
57468         Log: Update the va_copy() metaconfig unit.
57469      Branch: metaconfig/U/perl
57470            ! need_va_copy.U
57471 ____________________________________________________________________________
57472 [  7928] By: jhi                                   on 2000/11/29  17:50:43
57473         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
57474              From: Dominic Dunlop <domo@computer.org>
57475              Date: Tue, 28 Nov 2000 16:41:57 +0100
57476              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
57477              
57478              Patch to catch a core dump in the Configure va_copy test.
57479      Branch: perl
57480            ! Configure config_h.SH
57481 ____________________________________________________________________________
57482 [  7927] By: jhi                                   on 2000/11/29  17:31:59
57483         Log: Retract #7921, the patch shouldn't be needed.
57484      Branch: perl
57485            ! sv.c
57486 ____________________________________________________________________________
57487 [  7926] By: jhi                                   on 2000/11/29  17:01:41
57488         Log: Make the Class::Struct import() wiser.
57489      Branch: perl
57490            ! lib/Class/Struct.pm t/lib/class-struct.t
57491 ____________________________________________________________________________
57492 [  7925] By: jhi                                   on 2000/11/29  16:36:33
57493         Log: All the core library users of Class::Struct seem to be
57494              using "use Class::Struct 'struct';" instead of the bare
57495              "use Class::Struct;", which isn't documented in Class::Struct.
57496              This can't be right.
57497      Branch: perl
57498            ! lib/File/stat.pm
57499 ____________________________________________________________________________
57500 [  7924] By: jhi                                   on 2000/11/29  16:32:15
57501         Log: A test works better if it has the right 1..$n output.
57502      Branch: perl
57503            ! t/lib/class-struct.t
57504 ____________________________________________________________________________
57505 [  7923] By: jhi                                   on 2000/11/29  16:29:11
57506         Log: Forgot to MANIFEST the new Net::hostent test.
57507      Branch: perl
57508            ! MANIFEST
57509 ____________________________________________________________________________
57510 [  7922] By: jhi                                   on 2000/11/29  16:27:49
57511         Log: Integrate perlio.
57512      Branch: perl
57513           !> iperlsys.h perlio.c
57514 ____________________________________________________________________________
57515 [  7921] By: jhi                                   on 2000/11/29  16:27:10
57516         Log: (Retracted by #7927.)
57517              
57518              Subject: [PATCH] Is infinity a number?
57519              From: Simon Cozens <simon@cozens.net>
57520              Date: Wed, 29 Nov 2000 14:48:20 +0000
57521              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
57522      Branch: perl
57523            ! sv.c
57524 ____________________________________________________________________________
57525 [  7920] By: jhi                                   on 2000/11/29  16:23:02
57526         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
57527              From: rspier@pobox.com (Robert Spier)
57528              Date: Wed, 29 Nov 2000 02:17:49 -0500
57529              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
57530              
57531              Add a test for Net::hostent.
57532      Branch: perl
57533            + t/lib/net-hostent.t
57534 ____________________________________________________________________________
57535 [  7919] By: jhi                                   on 2000/11/29  16:21:31
57536         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
57537              add a test for Class::Struct.
57538      Branch: perl
57539            + t/lib/class-struct.t
57540            ! MANIFEST lib/Class/Struct.pm
57541 ____________________________________________________________________________
57542 [  7918] By: jhi                                   on 2000/11/29  15:48:40
57543         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
57544              From: rspier@pobox.com (Robert Spier)
57545              Date: Wed, 29 Nov 2000 02:25:39 -0500
57546              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
57547              
57548              More checking in case someone has broken their services or
57549              protocol databases.
57550      Branch: perl
57551            ! ext/Sys/Syslog/Syslog.pm
57552 ____________________________________________________________________________
57553 [  7917] By: jhi                                   on 2000/11/29  15:46:25
57554         Log: Subject: [PATCH] $^O  win32 -> MSWin32
57555              From: rspier@pobox.com (Robert Spier)
57556              Date: Wed, 29 Nov 2000 02:17:38 -0500
57557              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
57558              
57559              plus similar nits for vms, err, VMS, and UNICOS.
57560      Branch: perl
57561            ! t/lib/syslfs.t t/op/lfs.t
57562 ____________________________________________________________________________
57563 [  7916] By: jhi                                   on 2000/11/29  15:42:51
57564         Log: Subject: [PATCH] Tokeniser debugging
57565              From: Simon Cozens <simon@cozens.net>
57566              Date: Wed, 29 Nov 2000 14:15:45 +0000
57567              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
57568      Branch: perl
57569            ! perl.c perl.h pod/perlrun.pod toke.c
57570 ____________________________________________________________________________
57571 [  7915] By: jhi                                   on 2000/11/29  15:41:36
57572         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57574              Date: Wed, 29 Nov 2000 02:13:14 -0500
57575              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
57576              
57577              OUT keyword nits.
57578              
57579              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57581              Date: Wed, 29 Nov 2000 03:09:04 -0500
57582              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
57583              
57584              OUT and IN_OUT documentation.
57585      Branch: perl
57586            ! lib/ExtUtils/xsubpp pod/perlxs.pod
57587 ____________________________________________________________________________
57588 [  7914] By: jhi                                   on 2000/11/29  03:35:01
57589         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
57590              From: John Tobey <jtobey@john-edwin-tobey.org>
57591              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
57592              Message-Id: <m140e1N-000FOoC@feynman.localnet>
57593              
57594              plus a performance speedup noticed by Sarathy.
57595      Branch: perl
57596            ! op.c
57597 ____________________________________________________________________________
57598 [  7913] By: jhi                                   on 2000/11/29  03:16:59
57599         Log: Use "1 while unlink" so that VMS gets clean, too.
57600      Branch: perl
57601            ! t/lib/filter-util.t
57602 ____________________________________________________________________________
57603 [  7912] By: jhi                                   on 2000/11/29  03:09:08
57604         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
57605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57606              Date: Tue, 28 Nov 2000 03:27:09 -0500
57607              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
57608      Branch: perl
57609            ! lib/ExtUtils/xsubpp
57610 ____________________________________________________________________________
57611 [  7911] By: jhi                                   on 2000/11/29  03:06:30
57612         Log: This should have been part of #7872: no need to scan UTF-8
57613              until eternity.
57614      Branch: perl
57615            ! utf8.c
57616 ____________________________________________________________________________
57617 [  7910] By: jhi                                   on 2000/11/29  02:50:04
57618         Log: One more perltie.pod nit from Casey R. Tweten.
57619      Branch: perl
57620            ! pod/perltie.pod
57621 ____________________________________________________________________________
57622 [  7909] By: jhi                                   on 2000/11/29  02:44:23
57623         Log: Document the known sprintf test failures, exact standard
57624              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
57625      Branch: perl
57626            ! pod/perldelta.pod t/op/sprintf.t
57627 ____________________________________________________________________________
57628 [  7908] By: jhi                                   on 2000/11/29  02:36:23
57629         Log: Add the Encoding table format documentation.
57630      Branch: perl
57631            + ext/Encode/Encode/EncodeFormat.pod
57632            ! MANIFEST
57633 ____________________________________________________________________________
57634 [  7907] By: jhi                                   on 2000/11/29  02:07:24
57635         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
57636              From: "Casey R. Tweten" <crt@kiski.net>
57637              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
57638              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
57639              
57640              Subject: Re: [PATCH] Updating perltie.pod for arrays
57641              From: "Casey R. Tweten" <crt@kiski.net>
57642              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
57643              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
57644      Branch: perl
57645            ! pod/perltie.pod
57646 ____________________________________________________________________________
57647 [  7906] By: nick                                  on 2000/11/28  22:40:59
57648         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
57649      Branch: perlio
57650            ! iperlsys.h perlio.c
57651 ____________________________________________________________________________
57652 [  7905] By: nick                                  on 2000/11/28  22:04:34
57653         Log: Integrate mainline
57654      Branch: perlio
57655           !> (integrate 39 files)
57656 ____________________________________________________________________________
57657 [  7904] By: jhi                                   on 2000/11/28  16:44:43
57658         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
57659              From: Nicholas Clark <nick@babyhippo.co.uk>
57660              Date: Tue, 28 Nov 2000 11:16:57 +0000
57661              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
57662      Branch: perl
57663            ! pod/perlipc.pod
57664 ____________________________________________________________________________
57665 [  7903] By: jhi                                   on 2000/11/28  16:40:31
57666         Log: Subject: [PATCH] Updating perltie.pod for arrays
57667              From: "Casey R. Tweten" <crt@kiski.net>
57668              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
57669              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
57670      Branch: perl
57671            ! pod/perltie.pod
57672 ____________________________________________________________________________
57673 [  7902] By: jhi                                   on 2000/11/28  16:39:37
57674         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
57675              From: Robin Barker <rmb1@cise.npl.co.uk>
57676              Date: Mon, 27 Nov 2000 17:56:44 GMT
57677              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
57678      Branch: perl
57679            ! pod/perlfunc.pod t/op/split.t
57680 ____________________________________________________________________________
57681 [  7901] By: jhi                                   on 2000/11/28  16:28:04
57682         Log: setmode() is a DOSish-only thing.
57683      Branch: perl
57684            ! perlio.c
57685 ____________________________________________________________________________
57686 [  7900] By: jhi                                   on 2000/11/28  16:21:46
57687         Log: Subject: [PATCH] perlcc.PL cleanups
57688              From: Simon Cozens <simon@cozens.net>
57689              Date: Tue, 28 Nov 2000 12:44:35 +0000
57690              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
57691      Branch: perl
57692            ! utils/perlcc.PL
57693 ____________________________________________________________________________
57694 [  7899] By: gsar                                  on 2000/11/28  06:32:55
57695         Log: reintegrate files missed by change#7895
57696      Branch: maint-5.6/perl
57697           +> ext/ByteLoader/bytecode.h utils/Makefile
57698            - utils/perlbc.PL
57699 ____________________________________________________________________________
57700 [  7897] By: gsar                                  on 2000/11/27  18:22:47
57701         Log: can't integrate these two files, for some reason
57702      Branch: maint-5.6/perl
57703            - ext/ByteLoader/bytecode.h utils/Makefile
57704 ____________________________________________________________________________
57705 [  7895] By: gsar                                  on 2000/11/27  18:11:21
57706         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
57707              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
57708              6757..6890,6892..6901 from mainline
57709              
57710              Bytecompiler patches from Benjamin Stuhl.
57711              
57712              More bytecompiler.
57713              
57714              Subject: [PATCH blead] B:: missing dependency
57715              
57716              Subject: [PATCH: 6757] configure.com updates and syslog build
57717              
57718              Long double Gconvert fixes from Yitzchak Scott-Thoennes
57719              and Spider Boardman.
57720              
57721              Subject: [PATCH blead] nextchar() abuse misses an optimisation
57722              
57723              Long double fixes from Spider Boardman.
57724              
57725              Make the selection of NVff et al stricter.
57726              
57727              cSVOPo_*v things index into the current PL_curpad
57728              under ithreads, which is different from the curpad
57729              used by the XSUB.  (In other words, the code as-is
57730              before this patch wouldn't work under ithreads.)
57731              
57732              Be portable.
57733              
57734              VMS MMS (make) wants null action.
57735              
57736              Mac and other portability updates from Chris Nandor.
57737              
57738              Storable support, v-version fixes.
57739              Subject: CPAN.pm beta for testing available
57740              
57741              Portability fix from Hugo van der Sanden.
57742              
57743              Bad makefile.
57744              
57745              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57746              
57747              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57748              
57749              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57750              
57751              Replace #6705 with a minimal doc patch.
57752              Subject: [PATCH 5.6.0] replace change #6705
57753              
57754              Drop the separate perlbc, perlcc -b should be enough.
57755              
57756              installperl couldn't tell whether it had run tests or not.
57757              Subject: [PATCH] Re: installperl and t/TEST
57758              
57759              Add silencer flags to installperl.
57760              Subject: [PATCH] Making installperl silent.
57761              
57762              Make "make install" by default silent.  A new "install-verbose"
57763              target is verbose.
57764              
57765              More liberal parsing of version numbers.
57766              Subject: Re: CPAN.pm beta for testing available
57767              
57768              Create directories in silence.
57769              Subject: [PATCH] Another silencer for MakeMaker
57770              
57771              DOS patches and portability/porting notes, from Tim Jenness.
57772              
57773              Make installman to recognize the silence flag -S.
57774              
57775              Actually do something with the silencer option.
57776              
57777              Continue silencing.
57778              
57779              Show the doc file, not the temp file.
57780              
57781              Regen perltoc.
57782              
57783              Subject: [PATCH] More silencing of installman.
57784              
57785              Better wording for the vec lvalue diagnostic.
57786              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57787              
57788              Subject: [PATCH: 6805] several more tweaks to configure.com
57789              
57790              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57791              
57792              Missing parts of 
57793              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57794              
57795              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57796              (applied slightly modified)
57797              
57798              installperl --verbose and --silent.
57799              Subject: Re: [PATCH] More silencing of installman.
57800              
57801              Add install-silent target.
57802              
57803              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57804              the problem reported in
57805              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57806              
57807              Tweak the sfio/useperlio logic, hopefully as wished in
57808              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57809              
57810              One forgotten file from #6816.
57811              
57812              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57813              
57814              Remove duplicately applied patch shards.
57815              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57816              
57817              Support preserving extremely big/small angles.
57818              
57819              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57820              
57821              Subject: [PATCH] installation not quite silent yet.
57822              
57823              Update the test count.
57824              
57825              Use UVxf, PTR2UV, NVff.
57826              
57827              Document PTR2XX and INT2PTR.
57828              
57829              no-install target a la make -n.
57830              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57831              
57832              grep -e isn't portable.
57833              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57834              
57835              Can't get the test to reliably work thanks to the
57836              inaccurateness of floating point.  "Resolves" bug ids
57837              20000826.003, 20000826.009, 20000826.010,
57838              
57839              Subject: installman buglet
57840              
57841              DJGPP update from Laszlo Molnar.
57842              
57843              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57844              
57845              Passing -R in ldflags makes now it to appear in the default
57846              for lddlflags, just like with -L.
57847              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57848              
57849              Test nit.
57850              
57851              Use the actual thread type, not the pointer-to-struct.
57852              
57853              Provice virtual $Config{ccflags_nolargefiles} etc. 
57854              
57855              display_format used as a class method without arguments was broken,
57856              reported in
57857              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57858              
57859              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57860              
57861              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57862              
57863              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57864              
57865              opmini.o may be left around if a build is interrupted.
57866              
57867              Typo in #6858.
57868              
57869              Fix for ID 20000828.001, long doubles were not formatted
57870              correctly (showed up in $], which stopped installing perl).
57871              
57872              An attempt to fix the problem reported in
57873              Subject: Building perl@6856 using gcc/AIX 4.3.3 
57874              I can't test this properly since the gcc installation I have
57875              access to seems to be botched (gcc is calling the AIX cpp,
57876              a losing proposition...)
57877              
57878              Add -ld to archname on long tr...double platforms.
57879              
57880              Subject: hv.h Doc Patch
57881              
57882              Potential cruft.
57883              
57884              Subject: [PATCH bleedperl@6856] warnings fixes
57885              
57886              -S is the silent flag, -s is the strip flag.
57887              Subject: [PATCH] Re: [PATCH] make no-install          
57888              
57889              Take out the SUIDMAIL thing, that will not be
57890              a problem in 5.7.*.
57891              
57892              Subject: [PATCH bleedperl@6866] spellings
57893              
57894              Subject: [PATCH] Re: files not cleaned even by veryclean
57895              
57896              Use minimal @INC in tests, most of the time just '../lib',
57897              so that we simply can't pick up stuff from other Perls than
57898              the one we are testing.  Pointed out by
57899              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
57900              
57901              Update to Getopt::Long 2.24, from Johan Vromans.
57902              
57903              Fix for thinko in #6848.
57904              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57905              
57906              Patches all over for people and the files they (hopefully) care about.
57907              
57908              Subject: Net::protoent does not export 'getproto'
57909              
57910              Missed a change in #6869.
57911              
57912              Subject: [PATCH] Warnings in B::Deparse
57913              
57914              Subject: [PATCH] Glob dumping
57915              
57916              Disable one of the tests for now.
57917              
57918              Disabling the one test is a bit tricky.
57919              
57920              Don't forget to tidy up.
57921              
57922              The #6881 removed one dump line.
57923              
57924              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
57925              
57926              Under usethreads the dumped variable is IN_PAD.
57927              Subject: Re: [PATCH] Glob dumping
57928              
57929              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
57930              
57931              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
57932              
57933              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
57934              
57935              Regen Configure for #6894.
57936              
57937              Subject: [PATCH: 6889] updates to perlebcdic.pod
57938              
57939              Undo namespace pollution of #6878.
57940              Subject: Re: Net::protoent does not export 'getproto'
57941              
57942              Admit that we are leaking scalars.
57943              
57944              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57945      Branch: maint-5.6/perl
57946           !> (integrate 271 files)
57947 ____________________________________________________________________________
57948 [  7894] By: gsar                                  on 2000/11/27  16:00:34
57949         Log: a couple of nits
57950      Branch: maint-5.6/perl
57951            ! MANIFEST pp_sys.c
57952 ____________________________________________________________________________
57953 [  7893] By: gsar                                  on 2000/11/27  15:10:56
57954         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
57955              6740..6745,6747..6757,6760
57956              
57957              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
57958              
57959              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
57960              
57961              Doc nits spotted by Richard Soderberg.
57962              
57963              move WNOHANG definition to where other such things are
57964              
57965              Make $Config{byteorder} more magical so that it is
57966              dynamically computed: nice for 'fat binaries'.
57967              Subject: [PATCH]: default byteorder
57968              
57969              Subject: [PATCH] Cwd.pm now uses strict
57970              
57971              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57972              
57973              Get -DLEAKTEST to compile (not necessarily to work, mind)
57974              Subject: [ID 20000724.006] -DLEAKTEST problem
57975              
57976              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57977              
57978              Add perlebcdic from Peter Prymmer, regen toc.
57979              
57980              Don't propose using modules built for 5.005 if no binary
57981              compatibility with 5.005 is attempted.
57982              
57983              Do not use prototyping here.
57984              Subject: [ID 20000817.016] [PATCH] Peek.xs
57985              
57986              Document what the backtick returns if the command fails.
57987              
57988              Add byteorder to the myconfig output.
57989              
57990              Introduce NVef, NVff, and NVgf, use the middle one.
57991              (helps for lib/peek + Linux + long doubles)  Reported in
57992              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57993              Use NVs in POSIX math, not doubles.
57994              Subject: [ID 20000817.014] POSIX & modfl
57995              
57996              Subject: [PATCH 5.6.0+] newSVrv() memory leak
57997              
57998              The byteorder code in #6671 was wrong.
57999              
58000              Fix the lib/complex failure of
58001              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58002              Linux long double accuracy issue: something that
58003              when printed with %g looks like "2" but int() of it is 1.
58004              
58005              Propagate new Configure vars.
58006              
58007              Unbuffer the output.
58008              
58009              Subject: [PATCH] perltrap.pod spring cleaning
58010              
58011              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58012              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58013              
58014              Tiny Getopt::Long patch from Johan Vromans.
58015              
58016              Document code point which makes if (defined %stash::) to work
58017              (noted by Spider Boardman).
58018              
58019              Subject: [PATCH perl@6698] cygwin port
58020              
58021              Document the NDBM_File and ODBM_File as SDBM_File
58022              was documented in #6417.
58023              
58024              The new tests were missing from #6415.
58025              
58026              Add [[:blank:]] as suggested in
58027              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58028              (the [=cc=] has already been taken care of by #6439
58029              so the whole bug report can be closed)
58030              and make [[:space:]] to be equivalent to isspace(3)
58031              (as opposed to \s, which is isSPACE()).  The difference
58032              is that now [[:space:]] matches the mythical vertical tab,
58033              while \s doesn't.
58034              
58035              Don't eat leading os from index entries.
58036              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
58037              
58038              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
58039              
58040              Typo in pp_complement().
58041              Subject: [PATCH perl-current] Deparse
58042              
58043              Add warnif(), check warnings further up the stack,
58044              all the warnings functions now can take an optional object reference.
58045              Subject: [PATCH bleedperl@6691] warnings pragma update
58046              
58047              Fix a core dump in lib/selfloader under -DDEBUGGING.
58048              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
58049              
58050              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
58051              
58052              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
58053              
58054              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
58055              Put back the long double avoidance code to POSIX.xs
58056              because VMS seems to need it still.
58057              
58058              Introduce a 'veryclean' target that is like 'distclean'
58059              but also removes *~ and *.orig.
58060              
58061              Subject: [ID 20000817.023] endianness description in perlfunc.pod
58062              
58063              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
58064              
58065              Let's try #6717 again.
58066              
58067              UTF8 concat fixes.
58068              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
58069              
58070              pp_open() could pass an uninitialized filename down to do_open9().
58071              
58072              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
58073              
58074              Update to CGI 2.72, from Lincoln Stein.
58075              
58076              Subject: [PATCH] Silence MakeMaker (Was: installman)
58077              
58078              Use temporary directory instead of current directory.
58079              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
58080              
58081              Document odd vs even subreleases and -Dusedevel.
58082              
58083              The veryclean target needs to clobber.
58084              
58085              Use File::Spec->tmpdir().
58086              
58087              Document the number of exponent digits.
58088              
58089              Mention perlebcdic and perlposix-bc.
58090              
58091              s/this one/the 5.6.0 release/
58092              
58093              The #6724 is here.
58094              
58095              The correct cleaning order is an art.
58096              
58097              small tweaks for change#6705: avoid C++ style comments in C code;
58098              use Perl's malloc API rather than the low level system one
58099              
58100              Array context keeps slithering in.
58101              
58102              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
58103              
58104              Subject: [PATCH] os2.c fix for use64bitint
58105              
58106              Update to Pod::LaTeX 0.53.
58107              Subject: [PATCH] lib/Pod/LaTeX.pm updates
58108              
58109              Document the endianness of Alpha more precisely.
58110              
58111              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
58112              
58113              Rename the macro argument because some preprocessors
58114              can't tell the difference and expand arguments also inside
58115              double quoted strings.
58116              
58117              free TLS slot properly on Windows
58118              
58119              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
58120              
58121              Unicos/mk requires elaborate paranoia.
58122              
58123              Tweak the floating point output routine preferences.
58124              
58125              Also under djgpp the timestamps are funky.
58126              
58127              Apply some PodParser 1.18 patches; the Pod/Find.pm
58128              patches cannot be applied since #6712 conflicts.
58129              
58130              Use PodParser 1.18 new test.
58131              
58132              A pod nit.
58133              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
58134              
58135              Be verydeepclean.
58136      Branch: maint-5.6/perl
58137           +> pod/perlebcdic.pod
58138           !> (integrate 106 files)
58139 ____________________________________________________________________________
58140 [  7892] By: jhi                                   on 2000/11/27  15:02:32
58141         Log: Update Changes.
58142      Branch: perl
58143            ! Changes patchlevel.h
58144 ____________________________________________________________________________
58145 [  7891] By: jhi                                   on 2000/11/27  14:57:23
58146         Log: Subject: Re: perlfaq style changes
58147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58148              Date: Sat, 25 Nov 2000 23:32:26 -0800
58149              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
58150              
58151              plus a note from Ronald Kimball.
58152      Branch: perl
58153            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
58154 ____________________________________________________________________________
58155 [  7890] By: jhi                                   on 2000/11/27  14:53:14
58156         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
58157              From: Benjamin Holzman <bah@ecnvantage.com>
58158              Date: Sun, 26 Nov 2000 16:27:33 -0500
58159              Message-ID: <20001126162733.J25040@ecnvantage.com>
58160      Branch: perl
58161            ! gv.c
58162 ____________________________________________________________________________
58163 [  7889] By: jhi                                   on 2000/11/27  14:43:11
58164         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
58165              From: lvirden@cas.org
58166              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
58167              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
58168      Branch: perl
58169            ! README.amiga
58170 ____________________________________________________________________________
58171 [  7888] By: jhi                                   on 2000/11/27  14:32:34
58172         Log: Restore also the locale test to no-sprintf-taint state.
58173              Fixes the bug 20001127.003.
58174      Branch: perl
58175            ! sv.c t/pragma/locale.t
58176 ____________________________________________________________________________
58177 [  7887] By: gsar                                  on 2000/11/27  14:13:05
58178         Log: integrate changes#6613..6616,6620..6665 from mainline
58179              
58180              VMS configure.com update continues.
58181              
58182              Subject: Test fails / warnings with perl-current #6612
58183              
58184              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
58185              
58186              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58187              
58188              For now remove the mail code.
58189              
58190              Subject: Re: [PATCH] @+, @- readonly
58191              
58192              Subject: warning: storage class after type is obsolescent
58193              
58194              Subject: sfio2000
58195              
58196              Subject: Re: File::Temp problems on VMS in bleedperl
58197              
58198              README.os2 update.
58199              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
58200              
58201              Make the user to give up his firstborn, err, to knowingly
58202              verify installing an unstable developer release.  Also bump
58203              the release to 5.7.0, but leave a patch tag in the local
58204              patches saying that this is not yet the real thing.
58205              
58206              Update (kinda) to Test 1.14, from Joshua Pritikin.
58207              
58208              make ok etc also for win32.
58209              
58210              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
58211              
58212              Don't blow limited stacks, a lower number is enough to
58213              tickle the lookbehind limit.
58214              
58215              Use -Dusedevel; regen Configure and the respective Porting stuff.
58216              
58217              Subject: [PATCH] debugger exit code should reflect user exit code
58218              
58219              Subject: [PATCH perl@6620] cygwin port
58220              
58221              Missed a file from #6638.
58222              
58223              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)
58224              
58225              magic callbacks all need to have same type signature
58226              
58227              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58228              
58229              Fix a dependency problem.
58230              Subject: [PATCH: 6640] VMS Makefile.SH update
58231              
58232              The numeric locale was reset to "C" by s?printf and never restored.
58233              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58234              No test since adding the failing example to locale.t
58235              does not fail -- probably because the locale settings are so
58236              thoroughly tweaked by that time.  Running the example standalone
58237              does fail, though.  UPDATE: test case added at change #7540.
58238              
58239              Subject: [ID 20000324.040] minor fix to perlhpux.pod
58240              
58241              Update to CPAN 1.57.
58242              
58243              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58244              
58245              Change the perlbug address to perl.org since it's more forgiving.
58246              
58247              Change the regx compilation error markers to use = instead of <
58248              since pod makes using the latter quite messy.  Reported in
58249              ID 20000814.006 by Abigail and in
58250              Subject: Unknown escape E<> ?
58251              
58252              Update to perldebtut 1.9, from Richard Foley.
58253              
58254              check that the number pseudo children doesn't exceed
58255              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58256              the WaitForMultipleObjects() limit that would cause wait()
58257              to crash)
58258              wait() and waitpid() could potentially be rewritten to use
58259              more than one thread to do the waiting to eliminate this
58260              limitation
58261              
58262              change#6328 could make close(SOCKET) return false on windows
58263              when it shouldn't
58264              
58265              pod nit seen in passing
58266              
58267              on windows, the return values from wait() and waitpid() don't
58268              match those of pseudo-pids
58269              
58270              waitpid() now handles externally spawned pids correctly;
58271              fixes for backtick/wait/waitpid failures on Windows 9x
58272              these changes make the pid returned by process functions on
58273              Windows 9x always positive by clearing the high bit (which
58274              is always set on Win9x); pseudo-process PIDs are likewise
58275              always negative now on Win9x (just as on NT/2000)
58276              
58277              trailing new %ENV entries weren't being pushed into the real
58278              environment of subprocesses on Windows
58279              
58280              Tweak the regex compilation errors once more.
58281              
58282              avoid warnings from dense compiler
58283              
58284              add "ok" targets from change#6632 in makefile.mk
58285      Branch: maint-5.6/perl
58286            - lib/Pod/PlainText.pm vms/configure.com
58287           !> (integrate 66 files)
58288 ____________________________________________________________________________
58289 [  7886] By: jhi                                   on 2000/11/27  13:54:18
58290         Log: __FUNCTION__ isn't portable and trying to emulate it leads
58291              into practically spelling out the name of the function.
58292              Takes care of the bug 20001127.001.
58293      Branch: perl
58294            ! perlio.c
58295 ____________________________________________________________________________
58296 [  7885] By: gsar                                  on 2000/11/27  13:53:18
58297         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
58298              6610..6611 from mainline
58299              
58300              Make regular expression parse error messages easier to understand.
58301              Subject: Re: enhanced(?) regex error messages
58302              
58303              Tiny tidying on report_evil_fh().
58304              
58305              Subject: Re: enhanced(?) regex error messages 
58306              plus Capitalize the error messages, plus perldiag them.
58307              
58308              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
58309              
58310              Document here-doc better.
58311              
58312              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58313              
58314              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
58315              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
58316              (either perlbug or p5p ate the original), plus regen
58317              perlapi and perltoc. 
58318              
58319              Regen global.sym.
58320              
58321              Double check that we have a dirhandle.
58322              
58323              Subject: Re: enhanced(?) regex error messages
58324              (plus two small patches sent privately)
58325              (this still seems to leave few test failures)
58326              
58327              warn is a macro, avoid using at a variable to avoid warnings
58328              in some configurations; readdir.t is too conservative in
58329              estimating number of *.t's
58330              
58331              Get back into sync with Jeffrey on the enhanced regex warnings.
58332              
58333              Subject: [PATCH 5.6.0] cygwin port
58334              
58335              Zero entries were skipped, fix from Adrian Goalby
58336              <argoalby@yahoo.co.uk>
58337              
58338              Subject: Remove dead entry in perldiag
58339              
58340              Amend the description of Perl6.
58341              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
58342              
58343              detypo
58344              
58345              It's the 2ndO'ROSSC.
58346              
58347              Revert the sv.c part of #6559, a better fix is needed.
58348              
58349              Iterating perl6 description.
58350              
58351              Update to Term::ANSIColor 1.03, from Russ Allbery.
58352              
58353              Update to Getopt::Long 2.23_05, from Johan Vromans.
58354              
58355              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
58356              
58357              Update to Pod::Parser 1.17, from Brad Appleton.
58358              
58359              Update to CPAN 1.56, from Andreas König.
58360              
58361              Update to CGI 2.70, from Lincoln Stein.
58362              
58363              Put back the std @INC thing.
58364              
58365              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
58366              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
58367              
58368              Document the IO::Select timeout.
58369              
58370              sleep(1) does not necessarily return 1.
58371              Subject: [PATCH bleadperl] op/lex_assign.t  
58372              
58373              Subject: debugger "d" command doesnt check line number
58374              
58375              B::Deparse didn't do sub attributes.
58376              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58377              
58378              Preprocessing and postprocessing for File::Find.
58379              Subject: Patch to Find::File.pm to allow alphabetical results
58380              
58381              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
58382              
58383              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
58384              
58385              Subject: Re: [ID 20000730.003] utf8::length() bad
58386              
58387              Subject: Getting perlio and threads to compile
58388              (the Solaris version changes in Configure skipped)
58389              
58390              Tests for #6589.
58391              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58392              
58393              Add Perl debugging tutorial, regen toc. 
58394              Subject: perldebtut.pod
58395              
58396              Add a few missing files, update MANIFEST.
58397              
58398              Rewrite of vms/subconfigure.com as configure.com,
58399              from Peter Prymmer and the vmsperl crew.
58400              
58401              Should have deleted this in #6603.
58402              
58403              Fix the test for 5005threads.
58404              
58405              Fix-n-skip the tests under 5005threads.
58406              
58407              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
58408              
58409              Upgrade to CGI 2.71, from Lincoln Stein.
58410      Branch: maint-5.6/perl
58411           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
58412           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
58413           +> t/op/regmesg.t t/pod/find.t vms/configure.com
58414            - vms/subconfigure.com
58415            ! lib/lib.pm
58416           !> (integrate 115 files)
58417 ____________________________________________________________________________
58418 [  7884] By: jhi                                   on 2000/11/27  13:44:33
58419         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
58420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58421              Date:     Mon, 27 Nov 2000 08:23:54 EST
58422              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
58423      Branch: perl
58424            ! vms/descrip_mms.template vms/test.com
58425 ____________________________________________________________________________
58426 [  7883] By: gsar                                  on 2000/11/27  11:50:46
58427         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
58428              6511..6513,6515..6523,6525..6536
58429              
58430              The swallow_bom() saga continues.  The #23 of require.t
58431              (UTF16-LE) still fails (silently, no output) but the #22
58432              (UTF16-BE) seems to be working now.  The root of the
58433              failure may be in sv_gets(): is it UTF-16LE-aware,
58434              especially when it comes to line endings? 
58435              
58436              Document the problem with -P in HP-UX and its workaround.
58437              
58438              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
58439              (aka ID 20000730.002)
58440              
58441              Subject: fix and question re: waitpid() under win32
58442              
58443              Make the safety catch for buggy gccs work with triple version
58444              numbers like 2.95.2.  Reported in
58445              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
58446              
58447              In Digital UNIX warn if gcc explicitly chosen because even
58448              2.95.2 is known to cause problems.
58449              
58450              Make chr() for values >127 to create utf8 when under utf8.
58451              
58452              various syntax errors and such (not fixed: comp/require.t#22 coredump
58453              on Windows)
58454              
58455              Stash away the largefiles flags and libswanted.
58456              
58457              BOM patching from Simon Cozens.
58458              
58459              If gccosandvers is equal to osname, clear gccosandvers.
58460              
58461              Make p4desc to skip non-mainperl branches by default.
58462              
58463              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
58464              
58465              The test from this
58466              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
58467              
58468              In new BSDs changes to argv[] do not show up in ps(1) output,
58469              instead one must use setproctitle().  This was already addressed
58470              by change #6457, but the below has a new variant for FreeBSD 4.0
58471              or later, and the matter is also documented more.
58472              
58473              FreeBSD 3.* updates from
58474              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58475              
58476              regen_headers, regen perltoc.
58477              
58478              Document in one place the memory abstractions used in Perl core.
58479              
58480              memcpy has n o in it, as pinted ut by Sarathy.
58481              
58482              Remove the extraneous "main::" prefix from all the
58483              "opened only for", "on closed", and "never opened" warnings.
58484              
58485              The name of a filehandle does not have <these>.
58486              
58487              The tr utf8 patching continues.
58488              
58489              The new setproctitle() feature is available only in 
58490              bleeding edge FreeBSD.  From Paul Saab.
58491              
58492              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
58493              
58494              Dump UVs as UVs in Data::Dumper.
58495              
58496              detypo #6494
58497              
58498              Document the IVdf UVuf UVof UVxf.
58499              
58500              require.t needs binmode() to work on windows
58501              
58502              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
58503              that are hopefully soon put into use.
58504              
58505              Allow "no Module;" even if there is no 'unimport'.
58506              
58507              Better skip message for the test; one of the two problems in
58508              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
58509              
58510              The subtest 4 may fail also on VOBS, as pointed out
58511              by Nick Ing-Simmons in November 1999, bug id 19991124.003
58512              (but the failure in that bug report isn't the subtest 4).
58513              
58514              Be more informative on what is skipped and why,
58515              also repeat the list at the end.
58516              
58517              Add a URL for FSF.
58518              
58519              Subject: [PATCH] sv.h documentation - SvLEN
58520              
58521              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
58522              
58523              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
58524              
58525              Subject: [PATCH] bad cppsymbols on os2 + Configure question
58526              
58527              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
58528              
58529              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
58530              mention the idea of @( and @)
58531              
58532              This is 6512.  Really.
58533              
58534              Subject: [ID 19990721.004] Documentation bug in perlfunc
58535              
58536              Subject: Minor tweak to perlvar.pod
58537              
58538              In the warnings call filehandles consistently so;
58539              add "unopened" warning for stat().
58540              
58541              After the #6519 a warning about stat() is just that,
58542              not about a filetest, which now have their own warning.
58543              
58544              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
58545              
58546              Subject: Re: Array vs. List context
58547              
58548              Subject: New perlcc, take 2
58549              
58550              Weed buglets pointed out by
58551              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
58552              
58553              gcc versions might have (parentheses) in them.
58554              
58555              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
58556              
58557              Essential prototype changes were missing from #6527.
58558              Also make report_evil_fh() more bomb-proof.
58559              
58560              Zap lib/Sys directory when cleaning up.
58561              
58562              Change the Policy policy: now -Dprefix= with an existing
58563              Policy.sh and prefix == siteprefix == vendorprefix, then all
58564              of them follow along the new prefix.
58565              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
58566              
58567              Continue fixing the io warnings.  This also
58568              sort of fixes bug ID 20000802.003: the core dump
58569              is no more.  Whether the current behaviour is correct
58570              (giving a warning: "Not a format reference"), is another matter.
58571              
58572              Have symbols for the IoTYPEs.
58573              
58574              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
58575              
58576              Document a bit that UDP is not what you might think.
58577              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
58578              tr memory corruption fix from Simon Cozens.
58579              
58580              Plug the security hole described in the Aug 05 2000 bugtraq message
58581              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
58582              The security hole exists only in suidperls, which isn't
58583              installed or even built by default.
58584      Branch: maint-5.6/perl
58585           !> (integrate 71 files)
58586 ____________________________________________________________________________
58587 [  7882] By: gsar                                  on 2000/11/27  10:25:36
58588         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
58589              from mainline
58590              
58591              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
58592              to be fatal errors (instead of by default ignoring them, and
58593              ignoring with a bug: even though -w gave an error, the opening [
58594              was left in)  Reported in:
58595              
58596              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
58597              
58598              Subject: [PATCH] split /^/
58599              
58600              MacOS nits from Matthias Neeracher.
58601              
58602              More split() doc and test patches from Mike Guy.
58603              
58604              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
58605              from Graham Barr in the module list.
58606              
58607              docfix from Peter Scott <Peter@PSDT.com>.
58608              
58609              File::Temp patches for VMS and OS/2 from Tim Jenness.
58610              
58611              open() wariness in perlbug.
58612              
58613              Subject: [PATCH] minor doc change - perlguts
58614              
58615              Subject: Minor doc patch: handy.h
58616              
58617              Be wary of close()s, too.
58618              
58619              Further File::Temp patches from Yitzchak Scott-Thoennes
58620              and Craig A. Berry.
58621              
58622              Subject: [PATCH] fixes bug 20000508.004
58623              
58624              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
58625              
58626              Allow "no AutoLoader;", based on change #6444,
58627              suggested by Graham Barr.
58628              
58629              Use setproctitle() if available to modify $0.
58630              
58631              Warn if the version of the operating system used to compile gcc
58632              differs from the current version of the operating system.
58633              Also display the gcc compilation os and version in myconfig.
58634              Inspiration from
58635              
58636              Tiny fixes for #6460.
58637              
58638              The problem described in this
58639              Subject: [ID 20000322.018] named chars aren't magical enough
58640              has been fixed in perl 5.6.0 but just in case added a test
58641              to keep it away.  (The report from Joseph Hall.)
58642              
58643              Tune the comments and hopefully stop a memory leak.
58644              
58645              Subject: UTF8 concat
58646              (with a memory leak fixed, plus a few casts added)
58647              This also seems to help for
58648              Subject: [ID 20000716.015] join UTF8 weirdness
58649              
58650              Do not upgrade SVs into utf8 just because they participate
58651              in eq or cmp.  Reported and fix suggested in
58652              Subject: [ID 20000720.009] sv_eq UTF8 bug
58653              
58654              Fix the HALF_UPGRADE() macro introduced in #6263.
58655              
58656              Find green threads before native threads.
58657              Subject: Re: Patch to jpl/JNI/Makefile.PL
58658      Branch: maint-5.6/perl
58659           !> (integrate 30 files)
58660 ____________________________________________________________________________
58661 [  7881] By: jhi                                   on 2000/11/27  05:48:41
58662         Log: It seems that *both* the unused submatch loop cleanup
58663              codes are needed.
58664      Branch: perl
58665            ! regexec.c
58666 ____________________________________________________________________________
58667 [  7880] By: jhi                                   on 2000/11/27  04:50:07
58668         Log: Clean .exists deeper.
58669      Branch: perl
58670            ! Makefile.SH
58671 ____________________________________________________________________________
58672 [  7879] By: jhi                                   on 2000/11/27  02:31:35
58673         Log: The code in regcppop() (see #7878) contains the correct lower
58674              limit for the unused submatch 'cleanup' loop so that under
58675              "use utf8" the following code wouldn't dump core:
58676              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
58677              the cleanup loop in regtry() stomped beyond allocated area
58678              in the startp[] array.  Therefore, copied the correct lower
58679              loop limit (*PL_reglastparen) to regtry().  Note: something
58680              may still not be quite right: why was the _higher_ loop limit
58681              (prog->nparens) different in the utf8 case?
58682              
58683              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
58684              without core dumps, there were about 17 of them before
58685              the patch (with us since Perl 5.7.0).  Two failures, still:
58686              496 and 505 (though these may not be severe).
58687              
58688              Patch #7881 is also needed since both the cleanup loops
58689              seem to be needed.
58690              
58691              Also, the t/op/pat#44 seems to core dump under utf8.
58692              Plus a couple of failures.  UGH-8.
58693      Branch: perl
58694            ! regexec.c
58695 ____________________________________________________________________________
58696 [  7878] By: jhi                                   on 2000/11/27  02:21:17
58697         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
58698              the code in regcppop() seems to be redundant for the test suite --
58699              but it contains a germ of truth, and it needed for the build
58700              process itself: see #7879 and #7881.
58701      Branch: perl
58702            ! regexec.c
58703 ____________________________________________________________________________
58704 [  7877] By: jhi                                   on 2000/11/27  01:53:09
58705         Log: Comment on comment.
58706      Branch: perl
58707            ! regexec.c
58708 ____________________________________________________________________________
58709 [  7876] By: jhi                                   on 2000/11/27  00:49:59
58710         Log: Adjust the docs to agree with #7875.
58711      Branch: perl
58712            ! pod/perllocale.pod
58713 ____________________________________________________________________________
58714 [  7875] By: jhi                                   on 2000/11/27  00:49:27
58715         Log: Retract #7863.  It makes more sense not to taint formatted output,
58716              not even by sprintf().
58717      Branch: perl
58718            ! sv.c
58719 ____________________________________________________________________________
58720 [  7874] By: jhi                                   on 2000/11/26  23:36:02
58721         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
58722              Not really fixed (should really dump the UTF-8 charclass),
58723              but stopped displaying the garbage.
58724              
58725              Also add a note on the (missing) Unicode PSXSPC and BLANK.
58726      Branch: perl
58727            ! regcomp.c
58728 ____________________________________________________________________________
58729 [  7873] By: jhi                                   on 2000/11/26  21:31:13
58730         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
58731      Branch: perl
58732            ! regexec.c
58733 ____________________________________________________________________________
58734 [  7872] By: jhi                                   on 2000/11/26  21:06:04
58735         Log: No need to scan till infinity, 13 is enough.
58736      Branch: perl
58737            ! handy.h utf8.c
58738 ____________________________________________________________________________
58739 [  7871] By: jhi                                   on 2000/11/26  20:20:32
58740         Log: Test line numbers are different with utf8.
58741      Branch: perl
58742            ! t/op/re_tests
58743 ____________________________________________________________________________
58744 [  7870] By: jhi                                   on 2000/11/26  20:10:12
58745         Log: Message nit.
58746      Branch: perl
58747            ! regcomp.c
58748 ____________________________________________________________________________
58749 [  7869] By: jhi                                   on 2000/11/26  19:01:05
58750         Log: Make utf8_length() and utf8_distance() (the latter of which
58751              is unused at the moment) to be less forgiving about bad UTF-8.
58752      Branch: perl
58753            ! embed.h embed.pl objXSUB.h proto.h utf8.c
58754 ____________________________________________________________________________
58755 [  7868] By: jhi                                   on 2000/11/26  18:45:56
58756         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
58757              From: Benjamin Holzman <bah@ecnvantage.com>
58758              Date: Sat, 25 Nov 2000 20:40:20 -0500       
58759              Message-ID: <20001125204020.A25040@ecnvantage.com>              
58760              
58761              Debian allows installing /usr/bin/locale without installing
58762              any locales, an error message will ensue.
58763      Branch: perl
58764            ! t/pragma/locale.t
58765 ____________________________________________________________________________
58766 [  7867] By: jhi                                   on 2000/11/26  18:31:12
58767         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
58768              From: Benjamin Holzman <bah@ecnvantage.com>
58769              Date: Sun, 26 Nov 2000 02:42:34 -0500
58770              Message-ID: <20001126024234.G25040@ecnvantage.com>
58771              
58772              Patch for the bug 20000212.002.
58773      Branch: perl
58774            ! sv.c t/op/array.t
58775 ____________________________________________________________________________
58776 [  7866] By: jhi                                   on 2000/11/26  18:28:09
58777         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
58778              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58779              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
58780              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
58781              
58782              File::Temp 0.11.
58783      Branch: perl
58784            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
58785 ____________________________________________________________________________
58786 [  7865] By: jhi                                   on 2000/11/26  18:24:22
58787         Log: The metaconfig unit change for #7864.
58788      Branch: metaconfig/U/perl
58789            ! need_va_copy.U
58790 ____________________________________________________________________________
58791 [  7864] By: jhi                                   on 2000/11/26  18:23:41
58792         Log: Make the va_copy() test not to be so talkative.
58793      Branch: perl
58794            ! Configure config_h.SH
58795 ____________________________________________________________________________
58796 [  7863] By: jhi                                   on 2000/11/26  18:11:02
58797         Log: Fix locale inconsistencies unearthed by Hugo's work.
58798              Now the floating point sprintf really does taint the result
58799              string as perllocale promises (has promised for a long time)
58800              if "use locale" is in the lexical scope.
58801      Branch: perl
58802            ! sv.c t/pragma/locale.t
58803 ____________________________________________________________________________
58804 [  7862] By: jhi                                   on 2000/11/26  00:35:15
58805         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
58806              From: Nicholas Clark <nick@ccl4.org>
58807              Date: Sun, 26 Nov 2000 00:07:50 +0000
58808              Message-ID: <20001126000750.A22446@plum.flirble.org>
58809              
58810              Infinit.
58811      Branch: perl
58812            ! sv.c
58813 ____________________________________________________________________________
58814 [  7861] By: jhi                                   on 2000/11/26  00:01:26
58815         Log: Integrate perlio.
58816      Branch: perl
58817           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
58818 ____________________________________________________________________________
58819 [  7860] By: nick                                  on 2000/11/25  22:04:17
58820         Log: Correct relative path from new ext\Filter\Util\Call location
58821              back to miniperl.
58822      Branch: perlio
58823            ! win32/makefile.mk
58824 ____________________________________________________________________________
58825 [  7859] By: nick                                  on 2000/11/25  21:26:54
58826         Log: Integrate mainline.
58827      Branch: perlio
58828           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
58829           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
58830           +> t/lib/filter-util.t
58831            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58832            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58833            - t/lib/filt-util.t
58834           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
58835           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
58836           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
58837           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
58838           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
58839           !> win32/makefile.mk
58840 ____________________________________________________________________________
58841 [  7858] By: gsar                                  on 2000/11/25  20:52:17
58842         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
58843              parent's memory; fix it by keeping track of the actual pad
58844              offset rather than a raw pointer (this change is probably also
58845              relevant to non-ithreads case to avoid fallout from reallocs of
58846              the pad array, but is currently only enabled for the ithreads
58847              case in the interests of minimal disruption to existing "well
58848              tested" code)
58849      Branch: perl
58850            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
58851            ! proto.h scope.c scope.h sv.c t/op/fork.t
58852 ____________________________________________________________________________
58853 [  7857] By: nick                                  on 2000/11/25  20:01:28
58854         Log: All tests pass on Win32/gcc/USE_PERLIO.
58855              - when crlf layer is pushed make unix-level binary.
58856              - remove :crlf injection in pp_backtick in pp_sys.c
58857              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
58858      Branch: perlio
58859            ! doio.c perlio.c pp_sys.c win32/makefile.mk
58860 ____________________________________________________________________________
58861 [  7856] By: jhi                                   on 2000/11/25  18:38:30
58862         Log: Update the metaconfig units for #7855.
58863      Branch: metaconfig/U/perl
58864            ! useperlio.U usesocks.U
58865 ____________________________________________________________________________
58866 [  7855] By: jhi                                   on 2000/11/25  18:37:54
58867         Log: Undo the SOCKS workarounds, instead start using PerlIO
58868              if SOCKS is selected.
58869              
58870              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
58871              From: Jens Hamisch <jens@Strawberry.COM>
58872              Date: Fri, 24 Nov 2000 18:31:30 +0100
58873              Message-ID: <20001124183130.E28337@Strawberry.COM>
58874              
58875              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
58876              From: Jens Hamisch <jens@Strawberry.COM>
58877              Date: Fri, 24 Nov 2000 19:11:51 +0100
58878              Message-ID: <20001124191151.A28753@Strawberry.COM>
58879      Branch: perl
58880            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
58881            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
58882 ____________________________________________________________________________
58883 [  7854] By: jhi                                   on 2000/11/25  17:39:08
58884         Log: Undo #7848.  Some of the code seems to use walkoptree(),
58885              some walkoptree_slow().  An unfinished renaming?
58886              Now the sub is walkoptree() (which is @EXPORT_OK),
58887              the walkoptree_slow() is a typeglob alias to walkoptree.
58888              This makes the tests to pass, at least.
58889      Branch: perl
58890            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
58891 ____________________________________________________________________________
58892 [  7853] By: nick                                  on 2000/11/24  22:24:33
58893         Log: Re-arrange crlf vs binary for platforms that care.
58894              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
58895              Lip-service to making stdio layer work on such platforms (untested).
58896              Now fails 3 tests rather than one, checkin to see if I can debug 
58897              the issue under linux. (Do not merge.)
58898      Branch: perlio
58899            ! doio.c perlio.c perliol.h
58900 ____________________________________________________________________________
58901 [  7852] By: jhi                                   on 2000/11/24  18:57:39
58902         Log: AUTHORS edits.
58903      Branch: perl
58904            ! AUTHORS
58905 ____________________________________________________________________________
58906 [  7851] By: jhi                                   on 2000/11/24  17:34:56
58907         Log: Add Jan-Erik Karlsson.
58908      Branch: perl
58909            ! AUTHORS
58910 ____________________________________________________________________________
58911 [  7850] By: jhi                                   on 2000/11/24  17:27:56
58912         Log: Configure should find stdchar on its own.
58913      Branch: perl
58914            ! hints/solaris_2.sh
58915 ____________________________________________________________________________
58916 [  7849] By: jhi                                   on 2000/11/24  17:24:55
58917         Log: Subject: PATCH over 7848: Filter test flawed
58918              From: andreas.koenig@anima.de (Andreas J. Koenig)
58919              Date: 24 Nov 2000 10:28:29 +0100
58920              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
58921      Branch: perl
58922            ! t/lib/filter-util.t
58923 ____________________________________________________________________________
58924 [  7848] By: jhi                                   on 2000/11/24  17:22:15
58925         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
58926              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
58927              Date: Fri, 24 Nov 2000 16:12:58 +0000
58928              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
58929      Branch: perl
58930            ! ext/B/B.pm
58931 ____________________________________________________________________________
58932 [  7847] By: jhi                                   on 2000/11/24  03:07:01
58933         Log: Integrate perlio.
58934      Branch: perl
58935           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
58936           !> win32/makefile.mk
58937 ____________________________________________________________________________
58938 [  7846] By: gsar                                  on 2000/11/24  00:55:57
58939         Log: integrate changes#6415..6418,6420..6438 from mainline
58940              
58941              Fix the bitvector ops for utf8 (tricky since past 7 bits
58942              the utf8 'characters' can be more than one octet).
58943              
58944              MPE/ix updates for perl 5.6.0 from Mark Bixby.
58945              
58946              Subject: SDBM_File documentation
58947              
58948              Detypo.
58949              
58950              Decutandpasto.
58951              
58952              Send all installperl messages to STDERR and be -w clean.
58953              
58954              Out-of-date note removed.
58955              
58956              Protect against "wild next"s, that is, callbacks doing "next"
58957              instead of "return".
58958              
58959              Use STDOUT consistently.
58960              
58961              The output might have been produced in the wrong order.
58962              
58963              A missing 'break' after the [[:space:]] switch case.
58964              
58965              Add tests for
58966              [ID 19991110.003] another matching finding by pcre author
58967              which has already been fixed by some patch, as verified in
58968              
58969              Documentation to explain the behaviour of map().
58970              
58971              Add an optimization for map-maps-a-list-element-to-more-list-elements
58972              case, but add also notes explaining the relationship of this
58973              patch and the earlier notes by Sarathy.
58974              
58975              Subject: [ID 20000716.023] syslog test fails without sockets
58976              
58977              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58978              Test cases for #6431.
58979              
58980              File::Spec::VMS fixup for tmpdir from Craig Berry.
58981              
58982              Make the "uninit variable" warning to say "concat or string"
58983              or "join or string" when in concat or join .
58984              
58985              Get UTF16 BOMs working.  Patch from
58986              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
58987              
58988              Subject: [PATCH] Make large file tests deal with SIGXFSZ
58989              
58990              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
58991              
58992              Subject: [PATCH] av.c apidoc
58993      Branch: maint-5.6/perl
58994           !> (integrate 43 files)
58995 ____________________________________________________________________________
58996 [  7845] By: gsar                                  on 2000/11/24  00:20:45
58997         Log: integrate changes#6406..6414 from mainline
58998              
58999              Merge perlhacktut into perlhack, update perlguts.
59000              
59001              Fix AutoSplit to use File::Spec the right way in VMS,
59002              from Peter Prymmer.
59003              
59004              The bug report
59005              [ID 19991110.002] minimal matching discrepancy found by pcre author
59006              seems to have been fixed (though differently from what was suggested
59007              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
59008              
59009              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
59010              not in pod, from Peter Prymmer
59011              
59012              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
59013              From: Hugo <hv@crypt.compulink.co.uk>
59014              Date: Fri, 14 Jul 2000 23:05:20 +0100
59015              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
59016              
59017              Didn't anymore apply, but that point still could use another fix.
59018              
59019              lib/b test fixes from Peter Prymmer.
59020              
59021              More docs for sv functions.
59022              
59023              perlvms.pod whitespace cleanup to keep pod utils happy.
59024              
59025              another VMS build tweak from Peter Prymmer
59026      Branch: maint-5.6/perl
59027           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
59028           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
59029           !> vms/descrip_mms.template vms/perlvms.pod
59030 ____________________________________________________________________________
59031 [  7844] By: nick                                  on 2000/11/23  23:42:45
59032         Log: Win32/perlio Now just fails one io/argv.t test - lack 
59033              of default :crlf on standard streams.
59034      Branch: perlio
59035            ! doio.c perlio.c
59036 ____________________________________________________________________________
59037 [  7843] By: nick                                  on 2000/11/23  23:04:05
59038         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
59039              peek fail is showing a real problem (multiple crlf layers
59040              are getting pushed.)
59041      Branch: perlio
59042            ! doio.c perlio.c win32/makefile.mk
59043 ____________________________________________________________________________
59044 [  7842] By: nick                                  on 2000/11/23  19:46:23
59045         Log: Implement PerlIO_binmode()
59046              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
59047              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
59048              make binmode in t/lib/io_tell.t unconditional so that works.
59049              Checkin just so Win32 machine can see these changes.
59050      Branch: perlio
59051            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
59052 ____________________________________________________________________________
59053 [  7841] By: jhi                                   on 2000/11/23  19:30:00
59054         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
59055      Branch: perl
59056            ! README.amiga
59057 ____________________________________________________________________________
59058 [  7840] By: jhi                                   on 2000/11/23  17:18:02
59059         Log: SOCKS wrestling continues, patches from Jens Hamisch.
59060      Branch: perl
59061            ! doio.c embed.h embed.pl perlsdio.h proto.h
59062 ____________________________________________________________________________
59063 [  7839] By: jhi                                   on 2000/11/23  16:54:14
59064         Log: Push Filter::Util::Call one level deeper.
59065      Branch: perl
59066            + t/lib/filter-util.t
59067           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
59068           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
59069            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
59070            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
59071            - t/lib/filt-util.t
59072            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
59073            ! win32/Makefile win32/makefile.mk
59074 ____________________________________________________________________________
59075 [  7838] By: jhi                                   on 2000/11/23  16:52:40
59076         Log: Reach back one higher up when searching for PERL_SRC.
59077      Branch: perl
59078            ! lib/ExtUtils/MM_Unix.pm
59079 ____________________________________________________________________________
59080 [  7837] By: jhi                                   on 2000/11/23  16:05:41
59081         Log: Subject: Re: perl@7826
59082              Date: Thu, 23 Nov 2000 02:20:25 -0600
59083              From: "Craig A. Berry" <craigberry@mac.com>
59084              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
59085              
59086              Make VMS to like Filter::Util::Call. 
59087      Branch: perl
59088            ! configure.com ext/Filter/Util/Makefile.PL
59089 ____________________________________________________________________________
59090 [  7836] By: nick                                  on 2000/11/23  16:04:08
59091         Log: Implement crlf layer - not ready for merge.
59092      Branch: perlio
59093            ! perlio.c win32/makefile.mk
59094 ____________________________________________________________________________
59095 [  7835] By: jhi                                   on 2000/11/23  15:56:52
59096         Log: STDCHAR is different in Sparc v9 vs x86.
59097      Branch: perl
59098            ! hints/solaris_2.sh
59099 ____________________________________________________________________________
59100 [  7834] By: jhi                                   on 2000/11/23  15:50:47
59101         Log: The type needs to be visible to protos.
59102      Branch: perl
59103            ! perl.h
59104 ____________________________________________________________________________
59105 [  7833] By: jhi                                   on 2000/11/23  15:40:46
59106         Log: Finish unfinished SOCKS workaround changes.
59107      Branch: perl
59108            ! doio.c
59109 ____________________________________________________________________________
59110 [  7832] By: jhi                                   on 2000/11/23  15:33:30
59111         Log: Integrate perlio.
59112      Branch: perl
59113           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
59114           !> win32/makefile.mk
59115 ____________________________________________________________________________
59116 [  7831] By: nick                                  on 2000/11/23  10:31:07
59117         Log: Correct makefile.mk dependancies for ext/Filter/Util
59118              Build ext/Encode
59119              Run dmake regen_config_h
59120      Branch: perlio
59121            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59122            ! win32/makefile.mk
59123 ____________________________________________________________________________
59124 [  7830] By: nick                                  on 2000/11/23  08:05:07
59125         Log: Integrate mainline
59126      Branch: perlio
59127           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
59128           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
59129           +> t/lib/filt-util.pl t/lib/filt-util.t
59130           !> (integrate 41 files)
59131 ____________________________________________________________________________
59132 [  7829] By: gsar                                  on 2000/11/23  03:07:11
59133         Log: build the Filter extension on windows
59134      Branch: perl
59135            ! win32/Makefile win32/makefile.mk
59136 ____________________________________________________________________________
59137 [  7828] By: gsar                                  on 2000/11/23  02:46:35
59138         Log: regenerate win32/config* and fix some inconsistencies in the
59139              makefiles; always export Perl_deb() because it is needed
59140              by ext/re/* (whether perl itself is built with -DDEBUGGING
59141              or not)
59142      Branch: perl
59143            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
59144            ! win32/config_H.vc win32/makefile.mk
59145 ____________________________________________________________________________
59146 [  7827] By: gsar                                  on 2000/11/23  02:18:38
59147         Log: get sources building on windows+MSVC again (untested with other
59148              compilers)
59149      Branch: perl
59150            ! win32/include/sys/socket.h win32/perllib.c
59151 ____________________________________________________________________________
59152 [  7826] By: jhi                                   on 2000/11/23  01:18:26
59153         Log: Update Changes.
59154      Branch: perl
59155            ! Changes patchlevel.h
59156 ____________________________________________________________________________
59157 [  7825] By: jhi                                   on 2000/11/23  00:20:41
59158         Log: Subject: Re: av.c patch (having slight problems)
59159              From: "Ben Tilly" <ben_tilly@hotmail.com>
59160              Date: Tue, 21 Nov 2000 23:29:31 -0500
59161              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
59162              
59163              unshift() speedup.
59164      Branch: perl
59165            ! av.c
59166 ____________________________________________________________________________
59167 [  7824] By: jhi                                   on 2000/11/22  23:59:15
59168         Log: Fixes for signedness warnings noticed by VMSperlers.
59169      Branch: perl
59170            ! ext/Storable/Storable.xs regcomp.c sv.c
59171 ____________________________________________________________________________
59172 [  7823] By: jhi                                   on 2000/11/22  23:19:31
59173         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
59174              From: Peter Prymmer <pvhp@forte.com>
59175              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
59176              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
59177      Branch: perl
59178            ! t/pragma/warn/pp_hot
59179 ____________________________________________________________________________
59180 [  7822] By: jhi                                   on 2000/11/22  22:52:20
59181         Log: Be clean.
59182      Branch: perl
59183            ! Makefile.SH
59184 ____________________________________________________________________________
59185 [  7821] By: jhi                                   on 2000/11/22  22:46:39
59186         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
59187              by Damian Conway, as suggested by Paul Marquess.
59188      Branch: perl
59189            + lib/Filter/Simple.pm
59190 ____________________________________________________________________________
59191 [  7820] By: jhi                                   on 2000/11/22  22:45:51
59192         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
59193      Branch: perl
59194            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
59195            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
59196            + t/lib/filt-util.t
59197            ! MANIFEST
59198 ____________________________________________________________________________
59199 [  7819] By: jhi                                   on 2000/11/22  22:03:27
59200         Log: Integrate perlio.
59201      Branch: perl
59202           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
59203           !> win32/makefile.mk
59204 ____________________________________________________________________________
59205 [  7818] By: jhi                                   on 2000/11/22  21:56:02
59206         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
59207      Branch: perl
59208            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
59209            ! t/lib/io_sock.t
59210 ____________________________________________________________________________
59211 [  7817] By: jhi                                   on 2000/11/22  21:39:49
59212         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
59213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59214              Date: Wed, 22 Nov 2000 16:08:12 -0500
59215              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
59216      Branch: perl
59217            ! lib/ExtUtils/Liblist.pm
59218 ____________________________________________________________________________
59219 [  7816] By: jhi                                   on 2000/11/22  21:38:25
59220         Log: Go ahead and #include <unistd.h> in perl.h.
59221      Branch: perl
59222            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
59223            ! util.c
59224 ____________________________________________________________________________
59225 [  7815] By: jhi                                   on 2000/11/22  21:22:52
59226         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
59227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59228              Date: Mon, 20 Nov 2000 18:30:52 -0500
59229              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
59230      Branch: perl
59231            ! pod/perlre.pod regcomp.c t/op/re_tests
59232 ____________________________________________________________________________
59233 [  7814] By: jhi                                   on 2000/11/22  21:21:46
59234         Log: Subject: [PATCH 5.7.0] Liblist finally works
59235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59236              Date: Tue, 21 Nov 2000 22:02:17 -0500
59237              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
59238      Branch: perl
59239            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
59240            ! lib/ExtUtils/MakeMaker.pm
59241 ____________________________________________________________________________
59242 [  7813] By: jhi                                   on 2000/11/22  21:20:23
59243         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59245              Date: Wed, 22 Nov 2000 17:53:15 +0100
59246              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
59247              
59248              AIX dynaloader and perlio patch.
59249      Branch: perl
59250            ! ext/DynaLoader/dl_aix.xs
59251 ____________________________________________________________________________
59252 [  7812] By: jhi                                   on 2000/11/22  21:17:52
59253         Log: (Accidentally empty patch.)
59254      Branch: perl
59255            ! av.c
59256 ____________________________________________________________________________
59257 [  7811] By: jhi                                   on 2000/11/22  21:16:31
59258         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
59259              From: Peter Prymmer <pvhp@forte.com>
59260              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
59261              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
59262      Branch: perl
59263            ! vms/test.com
59264 ____________________________________________________________________________
59265 [  7810] By: jhi                                   on 2000/11/22  21:15:36
59266         Log: Subject: Re: perl@7777 
59267              From: "John P. Linderman" <jpl@research.att.com>
59268              Date: Wed, 22 Nov 2000 13:11:11 -0500
59269              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
59270              
59271              Detypoing.
59272      Branch: perl
59273            ! lib/CPAN.pm
59274 ____________________________________________________________________________
59275 [  7809] By: jhi                                   on 2000/11/22  21:14:19
59276         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
59277              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59278              Date:     Wed, 22 Nov 2000 13:51:37 EST
59279              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
59280      Branch: perl
59281            ! perlsdio.h
59282 ____________________________________________________________________________
59283 [  7808] By: jhi                                   on 2000/11/22  21:13:27
59284         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
59285              From: Casey Tweten <crt@kiski.net>
59286              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
59287              Message-Id: <200011201653.LAA10194@home.kiski.net>
59288      Branch: perl
59289            ! t/lib/io_udp.t
59290 ____________________________________________________________________________
59291 [  7807] By: jhi                                   on 2000/11/22  21:12:35
59292         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
59293              From: Casey Tweten <crt@kiski.net>
59294              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
59295              Message-Id: <200011201636.LAA07227@home.kiski.net>
59296      Branch: perl
59297            ! t/lib/io_sock.t
59298 ____________________________________________________________________________
59299 [  7806] By: jhi                                   on 2000/11/22  21:10:59
59300         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
59301              From: "Casey R. Tweten" <crt@kiski.net>
59302              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
59303              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
59304      Branch: perl
59305            ! utils/h2xs.PL
59306 ____________________________________________________________________________
59307 [  7805] By: nick                                  on 2000/11/22  21:05:06
59308         Log: Integrate mainline
59309      Branch: perlio
59310           !> Changes Porting/genlog ext/DB_File/DB_File.xs
59311           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
59312           !> utils/perlbug.PL
59313 ____________________________________________________________________________
59314 [  7804] By: jhi                                   on 2000/11/22  21:01:12
59315         Log: Subject: [PATCH] Test.pm POD peculiarity
59316              From: "Casey R. Tweten" <crt@kiski.net>
59317              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
59318              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
59319      Branch: perl
59320            ! lib/Test.pm
59321 ____________________________________________________________________________
59322 [  7803] By: jhi                                   on 2000/11/22  20:59:59
59323         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
59324              From: "Philip Newton" <pnewton@gmx.de>
59325              Date: Wed, 22 Nov 2000 14:25:53 +0100
59326              Message-Id: <3A1BD771.25462.1939FAD@localhost>
59327              
59328              Be case-understanding also on 's', and use the -oi of sendmail
59329              not to terminate the transmission on a lone '.'.
59330      Branch: perl
59331            ! utils/perlbug.PL
59332 ____________________________________________________________________________
59333 [  7802] By: nick                                  on 2000/11/22  20:51:42
59334         Log: Win32 PerlIO intermediate state now working as expected.
59335              - In current state we are still using C runtime in text/binary
59336              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
59337              - PERLIO=stdio and PERLIO=unix pass all expected tests.
59338              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
59339              and PerlIO_seek() and the dummy crlf layer is not making adjustments
59340              for CRLF translation happening in C runtime. All other tests pass.
59341              
59342              Added note to README.win32 to point out the snags of doing a perl build
59343              with Norton AntiVirus turned on.
59344              
59345              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
59346              which file a fail comes from.
59347              
59348              Updated "canned" config.h to match the one generated.
59349      Branch: perlio
59350            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
59351            ! win32/makefile.mk
59352 ____________________________________________________________________________
59353 [  7801] By: jhi                                   on 2000/11/22  06:50:20
59354         Log: Nickety nits.
59355      Branch: perl
59356            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
59357 ____________________________________________________________________________
59358 [  7800] By: jhi                                   on 2000/11/22  01:29:55
59359         Log: Changes had accidentally gone too silent on non-main branches.
59360      Branch: perl
59361            ! Changes Porting/genlog patchlevel.h
59362 ____________________________________________________________________________
59363 [  7799] By: gsar                                  on 2000/11/22  01:02:56
59364         Log: some lib_pm.PL changes snuck in via change#7772
59365      Branch: maint-5.6/perl
59366            ! Makefile.SH
59367 ____________________________________________________________________________
59368 [  7798] By: nick                                  on 2000/11/21  21:59:40
59369         Log: Integrate mainline
59370      Branch: perlio
59371           !> (integrate 28 files)
59372 ____________________________________________________________________________
59373 [  7797] By: jhi                                   on 2000/11/21  21:01:45
59374         Log: Integrate perlio.
59375      Branch: perl
59376           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
59377 ____________________________________________________________________________
59378 [  7796] By: nick                                  on 2000/11/21  20:36:22
59379         Log: Win32 builds and runs (mostly) with USE_PERLIO.
59380              PERLIO=perlio passes all tests. 
59381              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
59382      Branch: perlio
59383            ! perlio.c win32/perllib.c win32/win32.c
59384 ____________________________________________________________________________
59385 [  7795] By: jhi                                   on 2000/11/21  19:03:44
59386         Log: Update Changes.
59387      Branch: perl
59388            ! Changes patchlevel.h
59389 ____________________________________________________________________________
59390 [  7794] By: jhi                                   on 2000/11/21  18:56:34
59391         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
59392              From: "Craig A. Berry" <craigberry@mac.com>
59393              Date: Mon, 20 Nov 2000 20:27:06 -0600
59394              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
59395              
59396              A cut-and-pasto.
59397      Branch: perl
59398            ! perlio.h
59399 ____________________________________________________________________________
59400 [  7793] By: jhi                                   on 2000/11/21  18:54:41
59401         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
59402              From: Dominic Dunlop <domo@computer.org> 
59403              Date: Mon, 20 Nov 2000 18:55:29 +0100
59404              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
59405              
59406              va_copy() and the need of it.
59407              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
59408      Branch: metaconfig/U/perl
59409            + need_va_copy.U
59410      Branch: perl
59411            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59412            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
59413            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
59414            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59415            ! win32/config.bc win32/config.gc win32/config.vc
59416 ____________________________________________________________________________
59417 [  7792] By: jhi                                   on 2000/11/21  17:04:10
59418         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
59419      Branch: perl
59420           !> scope.h
59421 ____________________________________________________________________________
59422 [  7791] By: jhi                                   on 2000/11/21  17:01:16
59423         Log: Export the SOCKS workaround symbols only if necessary.
59424      Branch: perl
59425            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
59426 ____________________________________________________________________________
59427 [  7790] By: nick                                  on 2000/11/20  23:57:11
59428         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
59429      Branch: perlio
59430            ! scope.h
59431 ____________________________________________________________________________
59432 [  7789] By: nick                                  on 2000/11/20  23:38:33
59433         Log: Integrate mainline
59434      Branch: perlio
59435           +> lib/File/Spec/Epoc.pm
59436           !> (integrate 34 files)
59437 ____________________________________________________________________________
59438 [  7788] By: nick                                  on 2000/11/20  23:20:18
59439         Log: Make extra buffer layer work (dummy crlf layer)
59440      Branch: perlio
59441            ! doio.c perlio.c perlio.h
59442 ____________________________________________________________________________
59443 [  7787] By: jhi                                   on 2000/11/20  22:44:04
59444         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
59445              From: Peter Prymmer <pvhp@forte.com>
59446              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
59447              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
59448      Branch: perl
59449            ! t/pragma/locale.t
59450 ____________________________________________________________________________
59451 [  7786] By: jhi                                   on 2000/11/20  22:29:10
59452         Log: Subject: DOC PATCH 5.6.0 perlreftut
59453              From: mjd@plover.com
59454              Date: 20 Nov 2000 19:45:06 -0000
59455              Message-ID: <20001120194506.9505.qmail@plover.com>
59456      Branch: perl
59457            ! pod/perlreftut.pod
59458 ____________________________________________________________________________
59459 [  7785] By: jhi                                   on 2000/11/20  22:27:44
59460         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
59461              From: David Dyck <dcd@tc.fluke.com>
59462              Date: Mon, 20 Nov 2000 11:43:40 -0800
59463              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
59464      Branch: perl
59465            ! lib/Cwd.pm
59466 ____________________________________________________________________________
59467 [  7784] By: jhi                                   on 2000/11/20  22:23:21
59468         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
59469              Date: Mon, 20 Nov 2000 17:06:10 -0500
59470              To: Mailing list Perl5 <perl5-porters@perl.org>
59471              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
59472      Branch: perl
59473            ! pp_ctl.c t/op/pat.t
59474 ____________________________________________________________________________
59475 [  7783] By: jhi                                   on 2000/11/20  22:11:18
59476         Log: Subject: [PATCH] doop.c - UTF8 tr///               
59477              From: Simon Cozens <simon@cozens.net>
59478              Date: Sat, 18 Nov 2000 18:49:30 +0000
59479              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
59480              
59481              Subject: Re: [PATCH] doop.c - UTF8 tr///           
59482              From: Simon Cozens <simon@cozens.net>
59483              Date: Mon, 20 Nov 2000 20:45:22 +0000
59484              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
59485              
59486              Make tr on UTF-8 better but still not correct.
59487      Branch: perl
59488            ! doop.c
59489 ____________________________________________________________________________
59490 [  7782] By: jhi                                   on 2000/11/20  22:02:16
59491         Log: Remove the shared object before attempting to create
59492              (by linking) a new one.  E.g. in AIX not removing
59493              becomes quite painful if one tries to do more than one
59494              build in the same tree (an interrupted build, for example),
59495              since the AIX' shared dynaloader seemingly keeps the shared
59496              objects open and therefore 'busy' for quite a while, even when
59497              nobody is using the objects, leading into link failures.
59498      Branch: perl
59499            ! lib/ExtUtils/MM_Unix.pm
59500 ____________________________________________________________________________
59501 [  7781] By: gsar                                  on 2000/11/20  19:02:55
59502         Log: type mismatch due to faulty integration
59503      Branch: maint-5.6/perl
59504            ! toke.c win32/Makefile
59505 ____________________________________________________________________________
59506 [  7780] By: gsar                                  on 2000/11/20  17:31:55
59507         Log: integrate changes#6392,6394..6399,6401..6404
59508              
59509              The {multiplier} of a fixed substring was overlooked which
59510              caused a wrong initial search offset for that substring.
59511              
59512              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
59513              From: Hugo <hv@crypt.compulink.co.uk>
59514              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
59515              Date: Thu, 13 Jul 2000 19:27:13 +0100
59516              
59517              Fix the BOM bug: not a byteorder bug, a signedness bug.
59518              
59519              Replace change #6337 with a better one.
59520              
59521              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
59522              From: Hugo <hv@crypt.compulink.co.uk>
59523              Date: Fri, 14 Jul 2000 04:16:20 +0100
59524              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
59525              
59526              MakeMaker should not remove editor backups (*~) on `make clean`
59527              by default (completes change#6383)
59528              
59529              move new variables to the end of the interpreter structure (for
59530              bincompat in code that doesn't #include XSUB.h)
59531              
59532              rename totally bletcherous SvLOCK() thingy (doesn't do what the
59533              name suggests anyway)
59534              
59535              various cleanups (typos, misformatted code, and small bugs)
59536              
59537              typecasts needed for change#6394
59538              
59539              typos in change#6399, regen headers
59540              
59541              inconsistent types needs casts
59542              
59543              PERL_OBJECT build tweaks
59544      Branch: maint-5.6/perl
59545           !> MANIFEST doop.c embed.h embed.pl embedvar.h
59546           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
59547           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
59548           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
59549           !> toke.c util.c
59550 ____________________________________________________________________________
59551 [  7779] By: gsar                                  on 2000/11/20  17:06:29
59552         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
59553              
59554              Cosmetics and perldelta.
59555              
59556              Fix nits noticed by Boston.pm.
59557              
59558              Do the cc sanity check both before the hints and
59559              after the cc selction.
59560              
59561              get sprintf.t to adjust properly for 3-digit exponents
59562              
59563              don't clobber *.orig files on *clean targets
59564              
59565              fix bugs in processing %v-*d and similar format specs (from
59566              Avi Finkel <avi@finkel.org>)
59567              
59568              sprintf test tweaks (from Dominic Dunlop)
59569              
59570              new selfloader.t in change#6183 doesn't close DATA handles,
59571              and thus fails to clean up tmp files on dosish platforms
59572              
59573              typos (spotted by Peter Prymmer)
59574              
59575              typo fix from Craig Berry
59576      Branch: maint-5.6/perl
59577           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
59578           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
59579           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
59580           !> x2p/Makefile.SH
59581 ____________________________________________________________________________
59582 [  7778] By: gsar                                  on 2000/11/20  16:46:51
59583         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
59584              
59585              Subject: Re: format bug report  [Patch]
59586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59587              Date: Wed, 05 Jul 2000 13:12:52 +0200
59588              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
59589              
59590              Subject: Re: format bug report  [Patch]
59591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59592              Date: Wed, 05 Jul 2000 14:10:01 +0200
59593              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
59594              
59595              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
59596              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59597              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
59598              Date: Fri, 07 Jul 2000 17:57:16 +0100
59599              
59600              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
59601              To: perl5-porters@perl.org
59602              From: Karsten Sperling <spiff@phreax.net>
59603              Date: Mon, 10 Jul 2000 15:12:52 +0200
59604              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
59605              
59606              README.posix-bc podified from Thomas Dorner.
59607              
59608              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
59609              From: Dominic Dunlop <domo@computer.org>
59610              Date: Tue, 11 Jul 2000 12:27:33 +0200
59611              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
59612              
59613              Typo in #6341.
59614              
59615              Fix for
59616              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
59617              From: Roderick Schertler <roderick@argon.org>
59618              Date: Tue, 11 Jul 2000 13:55:05 -0400
59619              Message-Id: <200007111755.NAA05077@jones.argon.org>
59620              
59621              Minor cleanups on the booklist.
59622              
59623              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
59624              regen perltoc.
59625              
59626              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
59627      Branch: maint-5.6/perl
59628           +> pod/perlbook.pod
59629           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
59630           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
59631           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
59632 ____________________________________________________________________________
59633 [  7777] By: jhi                                   on 2000/11/20  16:08:49
59634         Log: Update Changes.
59635      Branch: perl
59636            ! Changes patchlevel.h
59637 ____________________________________________________________________________
59638 [  7776] By: jhi                                   on 2000/11/20  15:27:56
59639         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
59640              This may be overly harsh but until proven otherwise, we think this
59641              way, or until we have a simple test for Configure (having to start
59642              up servers is does not count as simple) to check for the problems.
59643      Branch: perl
59644            ! perl.h
59645 ____________________________________________________________________________
59646 [  7775] By: jhi                                   on 2000/11/20  15:22:17
59647         Log: Solaris hints tweaks.
59648      Branch: perl
59649            ! hints/solaris_2.sh
59650 ____________________________________________________________________________
59651 [  7774] By: jhi                                   on 2000/11/20  15:01:20
59652         Log: Add a workaround to SOCKS 64-bit problems.
59653      Branch: perl
59654            ! doio.c embed.h embed.pl perlsdio.h proto.h
59655 ____________________________________________________________________________
59656 [  7773] By: jhi                                   on 2000/11/20  14:51:47
59657         Log: sysseek() instead of seek().
59658      Branch: perl
59659            ! t/lib/syslfs.t
59660 ____________________________________________________________________________
59661 [  7772] By: gsar                                  on 2000/11/20  13:06:23
59662         Log: integrate changes#6315..6319,6321..6331,6333..6338
59663              
59664              Integrate with Sarathy, preliminary fix for unicos
59665              alignment problems in [ID 20000612.002] Perl problem on Cray system.
59666              
59667              some debugger output does not go to the socket when RemotePort is set
59668              
59669              winsock cleanup never done on Windows (leads to handle leaks)
59670              
59671              fix UNC path handling on Windows under ithreads, and chdir()
59672              return value when given a non-existent directory
59673              
59674              Autogenerate pod/Makefile and pod/buildtoc.
59675              buildtoc also checks whether the existin pods are
59676              mentioned in MANIFEST and perl.pod, and vice versa.
59677              (None of the thusly found discrepancies fixed yet.)
59678              roffitall also needs to be autogenerated similarly but it
59679              seems so badly out of date that I didn't touch it yet.
59680              
59681              Config is being used.
59682              
59683              Add =head1 NAMEs so that buildtoc is happy.
59684              (The CGI::Util nit reported to Lincoln.)
59685              
59686              Fix complaints of buildtoc.
59687              
59688              Fix the alignment problem in Crays ([ID 20000612.002]).
59689              
59690              Remove perlbook, update perlfaq book listing,
59691              rearrange perl.pod, regenerate perltoc.
59692              
59693              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
59694              was cast to an unsigned (32-bit) integer with wild abandon.
59695              
59696              winsock options weren't being set in all threads under ithreads
59697              (caused send()s from second and subsequent threads to fail)
59698              
59699              accept() leaks memory on windows due to incorrect ordering of
59700              closesocket() and fclose() calls
59701              
59702              Reorder perl.pod once more.
59703              
59704              More POSIX.pod tweaks.
59705              
59706              Sprinkle ldlibpath.
59707              
59708              Precedence goof, fix based on
59709              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
59710              From: Hugo <hv@crypt.compulink.co.uk>
59711              Date: Tue, 11 Jul 2000 12:52:38 +0100
59712              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
59713              
59714              Subject: PATCH perlguts.pod: Document D and d magic types
59715              From: mjd@plover.com
59716              Date: 5 Jul 2000 18:01:51 -0000
59717              Message-ID: <20000705180151.29413.qmail@plover.com>
59718              
59719              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
59720              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
59721              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
59722              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
59723              
59724              Subject: [PATCH cfgperl] $& segfaults if you trick it
59725              From: simon@brecon.co.uk (Simon Cozens)
59726              Date: 7 Jul 2000 11:26:09 GMT
59727              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
59728              
59729              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
59730              From: Hugo <hv@crypt.compulink.co.uk>
59731              Date: Tue, 11 Jul 2000 12:44:50 +0100
59732              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
59733              
59734              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
59735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59736              Date: Tue, 11 Jul 2000 13:50:51 +0100
59737              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
59738      Branch: maint-5.6/perl
59739           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
59740           +> pod/buildtoc.PL
59741            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
59742           !> (integrate 26 files)
59743 ____________________________________________________________________________
59744 [  7771] By: gsar                                  on 2000/11/20  12:31:42
59745         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
59746              6310,6311,6314
59747              
59748              Subject: [PATCH bleedperl] File::Spec 0.82 beta
59749              From: Barrie Slaymaker <barries@jester.slaysys.com>
59750              Date: Wed, 28 Jun 2000 11:35:29 -0400
59751              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
59752              
59753              tweak perlembed for multiplicity/usethreads sanity; correct notes
59754              about Windows
59755              
59756              localize %INC in a Safe compartment so that use/require work
59757              (many other magic globals probably need similar treatment)
59758              
59759              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
59760              when @_ is modified, causing coredumps
59761              
59762              slurp mode fix in change#4736 still not quite right
59763              
59764              Point to perlipc for more SysV IPC examples.
59765              
59766              Elaborate POSIX.pod.  Still needs work.
59767              
59768              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
59769              
59770              fix large memory leak that has been around for ever, masked by
59771              -DPURIFY (most of the arenas were never freed!)
59772              
59773              fix memory leak on Windows (PL_sys_intern contents were never
59774              freed)
59775              
59776              PERL_OBJECT build tweak
59777              
59778              adjust change#6299
59779              
59780              remove rel2abs prototypes (from Barrie Slaymaker)
59781              
59782              missing perldiag entry for unpack("w",...) diagnostic (from
59783              Andreas Koenig)
59784              
59785              better diagnostic on Frob->stuff() when Frob:: doesn't exist
59786              (from Richard Soderberg <rs@oregonnet.com>)
59787              
59788              Win32 patches for cfgperl from Sarathy.
59789              
59790              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
59791              
59792              More POSIX.pod embellishment.
59793              
59794              tyop in change#6306
59795      Branch: maint-5.6/perl
59796           !> (integrate 44 files)
59797 ____________________________________________________________________________
59798 [  7770] By: gsar                                  on 2000/11/20  11:51:00
59799         Log: integrate changes#6268..6282 from cfgperl branch
59800              
59801              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
59802              From: Dominic Dunlop <domo@computer.org>
59803              Date: Thu, 29 Jun 2000 12:32:39 +0200
59804              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
59805              
59806              Regen headers for #6261 (and update embed.pl for this) and #6267,
59807              silence few compiler warnings.
59808              
59809              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
59810              From: Nicholas Clark <nick@talking.bollo.cx>
59811              Date: Fri, 23 Jun 2000 16:21:15 +0100
59812              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
59813              
59814              Subject: PATCH pod/perltie.pod
59815              From: Ian Phillipps <Ian.Phillipps@iname.com>
59816              Date: Fri, 16 Jun 2000 00:17:19 +0100
59817              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
59818              (only the first hunk, the second hunk had already been done
59819              by some other patch)
59820              
59821              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
59822              From: Tom Phoenix <rootbeer@redcat.com>
59823              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
59824              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
59825              
59826              Subject: [PATCH] xsub attributes
59827              From: Doug MacEachern <dougm@covalent.net>
59828              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
59829              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
59830              
59831              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
59832              From: Andy Dougherty <doughera@lafayette.edu>
59833              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
59834              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
59835              
59836              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
59837              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59838              Date: Tue, 13 Jun 2000 02:43:48 -0500
59839              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
59840              
59841              Subject: [PATCH] Re: eval documentation: context
59842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59843              Date: Mon, 12 Jun 2000 15:07:29 +0100
59844              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
59845              
59846              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
59847              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59848              Date: Mon, 12 Jun 2000 14:55:59 +0100
59849              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
59850              
59851              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
59852              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
59853              Date: Fri, 09 Jun 2000 12:39:27 -0400
59854              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
59855              (plus update the version "number" of Text::Wrap)
59856              
59857              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
59858              From: Tim Ayers <tayers@bridge.com>
59859              Date: Thu, 08 Jun 2000 08:11:06 +0200
59860              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
59861              [resent by Richard Foley, Message-Id probably wrong]
59862              
59863              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
59864              From: rspier@pobox.com (Robert Spier)
59865              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
59866              Message-ID: <14654.31913.845602.610277@rls.cx>
59867              
59868              Subject: [PATCH 5.6.0] utils/h2xs.PL
59869              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59870              Date: Wed, 7 Jun 2000 04:02:04 -0500
59871              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
59872              
59873              Subject: [PATCH 5.6.0]ITHREADs for VMS
59874              From: Dan Sugalski <dan@sidhe.org>
59875              Date: Tue, 06 Jun 2000 11:59:50 -0400
59876              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
59877      Branch: maint-5.6/perl
59878           !> (integrate 31 files)
59879 ____________________________________________________________________________
59880 [  7769] By: gsar                                  on 2000/11/20  11:29:06
59881         Log: integrate changes#6261..6266 from cfgperl
59882              
59883              Subject: Re: [PATCH cfgperl] BOMs away!
59884              From: simon@brecon.co.uk (Simon Cozens)
59885              Date: 17 Jun 2000 11:49:57 GMT
59886              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
59887              
59888              Subject: 5.6.0 Patch for EPOC
59889              From: Olaf Flebbe <o.flebbe@gmx.de>
59890              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
59891              Message-ID: <23449.960929969@www11.gmx.net>
59892              
59893              tr fixes from Simon Cozens
59894              
59895              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
59896              From: Marty Lucich <marty@netcom.com>
59897              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
59898              Message-Id: <200006282116.OAA11148@netcom.com>
59899              ccdlflags update (the BSD/OS 4.1 part had already been taken
59900              care of by #6141).
59901              
59902              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
59903              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59904              Date: Wed, 28 Jun 2000 17:50:12 -0700
59905              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
59906              
59907              Subject: [PATCH 5.6.0] cygwin port
59908              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
59909              From: "Fifer, Eric" <EFifer@sanwaint.com>
59910              Date: Thu, 29 Jun 2000 12:58:29 +0100
59911      Branch: maint-5.6/perl
59912           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
59913           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
59914           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59915           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
59916 ____________________________________________________________________________
59917 [  7768] By: gsar                                  on 2000/11/20  11:13:44
59918         Log: integrate changes#6252..6256,6259..6260
59919              
59920              Paranoia tweak on #6249.
59921              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59922              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59923              Date: Sun, 25 Jun 2000 23:43:12 -0400
59924              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
59925              
59926              Subject: tr///, help wanted.
59927              From: simon@brecon.co.uk (Simon Cozens)
59928              Date: 28 Jun 2000 11:29:04 GMT
59929              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
59930              
59931              small thinko tweaks
59932              
59933              tweaks from Simon Conzes to further fix tr/// under utf8
59934              
59935              perlnewmod was missing from MANIFEST.
59936              
59937              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
59938              From: simon@brecon.co.uk (Simon Cozens)
59939              Date: 17 Jun 2000 11:56:44 GMT
59940              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
59941              pack U0, pack C0
59942      Branch: maint-5.6/perl
59943           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
59944           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
59945           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
59946           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
59947 ____________________________________________________________________________
59948 [  7767] By: gsar                                  on 2000/11/20  10:51:38
59949         Log: integrate change#6250 from cfgperl
59950              
59951              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
59952              From: Doug MacEachern <dougm@covalent.net>
59953              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
59954              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
59955      Branch: maint-5.6/perl
59956           +> t/op/my_stash.t
59957           !> MANIFEST embed.pl global.sym proto.h toke.c
59958 ____________________________________________________________________________
59959 [  7766] By: gsar                                  on 2000/11/20  10:48:34
59960         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
59961              
59962              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
59963              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59964              Date: Mon, 26 Jun 2000 18:40:14 +0100
59965              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
59966              
59967              Subject: [PATCH] bytes<->utf8 fixes
59968              From: simon@brecon.co.uk (Simon Cozens)
59969              Date: 26 Jun 2000 04:55:45 GMT
59970              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
59971              
59972              Subject: [PATCH] is_utf8_string
59973              From: simon@brecon.co.uk (Simon Cozens)
59974              Date: 26 Jun 2000 02:25:59 GMT
59975              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
59976              
59977              Subject: [PATCH] avoid mg_ptr in '*' magic
59978              From: Doug MacEachern <dougm@covalent.net>
59979              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
59980              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
59981              
59982              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
59983              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59984              Date: Sat, 24 Jun 2000 13:06:20 +0100
59985              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
59986              
59987              Allow for standalone testing.
59988              
59989              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
59990              From: Mark-Jason Dominus <mjd@plover.com>
59991              Date: Tue, 27 Jun 2000 22:36:42 -0400
59992              Message-ID: <20000628023642.12166.qmail@plover.com>
59993              
59994              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59995              From: Frank Tobin <ftobin@uiuc.edu>
59996              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
59997              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
59998      Branch: maint-5.6/perl
59999           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
60000           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
60001           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
60002           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
60003           !> utf8.c utils/h2xs.PL
60004 ____________________________________________________________________________
60005 [  7765] By: gsar                                  on 2000/11/20  10:29:13
60006         Log: integrate change#6239 from cfgperl
60007              
60008              Configure maintenance.  Sever some dependency cycles,
60009              separate gccversion from the cc unit,
60010              address [ID 20000623.006] Configure script patch for using gcc on AIX
60011              (but solve it a little bit differently),
60012              unduplex some accidentally duplicated units,
60013              suggest using gcc if no cc available
60014              (p5p thread: "Solaris configure: counterproposal", 1999-09)
60015      Branch: maint-5.6/perl
60016           !> Configure Todo-5.6 config_h.SH
60017 ____________________________________________________________________________
60018 [  7764] By: gsar                                  on 2000/11/20  10:25:55
60019         Log: integrate changes#6233..6238 from cfgperl
60020              
60021              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
60022              From: Mark-Jason Dominus <mjd@plover.com>
60023              Date: Fri, 16 Jun 2000 20:53:04 -0400
60024              Message-ID: <20000617005304.8008.qmail@plover.com>
60025              
60026              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
60027              because when run as services (Win32ese for daemons)
60028              no environment variables are set and tmpdir ends up as /tmp,
60029              which is ambiguous.
60030              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
60031              From: matt@sergeant.org
60032              Date: 16 Jun 2000 16:30:43 -0000
60033              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
60034              
60035              The thread begun by
60036              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
60037              From: Kevin.Ruscoe@ubsw.com
60038              Date: Fri, 16 Jun 2000 16:38:51 +0100
60039              Message-Id: <H000019b03c300d6@MHS>
60040              
60041              Tweak embed.pl, regen headers.
60042              
60043              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
60044              From: Dan Sugalski <dan@sidhe.org>
60045              Date: Fri, 23 Jun 2000 17:00:00 -0400
60046              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
60047      Branch: maint-5.6/perl
60048           !> (integrate 27 files)
60049 ____________________________________________________________________________
60050 [  7763] By: gsar                                  on 2000/11/20  10:08:08
60051         Log: s/perl56delta/perldelta/g
60052      Branch: maint-5.6/perl
60053            ! pod/Makefile
60054 ____________________________________________________________________________
60055 [  7762] By: gsar                                  on 2000/11/20  10:04:00
60056         Log: integrate changes#6225,6229,6231,6232 from cfgperl
60057              
60058              Add source code filenames to apidoc.
60059              From: simon@brecon.co.uk (Simon Cozens)
60060              Subject: [PATCH embed.pl] Source X-ref
60061              Date: 22 Jun 2000 02:18:49 GMT
60062              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
60063              
60064              Subject: README.hpux version 0.6.1
60065              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
60066              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60067              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
60068              
60069              Subject: [PATCH 5.6.0] cygwin port
60070              From: "Fifer, Eric" <EFifer@sanwaint.com>
60071              Date: Tue, 20 Jun 2000 14:30:58 +0100
60072              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
60073              
60074              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
60075              From: simon@brecon.co.uk (Simon Cozens)
60076              Date: 19 Jun 2000 15:18:27 GMT
60077              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
60078              
60079              plus update pod/Makefile and regenerate perltoc
60080      Branch: maint-5.6/perl
60081           +> pod/perlutil.pod
60082           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
60083           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
60084 ____________________________________________________________________________
60085 [  7761] By: jhi                                   on 2000/11/20  04:09:55
60086         Log: Miraculous typo.
60087      Branch: perl
60088            ! t/op/pat.t
60089 ____________________________________________________________________________
60090 [  7760] By: jhi                                   on 2000/11/20  04:06:08
60091         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
60092              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60093              Date: Sun, 19 Nov 2000 22:30:26 -0500
60094              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
60095      Branch: perl
60096            ! regexec.c scope.h t/op/pat.t
60097 ____________________________________________________________________________
60098 [  7759] By: jhi                                   on 2000/11/20  02:05:22
60099         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
60100      Branch: perl
60101            ! perl.h
60102 ____________________________________________________________________________
60103 [  7758] By: jhi                                   on 2000/11/20  01:58:11
60104         Log: Subject: [perl 7711: EPOC] updates
60105              From: Olaf Flebbe <o.flebbe@gmx.de>
60106              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
60107              Message-ID: <25575.974658810@www23.gmx.net>               
60108      Branch: perl
60109            + lib/File/Spec/Epoc.pm
60110            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
60111            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
60112            ! lib/File/Spec.pm perl.c sv.c
60113 ____________________________________________________________________________
60114 [  7757] By: jhi                                   on 2000/11/20  01:53:11
60115         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
60116      Branch: perl
60117            ! MANIFEST
60118 ____________________________________________________________________________
60119 [  7756] By: jhi                                   on 2000/11/20  01:47:22
60120         Log: Integrate perlio.
60121      Branch: perl
60122            - ext/re/hints/MSWin32.pl
60123           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
60124           !> win32/config.gc win32/config_H.gc win32/win32sck.c
60125 ____________________________________________________________________________
60126 [  7755] By: nick                                  on 2000/11/19  20:57:17
60127         Log: Add dummy crlf layer (just as buffer)
60128              Correct 1st bug - one layer of indirection.
60129      Branch: perlio
60130            ! perlio.c perlio.h perliol.h
60131 ____________________________________________________________________________
60132 [  7754] By: nick                                  on 2000/11/19  20:56:12
60133         Log: Work-round to Perl_deb_nocontext is no longer required
60134      Branch: perlio
60135            - ext/re/hints/MSWin32.pl
60136 ____________________________________________________________________________
60137 [  7753] By: nick                                  on 2000/11/19  20:01:16
60138         Log: diff -se shows these as different
60139      Branch: perlio
60140            ! global.sym pod/perlapi.pod
60141 ____________________________________________________________________________
60142 [  7752] By: nick                                  on 2000/11/19  18:57:30
60143         Log: Configure GCC/Win32 build -Duseperlio
60144              Fix a couple of gross issues
60145              - double-include of ../deb.o in re.dll
60146              - win32sck.c needs PerlIO and FILE 
60147      Branch: perlio
60148            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
60149            ! win32/win32sck.c
60150 ____________________________________________________________________________
60151 [  7751] By: nick                                  on 2000/11/19  17:05:36
60152         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
60153      Branch: perlio
60154            ! perlio.c
60155 ____________________________________________________________________________
60156 [  7750] By: nick                                  on 2000/11/19  16:57:14
60157         Log: Missing aTHX_
60158      Branch: perlio
60159            ! sv.c
60160 ____________________________________________________________________________
60161 [  7749] By: jhi                                   on 2000/11/19  16:28:40
60162         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
60163              From: "Peter J. Farley III" <pjfarley@banet.net>
60164              Date: Sun, 19 Nov 2000 01:42:58 -0500
60165              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
60166      Branch: perl
60167            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
60168 ____________________________________________________________________________
60169 [  7748] By: jhi                                   on 2000/11/19  16:08:10
60170         Log: Subject: podlators 1.05 available        
60171              From: Russ Allbery <rra@stanford.edu>   
60172              Date: 18 Nov 2000 22:04:28 -0800
60173              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
60174      Branch: perl
60175            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
60176 ____________________________________________________________________________
60177 [  7747] By: nick                                  on 2000/11/19  11:19:39
60178         Log: Integrate mainline
60179      Branch: perlio
60180           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
60181           !> util.c
60182 ____________________________________________________________________________
60183 [  7746] By: jhi                                   on 2000/11/19  06:42:22
60184         Log: Make hex scanning warn on "\x{x}" and "\xx".
60185              "\x" and and hex("x") are still valid.
60186      Branch: perl
60187            ! util.c
60188 ____________________________________________________________________________
60189 [  7745] By: nick                                  on 2000/11/18  22:52:28
60190         Log: Integrate mainline
60191      Branch: perlio
60192           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
60193           !> perl.h perlio.c proto.h regcomp.c regcomp.h
60194 ____________________________________________________________________________
60195 [  7744] By: jhi                                   on 2000/11/18  22:50:28
60196         Log: Introduce Perl_utf8_length().  Use it.
60197      Branch: perl
60198            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
60199 ____________________________________________________________________________
60200 [  7743] By: jhi                                   on 2000/11/18  22:38:51
60201         Log: Compiler denit.
60202      Branch: perl
60203            ! perlio.c
60204 ____________________________________________________________________________
60205 [  7742] By: jhi                                   on 2000/11/18  20:33:05
60206         Log: Integrate perlio.
60207      Branch: perl
60208           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
60209           !> perlio.h pp_ctl.c pp_sys.c sv.c
60210 ____________________________________________________________________________
60211 [  7741] By: jhi                                   on 2000/11/18  20:31:27
60212         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
60213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60214              Date: Fri, 17 Nov 2000 20:35:11 -0500
60215              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
60216              
60217              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
60218              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60219              Date: Fri, 17 Nov 2000 21:03:47 -0500
60220              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
60221              
60222              Plus a little bit of tweaking in pregcomp().
60223      Branch: perl
60224            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
60225 ____________________________________________________________________________
60226 [  7740] By: nick                                  on 2000/11/18  20:17:22
60227         Log: Lexical use open ... support:
60228              add ->cop_io to COP structure in cop.h.
60229              Make mg.c and gv.c associate it with ${^OPEN}.
60230              Make lib/open.pm set it.
60231              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
60232              manner similar to ->cop_warnings.
60233              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
60234              call new PerlIO_apply_layers().
60235              Declare latter in perlio.h and define in perlio.c
60236      Branch: perlio
60237            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
60238            ! perlio.h pp_ctl.c pp_sys.c sv.c
60239 ____________________________________________________________________________
60240 [  7739] By: jhi                                   on 2000/11/18  19:54:00
60241         Log: Integrate perlio.
60242      Branch: perl
60243           !> doio.c perlio.c pp.c
60244 ____________________________________________________________________________
60245 [  7738] By: jhi                                   on 2000/11/18  17:16:13
60246         Log: Subject: [PATCH 5.7.0] etags broken again
60247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60248              Date: Sat, 18 Nov 2000 02:41:36 -0500
60249              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
60250      Branch: perl
60251            ! emacs/ptags
60252 ____________________________________________________________________________
60253 [  7737] By: jhi                                   on 2000/11/18  17:12:18
60254         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
60255      Branch: perl
60256            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60257 ____________________________________________________________________________
60258 [  7736] By: nick                                  on 2000/11/18  14:06:20
60259         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
60260              part to be isolated.
60261      Branch: perlio
60262            ! doio.c perlio.c
60263 ____________________________________________________________________________
60264 [  7735] By: nick                                  on 2000/11/18  11:03:32
60265         Log: Integrate mainline
60266      Branch: perlio
60267           !> Changes README.amiga README.win32 patchlevel.h
60268           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
60269 ____________________________________________________________________________
60270 [  7734] By: jhi                                   on 2000/11/18  01:18:56
60271         Log: Update Changes.
60272      Branch: perl
60273            ! Changes patchlevel.h
60274 ____________________________________________________________________________
60275 [  7733] By: jhi                                   on 2000/11/18  00:32:54
60276         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
60277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60278              Date: Fri, 17 Nov 2000 17:28:02 -0500
60279              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
60280      Branch: perl
60281            ! regcomp.c regexec.c t/op/re_tests
60282 ____________________________________________________________________________
60283 [  7732] By: jhi                                   on 2000/11/18  00:28:56
60284         Log: Sparc 64-bit pack() fix from Jens Hamisch.
60285      Branch: perl
60286            ! pp.c
60287 ____________________________________________________________________________
60288 [  7731] By: jhi                                   on 2000/11/18  00:18:39
60289         Log: Explain in more detail the {} syntax ambiguousity.
60290              
60291              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
60292              From: Nicholas Clark <nick@ccl4.org>
60293              Date: Fri, 17 Nov 2000 22:10:28 +0000
60294              Message-ID: <20001117221028.A88930@plum.flirble.org>
60295      Branch: perl
60296            ! pod/perlfunc.pod
60297 ____________________________________________________________________________
60298 [  7730] By: jhi                                   on 2000/11/18  00:12:18
60299         Log: Subject: Fix for README.amiga (20000323.033)
60300              From: "Stephen P. Potter" <spp@spotter.yi.org>
60301              Date: Fri, 17 Nov 2000 12:25:51 -0500
60302              Message-Id: <200011171725.MAA05768@spotter.yi.org>
60303      Branch: perl
60304            ! README.amiga
60305 ____________________________________________________________________________
60306 [  7729] By: jhi                                   on 2000/11/18  00:08:34
60307         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
60308              From: "A. C. Yardley" <yardley@tanet.net>
60309              Date: Mon, 3 Apr 2000 11:35:33 -0700
60310              Message-ID: <3483.000403@tanet.net>
60311      Branch: perl
60312            ! README.win32
60313 ____________________________________________________________________________
60314 [  7728] By: nick                                  on 2000/11/17  21:59:47
60315         Log: Integrate mainline
60316      Branch: perlio
60317           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
60318           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
60319           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
60320           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
60321 ____________________________________________________________________________
60322 [  7727] By: nick                                  on 2000/11/17  21:56:31
60323         Log: Experiment on use of attributes.pm interface.
60324              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
60325              SVt_PVRV if not already something better (else vivify of say magic gets
60326              core dump).
60327      Branch: perlio
60328            ! perlio.c pp.c
60329 ____________________________________________________________________________
60330 [  7726] By: jhi                                   on 2000/11/17  14:15:49
60331         Log: Subject: Fix for 20000815.006
60332              From: "Stephen P. Potter" <spp@spotter.yi.org>
60333              Date: Fri, 17 Nov 2000 08:57:45 -0500
60334              Message-Id: <200011171357.IAA05122@spotter.yi.org>
60335              
60336              It's really 20000518.006.
60337      Branch: perl
60338            ! pod/perlmodlib.PL
60339 ____________________________________________________________________________
60340 [  7725] By: jhi                                   on 2000/11/17  14:12:31
60341         Log: Subject: Fix for 20000409.001
60342              From: "Stephen P. Potter" <spp@spotter.yi.org>
60343              Date: Fri, 17 Nov 2000 08:55:45 -0500
60344              Message-Id: <200011171355.IAA05104@spotter.yi.org>
60345      Branch: perl
60346            ! pod/perlfaq9.pod
60347 ____________________________________________________________________________
60348 [  7724] By: jhi                                   on 2000/11/17  14:08:58
60349         Log: Undo #7627 now that we have =head3.
60350      Branch: perl
60351            ! pod/perlhack.pod
60352 ____________________________________________________________________________
60353 [  7723] By: jhi                                   on 2000/11/17  14:04:09
60354         Log: As surmised the #7719 wasn't a good move.
60355      Branch: perl
60356            ! hints/solaris_2.sh
60357 ____________________________________________________________________________
60358 [  7722] By: jhi                                   on 2000/11/17  13:59:04
60359         Log: Also the 64bitall hints can be either here or there.
60360      Branch: perl
60361            ! hints/solaris_2.sh
60362 ____________________________________________________________________________
60363 [  7721] By: jhi                                   on 2000/11/17  02:26:23
60364         Log: Test tweak for the open pragma.
60365      Branch: perl
60366            ! t/lib/b.t
60367 ____________________________________________________________________________
60368 [  7720] By: jhi                                   on 2000/11/17  00:23:22
60369         Log: The long double hints can be here or there.
60370      Branch: perl
60371            ! hints/solaris_2.sh
60372 ____________________________________________________________________________
60373 [  7719] By: jhi                                   on 2000/11/17  00:14:06
60374         Log: For Solaris use64bitall the stdchar needs a little bit of help.
60375      Branch: perl
60376            ! hints/solaris_2.sh
60377 ____________________________________________________________________________
60378 [  7718] By: jhi                                   on 2000/11/16  23:27:34
60379         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
60380              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
60381              Date: Wed, 15 Nov 2000 08:56:32 +0100
60382              Message-ID: <3A1241B0.64477E00@alcatel.at>
60383      Branch: perl
60384            ! lib/Carp/Heavy.pm
60385 ____________________________________________________________________________
60386 [  7717] By: jhi                                   on 2000/11/16  23:23:29
60387         Log: Subject: [PATCH] Re: 20001101.003 PDL
60388              From: Nicholas Clark <nick@ccl4.org>
60389              Date: Thu, 16 Nov 2000 16:48:25 +0000
60390              Message-ID: <20001116164825.B93487@plum.flirble.org>
60391      Branch: perl
60392            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
60393 ____________________________________________________________________________
60394 [  7716] By: jhi                                   on 2000/11/16  23:21:31
60395         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
60396              From: "Casey R. Tweten" <crt@kiski.net>
60397              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
60398              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
60399      Branch: perl
60400            ! lib/Pod/Checker.pm pod/perlpod.pod
60401 ____________________________________________________________________________
60402 [  7715] By: jhi                                   on 2000/11/16  23:19:40
60403         Log: Avoid an infinite loop in VMS when utils scripts are run
60404              with no arguments, from Charles Lane.
60405      Branch: perl
60406            ! configure.com
60407 ____________________________________________________________________________
60408 [  7714] By: jhi                                   on 2000/11/16  23:17:08
60409         Log: Subject: perllocale.pod changes
60410              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60411              Date: Mon, 13 Nov 2000 10:09:22 +0300
60412              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
60413      Branch: perl
60414            ! pod/perllocale.pod
60415 ____________________________________________________________________________
60416 [  7713] By: jhi                                   on 2000/11/16  23:14:06
60417         Log: Integrate perlio.
60418      Branch: perl
60419           !> doio.c perlio.c perlio.h util.c
60420 ____________________________________________________________________________
60421 [  7712] By: nick                                  on 2000/11/16  21:10:58
60422         Log: Integrate mainline
60423      Branch: perlio
60424           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60425           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
60426           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
60427           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60428           !> win32/config.gc win32/config.vc
60429 ____________________________________________________________________________
60430 [  7711] By: nick                                  on 2000/11/16  19:56:41
60431         Log: Minor tweaks:
60432              consistent way of getting 'rb', 'wb' etc. for binary opens
60433              move *perlio::layers to *open::layers
60434              a #define to show layers available
60435              DOSISH popen/PerlIO had export/import sense inverted.
60436      Branch: perlio
60437            ! doio.c perlio.c perlio.h util.c
60438 ____________________________________________________________________________
60439 [  7710] By: jhi                                   on 2000/11/16  15:46:05
60440         Log: Add HAS_SBRK_PROTO.
60441      Branch: metaconfig/U/perl
60442            + d_sbrkproto.U
60443      Branch: perl
60444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60445            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
60446            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
60447            ! vos/config.ga.def vos/config.ga.h win32/config.bc
60448            ! win32/config.gc win32/config.vc
60449 ____________________________________________________________________________
60450 [  7709] By: nick                                  on 2000/11/16  07:31:49
60451         Log: Integrate mainline
60452      Branch: perlio
60453           !> (integrate 35 files)
60454 ____________________________________________________________________________
60455 [  7708] By: jhi                                   on 2000/11/16  05:33:03
60456         Log: These files are text, not binary.
60457      Branch: perl
60458            ! ext/Encode/Encode/iso8859-10.enc
60459            ! ext/Encode/Encode/iso8859-13.enc
60460            ! ext/Encode/Encode/iso8859-14.enc
60461            ! ext/Encode/Encode/iso8859-15.enc
60462 ____________________________________________________________________________
60463 [  7707] By: jhi                                   on 2000/11/16  01:53:37
60464         Log: Update Changes.
60465      Branch: perl
60466            ! Changes patchlevel.h
60467 ____________________________________________________________________________
60468 [  7706] By: jhi                                   on 2000/11/16  01:35:59
60469         Log: More #undefing of stdio.
60470      Branch: perl
60471            ! fakesdio.h nostdio.h
60472 ____________________________________________________________________________
60473 [  7705] By: jhi                                   on 2000/11/16  01:34:18
60474         Log: Add fwalk() probe to the configuration files and regen perltoc.
60475      Branch: perl
60476            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60477            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
60478            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
60479            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60480            ! win32/config.bc win32/config.gc win32/config.vc
60481 ____________________________________________________________________________
60482 [  7704] By: jhi                                   on 2000/11/16  01:33:07
60483         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
60484              an optional third argument to Inlibc?)
60485      Branch: metaconfig/U/perl
60486            + d__fwalk.U
60487 ____________________________________________________________________________
60488 [  7703] By: jhi                                   on 2000/11/16  01:09:22
60489         Log: The type of the hash_cb() size argument is tricky.
60490      Branch: perl
60491            ! ext/DB_File/DB_File.xs
60492 ____________________________________________________________________________
60493 [  7702] By: jhi                                   on 2000/11/15  23:01:16
60494         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
60495      Branch: perl
60496            ! nostdio.h
60497 ____________________________________________________________________________
60498 [  7701] By: jhi                                   on 2000/11/15  22:52:32
60499         Log: Detypo.
60500      Branch: perl
60501            ! t/lib/bigfltpm.t
60502 ____________________________________________________________________________
60503 [  7700] By: jhi                                   on 2000/11/15  22:51:56
60504         Log: UINT64_C() work continues.
60505      Branch: perl
60506            ! handy.h perl.h utf8.h
60507 ____________________________________________________________________________
60508 [  7699] By: jhi                                   on 2000/11/15  14:13:04
60509         Log: SOCKS has its own USE_THREADS, based on
60510              
60511              Subject: [ID 20001114.002] et. al. bugfix followup
60512              From: Jens Hamisch <jens@Strawberry.COM> 
60513              Date: Wed, 15 Nov 2000 14:23:11 +0100
60514              Message-ID: <20001115142311.A21164@Strawberry.COM>
60515      Branch: perl
60516            ! perl.h
60517 ____________________________________________________________________________
60518 [  7698] By: jhi                                   on 2000/11/15  03:50:56
60519         Log: Add few missing #undefs and sort them.
60520      Branch: perl
60521            ! fakesdio.h
60522 ____________________________________________________________________________
60523 [  7697] By: jhi                                   on 2000/11/15  03:39:14
60524         Log: Linenumber fix.
60525      Branch: perl
60526            ! t/pragma/warn/utf8
60527 ____________________________________________________________________________
60528 [  7696] By: jhi                                   on 2000/11/15  02:55:26
60529         Log: EBCDIC tweaks.
60530              
60531              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
60532              From: Peter Prymmer <pvhp@forte.com>
60533              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
60534              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
60535      Branch: perl
60536            ! t/op/regmesg.t t/pragma/warn/utf8
60537 ____________________________________________________________________________
60538 [  7695] By: jhi                                   on 2000/11/15  02:53:58
60539         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
60540              From: Peter Prymmer <pvhp@forte.com>
60541              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
60542              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
60543      Branch: perl
60544            ! utf8.c
60545 ____________________________________________________________________________
60546 [  7694] By: jhi                                   on 2000/11/15  02:50:55
60547         Log: Subject: [PATCH: perl@7674] updates to README.os390
60548              From: Prymmer/Kahn <pvhp@best.com>
60549              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
60550              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
60551      Branch: perl
60552            ! README.os390
60553 ____________________________________________________________________________
60554 [  7693] By: jhi                                   on 2000/11/15  02:48:37
60555         Log: Quit utf8_to_uv() instantly if curlen == 0.
60556      Branch: perl
60557            ! utf8.c
60558 ____________________________________________________________________________
60559 [  7692] By: jhi                                   on 2000/11/15  02:24:29
60560         Log: Use u_int32_t for the size of hash_cb(), not size_t.
60561              
60562              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
60563              From: Jens Hamisch <jens@Strawberry.COM>     
60564              Date: Tue, 14 Nov 2000 19:03:55 +0100
60565              Message-Id: <20001114190355.A20559@Strawberry.COM>
60566      Branch: perl
60567            ! ext/DB_File/DB_File.xs
60568 ____________________________________________________________________________
60569 [  7691] By: jhi                                   on 2000/11/15  02:20:12
60570         Log: Use UINT64_C().
60571              
60572              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
60573              From: Jens Hamisch <jens@Strawberry.COM>
60574              Date: Tue, 14 Nov 2000 19:16:23 +0100
60575              Message-Id: <20001114191623.G20559@Strawberry.COM>
60576      Branch: perl
60577            ! utf8.c utf8.h
60578 ____________________________________________________________________________
60579 [  7690] By: jhi                                   on 2000/11/15  02:17:06
60580         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
60581              (a macro to define signed and unsigned integer constants).
60582      Branch: perl
60583            ! handy.h
60584 ____________________________________________________________________________
60585 [  7689] By: jhi                                   on 2000/11/15  01:56:51
60586         Log: Regen Configure.
60587      Branch: perl
60588            ! Configure
60589 ____________________________________________________________________________
60590 [  7688] By: jhi                                   on 2000/11/15  01:56:32
60591         Log: Make the unit know about SOCKS.
60592      Branch: metaconfig
60593            ! U/protos/socksizetype.U
60594 ____________________________________________________________________________
60595 [  7687] By: jhi                                   on 2000/11/15  01:54:47
60596         Log: Remove unused dependencies.
60597      Branch: metaconfig
60598            ! U/compline/d_getpagsz.U
60599 ____________________________________________________________________________
60600 [  7686] By: nick                                  on 2000/11/14  21:25:13
60601         Log: Integrate mainline.
60602      Branch: perlio
60603           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
60604           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
60605           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
60606           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
60607           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
60608           !> win32/config.bc win32/config.gc win32/config.vc
60609           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
60610 ____________________________________________________________________________
60611 [  7685] By: jhi                                   on 2000/11/14  17:54:56
60612         Log: Integrate perlio.
60613      Branch: perl
60614           +> fakesdio.h perliol.h
60615           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
60616           !> perlsdio.h perlsfio.h pod/perlfunc.pod
60617 ____________________________________________________________________________
60618 [  7684] By: nick                                  on 2000/11/14  17:43:04
60619         Log: PerlIO #include and #ifdef re-work.
60620      Branch: perlio
60621            + fakesdio.h perliol.h
60622            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
60623            ! perlsdio.h perlsfio.h
60624 ____________________________________________________________________________
60625 [  7683] By: jhi                                   on 2000/11/14  15:42:40
60626         Log: Hoist the duplicated socket/netdb include logic to perl.h;
60627              undef SETERRNO in case SOCKS has defined it.  Based on:
60628              
60629              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
60630              From: Jens Hamisch <jens@Strawberry.COM> 
60631              Date: Tue, 14 Nov 2000 11:34:40 +0100
60632              Message-Id: <20001114113440.A20005@Strawberry.COM>
60633      Branch: perl
60634            ! doio.c perl.h pp_sys.c
60635 ____________________________________________________________________________
60636 [  7682] By: jhi                                   on 2000/11/14  14:07:28
60637         Log: Subject: some additions for makefiles for win32 (for perl@7674)
60638              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60639              Date: Tue, 14 Nov 2000 09:31:13 +0300
60640              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
60641      Branch: perl
60642            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
60643            ! win32/makefile.mk
60644 ____________________________________________________________________________
60645 [  7681] By: jhi                                   on 2000/11/14  14:01:41
60646         Log: Subject: tiny typo in perl5db.pl
60647              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60648              Date: Tue, 14 Nov 2000 09:29:28 +0300
60649              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
60650      Branch: perl
60651            ! lib/perl5db.pl
60652 ____________________________________________________________________________
60653 [  7680] By: jhi                                   on 2000/11/14  04:13:50
60654         Log: Redo #7679 with LFs instead of CRLFs.
60655      Branch: perl
60656            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
60657            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
60658            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
60659 ____________________________________________________________________________
60660 [  7679] By: jhi                                   on 2000/11/14  01:21:09
60661         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
60662              From: Benjamin Stuhl <tiriath@yahoo.com> 
60663              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
60664              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
60665      Branch: perl
60666            + win32/bin/mdelete.bat
60667            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
60668            ! makedef.pl perlio.c win32/Makefile win32/config.gc
60669            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
60670 ____________________________________________________________________________
60671 [  7678] By: jhi                                   on 2000/11/14  01:19:20
60672         Log: Fix the re extension building for Win32.
60673              
60674              Subject: [PATCH perl@7638] Get PerlIO building on Win32
60675              From: Benjamin Stuhl <tiriath@yahoo.com> 
60676              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
60677              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
60678      Branch: perl
60679            + ext/re/hints/MSWin32.pl
60680            ! MANIFEST
60681 ____________________________________________________________________________
60682 [  7677] By: jhi                                   on 2000/11/14  01:13:54
60683         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
60684              From: sthoenna@efn.org
60685              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
60686              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
60687      Branch: perl
60688            ! doop.c pp.c toke.c utf8.c utf8.h
60689 ____________________________________________________________________________
60690 [  7676] By: jhi                                   on 2000/11/13  20:23:15
60691         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60692              From: Nicholas Clark <nick@ccl4.org>
60693              Date: Mon, 13 Nov 2000 18:55:04 +0000
60694              Message-ID: <20001113185504.J29183@plum.flirble.org>
60695      Branch: perl
60696            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
60697 ____________________________________________________________________________
60698 [  7675] By: nick                                  on 2000/11/13  20:21:57
60699         Log: Integrate mainline ...
60700      Branch: perlio
60701           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
60702           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
60703           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
60704           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
60705 ____________________________________________________________________________
60706 [  7674] By: jhi                                   on 2000/11/13  15:07:56
60707         Log: Update Changes.
60708      Branch: perl
60709            ! Changes patchlevel.h
60710 ____________________________________________________________________________
60711 [  7673] By: jhi                                   on 2000/11/13  14:42:42
60712         Log: Remove the new two tests of lib/io_xs for now, they seem to
60713              fail under perlio on some platforms.
60714      Branch: perl
60715            ! t/lib/io_xs.t
60716 ____________________________________________________________________________
60717 [  7672] By: jhi                                   on 2000/11/13  13:57:53
60718         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
60719      Branch: perl
60720            ! perlio.c
60721 ____________________________________________________________________________
60722 [  7671] By: jhi                                   on 2000/11/13  05:30:48
60723         Log: Placate nervous compilers that see longer than ints switch()ing.
60724      Branch: perl
60725            ! utf8.c
60726 ____________________________________________________________________________
60727 [  7670] By: jhi                                   on 2000/11/13  05:14:21
60728         Log: fputs() does return EOF on error but here we don't care.
60729      Branch: perl
60730            ! perlio.c
60731 ____________________________________________________________________________
60732 [  7669] By: jhi                                   on 2000/11/13  05:02:45
60733         Log: Declare reg_data like reg_substr_data.
60734      Branch: perl
60735            ! regexp.h
60736 ____________________________________________________________________________
60737 [  7668] By: jhi                                   on 2000/11/13  04:54:34
60738         Log: Typos in #7667.
60739      Branch: perl
60740            ! perl.h
60741 ____________________________________________________________________________
60742 [  7667] By: jhi                                   on 2000/11/13  04:49:49
60743         Log: Cleanup messy #ifdef.
60744      Branch: perl
60745            ! perl.h
60746 ____________________________________________________________________________
60747 [  7666] By: jhi                                   on 2000/11/13  04:17:34
60748         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60749              From: Nicholas Clark <nick@talking.bollo.cx>
60750              Date: Sun, 12 Nov 2000 21:14:11 +0000
60751              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
60752              
60753              Note: only one breakage of the two reported is fixed by this patch.
60754      Branch: perl
60755            ! perlio.c
60756 ____________________________________________________________________________
60757 [  7665] By: jhi                                   on 2000/11/13  04:05:07
60758         Log: Tweak the definition of the bit complement on UTF-8 data:
60759              if none of the characters in the string are > 0xff,
60760              the result is a complemented byte string, not a (UTF-8)
60761              char string.  Based on the summary in
60762              
60763              Subject: Re: [ID 20000918.005] ~ on wide chars
60764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
60765              Date: Fri, 10 Nov 2000 09:47:15 -0800
60766              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
60767              
60768              This should give us the maximum backward (pre-char string)
60769              compatibility and utf8 compatibility.  The other alternative
60770              would be to limit the bit complement to be always byte only,
60771              taking the least significant byte of the chars.
60772      Branch: perl
60773            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
60774 ____________________________________________________________________________
60775 [  7664] By: jhi                                   on 2000/11/13  00:23:44
60776         Log: Couple of tests from #7660 salvaged.
60777      Branch: perl
60778            - t/op/tell.t
60779            ! MANIFEST t/io/tell.t
60780 ____________________________________________________________________________
60781 [  7663] By: jhi                                   on 2000/11/13  00:02:48
60782         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
60783              From: Nicholas Clark <nick@talking.bollo.cx>
60784              Date: Sun, 12 Nov 2000 21:23:43 +0000
60785              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
60786      Branch: perl
60787            ! perlsfio.h
60788 ____________________________________________________________________________
60789 [  7662] By: jhi                                   on 2000/11/13  00:01:39
60790         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
60791              From: Nicholas Clark <nick@talking.bollo.cx>
60792              Date: Sun, 12 Nov 2000 21:30:04 +0000
60793              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
60794      Branch: perl
60795            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
60796 ____________________________________________________________________________
60797 [  7661] By: jhi                                   on 2000/11/12  23:57:29
60798         Log: Document tell() on special streams.
60799      Branch: perl
60800            ! pod/perlfunc.pod
60801 ____________________________________________________________________________
60802 [  7660] By: jhi                                   on 2000/11/12  23:54:22
60803         Log: (Subsumed by #7664)
60804      Branch: perl
60805            + t/op/tell.t
60806            ! MANIFEST
60807 ____________________________________________________________________________
60808 [  7659] By: jhi                                   on 2000/11/12  22:55:25
60809         Log: Many subdocumented return values of the IO extension now documented.
60810              ungetc and write still left subdocumented.
60811              
60812              Subject: [PATCH] (was Re: IO::Handle::ungetc)
60813              From: Nicholas Clark <nick@talking.bollo.cx>
60814              Date: Sun, 12 Nov 2000 21:35:53 +0000
60815              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
60816      Branch: perl
60817            ! ext/IO/lib/IO/Handle.pm
60818 ____________________________________________________________________________
60819 [  7658] By: jhi                                   on 2000/11/12  21:37:06
60820         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
60821              From: Nicholas Clark <nick@talking.bollo.cx>
60822              Date: Sun, 12 Nov 2000 20:03:22 +0000
60823              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
60824      Branch: perl
60825            ! pod/perlfunc.pod
60826 ____________________________________________________________________________
60827 [  7657] By: jhi                                   on 2000/11/12  20:34:55
60828         Log: Integrate perlio.
60829      Branch: perl
60830           !> perlio.c
60831 ____________________________________________________________________________
60832 [  7656] By: nick                                  on 2000/11/12  19:25:06
60833         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
60834      Branch: perlio
60835            ! perlio.c
60836 ____________________________________________________________________________
60837 [  7655] By: nick                                  on 2000/11/12  19:09:41
60838         Log: Integrate mainline
60839      Branch: perlio
60840           +> README.solaris ext/Encode/Encode/cp1006.enc
60841           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
60842           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
60843           +> ext/Encode/Encode/iso8859-13.enc
60844           +> ext/Encode/Encode/iso8859-14.enc
60845           +> ext/Encode/Encode/iso8859-15.enc
60846           !> (integrate 34 files)
60847 ____________________________________________________________________________
60848 [  7654] By: jhi                                   on 2000/11/12  19:00:22
60849         Log: Add a metaconfig unit for fsync.
60850      Branch: metaconfig/U/perl
60851            + d_fsync.U
60852 ____________________________________________________________________________
60853 [  7653] By: jhi                                   on 2000/11/12  19:00:01
60854         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
60855      Branch: perl
60856            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60857            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60858            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60859            ! vos/config.ga.h win32/config.bc win32/config.gc
60860            ! win32/config.vc
60861 ____________________________________________________________________________
60862 [  7652] By: jhi                                   on 2000/11/11  21:12:01
60863         Log: Copy the s// information of README.hpux also to the perlrun.
60864      Branch: perl
60865            ! README.hpux pod/perlrun.pod
60866 ____________________________________________________________________________
60867 [  7651] By: jhi                                   on 2000/11/11  21:03:13
60868         Log: More README.solaris updates from Andy Dougherty.
60869      Branch: perl
60870            ! README.solaris
60871 ____________________________________________________________________________
60872 [  7650] By: jhi                                   on 2000/11/11  18:38:57
60873         Log: More descriptive error for unknown perlio layers.
60874              
60875              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60876              From: Dominic Dunlop <domo@computer.org> 
60877              Date: Sat, 11 Nov 2000 18:20:32 +0100             
60878              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
60879      Branch: perl
60880            ! perlio.c pod/perldiag.pod
60881 ____________________________________________________________________________
60882 [  7649] By: jhi                                   on 2000/11/11  18:37:52
60883         Log: MachTen doesn't really do mmap() and munmap().
60884              
60885              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60886              From: Dominic Dunlop <domo@computer.org> 
60887              Date: Sat, 11 Nov 2000 18:20:32 +0100             
60888              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
60889      Branch: perl
60890            ! hints/machten.sh
60891 ____________________________________________________________________________
60892 [  7648] By: jhi                                   on 2000/11/11  18:36:46
60893         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
60894              From: rspier@pobox.com (Robert Spier)
60895              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
60896              Message-ID: <14861.32839.491271.985797@rls.cx>
60897      Branch: perl
60898            ! Porting/Contract pod/perltoot.pod
60899 ____________________________________________________________________________
60900 [  7647] By: jhi                                   on 2000/11/11  18:35:30
60901         Log: Simplify the getpagesize() unit by dropping the
60902              pagesize probe since it's nowadays slightly more
60903              complicated because of sysconf(). (Note: if some
60904              platform really needs the -lPW for getpagesize,
60905              I just broke it.)
60906              
60907              TODO: a new pagesize unit.
60908      Branch: metaconfig
60909            ! U/compline/d_getpagsz.U
60910 ____________________________________________________________________________
60911 [  7646] By: jhi                                   on 2000/11/11  18:33:23
60912         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
60913      Branch: perl
60914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60915            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60917            ! vos/config.ga.h win32/config.bc win32/config.gc
60918            ! win32/config.vc
60919 ____________________________________________________________________________
60920 [  7645] By: jhi                                   on 2000/11/11  16:45:15
60921         Log: Use sysconf() or getpagesize() to find out the pagesize.
60922      Branch: perl
60923            ! perlio.c
60924 ____________________________________________________________________________
60925 [  7644] By: jhi                                   on 2000/11/11  15:46:08
60926         Log: Integrate perlio.
60927      Branch: perl
60928           !> perlio.c
60929 ____________________________________________________________________________
60930 [  7643] By: jhi                                   on 2000/11/11  15:33:36
60931         Log: Subject: Re: [PATCH] README.solaris
60932              From: Lupe Christoph <lupe@lupe-christoph.de>
60933              Date: Sat, 11 Nov 2000 14:08:10 +0100
60934              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
60935      Branch: perl
60936            ! README.solaris
60937 ____________________________________________________________________________
60938 [  7642] By: jhi                                   on 2000/11/11  15:22:12
60939         Log: Subject: [PATCH perl@7638] cygwin port
60940              From: "Eric Fifer" <egf7@columbia.edu>            
60941              Date: Fri, 10 Nov 2000 19:30:30 -0000
60942              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
60943      Branch: perl
60944            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
60945 ____________________________________________________________________________
60946 [  7641] By: nick                                  on 2000/11/11  14:50:36
60947         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
60948              Also call "Buf" layer directly when unread'ing non-read chars.
60949      Branch: perlio
60950            ! perlio.c
60951 ____________________________________________________________________________
60952 [  7640] By: jhi                                   on 2000/11/11  02:05:02
60953         Log: Add more encoding tables.
60954      Branch: perl
60955            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
60956            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
60957            + ext/Encode/Encode/iso8859-10.enc
60958            + ext/Encode/Encode/iso8859-13.enc
60959            + ext/Encode/Encode/iso8859-14.enc
60960            + ext/Encode/Encode/iso8859-15.enc
60961            ! MANIFEST
60962 ____________________________________________________________________________
60963 [  7639] By: jhi                                   on 2000/11/10  18:49:25
60964         Log: Subject: [PATCH] README.solaris
60965              From: Andy Dougherty <doughera@lafayette.edu>
60966              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
60967              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
60968      Branch: perl
60969            + README.solaris
60970            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
60971            ! pod/perl.pod pod/perltoc.pod
60972 ____________________________________________________________________________
60973 [  7638] By: jhi                                   on 2000/11/10  15:04:15
60974         Log: Update Changes.
60975      Branch: perl
60976            ! Changes patchlevel.h
60977 ____________________________________________________________________________
60978 [  7637] By: jhi                                   on 2000/11/10  14:14:28
60979         Log: Explain better why certain regex tests are skipped.
60980              
60981              Subject: Re: tests skipped: unknown reason
60982              From: Lupe Christoph <lupe@lupe-christoph.de>
60983              Date: Fri, 10 Nov 2000 09:08:56 +0100
60984              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
60985      Branch: perl
60986            ! t/op/regexp.t
60987 ____________________________________________________________________________
60988 [  7636] By: nick                                  on 2000/11/10  13:40:00
60989         Log: Integrate mainline.
60990      Branch: perlio
60991           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
60992           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
60993           !> win32/bin/search.pl
60994 ____________________________________________________________________________
60995 [  7635] By: nick                                  on 2000/11/10  13:25:52
60996         Log: Re-instate stdio large file support via perlio.
60997      Branch: perl
60998            ! perlio.c
60999 ____________________________________________________________________________
61000 [  7634] By: jhi                                   on 2000/11/10  04:49:55
61001         Log: Amdahl UTS hints updates.
61002              
61003              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
61004              From: hom00@utsglobal.com (Harold O Morris)
61005              Date: Thu, 9 Nov 2000 20:02 PST
61006              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
61007      Branch: perl
61008            ! hints/uts.sh
61009 ____________________________________________________________________________
61010 [  7633] By: jhi                                   on 2000/11/09  23:33:28
61011         Log: Subject: [PATCH] IO::Seekable pod
61012              From: Nicholas Clark <nick@talking.bollo.cx>
61013              Date: Thu, 9 Nov 2000 20:29:45 +0000
61014              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
61015      Branch: perl
61016            ! ext/IO/lib/IO/Handle.pm
61017 ____________________________________________________________________________
61018 [  7632] By: jhi                                   on 2000/11/09  21:55:41
61019         Log: Various doc oddball characters.
61020              
61021              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
61022              From: Michael Somos <somos@grail.cba.csuohio.edu>
61023              Date: Mon, 6 Nov 2000 17:44:20 -0500
61024              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
61025      Branch: perl
61026            ! emacs/cperl-mode.el lib/unicode/syllables.txt
61027            ! win32/bin/search.pl
61028 ____________________________________________________________________________
61029 [  7631] By: jhi                                   on 2000/11/09  21:12:29
61030         Log: Subject: Re: bash -c exit and linux hints 
61031              From: "John P. Linderman" <jpl@research.att.com>
61032              Date: Thu, 02 Nov 2000 09:37:25 -0500
61033              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
61034      Branch: perl
61035            ! hints/linux.sh
61036 ____________________________________________________________________________
61037 [  7630] By: nick                                  on 2000/11/09  20:34:11
61038         Log: Integrate mainline.
61039      Branch: perlio
61040           !> (integrate 91 files)
61041 ____________________________________________________________________________
61042 [  7629] By: jhi                                   on 2000/11/09  19:46:31
61043         Log: Missing dTHXs.
61044              
61045              Subject: RE: perl@7595 builds not on cygwin
61046              From: "Eric Fifer" <egf7@columbia.edu>
61047              Date: Thu, 9 Nov 2000 19:26:50 -0000
61048              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
61049      Branch: perl
61050            ! ext/Devel/Peek/Peek.xs
61051 ____________________________________________________________________________
61052 [  7628] By: jhi                                   on 2000/11/09  14:48:27
61053         Log: Disable only the tests 99 and 166 for UTF-8 locales.
61054      Branch: perl
61055            ! t/pragma/locale.t
61056 ____________________________________________________________________________
61057 [  7627] By: jhi                                   on 2000/11/09  14:40:27
61058         Log: There's no =head3.
61059      Branch: perl
61060            ! pod/perlhack.pod
61061 ____________________________________________________________________________
61062 [  7626] By: jhi                                   on 2000/11/09  13:54:26
61063         Log: The generated boot_* headers are wrong.  Pickier compiler,
61064              such as KAI C++ will refuse to compile the resulting perlmain.
61065              
61066              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
61067              From: Harri Pasanen <harri.pasanen@trema.com>
61068              Date: Thu, 09 Nov 2000 14:23:28 +0100
61069              Message-Id: <3A0AA550.26D548A3@trema.com>
61070      Branch: perl
61071            ! minimod.pl
61072 ____________________________________________________________________________
61073 [  7625] By: jhi                                   on 2000/11/09  13:50:44
61074         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
61075              From: Prymmer/Kahn <pvhp@best.com>
61076              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
61077              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
61078              
61079              All except the "cow orker" change.
61080      Branch: perl
61081            ! Porting/pumpkin.pod
61082 ____________________________________________________________________________
61083 [  7624] By: jhi                                   on 2000/11/09  13:45:33
61084         Log: Fix for
61085              
61086              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
61087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
61088              Date: Thu, 09 Nov 2000 11:05:52 +0100
61089              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
61090      Branch: perl
61091            ! pod/perldiag.pod t/pragma/warn/pp_sys
61092 ____________________________________________________________________________
61093 [  7623] By: jhi                                   on 2000/11/09  13:37:16
61094         Log: Typo in an ifndef.
61095              
61096              Subject: Re: [PATCH 5.7.0] better messages from malloc()
61097              From: Joe Smith <jms@inwap.com>         
61098              Date: Thu, 09 Nov 2000 01:33:14 -0800
61099              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
61100      Branch: perl
61101            ! malloc.c
61102 ____________________________________________________________________________
61103 [  7622] By: jhi                                   on 2000/11/09  13:31:18
61104         Log: Remove unused extra arguments.
61105      Branch: metaconfig/U/perl
61106            ! perlxv.U
61107      Branch: perl
61108            ! Configure config_h.SH
61109 ____________________________________________________________________________
61110 [  7621] By: jhi                                   on 2000/11/09  13:16:36
61111         Log: More VMS moves on environment handling, from Charles Lane.
61112      Branch: perl
61113            ! t/pragma/locale.t
61114 ____________________________________________________________________________
61115 [  7620] By: jhi                                   on 2000/11/09  04:42:38
61116         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
61117              From: David Dyck <dcd@tc.fluke.com>
61118              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
61119              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
61120      Branch: perl
61121            ! pp_sys.c
61122 ____________________________________________________________________________
61123 [  7619] By: jhi                                   on 2000/11/09  04:36:21
61124         Log: Forgot from #7618.
61125      Branch: perl
61126            ! lib/File/stat.pm
61127 ____________________________________________________________________________
61128 [  7618] By: jhi                                   on 2000/11/09  04:28:44
61129         Log: Make deleting for %ENV work for (newer versions of) VMS,
61130              from Craig A. Berry.
61131      Branch: perl
61132            ! vms/vms.c
61133 ____________________________________________________________________________
61134 [  7617] By: jhi                                   on 2000/11/09  04:25:05
61135         Log: Subject: [PATCH] Class::Struct at compile time
61136              From: "Casey R. Tweten" <crt@kiski.net>
61137              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
61138              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
61139      Branch: perl
61140            ! lib/Class/Struct.pm
61141 ____________________________________________________________________________
61142 [  7616] By: jhi                                   on 2000/11/09  04:15:17
61143         Log: Subject: [ID 20001108.013] spelling
61144              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
61145              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
61146              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
61147      Branch: perl
61148            ! lib/ftp.pl
61149 ____________________________________________________________________________
61150 [  7615] By: jhi                                   on 2000/11/09  04:12:42
61151         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
61152              From: Peter Prymmer <pvhp@forte.com>
61153              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
61154              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
61155      Branch: perl
61156            ! configure.com
61157 ____________________________________________________________________________
61158 [  7614] By: jhi                                   on 2000/11/08  22:42:55
61159         Log: A missing aTHX_.
61160      Branch: perl
61161            ! ext/IPC/SysV/SysV.xs
61162 ____________________________________________________________________________
61163 [  7613] By: jhi                                   on 2000/11/08  19:30:21
61164         Log: Update Changes.
61165      Branch: perl
61166            ! Changes patchlevel.h
61167 ____________________________________________________________________________
61168 [  7612] By: jhi                                   on 2000/11/08  18:35:25
61169         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
61170              From: David Dyck <dcd@tc.fluke.com>
61171              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
61172              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
61173      Branch: perl
61174            ! pp_sys.c
61175 ____________________________________________________________________________
61176 [  7611] By: jhi                                   on 2000/11/08  18:30:26
61177         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
61178              From: Dominic Dunlop <domo@computer.org>
61179              Date: Tue, 7 Nov 2000 12:05:25 +0100
61180              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
61181      Branch: perl
61182            ! malloc.c
61183 ____________________________________________________________________________
61184 [  7610] By: jhi                                   on 2000/11/08  18:25:14
61185         Log: Do not test UTF-8 locales since that the tests would require
61186              polymorphic regexen.
61187      Branch: perl
61188            ! t/pragma/locale.t
61189 ____________________________________________________________________________
61190 [  7609] By: jhi                                   on 2000/11/08  17:12:51
61191         Log: Locale buglets.
61192              
61193              Subject: RE: Locales support (setlocale) fixes
61194              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61195              Date: Wed, 8 Nov 2000 20:01:39 +0300
61196              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
61197      Branch: perl
61198            ! t/pragma/locale.t util.c
61199 ____________________________________________________________________________
61200 [  7608] By: jhi                                   on 2000/11/08  17:00:16
61201         Log: Deleting $ENV{PATH} in VMS is not recommendable.
61202      Branch: perl
61203            ! t/pragma/locale.t
61204 ____________________________________________________________________________
61205 [  7607] By: jhi                                   on 2000/11/08  16:58:26
61206         Log: Subject: PATCH std stdio for (Free)BSD
61207              From: Nicholas Clark <nick@ccl4.org>
61208              Date: Wed, 8 Nov 2000 15:36:29 +0000
61209              Message-ID: <20001108153629.D98736@plum.flirble.org>
61210      Branch: metaconfig
61211            ! U/compline/d_stdstdio.U
61212      Branch: perl
61213            ! Configure config_h.SH
61214 ____________________________________________________________________________
61215 [  7606] By: jhi                                   on 2000/11/08  16:43:31
61216         Log: Forgot to bump the line numbers in #7601.
61217      Branch: perl
61218            ! t/pragma/warn/pp_sys
61219 ____________________________________________________________________________
61220 [  7605] By: jhi                                   on 2000/11/08  16:39:12
61221         Log: More careful detection of how well NVs and UVs mix.
61222              
61223              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))
61224              From: Nicholas Clark <nick@ccl4.org>
61225              Date: Wed, 8 Nov 2000 15:14:12 +0000
61226              Message-ID: <20001108151412.B98736@plum.flirble.org>
61227              
61228              Added some SIGFPE paranoia.
61229      Branch: metaconfig/U/perl
61230            ! perlxv.U
61231      Branch: perl
61232            ! Configure config_h.SH
61233 ____________________________________________________________________________
61234 [  7604] By: jhi                                   on 2000/11/08  14:39:10
61235         Log: Subject: [patch perl@7595] VMS configure.com tweak
61236              From: "Craig A. Berry" <craigberry@mac.com>
61237              Date: Wed, 8 Nov 2000 00:24:12 -0600
61238              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
61239      Branch: perl
61240            ! configure.com
61241 ____________________________________________________________________________
61242 [  7603] By: jhi                                   on 2000/11/08  14:27:11
61243         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
61244              From: Robin Barker <rmb1@cise.npl.co.uk>
61245              Date: Wed, 8 Nov 2000 11:11:39 GMT
61246              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
61247      Branch: perl
61248            ! perlio.c
61249 ____________________________________________________________________________
61250 [  7602] By: jhi                                   on 2000/11/08  14:25:03
61251         Log: Fix for the tie-refhash string table leaks.
61252              
61253              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
61254              Date: Wed, 8 Nov 2000 13:03:04 GMT
61255              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
61256      Branch: perl
61257            ! t/lib/tie-refhash.t
61258 ____________________________________________________________________________
61259 [  7601] By: jhi                                   on 2000/11/08  14:21:08
61260         Log: Try to avoid flockless and emulationless places.
61261      Branch: perl
61262            ! t/pragma/warn/pp_sys
61263 ____________________________________________________________________________
61264 [  7600] By: jhi                                   on 2000/11/08  02:28:54
61265         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
61266              
61267              Subject: [PATCH] prototyped functions that should be overrideable
61268              From: "Casey R. Tweten" <crt@kiski.net>
61269              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
61270              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
61271      Branch: perl
61272            ! toke.c
61273 ____________________________________________________________________________
61274 [  7599] By: jhi                                   on 2000/11/08  01:12:05
61275         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
61276              
61277              Subject: [PATCH] perlbug.PL
61278              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61279              Date: Mon, 6 Nov 2000 21:39:01 -0500
61280              Message-ID: <20001106213901.B20955@O2.chapin.edu>
61281      Branch: perl
61282            ! utils/perlbug.PL
61283 ____________________________________________________________________________
61284 [  7598] By: jhi                                   on 2000/11/07  23:42:00
61285         Log: Bad thinko in #7581 (I used the test program with the expanded
61286              values as-is).
61287      Branch: metaconfig
61288            ! U/compline/d_stdstdio.U
61289      Branch: perl
61290            ! Configure
61291 ____________________________________________________________________________
61292 [  7597] By: jhi                                   on 2000/11/07  21:43:29
61293         Log: Subject: [PATCH perl@7573] cygwin port
61294              From: "Fifer, Eric" <EFifer@sanwaint.com>
61295              Date: Tue, 7 Nov 2000 18:08:51 -0000 
61296              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
61297              
61298              Synchronize with Cygwin 1.1.5.
61299      Branch: perl
61300            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
61301            ! pod/perlport.pod unixish.h util.c
61302 ____________________________________________________________________________
61303 [  7596] By: jhi                                   on 2000/11/07  21:39:25
61304         Log: perlhack updates from H.Merijn Brand.
61305      Branch: perl
61306            ! pod/perlhack.pod
61307 ____________________________________________________________________________
61308 [  7595] By: jhi                                   on 2000/11/07  20:21:41
61309         Log: Update Changes.
61310      Branch: perl
61311            ! Changes patchlevel.h
61312 ____________________________________________________________________________
61313 [  7594] By: jhi                                   on 2000/11/07  19:18:58
61314         Log: Be more robust in Dynaloader.pm.
61315      Branch: perl
61316            ! ext/DynaLoader/DynaLoader_pm.PL
61317 ____________________________________________________________________________
61318 [  7593] By: jhi                                   on 2000/11/07  16:49:31
61319         Log: AUTHORS update.
61320      Branch: perl
61321            ! AUTHORS
61322 ____________________________________________________________________________
61323 [  7592] By: gsar                                  on 2000/11/07  16:39:51
61324         Log: normalize relative paths in virtualized current directory on windows,
61325              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
61326              returns)
61327      Branch: perl
61328            ! win32/vdir.h
61329 ____________________________________________________________________________
61330 [  7591] By: jhi                                   on 2000/11/07  16:04:26
61331         Log: Too profiler-happy: with optimization the #7590 actually makes
61332              the test to run 0.5% _slower_.  Requires much more instrumentation.
61333              Retract #7590.
61334      Branch: perl
61335            ! regcomp.c regcomp.h
61336 ____________________________________________________________________________
61337 [  7590] By: jhi                                   on 2000/11/07  15:51:13
61338         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
61339              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
61340              by using memset() and testing bytewise (as opposed to bitwise).
61341      Branch: perl
61342            ! regcomp.c regcomp.h
61343 ____________________________________________________________________________
61344 [  7589] By: jhi                                   on 2000/11/07  12:56:39
61345         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
61346              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61347              Date: Mon, 06 Nov 2000 23:45:30 -0500
61348              Message-Id: <0011079735.AA973576259@univpress.com>
61349      Branch: perl
61350            ! configure.com t/lib/st-lock.t
61351 ____________________________________________________________________________
61352 [  7588] By: jhi                                   on 2000/11/07  01:03:28
61353         Log: Tweak #7587.
61354      Branch: perl
61355            ! pod/perldiag.pod
61356 ____________________________________________________________________________
61357 [  7587] By: jhi                                   on 2000/11/07  01:00:27
61358         Log: A doc addition for bug id 20001105.019, beware \p.
61359      Branch: perl
61360            ! pod/perldiag.pod
61361 ____________________________________________________________________________
61362 [  7586] By: jhi                                   on 2000/11/07  00:32:22
61363         Log: Fake support of holey files in win/dosish platforms.
61364              
61365              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
61366              From: kipp@shonanblue.ne.jp
61367              Date: Mon, 6 Nov 2000 13:30:55 -0800
61368              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
61369      Branch: perl
61370            ! ext/SDBM_File/sdbm/sdbm.c
61371 ____________________________________________________________________________
61372 [  7585] By: jhi                                   on 2000/11/07  00:12:54
61373         Log: Subject: Pod updates
61374              From: "Stephen P. Potter" <spp@spotter.yi.org>
61375              Date: Mon, 06 Nov 2000 18:56:43 -0500
61376              Message-Id: <200011062357.SAA18173@spotter.yi.org>
61377      Branch: perl
61378            ! README.dos README.os2 README.win32 pod/buildtoc.PL
61379            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
61380            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
61381            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
61382            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
61383            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
61384            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
61385            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
61386            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
61387            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
61388            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
61389            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
61390            ! pod/perltootc.pod pod/perlunicode.pod
61391 ____________________________________________________________________________
61392 [  7584] By: jhi                                   on 2000/11/07  00:04:17
61393         Log: Varargs don't always work too well if one puts an unsigned
61394              char on the stack and pop an unsigned quad off the stack.
61395              
61396              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
61397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
61398              Date: Mon, 06 Nov 2000 15:19:05 -0800
61399              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
61400      Branch: perl
61401            ! utf8.c
61402 ____________________________________________________________________________
61403 [  7583] By: jhi                                   on 2000/11/06  23:58:48
61404         Log: %ENV note tweaks from Dan Sugalski.
61405      Branch: perl
61406            ! pod/perlport.pod vms/perlvms.pod
61407 ____________________________________________________________________________
61408 [  7582] By: jhi                                   on 2000/11/06  23:05:49
61409         Log: glibc5 detection by __GNU_LIBRARY__.
61410      Branch: perl
61411            ! toke.c
61412 ____________________________________________________________________________
61413 [  7581] By: jhi                                   on 2000/11/06  22:51:29
61414         Log: Make the stdio test program of 7427 less noisy while being 
61415              compiled so that Digital UNIX wouldn't get both
61416              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
61417              undefined.  This makes perlio happy.
61418      Branch: metaconfig
61419            ! U/compline/d_stdstdio.U
61420      Branch: perl
61421            ! Configure config_h.SH
61422 ____________________________________________________________________________
61423 [  7580] By: jhi                                   on 2000/11/06  22:41:41
61424         Log: Document %ENV = () portability issues.
61425      Branch: perl
61426            ! pod/perlport.pod vms/perlvms.pod
61427 ____________________________________________________________________________
61428 [  7579] By: jhi                                   on 2000/11/06  21:29:24
61429         Log: VOS updates from Paul Green.
61430      Branch: perl
61431            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61432 ____________________________________________________________________________
61433 [  7578] By: jhi                                   on 2000/11/06  21:00:40
61434         Log: Sanitize the environment further.
61435      Branch: perl
61436            ! t/pragma/locale.t
61437 ____________________________________________________________________________
61438 [  7577] By: jhi                                   on 2000/11/06  20:53:51
61439         Log: Re-introduce 7552 lost in integration.
61440      Branch: perl
61441            ! perlio.c
61442 ____________________________________________________________________________
61443 [  7576] By: jhi                                   on 2000/11/06  20:33:46
61444         Log: Admit that the test leaks scalars.
61445      Branch: perl
61446            ! t/comp/proto.t
61447 ____________________________________________________________________________
61448 [  7575] By: jhi                                   on 2000/11/06  20:17:08
61449         Log: Integrate perlio.
61450      Branch: perl
61451           !> perlio.c
61452 ____________________________________________________________________________
61453 [  7574] By: nick                                  on 2000/11/06  20:07:28
61454         Log: Remove debug. Try (Mmap_t) on madvise() call.
61455      Branch: perlio
61456            ! perlio.c
61457 ____________________________________________________________________________
61458 [  7573] By: jhi                                   on 2000/11/06  13:56:05
61459         Log: Update Changes.
61460      Branch: perl
61461            ! Changes patchlevel.h
61462 ____________________________________________________________________________
61463 [  7572] By: jhi                                   on 2000/11/06  13:48:41
61464         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
61465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61466              Date: Mon, 06 Nov 2000 10:11:42 +0100
61467              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
61468      Branch: perl
61469            ! pod/perlhack.pod
61470 ____________________________________________________________________________
61471 [  7571] By: jhi                                   on 2000/11/06  01:45:51
61472         Log: AUTHORS updates.
61473      Branch: perl
61474            ! AUTHORS
61475 ____________________________________________________________________________
61476 [  7570] By: jhi                                   on 2000/11/06  00:18:00
61477         Log: Fix for
61478              
61479              Subject: [ID 20000728.005] perl -P broken
61480              From: David Dyck <dcd@tc.fluke.com>
61481              Date: Fri, 28 Jul 2000 17:19:16 -0700
61482              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
61483              
61484              (hopefully).  The fix is also not complete, it seems to break
61485              BOM swallowing for libc5 systems, but until someone figures
61486              out a way to do this without ftell(), this will do.
61487      Branch: perl
61488            ! toke.c
61489 ____________________________________________________________________________
61490 [  7569] By: jhi                                   on 2000/11/06  00:05:30
61491         Log: Document that the evaled syntax errors cause scalar leaks.
61492      Branch: perl
61493            ! t/comp/proto.t
61494 ____________________________________________________________________________
61495 [  7568] By: jhi                                   on 2000/11/05  23:14:47
61496         Log: opmini.o can linger from Configures past.
61497      Branch: perl
61498            ! Makefile.SH
61499 ____________________________________________________________________________
61500 [  7567] By: jhi                                   on 2000/11/05  21:28:39
61501         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
61502              first argument correctly.
61503      Branch: perl
61504            ! perlio.c
61505 ____________________________________________________________________________
61506 [  7566] By: jhi                                   on 2000/11/05  21:15:56
61507         Log: Integrate perlio.
61508      Branch: perl
61509           !> perlio.c
61510 ____________________________________________________________________________
61511 [  7565] By: jhi                                   on 2000/11/05  21:15:13
61512         Log: Use -dM for gcc (the suggested patch did it only for Linux,
61513              but I think it can be generalized).
61514              
61515              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
61516              From: Pixel <pixel@mandrakesoft.com>
61517              Date: 05 Nov 2000 21:49:34 +0100 
61518              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
61519      Branch: perl
61520            ! ext/Errno/Errno_pm.PL
61521 ____________________________________________________________________________
61522 [  7564] By: nick                                  on 2000/11/05  21:09:18
61523         Log: Added a mmap layer as a "subclass" of perlio.
61524              PERLIO=mmap ./perl harness passes
61525      Branch: perlio
61526            ! perlio.c
61527 ____________________________________________________________________________
61528 [  7563] By: jhi                                   on 2000/11/05  19:48:55
61529         Log: Add a note for future generations about bug id 20000229.006.
61530      Branch: perl
61531            ! malloc.c
61532 ____________________________________________________________________________
61533 [  7562] By: jhi                                   on 2000/11/05  19:38:24
61534         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
61535      Branch: perl
61536            ! pp_ctl.c t/op/pos.t
61537 ____________________________________________________________________________
61538 [  7561] By: jhi                                   on 2000/11/05  18:21:46
61539         Log: Add =pod to be tidy.
61540      Branch: perl
61541            ! lib/Math/Complex.pm
61542 ____________________________________________________________________________
61543 [  7560] By: jhi                                   on 2000/11/05  17:38:46
61544         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
61545      Branch: perl
61546            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61547            ! ext/Storable/Storable.xs t/lib/st-recurse.t
61548 ____________________________________________________________________________
61549 [  7559] By: jhi                                   on 2000/11/05  17:32:59
61550         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
61551              From: "Peter J. Farley III" <pjfarley@banet.net>
61552              Date: Sun, 05 Nov 2000 11:55:59 -0500
61553              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
61554      Branch: perl
61555            ! t/lib/syslog.t
61556 ____________________________________________________________________________
61557 [  7558] By: jhi                                   on 2000/11/05  17:29:19
61558         Log: Integrate perlio.
61559      Branch: perl
61560           !> perlio.c
61561 ____________________________________________________________________________
61562 [  7557] By: jhi                                   on 2000/11/05  17:22:01
61563         Log: A fix of sorts for 20000329.026, a better error message
61564              for a missing "use charnames" when using the \N{...}. 
61565      Branch: perl
61566            ! pod/perldiag.pod toke.c
61567 ____________________________________________________________________________
61568 [  7556] By: jhi                                   on 2000/11/05  16:33:50
61569         Log: Test tweak: show also the failed locales.
61570              
61571              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
61572              From: Lupe Christoph <lupe@lupe-christoph.de>         
61573              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
61574              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
61575      Branch: perl
61576            ! t/pragma/locale.t
61577 ____________________________________________________________________________
61578 [  7555] By: nick                                  on 2000/11/05  11:09:34
61579         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
61580              open RDWR so does not fail. (pragma/warnings 303 again...)
61581      Branch: perlio
61582            ! perlio.c
61583 ____________________________________________________________________________
61584 [  7554] By: nick                                  on 2000/11/05  10:10:13
61585         Log: Fix case where ungetc(f,EOF) was allowed.
61586              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
61587              so we can see similarities.
61588              Use types more carefully and a STDCHAR array in hope that this will
61589              fix Jarrko's 64bit machine.
61590      Branch: perlio
61591            ! perlio.c
61592 ____________________________________________________________________________
61593 [  7553] By: jhi                                   on 2000/11/05  01:12:16
61594         Log: Fix for
61595              
61596              Subject: [ID 20001004.007] taint propogation is inconsistent
61597              From: pimlott@idiomtech.com (Andrew Pimlott) 
61598              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
61599              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
61600              
61601              The culprit was sv_setsv() which was rather blindly
61602              propagating taint, which lead to behaviour where if
61603              a tainted anon hash value was seen all the hash values
61604              from then on at that level became tainted, or at any
61605              upper levels in the case of nested anon hashes.
61606      Branch: perl
61607            ! sv.c t/op/taint.t
61608 ____________________________________________________________________________
61609 [  7552] By: jhi                                   on 2000/11/04  23:44:18
61610         Log: Some cpps don't like splitting conditionals across several lines.
61611      Branch: perl
61612            ! perlio.c
61613 ____________________________________________________________________________
61614 [  7551] By: nick                                  on 2000/11/04  23:40:44
61615         Log: Integrate mainline
61616      Branch: perlio
61617           !> pp_hot.c t/op/taint.t
61618 ____________________________________________________________________________
61619 [  7550] By: nick                                  on 2000/11/04  23:39:05
61620         Log: Integrate mainline again
61621      Branch: perlio
61622           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
61623           !> t/lib/b.t t/op/misc.t util.c
61624 ____________________________________________________________________________
61625 [  7549] By: jhi                                   on 2000/11/04  23:14:01
61626         Log: Fix for
61627              
61628              Subject: [ID 20001004.006] undef is never tainted
61629              From: pimlott@idiomtech.com (Andrew Pimlott)
61630              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
61631              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
61632              
61633              An undef read from a slurped file was not tainted.
61634      Branch: perl
61635            ! pp_hot.c t/op/taint.t
61636 ____________________________________________________________________________
61637 [  7548] By: jhi                                   on 2000/11/04  22:56:21
61638         Log: Test tweak ($Config{useperlio} is by default undef) .
61639      Branch: perl
61640            ! t/lib/b.t
61641 ____________________________________________________________________________
61642 [  7547] By: jhi                                   on 2000/11/04  22:43:56
61643         Log: Integrate perlio.
61644      Branch: perl
61645           +> lib/perlio.pm
61646           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
61647           !> pod/perlapi.pod t/lib/b.t
61648 ____________________________________________________________________________
61649 [  7546] By: jhi                                   on 2000/11/04  22:40:59
61650         Log: Configure would use a bad $myuname from an old config.sh.
61651              
61652              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
61653              From: Andy Dougherty <doughera@lafayette.edu>
61654              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
61655              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
61656      Branch: metaconfig
61657            ! U/modified/Oldconfig.U
61658      Branch: perl
61659            ! Configure config_h.SH
61660 ____________________________________________________________________________
61661 [  7545] By: jhi                                   on 2000/11/04  22:36:54
61662         Log: Subject: Locales support (setlocale) fixes
61663              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61664              Date: Sat, 4 Nov 2000 10:15:48 +0300 
61665              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
61666              
61667              Modified quite a bit to be more portable.
61668      Branch: perl
61669            ! embed.h embed.pl perl.h proto.h util.c
61670 ____________________________________________________________________________
61671 [  7544] By: jhi                                   on 2000/11/04  22:32:47
61672         Log: Dying is too strict here, better just skip.
61673      Branch: perl
61674            ! t/op/misc.t
61675 ____________________________________________________________________________
61676 [  7543] By: nick                                  on 2000/11/04  21:55:13
61677         Log: Merge mainline
61678      Branch: perlio
61679           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
61680           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
61681           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
61682           !> (integrate 64 files)
61683 ____________________________________________________________________________
61684 [  7542] By: jhi                                   on 2000/11/04  21:09:28
61685         Log: More Changes tweakery.
61686      Branch: perl
61687            ! Changes Porting/genlog
61688 ____________________________________________________________________________
61689 [  7541] By: jhi                                   on 2000/11/04  20:58:18
61690         Log: Changes fixups.
61691      Branch: perl
61692            ! Changes
61693 ____________________________________________________________________________
61694 [  7540] By: jhi                                   on 2000/11/04  20:42:38
61695         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
61696              create a "fast path" for locale name probing using "locale -a"
61697              if available, squash finally hopefully the s?printf resetting
61698              the numeric locale (since, IIUC perllocale, it never shouldn't). 
61699      Branch: perl
61700            ! sv.c t/op/misc.t t/pragma/locale.t
61701 ____________________________________________________________________________
61702 [  7539] By: nick                                  on 2000/11/04  19:56:10
61703         Log: PerlIO infrastructure complete.
61704      Branch: perlio
61705            + lib/perlio.pm
61706            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
61707 ____________________________________________________________________________
61708 [  7538] By: nick                                  on 2000/11/04  14:31:32
61709         Log: Type tweaks + less contorted allocation scheme
61710      Branch: perlio
61711            ! perlio.c
61712 ____________________________________________________________________________
61713 [  7537] By: nick                                  on 2000/11/04  12:40:42
61714         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
61715              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
61716              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
61717              sensible) which lead to some interesting fails.
61718      Branch: perlio
61719            ! perlio.c
61720 ____________________________________________________________________________
61721 [  7536] By: jhi                                   on 2000/11/04  00:20:02
61722         Log: Add FCNTL_CAN_LOCK.
61723              
61724              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61725              From: Andy Dougherty <doughera@lafayette.edu>
61726              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
61727              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
61728              
61729              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61730              From: Andy Dougherty <doughera@lafayette.edu>
61731              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
61732              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
61733      Branch: metaconfig/U/perl
61734            + d_fcntl_can_lock.U
61735            ! startperl.U
61736      Branch: perl
61737            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61738            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
61739            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61740            ! vos/config.ga.h win32/config.bc win32/config.gc
61741            ! win32/config.vc
61742 ____________________________________________________________________________
61743 [  7535] By: nick                                  on 2000/11/03  22:19:10
61744         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
61745              - Works on Linux with
61746              perlio + unix
61747              stdio
61748              - Works on Solaris with
61749              perlio + unix
61750              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
61751              - Fails (hangs in openpid) if you try and stack
61752              perlio + stdio - Linux stdio's read() logic is hanging.
61753      Branch: perlio
61754            ! iperlsys.h perlio.c
61755 ____________________________________________________________________________
61756 [  7534] By: jhi                                   on 2000/11/03  15:16:02
61757         Log: Subject: Re: README.aix
61758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61759              Date: Fri, 03 Nov 2000 16:03:15 +0100
61760              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
61761      Branch: perl
61762            ! README.aix
61763 ____________________________________________________________________________
61764 [  7533] By: jhi                                   on 2000/11/03  03:59:02
61765         Log: Subject: [PATCH 5.7.0] better messages from malloc()
61766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61767              Date: Wed, 1 Nov 2000 23:39:56 -0500
61768              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
61769      Branch: perl
61770            ! malloc.c pod/perldiag.pod
61771 ____________________________________________________________________________
61772 [  7532] By: jhi                                   on 2000/11/03  00:11:56
61773         Log: The #7521 touched things it shouldn't have.
61774      Branch: perl
61775            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
61776 ____________________________________________________________________________
61777 [  7531] By: jhi                                   on 2000/11/02  22:32:33
61778         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
61779              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61780              Date:     Thu, 2 Nov 2000 16:58:36 EST
61781              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
61782      Branch: perl
61783            ! vms/gen_shrfls.pl
61784 ____________________________________________________________________________
61785 [  7530] By: jhi                                   on 2000/11/02  22:08:49
61786         Log: Fix the problem discussed in
61787              
61788              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
61789              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
61790              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
61791              
61792              originally from Linc Madison.  Also Andreas König's comments
61793              taken into account.  Some other problems with Tie::SubstrHash
61794              fixed: didn't croak when the table exceeded the requested number
61795              of entries (as documented) but instead when the number of entries
61796              exceeded the size of the table, a croak() had an unnecessary \n,
61797              didn't have a CLEAR method, documented that there is no exists().
61798              Didn't fix to be strict-proof because the module uses &foo; and
61799              dynamic scope.  Added a test script exercizing both first tamely 
61800              the basic functionality, and then the failure cases reported by
61801              Linc Madison.
61802      Branch: perl
61803            + t/lib/tie-substrhash.t
61804            ! MANIFEST lib/Tie/SubstrHash.pm
61805 ____________________________________________________________________________
61806 [  7529] By: jhi                                   on 2000/11/02  17:58:08
61807         Log: recv() can fail and return undef.
61808              
61809              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
61810              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
61811              Date: Thu, 2 Nov 2000 20:12:20 +0300
61812              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
61813      Branch: perl
61814            ! lib/Net/Ping.pm
61815 ____________________________________________________________________________
61816 [  7528] By: jhi                                   on 2000/11/02  17:49:09
61817         Log: Detpyo.
61818      Branch: perl
61819            ! pod/perlop.pod
61820 ____________________________________________________________________________
61821 [  7527] By: jhi                                   on 2000/11/02  15:48:37
61822         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
61823              fix a autovivification bug in Tie::RefHash, add tests for both.
61824              
61825              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
61826              From: Edward Avis <epa98@doc.ic.ac.uk>
61827              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
61828              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
61829      Branch: perl
61830            + t/lib/tie-refhash.t
61831            ! MANIFEST lib/Tie/RefHash.pm
61832 ____________________________________________________________________________
61833 [  7526] By: jhi                                   on 2000/11/02  13:56:26
61834         Log: Test::Harness revealed buglets in the new DynaLoader.
61835              
61836              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
61837              From: andreas.koenig@anima.de (Andreas J. Koenig)
61838              Date: 02 Nov 2000 11:26:48 +0100 
61839              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
61840      Branch: perl
61841            ! ext/DynaLoader/DynaLoader_pm.PL
61842 ____________________________________________________________________________
61843 [  7525] By: jhi                                   on 2000/11/01  23:52:08
61844         Log: The entry for #7503 was missing.
61845      Branch: perl
61846            ! Changes
61847 ____________________________________________________________________________
61848 [  7524] By: jhi                                   on 2000/11/01  23:40:52
61849         Log: Update Changes.
61850      Branch: perl
61851            ! Changes patchlevel.h
61852 ____________________________________________________________________________
61853 [  7523] By: jhi                                   on 2000/11/01  22:57:09
61854         Log: More tweaking on the #7522 theme.
61855      Branch: perl
61856            ! ext/DynaLoader/DynaLoader_pm.PL
61857 ____________________________________________________________________________
61858 [  7522] By: jhi                                   on 2000/11/01  22:06:15
61859         Log: Expand %Config variables and %ENV variables only if
61860              so requested during build time using the
61861              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
61862              Not expanding makes relocating distributions easier.
61863      Branch: perl
61864            ! ext/DynaLoader/DynaLoader_pm.PL
61865 ____________________________________________________________________________
61866 [  7521] By: jhi                                   on 2000/11/01  20:56:34
61867         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
61868              and setgid() because they were just changing $< and $( which means
61869              only changing the real uid/gid, as opposed to changing both
61870              real and effective ids.  (The alternative way could have been
61871              in POSIX.pm to change $> and $), too, but making a direct call
61872              to the C API feels cleaner.)  Fixes the bug
61873              
61874              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
61875              From: "Garry T. Williams" <garry@zvolve.com>
61876              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
61877              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
61878      Branch: perl
61879            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61880            ! ext/POSIX/typemap pod/perlvar.pod
61881 ____________________________________________________________________________
61882 [  7520] By: jhi                                   on 2000/11/01  20:08:33
61883         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
61884              From: "Garry T. Williams" <garry@zvolve.com>
61885              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
61886              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
61887      Branch: perl
61888            ! pod/perlsec.pod
61889 ____________________________________________________________________________
61890 [  7519] By: jhi                                   on 2000/11/01  20:01:22
61891         Log: Locale warning explanation tweak.
61892      Branch: perl
61893            ! pod/perldiag.pod
61894 ____________________________________________________________________________
61895 [  7518] By: jhi                                   on 2000/11/01  18:57:13
61896         Log: C.pm part of
61897              
61898              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
61899              From: Jarkko Hietaniemi <jhi@iki.fi>
61900              Date: Tue, 10 Oct 2000 08:22:28 -0500
61901              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
61902      Branch: perl
61903            ! ext/B/B/C.pm
61904 ____________________________________________________________________________
61905 [  7517] By: jhi                                   on 2000/11/01  18:41:59
61906         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
61907              From: Martien Verbruggen <mgjv@comdyn.com.au>
61908              Date: Fri, 6 Oct 2000 14:09:10 +1100
61909              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
61910      Branch: perl
61911            ! pod/perlop.pod
61912 ____________________________________________________________________________
61913 [  7516] By: jhi                                   on 2000/11/01  18:34:55
61914         Log: Generalize the Camel wording.
61915              
61916              Subject: Re: perlfaq style changes
61917              From: John Borwick <jhborwic@unity.ncsu.edu>
61918              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
61919              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
61920      Branch: perl
61921            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
61922 ____________________________________________________________________________
61923 [  7515] By: jhi                                   on 2000/11/01  16:52:31
61924         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
61925              From: pimlott@idiomtech.com (Andrew Pimlott)
61926              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
61927              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
61928      Branch: perl
61929            ! pod/perlsec.pod
61930 ____________________________________________________________________________
61931 [  7514] By: jhi                                   on 2000/11/01  15:03:40
61932         Log: More AIX lore.
61933      Branch: perl
61934            ! ext/re/hints/aix.pl
61935 ____________________________________________________________________________
61936 [  7513] By: jhi                                   on 2000/11/01  14:48:30
61937         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
61938              From: root <root@chronos.fi.muni.cz>
61939              Date: Wed, 1 Nov 2000 12:31:32 +0100
61940              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
61941      Branch: perl
61942            ! lib/Net/Ping.pm
61943 ____________________________________________________________________________
61944 [  7512] By: jhi                                   on 2000/11/01  14:46:47
61945         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
61946              From: Martin Husemann <martin@duskware.de>
61947              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
61948              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
61949      Branch: perl
61950            ! regcomp.c
61951 ____________________________________________________________________________
61952 [  7511] By: jhi                                   on 2000/11/01  14:39:50
61953         Log: AUTHORS updates.
61954      Branch: perl
61955            ! AUTHORS
61956 ____________________________________________________________________________
61957 [  7510] By: jhi                                   on 2000/11/01  14:29:50
61958         Log: Subject: [PATCH] startperl to respect versiononly
61959              From: Robin Barker <rmb1@cise.npl.co.uk> 
61960              Date: Tue, 31 Oct 2000 16:29:36 GMT
61961              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
61962      Branch: metaconfig/U/perl
61963            ! startperl.U
61964      Branch: perl
61965            ! Configure config_h.SH
61966 ____________________________________________________________________________
61967 [  7509] By: jhi                                   on 2000/11/01  14:19:53
61968         Log: printf UVs the correct way, noticed by Robin Barker.
61969      Branch: perl
61970            ! utf8.c
61971 ____________________________________________________________________________
61972 [  7508] By: jhi                                   on 2000/11/01  14:10:03
61973         Log: Do not cleanup *% because the % has special meanings in some
61974              shell environments.
61975      Branch: perl
61976            ! ext/Storable/Makefile.PL
61977 ____________________________________________________________________________
61978 [  7507] By: jhi                                   on 2000/11/01  14:06:00
61979         Log: The NonStop-UX libraries have a novel way to say NaN.
61980      Branch: perl
61981            ! t/lib/bigfltpm.t
61982 ____________________________________________________________________________
61983 [  7506] By: jhi                                   on 2000/11/01  14:03:35
61984         Log: The osname has been lowercased by now, from Tom Bates.
61985      Branch: metaconfig
61986            ! U/modified/Oldconfig.U
61987      Branch: perl
61988            ! Configure config_h.SH
61989 ____________________________________________________________________________
61990 [  7505] By: jhi                                   on 2000/10/31  19:18:39
61991         Log: The compiler is either gcc or cc, from Tom Bates.
61992      Branch: perl
61993            ! hints/nonstopux.sh
61994 ____________________________________________________________________________
61995 [  7504] By: jhi                                   on 2000/10/31  14:53:42
61996         Log: Update Changes.
61997      Branch: perl
61998            ! Changes patchlevel.h
61999 ____________________________________________________________________________
62000 [  7503] By: jhi                                   on 2000/10/31  14:30:50
62001         Log: Whitespace style tweak.  Was originally going to see to
62002              
62003              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
62004              From: Joe Smith <jms@inwap.com>
62005              Date: Mon, 30 Oct 2000 18:47:57 -0800
62006              Message-Id: <39FE32DD.24AAC4D@inwap.com>
62007              
62008              but that had already been taken care of.
62009      Branch: metaconfig
62010            ! U/compline/d_stdstdio.U
62011      Branch: perl
62012            ! Configure config_h.SH
62013 ____________________________________________________________________________
62014 [  7502] By: jhi                                   on 2000/10/31  14:25:02
62015         Log: AUTHORS tweaks.
62016      Branch: perl
62017            ! AUTHORS
62018 ____________________________________________________________________________
62019 [  7501] By: jhi                                   on 2000/10/31  14:23:59
62020         Log: Subject: perlfaq style changes
62021              From: John Borwick <jhborwic@unity.ncsu.edu>
62022              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
62023              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
62024      Branch: perl
62025            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
62026            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
62027            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
62028            ! pod/perlfaq9.pod
62029 ____________________________________________________________________________
62030 [  7500] By: jhi                                   on 2000/10/31  14:22:15
62031         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
62032              
62033              Subject: Re: [ID 20000918.005] ~ on wide chars
62034              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62035              Date: Mon, 30 Oct 2000 21:09:55 -0800
62036              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
62037              
62038              (The ord() part of the patch skipped.)
62039      Branch: perl
62040            ! doop.c
62041 ____________________________________________________________________________
62042 [  7499] By: jhi                                   on 2000/10/31  14:20:08
62043         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
62044              From: Jens Hamisch <jens@Strawberry.COM>
62045              Date: Mon, 30 Oct 2000 15:17:07 +0100
62046              Message-Id: <20001030151707.A9597@Strawberry.COM>
62047      Branch: perl
62048            ! av.c
62049 ____________________________________________________________________________
62050 [  7498] By: jhi                                   on 2000/10/31  14:16:29
62051         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
62052              From: Peter Prymmer <pvhp@forte.com>
62053              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
62054              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
62055      Branch: perl
62056            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
62057            + ext/Encode/Encode/posix-bc.enc
62058            ! MANIFEST t/lib/encode.t
62059 ____________________________________________________________________________
62060 [  7497] By: jhi                                   on 2000/10/31  14:13:22
62061         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
62062              From: Peter Prymmer <pvhp@forte.com>
62063              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
62064              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
62065      Branch: perl
62066            ! t/lib/cgi-html.t
62067 ____________________________________________________________________________
62068 [  7496] By: jhi                                   on 2000/10/31  14:12:05
62069         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
62070              From: Peter Prymmer <pvhp@forte.com>
62071              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
62072              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
62073      Branch: perl
62074            ! t/lib/cgi-function.t
62075 ____________________________________________________________________________
62076 [  7495] By: jhi                                   on 2000/10/31  14:11:08
62077         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
62078              From: Peter Prymmer <pvhp@forte.com>
62079              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
62080              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
62081      Branch: perl
62082            + ext/re/hints/aix.pl
62083            ! MANIFEST ext/re/Makefile.PL
62084 ____________________________________________________________________________
62085 [  7494] By: jhi                                   on 2000/10/31  14:08:32
62086         Log: Use Errno magic.
62087              
62088              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
62089              From: Casey Tweten <perl@ctweten.amsite.com>
62090              Date: Mon, 30 Oct 2000 15:51:17 -0500
62091              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
62092      Branch: perl
62093            ! lib/File/Temp.pm
62094 ____________________________________________________________________________
62095 [  7493] By: jhi                                   on 2000/10/31  14:05:07
62096         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
62097              
62098              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
62099              From: Nicholas Clark <nick@ccl4.org>
62100              Date: Mon, 30 Oct 2000 17:38:45 +0000
62101              Message-ID: <20001030173845.O60355@plum.flirble.org>
62102      Branch: perl
62103            ! Makefile.SH utils/perlbug.PL
62104 ____________________________________________________________________________
62105 [  7492] By: nick                                  on 2000/10/30  19:37:23
62106         Log: Change files which are mysteriously different to mainline to be
62107              copies of mainline.
62108      Branch: perlio
62109            ! objXSUB.h perlapi.c pod/perlapi.pod
62110 ____________________________________________________________________________
62111 [  7491] By: nick                                  on 2000/10/30  18:05:54
62112         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
62113              - typo in endian code in putc.
62114              - Don't allow read of write-only files and vice-versa
62115              - and off-by-one in flush-all loop.
62116              Remove debug calls as they were using GCC specific features.
62117      Branch: perlio
62118            ! perlio.c
62119 ____________________________________________________________________________
62120 [  7490] By: nick                                  on 2000/10/29  21:45:45
62121         Log: Integrate mainline to perlio
62122      Branch: perlio
62123           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
62124           !> toke.c
62125 ____________________________________________________________________________
62126 [  7489] By: jhi                                   on 2000/10/29  21:11:08
62127         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
62128              From: andreas.koenig@anima.de (Andreas J. Koenig)
62129              Date: 29 Oct 2000 22:05:59 +0100
62130              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
62131      Branch: perl
62132            ! lib/ExtUtils/Manifest.pm
62133 ____________________________________________________________________________
62134 [  7488] By: jhi                                   on 2000/10/29  21:07:47
62135         Log: Tests for #7487.
62136              
62137              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
62138              From: andreas.koenig@anima.de (Andreas J. Koenig)
62139              Date: 29 Oct 2000 19:37:09 +0100
62140              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
62141      Branch: perl
62142            ! t/comp/proto.t
62143 ____________________________________________________________________________
62144 [  7487] By: jhi                                   on 2000/10/29  21:06:27
62145         Log: constsub spillage.
62146              
62147              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
62148              From: John Tobey <jtobey@john-edwin-tobey.org>
62149              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
62150              Message-Id: <m13pvSr-000FObC@feynman.localnet>
62151      Branch: perl
62152            ! op.c
62153 ____________________________________________________________________________
62154 [  7486] By: nick                                  on 2000/10/29  21:05:04
62155         Log: Integrate mainline to perlio branch
62156      Branch: perlio
62157           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
62158           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
62159           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
62160           +> vos/install_perl.cm
62161            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
62162            - vos/config.h vos/config_h.SH_orig
62163           !> (integrate 141 files)
62164 ____________________________________________________________________________
62165 [  7485] By: jhi                                   on 2000/10/29  21:00:47
62166         Log: Make \x{...} consistently produce UTF-8.
62167              
62168              Subject: Re: \x{...} is confused 
62169              From: Simon Cozens <simon@cozens.net>
62170              Date: Sun, 29 Oct 2000 19:36:48 +0000
62171              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
62172      Branch: perl
62173            ! t/pragma/utf8.t toke.c
62174 ____________________________________________________________________________
62175 [  7484] By: nick                                  on 2000/10/29  20:05:29
62176         Log: PerlIO passes all tests.
62177      Branch: perlio
62178            ! perlio.c
62179 ____________________________________________________________________________
62180 [  7483] By: jhi                                   on 2000/10/29  18:06:55
62181         Log: Update Changes.
62182      Branch: perl
62183            ! Changes patchlevel.h
62184 ____________________________________________________________________________
62185 [  7482] By: nick                                  on 2000/10/29  17:43:28
62186         Log: Include <unistd.h> to get correct lseek() prototype etc.
62187              (I thought perl.h did that) - down to two fails
62188              - comp/require.t (last test)
62189              - lib/io_xs.t - possibly import/export of FILE * ?
62190      Branch: perlio
62191            ! perlio.c
62192 ____________________________________________________________________________
62193 [  7481] By: jhi                                   on 2000/10/29  17:02:37
62194         Log: UTF-8 decoder tweak.
62195      Branch: perl
62196            ! utf8.c
62197 ____________________________________________________________________________
62198 [  7480] By: nick                                  on 2000/10/29  16:26:11
62199         Log: Fixed two bugs:
62200              - error code not being set on close (of broken pipe)
62201              - append mode was truncating.
62202              At least one seek/tell bug remains.
62203      Branch: perlio
62204            ! perlio.c
62205 ____________________________________________________________________________
62206 [  7479] By: nick                                  on 2000/10/29  11:18:16
62207         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
62208              in case of accidents. Still several worrying fails, no line disciplines yet.
62209      Branch: perlio
62210            ! iperlsys.h perlio.c
62211 ____________________________________________________________________________
62212 [  7478] By: jhi                                   on 2000/10/29  02:04:01
62213         Log: Add also emailless people.
62214      Branch: perl
62215            ! AUTHORS
62216 ____________________________________________________________________________
62217 [  7477] By: jhi                                   on 2000/10/29  01:36:00
62218         Log: The #7476 needs a MANIFEST change, too.
62219      Branch: perl
62220            ! MANIFEST
62221 ____________________________________________________________________________
62222 [  7476] By: jhi                                   on 2000/10/29  01:35:21
62223         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
62224      Branch: perl
62225            - MAINTAIN
62226            ! AUTHORS Changes
62227 ____________________________________________________________________________
62228 [  7475] By: jhi                                   on 2000/10/28  23:57:25
62229         Log: De-quoted-unreadable to ISO Latin 1.
62230              (There's one ISO-2022-JP name in Changes5.004.)
62231      Branch: perl
62232            ! Changes Changes5.6
62233 ____________________________________________________________________________
62234 [  7474] By: jhi                                   on 2000/10/28  19:13:06
62235         Log: Subject: [ID 20001027.007] uniq array in perlfaq
62236              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
62237              Date: Fri, 27 Oct 2000 19:28:30 +0200
62238              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
62239      Branch: perl
62240            ! pod/perlfaq4.pod
62241 ____________________________________________________________________________
62242 [  7473] By: jhi                                   on 2000/10/28  18:02:05
62243         Log: Locking null mutexes is not recommendable.
62244              
62245              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
62246              From: Hugo <hv@crypt.compulink.co.uk>
62247              Date: Sat, 28 Oct 2000 18:41:12 +0100
62248              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
62249      Branch: perl
62250            ! op.c
62251 ____________________________________________________________________________
62252 [  7472] By: jhi                                   on 2000/10/28  17:52:58
62253         Log: Better create a true mailing list for the repository keepers.
62254      Branch: perl
62255            ! Porting/repository.pod
62256 ____________________________________________________________________________
62257 [  7471] By: jhi                                   on 2000/10/28  17:28:24
62258         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
62259              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
62260      Branch: perl
62261            + Porting/repository.pod
62262            ! MANIFEST
62263 ____________________________________________________________________________
62264 [  7470] By: jhi                                   on 2000/10/28  17:20:54
62265         Log: Subject: DOC PATCH 5.6.0
62266              From: mjd@plover.com
62267              Date: 27 Oct 2000 17:32:44 -0000
62268              Message-ID: <20001027173244.23754.qmail@plover.com>
62269      Branch: perl
62270            ! pod/perlfunc.pod
62271 ____________________________________________________________________________
62272 [  7469] By: jhi                                   on 2000/10/28  17:16:45
62273         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
62274              From: "Peter J. Farley III" <pjfarley@banet.net>
62275              Date: Fri, 27 Oct 2000 20:32:56 -0400
62276              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
62277      Branch: perl
62278            ! README.dos
62279 ____________________________________________________________________________
62280 [  7468] By: jhi                                   on 2000/10/28  17:07:18
62281         Log: Make target reordering to avoid pointless re-makes.
62282              
62283              Subject: Re: Total re-make of 'make okfile' after 7451 ?
62284              From: Nicholas Clark <nick@ccl4.org>
62285              Date: Sat, 28 Oct 2000 00:31:02 +0100
62286              Message-ID: <20001028003101.A54517@plum.flirble.org>
62287      Branch: perl
62288            ! Makefile.SH
62289 ____________________________________________________________________________
62290 [  7467] By: jhi                                   on 2000/10/28  17:05:31
62291         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
62292              From: lvirden@cas.org
62293              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
62294              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
62295      Branch: perl
62296            ! README.os2
62297 ____________________________________________________________________________
62298 [  7466] By: jhi                                   on 2000/10/28  16:09:16
62299         Log: Upgrade to CPAN 1.58_55.
62300              
62301              Subject: CPAN.pm status
62302              From: andreas.koenig@anima.de (Andreas J. Koenig) 
62303              Date: 28 Oct 2000 08:18:00 +0200 
62304              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
62305      Branch: perl
62306            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62307 ____________________________________________________________________________
62308 [  7465] By: jhi                                   on 2000/10/28  16:02:47
62309         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
62310      Branch: perl
62311            ! embed.h embed.pl perl.h proto.h toke.c
62312 ____________________________________________________________________________
62313 [  7464] By: nick                                  on 2000/10/28  10:43:44
62314         Log: Fix for sv_2iv() on "shared" value from keys %hash.
62315      Branch: perl
62316            ! sv.c
62317 ____________________________________________________________________________
62318 [  7463] By: jhi                                   on 2000/10/27  16:18:29
62319         Log: Update Changes.
62320      Branch: perl
62321            ! Changes patchlevel.h
62322 ____________________________________________________________________________
62323 [  7462] By: jhi                                   on 2000/10/27  16:17:44
62324         Log: Too enthusiastic editing in #7460.
62325      Branch: metaconfig
62326            ! U/modified/Oldsym.U
62327      Branch: perl
62328            ! Configure config_h.SH
62329 ____________________________________________________________________________
62330 [  7461] By: jhi                                   on 2000/10/27  15:37:38
62331         Log: Retract #7459, the script needs more work.
62332      Branch: perl
62333            - mkreef
62334            ! MANIFEST
62335 ____________________________________________________________________________
62336 [  7460] By: jhi                                   on 2000/10/27  15:23:14
62337         Log: Use $sort, $uniq (and $tr) consistently as wondered
62338              by Nicholas Clark.
62339      Branch: metaconfig
62340            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
62341            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
62342            ! U/modified/libc.U
62343      Branch: perl
62344            ! Configure config_h.SH
62345 ____________________________________________________________________________
62346 [  7459] By: jhi                                   on 2000/10/27  15:02:07
62347         Log: (Retracted by #7461)
62348              
62349              Add a shell script for creating/removing symbolic link farms,
62350              useful for keeping the source code read-only and doing the
62351              builds somewhere else.
62352      Branch: perl
62353            + mkreef
62354            ! MANIFEST
62355 ____________________________________________________________________________
62356 [  7458] By: jhi                                   on 2000/10/27  14:42:20
62357         Log: Do away with the fix_pl.
62358      Branch: perl
62359            - fix_pl
62360            ! MANIFEST Makefile.SH
62361 ____________________________________________________________________________
62362 [  7457] By: jhi                                   on 2000/10/27  12:43:13
62363         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
62364              From: Jens Hamisch <jens@Strawberry.COM>
62365              Date: Fri, 27 Oct 2000 14:38:21 +0200
62366              Message-Id: <20001027143821.B3366@Strawberry.COM>
62367      Branch: perl
62368            ! perl.h
62369 ____________________________________________________________________________
62370 [  7456] By: jhi                                   on 2000/10/27  12:33:42
62371         Log: Subject: [PATCH] todo
62372              From: Nicholas Clark <nick@ccl4.org>
62373              Date: Thu, 26 Oct 2000 22:32:29 +0100
62374              Message-ID: <20001026223229.A44540@plum.flirble.org>
62375      Branch: perl
62376            ! pod/perltodo.pod
62377 ____________________________________________________________________________
62378 [  7455] By: jhi                                   on 2000/10/27  12:02:21
62379         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
62380              From: John Tobey <jtobey@john-edwin-tobey.org>
62381              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
62382              Message-Id: <m13ozHF-000FObC@feynman.localnet>
62383      Branch: perl
62384            ! op.c t/pragma/sub_lval.t
62385 ____________________________________________________________________________
62386 [  7454] By: jhi                                   on 2000/10/27  11:59:42
62387         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
62388              From: sthoenna@efn.org
62389              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
62390              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
62391      Branch: perl
62392            ! pp.c t/op/assignwarn.t
62393 ____________________________________________________________________________
62394 [  7453] By: jhi                                   on 2000/10/27  00:15:08
62395         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
62396      Branch: perl
62397            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62398            ! ext/Storable/Storable.xs t/lib/st-lock.t
62399 ____________________________________________________________________________
62400 [  7452] By: jhi                                   on 2000/10/26  13:05:52
62401         Log: Undo #7451, this seems to be a deficiency in Perforce,
62402              there is no per-file line-terminator type, only per-client.
62403      Branch: perl
62404            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
62405            ! win32/makefile.mk
62406 ____________________________________________________________________________
62407 [  7451] By: jhi                                   on 2000/10/26  04:56:03
62408         Log: Experimenting in DOS arcana.
62409      Branch: perl
62410            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
62411            ! win32/makefile.mk
62412 ____________________________________________________________________________
62413 [  7450] By: jhi                                   on 2000/10/26  04:50:52
62414         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
62415              From: "Peter J. Farley III" <pjfarley@banet.net>            
62416              Date: Wed, 25 Oct 2000 23:10:18 -0400
62417              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
62418      Branch: perl
62419            ! t/io/open.t
62420 ____________________________________________________________________________
62421 [  7449] By: jhi                                   on 2000/10/26  04:49:16
62422         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
62423              From: Hugo <hv@crypt.compulink.co.uk>
62424              Date: Thu, 26 Oct 2000 01:55:17 +0100
62425              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
62426              
62427              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
62428      Branch: perl
62429            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
62430 ____________________________________________________________________________
62431 [  7448] By: jhi                                   on 2000/10/26  04:38:36
62432         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
62433              From: Peter Prymmer <pvhp@forte.com>
62434              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
62435              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
62436      Branch: perl
62437            ! configure.com
62438 ____________________________________________________________________________
62439 [  7447] By: jhi                                   on 2000/10/25  23:20:02
62440         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
62441              in platforms that strictly require all the symbols being present
62442              at link time.
62443      Branch: perl
62444            ! handy.h
62445 ____________________________________________________________________________
62446 [  7446] By: jhi                                   on 2000/10/25  21:55:57
62447         Log: Update Changes.
62448      Branch: perl
62449            ! Changes patchlevel.h
62450 ____________________________________________________________________________
62451 [  7445] By: jhi                                   on 2000/10/25  21:27:08
62452         Log: Integrate with vmsperl #7430 by Charles Bailey:
62453              
62454              Cleanup from prior patch (Charles Lane?):
62455              - improve handling of MFDs in Basename and Path
62456              - default to no xsubpp line # munging when building debug images
62457      Branch: perl
62458           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
62459 ____________________________________________________________________________
62460 [  7444] By: jhi                                   on 2000/10/25  21:03:50
62461         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
62462              From: John Peacock <JPeacock@UnivPress.com>
62463              Date: Thu, 18 May 2000 11:55:27 -0400
62464              Message-ID: <3924126F.A58BE57A@UnivPress.com>
62465      Branch: perl
62466            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
62467            ! t/op/write.t
62468 ____________________________________________________________________________
62469 [  7443] By: jhi                                   on 2000/10/25  20:43:10
62470         Log: Temporary stopgap for the self-tying issue: for now only
62471              array and hash self-ties are verboten.  The real fix, of
62472              course, would be to comprehensively test (and implement?)
62473              and debug (and document) self-ties.
62474      Branch: perl
62475            ! pod/perldiag.pod pp_sys.c t/op/tie.t
62476 ____________________________________________________________________________
62477 [  7442] By: jhi                                   on 2000/10/25  20:14:30
62478         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
62479              From: Dan Sugalski <dan@sidhe.org>
62480              Date: Wed, 25 Oct 2000 13:36:35 -0400
62481              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
62482              
62483              plus regen global.sym.
62484      Branch: perl
62485            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
62486            ! thrdvar.h util.c
62487 ____________________________________________________________________________
62488 [  7441] By: jhi                                   on 2000/10/25  20:12:20
62489         Log: buildtoc target tweaks.
62490      Branch: perl
62491            ! pod/Makefile.SH
62492 ____________________________________________________________________________
62493 [  7440] By: jhi                                   on 2000/10/25  20:03:53
62494         Log: A new version of making the syslog test more robust.
62495              (Replaces #7421.)
62496              
62497              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62498              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62499              Date: Wed, 25 Oct 2000 12:13:54 -0400
62500              Message-ID: <20001025121354.B2264@O2.chapin.edu>
62501      Branch: perl
62502            ! t/lib/syslog.t
62503 ____________________________________________________________________________
62504 [  7439] By: jhi                                   on 2000/10/25  20:00:48
62505         Log: Continue the internal UTF-8 API tweaking.
62506              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
62507              used much more than the simpler API, now called utf8_to_uv_simple().
62508              Still not quite happy with API, too much partial duplication
62509              of functionality.
62510      Branch: perl
62511            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
62512            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
62513            ! regcomp.c regexec.c sv.c toke.c utf8.c
62514 ____________________________________________________________________________
62515 [  7438] By: jhi                                   on 2000/10/25  18:52:30
62516         Log: Allow poking holes at the UTF-8 decoding strictness.
62517      Branch: perl
62518            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
62519            ! utf8.h
62520 ____________________________________________________________________________
62521 [  7437] By: jhi                                   on 2000/10/25  13:53:05
62522         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
62523              UTF8LEN() and UTF8SKIP(). 
62524      Branch: perl
62525            ! pp.c utf8.c utf8.h
62526 ____________________________________________________________________________
62527 [  7436] By: jhi                                   on 2000/10/25  13:51:37
62528         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
62529              From: Nicholas Clark <nick@ccl4.org>
62530              Date: Wed, 25 Oct 2000 14:44:05 +0100
62531              Message-ID: <20001025144404.D27253@plum.flirble.org>
62532      Branch: perl
62533            ! pod/perlrun.pod
62534 ____________________________________________________________________________
62535 [  7435] By: jhi                                   on 2000/10/25  13:49:32
62536         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
62537              From: Mike Guy <mjtg@cam.ac.uk>
62538              Date: Tue, 24 Oct 2000 14:59:40 +0100
62539              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
62540      Branch: perl
62541            ! scope.c
62542 ____________________________________________________________________________
62543 [  7434] By: jhi                                   on 2000/10/25  13:48:41
62544         Log: AIX is picky about its symbol exports.  Solution for now
62545              is to include the deb.o explicitly to the re extension build.
62546              
62547              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
62548              From: Peter Prymmer <pvhp@forte.com>
62549              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
62550              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
62551      Branch: perl
62552            ! ext/re/Makefile.PL hints/aix.sh
62553 ____________________________________________________________________________
62554 [  7433] By: jhi                                   on 2000/10/25  13:46:49
62555         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
62556              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62557              Date: Wed, 25 Oct 2000 12:02:20 +0200
62558              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
62559      Branch: perl
62560            ! perlsdio.h
62561 ____________________________________________________________________________
62562 [  7432] By: jhi                                   on 2000/10/25  13:44:28
62563         Log: Subject: Minor update to find2perl, for portability
62564              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
62565              Date: Wed, 25 Oct 2000 12:05:47 +0100
62566              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
62567      Branch: perl
62568            ! x2p/find2perl.PL
62569 ____________________________________________________________________________
62570 [  7431] By: jhi                                   on 2000/10/25  13:40:39
62571         Log: Add targets to Makefile.SH, most importantly
62572              'regen_all' which also remembers to update vms/perly*.
62573      Branch: perl
62574            ! Makefile.SH
62575 ____________________________________________________________________________
62576 [  7430] By: bailey                                on 2000/10/25  03:13:53
62577         Log: Cleanup from prior patch (Charles Lane?):
62578              - improve handling of MFDs in Basename and Path
62579              - default to no xsubpp line # munging when building debug images
62580      Branch: vmsperl
62581            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
62582 ____________________________________________________________________________
62583 [  7429] By: jhi                                   on 2000/10/24  20:03:40
62584         Log: Podify README.epoc and README.vos.
62585      Branch: perl
62586            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
62587            ! pod/perlport.pod pod/perltoc.pod
62588 ____________________________________________________________________________
62589 [  7428] By: jhi                                   on 2000/10/24  19:10:33
62590         Log: Stratus VOS updates from Paul Green.
62591      Branch: perl
62592            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62593            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
62594            - vos/config.def vos/config.h vos/config_h.SH_orig
62595            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
62596            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
62597 ____________________________________________________________________________
62598 [  7427] By: jhi                                   on 2000/10/24  18:59:48
62599         Log: Check if stdio supports tweaking lval and cnt simultaneously.
62600              
62601              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
62602              From: Nicholas Clark <nick@ccl4.org>
62603              Date: Mon, 23 Oct 2000 15:39:32 +0100
62604              Message-ID: <20001023153932.A10786@plum.flirble.org>
62605      Branch: metaconfig
62606            ! U/compline/d_stdstdio.U
62607      Branch: perl
62608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62609            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
62610            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
62611            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
62612            ! vos/config.h vos/config_h.SH_orig win32/config.bc
62613            ! win32/config.gc win32/config.vc
62614 ____________________________________________________________________________
62615 [  7426] By: jhi                                   on 2000/10/24  17:57:44
62616         Log: Missed the header file changes from #7425.
62617      Branch: perl
62618            ! embed.h embed.pl objXSUB.h proto.h
62619 ____________________________________________________________________________
62620 [  7425] By: jhi                                   on 2000/10/24  17:55:17
62621         Log: Fix the bug reported in
62622              
62623              From: andreas.koenig@anima.de (Andreas J. Koenig)
62624              Subject: Encode bug?
62625              Date: 24 Oct 2000 14:01:26 +0200 
62626              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
62627              
62628              Also make is_utf8_char() stricter.
62629      Branch: perl
62630            ! ext/Encode/Encode.xs utf8.c
62631 ____________________________________________________________________________
62632 [  7424] By: jhi                                   on 2000/10/24  15:15:39
62633         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
62634              From: Peter Scott <Peter@PSDT.com>
62635              Date: Mon, 23 Oct 2000 19:46:01 -0700
62636              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
62637      Branch: perl
62638            ! pod/perlfaq5.pod
62639 ____________________________________________________________________________
62640 [  7423] By: jhi                                   on 2000/10/24  14:25:30
62641         Log: Test tweak to avoid pulling in the whole Config.
62642      Branch: perl
62643            ! t/lib/st-lock.t
62644 ____________________________________________________________________________
62645 [  7422] By: jhi                                   on 2000/10/24  14:03:16
62646         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
62647      Branch: perl
62648            ! pp.c
62649 ____________________________________________________________________________
62650 [  7421] By: jhi                                   on 2000/10/24  13:32:09
62651         Log: (Replaced by #7440.)
62652              
62653              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62654              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62655              Date: Mon, 23 Oct 2000 16:40:54 -0400
62656              Message-ID: <20001023164054.B14491@O2.chapin.edu>
62657      Branch: perl
62658            ! t/lib/syslog.t
62659 ____________________________________________________________________________
62660 [  7420] By: jhi                                   on 2000/10/24  13:30:53
62661         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
62662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62663              Date: Mon, 23 Oct 2000 17:29:03 -0400
62664              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
62665      Branch: perl
62666            ! lib/ExtUtils/MM_Unix.pm
62667 ____________________________________________________________________________
62668 [  7419] By: jhi                                   on 2000/10/24  13:29:57
62669         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
62670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62671              Date: Mon, 23 Oct 2000 19:01:32 -0400
62672              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
62673      Branch: perl
62674            ! utils/h2xs.PL
62675 ____________________________________________________________________________
62676 [  7418] By: jhi                                   on 2000/10/24  13:26:04
62677         Log: Replace #7409 with
62678              
62679              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
62680              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62681              Date: Mon, 23 Oct 2000 20:08:56 +0200
62682              Message-ID: <20001023200855.A14850@nice.ram.loc>
62683      Branch: perl
62684            ! ext/Storable/Storable.pm t/lib/st-lock.t
62685 ____________________________________________________________________________
62686 [  7417] By: jhi                                   on 2000/10/24  13:17:52
62687         Log: Run vms/vms_yfix.pl, should have done that after changing
62688              perly.c in #7382.
62689      Branch: perl
62690            ! vms/perly_c.vms vms/perly_h.vms
62691 ____________________________________________________________________________
62692 [  7416] By: jhi                                   on 2000/10/24  02:55:33
62693         Log: Make the UTF-8 decoding stricter and more verbose when
62694              malformation happens.  This involved adding an argument
62695              to utf8_to_uv_chk(), which involved changing its prototype,
62696              and prefer STRLEN over I32 for the UTF-8 length, which as
62697              a domino effect necessitated changing the prototypes of
62698              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
62699              The stricter UTF-8 decoding checking uses Markus Kuhn's
62700              UTF-8 Decode Stress Tester from
62701              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
62702      Branch: perl
62703            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
62704            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
62705            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
62706            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
62707 ____________________________________________________________________________
62708 [  7415] By: jhi                                   on 2000/10/23  14:06:06
62709         Log: Update Changes.
62710      Branch: perl
62711            ! Changes patchlevel.h
62712 ____________________________________________________________________________
62713 [  7414] By: jhi                                   on 2000/10/23  12:39:52
62714         Log: Undo the basename() part of #7412 since the lib/basename
62715              tests would need upgrading too.
62716      Branch: perl
62717            ! lib/File/Basename.pm
62718 ____________________________________________________________________________
62719 [  7413] By: jhi                                   on 2000/10/23  12:19:27
62720         Log: Document PERL_INSTALL_ROOT of #7210.
62721      Branch: perl
62722            ! lib/ExtUtils/Install.pm
62723 ____________________________________________________________________________
62724 [  7412] By: jhi                                   on 2000/10/23  12:16:47
62725         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
62726      Branch: perl
62727            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
62728            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
62729 ____________________________________________________________________________
62730 [  7411] By: jhi                                   on 2000/10/23  12:07:41
62731         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
62732              From: Prymmer/Kahn <pvhp@best.com>
62733              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
62734              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
62735      Branch: perl
62736            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
62737 ____________________________________________________________________________
62738 [  7410] By: jhi                                   on 2000/10/23  04:10:11
62739         Log: The change #7187 was not so good on VMS.
62740              
62741              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
62742              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62743              Date: Sun, 22 Oct 2000 23:03:08 -0500
62744              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
62745      Branch: perl
62746            ! utils/perldoc.PL
62747 ____________________________________________________________________________
62748 [  7409] By: jhi                                   on 2000/10/23  03:57:36
62749         Log: Avoid Storable locking on DJGPP for now.
62750              
62751              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
62752              From: "Peter J. Farley III" <pjfarley@banet.net>
62753              Date: Sun, 22 Oct 2000 20:00:00 -0400
62754              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
62755      Branch: perl
62756            ! ext/Storable/Storable.pm t/lib/st-lock.t
62757 ____________________________________________________________________________
62758 [  7408] By: jhi                                   on 2000/10/23  03:50:24
62759         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
62760              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62761              Date: Sun, 22 Oct 2000 21:12:22 -0400
62762              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
62763      Branch: perl
62764            ! lib/vars.pm
62765 ____________________________________________________________________________
62766 [  7407] By: jhi                                   on 2000/10/23  03:43:12
62767         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
62768              From: Hugo <hv@crypt.compulink.co.uk>
62769              Date: Mon, 23 Oct 2000 00:47:22 +0100
62770              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
62771      Branch: perl
62772            ! regexec.c t/op/pat.t
62773 ____________________________________________________________________________
62774 [  7406] By: jhi                                   on 2000/10/23  03:40:29
62775         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
62776      Branch: perl
62777            ! lib/ExtUtils/MakeMaker.pm
62778 ____________________________________________________________________________
62779 [  7405] By: jhi                                   on 2000/10/22  21:32:00
62780         Log: Doc patch.
62781              
62782              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
62783              From: rspier@pobox.com (Robert Spier)
62784              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
62785              Message-ID: <14835.16112.13457.447971@rls.cx>
62786      Branch: perl
62787            ! lib/strict.pm
62788 ____________________________________________________________________________
62789 [  7404] By: jhi                                   on 2000/10/22  21:30:51
62790         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
62791              From: rspier@pobox.com (Robert Spier)
62792              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
62793              Message-ID: <14835.17223.72448.705566@rls.cx>
62794      Branch: perl
62795            ! lib/ExtUtils/MakeMaker.pm
62796 ____________________________________________________________________________
62797 [  7403] By: jhi                                   on 2000/10/22  21:24:11
62798         Log: Subject: [PATCH bleadperl] ripples from constsub patch
62799              From: John Tobey <jtobey@john-edwin-tobey.org>
62800              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
62801              Message-Id: <m13nSOB-000FObC@feynman.localnet>
62802      Branch: perl
62803            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
62804 ____________________________________________________________________________
62805 [  7402] By: jhi                                   on 2000/10/22  20:59:35
62806         Log: Support s?printf parameter reordering.
62807      Branch: perl
62808            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
62809 ____________________________________________________________________________
62810 [  7401] By: jhi                                   on 2000/10/22  19:19:14
62811         Log: Expand %Config variables only if explicitly so requested
62812              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
62813              
62814              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
62815              From: Gurusamy Sarathy <gsar@ActiveState.com>
62816              Date: Sun, 22 Oct 2000 11:47:32 -0700
62817              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
62818      Branch: perl
62819            ! Makefile.SH lib/lib_pm.PL
62820 ____________________________________________________________________________
62821 [  7400] By: jhi                                   on 2000/10/22  18:24:10
62822         Log: Move the #7390 test from warn/op to comp/redef.
62823              
62824              Subject: Re: Creating const subs for constants.
62825              From: John Tobey <jtobey@john-edwin-tobey.org>
62826              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
62827              Message-Id: <m13nG72-000FObC@feynman.localnet>               
62828      Branch: perl
62829            ! t/comp/redef.t t/pragma/warn/op
62830 ____________________________________________________________________________
62831 [  7399] By: jhi                                   on 2000/10/22  17:49:59
62832         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
62833              From: Nicholas Clark <nick@ccl4.org>
62834              Date: Sat, 21 Oct 2000 22:23:19 +0100
62835              Message-ID: <20001021222319.B45586@plum.flirble.org>
62836      Branch: perl
62837            ! ext/DynaLoader/DynaLoader_pm.PL
62838 ____________________________________________________________________________
62839 [  7398] By: jhi                                   on 2000/10/22  17:47:35
62840         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
62841              From: Hugo <hv@crypt.compulink.co.uk>
62842              Date: Sat, 21 Oct 2000 18:19:59 +0100
62843              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
62844      Branch: perl
62845            ! ext/B/B.pm ext/B/B/C.pm
62846 ____________________________________________________________________________
62847 [  7397] By: jhi                                   on 2000/10/22  17:35:18
62848         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
62849              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
62850              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
62851              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
62852      Branch: perl
62853            ! hints/openbsd.sh
62854 ____________________________________________________________________________
62855 [  7396] By: jhi                                   on 2000/10/22  17:19:46
62856         Log: Subject: installman go-faster stripes
62857              From: Nicholas Clark <nick@talking.bollo.cx>
62858              Date: Sat, 21 Oct 2000 17:24:53 +0100
62859              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
62860              
62861              Subject: Re: installman go-faster stripes
62862              From: Russ Allbery <rra@stanford.edu>
62863              Date: 21 Oct 2000 11:04:13 -0700
62864              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
62865      Branch: perl
62866            ! installman pod/pod2man.PL
62867 ____________________________________________________________________________
62868 [  7395] By: jhi                                   on 2000/10/22  17:17:35
62869         Log: Hints tweak from Anton Berezin.
62870      Branch: perl
62871            ! hints/freebsd.sh
62872 ____________________________________________________________________________
62873 [  7394] By: jhi                                   on 2000/10/22  04:50:04
62874         Log: Tweak the Is* definitions of Unicode character classes
62875              to better match the official categorizations; embrace
62876              the official categorizations; add the combining marks
62877              as alpha (and -numeric); fix DCinital (a typo and edito)
62878              to be DCmedial.
62879      Branch: perl
62880            + lib/unicode/Is/DCmedial.pl
62881            - lib/unicode/Is/DCinital.pl
62882            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62883            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
62884            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
62885            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62886 ____________________________________________________________________________
62887 [  7393] By: jhi                                   on 2000/10/21  18:06:05
62888         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
62889              From: Daniel Chetlin <daniel@chetlin.com>
62890              Date: Sat, 21 Oct 2000 02:57:03 -0700
62891              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
62892      Branch: perl
62893            + t/lib/tie-splice.t
62894            ! MANIFEST lib/Tie/Array.pm
62895 ____________________________________________________________________________
62896 [  7392] By: gsar                                  on 2000/10/21  18:05:15
62897         Log: resync utfperl branch with mainline
62898      Branch: utfperl
62899           !> (integrate 1760 files)
62900 ____________________________________________________________________________
62901 [  7391] By: jhi                                   on 2000/10/21  14:37:49
62902         Log: Testcases for a #7383,#7385 related bug.
62903              
62904              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
62905              From: Nicholas Clark <nick@ccl4.org>
62906              Date: Sat, 21 Oct 2000 15:04:51 +0100
62907              Message-ID: <20001021150451.A51566@plum.flirble.org>
62908      Branch: perl
62909            ! t/pragma/utf8.t
62910 ____________________________________________________________________________
62911 [  7390] By: jhi                                   on 2000/10/21  14:35:57
62912         Log: Add a testcase for #7389.
62913      Branch: perl
62914            ! t/pragma/warn/op
62915 ____________________________________________________________________________
62916 [  7389] By: jhi                                   on 2000/10/21  14:26:45
62917         Log: Subject: Re: Creating const subs for constants.
62918              From: John Tobey <jtobey@john-edwin-tobey.org>
62919              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
62920              Message-Id: <m13mo0N-000FObC@feynman.localnet>
62921      Branch: perl
62922            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
62923            ! proto.h sv.c
62924 ____________________________________________________________________________
62925 [  7388] By: nick                                  on 2000/10/21  11:44:23
62926         Log: Populate perlio branch
62927      Branch: perlio
62928           +> (branch 1760 files)
62929 ____________________________________________________________________________
62930 [  7387] By: nick                                  on 2000/10/21  10:52:05
62931         Log: Get branch back as replica of mainline via :
62932              p4 integrate -b utfperl
62933              p4 resolve -at ./...
62934      Branch: utfperl
62935           +> (branch 269 files)
62936            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
62937            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
62938            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
62939            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
62940            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
62941            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62942            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62943            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62944            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62945            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62946            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62947            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62948            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62949            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62950            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62951            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62952            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62953            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62954            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
62955            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
62956            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
62957            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
62958            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
62959            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
62960            - lib/unicode/UCD300.html lib/unicode/Unicode.300
62961            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
62962            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
62963            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
62964            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
62965           !> (integrate 965 files)
62966 ____________________________________________________________________________
62967 [  7386] By: jhi                                   on 2000/10/21  01:31:12
62968         Log: Update Changes.
62969      Branch: perl
62970            ! Changes patchlevel.h
62971 ____________________________________________________________________________
62972 [  7385] By: jhi                                   on 2000/10/21  01:28:42
62973         Log: The #7383 was right only in the context of the original bug report,
62974              not in more general case.
62975      Branch: perl
62976            ! pp_hot.c
62977 ____________________________________________________________________________
62978 [  7384] By: jhi                                   on 2000/10/21  01:08:23
62979         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
62980      Branch: perl
62981            ! ext/IO/lib/IO/Select.pm
62982 ____________________________________________________________________________
62983 [  7383] By: jhi                                   on 2000/10/21  00:44:18
62984         Log: Fix for ID 20001020.006, concatenating an unset submatch
62985              with utf8 resulted in "Modification of a read-only value".
62986      Branch: perl
62987            ! pp_hot.c t/pragma/utf8.t
62988 ____________________________________________________________________________
62989 [  7382] By: jhi                                   on 2000/10/20  20:44:31
62990         Log: Make scan_num() reëntrant, as suggested in
62991              
62992              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62993              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62994              Date: Fri, 20 Oct 2000 14:17:27 +0100
62995              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
62996      Branch: perl
62997            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
62998            ! toke.c
62999 ____________________________________________________________________________
63000 [  7381] By: jhi                                   on 2000/10/20  20:07:29
63001         Log: Reëntrancy fix.
63002              
63003              Subject: [PATCH perl@7229] Rentrant parser and yylex()
63004              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
63005              Date: Fri, 20 Oct 2000 14:17:27 +0100
63006              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
63007      Branch: perl
63008            ! embed.h embed.pl perl.h proto.h toke.c
63009 ____________________________________________________________________________
63010 [  7380] By: jhi                                   on 2000/10/20  19:15:54
63011         Log: Don't write double values through long double pointers,
63012              based on a part of
63013              
63014              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
63015              From: Jens Hamisch <jens@Strawberry.COM>
63016              Date: Tue, 17 Oct 2000 08:39:36 +0200
63017              Message-Id: <20001017083936.A11104@Strawberry.COM>
63018      Branch: perl
63019            ! perl.h pp.c
63020 ____________________________________________________________________________
63021 [  7379] By: jhi                                   on 2000/10/20  18:43:37
63022         Log: Portability tweak on #7377.
63023              
63024              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
63025              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63026              Date:     Fri, 20 Oct 2000 13:13:41 EDT
63027              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
63028      Branch: perl
63029            ! t/lib/dprof.t
63030 ____________________________________________________________________________
63031 [  7378] By: jhi                                   on 2000/10/20  12:57:19
63032         Log: SOCKS function redefinitions need prototypes, too, otherwise
63033              for example 32 bit versus 64 bit differences cause a lot of
63034              problems.  Part of
63035              
63036              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
63037              From: Jens Hamisch <jens@Strawberry.COM>
63038              Date: Tue, 17 Oct 2000 08:39:36 +0200
63039              Message-Id: <20001017083936.A11104@Strawberry.COM>
63040      Branch: perl
63041            ! doio.c pp_sys.c
63042 ____________________________________________________________________________
63043 [  7377] By: jhi                                   on 2000/10/20  12:37:12
63044         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
63045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63046              Date:     Fri, 20 Oct 2000 08:26:04 EDT
63047              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
63048      Branch: perl
63049            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
63050 ____________________________________________________________________________
63051 [  7376] By: jhi                                   on 2000/10/20  12:35:31
63052         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
63053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63054              Date:     Fri, 20 Oct 2000 07:48:15 EDT
63055              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
63056      Branch: perl
63057            ! configure.com vms/gen_shrfls.pl
63058 ____________________________________________________________________________
63059 [  7375] By: bailey                                on 2000/10/20  04:44:37
63060         Log: SYN SYN
63061      Branch: vmsperl
63062           +> (branch 134 files)
63063            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
63064            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
63065            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
63066            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
63067            - eg/cgi/frameset.cgi eg/cgi/index.html
63068            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
63069            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
63070            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
63071            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
63072            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
63073            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
63074            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
63075            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
63076            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
63077            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
63078            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
63079            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
63080            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
63081            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
63082            - lib/unicode/Props.txt lib/unicode/UCD300.html
63083            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
63084            - utils/perlbc.PL vms/subconfigure.com
63085           !> (integrate 785 files)
63086 ____________________________________________________________________________
63087 [  7374] By: jhi                                   on 2000/10/20  00:59:48
63088         Log: In the latest compiler builds cccdlflags must not become -fpic,
63089              from Wilfredo Sánchez.
63090      Branch: perl
63091            ! hints/darwin.sh
63092 ____________________________________________________________________________
63093 [  7373] By: jhi                                   on 2000/10/20  00:56:35
63094         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
63095              From: Tony Cook <tony@develop-help.com>
63096              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
63097              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
63098      Branch: perl
63099            ! pod/perlop.pod
63100 ____________________________________________________________________________
63101 [  7372] By: jhi                                   on 2000/10/19  19:34:40
63102         Log: Typo noted by Mark Lutz.
63103      Branch: perl
63104            ! t/op/64bitint.t
63105 ____________________________________________________________________________
63106 [  7371] By: jhi                                   on 2000/10/19  19:33:13
63107         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
63108      Branch: metaconfig
63109            ! U/modified/Cppsym.U U/modified/Oldconfig.U
63110      Branch: metaconfig/U/perl
63111            ! End.U dlsrc.U libperl.U
63112      Branch: perl
63113            + hints/nonstopux.sh
63114            ! Configure MANIFEST config_h.SH
63115 ____________________________________________________________________________
63116 [  7370] By: jhi                                   on 2000/10/19  17:18:08
63117         Log: Subject: PATCH do_print has 2 PerlIO_error()s
63118              From: nick@ccl4.org
63119              Date: Thu, 19 Oct 2000 18:09:20 +0100
63120              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
63121      Branch: perl
63122            ! doio.c
63123 ____________________________________________________________________________
63124 [  7369] By: jhi                                   on 2000/10/19  14:01:49
63125         Log: Update Changes.
63126      Branch: perl
63127            ! Changes patchlevel.h
63128 ____________________________________________________________________________
63129 [  7368] By: jhi                                   on 2000/10/19  13:04:29
63130         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
63131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63132              Date: Wed, 18 Oct 2000 13:12:01 +0200
63133              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
63134      Branch: perl
63135            ! hints/aix.sh
63136 ____________________________________________________________________________
63137 [  7367] By: jhi                                   on 2000/10/19  02:22:40
63138         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
63139              of a 'pmshort' anywhere in the B, so the offending line was simply
63140              removed.
63141      Branch: perl
63142            ! ext/B/B/Debug.pm
63143 ____________________________________________________________________________
63144 [  7366] By: jhi                                   on 2000/10/19  02:12:37
63145         Log: Add the test case for the bug id 20000730.004 which seems
63146              to have been fixed by now.
63147      Branch: perl
63148            ! t/pragma/utf8.t
63149 ____________________________________________________________________________
63150 [  7365] By: jhi                                   on 2000/10/18  23:36:24
63151         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
63152              From: Hugo <hv@crypt.compulink.co.uk>
63153              Date: Wed, 18 Oct 2000 23:25:58 +0100
63154              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
63155      Branch: perl
63156            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
63157 ____________________________________________________________________________
63158 [  7364] By: jhi                                   on 2000/10/18  21:12:53
63159         Log: (retracted)
63160      Branch: perl
63161            ! pp.c
63162 ____________________________________________________________________________
63163 [  7363] By: jhi                                   on 2000/10/18  20:55:38
63164         Log: Missing change from #7362.
63165      Branch: perl
63166            ! win32/perlhost.h
63167 ____________________________________________________________________________
63168 [  7362] By: jhi                                   on 2000/10/18  20:52:01
63169         Log: Borland C fstat() never saw the fd as writable.
63170              
63171              Subject: fix for Borland's weak "stat" (perl@7211)
63172              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63173              Date: Mon, 16 Oct 2000 09:55:03 +0400
63174              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
63175      Branch: perl
63176            ! win32/win32.c
63177 ____________________________________________________________________________
63178 [  7361] By: jhi                                   on 2000/10/18  17:43:50
63179         Log: Regen toc.
63180      Branch: perl
63181            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
63182 ____________________________________________________________________________
63183 [  7360] By: jhi                                   on 2000/10/18  17:07:44
63184         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63185              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
63186              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
63187              Date: Mon, 16 Oct 2000 15:19:49 +0200
63188      Branch: perl
63189            + README.aix
63190            ! MANIFEST
63191 ____________________________________________________________________________
63192 [  7359] By: jhi                                   on 2000/10/18  17:04:49
63193         Log: Subject: Pod patch for Devel::Peek
63194              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63195              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
63196              Date: Mon, 16 Oct 2000 12:26:34 +0200
63197      Branch: perl
63198            ! ext/Devel/Peek/Peek.pm
63199 ____________________________________________________________________________
63200 [  7358] By: jhi                                   on 2000/10/18  17:03:15
63201         Log: Make Cwd more bulletproof in chrooted environments.
63202              
63203              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
63204              From: "Eric E. Coe" <Eric.Coe@oracle.com>
63205              Date: Wed, 18 Oct 2000 04:03:54 -0400
63206              Message-Id: <39ED596A.70E599FE@oracle.com>
63207      Branch: perl
63208            ! lib/Cwd.pm
63209 ____________________________________________________________________________
63210 [  7357] By: jhi                                   on 2000/10/18  16:37:26
63211         Log: Disable the UTF8 downgrade croakage for now to avoid
63212              too many not okay messages.
63213      Branch: perl
63214            ! doio.c
63215 ____________________________________________________________________________
63216 [  7356] By: jhi                                   on 2000/10/17  23:29:41
63217         Log: Show the failed remote port, instead of the failing line number.
63218              
63219              Subject: [PATCH 5.6.1 Debugger] More diagnostics
63220              From: David Sparks <daves@ActiveState.com>
63221              Date: Tue, 17 Oct 2000 15:00:24 -0700
63222              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
63223      Branch: perl
63224            ! lib/perl5db.pl
63225 ____________________________________________________________________________
63226 [  7355] By: jhi                                   on 2000/10/17  14:11:31
63227         Log: On output try to downgrade to bytes, croak if impossible,
63228              from Simon Cozens.  This means that outputting >255 UTF8
63229              is impossible.  Consider this as a strong incentive to get
63230              the I/O disciplines implemented.
63231      Branch: perl
63232            ! doio.c pod/perldiag.pod sv.c
63233 ____________________________________________________________________________
63234 [  7354] By: jhi                                   on 2000/10/17  13:42:23
63235         Log: Clarify documentation on 'use bytes'.
63236              
63237              Subject: Re: What does 'use bytes' "mean" ?
63238              From: Simon Cozens <simon@cozens.net>
63239              Date: Mon, 18 Sep 2000 18:24:25 +0100
63240              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
63241      Branch: perl
63242            ! lib/bytes.pm
63243 ____________________________________________________________________________
63244 [  7353] By: jhi                                   on 2000/10/17  13:28:12
63245         Log: Workaround for a sfio bug where the stream error indicator
63246              is not cleared as documented.
63247              
63248              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63249              From: Nicholas Clark <nick@ccl4.org>
63250              Date: Mon, 16 Oct 2000 18:28:23 +0100
63251              Message-ID: <20001016182823.J19700@plum.flirble.org>
63252      Branch: perl
63253            ! doio.c
63254 ____________________________________________________________________________
63255 [  7352] By: jhi                                   on 2000/10/17  13:06:19
63256         Log: More IoTYPE sprinkling.
63257      Branch: perl
63258            ! doio.c pp_hot.c
63259 ____________________________________________________________________________
63260 [  7351] By: jhi                                   on 2000/10/16  22:47:07
63261         Log: Detect early whether the std streams have gone bad.
63262              
63263              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63264              Date: Mon, 16 Oct 2000 23:28:42 +0100
63265              From: Nicholas Clark <nick@ccl4.org>
63266              Message-ID: <20001016232842.A37942@plum.flirble.org>
63267      Branch: perl
63268            ! t/op/misc.t
63269 ____________________________________________________________________________
63270 [  7350] By: jhi                                   on 2000/10/16  22:45:16
63271         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
63272              From: "Peter J. Farley III" <pjfarley@banet.net>
63273              Date: Mon, 16 Oct 2000 18:15:59 -0400
63274              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
63275      Branch: perl
63276            ! djgpp/djgpp.c dosish.h t/io/open.t
63277 ____________________________________________________________________________
63278 [  7349] By: jhi                                   on 2000/10/16  22:36:45
63279         Log: perldelta tweak.
63280      Branch: perl
63281            ! pod/perldelta.pod
63282 ____________________________________________________________________________
63283 [  7348] By: jhi                                   on 2000/10/16  15:17:53
63284         Log: Update Changes.
63285      Branch: perl
63286            ! Changes patchlevel.h
63287 ____________________________________________________________________________
63288 [  7347] By: jhi                                   on 2000/10/16  13:55:27
63289         Log: Add the capability to include/exclude branches.
63290      Branch: perl
63291            ! Porting/genlog
63292 ____________________________________________________________________________
63293 [  7346] By: jhi                                   on 2000/10/16  13:18:04
63294         Log: Add Charles Lane.
63295      Branch: perl
63296            ! AUTHORS Changes
63297 ____________________________________________________________________________
63298 [  7345] By: jhi                                   on 2000/10/16  13:13:21
63299         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
63300      Branch: perl
63301            ! pod/perldelta.pod
63302 ____________________________________________________________________________
63303 [  7344] By: gsar                                  on 2000/10/16  09:30:21
63304         Log: integrate change#6220 from cfgperl
63305              
63306              Win32 patches from Benjamin Stuhl.
63307      Branch: maint-5.6/perl
63308           !> makedef.pl win32/win32.h
63309 ____________________________________________________________________________
63310 [  7343] By: gsar                                  on 2000/10/16  08:32:19
63311         Log: integrate changes#6221,6222 from cfgperl
63312              
63313              Remove tr///CU (the feature is to be obsoleted by better interfaces).
63314              From: simon@brecon.co.uk (Simon Cozens)
63315              Subject: [PATCH] Eliminate tr///[CU][CU]
63316              Date: 23 Jun 2000 11:05:40 GMT
63317              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
63318              
63319              doc typo fix
63320              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
63321              From: Ian Phillipps <Ian.Phillipps@iname.com>
63322              Date: Fri, 23 Jun 2000 10:40:58 +0100
63323              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
63324      Branch: maint-5.6/perl
63325           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
63326 ____________________________________________________________________________
63327 [  7342] By: gsar                                  on 2000/10/16  08:28:08
63328         Log: integrate change#6217 from cfgperl (in part)
63329              
63330              Rename the fdpid locking and integrate with Sarathy.
63331      Branch: maint-5.6/perl
63332           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
63333           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
63334           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
63335           !> win32/win32.c
63336 ____________________________________________________________________________
63337 [  7341] By: gsar                                  on 2000/10/16  08:23:39
63338         Log: integrate changes#6214..6216 from mainline
63339              
63340              @_ can't have junk in it even in the non-USE_ITHREADS case because
63341              caller() wants to populate @DB::args with it (causes a coredump
63342              in Carp::confess())
63343              
63344              tweak comment about @DB::args
63345              
63346              be more optimal about clearing @_
63347      Branch: maint-5.6/perl
63348           !> av.h cop.h pp_ctl.c t/op/runlevel.t
63349 ____________________________________________________________________________
63350 [  7340] By: gsar                                  on 2000/10/16  08:20:37
63351         Log: integrate changes#6207..6210 from cfgperl
63352              
63353              Subject: [PATCH 5.6.0] Threadsafe patches
63354              From: Dan Sugalski <dan@sidhe.org>
63355              To: perl5-porters@perl.org
63356              Date: Mon, 08 May 2000 18:08:13 -0400
63357              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
63358              
63359              Regen headers for #6207.
63360              
63361              Lock PL_fdpid against race conditions, based on:
63362              Subject: [PATCH 5.6.0]subprocess fixup for threads
63363              From: Dan Sugalski <dan@sidhe.org>
63364              To: perl5-porters@perl.org
63365              Date: Tue, 11 Apr 2000 17:02:32 -0400
63366              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
63367              
63368              Mopup for #6207 and #6209.
63369      Branch: maint-5.6/perl
63370           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
63371           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
63372           !> win32/win32.c
63373 ____________________________________________________________________________
63374 [  7339] By: gsar                                  on 2000/10/16  08:14:34
63375         Log: integrate change#6203 from cfgperl
63376              
63377              perldiag should refer to perlos2.pod not README.os2
63378      Branch: maint-5.6/perl
63379           !> pod/perldiag.pod
63380 ____________________________________________________________________________
63381 [  7338] By: gsar                                  on 2000/10/16  08:11:42
63382         Log: integrate change#6201 from mainline
63383              
63384              Perl_eval_pv() leaks 4 bytes every time it is called because it
63385              does a PUSHMARK that's never ever POPMARKed; in general, only
63386              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
63387              Perl_eval_[sp]v() don't because they don't take any incoming
63388              arguments (this leak has been around since the original version
63389              of perl_eval_pv() in 5.003_97e)
63390      Branch: maint-5.6/perl
63391           !> perl.c
63392 ____________________________________________________________________________
63393 [  7337] By: gsar                                  on 2000/10/16  08:08:47
63394         Log: integrate changes#6197..6200 from cfgperl
63395              
63396              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
63397              From: John Borwick <jhborwic@unity.ncsu.edu>
63398              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
63399              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
63400              
63401              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
63402              From: Dan Sugalski <dan@sidhe.org>
63403              To: vmsperl@perl.org, perl5-porters@perl.org
63404              Date: Fri, 02 Jun 2000 16:00:41 -0400
63405              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
63406              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
63407              
63408              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
63409              From: Dan Sugalski <dan@sidhe.org>
63410              To: perl5-porters@perl.org, vmsperl@perl.org
63411              Date: Fri, 02 Jun 2000 17:30:51 -0400
63412              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
63413              
63414              Update to cperl-mode.el 4.31 from
63415              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
63416              Subject: A couple of notes
63417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63418              To: Mailing list Perl5 <perl5-porters@perl.org>
63419              Date: Sat, 3 Jun 2000 23:33:32 -0400
63420              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
63421      Branch: maint-5.6/perl
63422           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
63423           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
63424           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
63425           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
63426           !> vms/vmsish.h
63427 ____________________________________________________________________________
63428 [  7336] By: gsar                                  on 2000/10/16  08:03:46
63429         Log: integrate changes#6194,6195 from mainline
63430              
63431              fix small eval"" memory leaks under USE_ITHREADS
63432              
63433              fix yet another eval"" leak under USE_ITHREADS
63434      Branch: maint-5.6/perl
63435           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63436           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63437           !> vms/perly_c.vms
63438 ____________________________________________________________________________
63439 [  7335] By: gsar                                  on 2000/10/16  08:02:15
63440         Log: integrate changes#6190,6191 from mainline
63441              
63442              submit missing embed.pl change
63443              
63444              vec() loses numericalness (modified version of patch suggested
63445              by Robin Barker)
63446      Branch: maint-5.6/perl
63447           !> doop.c embed.pl t/op/vec.t
63448 ____________________________________________________________________________
63449 [  7334] By: gsar                                  on 2000/10/16  08:01:03
63450         Log: integrate change#6189 from mainline
63451              
63452              counting tr/// corrupts later operation (from M.J.T Guy)
63453      Branch: maint-5.6/perl
63454           !> doop.c t/op/tr.t
63455 ____________________________________________________________________________
63456 [  7333] By: gsar                                  on 2000/10/16  07:59:07
63457         Log: integrate changes#6183..6188 from mainline
63458              
63459              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
63460              <nick@ccl4.org>)
63461              
63462              tweak for change#6127
63463              
63464              remove incorrect documentation about implicit split to @_ in
63465              list context, which never really worked in perl 5 (from
63466              M.J.T. Guy)
63467              
63468              further qualify references to "alphanumeric" (from Wolfgang Laun
63469              <wolfgang.laun@alcatel.at>)
63470              
63471              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
63472              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63473              
63474              h2xs tweaks
63475      Branch: maint-5.6/perl
63476           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
63477           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
63478           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
63479           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
63480           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
63481           !> pod/pod2latex.PL utils/h2xs.PL
63482 ____________________________________________________________________________
63483 [  7332] By: gsar                                  on 2000/10/16  07:53:52
63484         Log: integrate change#6179 from mainline
63485              
63486              buggy modulus on UVs introduced by change#3378 (resulted in
63487              4063328477 % 65535 amounting to 27406, instead of 27407)
63488      Branch: maint-5.6/perl
63489           !> pp.c t/op/arith.t
63490 ____________________________________________________________________________
63491 [  7331] By: gsar                                  on 2000/10/16  07:52:49
63492         Log: integrate changes#6176,6177,6178,6182 from cfgperl
63493              
63494              Single-quoted utf8 patch from Simon Cozens.
63495              
63496              Substitution utf8 patch from Simon Cozens.
63497              
63498              Be cleaner.
63499              
63500              Be Cleaner Part Deux.
63501      Branch: maint-5.6/perl
63502           !> Makefile.SH pp_hot.c toke.c
63503 ____________________________________________________________________________
63504 [  7330] By: gsar                                  on 2000/10/16  07:41:36
63505         Log: integrate change#6172 from mainline
63506              
63507              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
63508              (from Ilya Zakharevich)
63509      Branch: maint-5.6/perl
63510           !> regexec.c t/op/re_tests
63511 ____________________________________________________________________________
63512 [  7329] By: gsar                                  on 2000/10/16  07:40:25
63513         Log: integrate change#6171 from mainline
63514              
63515              scalar() doesn't force scalar context when used in void context
63516              (from Simon Cozens)
63517      Branch: maint-5.6/perl
63518           !> op.c t/op/wantarray.t
63519 ____________________________________________________________________________
63520 [  7328] By: gsar                                  on 2000/10/16  07:39:33
63521         Log: integrate change#6170 from mainline
63522              
63523              change#6142 needs tweaks to tests to work where there's no
63524              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63525      Branch: maint-5.6/perl
63526           !> t/lib/filefind.t
63527 ____________________________________________________________________________
63528 [  7327] By: gsar                                  on 2000/10/16  07:35:34
63529         Log: integrate changes#6166..6168 from cfgperl
63530              
63531              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
63532              in case somebody wants to write an extension for more
63533              shadow database interfaces.
63534              
63535              tweak todo
63536              
63537              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
63538      Branch: maint-5.6/perl
63539           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63540           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
63541           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
63542           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63543           !> win32/config.vc win32/config_H.bc win32/config_H.gc
63544           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63545 ____________________________________________________________________________
63546 [  7326] By: gsar                                  on 2000/10/16  07:29:05
63547         Log: integrate changes#6157,6159..6161,6164 from cfgperl
63548              
63549              Regen Configure to jive with #6149.
63550              
63551              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
63552              
63553              Changes for the File::Temp 0.08 (change #6159) test suite
63554              to fit better into the Perl distribution test framework.
63555              
63556              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
63557              both from Simon Cozens.
63558              
63559              detypo
63560      Branch: maint-5.6/perl
63561           +> pod/perlmodlib.PL pod/perlnewmod.pod
63562           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
63563           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
63564           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63565           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63566 ____________________________________________________________________________
63567 [  7325] By: gsar                                  on 2000/10/16  07:25:13
63568         Log: integrate change#6158 from vmsperl
63569              
63570              Add fallback to tmpfile for use in cases where user's relying on
63571              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
63572              Lane's patch)
63573      Branch: maint-5.6/perl
63574           !> vms/vms.c vms/vmsish.h
63575 ____________________________________________________________________________
63576 [  7324] By: gsar                                  on 2000/10/16  07:20:50
63577         Log: integrate changes#6153..6155 from mainline
63578              
63579              prettier Test::Harness output on failed tests (from Nicholas Clark
63580              <nick@Bagpuss.uk.boo.com>)
63581              
63582              avoid type mismatch warning
63583              
63584              small bug in change#6144; remove random \xA0 character that snuck
63585              in via change#6145
63586      Branch: maint-5.6/perl
63587           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
63588           !> perl.c
63589 ____________________________________________________________________________
63590 [  7323] By: gsar                                  on 2000/10/16  07:18:47
63591         Log: integrate changes#6151,6152 from mainline
63592              
63593              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
63594              
63595              cosmetic fixups of RE debug output (from Ilya Zakharevich)
63596      Branch: maint-5.6/perl
63597           !> regexec.c
63598 ____________________________________________________________________________
63599 [  7322] By: gsar                                  on 2000/10/16  07:17:25
63600         Log: integrate changes#6146..6150 from mainline
63601              
63602              doc typo
63603              
63604              add a make entry to Config.pm so "perl -V:make" works on VMS
63605              (from Peter Prymmer)
63606              
63607              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
63608              
63609              OS/2 tweaks for usethreads build (from Rocco Caputo
63610              <troc@netrus.net>)
63611              
63612              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
63613      Branch: maint-5.6/perl
63614           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
63615           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
63616           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
63617           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
63618           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
63619           !> warnings.pl x2p/a2p.h
63620 ____________________________________________________________________________
63621 [  7321] By: gsar                                  on 2000/10/16  07:14:02
63622         Log: integrate changes#6143..6145 from mainline
63623              
63624              MacOS support, part 1 (from Matthias Neeracher
63625              <neeri@iis.ee.ethz.ch>)
63626              
63627              MacOS support, part 2: make AutoSplit use File::Spec instead
63628              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
63629              <neeri@iis.ee.ethz.ch>)
63630              
63631              make xsubpp skip embedded pod (from Matthias Neeracher
63632              <neeri@iis.ee.ethz.ch>)
63633      Branch: maint-5.6/perl
63634           +> ext/DynaLoader/dl_mac.xs
63635           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
63636           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
63637           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
63638           !> pp_ctl.c proto.h toke.c util.c util.h
63639 ____________________________________________________________________________
63640 [  7320] By: gsar                                  on 2000/10/16  07:12:13
63641         Log: integrate changes#6141,6142 from mainline
63642              
63643              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
63644              forwarded by Peter Seebach from the bsdi-users mailing list.
63645              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
63646              
63647              File::Find fails to chdir when chasing symlinks (from
63648              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63649      Branch: maint-5.6/perl
63650           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
63651 ____________________________________________________________________________
63652 [  7319] By: gsar                                  on 2000/10/16  07:04:30
63653         Log: integrate change#6139 from mainline
63654              
63655              revise mktables.PL for bugs and newness in Unicode 3.0
63656              (from James Bence <jbence@amgen.com>)
63657      Branch: maint-5.6/perl
63658           +> (branch 30 files)
63659           !> (integrate 49 files)
63660 ____________________________________________________________________________
63661 [  7318] By: gsar                                  on 2000/10/16  07:01:01
63662         Log: integrate changes#6137,6138 from mainline
63663              
63664              fix bogus redeclaration warning for "our" variables in different
63665              scopes
63666              
63667              add note about the handling of negative indices to tied arrays
63668              (from Michael G Schwern <schwern@pobox.com>)
63669      Branch: maint-5.6/perl
63670           !> op.c pod/perltie.pod t/pragma/strict-vars
63671 ____________________________________________________________________________
63672 [  7317] By: gsar                                  on 2000/10/16  06:58:46
63673         Log: integrate changes#6127..6136 from mainline
63674              
63675              call_method(...,G_EVAL) can longjmp() out if the method probing
63676              failed (from Gisle Aas)
63677              
63678              new perlxstut example for passing/returning refs to arrays
63679              (from David Lowe <dlowe@pootpoot.com>)
63680              
63681              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
63682              
63683              fix places that mean C<"word" character> but say C<alphanumeric
63684              character>
63685              
63686              avoid warnings in POSIX.pm (from Barrie Slaymaker)
63687              
63688              warnings::enabled() doesn't fall back to looking at $^W if
63689              caller isn't using lexical warnings (from Paul Marquess)
63690              
63691              elide bogus test in change#6132
63692              
63693              make Test::Harness use wait.h/WCOREDUMP if available
63694              (from Ben Tilly <ben_tilly@hotmail.com>)
63695              
63696              enable Test::Harness to dynamically determine column width etc.
63697              (from Rob Napier <rnapier@employees.org>)
63698              
63699              random pod typos (from Peter Scott <Peter@PSDT.com>)
63700      Branch: maint-5.6/perl
63701           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
63702           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
63703           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
63704           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
63705 ____________________________________________________________________________
63706 [  7316] By: gsar                                  on 2000/10/16  06:53:23
63707         Log: integrate change#6126 from mainline
63708              
63709              change#2879 broke rvalue autovivification of magicals such as
63710              ${$num} (reworked variant of patch suggested by Simon Cozens)
63711      Branch: maint-5.6/perl
63712           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
63713           !> pp_hot.c proto.h t/op/gv.t
63714 ____________________________________________________________________________
63715 [  7315] By: gsar                                  on 2000/10/16  06:51:38
63716         Log: integrate changes#6123,6125 from mainline
63717              
63718              clarify gotcha with #line directives (from Rocco Caputo
63719              <troc@netrus.net>)
63720              
63721              enable propagating exception objects via Perl_croak() in XS code
63722              (from Gisle Aas)
63723      Branch: maint-5.6/perl
63724           !> pod/perldebug.pod pod/perlsyn.pod util.c
63725 ____________________________________________________________________________
63726 [  7314] By: gsar                                  on 2000/10/16  06:49:28
63727         Log: integrate change#6122 from mainline
63728              
63729              downgrade fatal error on C<"foo@nosucharray.com"> to optional
63730              warning (from Mark-Jason Dominus)
63731      Branch: maint-5.6/perl
63732           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
63733           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
63734           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
63735           !> toke.c
63736 ____________________________________________________________________________
63737 [  7313] By: gsar                                  on 2000/10/16  06:46:54
63738         Log: integrate changes#6112..6121 from vmsperl
63739              
63740              Check for existence of file before trying to delete
63741              
63742              Ugly workaround for version-specific RTL error
63743              
63744              Urk -- undo previous removal of vmsish 'exit' change
63745              
63746              Add bounds checking for several strings (Charles Lane)
63747              
63748              Miscellaneous cosmetic fixes (Charles Lane)
63749              
63750              Treat sockets as special in sys(read|write) (Charles Lane et al.)
63751              
63752              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
63753              Flatten case labels in switch statements uniformly (Charles Bailey)
63754              
63755              Quiet error messages in vmsish.t (Charles Lane)
63756              
63757              Add missing escape (Charles Lane)
63758              
63759              Allow eliminate_macros() and fixpath() to handle space-delimited
63760              lists (based on fixes by Craig Berry)
63761      Branch: maint-5.6/perl
63762           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
63763           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
63764           !> vms/vmsish.h
63765 ____________________________________________________________________________
63766 [  7312] By: gsar                                  on 2000/10/16  06:41:18
63767         Log: integrate changes#6107,6110 from cfgperl
63768              
63769              Tweak the todo list.
63770              
63771              todo tweak
63772      Branch: maint-5.6/perl
63773           !> Todo-5.6
63774 ____________________________________________________________________________
63775 [  7311] By: gsar                                  on 2000/10/16  06:38:38
63776         Log: integrate changes#6104,6108 from mainline
63777              
63778              PL_sys_intern was being initialized too late on windows
63779              
63780              reenable fake signal handling on Windows, bugs and all
63781      Branch: maint-5.6/perl
63782           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
63783           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
63784           !> win32/win32.c
63785 ____________________________________________________________________________
63786 [  7310] By: gsar                                  on 2000/10/16  06:36:03
63787         Log: integrate changes#6095,6097..6103 from cfgperl
63788              
63789              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
63790              might be useful in future.
63791              
63792              Add a note about possible compilation problems from Allen Smith.
63793              
63794              Add a note about other, yet unsupported, shadow password APIs.
63795              
63796              Tweaks for the cc bugs from Allen Smith.
63797              
63798              More compilation tweakery from Allen Smith.
63799              
63800              Hints and test tweaks for Unicos.
63801              
63802              The test suite tweak in #6101 wasn't quite right.
63803              
63804              Test tweaking for Unicos continues.
63805      Branch: maint-5.6/perl
63806           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63807           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
63808           !> t/lib/complex.t t/op/64bitint.t
63809 ____________________________________________________________________________
63810 [  7309] By: gsar                                  on 2000/10/16  06:29:41
63811         Log: integrate changes#6093,6094 from mainline
63812              
63813              fork() failure to create pseudo process sets errno=EAGAIN and returns
63814              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
63815              
63816              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
63817      Branch: maint-5.6/perl
63818           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63819           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
63820 ____________________________________________________________________________
63821 [  7308] By: gsar                                  on 2000/10/16  06:27:29
63822         Log: integrate change#6092 from cfgperl
63823              
63824              Regen perltoc with the fixed buildtoc.
63825      Branch: maint-5.6/perl
63826           !> pod/perltoc.pod
63827 ____________________________________________________________________________
63828 [  7307] By: gsar                                  on 2000/10/16  06:26:40
63829         Log: integrate changes#6089,6090 from mainline
63830              
63831              buildtoc tweak to fix newline lossage
63832              
63833              concat doesn't preserve utf8-ness, and doesn't invalidate
63834              [NI]OK; added tests for both
63835      Branch: maint-5.6/perl
63836           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
63837 ____________________________________________________________________________
63838 [  7306] By: gsar                                  on 2000/10/16  06:24:05
63839         Log: integrate change#6088 from cfgperl
63840              
63841              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
63842              because we do not use those.  The HAS_GETSPNAM remains,
63843              though, because we still do use that.
63844      Branch: maint-5.6/perl
63845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63846           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
63847           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
63848           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63849           !> win32/config.vc win32/config_H.bc win32/config_H.gc
63850           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63851 ____________________________________________________________________________
63852 [  7305] By: gsar                                  on 2000/10/16  06:15:52
63853         Log: integrate changes#6084,6085,6087 from mainline
63854              
63855              substr() does not preserve utf8-ness (from Stefan Eissing
63856              <Eissing@medicaldataservice.de>); added tests
63857              
63858              repeat operator (x) doesn't preserve utf8-ness
63859              
63860              reverse() and quotemeta() weren't preserving utf8-ness; add tests
63861      Branch: maint-5.6/perl
63862           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
63863 ____________________________________________________________________________
63864 [  7304] By: gsar                                  on 2000/10/16  06:13:10
63865         Log: integrate changes#6077..6083 from mainline
63866              
63867              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63868              and Tom Phoenix)
63869              
63870              workaround for CRT bug in chdir() (from Charles Lane, via
63871              Peter Prymmer)
63872              
63873              remove outdated kludge in Carp (NULLs are permitted in diagnostics
63874              now)
63875              
63876              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
63877              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63878              
63879              better default perlbug categories for ok reports (from Richard Foley)
63880              
63881              peek.t non-portable to ithreads
63882              
63883              note about undocumented caller() return value (from M.J.T. Guy);
63884              yet another peek.t tweak
63885      Branch: maint-5.6/perl
63886           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63887           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63888           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
63889           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
63890           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
63891           !> vms/vmsish.h
63892 ____________________________________________________________________________
63893 [  7303] By: gsar                                  on 2000/10/16  06:03:18
63894         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
63895              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
63896              
63897              &HUGE_VAL is not defined, it exists.
63898              
63899              Do not warn that an infinity does not look like a number.
63900              
63901              Rewrite the pwent/spent logic to be a little bit more clearer.
63902              
63903              Continue on the pwent/spent case.
63904              
63905              Correct Freudian slip.
63906              
63907              Use HUGE_VALL if applicable.
63908              
63909              pwent/spent #ifdef imbalance.
63910              
63911              Infinite problems.
63912              
63913              Call getspnam() only iff needd.
63914              
63915              Test both the scalar and list contexts.
63916              
63917              Use setxxent()/endxxent().
63918              
63919              Complex tweakery.
63920              
63921              Unicos hint tweak.
63922              
63923              Be more forgiving in POSIX about HUGE_VALL.
63924              
63925              Detypo.
63926              
63927              The search of infinity continues, this time simplified.
63928              
63929              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63930              in natively 64-bit platforms where a long is a quad (no need
63931              for long longs).  Also added bias for IVs.
63932              
63933              Complex tweaks.
63934              
63935              Introduce t/lib/peek.t.
63936              
63937              Make the test more portable.
63938      Branch: maint-5.6/perl
63939           +> t/lib/peek.t
63940            ! pp_sys.c
63941           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
63942           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
63943           !> t/op/pwent.t toke.c util.c
63944 ____________________________________________________________________________
63945 [  7302] By: gsar                                  on 2000/10/16  05:03:37
63946         Log: integrate changes#6066..6071 from mainline
63947              
63948              s/END/CHECK/
63949              
63950              replace direct call to sighandler() with (*PL_sighandlerp)()
63951              
63952              note about values()
63953              
63954              File::Spec compatibility update (from Barrie Slaymaker
63955              <barries@slaysys.com>)
63956              
63957              remove misleading comment (from M.J.T. Guy)
63958              
63959              misformatted perllocal.pod (from Tim Jenness
63960              <t.jenness@jach.hawaii.edu>)
63961      Branch: maint-5.6/perl
63962           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63963           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63964           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63965           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63966 ____________________________________________________________________________
63967 [  7301] By: gsar                                  on 2000/10/16  05:00:08
63968         Log: integrate changes#6061..6063 from mainline
63969              
63970              change#5921 neglected to make eq honor "use bytes"
63971              
63972              additional tests for utf8.t
63973              
63974              tokeq() could read unallocated field in argument
63975      Branch: maint-5.6/perl
63976           !> sv.c t/pragma/utf8.t toke.c
63977 ____________________________________________________________________________
63978 [  7300] By: gsar                                  on 2000/10/16  04:56:54
63979         Log: integrate changes#6046,6048,6057,6058 from mainline
63980              
63981              libscheck has insufficient checks for n32 libs (from
63982              Albert Chin-A-Young <china@thewrittenword.com>)
63983              
63984              add note about how $( doesn't interpolate in REs (from
63985              Philip Newton <newton@ficus.frogspace.net>)
63986              
63987              fix broken parsing of /\x{ab}/
63988              
63989              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63990              (spotted by Donald Kinzer <dkinzer@premia.com>)
63991      Branch: maint-5.6/perl
63992           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
63993           !> t/pragma/utf8.t
63994 ____________________________________________________________________________
63995 [  7299] By: gsar                                  on 2000/10/16  04:52:50
63996         Log: integrate change#6044 from mainline
63997              
63998              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63999              such that underscores are only ignored in literal numbers,
64000              "\x{...}", and hex/oct argument
64001      Branch: maint-5.6/perl
64002           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
64003 ____________________________________________________________________________
64004 [  7298] By: gsar                                  on 2000/10/16  04:50:53
64005         Log: integrate changes#6027..6043 from mainline
64006              
64007              podlators-1.02 update (from Russ Allbery)
64008              
64009              Pod::Man generates groff-incompatible macro definition (from
64010              Tom Christiansen)
64011              
64012              add CGI.pm v2.66 (from Lincoln Stein)
64013              
64014              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
64015              for @- and @+ (from Johan Vromans)
64016              
64017              small nits in diagnostics.pm (from Robin Barker)
64018              
64019              whitespace adjustments
64020              
64021              missing files in MANIFEST
64022              
64023              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
64024              to compensate
64025              
64026              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
64027              
64028              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
64029      Branch: maint-5.6/perl
64030           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
64031           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
64032           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
64033           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
64034           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
64035           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
64036           !> t/lib/cgi-html.t t/lib/cgi-request.t
64037 ____________________________________________________________________________
64038 [  7297] By: gsar                                  on 2000/10/16  04:44:30
64039         Log: integrate change#6025 from mainline
64040              
64041              Is{Alnum,Alpha,Word} don't match titlecase
64042              TODO: IsSpace is defined recursively!
64043              (both spotted by Larry)
64044      Branch: maint-5.6/perl
64045           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64046           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64047 ____________________________________________________________________________
64048 [  7296] By: gsar                                  on 2000/10/16  04:39:30
64049         Log: integrate change#6023 from mainline
64050              
64051              debugger stomps on $. (from M.J.T. Guy)
64052      Branch: maint-5.6/perl
64053           !> lib/perl5db.pl
64054 ____________________________________________________________________________
64055 [  7295] By: gsar                                  on 2000/10/16  04:38:02
64056         Log: integrate change#6022 from mainline
64057              
64058              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
64059      Branch: maint-5.6/perl
64060           !> sv.c
64061 ____________________________________________________________________________
64062 [  7294] By: gsar                                  on 2000/10/16  04:37:05
64063         Log: integrate changes#6018..6021 from mainline
64064              
64065              make lib/syslog.t portable to systems that don't have _PATH_LOG,
64066              make _PATH_LOG() return "" if unavailable
64067              
64068              windows portability tweaks
64069              
64070              test tweak
64071              
64072              remove Win2K issue in pod (fixed by change#6020)
64073      Branch: maint-5.6/perl
64074           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
64075           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
64076           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
64077 ____________________________________________________________________________
64078 [  7293] By: gsar                                  on 2000/10/16  04:20:00
64079         Log: integrate changes#6013..6015 from mainline
64080              
64081              tweak change#5945 to display correct switch name in diagnostic
64082              
64083              glob() loading File::Glob behind the scenes may cause syntax errors
64084              
64085              tweak test for portability
64086      Branch: maint-5.6/perl
64087           !> op.c perl.c pod/perldiag.pod t/lib/b.t
64088 ____________________________________________________________________________
64089 [  7292] By: gsar                                  on 2000/10/16  04:18:11
64090         Log: integrate changes#6005..6010 from mainline, cfgperl
64091              
64092              perldoc might fail via "use blib" (from Hugo van der Sanden)
64093              
64094              Regen Configure.
64095              
64096              note about compile failures and END blocks (from M.J.T. Guy)
64097              
64098              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
64099              
64100              (change#6009 integrated earlier in change#7255)
64101              
64102              clarify note about shadow password support (from
64103              gellyfish@gellyfish.com)
64104      Branch: maint-5.6/perl
64105           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
64106           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
64107           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
64108 ____________________________________________________________________________
64109 [  7291] By: gsar                                  on 2000/10/16  04:12:03
64110         Log: integrate changes#6002,6003 from mainline
64111              
64112              destructive sv_setsv() can lose UV-ness from source, causing
64113              numeric promotions/comparisons to fail to do the right thing
64114              
64115              allow REG_EXPAND_SZ keys in Windows registry (from
64116              John Clayton <John.Clayton@barclayscapital.com>)
64117      Branch: maint-5.6/perl
64118           !> sv.c win32/win32.c
64119 ____________________________________________________________________________
64120 [  7290] By: gsar                                  on 2000/10/16  04:10:19
64121         Log: integrate change#6001 from mainline
64122              
64123              support additional library locations via $Config{otherlibdirs}
64124              (from Andy Dougherty)
64125      Branch: maint-5.6/perl
64126           !> Configure INSTALL Porting/Glossary Porting/config.sh
64127           !> Porting/config_H config_h.SH epoc/config.sh perl.c
64128           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
64129           !> win32/config.bc win32/config.gc win32/config.vc
64130 ____________________________________________________________________________
64131 [  7289] By: gsar                                  on 2000/10/16  04:08:28
64132         Log: integrate change#5999 from mainline
64133              
64134              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
64135      Branch: maint-5.6/perl
64136           !> t/pragma/warn/toke toke.c
64137 ____________________________________________________________________________
64138 [  7288] By: gsar                                  on 2000/10/16  04:07:01
64139         Log: integrate changes#5997,5998 from cfgperl
64140              
64141              Preserve $!.
64142              
64143              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
64144      Branch: maint-5.6/perl
64145           !> lib/Math/Complex.pm
64146 ____________________________________________________________________________
64147 [  7287] By: gsar                                  on 2000/10/16  04:04:37
64148         Log: integrate change#5995 from mainline
64149              
64150              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
64151      Branch: maint-5.6/perl
64152           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
64153 ____________________________________________________________________________
64154 [  7286] By: gsar                                  on 2000/10/16  04:03:21
64155         Log: integrate change#5994 from mainline
64156              
64157              fix for missed accounting for null byte in pack("Z",...) (from
64158              M.J.T. Guy)
64159      Branch: maint-5.6/perl
64160           !> pp.c t/op/pack.t
64161 ____________________________________________________________________________
64162 [  7285] By: gsar                                  on 2000/10/16  04:02:11
64163         Log: integrate changes#5989..5993 from mainline
64164              
64165              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
64166              itself and no other (from Tom Hughes)
64167              
64168              use $ENV{LIB} to search for libs under Visual C compiler
64169              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
64170              
64171              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
64172              
64173              pod nit (from Simon Cozens)
64174              
64175              various minor tweaks seen on p5p
64176      Branch: maint-5.6/perl
64177           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
64178           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
64179           !> t/op/array.t toke.c
64180 ____________________________________________________________________________
64181 [  7284] By: gsar                                  on 2000/10/16  03:59:00
64182         Log: integrate changes#5978..5988 from mainline
64183              
64184              sync version numbers in File::Spec with the ones on CPAN
64185              (from Barrie Slaymaker)
64186              
64187              under useithreads, constant pad entries could inadvertantly be
64188              shared across threads (from Eric Blood <eblood@xmission.com>);
64189              added Eric's test case to testsuite
64190              
64191              allow Configure -S to run non-interactively (spotted by Greg Hudson
64192              <ghudson@mit.edu>)
64193              
64194              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
64195              prototype mismatch with CORE::glob(); update pod and tests to
64196              suit (File::Glob::glob() is still available for backward
64197              compatibility, but should be considered deprecated)
64198              
64199              avoid error in IO::Socket::INET when given an unknown service name
64200              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
64201              
64202              numeric conversion of non-number in change#3378 tramples on
64203              OOK offset, causing segfaults
64204              
64205              attributes::reftype() doesn't work on tied argument
64206              
64207              forked child may not exit correctly if it failed to open
64208              /dev/console (from Graham Barr)
64209              
64210              add regular expressions tutorial and quick-start guide (from
64211              Mark Kvale <kvale@phy.ucsf.edu>)
64212              
64213              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
64214              
64215              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
64216              <paul@miraclefish.com>)
64217      Branch: maint-5.6/perl
64218           +> pod/perlrequick.pod pod/perlretut.pod
64219           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
64220           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
64221           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
64222           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
64223           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64224           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64225           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
64226           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
64227 ____________________________________________________________________________
64228 [  7283] By: gsar                                  on 2000/10/16  03:52:14
64229         Log: integrate change#5977 from mainline
64230              
64231              autoquote barewords followed by newline and arrow properly
64232              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
64233      Branch: maint-5.6/perl
64234           !> t/pragma/warn/toke toke.c
64235 ____________________________________________________________________________
64236 [  7282] By: gsar                                  on 2000/10/16  03:50:48
64237         Log: integrate change#5976 from mainline
64238              
64239              DB_File v1.73 update (from Paul Marquess)
64240      Branch: maint-5.6/perl
64241           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
64242           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
64243 ____________________________________________________________________________
64244 [  7281] By: gsar                                  on 2000/10/16  03:49:14
64245         Log: integrate change#5975 from mainline
64246              
64247              allow sort() reentrancy (variant of patch suggested by
64248              Hugo van der Sanden)
64249      Branch: maint-5.6/perl
64250           !> pp_ctl.c t/op/sort.t
64251 ____________________________________________________________________________
64252 [  7280] By: gsar                                  on 2000/10/16  03:48:22
64253         Log: integrate change#5974 from mainline
64254              
64255              change#4197 somehow missed initializing PL_errors, meaning
64256              syntax error queueing wasn't working outside eval"" at all;
64257              also fixed eval"" to localize PL_error_count, so that compile-time
64258              eval's don't clobber the error state of the outer context
64259      Branch: maint-5.6/perl
64260           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
64261           !> t/pragma/warn/toke
64262 ____________________________________________________________________________
64263 [  7279] By: gsar                                  on 2000/10/16  03:46:21
64264         Log: integrate change#5973 from mainline
64265              
64266              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
64267      Branch: maint-5.6/perl
64268           !> regcomp.c regexec.c t/op/re_tests
64269 ____________________________________________________________________________
64270 [  7278] By: gsar                                  on 2000/10/16  03:44:54
64271         Log: integrate change#5971 from cfgperl
64272              
64273              Unicos tweaks from Mark P. Lutz.
64274      Branch: maint-5.6/perl
64275           !> hints/unicos.sh lib/Math/Complex.pm
64276 ____________________________________________________________________________
64277 [  7277] By: gsar                                  on 2000/10/16  03:42:59
64278         Log: integrate changes#5966..5970 from mainline
64279              
64280              add testsuite for B backends, fix bug in B::Deparse (from
64281              Simon Cozens <simon@brecon.co.uk>)
64282              
64283              improved docs on the warn_uninit diagnostic (from David Glasser
64284              and Simon Cozens)
64285              
64286              tolerate spaces in group names in test on solaris (from David Boyce
64287              <dsb@boyski.com>)
64288              
64289              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
64290              
64291              Data::Dumper fumbles negative numbers on 32-bit platforms where
64292              IV is >32bits
64293      Branch: maint-5.6/perl
64294           +> t/lib/b.t t/lib/syslog.t
64295           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
64296           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
64297           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
64298 ____________________________________________________________________________
64299 [  7276] By: gsar                                  on 2000/10/16  03:39:30
64300         Log: integrate change#5965 from mainline
64301              
64302              avoid "will not stay shared" warnings for our variables (from
64303              Robin Barker)
64304      Branch: maint-5.6/perl
64305           !> op.c t/pragma/warn/op
64306 ____________________________________________________________________________
64307 [  7275] By: gsar                                  on 2000/10/16  03:38:18
64308         Log: integrate change#5964 from mainline
64309              
64310              reformat to 72 columns (again)
64311      Branch: maint-5.6/perl
64312           !> pod/perldiag.pod
64313 ____________________________________________________________________________
64314 [  7274] By: gsar                                  on 2000/10/16  03:36:58
64315         Log: integrate change#5963 from mainline
64316              
64317              patch from Larry to make (\&) prototype work; added tests for
64318              the same
64319      Branch: maint-5.6/perl
64320           !> op.c t/comp/proto.t
64321 ____________________________________________________________________________
64322 [  7273] By: gsar                                  on 2000/10/16  03:35:51
64323         Log: integrate changes#5956..5962 from mainline
64324              
64325              better diagnostics on failed tests (from Ilya Zakharevich)
64326              
64327              pod nits (from A. C. Yardley <yardley@tanet.net>)
64328              
64329              change#3569 deleted some essential code, revert; avoid use of
64330              atexit() to make DynaLoader work properly on AIX under mod_perl
64331              (from Jens-Uwe Mager <jum@helios.de>)
64332              
64333              doubled words in pods (from Simon Cozens
64334              <simon.p.cozens@jp.pwcglobal.com>)
64335              
64336              better INSTALL notes on Solaris issues (from Dominic Dunlop)
64337              
64338              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
64339              
64340              updated README.hpux (from Jeff Okamoto)
64341      Branch: maint-5.6/perl
64342           !> INSTALL README.hpux emacs/cperl-mode.el
64343           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
64344           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
64345           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
64346           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
64347           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
64348           !> t/op/lex_assign.t
64349 ____________________________________________________________________________
64350 [  7272] By: gsar                                  on 2000/10/16  03:31:22
64351         Log: integrate change#5955 from mainline
64352              
64353              longstanding bug exposed by change#3307: sort arguments weren't
64354              compiled with the right wantarray context (ensuing runtime lookup
64355              via block_gimme() was getting the incidental context of the
64356              sort() itself)
64357      Branch: maint-5.6/perl
64358           !> op.c t/op/sort.t
64359 ____________________________________________________________________________
64360 [  7271] By: gsar                                  on 2000/10/16  03:29:11
64361         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
64362              branch
64363              
64364              Flatten the cpp jungle doing the nosuid checking.
64365              
64366              Do not assume sign propagation. (from M.J.T. Guy)
64367              
64368              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
64369              
64370              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
64371              Now pp_ncmp() returns undef is either operand is a NaN.
64372              
64373              On second thoughts frexp() does have two arguments.
64374              
64375              Document that tr() is not tr(1).
64376              
64377              Be more robust on "extreme" (large absolute value)
64378              arguments.  Originally reported by Daniel Connelly
64379              as a problem with asinh() on large negative arguments,
64380              asinh() used to bail out because an argument to log()
64381              ended up being zero.  Ilya Zakharevich proposed using
64382              Taylor's series in such cases, which for such large
64383              arguments is a very good approximation.
64384              
64385              Undo "use integer" addition from 64bitint as it seems
64386              to break most of the subtests in Digital UNIX;
64387              Unicos needs to find another way.
64388      Branch: maint-5.6/perl
64389           !> (integrate 29 files)
64390 ____________________________________________________________________________
64391 [  7270] By: gsar                                  on 2000/10/16  03:09:44
64392         Log: integrate changes#5948,5949,5950 from mainline
64393              
64394              typo in vars.pm that leads to cryptic message (from Piotr
64395              Piatkowski <kompas@kompas.usr.onet.pl>)
64396              
64397              make perldoc use the pod2man from the same version (from
64398              M.J.T. Guy)
64399              
64400              reformat perldiag to avoid long lines
64401      Branch: maint-5.6/perl
64402           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
64403 ____________________________________________________________________________
64404 [  7269] By: gsar                                  on 2000/10/16  03:05:54
64405         Log: integrate change#5947 from mainline
64406              
64407              use &dl_error rather than &dl_load_file as the guard for calling
64408              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
64409              statically built perl)
64410      Branch: maint-5.6/perl
64411           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64412 ____________________________________________________________________________
64413 [  7268] By: gsar                                  on 2000/10/16  03:04:48
64414         Log: integrate change#5945 from mainline
64415              
64416              make module name mandatory after -M switch; reorder perldiag
64417              alphabetically (from Mark-Jason Dominus)
64418      Branch: maint-5.6/perl
64419           !> perl.c pod/perldiag.pod
64420 ____________________________________________________________________________
64421 [  7267] By: gsar                                  on 2000/10/16  03:03:01
64422         Log: integrate change#5939 from mainline
64423              
64424              more pod nits (from Larry Virden)
64425      Branch: maint-5.6/perl
64426           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
64427           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
64428           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
64429 ____________________________________________________________________________
64430 [  7266] By: gsar                                  on 2000/10/16  03:01:39
64431         Log: integrate change#5938 from mainline
64432              
64433              Consolidated B::Deparse fixes (from Stephen McCamant)
64434      Branch: maint-5.6/perl
64435           !> ext/B/B/Deparse.pm
64436 ____________________________________________________________________________
64437 [  7265] By: gsar                                  on 2000/10/16  03:00:43
64438         Log: integrate change#5936 from mainline
64439              
64440              additional tests for change#7263 (from Paul Marquess)
64441      Branch: maint-5.6/perl
64442           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
64443           !> t/pragma/warn/5nolint t/pragma/warn/6default
64444 ____________________________________________________________________________
64445 [  7264] By: gsar                                  on 2000/10/16  02:58:34
64446         Log: integrate change#5934 from mainline
64447              
64448              propagate lexical warnings from surrounding scope correctly
64449              within string eval() (from Paul Marquess)
64450      Branch: maint-5.6/perl
64451           !> pp_ctl.c t/pragma/warn/pp_ctl
64452 ____________________________________________________________________________
64453 [  7263] By: gsar                                  on 2000/10/16  02:56:53
64454         Log: integrate change#5932 from mainline
64455              
64456              add rsignal(), whichsig() and do_join() to public API list
64457              (mod_perl uses them to good advantage)
64458      Branch: maint-5.6/perl
64459           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
64460 ____________________________________________________________________________
64461 [  7262] By: gsar                                  on 2000/10/16  02:55:53
64462         Log: integrate change#5931 from mainline
64463              
64464              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
64465      Branch: maint-5.6/perl
64466           !> pp_hot.c regexec.c t/op/pat.t
64467 ____________________________________________________________________________
64468 [  7261] By: gsar                                  on 2000/10/16  02:55:01
64469         Log: integrate change#5930 from mainline
64470              
64471              small os390 tweaks (from Peter Prymmer)
64472      Branch: maint-5.6/perl
64473           !> config_h.SH makedepend.SH
64474 ____________________________________________________________________________
64475 [  7260] By: gsar                                  on 2000/10/16  02:54:10
64476         Log: integrate change#5929 from mainline
64477              
64478              pod nits
64479      Branch: maint-5.6/perl
64480           !> pod/perlguts.pod
64481 ____________________________________________________________________________
64482 [  7259] By: gsar                                  on 2000/10/16  02:52:55
64483         Log: integrate change#5927 from mainline
64484              
64485              arrange for next() to resume at the unstack op rather than the
64486              loop conditional, so that scope cleanup happens correctly
64487              (from Stephen McCamant)
64488      Branch: maint-5.6/perl
64489           !> op.c pp_ctl.c t/op/misc.t
64490 ____________________________________________________________________________
64491 [  7258] By: gsar                                  on 2000/10/16  02:51:38
64492         Log: integrate change#5926 from mainline
64493              
64494              on windows, reserve 16M of stack rather than 128M (allows more
64495              threads to run concurrently)
64496      Branch: maint-5.6/perl
64497           !> win32/Makefile win32/makefile.mk
64498 ____________________________________________________________________________
64499 [  7257] By: gsar                                  on 2000/10/16  02:50:37
64500         Log: integrate change#5925 from mainline
64501              
64502              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
64503      Branch: maint-5.6/perl
64504           !> toke.c
64505 ____________________________________________________________________________
64506 [  7256] By: gsar                                  on 2000/10/16  02:49:36
64507         Log: integrate change#5924 from mainline
64508              
64509              avoid using uninitialized memory in require version check
64510      Branch: maint-5.6/perl
64511           !> pp_ctl.c universal.c
64512 ____________________________________________________________________________
64513 [  7255] By: gsar                                  on 2000/10/16  02:48:03
64514         Log: integrate changes#5923,5928,6009 from mainline
64515              
64516              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
64517      Branch: maint-5.6/perl
64518           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
64519 ____________________________________________________________________________
64520 [  7254] By: gsar                                  on 2000/10/16  02:44:46
64521         Log: integrate change#5922 from mainline
64522              
64523              commentary about IoTYPE() (from Nathan Torkington)
64524      Branch: maint-5.6/perl
64525           !> sv.h
64526 ____________________________________________________________________________
64527 [  7253] By: gsar                                  on 2000/10/16  02:43:49
64528         Log: integrate change#5921 from mainline
64529              
64530              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
64531      Branch: maint-5.6/perl
64532           !> sv.c t/lib/charnames.t t/pragma/utf8.t
64533 ____________________________________________________________________________
64534 [  7252] By: gsar                                  on 2000/10/16  02:42:31
64535         Log: integrate change#5920 from mainline
64536              
64537              Larry's fix for buggy propagation of utf8-ness in join(); add test
64538      Branch: maint-5.6/perl
64539           !> doop.c t/op/ver.t
64540 ____________________________________________________________________________
64541 [  7251] By: gsar                                  on 2000/10/16  02:41:14
64542         Log: integrate changes#5915..5919 from mainline
64543              
64544              various (pod tweaks &c)
64545      Branch: maint-5.6/perl
64546           !> (integrate 33 files)
64547 ____________________________________________________________________________
64548 [  7250] By: gsar                                  on 2000/10/16  02:38:16
64549         Log: integrate change#5914 from mainline
64550              
64551              caller() wasn't returning the right number of elements for
64552              eval {...}
64553      Branch: maint-5.6/perl
64554           !> pp_ctl.c t/pragma/warn/9enabled
64555 ____________________________________________________________________________
64556 [  7249] By: gsar                                  on 2000/10/16  02:37:02
64557         Log: integrate change#5913 from mainline
64558              
64559              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
64560              (from Mark-Jason Dominus)
64561      Branch: maint-5.6/perl
64562           !> pod/perlfunc.pod
64563 ____________________________________________________________________________
64564 [  7248] By: gsar                                  on 2000/10/16  02:35:58
64565         Log: integrate change#5912 from mainline
64566              
64567              fix totally broken caching in UNIVERSAL::isa() (from
64568              Nick Ing-Simmons)
64569      Branch: maint-5.6/perl
64570           !> t/op/universal.t universal.c
64571 ____________________________________________________________________________
64572 [  7247] By: gsar                                  on 2000/10/16  02:34:27
64573         Log: integrate changes#5910,5911 from mainline
64574              
64575              typo in pod
64576              
64577              add linebreak properties from unicode/LineBrk.txt (from
64578              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64579      Branch: maint-5.6/perl
64580           +> (branch 29 files)
64581           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
64582 ____________________________________________________________________________
64583 [  7246] By: gsar                                  on 2000/10/16  02:33:29
64584         Log: integrate change#5909 from mainline
64585              
64586              mode argument to do_binmode() should be file mode, not boolean
64587      Branch: maint-5.6/perl
64588           !> pp_sys.c
64589 ____________________________________________________________________________
64590 [  7245] By: gsar                                  on 2000/10/16  02:31:04
64591         Log: integrate change#5908 from mainline
64592              
64593              introduce illegal symbols into null package so that
64594              gv_fetchpv(...,TRUE) always returns a valid GV even when the
64595              symbol is trapped by strictures (avoids coredumps)
64596      Branch: maint-5.6/perl
64597           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
64598           !> t/pragma/strict-vars
64599 ____________________________________________________________________________
64600 [  7244] By: jhi                                   on 2000/10/16  02:29:54
64601         Log: Subject: $Carp::ExportLevel confusion in Exporter
64602              From: "Ben Tilly" <ben_tilly@hotmail.com>
64603              Date: Sat, 14 Oct 2000 16:44:34 EDT
64604              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
64605      Branch: perl
64606            ! lib/Exporter/Heavy.pm
64607 ____________________________________________________________________________
64608 [  7243] By: jhi                                   on 2000/10/16  02:28:33
64609         Log: Subject: [PATCH perlguts.pod] Document offset hack
64610              From: Simon Cozens <simon@cozens.net>
64611              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
64612              Date: Sat, 14 Oct 2000 19:32:25 +0100
64613      Branch: perl
64614            ! pod/perlguts.pod
64615 ____________________________________________________________________________
64616 [  7242] By: gsar                                  on 2000/10/16  02:26:51
64617         Log: integrate changes#5905,5906,5907,6064 from mainline
64618              
64619              printf/sprintf didn't get quad types right under use64bitint
64620      Branch: maint-5.6/perl
64621           !> pp_sys.c sv.c t/op/64bitint.t
64622 ____________________________________________________________________________
64623 [  7241] By: jhi                                   on 2000/10/16  02:22:44
64624         Log: Subject: small pod patch
64625              From: Dan Boorstein <dan_boo@bellsouth.net>
64626              Date: Sat, 14 Oct 2000 14:29:24 -0400
64627              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
64628      Branch: perl
64629            ! pod/perlfaq7.pod pod/perlmod.pod
64630 ____________________________________________________________________________
64631 [  7240] By: jhi                                   on 2000/10/16  02:13:46
64632         Log: -w cleanup.
64633              
64634              Subject: Re: Problems with bleadperl 
64635              From: "Stephen P. Potter" <spp@ds.net>
64636              Date: Fri, 13 Oct 2000 13:32:49 -0400
64637              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
64638      Branch: perl
64639            ! t/pragma/overload.t
64640 ____________________________________________________________________________
64641 [  7239] By: jhi                                   on 2000/10/16  01:41:18
64642         Log: One more ~utf8 tweak.
64643      Branch: perl
64644            ! t/op/bop.t
64645 ____________________________________________________________________________
64646 [  7238] By: jhi                                   on 2000/10/16  01:34:14
64647         Log: Tweak the test of #7235.
64648      Branch: perl
64649            ! t/op/bop.t
64650 ____________________________________________________________________________
64651 [  7237] By: jhi                                   on 2000/10/16  01:25:04
64652         Log: Fix a couple of compiler-noted nits in #7235.
64653      Branch: perl
64654            ! pp.c
64655 ____________________________________________________________________________
64656 [  7236] By: jhi                                   on 2000/10/16  01:22:46
64657         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
64658      Branch: perl
64659            ! pp.c pp_hot.c
64660 ____________________________________________________________________________
64661 [  7235] By: jhi                                   on 2000/10/15  16:24:44
64662         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
64663              
64664              From: Simon Cozens <simon@cozens.net>
64665              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
64666              Date: Sat, 14 Oct 2000 20:52:13 +0100
64667              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
64668      Branch: perl
64669            ! pp.c t/op/bop.t utf8.h
64670 ____________________________________________________________________________
64671 [  7234] By: jhi                                   on 2000/10/15  15:19:29
64672         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
64673              The problem was that rx->minlen was in chars while pp_split()
64674              thought it would be in bytes. 
64675      Branch: perl
64676            ! pp.c t/pragma/utf8.t
64677 ____________________________________________________________________________
64678 [  7233] By: jhi                                   on 2000/10/14  20:24:24
64679         Log: Document FNCASE=y as discussed in the bug 20000902.009.
64680      Branch: perl
64681            ! README.dos
64682 ____________________________________________________________________________
64683 [  7232] By: jhi                                   on 2000/10/14  18:52:21
64684         Log: Add test for bug id 20000427.003 (which seems to have
64685              been fixed) (also duplicate as 20000427.004, though
64686              with a higher severity).  Move one utf8 from op/append
64687              to pragma/utf8, tag the tests with bug ids.
64688      Branch: perl
64689            ! t/op/append.t t/pragma/utf8.t
64690 ____________________________________________________________________________
64691 [  7231] By: jhi                                   on 2000/10/14  17:28:37
64692         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
64693      Branch: perl
64694            ! t/pragma/utf8.t
64695 ____________________________________________________________________________
64696 [  7230] By: jhi                                   on 2000/10/14  14:24:50
64697         Log: Needs to be conditional on SunOS 4.
64698              
64699              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
64700              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
64701              Date: Sat, 14 Oct 2000 13:37:49 +0100
64702              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
64703      Branch: metaconfig/U/perl
64704            ! End.U
64705      Branch: perl
64706            ! Configure myconfig.SH pod/perldelta.pod
64707 ____________________________________________________________________________
64708 [  7229] By: jhi                                   on 2000/10/14  00:49:22
64709         Log: Update Changes.
64710      Branch: perl
64711            ! Changes patchlevel.h
64712 ____________________________________________________________________________
64713 [  7228] By: jhi                                   on 2000/10/14  00:46:10
64714         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
64715              From: Peter Prymmer <pvhp@forte.com>
64716              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
64717              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
64718      Branch: perl
64719            ! lib/utf8.pm
64720 ____________________________________________________________________________
64721 [  7227] By: jhi                                   on 2000/10/13  23:20:30
64722         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
64723      Branch: perl
64724            ! t/op/tie.t
64725 ____________________________________________________________________________
64726 [  7226] By: jhi                                   on 2000/10/13  22:14:32
64727         Log: Tweak #7225.
64728              
64729              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
64730              From: Peter Prymmer <pvhp@forte.com>
64731              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
64732              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
64733      Branch: perl
64734            ! t/op/sprintf.t
64735 ____________________________________________________________________________
64736 [  7225] By: jhi                                   on 2000/10/13  22:11:31
64737         Log: op/sprintf.t patch for OS/390 (and any other host with limited
64738              floating-point exponent length)
64739              
64740              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
64741              From: Dominic Dunlop <domo@computer.org>
64742              Date: Fri, 13 Oct 2000 19:17:57 +0200
64743              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
64744      Branch: perl
64745            ! t/op/sprintf.t
64746 ____________________________________________________________________________
64747 [  7224] By: jhi                                   on 2000/10/13  18:40:48
64748         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
64749      Branch: perl
64750            ! toke.c
64751 ____________________________________________________________________________
64752 [  7223] By: jhi                                   on 2000/10/13  18:37:13
64753         Log: Thinko in #7222.
64754      Branch: perl
64755            ! utf8.c
64756 ____________________________________________________________________________
64757 [  7222] By: jhi                                   on 2000/10/13  18:05:23
64758         Log: Use UTF8SKIP(), from Simon Cozens.
64759      Branch: perl
64760            ! utf8.c
64761 ____________________________________________________________________________
64762 [  7221] By: jhi                                   on 2000/10/13  15:43:19
64763         Log: (accidentally empty check-in)
64764      Branch: perl
64765            ! utf8.c
64766 ____________________________________________________________________________
64767 [  7220] By: jhi                                   on 2000/10/13  15:23:51
64768         Log: Add (optimistically) Storable to static extensions.
64769      Branch: perl
64770            ! hints/uwin.sh hints/vmesa.sh
64771 ____________________________________________________________________________
64772 [  7219] By: jhi                                   on 2000/10/13  15:20:05
64773         Log: Amdahl UTS doesn't seem to do dynaloading.
64774      Branch: perl
64775            ! hints/uts.sh
64776 ____________________________________________________________________________
64777 [  7218] By: jhi                                   on 2000/10/13  15:15:20
64778         Log: Slight tweak of the code to appease Amdahl UTS cc.
64779      Branch: perl
64780            ! pp.c
64781 ____________________________________________________________________________
64782 [  7217] By: jhi                                   on 2000/10/13  14:50:42
64783         Log: In Amdahl UTS "struct sv" is defined by a system header,
64784              <ksync.h>.
64785      Branch: perl
64786            ! perl.h sv.h
64787 ____________________________________________________________________________
64788 [  7216] By: jhi                                   on 2000/10/13  11:58:25
64789         Log: Ilya implemented the memory profiling API.
64790      Branch: perl
64791            ! Todo
64792 ____________________________________________________________________________
64793 [  7215] By: jhi                                   on 2000/10/13  02:56:38
64794         Log: Subject: [PATCH 5.7.0] Perl API for mstats
64795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64796              Date: Thu, 12 Oct 2000 22:52:40 -0400
64797              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
64798      Branch: perl
64799            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
64800 ____________________________________________________________________________
64801 [  7214] By: jhi                                   on 2000/10/13  02:55:38
64802         Log: Subject: [PATCH 5.7.0] IVs in mtats
64803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64804              Date: Thu, 12 Oct 2000 22:51:04 -0400
64805              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
64806      Branch: perl
64807            ! malloc.c perl.h
64808 ____________________________________________________________________________
64809 [  7213] By: jhi                                   on 2000/10/13  02:31:47
64810         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
64811      Branch: perl
64812            ! pod/perldiag.pod pp_sys.c
64813 ____________________________________________________________________________
64814 [  7212] By: jhi                                   on 2000/10/13  01:27:38
64815         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
64816              From: Peter Prymmer <pvhp@forte.com>
64817              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
64818              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
64819      Branch: perl
64820            ! t/op/oct.t
64821 ____________________________________________________________________________
64822 [  7211] By: jhi                                   on 2000/10/13  00:35:09
64823         Log: Update Changes.
64824      Branch: perl
64825            ! Changes patchlevel.h
64826 ____________________________________________________________________________
64827 [  7210] By: jhi                                   on 2000/10/12  23:59:40
64828         Log: The Install.pm third of
64829              
64830              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64831              From: Bill Campbell <bill@celestial.com>
64832              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
64833              Date: Thu, 5 Oct 2000 18:04:51 -0700
64834      Branch: perl
64835            ! lib/ExtUtils/Install.pm
64836 ____________________________________________________________________________
64837 [  7209] By: jhi                                   on 2000/10/12  23:58:43
64838         Log: Two thirds of
64839              
64840              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64841              Date: Thu, 5 Oct 2000 18:04:51 -0700
64842              From: Bill Campbell <bill@celestial.com>
64843              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
64844              
64845              The Install.pm changes will be submitted separately because
64846              they need some work and discussion still.
64847      Branch: perl
64848            ! lib/getopts.pl lib/termcap.pl
64849 ____________________________________________________________________________
64850 [  7208] By: jhi                                   on 2000/10/12  23:41:19
64851         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
64852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64853              Date:     Thu, 12 Oct 2000 07:30:02 EDT
64854              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
64855      Branch: perl
64856            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
64857            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
64858 ____________________________________________________________________________
64859 [  7207] By: jhi                                   on 2000/10/12  23:39:01
64860         Log: An updated EBCDIC tr patch.
64861              
64862              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
64863              From: Peter Prymmer <pvhp@forte.com>
64864              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
64865              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
64866      Branch: perl
64867            ! t/op/tr.t
64868 ____________________________________________________________________________
64869 [  7206] By: jhi                                   on 2000/10/12  23:34:55
64870         Log: Upgrade to CPAN 1.58, from Andreas König.
64871      Branch: perl
64872            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64873 ____________________________________________________________________________
64874 [  7205] By: jhi                                   on 2000/10/12  23:29:08
64875         Log: Introduce the man[24-8] variables, from Andy Dougherty.
64876      Branch: metaconfig/U/perl
64877            + mandirs.U mandirstyle.U
64878      Branch: perl
64879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64880            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
64881            ! vos/config.h vos/config.pl vos/config_h.SH_orig
64882            ! win32/config.bc win32/config.gc win32/config.vc
64883 ____________________________________________________________________________
64884 [  7204] By: gsar                                  on 2000/10/12  18:11:24
64885         Log: restore change#7202
64886      Branch: perl
64887            ! mg.c
64888 ____________________________________________________________________________
64889 [  7203] By: gsar                                  on 2000/10/12  18:09:40
64890         Log: another test of the Emergency Broadcast System--back out 
64891              change#7202
64892      Branch: perl
64893            ! mg.c
64894 ____________________________________________________________________________
64895 [  7202] By: gsar                                  on 2000/10/12  16:40:47
64896         Log: (submitted on behalf of Jarkko)
64897              Fix the lib/encode.t subtest 6 failure as reported by Andreas
64898              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
64899              was unearthed by change 7182, as was a bug in HTML::Entities.
64900      Branch: perl
64901            ! mg.c
64902 ____________________________________________________________________________
64903 [  7201] By: jhi                                   on 2000/10/11  03:16:05
64904         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64905      Branch: perl
64906            ! pp_hot.c t/pragma/utf8.t
64907 ____________________________________________________________________________
64908 [  7200] By: jhi                                   on 2000/10/11  00:40:30
64909         Log: The #7198 was a false alarm.
64910      Branch: perl
64911            ! pp_hot.c
64912 ____________________________________________________________________________
64913 [  7199] By: jhi                                   on 2000/10/11  00:26:04
64914         Log: Remove duplicated code.
64915      Branch: perl
64916            ! t/lib/cgi-html.t
64917 ____________________________________________________________________________
64918 [  7198] By: jhi                                   on 2000/10/10  23:30:46
64919         Log: (Retracted by #7200.)
64920      Branch: perl
64921            ! pp_hot.c
64922 ____________________________________________________________________________
64923 [  7197] By: jhi                                   on 2000/10/10  21:49:30
64924         Log: Add the test case for #7190, from the original bug report
64925              by Andreas König.
64926      Branch: perl
64927            ! t/pragma/utf8.t
64928 ____________________________________________________________________________
64929 [  7196] By: jhi                                   on 2000/10/10  21:40:49
64930         Log: Reapply Andy's patch and regen Configure.
64931      Branch: perl
64932            ! Configure INSTALL Makefile.SH Porting/Glossary
64933            ! Porting/config.sh config_h.SH epoc/config.sh installperl
64934            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
64935            ! win32/config.vc
64936 ____________________________________________________________________________
64937 [  7195] By: jhi                                   on 2000/10/10  21:09:30
64938         Log: Use the versiononly instead of the installscripts,
64939              retract the changes 7146 and 7147.
64940      Branch: perl
64941            ! Configure INSTALL Makefile.SH Porting/Glossary
64942            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
64943            ! installperl uconfig.sh vos/config.def win32/config.bc
64944            ! win32/config.gc win32/config.vc
64945 ____________________________________________________________________________
64946 [  7194] By: jhi                                   on 2000/10/10  21:06:15
64947         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64948              From: Peter Prymmer <pvhp@forte.com>
64949              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
64950              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
64951      Branch: perl
64952            ! t/op/ver.t
64953 ____________________________________________________________________________
64954 [  7193] By: jhi                                   on 2000/10/10  21:05:12
64955         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
64956              From: Peter Prymmer <pvhp@forte.com>
64957              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
64958              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
64959      Branch: perl
64960            ! t/op/tr.t
64961 ____________________________________________________________________________
64962 [  7192] By: jhi                                   on 2000/10/10  20:57:30
64963         Log: Add versiononly, delete installscripts, from Andy Dougherty.
64964      Branch: metaconfig
64965            - U/installdirs/installscripts.U
64966      Branch: metaconfig/U/perl
64967            + versiononly.U
64968 ____________________________________________________________________________
64969 [  7191] By: jhi                                   on 2000/10/10  19:41:21
64970         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64971              From: Peter Prymmer <pvhp@forte.com>
64972              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
64973              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
64974      Branch: perl
64975            ! pod/perlebcdic.pod
64976 ____________________________________________________________________________
64977 [  7190] By: jhi                                   on 2000/10/10  19:26:14
64978         Log: Subject: Re: utf8 concat, mg_get
64979              From: Simon Cozens <simon@cozens.net>
64980              Date: Tue, 10 Oct 2000 17:40:17 +0100
64981              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
64982      Branch: perl
64983            ! pp_hot.c
64984 ____________________________________________________________________________
64985 [  7189] By: jhi                                   on 2000/10/10  19:23:03
64986         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64987              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
64988              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
64989              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
64990      Branch: perl
64991            ! lib/ExtUtils/MM_Unix.pm
64992 ____________________________________________________________________________
64993 [  7188] By: jhi                                   on 2000/10/10  15:31:24
64994         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
64995              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
64996              Date: Fri, 14 Jul 2000 10:47:36 +0100
64997              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
64998      Branch: perl
64999            ! README.win32
65000 ____________________________________________________________________________
65001 [  7187] By: jhi                                   on 2000/10/10  13:30:10
65002         Log: Quote the temp file name, needed in Win32 because the
65003              default name unfortunately contains spaces, shouldn't
65004              hurt elsewhere.
65005              
65006              Subject: FW: perldoc fails if $TEMP contains spaces
65007              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
65008              Date: Thu, 14 Sep 2000 08:58:45 +0100
65009              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
65010      Branch: perl
65011            ! utils/perldoc.PL
65012 ____________________________________________________________________________
65013 [  7186] By: jhi                                   on 2000/10/10  13:16:27
65014         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
65015              From: hv@hugo.hybyte.com
65016              Date: Tue, 10 Oct 2000 14:10:20 +0100
65017              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
65018      Branch: perl
65019            ! t/lib/thr5005.t util.c
65020 ____________________________________________________________________________
65021 [  7185] By: jhi                                   on 2000/10/10  12:06:22
65022         Log: Upgrade to podlators 1.04, from Russ Allbery.
65023      Branch: perl
65024            ! lib/Pod/Man.pm lib/Pod/Text.pm
65025 ____________________________________________________________________________
65026 [  7184] By: jhi                                   on 2000/10/10  12:01:32
65027         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
65028      Branch: perl
65029            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
65030 ____________________________________________________________________________
65031 [  7183] By: jhi                                   on 2000/10/09  23:47:15
65032         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
65033              From: Peter Prymmer <pvhp@forte.com>
65034              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
65035              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
65036      Branch: perl
65037            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
65038 ____________________________________________________________________________
65039 [  7182] By: jhi                                   on 2000/10/09  23:43:16
65040         Log: Make eq work again with utf8 (disabling the upgrading
65041              should no more be necessary since the copies of the
65042              scalars are upgraded, not the scalars themselves).
65043              Takes care of ID 20001009.001.  (The claimed length()
65044              bug in 20001009.001 seems bogus to me.)
65045      Branch: perl
65046            ! sv.c t/pragma/utf8.t
65047 ____________________________________________________________________________
65048 [  7181] By: gsar                                  on 2000/10/09  19:41:54
65049         Log: tweak for change#7173
65050      Branch: perl
65051            ! win32/win32sck.c
65052 ____________________________________________________________________________
65053 [  7180] By: gsar                                  on 2000/10/09  19:26:56
65054         Log: on Windows, clean targets might not work under some flavors of the shell
65055      Branch: perl
65056            ! win32/Makefile win32/makefile.mk
65057 ____________________________________________________________________________
65058 [  7179] By: jhi                                   on 2000/10/09  19:21:02
65059         Log: Update Changes.
65060      Branch: perl
65061            ! Changes patchlevel.h
65062 ____________________________________________________________________________
65063 [  7178] By: jhi                                   on 2000/10/09  19:18:23
65064         Log: Warn about unknown scripts.
65065              
65066              Subject: Re: ideas? patches? [PATCH bleadperl]
65067              From: Dominic Dunlop <domo@computer.org>
65068              Date: Mon, 9 Oct 2000 14:57:17 +0200
65069              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
65070      Branch: perl
65071            ! lib/charnames.pm
65072 ____________________________________________________________________________
65073 [  7177] By: jhi                                   on 2000/10/09  19:13:27
65074         Log: Change #7160 had a nasty typo.
65075      Branch: metaconfig
65076            ! U/compline/Compile.U
65077      Branch: perl
65078            ! Configure config_h.SH
65079 ____________________________________________________________________________
65080 [  7176] By: gsar                                  on 2000/10/09  18:59:33
65081         Log: pod nit
65082      Branch: perl
65083            ! pod/perlport.pod
65084 ____________________________________________________________________________
65085 [  7175] By: gsar                                  on 2000/10/09  18:54:28
65086         Log: Windows9x doesn't support link(), despite what Config.pm
65087              might think
65088      Branch: perl
65089            ! lib/ExtUtils/Manifest.pm
65090 ____________________________________________________________________________
65091 [  7174] By: gsar                                  on 2000/10/09  18:50:03
65092         Log: avoid nonportable example code
65093      Branch: perl
65094            ! lib/File/Copy.pm
65095 ____________________________________________________________________________
65096 [  7173] By: gsar                                  on 2000/10/09  18:46:54
65097         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
65098              being used) when closing a socket handle
65099      Branch: perl
65100            ! win32/win32.c win32/win32.h win32/win32sck.c
65101 ____________________________________________________________________________
65102 [  7172] By: gsar                                  on 2000/10/09  18:41:40
65103         Log: on Windows, cwd strings in the environment should be of the
65104              form =X:=X:\foo instead of =X=X:\foo\
65105      Branch: perl
65106            ! win32/vdir.h
65107 ____________________________________________________________________________
65108 [  7171] By: gsar                                  on 2000/10/09  18:30:09
65109         Log: on Windows, LoadLibrary() could load an extension DLL multiple
65110              times if forward slashes are used in the path
65111      Branch: perl
65112            ! win32/win32.c
65113 ____________________________________________________________________________
65114 [  7170] By: jhi                                   on 2000/10/09  17:53:59
65115         Log: Add a todo note about overloadable assertions.
65116      Branch: perl
65117            ! Todo-5.6
65118 ____________________________________________________________________________
65119 [  7169] By: jhi                                   on 2000/10/09  13:43:45
65120         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
65121              From: mjd@plover.com
65122              Date: 9 Oct 2000 00:24:44 -0000
65123              Message-ID: <20001009002444.10616.qmail@plover.com>
65124      Branch: perl
65125            ! pod/perldebguts.pod
65126 ____________________________________________________________________________
65127 [  7168] By: nick                                  on 2000/10/08  13:16:33
65128         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
65129              is not right thing to do on (e.g. x86). Network order is also "right" for
65130              X fonts.
65131      Branch: perl
65132            ! ext/Encode/Encode.pm
65133 ____________________________________________________________________________
65134 [  7167] By: nick                                  on 2000/10/08  12:54:42
65135         Log: Make "encodings" work post-install when Encode/*.enc files may not
65136              be in same directory as Encode.pm
65137      Branch: perl
65138            ! ext/Encode/Encode.pm
65139 ____________________________________________________________________________
65140 [  7166] By: nick                                  on 2000/10/08  11:51:26
65141         Log: Work round the fact that $hash->{$key} does not take into account
65142              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
65143              so that key is always in the "expected" encoding - i.e. same way we put
65144              it in the hash.
65145      Branch: perl
65146            ! ext/Encode/Encode.pm
65147 ____________________________________________________________________________
65148 [  7165] By: gsar                                  on 2000/10/08  04:15:29
65149         Log: save_re_context() could reset PL_curcop to freed memory, causing core
65150              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
65151      Branch: perl
65152            ! pp_ctl.c
65153 ____________________________________________________________________________
65154 [  7164] By: jhi                                   on 2000/10/06  20:51:48
65155         Log: UTF8ize split() so that the cloned substrings get the UTF8
65156              flag of the original scalar.  Problem reported by Simon Cozens.
65157      Branch: perl
65158            ! pp.c t/pragma/utf8.t
65159 ____________________________________________________________________________
65160 [  7163] By: nick                                  on 2000/10/06  20:48:34
65161         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
65162              got a false +ve and so did not reach code which would have un-FAKEd the SV.
65163      Branch: perl
65164            ! sv.c
65165 ____________________________________________________________________________
65166 [  7162] By: nick                                  on 2000/10/06  20:25:37
65167         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
65168              To fix  (sort {$a <=> $b} keys %hash) in particular but
65169              should cover a number of other as-yet-unknown cases as well.
65170      Branch: perl
65171            ! sv.c
65172 ____________________________________________________________________________
65173 [  7161] By: jhi                                   on 2000/10/06  19:56:18
65174         Log: Change the version number of Tie::Handle in the core to 4.0,
65175              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
65176              
65177              Subject: Note on Tie::Handle
65178              From: andreas.koenig@anima.de (Andreas J. Koenig)
65179              Date:      06 Oct 2000 21:48:58 +0200
65180              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
65181      Branch: perl
65182            ! lib/Tie/Handle.pm
65183 ____________________________________________________________________________
65184 [  7160] By: jhi                                   on 2000/10/06  18:20:35
65185         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
65186              as the first option of cc/ld because of ultrapicky compilers
65187              (e.g. OS/390 R2.5)
65188      Branch: metaconfig
65189            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
65190            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
65191            ! U/compline/orderlib.U U/modified/Cppsym.U
65192            ! U/modified/d_access.U
65193      Branch: metaconfig/U/perl
65194            ! Checkcc.U d_dlsymun.U gccvers.U
65195      Branch: perl
65196            ! Configure config_h.SH
65197 ____________________________________________________________________________
65198 [  7159] By: jhi                                   on 2000/10/06  13:56:39
65199         Log: Update Changes.
65200      Branch: perl
65201            ! Changes patchlevel.h
65202 ____________________________________________________________________________
65203 [  7158] By: jhi                                   on 2000/10/06  12:48:40
65204         Log: Eliminate $Is_VMS code from the test.
65205              
65206              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
65207              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65208              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
65209              Date:     Thu, 5 Oct 2000 07:46:33 EDT
65210      Branch: perl
65211            ! t/lib/b.t
65212 ____________________________________________________________________________
65213 [  7157] By: jhi                                   on 2000/10/06  12:47:13
65214         Log: Also the $ccflags is needed for the C compiler check.
65215              
65216              Subject: Configure (check for C-compiler)
65217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65218              Date: Fri, 06 Oct 2000 08:47:15 +0200
65219              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
65220      Branch: metaconfig/U/perl
65221            ! Checkcc.U
65222      Branch: perl
65223            ! Configure config_h.SH
65224 ____________________________________________________________________________
65225 [  7156] By: jhi                                   on 2000/10/06  11:45:15
65226         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
65227      Branch: perl
65228            ! perl.c pp_ctl.c sv.h utf8.c
65229 ____________________________________________________________________________
65230 [  7155] By: jhi                                   on 2000/10/06  11:40:41
65231         Log: IO::Handle->syswrite() did not handle length omission
65232              like CORE::syswrite() does.
65233              
65234              Subject: [Fwd] IO::Handle, syswrite and arguments
65235              From: Graham Barr <gbarr@pobox.com>
65236              Date: Fri, 6 Oct 2000 10:22:05 +0100
65237              Message-ID: <20001006102205.U6312@pobox.com>
65238              
65239              The original patch from andrew@ugh.net.au.
65240      Branch: perl
65241            ! ext/IO/lib/IO/Handle.pm
65242 ____________________________________________________________________________
65243 [  7154] By: jhi                                   on 2000/10/06  01:42:15
65244         Log: Tweak #7153.
65245      Branch: perl
65246            ! utf8.h
65247 ____________________________________________________________________________
65248 [  7153] By: jhi                                   on 2000/10/06  00:39:55
65249         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
65250      Branch: perl
65251            ! utf8.h
65252 ____________________________________________________________________________
65253 [  7152] By: jhi                                   on 2000/10/06  00:38:11
65254         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
65255      Branch: perl
65256            ! perl.c pp_ctl.c sv.h utf8.c
65257 ____________________________________________________________________________
65258 [  7151] By: jhi                                   on 2000/10/06  00:36:38
65259         Log: Subject: Re: Questions about Tie::Array and perl modules
65260              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65261              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
65262              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
65263              
65264              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
65265      Branch: perl
65266            ! lib/Tie/Array.pm t/op/array.t
65267 ____________________________________________________________________________
65268 [  7150] By: jhi                                   on 2000/10/05  00:20:45
65269         Log: Regen Changes.
65270      Branch: perl
65271            ! Changes patchlevel.h
65272 ____________________________________________________________________________
65273 [  7149] By: jhi                                   on 2000/10/05  00:20:01
65274         Log: Regen toc.
65275      Branch: perl
65276            ! pod/perltoc.pod
65277 ____________________________________________________________________________
65278 [  7148] By: jhi                                   on 2000/10/04  23:35:08
65279         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
65280              reported several times by Dominic Dunlop, for example in
65281              ID 20000315.008.  Patch from Dominic.  Patch affects at
65282              least MachTen, and possibly other oldish BSDs. Should not
65283              break non-broken platforms (tested on LinuxPPC). 
65284      Branch: perl
65285            ! doio.c
65286 ____________________________________________________________________________
65287 [  7147] By: jhi                                   on 2000/10/04  23:26:34
65288         Log: The one that got away from 7146.
65289      Branch: metaconfig
65290            + U/installdirs/installscripts.U
65291 ____________________________________________________________________________
65292 [  7146] By: jhi                                   on 2000/10/04  23:25:04
65293         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
65294              suggested by H. Merijn Brand.
65295      Branch: perl
65296            ! Configure INSTALL Makefile.SH Porting/Glossary
65297            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
65298            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
65299            ! win32/config.vc
65300 ____________________________________________________________________________
65301 [  7145] By: jhi                                   on 2000/10/04  22:08:21
65302         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65304              Date: Wed, 4 Oct 2000 17:37:46 -0400
65305              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
65306      Branch: perl
65307            ! utils/h2xs.PL
65308 ____________________________________________________________________________
65309 [  7144] By: jhi                                   on 2000/10/04  18:11:41
65310         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
65311              From: Jeff Pinyan <jeffp@crusoe.net>
65312              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
65313              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
65314      Branch: perl
65315            ! pod/perlrun.pod
65316 ____________________________________________________________________________
65317 [  7143] By: jhi                                   on 2000/10/04  18:09:58
65318         Log: Subject: perlhack.pod Patch for Externals Tools
65319              From: Fisher Mark <fisherm@tce.com>
65320              Date: Tue, 3 Oct 2000 15:43:27 -0500 
65321              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
65322      Branch: perl
65323            ! pod/perlhack.pod
65324 ____________________________________________________________________________
65325 [  7142] By: jhi                                   on 2000/10/04  18:08:41
65326         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
65327              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65328              Date:     Wed, 4 Oct 2000 12:11:11 EDT
65329              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
65330      Branch: perl
65331            ! vms/vms.c
65332 ____________________________________________________________________________
65333 [  7141] By: jhi                                   on 2000/10/04  12:20:16
65334         Log: Subject: [PATCH 5.7.0] h2xs not working
65335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65336              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
65337              Date: Tue, 3 Oct 2000 21:43:01 -0400
65338              
65339              Subject: [PATCH 5.7.0] h2xs not documenting the created module
65340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65341              Date: Tue, 3 Oct 2000 22:55:19 -0400
65342              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
65343      Branch: perl
65344            ! utils/h2xs.PL
65345 ____________________________________________________________________________
65346 [  7140] By: jhi                                   on 2000/10/04  11:53:44
65347         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
65348              From: nick@babyhippo.com
65349              Date: Wed, 4 Oct 2000 12:06:45 +0100
65350              Message-Id: <20001004120645.A7356@babyhippo.com>
65351              
65352              Retract 7118 and 7135.
65353      Branch: perl
65354            ! installman installperl op.c t/pragma/subs.t
65355 ____________________________________________________________________________
65356 [  7139] By: jhi                                   on 2000/10/03  22:09:41
65357         Log: It is possible to have no hosts database at all.  Pointed out in
65358              
65359              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65360              From: Peter Prymmer <pvhp@forte.com>
65361              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
65362              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
65363      Branch: metaconfig
65364            ! U/modified/myhostname.U
65365      Branch: perl
65366            ! Configure config_h.SH
65367 ____________________________________________________________________________
65368 [  7138] By: jhi                                   on 2000/10/03  21:49:49
65369         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65370              From: Peter Prymmer <pvhp@forte.com>
65371              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
65372              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
65373      Branch: perl
65374            ! pp_sys.c
65375 ____________________________________________________________________________
65376 [  7137] By: jhi                                   on 2000/10/03  20:10:05
65377         Log: One remaining nit less at the VMS mailbox sizing.
65378      Branch: perl
65379            ! vms/vms.c
65380 ____________________________________________________________________________
65381 [  7136] By: jhi                                   on 2000/10/03  20:08:47
65382         Log: Test harness update to sync with the new perlcc,
65383              from Simon Cozens.
65384      Branch: perl
65385            ! t/TEST t/UTEST
65386 ____________________________________________________________________________
65387 [  7135] By: jhi                                   on 2000/10/03  15:15:42
65388         Log: Subject: Re: PATCH for 20001003.004
65389              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
65390              From: "AARON B. DOSSETT" <aaron@iglou.com>
65391              Message-Id: <E13gTay-0006od-00@iglou.com>
65392      Branch: perl
65393            ! installman installperl
65394 ____________________________________________________________________________
65395 [  7134] By: jhi                                   on 2000/10/03  15:00:34
65396         Log: Subject: [ID 20001003.006] B::Debug not -w clean
65397              From: Nicholas Clark <nick@babyhippo.co.uk>
65398              Date: Tue, 03 Oct 2000 15:46:32 +0100
65399              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
65400      Branch: perl
65401            ! ext/B/B/Debug.pm
65402 ____________________________________________________________________________
65403 [  7133] By: jhi                                   on 2000/10/03  14:58:39
65404         Log: Scale down the VMS message boxes, by Charles Lane.
65405              Fix for ID 20000903.009, workaround at
65406              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
65407      Branch: perl
65408            ! vms/vms.c
65409 ____________________________________________________________________________
65410 [  7132] By: jhi                                   on 2000/10/03  11:20:37
65411         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
65412      Branch: perl
65413            + t/lib/st-lock.t t/lib/st-utf8.t
65414            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
65415            ! ext/Storable/Storable.xs t/lib/st-recurse.t
65416 ____________________________________________________________________________
65417 [  7131] By: jhi                                   on 2000/10/03  03:38:23
65418         Log: Encode nits.
65419      Branch: perl
65420            ! MANIFEST Makefile.SH
65421 ____________________________________________________________________________
65422 [  7130] By: jhi                                   on 2000/10/03  03:31:05
65423         Log: Update Changes.
65424      Branch: perl
65425            ! Changes patchlevel.h
65426 ____________________________________________________________________________
65427 [  7129] By: jhi                                   on 2000/10/03  02:24:02
65428         Log: Misplaced else.
65429      Branch: metaconfig/U/perl
65430            ! d_strtoll.U
65431      Branch: perl
65432            ! Configure config_h.SH
65433 ____________________________________________________________________________
65434 [  7128] By: jhi                                   on 2000/10/03  02:08:29
65435         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
65436              From: sthoenna@efn.org
65437              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
65438              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
65439      Branch: metaconfig/U/perl
65440            ! d_strtoll.U
65441      Branch: perl
65442            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
65443 ____________________________________________________________________________
65444 [  7127] By: jhi                                   on 2000/10/03  01:13:14
65445         Log: Update Changes.
65446      Branch: perl
65447            ! Changes patchlevel.h
65448 ____________________________________________________________________________
65449 [  7126] By: jhi                                   on 2000/10/03  00:57:08
65450         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
65451              as suggested by Olaf Flebbe and Nick Clark.
65452      Branch: perl
65453            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
65454 ____________________________________________________________________________
65455 [  7125] By: jhi                                   on 2000/10/03  00:50:56
65456         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
65457              From: Nick Clark <nick@plum.flirble.org>
65458              Date: Mon, 2 Oct 2000 11:03:24 +0100
65459              Message-Id: <20001002110324.D20073@plum.flirble.org>
65460              
65461              Also fixes bug ID 20001002.005.
65462      Branch: perl
65463            ! t/lib/encode.t
65464 ____________________________________________________________________________
65465 [  7124] By: jhi                                   on 2000/10/03  00:34:59
65466         Log: Subject: [PATCH 5.7.0] Epoc update
65467              From: Olaf Flebbe <o.flebbe@gmx.de>
65468              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
65469              Message-ID: <26423.969484586@www10.gmx.net>
65470      Branch: perl
65471            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
65472            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
65473            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
65474            ! util.c util.h
65475 ____________________________________________________________________________
65476 [  7123] By: jhi                                   on 2000/10/03  00:30:07
65477         Log: Regen headers.
65478      Branch: perl
65479            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
65480 ____________________________________________________________________________
65481 [  7122] By: jhi                                   on 2000/10/03  00:10:48
65482         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
65483      Branch: perl
65484            ! hints/openbsd.sh
65485 ____________________________________________________________________________
65486 [  7121] By: jhi                                   on 2000/10/03  00:05:06
65487         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
65488              From: <abigail@foad.org>
65489              Date: Tue, 26 Sep 2000 13:36:14 -0400
65490              Message-ID: <20000926173614.4356.qmail@foad.org>
65491      Branch: perl
65492            ! pod/perlop.pod
65493 ____________________________________________________________________________
65494 [  7120] By: jhi                                   on 2000/10/03  00:04:00
65495         Log: Inside require() $^S was always left undefined.
65496              
65497              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
65498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65499              Date: Wed, 27 Sep 2000 18:54:49 -0400
65500              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
65501      Branch: perl
65502            ! cop.h mg.c pp_ctl.c util.c
65503 ____________________________________________________________________________
65504 [  7119] By: jhi                                   on 2000/10/03  00:00:16
65505         Log: Subject: [PATCH] DLL not restartabke with threaded perl
65506              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
65507              Date: Thu, 28 Sep 2000 09:20:46 +0100
65508              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
65509      Branch: perl
65510            ! perl.c
65511 ____________________________________________________________________________
65512 [  7118] By: jhi                                   on 2000/10/02  23:59:20
65513         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
65514              From: Nicholas Clark <nick@ccl4.org>
65515              Date: Thu, 28 Sep 2000 11:52:24 +0100
65516              Message-ID: <20000928115224.D7924@plum.flirble.org>
65517      Branch: perl
65518            ! op.c
65519 ____________________________________________________________________________
65520 [  7117] By: jhi                                   on 2000/10/02  23:57:51
65521         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
65522              From: Nicholas Clark <nick@babyhippo.co.uk>
65523              Date: Thu, 28 Sep 2000 12:18:10 +0100
65524              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
65525              
65526              Did not apply cleanly, manual intervention was needed.
65527      Branch: perl
65528            ! ext/B/B/Bytecode.pm utils/perlcc.PL
65529 ____________________________________________________________________________
65530 [  7116] By: jhi                                   on 2000/10/02  23:50:40
65531         Log: Document the issue (is not a syntax error, kind of)
65532              
65533              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
65534              From: Nicholas Clark <nick@ccl4.org>
65535              Date: Thu, 28 Sep 2000 17:12:42 +0100
65536              Message-ID: <20000928171242.K7924@plum.flirble.org>
65537      Branch: perl
65538            ! pod/perldata.pod
65539 ____________________________________________________________________________
65540 [  7115] By: jhi                                   on 2000/10/02  23:48:58
65541         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
65542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65543              Date: Thu, 28 Sep 2000 21:55:31 -0400
65544              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
65545      Branch: perl
65546            ! regexec.c
65547 ____________________________________________________________________________
65548 [  7114] By: jhi                                   on 2000/10/02  23:47:57
65549         Log: Subject: DOC PATCH 5.6.0
65550              From: mjd@plover.com
65551              Date: 30 Sep 2000 06:02:34 -0000
65552              Message-ID: <20000930060234.4559.qmail@plover.com>
65553      Branch: perl
65554            ! pod/perldebguts.pod
65555 ____________________________________________________________________________
65556 [  7113] By: jhi                                   on 2000/10/02  23:46:43
65557         Log: SOCK_DGRAM and listen() do not mix as reported in
65558              
65559              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
65560              From: Petter Reinholdtsen <pere@hungry.com>
65561              Date: Sun, 1 Oct 2000 10:57:20 +0800
65562              Message-Id: <200010010257.KAA05735@localhost.localdomain>
65563              
65564              The patch for 5.7.0+ had to be reengineered, though.
65565      Branch: perl
65566            ! ext/IO/lib/IO/Socket/UNIX.pm
65567 ____________________________________________________________________________
65568 [  7112] By: jhi                                   on 2000/10/02  23:36:57
65569         Log: Subject: Re: [PATCH 5.005_64 missed]
65570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65571              Date: Sun, 1 Oct 2000 18:50:10 -0400
65572              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
65573      Branch: perl
65574            ! pod/perlxs.pod
65575 ____________________________________________________________________________
65576 [  7111] By: jhi                                   on 2000/10/02  23:35:40
65577         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
65578              From: Radu Greab <radu@netsoft.ro>
65579              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
65580              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
65581      Branch: perl
65582            ! op.c opcode.pl t/op/substr.t
65583 ____________________________________________________________________________
65584 [  7110] By: jhi                                   on 2000/10/02  23:32:38
65585         Log: Subject: [PATCH] Fix aliasing of tied filehandles
65586              From: Daniel Chetlin <daniel@chetlin.com>
65587              Date: Mon, 2 Oct 2000 14:53:27 -0700
65588              Message-ID: <20001002145327.C1617@ilmd>
65589      Branch: perl
65590            ! perl.h pp_hot.c t/op/tiehandle.t
65591 ____________________________________________________________________________
65592 [  7109] By: jhi                                   on 2000/10/02  23:31:30
65593         Log: s/Robin Parker/Robin Barker/
65594      Branch: perl
65595            ! Changes5.6
65596 ____________________________________________________________________________
65597 [  7108] By: jhi                                   on 2000/10/02  23:15:46
65598         Log: Retract #7091 as suggested in
65599              
65600              From: Robin Barker <rmb1@cise.npl.co.uk> 
65601              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
65602              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
65603              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
65604      Branch: perl
65605            ! embed.pl proto.h
65606 ____________________________________________________________________________
65607 [  7107] By: nick                                  on 2000/10/02  18:23:14
65608         Log: A few tweaks to get Tk803 to work with Encode scheme.
65609      Branch: perl
65610            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
65611 ____________________________________________________________________________
65612 [  7106] By: nick                                  on 2000/10/01  21:34:14
65613         Log: Add checking cases to Encode's toUnicode and fromUnicode.
65614      Branch: perl
65615            ! ext/Encode/Encode.pm
65616 ____________________________________________________________________________
65617 [  7105] By: nick                                  on 2000/10/01  17:18:01
65618         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
65619              To read and use them.
65620              Add a lib/encode.t which checks a few things.
65621      Branch: perl
65622            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
65623            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
65624            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
65625            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
65626            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
65627            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
65628            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
65629            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
65630            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
65631            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
65632            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
65633            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
65634            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
65635            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
65636            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
65637            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
65638            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
65639            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
65640            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
65641            + ext/Encode/Encode/iso2022-jp.enc
65642            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
65643            + ext/Encode/Encode/iso8859-1.enc
65644            + ext/Encode/Encode/iso8859-2.enc
65645            + ext/Encode/Encode/iso8859-3.enc
65646            + ext/Encode/Encode/iso8859-4.enc
65647            + ext/Encode/Encode/iso8859-5.enc
65648            + ext/Encode/Encode/iso8859-6.enc
65649            + ext/Encode/Encode/iso8859-7.enc
65650            + ext/Encode/Encode/iso8859-8.enc
65651            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
65652            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
65653            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
65654            + ext/Encode/Encode/macCentEuro.enc
65655            + ext/Encode/Encode/macCroatian.enc
65656            + ext/Encode/Encode/macCyrillic.enc
65657            + ext/Encode/Encode/macDingbats.enc
65658            + ext/Encode/Encode/macGreek.enc
65659            + ext/Encode/Encode/macIceland.enc
65660            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
65661            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
65662            + ext/Encode/Encode/macTurkish.enc
65663            + ext/Encode/Encode/macUkraine.enc
65664            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
65665            + t/lib/encode.t
65666            ! MANIFEST ext/Encode/Encode.pm
65667 ____________________________________________________________________________
65668 [  7104] By: nick                                  on 2000/09/30  13:04:30
65669         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
65670              From: Daniel Chetlin <daniel@chetlin.com>
65671              Date: Mon, 18 Sep 2000 05:05:40 -0700
65672              Message-Id: <20000918050540.C652@ilmd>
65673      Branch: perl
65674            ! lib/overload.pm sv.c t/pragma/overload.t
65675 ____________________________________________________________________________
65676 [  7103] By: nick                                  on 2000/09/30  12:53:36
65677         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
65678              From: Johan Vromans <jvromans@squirrel.nl>
65679              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
65680              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
65681      Branch: perl
65682            ! pod/Makefile.SH
65683 ____________________________________________________________________________
65684 [  7102] By: nick                                  on 2000/09/30  12:52:31
65685         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
65686              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65687              Date: Sat, 16 Sep 2000 16:36:45 -0400
65688              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
65689      Branch: perl
65690            ! ext/B/B/Deparse.pm
65691 ____________________________________________________________________________
65692 [  7101] By: nick                                  on 2000/09/30  12:51:41
65693         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
65694              From: Craig A. Berry <craig.berry@psinetcs.com>
65695              Date: Sat, 16 Sep 2000 10:11:10 -0500
65696              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
65697      Branch: perl
65698            ! vms/vms.c
65699 ____________________________________________________________________________
65700 [  7100] By: nick                                  on 2000/09/30  12:50:33
65701         Log: Subject: Re: unicode support and perl [ID 20000901.097]
65702              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65703              Date: Fri, 15 Sep 2000 16:37:58 -0400
65704              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
65705      Branch: perl
65706            ! t/op/append.t
65707 ____________________________________________________________________________
65708 [  7099] By: nick                                  on 2000/09/30  12:49:35
65709         Log: Subject: Re: unicode support and perl [ID 20000901.097]
65710              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65711              Date: Fri, 15 Sep 2000 16:25:30 -0400
65712              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
65713      Branch: perl
65714            ! pp_hot.c
65715 ____________________________________________________________________________
65716 [  7098] By: nick                                  on 2000/09/30  12:48:00
65717         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
65718              From: Gisle Aas <gisle@ActiveState.com>
65719              Date: 15 Sep 2000 16:23:41 +0200
65720              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
65721      Branch: perl
65722            ! toke.c
65723 ____________________________________________________________________________
65724 [  7097] By: nick                                  on 2000/09/30  12:45:16
65725         Log: Subject: [PATCH] Nits in perlmod.pod
65726              From: Daniel Chetlin <daniel@chetlin.com>
65727              Date: Fri, 15 Sep 2000 02:04:09 -0700
65728              Message-Id: <20000915020409.A2104@ilmd>
65729      Branch: perl
65730            ! pod/perlmod.pod
65731 ____________________________________________________________________________
65732 [  7096] By: nick                                  on 2000/09/30  12:18:00
65733         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
65734              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
65735              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
65736              0 to checking to get the warning.
65737      Branch: perl
65738            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
65739            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
65740            ! regexec.c sv.c toke.c utf8.c
65741 ____________________________________________________________________________
65742 [  7095] By: nick                                  on 2000/09/15  16:55:59
65743         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
65744              
65745              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
65746              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65747              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
65748              Date: Fri, 15 Sep 2000 06:37:30 -0400
65749      Branch: perl
65750            ! ext/Encode/Encode.xs sv.c
65751 ____________________________________________________________________________
65752 [  7094] By: jhi                                   on 2000/09/15  03:23:32
65753         Log: Update Changes.
65754      Branch: perl
65755            ! Changes patchlevel.h
65756 ____________________________________________________________________________
65757 [  7093] By: jhi                                   on 2000/09/15  03:11:44
65758         Log: Fix for the charnames.t failures from Spider Boardman.
65759      Branch: perl
65760            ! toke.c
65761 ____________________________________________________________________________
65762 [  7092] By: jhi                                   on 2000/09/15  00:15:48
65763         Log: Botched the #7090 check-in.
65764      Branch: perl
65765            ! sv.c
65766 ____________________________________________________________________________
65767 [  7091] By: jhi                                   on 2000/09/14  23:33:24
65768         Log: Part of #7081 didn't come through.
65769      Branch: perl
65770            ! embed.pl proto.h
65771 ____________________________________________________________________________
65772 [  7090] By: jhi                                   on 2000/09/14  23:17:39
65773         Log: Subject: Re: perl@7078 
65774              From: Spider Boardman <spider@web.zk3.dec.com>
65775              Date: Thu, 14 Sep 2000 19:06:36 -0400
65776              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
65777      Branch: perl
65778            ! sv.c toke.c
65779 ____________________________________________________________________________
65780 [  7089] By: jhi                                   on 2000/09/14  23:11:21
65781         Log: Small portability tweaks.
65782      Branch: perl
65783            ! ext/Encode/Encode.xs
65784 ____________________________________________________________________________
65785 [  7088] By: jhi                                   on 2000/09/14  22:57:23
65786         Log: Fake return to pacify picky compilers.
65787      Branch: perl
65788            ! ext/Encode/Encode.xs
65789 ____________________________________________________________________________
65790 [  7087] By: jhi                                   on 2000/09/14  22:53:37
65791         Log: Subject: [PATCH] utf8.c apidoc
65792              From: Simon Cozens <simon@cozens.net>
65793              Date: Thu, 14 Sep 2000 23:46:57 +0100
65794              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
65795      Branch: perl
65796            ! perlapi.c pod/perlapi.pod utf8.c
65797 ____________________________________________________________________________
65798 [  7086] By: jhi                                   on 2000/09/14  22:40:38
65799         Log: We don't need to count the high bit bytes, a boolean is enough. 
65800      Branch: perl
65801            ! sv.c
65802 ____________________________________________________________________________
65803 [  7085] By: jhi                                   on 2000/09/14  21:20:09
65804         Log: Replace #7084 with
65805              
65806              Subject: Re: perl@7078 
65807              From: Spider Boardman <spider@web.zk3.dec.com>
65808              Date: Thu, 14 Sep 2000 17:09:36 -0400
65809              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
65810      Branch: perl
65811            ! sv.c utf8.c
65812 ____________________________________________________________________________
65813 [  7084] By: jhi                                   on 2000/09/14  20:03:34
65814         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
65815              convertible to bytes by checking it doesn't go above 0xc3
65816              
65817              Subject: Re: perl@7078
65818              From: Simon Cozens <simon@cozens.net>
65819              Date: Thu, 14 Sep 2000 20:59:19 +0100
65820              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
65821      Branch: perl
65822            ! utf8.c
65823 ____________________________________________________________________________
65824 [  7083] By: jhi                                   on 2000/09/14  19:38:47
65825         Log: Subject: Re: perl@7078
65826              From: Simon Cozens <simon@cozens.net>
65827              Date: Thu, 14 Sep 2000 20:13:09 +0100
65828              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
65829      Branch: perl
65830            ! t/op/bop.t
65831 ____________________________________________________________________________
65832 [  7082] By: jhi                                   on 2000/09/14  17:50:44
65833         Log: The one that got away.
65834      Branch: perl
65835            ! lib/File/Find.pm
65836 ____________________________________________________________________________
65837 [  7081] By: jhi                                   on 2000/09/14  17:45:35
65838         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
65839              From: Robin Barker <rmb1@cise.npl.co.uk>
65840              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
65841              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
65842      Branch: perl
65843            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
65844            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
65845            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
65846            ! regcomp.c toke.c universal.c
65847 ____________________________________________________________________________
65848 [  7080] By: jhi                                   on 2000/09/14  17:40:35
65849         Log: Problems picked up by AIX cc.
65850              
65851              Subject: Re: perl@7078 (patch included)
65852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65853              Date: Thu, 14 Sep 2000 18:53:30 +0200
65854              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
65855      Branch: perl
65856            ! ext/Encode/Encode.xs
65857 ____________________________________________________________________________
65858 [  7079] By: jhi                                   on 2000/09/14  17:38:27
65859         Log: Subject: File::Find 5.7.0 POD nits
65860              From: Rich Morin <rdm@cfcl.com>
65861              Date: Wed, 13 Sep 2000 22:03:58 -0700
65862              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
65863      Branch: perl
65864            ! lib/File/Find.pm
65865 ____________________________________________________________________________
65866 [  7078] By: jhi                                   on 2000/09/14  14:58:20
65867         Log: Update Changes.
65868      Branch: perl
65869            ! Changes patchlevel.h
65870 ____________________________________________________________________________
65871 [  7077] By: jhi                                   on 2000/09/14  14:55:54
65872         Log: Compilation warnings and an error.
65873      Branch: perl
65874            ! sv.c
65875 ____________________________________________________________________________
65876 [  7076] By: jhi                                   on 2000/09/14  14:42:56
65877         Log: Fix for a parsing bug, not for the original bug.
65878              
65879              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
65880              From: Spider Boardman <spider@web.zk3.dec.com>
65881              Date: Wed, 13 Sep 2000 17:52:20 -0400
65882              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
65883      Branch: perl
65884            ! regcomp.c
65885 ____________________________________________________________________________
65886 [  7075] By: jhi                                   on 2000/09/14  14:40:40
65887         Log: Batch of UTF-8 patches from Simon Cozens.
65888      Branch: perl
65889            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
65890            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
65891            ! toke.c utf8.c
65892 ____________________________________________________________________________
65893 [  7074] By: jhi                                   on 2000/09/14  14:29:58
65894         Log: Subject: Re: Two advertising clauses need to be removed
65895              From: Russ Allbery <rra@stanford.edu>
65896              Date: 13 Sep 2000 18:50:26 -0700
65897              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
65898      Branch: perl
65899            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
65900 ____________________________________________________________________________
65901 [  7073] By: jhi                                   on 2000/09/14  14:28:20
65902         Log: Subject: [PATCH] de-wall t/README
65903              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65904              Date: Wed, 13 Sep 2000 17:46:55 -0700
65905              Message-ID: <//Bw5gzkge/e092yn@efn.org>
65906      Branch: perl
65907            ! t/README
65908 ____________________________________________________________________________
65909 [  7072] By: jhi                                   on 2000/09/14  14:25:10
65910         Log: Hints optimization.
65911              
65912              Subject: Minor nit
65913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65914              Date: Wed, 13 Sep 2000 21:42:07 +0200
65915              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
65916      Branch: perl
65917            ! hints/hpux.sh
65918 ____________________________________________________________________________
65919 [  7071] By: jhi                                   on 2000/09/14  14:23:30
65920         Log: Allow chop() and chomp() to be overridden.
65921              
65922              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65923              From: "Casey R. Tweten" <crt@kiski.net>
65924              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
65925              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
65926      Branch: perl
65927            ! toke.c
65928 ____________________________________________________________________________
65929 [  7070] By: jhi                                   on 2000/09/14  14:20:36
65930         Log: The return value of setlocale must be copied away.
65931              
65932              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65933              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65934              Date: Wed, 13 Sep 2000 16:27:37 +0100 
65935              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
65936      Branch: perl
65937            ! util.c
65938 ____________________________________________________________________________
65939 [  7069] By: jhi                                   on 2000/09/14  14:16:27
65940         Log: Remove vestiges of tr//CU.
65941              
65942              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65943              From: Nick Clark <nick@plum.flirble.org>
65944              Date: Tue, 12 Sep 2000 22:50:14 +0100
65945              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
65946              
65947              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65949              Date: Tue, 12 Sep 2000 21:38:48 -0700
65950              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
65951      Branch: perl
65952            ! op.h pod/perlunicode.pod
65953 ____________________________________________________________________________
65954 [  7068] By: jhi                                   on 2000/09/13  14:18:39
65955         Log: Add the Encode extension.  The code is still largely just skeleton.
65956      Branch: perl
65957            + ext/Encode/Encode.pm ext/Encode/Encode.xs
65958            + ext/Encode/Makefile.PL ext/Encode/Todo
65959            ! MANIFEST Todo-5.6
65960 ____________________________________________________________________________
65961 [  7067] By: jhi                                   on 2000/09/12  17:43:33
65962         Log: Allow for whitespace between "#" and "line" in cpp output.
65963              
65964              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65965              From: Calle Dybedahl <calle@lysator.liu.se>
65966              Date: 12 Sep 2000 19:38:02 +0200 
65967              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
65968      Branch: perl
65969            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
65970 ____________________________________________________________________________
65971 [  7066] By: gsar                                  on 2000/09/12  17:24:29
65972         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65973              initialization in all the threads on Windows
65974      Branch: perl
65975            ! win32/win32.c
65976 ____________________________________________________________________________
65977 [  7065] By: jhi                                   on 2000/09/12  15:11:31
65978         Log: Update Changes.
65979      Branch: perl
65980            ! Changes patchlevel.h
65981 ____________________________________________________________________________
65982 [  7064] By: jhi                                   on 2000/09/12  14:54:54
65983         Log: Retract #7062, the pod tests are not ready.
65984      Branch: perl
65985            ! t/TEST t/harness
65986 ____________________________________________________________________________
65987 [  7063] By: jhi                                   on 2000/09/12  14:25:41
65988         Log: The #7054 truncated Configure badly.
65989      Branch: metaconfig/U/perl
65990            ! End.U
65991      Branch: perl
65992            ! Configure config_h.SH
65993 ____________________________________________________________________________
65994 [  7062] By: jhi                                   on 2000/09/12  14:08:32
65995         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
65996              From: sthoenna@efn.org
65997              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
65998              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
65999      Branch: perl
66000            ! t/TEST t/harness
66001 ____________________________________________________________________________
66002 [  7061] By: jhi                                   on 2000/09/12  14:07:18
66003         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
66004              From: sthoenna@efn.org
66005              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
66006              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
66007      Branch: perl
66008            ! pod/perlxs.pod
66009 ____________________________________________________________________________
66010 [  7060] By: jhi                                   on 2000/09/12  14:06:08
66011         Log: Break up the myconfig lines a bit.
66012              
66013              Subject: perlbug/perl -V output format
66014              From: sthoenna@efn.org
66015              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
66016              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
66017      Branch: perl
66018            ! myconfig.SH
66019 ____________________________________________________________________________
66020 [  7059] By: jhi                                   on 2000/09/12  14:05:04
66021         Log: Test for the #7049.
66022              
66023              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
66024              From: andreas.koenig@anima.de (Andreas J. Koenig)
66025              Date: 12 Sep 2000 06:42:01 +0200
66026              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
66027      Branch: perl
66028            ! t/op/my.t
66029 ____________________________________________________________________________
66030 [  7058] By: jhi                                   on 2000/09/12  14:03:05
66031         Log: Subject: [patch: perl@7045] vms updates
66032              From: Peter Prymmer <pvhp@forte.com>
66033              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
66034              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
66035      Branch: perl
66036            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
66037 ____________________________________________________________________________
66038 [  7057] By: jhi                                   on 2000/09/12  14:00:51
66039         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
66040              From: sthoenna@efn.org
66041              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
66042              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
66043      Branch: perl
66044            ! t/op/64bitint.t
66045 ____________________________________________________________________________
66046 [  7056] By: jhi                                   on 2000/09/12  13:58:14
66047         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
66048              From: Jeff Pinyan <jeffp@crusoe.net>
66049              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
66050              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
66051      Branch: perl
66052            ! pod/perlfunc.pod
66053 ____________________________________________________________________________
66054 [  7055] By: jhi                                   on 2000/09/12  13:56:32
66055         Log: Do in VMS as the #7054 does.
66056      Branch: perl
66057            ! configure.com
66058 ____________________________________________________________________________
66059 [  7054] By: jhi                                   on 2000/09/12  13:50:31
66060         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
66061              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66062              Date: Mon, 11 Sep 2000 08:33:09 +0100
66063              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
66064      Branch: metaconfig/U/perl
66065            ! End.U
66066      Branch: perl
66067            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
66068            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
66069 ____________________________________________________________________________
66070 [  7053] By: jhi                                   on 2000/09/12  13:29:19
66071         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
66072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66073              Date:     Tue, 12 Sep 2000 08:35:59 EDT
66074              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
66075      Branch: perl
66076            ! vms/test.com
66077 ____________________________________________________________________________
66078 [  7052] By: jhi                                   on 2000/09/11  23:01:50
66079         Log: Document the SvUTF8*().
66080      Branch: perl
66081            ! pod/perlapi.pod sv.h
66082 ____________________________________________________________________________
66083 [  7051] By: gsar                                  on 2000/09/11  14:46:30
66084         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
66085              (missed a spot when fixing up op_pmreplroot hack for ithreads)
66086      Branch: perl
66087            ! op.c t/op/split.t
66088 ____________________________________________________________________________
66089 [  7050] By: nick                                  on 2000/09/11  10:03:51
66090         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
66091              
66092              Subject: borland C++ win32.c tweak
66093              From: Vadim Konovalov <vkonovalov@lucent.com>
66094              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
66095              Date: Mon, 11 Sep 2000 11:22:33 +0400
66096      Branch: perl
66097            ! win32/win32.c
66098 ____________________________________________________________________________
66099 [  7049] By: nick                                  on 2000/09/11  09:57:33
66100         Log: Point fix for s/// on foreach (keys %xxx).
66101      Branch: perl
66102            ! pp_hot.c
66103 ____________________________________________________________________________
66104 [  7048] By: jhi                                   on 2000/09/10  23:37:09
66105         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
66106              by Pod::Text, from Brad Appleton.
66107      Branch: perl
66108            ! t/pod/testp2pt.pl
66109 ____________________________________________________________________________
66110 [  7047] By: jhi                                   on 2000/09/10  14:32:53
66111         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
66112              by Russ Allbery.
66113      Branch: perl
66114            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
66115 ____________________________________________________________________________
66116 [  7046] By: jhi                                   on 2000/09/10  14:15:08
66117         Log: Upgrade to CPAN 1.57_65, from Andreas König.
66118      Branch: perl
66119            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66120 ____________________________________________________________________________
66121 [  7045] By: jhi                                   on 2000/09/08  21:36:32
66122         Log: Update Changes.
66123      Branch: perl
66124            ! Changes patchlevel.h
66125 ____________________________________________________________________________
66126 [  7044] By: jhi                                   on 2000/09/08  21:29:56
66127         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
66128              From: Peter Prymmer <pvhp@forte.com>
66129              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
66130              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
66131      Branch: perl
66132            ! configure.com
66133 ____________________________________________________________________________
66134 [  7043] By: jhi                                   on 2000/09/08  21:27:50
66135         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
66136              From: Peter Prymmer <pvhp@forte.com>
66137              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
66138              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
66139      Branch: perl
66140            ! Makefile.SH installperl
66141 ____________________________________________________________________________
66142 [  7042] By: jhi                                   on 2000/09/08  21:23:21
66143         Log: Continue #7041.
66144      Branch: perl
66145            ! cygwin/Makefile.SHs os2/Makefile.SHs
66146 ____________________________________________________________________________
66147 [  7041] By: jhi                                   on 2000/09/08  21:18:10
66148         Log: Do away with memory models cruft.  Sorry, PDP users.
66149      Branch: metaconfig
66150            ! U/modified/cc.U U/modified/libpth.U
66151      Branch: perl
66152            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
66153            ! Porting/config_H cflags.SH config_h.SH configure.com
66154            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
66155            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
66156            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
66157 ____________________________________________________________________________
66158 [  7040] By: jhi                                   on 2000/09/08  14:34:18
66159         Log: Major rewrite of s2p.  And I mean really major, it is
66160              an implementation of sed in perl.  If called as s2p it
66161              will function as s2p.  Note: needs non-UNIXifying.
66162              
66163              Subject: s2p
66164              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
66165              Date: Mon, 28 Aug 2000 14:05:12 +0200
66166              Message-ID: <39AA5578.2102E2AA@alcatel.at>
66167      Branch: perl
66168            ! x2p/s2p.PL
66169 ____________________________________________________________________________
66170 [  7039] By: jhi                                   on 2000/09/08  14:19:49
66171         Log: Re-allow vec() for characters > 255.
66172              
66173              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
66174              From: Spider Boardman <spider@web.zk3.dec.com>
66175              Date: Fri, 08 Sep 2000 02:21:02 -0400
66176              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
66177      Branch: perl
66178            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
66179            ! t/op/vec.t
66180 ____________________________________________________________________________
66181 [  7038] By: jhi                                   on 2000/09/08  14:14:18
66182         Log: Subject: [PATCH lib/Benchmark.pm]
66183              From: <abigail@foad.org>
66184              Date: Thu, 7 Sep 2000 15:03:20 -0400
66185              Message-ID: <20000907190320.888.qmail@foad.org>
66186      Branch: perl
66187            ! lib/Benchmark.pm
66188 ____________________________________________________________________________
66189 [  7037] By: jhi                                   on 2000/09/08  14:11:06
66190         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
66191              
66192              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
66193              From: Spider Boardman <spider@web.zk3.dec.com>
66194              Date: Fri, 08 Sep 2000 01:30:27 -0400
66195              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
66196      Branch: perl
66197            ! op.c
66198 ____________________________________________________________________________
66199 [  7036] By: jhi                                   on 2000/09/08  14:08:58
66200         Log: Subject: [ID 20000908.002] perlipc documentation bug.
66201              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
66202              Date: Fri, 08 Sep 2000 12:38:32 +0200
66203              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
66204      Branch: perl
66205            ! pod/perlipc.pod
66206 ____________________________________________________________________________
66207 [  7035] By: jhi                                   on 2000/09/08  14:03:12
66208         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
66209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66210              Date: Fri, 08 Sep 2000 11:47:34 +0200
66211              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
66212      Branch: perl
66213            ! hints/dec_osf.sh
66214 ____________________________________________________________________________
66215 [  7034] By: jhi                                   on 2000/09/08  13:59:35
66216         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
66217              From: Simon Cozens <simon@cozens.net>
66218              Date: Thu, 7 Sep 2000 20:40:38 +0100
66219              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
66220      Branch: perl
66221            ! pp_hot.c
66222 ____________________________________________________________________________
66223 [  7033] By: jhi                                   on 2000/09/08  04:03:03
66224         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
66225              From: "Larry W. Virden" <lvirden@cas.org>
66226              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
66227              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
66228      Branch: perl
66229            ! pod/perldiag.pod
66230 ____________________________________________________________________________
66231 [  7032] By: jhi                                   on 2000/09/07  22:18:30
66232         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
66233              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
66234              Date: Mon, 04 Sep 2000 13:16:38 -0700
66235              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
66236      Branch: perl
66237            ! lib/perl5db.pl
66238 ____________________________________________________________________________
66239 [  7031] By: jhi                                   on 2000/09/07  22:02:29
66240         Log: Fix the ccversion detection for 5.1 and beyond.
66241              
66242              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
66243              From: Spider Boardman <spider@leggy.zk3.dec.com>
66244              Date: Thu, 7 Sep 2000 17:54:27 -0400
66245              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
66246      Branch: perl
66247            ! hints/dec_osf.sh
66248 ____________________________________________________________________________
66249 [  7030] By: jhi                                   on 2000/09/07  19:12:28
66250         Log: Fix for
66251              
66252              Subject: [ID 20000903.001] \w in utf8-strings
66253              From: Marc Lehmann <pcg@goof.com>
66254              Date: Sun, 03 Sep 2000 09:44:29 +0200
66255              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
66256              
66257              and various related nits.
66258      Branch: perl
66259            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
66260 ____________________________________________________________________________
66261 [  7029] By: jhi                                   on 2000/09/07  18:49:09
66262         Log: Fix the URL, but the server is still missing in action.
66263              
66264              Subject: [ID 20000905.002] perlfaq1.pod URL error
66265              From: "Larry W. Virden" <lvirden@cas.org>
66266              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
66267              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
66268      Branch: perl
66269            ! pod/perlfaq1.pod
66270 ____________________________________________________________________________
66271 [  7028] By: jhi                                   on 2000/09/07  18:47:13
66272         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
66273              From: Hugo <hv@crypt.compulink.co.uk>
66274              Date: Tue, 05 Sep 2000 14:13:37 +0100
66275              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
66276      Branch: perl
66277            ! toke.c
66278 ____________________________________________________________________________
66279 [  7027] By: jhi                                   on 2000/09/07  18:45:35
66280         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
66281              From: Daniel Chetlin <daniel@chetlin.com>
66282              Date: Tue, 5 Sep 2000 04:57:07 -0700
66283              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
66284      Branch: perl
66285            ! pod/perlfaq6.pod pod/perlop.pod
66286 ____________________________________________________________________________
66287 [  7026] By: jhi                                   on 2000/09/07  18:44:01
66288         Log: Document the new ref() semantics.
66289              
66290              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
66291              From: Gisle Aas <gisle@ActiveState.com>
66292              Date: 05 Sep 2000 08:10:30 +0200
66293              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
66294      Branch: perl
66295            ! pod/perldelta.pod
66296 ____________________________________________________________________________
66297 [  7025] By: jhi                                   on 2000/09/07  18:42:27
66298         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
66299              
66300              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
66301              From: Gisle Aas <gisle@ActiveState.com>
66302              Date: 05 Sep 2000 08:11:40 +0200
66303              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
66304      Branch: perl
66305            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
66306 ____________________________________________________________________________
66307 [  7024] By: jhi                                   on 2000/09/07  18:39:32
66308         Log: Subject: [PATCH] Modernize Opcode.pm documentation
66309              From: Gisle Aas <gisle@ActiveState.com>
66310              Date: 4 Sep 2000 00:18:55 -0000
66311              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
66312      Branch: perl
66313            ! ext/Opcode/Opcode.pm
66314 ____________________________________________________________________________
66315 [  7023] By: jhi                                   on 2000/09/07  18:37:42
66316         Log: Subject: [PATCH] Tied filehandle documentation
66317              From: Gisle Aas <gisle@ActiveState.com>
66318              Date: 4 Sep 2000 00:14:40 -0000
66319              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
66320      Branch: perl
66321            ! pod/perlfunc.pod pod/perltie.pod
66322 ____________________________________________________________________________
66323 [  7022] By: jhi                                   on 2000/09/07  18:35:37
66324         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
66325              From: Gisle Aas <gisle@ActiveState.com>
66326              Date: 4 Sep 2000 00:04:22 -0000
66327              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
66328      Branch: perl
66329            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
66330 ____________________________________________________________________________
66331 [  7021] By: jhi                                   on 2000/09/07  18:33:22
66332         Log: Subject: small apidoc fix
66333              From: Marc Lehmann <pcg@goof.com>
66334              Date: Sun, 3 Sep 2000 05:12:06 +0200
66335              Message-ID: <20000903051206.A5909@cerebro.laendle>
66336      Branch: perl
66337            ! pod/perlapi.pod utf8.c
66338 ____________________________________________________________________________
66339 [  7020] By: jhi                                   on 2000/09/07  16:14:57
66340         Log: Tiny perldelta nits.
66341      Branch: perl
66342            ! pod/perldelta.pod
66343 ____________________________________________________________________________
66344 [  7019] By: jhi                                   on 2000/09/07  16:04:20
66345         Log: Guard against bad string->int conversion for quads.
66346      Branch: perl
66347            ! t/op/64bitint.t
66348 ____________________________________________________________________________
66349 [  7018] By: jhi                                   on 2000/09/06  17:07:03
66350         Log: Update Unicode todo list.
66351      Branch: perl
66352            ! Todo-5.6
66353 ____________________________________________________________________________
66354 [  7017] By: jhi                                   on 2000/09/05  21:16:01
66355         Log: Document the SvIOK_.*UV().
66356      Branch: perl
66357            ! pod/perlapi.pod sv.h
66358 ____________________________________________________________________________
66359 [  7016] By: nick                                  on 2000/09/03  21:54:46
66360         Log: Hash lookup of constant strings optimization:
66361              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
66362              to string table (as per sharepvn). Add newSV_pvn_share to create such
66363              a thing. Make hv.c compare addresses of strings and skip string compare
66364              if equal. Make method_named and helem ops use these shared-string SVs
66365              when arg is constant. Make keys op return shared-string SVs (less clearly
66366              a win).
66367      Branch: perl
66368            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
66369            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
66370            ! pod/perlintern.pod pp_hot.c proto.h sv.c
66371 ____________________________________________________________________________
66372 [  7015] By: jhi                                   on 2000/09/02  17:48:59
66373         Log: This is 5.7.0.
66374      Branch: perl
66375            ! Changes
66376 ____________________________________________________________________________
66377 [  7014] By: jhi                                   on 2000/09/02  17:35:45
66378         Log: Changes and patchlevel tweaks.
66379      Branch: perl
66380            ! Changes patchlevel.h
66381 ____________________________________________________________________________
66382 [  7013] By: jhi                                   on 2000/09/02  17:30:50
66383         Log: Update Changes.
66384      Branch: perl
66385            ! Changes patchlevel.h
66386 ____________________________________________________________________________
66387 [  7012] By: nick                                  on 2000/09/02  17:25:20
66388         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
66389      Branch: perl
66390            ! gv.c lib/overload.pm
66391 ____________________________________________________________________________
66392 [  7011] By: jhi                                   on 2000/09/02  17:16:25
66393         Log: Update perlhist.
66394      Branch: perl
66395            ! pod/perlhist.pod
66396 ____________________________________________________________________________
66397 [  7010] By: jhi                                   on 2000/09/02  17:01:35
66398         Log: perldelta nits.
66399      Branch: perl
66400            ! pod/perldelta.pod
66401 ____________________________________________________________________________
66402 [  7009] By: nick                                  on 2000/09/02  16:48:35
66403         Log: If overloaded %{} etc. return the object do not loop.
66404              Thus  sub deref { $_[0] } functions if object is wanted type.
66405      Branch: perl
66406            ! pp.h
66407 ____________________________________________________________________________
66408 [  7008] By: jhi                                   on 2000/09/02  16:26:11
66409         Log: Retab MANIFEST.
66410      Branch: perl
66411            ! ext/Storable/MANIFEST
66412 ____________________________________________________________________________
66413 [  7007] By: jhi                                   on 2000/09/02  16:23:02
66414         Log: Make certain cc is set before trying to run it.
66415      Branch: perl
66416            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
66417 ____________________________________________________________________________
66418 [  7006] By: jhi                                   on 2000/09/02  15:45:41
66419         Log: Unicode notes.
66420      Branch: perl
66421            ! pod/perldelta.pod
66422 ____________________________________________________________________________
66423 [  7005] By: jhi                                   on 2000/09/02  15:42:11
66424         Log: Various Configure nits by Philip Newton,
66425              plus the ebcdic one by me.
66426      Branch: metaconfig
66427            + U/modified/pager.U
66428            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
66429      Branch: metaconfig/U/perl
66430            ! Devel.U quadfio.U
66431      Branch: perl
66432            ! Configure config_h.SH
66433 ____________________________________________________________________________
66434 [  7004] By: jhi                                   on 2000/09/02  15:06:14
66435         Log: Apparently avoiding the swapping is too costly.
66436              
66437              From: "Ben Tilly" <ben_tilly@hotmail.com>
66438              Subject: Re: the door is closed.
66439              Date: Fri, 01 Sep 2000 20:23:16 EDT
66440              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
66441      Branch: perl
66442            ! pod/perlfaq4.pod
66443 ____________________________________________________________________________
66444 [  7003] By: nick                                  on 2000/09/02  12:26:04
66445         Log: Undo part of change 6489 which looks like a bulk edit which
66446              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
66447              The supressing of main:: on return from select() is undesirable.
66448      Branch: perl
66449            ! pp_sys.c
66450 ____________________________________________________________________________
66451 [  7002] By: jhi                                   on 2000/09/01  23:08:54
66452         Log: Update Changes.
66453      Branch: perl
66454            ! Changes patchlevel.h
66455 ____________________________________________________________________________
66456 [  7001] By: jhi                                   on 2000/09/01  23:00:13
66457         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
66458              From: Peter Prymmer <pvhp@forte.com>
66459              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
66460              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
66461              
66462              plus rework the http: spots as suggested by Tom Christiansen,
66463              plus regen perltoc.
66464      Branch: perl
66465            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
66466            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
66467 ____________________________________________________________________________
66468 [  7000] By: jhi                                   on 2000/09/01  22:36:01
66469         Log: Only the first line, thank you very much.
66470      Branch: perl
66471            ! hints/solaris_2.sh
66472 ____________________________________________________________________________
66473 [  6999] By: gsar                                  on 2000/09/01  22:16:40
66474         Log: change#6791 accidentally clobbered change#6710, put it back
66475      Branch: perl
66476            ! win32/win32.c
66477 ____________________________________________________________________________
66478 [  6998] By: jhi                                   on 2000/09/01  22:14:16
66479         Log: Mention the HP-UX LP64 freak failure.
66480      Branch: perl
66481            ! pod/perldelta.pod
66482 ____________________________________________________________________________
66483 [  6997] By: jhi                                   on 2000/09/01  21:48:32
66484         Log: Detypo.
66485      Branch: perl
66486            ! hints/hpux.sh
66487 ____________________________________________________________________________
66488 [  6996] By: jhi                                   on 2000/09/01  21:27:10
66489         Log: Update Changes.
66490      Branch: perl
66491            ! Changes patchlevel.h
66492 ____________________________________________________________________________
66493 [  6995] By: jhi                                   on 2000/09/01  21:14:24
66494         Log: Mi splgn s gnin.g
66495      Branch: perl
66496            ! pp_ctl.c
66497 ____________________________________________________________________________
66498 [  6994] By: jhi                                   on 2000/09/01  21:09:54
66499         Log: Subject: http:// in L<>
66500              From: Nicholas Clark <nick@ccl4.org>
66501              Date: Fri, 1 Sep 2000 22:03:21 +0100
66502              Message-ID: <20000901220321.B72074@plum.flirble.org>
66503      Branch: perl
66504            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
66505 ____________________________________________________________________________
66506 [  6993] By: jhi                                   on 2000/09/01  21:06:54
66507         Log: Update to Storable 1.0, from Raphael Manfredi.
66508      Branch: perl
66509            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
66510            ! ext/Storable/Makefile.PL ext/Storable/README
66511            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
66512            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
66513            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
66514            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
66515            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
66516            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
66517 ____________________________________________________________________________
66518 [  6992] By: jhi                                   on 2000/09/01  20:43:05
66519         Log: Mention known sfio+linux buglet.
66520      Branch: perl
66521            ! pod/perldelta.pod
66522 ____________________________________________________________________________
66523 [  6991] By: jhi                                   on 2000/09/01  20:40:11
66524         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
66525              From: Peter Prymmer <pvhp@forte.com>
66526              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
66527              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
66528      Branch: perl
66529            ! vms/vms.c
66530 ____________________________________________________________________________
66531 [  6990] By: jhi                                   on 2000/09/01  20:25:26
66532         Log: Retract #6986.
66533      Branch: perl
66534            ! hints/solaris_2.sh
66535 ____________________________________________________________________________
66536 [  6989] By: jhi                                   on 2000/09/01  20:23:00
66537         Log: Mergesort is back.
66538      Branch: perl
66539            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
66540 ____________________________________________________________________________
66541 [  6988] By: jhi                                   on 2000/09/01  19:37:40
66542         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
66543              From: Mike Guy <mjtg@cam.ac.uk>
66544              Date: Fri, 01 Sep 2000 17:43:33 +0100
66545              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
66546      Branch: perl
66547            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
66548            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
66549 ____________________________________________________________________________
66550 [  6987] By: jhi                                   on 2000/09/01  19:17:10
66551         Log: Regen perltoc.
66552      Branch: perl
66553            ! pod/perltoc.pod
66554 ____________________________________________________________________________
66555 [  6986] By: jhi                                   on 2000/09/01  18:51:10
66556         Log: Subject: Re: Solaris x86 has no SPARC libraries!
66557              From: Lupe Christoph <lupe@lupe-christoph.de>
66558              Date: Fri, 1 Sep 2000 20:41:20 +0200
66559              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
66560      Branch: perl
66561            ! hints/solaris_2.sh
66562 ____________________________________________________________________________
66563 [  6985] By: jhi                                   on 2000/09/01  18:28:10
66564         Log: Update Changes.
66565      Branch: perl
66566            ! Changes patchlevel.h
66567 ____________________________________________________________________________
66568 [  6984] By: jhi                                   on 2000/09/01  18:26:53
66569         Log: Feature ordering tweak.
66570      Branch: perl
66571            ! myconfig.SH
66572 ____________________________________________________________________________
66573 [  6983] By: jhi                                   on 2000/09/01  18:19:50
66574         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66575              From: <abigail@foad.org>
66576              Date: Fri, 1 Sep 2000 13:07:32 -0400
66577              Message-ID: <20000901170732.18249.qmail@foad.org>
66578      Branch: perl
66579            ! t/pragma/overload.t
66580 ____________________________________________________________________________
66581 [  6982] By: jhi                                   on 2000/09/01  18:17:54
66582         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
66583              so that case-ignoring systems like DCL can tell them from
66584              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
66585      Branch: metaconfig/U/perl
66586            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
66587      Branch: perl
66588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66589            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
66590            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
66591            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
66592            ! vos/config.def vos/config.h vos/config_h.SH_orig
66593            ! win32/config.bc win32/config.gc win32/config.vc
66594 ____________________________________________________________________________
66595 [  6981] By: nick                                  on 2000/09/01  17:21:57
66596         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
66597              warning when UNTIE exists and instead pass the count of extra references to
66598              the UNTIE method.
66599      Branch: perl
66600            ! pod/perltie.pod pp_sys.c
66601 ____________________________________________________________________________
66602 [  6980] By: jhi                                   on 2000/09/01  16:54:44
66603         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
66604              From: Peter Prymmer <pvhp@forte.com>
66605              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
66606              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
66607      Branch: perl
66608            ! configure.com
66609 ____________________________________________________________________________
66610 [  6979] By: jhi                                   on 2000/09/01  16:06:20
66611         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
66612              From: Mike Guy <mjtg@cam.ac.uk> 
66613              Date: Fri, 01 Sep 2000 16:49:27 +0100
66614              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
66615      Branch: perl
66616            ! t/base/rs.t
66617 ____________________________________________________________________________
66618 [  6978] By: jhi                                   on 2000/09/01  16:00:42
66619         Log: Update to PodParser 1.18, from Brad Appleton.
66620      Branch: perl
66621            ! lib/Pod/Checker.pm t/pod/find.t
66622 ____________________________________________________________________________
66623 [  6977] By: jhi                                   on 2000/09/01  14:48:58
66624         Log: Subject: Nit in Configure (bleadperl@6961)
66625              From: Lupe Christoph <lupe@lupe-christoph.de>
66626              Date: Fri, 1 Sep 2000 16:34:29 +0200
66627              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
66628      Branch: metaconfig
66629            ! U/compline/ccflags.U
66630      Branch: perl
66631            ! Configure config_h.SH
66632 ____________________________________________________________________________
66633 [  6976] By: jhi                                   on 2000/09/01  14:39:52
66634         Log: Update Changes.
66635      Branch: perl
66636            ! Changes patchlevel.h
66637 ____________________________________________________________________________
66638 [  6975] By: jhi                                   on 2000/09/01  14:37:36
66639         Log: microperl config update.
66640      Branch: perl
66641            ! uconfig.h uconfig.sh
66642 ____________________________________________________________________________
66643 [  6974] By: jhi                                   on 2000/09/01  14:36:53
66644         Log: Document known deficiencies.
66645      Branch: perl
66646            ! pod/perldelta.pod
66647 ____________________________________________________________________________
66648 [  6973] By: jhi                                   on 2000/09/01  14:10:20
66649         Log: Mention warnings fixes and updates.
66650      Branch: perl
66651            ! pod/perldelta.pod
66652 ____________________________________________________________________________
66653 [  6972] By: jhi                                   on 2000/09/01  14:01:52
66654         Log: Drop unused argument.
66655              
66656              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
66657              From: Spider Boardman <spider@web.zk3.dec.com>
66658              Date: Thu, 31 Aug 2000 16:10:15 -0400
66659              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
66660      Branch: perl
66661            ! toke.c
66662 ____________________________________________________________________________
66663 [  6971] By: jhi                                   on 2000/09/01  13:59:24
66664         Log: Add the overload warnings to perldiag.
66665      Branch: perl
66666            ! lib/overload.pm pod/perldiag.pod
66667 ____________________________________________________________________________
66668 [  6970] By: jhi                                   on 2000/09/01  13:55:10
66669         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66670              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66671              Date: Fri, 1 Sep 2000 13:43:15 +0100 
66672              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
66673      Branch: perl
66674            ! lib/overload.pm t/pragma/overload.t
66675 ____________________________________________________________________________
66676 [  6969] By: jhi                                   on 2000/09/01  13:52:27
66677         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66678              From: <abigail@foad.org>
66679              Date: Fri, 1 Sep 2000 05:46:54 -0400
66680              Message-ID: <20000901094654.6476.qmail@foad.org>
66681      Branch: perl
66682            ! lib/overload.pm
66683 ____________________________________________________________________________
66684 [  6968] By: jhi                                   on 2000/09/01  13:50:05
66685         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
66686              From: Daniel Chetlin <daniel@chetlin.com>
66687              Date: Fri, 1 Sep 2000 02:10:55 -0700
66688              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
66689      Branch: perl
66690            ! pod/perlretut.pod
66691 ____________________________________________________________________________
66692 [  6967] By: jhi                                   on 2000/09/01  13:47:54
66693         Log: Part of the solution.
66694              
66695              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
66696              From: Mike Guy <mjtg@cam.ac.uk>
66697              Date: Fri, 01 Sep 2000 14:16:01 +0100
66698              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
66699      Branch: perl
66700            ! gv.c mg.c
66701 ____________________________________________________________________________
66702 [  6966] By: jhi                                   on 2000/09/01  13:46:17
66703         Log: Subject: CPAN.pm beta 1.57_57 for the core
66704              From: andreas.koenig@anima.de (Andreas J. Koenig)
66705              Date: 01 Sep 2000 15:16:31 +0200
66706              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
66707      Branch: perl
66708            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66709 ____________________________________________________________________________
66710 [  6965] By: jhi                                   on 2000/09/01  13:43:18
66711         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
66712              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66713              Date: Fri, 01 Sep 2000 01:47:22 -0500
66714              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
66715      Branch: perl
66716            ! pod/perldelta.pod vms/vms.c
66717 ____________________________________________________________________________
66718 [  6964] By: jhi                                   on 2000/09/01  13:35:35
66719         Log: File::Temp patches from Andreas König,
66720              
66721              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
66722              From: andreas.koenig@anima.de (Andreas J. Koenig)
66723              Date: 01 Sep 2000 10:07:20 +0200
66724              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
66725              
66726              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
66727              From: andreas.koenig@anima.de (Andreas J. Koenig)
66728              Date: 31 Aug 2000 23:26:08 +0200
66729              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
66730      Branch: perl
66731            ! lib/File/Temp.pm t/lib/ftmp-security.t
66732 ____________________________________________________________________________
66733 [  6963] By: jhi                                   on 2000/09/01  02:22:24
66734         Log: Retract the mergesort code, way too incompatible licensing
66735              and copyrights.
66736      Branch: perl
66737            ! pod/perldelta.pod pp_ctl.c
66738 ____________________________________________________________________________
66739 [  6962] By: jhi                                   on 2000/08/31  23:27:32
66740         Log: Update Changes.
66741      Branch: perl
66742            ! Changes patchlevel.h
66743 ____________________________________________________________________________
66744 [  6961] By: jhi                                   on 2000/08/31  23:20:04
66745         Log: Small tweaks all over.
66746      Branch: metaconfig
66747            ! U/compline/d_gconvert.U
66748      Branch: perl
66749            ! AUTHORS Configure config_h.SH pp_ctl.c
66750 ____________________________________________________________________________
66751 [  6960] By: jhi                                   on 2000/08/31  22:39:36
66752         Log: Further rewording.
66753      Branch: perl
66754            ! pp_ctl.c
66755 ____________________________________________________________________________
66756 [  6959] By: jhi                                   on 2000/08/31  21:26:44
66757         Log: More address tweaking.
66758      Branch: perl
66759            ! AUTHORS Changes
66760 ____________________________________________________________________________
66761 [  6958] By: jhi                                   on 2000/08/31  20:47:25
66762         Log: AUTHORS tweaks, from Peter Prymmer.
66763              
66764              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
66765              From: Peter Prymmer <pvhp@forte.com>
66766              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
66767              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
66768      Branch: perl
66769            ! AUTHORS MAINTAIN
66770 ____________________________________________________________________________
66771 [  6957] By: jhi                                   on 2000/08/31  20:34:43
66772         Log: perldelta tweaks.
66773      Branch: perl
66774            ! pod/perldelta.pod
66775 ____________________________________________________________________________
66776 [  6956] By: jhi                                   on 2000/08/31  19:11:06
66777         Log: Regen perltoc.
66778      Branch: perl
66779            ! pod/perltoc.pod
66780 ____________________________________________________________________________
66781 [  6955] By: jhi                                   on 2000/08/31  19:06:30
66782         Log: Clarify the mergesort situation.
66783      Branch: perl
66784            ! pp_ctl.c
66785 ____________________________________________________________________________
66786 [  6954] By: jhi                                   on 2000/08/31  18:24:17
66787         Log: Move the Solaris 7 scan to use64bitall, make the
66788              failure to find 64-bot sparc libc to mention the
66789              possibility of being in an intel, from Lupe and Alan.
66790      Branch: perl
66791            ! hints/solaris_2.sh
66792 ____________________________________________________________________________
66793 [  6953] By: jhi                                   on 2000/08/31  18:09:20
66794         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
66795              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
66796      Branch: metaconfig
66797            ! U/compline/d_gconvert.U U/threads/archname.U
66798      Branch: metaconfig/U/perl
66799            ! perlxv.U
66800      Branch: perl
66801            ! Configure config_h.SH sv.c
66802 ____________________________________________________________________________
66803 [  6952] By: jhi                                   on 2000/08/31  17:42:24
66804         Log: :: not allowed in pathnames, change to .
66805              
66806              Subject: [PATCH perl@6938] cygwin port
66807              From: "Fifer, Eric" <EFifer@sanwaint.com>
66808              Date: Thu, 31 Aug 2000 16:32:59 +0100
66809              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
66810      Branch: metaconfig/U/perl
66811            ! perlxv.U
66812 ____________________________________________________________________________
66813 [  6951] By: jhi                                   on 2000/08/31  17:02:05
66814         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
66815      Branch: perl
66816            ! perl.h
66817 ____________________________________________________________________________
66818 [  6950] By: jhi                                   on 2000/08/31  16:26:08
66819         Log: More author updates.
66820              
66821              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
66822              From: Simon Cozens <simon@cozens.net>
66823              Date: Thu, 31 Aug 2000 17:13:32 +0100
66824              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
66825      Branch: perl
66826            ! AUTHORS
66827 ____________________________________________________________________________
66828 [  6949] By: jhi                                   on 2000/08/31  16:04:49
66829         Log: POSIX doesn't report long double values under -Duselongdouble
66830              when the long doubles are "real" (bigger than doubles).
66831              
66832              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
66833              From: Spider Boardman <spider@peano.zk3.dec.com>
66834              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
66835              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
66836      Branch: perl
66837            ! ext/POSIX/POSIX.xs
66838 ____________________________________________________________________________
66839 [  6948] By: jhi                                   on 2000/08/31  15:25:10
66840         Log: Update Changes.
66841      Branch: perl
66842            ! Changes patchlevel.h
66843 ____________________________________________________________________________
66844 [  6947] By: jhi                                   on 2000/08/31  15:22:29
66845         Log: Document UNTIE in a very minimalistic way.
66846      Branch: perl
66847            ! pod/perlfunc.pod pod/perltie.pod
66848 ____________________________________________________________________________
66849 [  6946] By: jhi                                   on 2000/08/31  15:15:23
66850         Log: Document known failures.
66851      Branch: perl
66852            ! pod/perldelta.pod
66853 ____________________________________________________________________________
66854 [  6945] By: jhi                                   on 2000/08/31  15:07:00
66855         Log: Don't attach -ld to the archname if pointless.
66856      Branch: metaconfig
66857            ! U/threads/archname.U
66858      Branch: perl
66859            ! Configure config_h.SH
66860 ____________________________________________________________________________
66861 [  6944] By: jhi                                   on 2000/08/31  14:37:42
66862         Log: Wrap the test in eval.
66863              
66864              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
66865              From: Tim Jenness <timj@jach.hawaii.edu>
66866              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
66867              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
66868      Branch: perl
66869            ! t/lib/ftmp-security.t
66870 ____________________________________________________________________________
66871 [  6943] By: jhi                                   on 2000/08/31  14:30:57
66872         Log: Make -Dusemorebits find long doubles in Solaris.
66873      Branch: perl
66874            ! hints/solaris_2.sh
66875 ____________________________________________________________________________
66876 [  6942] By: jhi                                   on 2000/08/31  13:48:45
66877         Log: Clarify the third case of ftmp-security warnings.
66878      Branch: perl
66879            ! INSTALL
66880 ____________________________________________________________________________
66881 [  6941] By: jhi                                   on 2000/08/31  13:40:31
66882         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
66883              From: <abigail@foad.org>
66884              Date: Thu, 31 Aug 2000 01:35:05 -0400
66885              Message-ID: <20000831053505.32120.qmail@foad.org>
66886      Branch: perl
66887            ! pod/perldelta.pod
66888 ____________________________________________________________________________
66889 [  6940] By: jhi                                   on 2000/08/31  13:38:48
66890         Log: Issue useful diagnostic on unknown pod commands.
66891              
66892              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
66893              From: <abigail@foad.org>
66894              Date: Thu, 31 Aug 2000 03:41:18 -0400
66895              Message-ID: <20000831074118.24880.qmail@foad.org>
66896      Branch: perl
66897            ! lib/Pod/Man.pm
66898 ____________________________________________________________________________
66899 [  6939] By: jhi                                   on 2000/08/31  13:34:33
66900         Log: Reveal Borland's isnan.
66901              
66902              Subject: build with BC++ tweak
66903              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66904              Date: Thu, 31 Aug 2000 13:09:37 +0400
66905              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
66906      Branch: perl
66907            ! win32/win32.h
66908 ____________________________________________________________________________
66909 [  6938] By: jhi                                   on 2000/08/31  05:01:20
66910         Log: Update Changes.
66911      Branch: perl
66912            ! Changes patchlevel.h
66913 ____________________________________________________________________________
66914 [  6937] By: jhi                                   on 2000/08/31  04:26:23
66915         Log: sscanf() may be the only way to read long doubles from strings.
66916      Branch: metaconfig/U/perl
66917            ! longdblfio.U
66918      Branch: perl
66919            ! Configure config_h.SH perl.h util.c
66920 ____________________________________________________________________________
66921 [  6936] By: jhi                                   on 2000/08/31  04:18:19
66922         Log: The #6929 was too skimpy.
66923      Branch: perl
66924            ! sv.c
66925 ____________________________________________________________________________
66926 [  6935] By: jhi                                   on 2000/08/31  02:47:07
66927         Log: Subject: Re: typos in pods
66928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66929              Date: Wed, 30 Aug 2000 19:25:34 -0700
66930              Message-ID: <eIcr5gzkg25X092yn@efn.org>
66931      Branch: perl
66932            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
66933 ____________________________________________________________________________
66934 [  6934] By: jhi                                   on 2000/08/31  02:42:55
66935         Log: Missed one Unicode file.
66936      Branch: perl
66937            + lib/unicode/UCDFF301.html
66938 ____________________________________________________________________________
66939 [  6933] By: jhi                                   on 2000/08/30  23:42:27
66940         Log: Update Changes.
66941      Branch: perl
66942            ! Changes patchlevel.h
66943 ____________________________________________________________________________
66944 [  6932] By: jhi                                   on 2000/08/30  23:40:07
66945         Log: Mention UNTIE in perldelta.  Still needs documenting
66946              in perltie et alia.
66947      Branch: perl
66948            ! pod/perldelta.pod
66949 ____________________________________________________________________________
66950 [  6931] By: jhi                                   on 2000/08/30  23:36:02
66951         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
66952              From: <abigail@foad.org>
66953              Date: Wed, 30 Aug 2000 19:28:07 -0400
66954              Message-ID: <20000830232807.305.qmail@foad.org>
66955      Branch: perl
66956            ! pod/perldelta.pod
66957 ____________________________________________________________________________
66958 [  6930] By: jhi                                   on 2000/08/30  23:32:40
66959         Log: Update to Unicode 3.0.1.
66960      Branch: perl
66961            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
66962            + lib/unicode/PropList.txt lib/unicode/README.perl
66963            + lib/unicode/UCD301.html lib/unicode/Unicode.301
66964            - lib/unicode/Props.txt lib/unicode/UCD300.html
66965            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66966            ! (edit 257 files)
66967 ____________________________________________________________________________
66968 [  6929] By: jhi                                   on 2000/08/30  22:38:18
66969         Log: Heap decorruption.
66970              
66971              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
66972              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66973              Date: Wed, 30 Aug 2000 22:39:52 +0100
66974              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
66975      Branch: perl
66976            ! sv.c
66977 ____________________________________________________________________________
66978 [  6928] By: jhi                                   on 2000/08/30  22:29:34
66979         Log: Retract the dummy test, skip the security tests (instead of failing),
66980              explain what the warnings mean.
66981      Branch: perl
66982            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
66983 ____________________________________________________________________________
66984 [  6927] By: jhi                                   on 2000/08/30  22:14:13
66985         Log: Change the internal implementation of sort() to be mergesort
66986              instead of quicksort, from John Linderman <jpl@research.att.com>.
66987              Gives us better worst case, better average case, and stability.
66988              What's there not to like?  (Small fixes for threaded builds
66989              were required).
66990      Branch: perl
66991            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
66992 ____________________________________________________________________________
66993 [  6926] By: jhi                                   on 2000/08/30  20:55:20
66994         Log: A better fix for the Socket building problem from Craig Berry.
66995      Branch: perl
66996            ! vms/vms.c
66997 ____________________________________________________________________________
66998 [  6925] By: jhi                                   on 2000/08/30  20:20:25
66999         Log: Subject: [PATCH] Re: UNTIE method 
67000              From: Nick Ing-Simmons <nik@tiuk.ti.com>
67001              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
67002              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
67003      Branch: perl
67004            ! pp_sys.c t/op/tie.t
67005 ____________________________________________________________________________
67006 [  6924] By: jhi                                   on 2000/08/30  20:17:11
67007         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
67008              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67009              Date: Wed, 30 Aug 2000 15:03:14 -0500
67010              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
67011      Branch: perl
67012            ! vms/vms.c
67013 ____________________________________________________________________________
67014 [  6923] By: jhi                                   on 2000/08/30  20:15:18
67015         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
67016              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67017              Date: Wed, 30 Aug 2000 13:30:36 -0500
67018              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
67019      Branch: perl
67020            ! vms/vms.c
67021 ____________________________________________________________________________
67022 [  6922] By: jhi                                   on 2000/08/30  19:54:43
67023         Log: Better options for rsync.
67024      Branch: perl
67025            ! pod/perlhack.pod
67026 ____________________________________________________________________________
67027 [  6921] By: jhi                                   on 2000/08/30  19:40:16
67028         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
67029              From: Rick Delaney <rick@consumercontact.com>
67030              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
67031              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
67032      Branch: perl
67033            ! pod/perlfunc.pod
67034 ____________________________________________________________________________
67035 [  6920] By: jhi                                   on 2000/08/30  19:36:40
67036         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
67037              From: Peter Prymmer <pvhp@forte.com>
67038              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
67039              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
67040      Branch: perl
67041            ! configure.com
67042 ____________________________________________________________________________
67043 [  6919] By: jhi                                   on 2000/08/30  14:52:02
67044         Log: Update Changes.
67045      Branch: perl
67046            ! Changes patchlevel.h
67047 ____________________________________________________________________________
67048 [  6918] By: jhi                                   on 2000/08/30  14:48:34
67049         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
67050      Branch: perl
67051            ! lib/ExtUtils/typemap
67052 ____________________________________________________________________________
67053 [  6917] By: jhi                                   on 2000/08/30  14:46:34
67054         Log: Subject: typos in pods
67055              From: Nicholas Clark <nick@ccl4.org>
67056              Date: Wed, 30 Aug 2000 01:12:50 +0100
67057              Message-ID: <20000830011249.A61388@plum.flirble.org>
67058      Branch: perl
67059            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
67060            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
67061            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
67062            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
67063 ____________________________________________________________________________
67064 [  6916] By: jhi                                   on 2000/08/30  14:19:09
67065         Log: Document Storable problems on Crays.  (Will have
67066              to document all the other Storable problems, too.)
67067      Branch: perl
67068            ! pod/perldelta.pod
67069 ____________________________________________________________________________
67070 [  6915] By: jhi                                   on 2000/08/30  14:06:02
67071         Log: Subject: [PATCH] fix misc cast warnings
67072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67073              Date: Tue, 29 Aug 2000 23:16:14 -0700
67074              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
67075      Branch: perl
67076            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
67077            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
67078            ! os2/os2ish.h
67079 ____________________________________________________________________________
67080 [  6914] By: jhi                                   on 2000/08/30  14:03:45
67081         Log: Timestamp mismatch again.  Need to fix this dependence on
67082              config_h.SH timestamp, since it's the contents of config_h.SH
67083              that matter.
67084      Branch: perl
67085            ! uconfig.h uconfig.sh
67086 ____________________________________________________________________________
67087 [  6913] By: jhi                                   on 2000/08/30  13:54:06
67088         Log: Don't say "Perl 5.0 source kit".
67089      Branch: perl
67090            ! perl.c
67091 ____________________________________________________________________________
67092 [  6912] By: jhi                                   on 2000/08/30  13:51:24
67093         Log: Reset archname and archname64 always, forcing them be
67094              recomputed at each Configure run, make Configure and
67095              the hints files agree on the naming of largefiles variables.
67096      Branch: metaconfig
67097            ! U/threads/archname.U
67098      Branch: metaconfig/U/perl
67099            ! use64bits.U
67100      Branch: perl
67101            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
67102            ! hints/linux.sh hints/solaris_2.sh
67103 ____________________________________________________________________________
67104 [  6911] By: jhi                                   on 2000/08/30  13:30:13
67105         Log: Put back the slice accidentally removed by #6907.
67106      Branch: perl
67107            ! hints/solaris_2.sh
67108 ____________________________________________________________________________
67109 [  6910] By: jhi                                   on 2000/08/30  01:24:26
67110         Log: Be consistent: other Net::get* do export theirs.
67111              
67112              Subject: Re: Net::protoent does not export 'getproto'
67113              From: Yasushi Nakajima <sey@jkc.co.jp>
67114              Date: Wed, 30 Aug 2000 09:53:14 +0900
67115              Message-Id: <200008300051.DAA24700@taku.hut.fi>
67116      Branch: perl
67117            ! lib/Net/protoent.pm
67118 ____________________________________________________________________________
67119 [  6909] By: jhi                                   on 2000/08/30  01:17:25
67120         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
67121              From: Gurusamy Sarathy <gsar@ActiveState.com>
67122              Date: Tue, 29 Aug 2000 17:17:07 -0700
67123              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
67124      Branch: perl
67125            ! cop.h
67126 ____________________________________________________________________________
67127 [  6908] By: jhi                                   on 2000/08/30  00:58:05
67128         Log: Update Changes.
67129      Branch: perl
67130            ! Changes patchlevel.h
67131 ____________________________________________________________________________
67132 [  6907] By: jhi                                   on 2000/08/30  00:57:22
67133         Log: Introduce ccname to keep track of what compiler kind of we have.
67134      Branch: metaconfig/U/perl
67135            ! Checkcc.U gccvers.U
67136      Branch: perl
67137            ! Configure config_h.SH hints/solaris_2.sh
67138 ____________________________________________________________________________
67139 [  6906] By: jhi                                   on 2000/08/30  00:25:47
67140         Log: Put back the flags dump as reasoned in
67141              
67142              Subject: Re: [PATCH] Glob dumping
67143              From: Mike Guy <mjtg@cam.ac.uk> 
67144              Date: Tue, 29 Aug 2000 21:41:32 +0100
67145              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
67146      Branch: perl
67147            ! dump.c t/lib/peek.t
67148 ____________________________________________________________________________
67149 [  6905] By: jhi                                   on 2000/08/30  00:16:17
67150         Log: Make the epsilon to be relative, not absolute.
67151              
67152              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
67153              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
67154              Date: Tue, 29 Aug 2000 19:58:56 -0400
67155              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
67156      Branch: perl
67157            ! t/lib/trig.t
67158 ____________________________________________________________________________
67159 [  6904] By: jhi                                   on 2000/08/30  00:13:09
67160         Log: From now on, Gisle is on my list of usual suspects :-)
67161              Retract #6902.
67162      Branch: perl
67163            ! ext/Opcode/Safe.pm
67164 ____________________________________________________________________________
67165 [  6903] By: jhi                                   on 2000/08/29  23:51:20
67166         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
67167              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67168              Date: Tue, 29 Aug 2000 18:43:26 -0500
67169              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
67170      Branch: perl
67171            + vms/vmspipe.com
67172            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
67173            ! vms/vms.c
67174 ____________________________________________________________________________
67175 [  6902] By: jhi                                   on 2000/08/29  23:44:14
67176         Log: Retry what #6882 attempted.
67177              
67178              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
67179              From: Gisle Aas <gisle@ActiveState.com>
67180              Date: 30 Aug 2000 00:33:09 +0200
67181              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
67182      Branch: perl
67183            ! ext/Opcode/Safe.pm
67184 ____________________________________________________________________________
67185 [  6901] By: jhi                                   on 2000/08/29  22:59:32
67186         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
67187              From: Hugo <hv@crypt.compulink.co.uk>
67188              Date: Mon, 12 Jun 2000 19:36:08 +0100
67189              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
67190      Branch: perl
67191            ! sv.c
67192 ____________________________________________________________________________
67193 [  6900] By: jhi                                   on 2000/08/29  22:58:35
67194         Log: Admit that we are leaking scalars.
67195              
67196              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
67197              From: Spider Boardman <spider@leggy.zk3.dec.com>
67198              Date: Tue, 29 Aug 2000 18:48:29 -0400
67199              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
67200      Branch: perl
67201            ! t/pragma/warnings.t
67202 ____________________________________________________________________________
67203 [  6899] By: jhi                                   on 2000/08/29  20:53:13
67204         Log: Update Changes.
67205      Branch: perl
67206            ! Changes patchlevel.h
67207 ____________________________________________________________________________
67208 [  6898] By: jhi                                   on 2000/08/29  20:46:21
67209         Log: Undo namespace pollution of #6878.
67210              
67211              Subject: Re: Net::protoent does not export 'getproto'
67212              From: Mike Guy <mjtg@cam.ac.uk>
67213              Date: Tue, 29 Aug 2000 21:32:37 +0100
67214              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
67215      Branch: perl
67216            ! lib/Net/protoent.pm
67217 ____________________________________________________________________________
67218 [  6897] By: jhi                                   on 2000/08/29  20:44:29
67219         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
67220              From: Peter Prymmer <pvhp@forte.com>
67221              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
67222              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
67223      Branch: perl
67224            ! pod/perlebcdic.pod
67225 ____________________________________________________________________________
67226 [  6896] By: jhi                                   on 2000/08/29  20:40:57
67227         Log: There's no point repeating the 'revision' (5) of perl5.
67228      Branch: metaconfig/U/perl
67229            ! Devel.U patchlevel.U
67230      Branch: perl
67231            ! Configure config_h.SH
67232 ____________________________________________________________________________
67233 [  6895] By: jhi                                   on 2000/08/29  20:16:58
67234         Log: Regen Configure for #6894.
67235      Branch: metaconfig/U/perl
67236            ! perladmin.U
67237      Branch: perl
67238            ! Configure config_h.SH
67239 ____________________________________________________________________________
67240 [  6894] By: jhi                                   on 2000/08/29  19:59:52
67241         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
67242              From: "Philip Newton" <Philip.Newton@gmx.net>
67243              Date: Tue, 29 Aug 2000 21:39:14 +0200
67244              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
67245      Branch: perl
67246            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
67247            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
67248            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
67249            ! utils/perlbug.PL
67250 ____________________________________________________________________________
67251 [  6893] By: jhi                                   on 2000/08/29  19:55:30
67252         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
67253              From: "Philip Newton" <Philip.Newton@gmx.net>
67254              Date: Tue, 29 Aug 2000 21:39:14 +0200
67255              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
67256      Branch: perl
67257            ! installhtml
67258 ____________________________________________________________________________
67259 [  6892] By: jhi                                   on 2000/08/29  19:53:59
67260         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
67261              From: "Philip Newton" <Philip.Newton@gmx.net>
67262              Date: Tue, 29 Aug 2000 21:48:18 +0200
67263              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
67264      Branch: perl
67265            ! lib/File/Temp.pm
67266 ____________________________________________________________________________
67267 [  6891] By: jhi                                   on 2000/08/29  18:30:03
67268         Log: Nail the ID 20000828.023.
67269      Branch: perl
67270            ! ext/Storable/Storable.xs
67271 ____________________________________________________________________________
67272 [  6890] By: jhi                                   on 2000/08/29  16:50:17
67273         Log: Under usethreads the dumped variable is IN_PAD.
67274              
67275              Subject: Re: [PATCH] Glob dumping
67276              From: Gisle Aas <gisle@ActiveState.com>
67277              Date: 29 Aug 2000 18:45:05 +0200
67278              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
67279      Branch: perl
67280            ! t/lib/peek.t
67281 ____________________________________________________________________________
67282 [  6889] By: jhi                                   on 2000/08/29  15:17:37
67283         Log: Update Changes.
67284      Branch: perl
67285            ! Changes patchlevel.h
67286 ____________________________________________________________________________
67287 [  6888] By: jhi                                   on 2000/08/29  14:49:59
67288         Log: Retract #6882, broke the safe tests.
67289      Branch: perl
67290            ! ext/Opcode/Safe.pm
67291 ____________________________________________________________________________
67292 [  6887] By: jhi                                   on 2000/08/29  14:47:06
67293         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
67294              From: Gisle Aas <gisle@ActiveState.com> 
67295              Date: 09 Jun 2000 20:00:11 +0200
67296              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
67297      Branch: perl
67298            ! utils/perldoc.PL
67299 ____________________________________________________________________________
67300 [  6886] By: jhi                                   on 2000/08/29  14:42:45
67301         Log: The #6881 removed one dump line.
67302      Branch: perl
67303            ! t/lib/peek.t
67304 ____________________________________________________________________________
67305 [  6885] By: jhi                                   on 2000/08/29  14:30:47
67306         Log: Don't forget to tidy up.
67307      Branch: perl
67308            ! t/lib/ftmp-security.t
67309 ____________________________________________________________________________
67310 [  6884] By: jhi                                   on 2000/08/29  14:25:17
67311         Log: Disabling the one test is a bit tricky.
67312      Branch: perl
67313            ! t/lib/ftmp-security.t
67314 ____________________________________________________________________________
67315 [  6883] By: jhi                                   on 2000/08/29  14:16:25
67316         Log: Disable one of the tests for now.
67317      Branch: perl
67318            ! t/lib/ftmp-security.t
67319 ____________________________________________________________________________
67320 [  6882] By: jhi                                   on 2000/08/29  14:05:50
67321         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
67322              From: gisle@aas.no
67323              Date: 29 Aug 2000 10:35:06 -0000
67324              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
67325      Branch: perl
67326            ! ext/Opcode/Safe.pm
67327 ____________________________________________________________________________
67328 [  6881] By: jhi                                   on 2000/08/29  14:03:51
67329         Log: Subject: [PATCH] Glob dumping
67330              From: Gisle Aas <gisle@ActiveState.com>
67331              Date: 29 Aug 2000 07:59:42 -0000
67332              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
67333      Branch: perl
67334            ! dump.c
67335 ____________________________________________________________________________
67336 [  6880] By: jhi                                   on 2000/08/29  14:02:01
67337         Log: Subject: [PATCH] Warnings in B::Deparse
67338              From: <abigail@foad.org>
67339              Date: Tue, 29 Aug 2000 00:00:01 -0400
67340              Message-ID: <20000829040001.2999.qmail@foad.org>
67341      Branch: perl
67342            ! ext/B/B/Deparse.pm
67343 ____________________________________________________________________________
67344 [  6879] By: jhi                                   on 2000/08/29  13:57:26
67345         Log: Missed a change in #6869.
67346      Branch: perl
67347            ! mg.c
67348 ____________________________________________________________________________
67349 [  6878] By: jhi                                   on 2000/08/29  13:45:04
67350         Log: Subject: Net::protoent does not export 'getproto'
67351              From: Yasushi Nakajima <sey@jkc.co.jp>
67352              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
67353      Branch: perl
67354            ! lib/Net/protoent.pm
67355 ____________________________________________________________________________
67356 [  6877] By: jhi                                   on 2000/08/29  13:39:19
67357         Log: Patches all over for people and the files they (hopefully) care about.
67358      Branch: perl
67359            ! AUTHORS Changes MAINTAIN
67360 ____________________________________________________________________________
67361 [  6876] By: jhi                                   on 2000/08/29  12:53:54
67362         Log: Fix for thinko in #6848.
67363              
67364              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
67365              From: Lupe Christoph <lupe@lupe-christoph.de>
67366              Date: Tue, 29 Aug 2000 09:04:08 +0200
67367              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
67368      Branch: perl
67369            ! ext/Thread/Thread.xs
67370 ____________________________________________________________________________
67371 [  6875] By: jhi                                   on 2000/08/29  12:50:14
67372         Log: Update to Getopt::Long 2.24, from Johan Vromans.
67373      Branch: perl
67374            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
67375 ____________________________________________________________________________
67376 [  6874] By: jhi                                   on 2000/08/29  02:09:53
67377         Log: Use minimal @INC in tests, most of the time just '../lib',
67378              so that we simply can't pick up stuff from other Perls than
67379              the one we are testing.  Pointed out by
67380              
67381              From: Mike Guy <mjtg@cam.ac.uk>
67382              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
67383              Date: Fri, 25 Aug 2000 15:15:59 +0100
67384              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
67385      Branch: perl
67386            ! (edit 185 files)
67387 ____________________________________________________________________________
67388 [  6873] By: jhi                                   on 2000/08/29  01:07:11
67389         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
67390              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67391              Date: Mon, 28 Aug 2000 17:45:52 -0700
67392              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
67393      Branch: perl
67394            ! Makefile.SH hints/os2.sh
67395 ____________________________________________________________________________
67396 [  6872] By: jhi                                   on 2000/08/28  23:33:39
67397         Log: Subject: [PATCH bleedperl@6866] spellings
67398              From: marcel@codewerk.com (Marcel Grunauer)
67399              Date: Tue, 29 Aug 2000 01:19:59 +0200
67400              Message-Id: <200008282319.BAA29862@gandalf.local>
67401      Branch: perl
67402            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
67403            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
67404            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
67405 ____________________________________________________________________________
67406 [  6871] By: jhi                                   on 2000/08/28  23:22:09
67407         Log: Take out the SUIDMAIL thing, that will not be
67408              a problem in 5.7.*.
67409      Branch: perl
67410            ! patchlevel.h
67411 ____________________________________________________________________________
67412 [  6870] By: jhi                                   on 2000/08/28  23:19:30
67413         Log: -S is the silent flag, -s is the strip flag.
67414              
67415              Subject: [PATCH] Re: [PATCH] make no-install          
67416              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67417              Date: Mon, 28 Aug 2000 15:12:55 -0700
67418              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
67419      Branch: perl
67420            ! Makefile.SH
67421 ____________________________________________________________________________
67422 [  6869] By: jhi                                   on 2000/08/28  23:12:05
67423         Log: Subject: [PATCH bleedperl@6856] warnings fixes
67424              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67425              Date: Mon, 28 Aug 2000 23:55:06 +0100
67426              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
67427      Branch: perl
67428            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
67429            ! warnings.h warnings.pl
67430 ____________________________________________________________________________
67431 [  6868] By: jhi                                   on 2000/08/28  21:38:22
67432         Log: Potential cruft.
67433      Branch: perl
67434            ! Makefile.SH
67435 ____________________________________________________________________________
67436 [  6867] By: jhi                                   on 2000/08/28  21:35:36
67437         Log: Update Changes.
67438      Branch: perl
67439            ! Changes patchlevel.h
67440 ____________________________________________________________________________
67441 [  6866] By: jhi                                   on 2000/08/28  21:33:49
67442         Log: Subject: hv.h Doc Patch
67443              From: Fisher Mark <fisherm@tce.com>
67444              Date: Mon, 28 Aug 2000 16:24:59 -0500
67445              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
67446      Branch: perl
67447            ! hv.h
67448 ____________________________________________________________________________
67449 [  6865] By: jhi                                   on 2000/08/28  21:02:15
67450         Log: Add -ld to archname on long tr...double platforms.
67451      Branch: metaconfig
67452            ! U/threads/archname.U
67453      Branch: perl
67454            ! Configure config_h.SH
67455 ____________________________________________________________________________
67456 [  6864] By: jhi                                   on 2000/08/28  20:38:59
67457         Log: An attempt to fix the problem reported in
67458              
67459              Subject: Building perl@6856 using gcc/AIX 4.3.3 
67460              From: Daniel Muino <dmuino@afip.gov.ar> 
67461              Date: Mon, 28 Aug 2000 15:50:01 -0300   
67462              Message-ID: <20000828155001.A14403@con2-dgi>
67463              
67464              I can't test this properly since the gcc installation I have
67465              access to seems to be botched (gcc is calling the AIX cpp,
67466              a losing proposition...)
67467      Branch: perl
67468            ! hints/aix.sh
67469 ____________________________________________________________________________
67470 [  6863] By: jhi                                   on 2000/08/28  18:57:52
67471         Log: Fix for ID 20000828.001, long doubles were not formatted
67472              correctly (showed up in $], which stopped installing perl).
67473      Branch: perl
67474            ! sv.c
67475 ____________________________________________________________________________
67476 [  6862] By: jhi                                   on 2000/08/28  18:07:15
67477         Log: Typo in #6858.
67478      Branch: perl
67479            ! lib/Cwd.pm
67480 ____________________________________________________________________________
67481 [  6861] By: jhi                                   on 2000/08/28  17:57:27
67482         Log: opmini.o may be left around if a build is interrupted.
67483      Branch: perl
67484            ! Makefile.SH
67485 ____________________________________________________________________________
67486 [  6860] By: jhi                                   on 2000/08/28  16:52:50
67487         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
67488              From: Daniel Chetlin <daniel@chetlin.com>
67489              Date: Mon, 28 Aug 2000 01:14:18 -0700
67490              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
67491      Branch: perl
67492            ! lib/overload.pm
67493 ____________________________________________________________________________
67494 [  6859] By: jhi                                   on 2000/08/28  16:08:46
67495         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
67496              From: Nicholas Clark <nick@ccl4.org>
67497              Date: Mon, 28 Aug 2000 16:03:27 +0100
67498              Message-Id: <20000828160327.C49785@plum.flirble.org>
67499      Branch: perl
67500            ! ext/ByteLoader/bytecode.h
67501 ____________________________________________________________________________
67502 [  6858] By: jhi                                   on 2000/08/28  16:02:10
67503         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
67504              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
67505              Date: Mon, 28 Aug 2000 13:08:30 +0200
67506              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
67507      Branch: perl
67508            ! lib/Cwd.pm
67509 ____________________________________________________________________________
67510 [  6857] By: jhi                                   on 2000/08/28  15:42:47
67511         Log: display_format used as a class method without arguments was broken,
67512              reported in
67513              
67514              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
67515              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
67516              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
67517              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
67518      Branch: perl
67519            ! lib/Math/Complex.pm t/lib/complex.t
67520 ____________________________________________________________________________
67521 [  6856] By: jhi                                   on 2000/08/27  22:09:48
67522         Log: Update Changes.
67523      Branch: perl
67524            ! Changes patchlevel.h
67525 ____________________________________________________________________________
67526 [  6855] By: jhi                                   on 2000/08/27  21:59:21
67527         Log: Retract #6853 (false alarm).
67528      Branch: perl
67529            ! lib/ExtUtils/xsubpp
67530 ____________________________________________________________________________
67531 [  6854] By: jhi                                   on 2000/08/27  21:37:44
67532         Log: Update Changes.
67533      Branch: perl
67534            ! Changes patchlevel.h
67535 ____________________________________________________________________________
67536 [  6853] By: jhi                                   on 2000/08/27  21:37:16
67537         Log: Subject: [PATCH perl@6850] workaround for xsubpp
67538              From: Hugo <hv@crypt.compulink.co.uk>
67539              Date: Sun, 27 Aug 2000 22:30:25 +0100
67540              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
67541      Branch: perl
67542            ! lib/ExtUtils/xsubpp
67543 ____________________________________________________________________________
67544 [  6852] By: jhi                                   on 2000/08/27  21:33:58
67545         Log: Big-endian 64-bit patch from Raphael Manfredi.
67546      Branch: perl
67547            ! ext/Storable/Storable.xs
67548 ____________________________________________________________________________
67549 [  6851] By: jhi                                   on 2000/08/27  21:22:21
67550         Log: More ruthless editing from Hugo van der Sanden.
67551      Branch: perl
67552            ! pod/perldelta.pod
67553 ____________________________________________________________________________
67554 [  6850] By: jhi                                   on 2000/08/27  16:11:46
67555         Log: Update Changes.
67556      Branch: perl
67557            ! Changes patchlevel.h
67558 ____________________________________________________________________________
67559 [  6849] By: jhi                                   on 2000/08/27  16:11:05
67560         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
67561      Branch: perl
67562            ! configpm pod/perldelta.pod
67563 ____________________________________________________________________________
67564 [  6848] By: jhi                                   on 2000/08/27  15:35:08
67565         Log: Use the actual thread type, not the pointer-to-struct.
67566      Branch: perl
67567            ! ext/Thread/Thread.xs
67568 ____________________________________________________________________________
67569 [  6847] By: jhi                                   on 2000/08/27  15:30:49
67570         Log: Test nit.
67571      Branch: perl
67572            ! t/pragma/warn/pp_sys
67573 ____________________________________________________________________________
67574 [  6846] By: jhi                                   on 2000/08/27  15:19:02
67575         Log: Passing -R in ldflags makes now it to appear in the default
67576              for lddlflags, just like with -L.
67577              
67578              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67579              From: Lupe Christoph <lupe@lupe-christoph.de>
67580              Date: Sun, 27 Aug 2000 10:28:21 +0200
67581              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
67582      Branch: metaconfig/U/perl
67583            ! dlsrc.U
67584      Branch: perl
67585            ! Configure
67586 ____________________________________________________________________________
67587 [  6845] By: jhi                                   on 2000/08/27  15:08:54
67588         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67589              From: Alan Burlison <Alan.Burlison@uk.sun.com>
67590              Date: Sat, 26 Aug 2000 22:23:27 +0100
67591              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
67592      Branch: perl
67593            ! lib/ExtUtils/MM_Unix.pm
67594 ____________________________________________________________________________
67595 [  6844] By: jhi                                   on 2000/08/27  15:02:37
67596         Log: DJGPP update from Laszlo Molnar.
67597              
67598              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
67599              From: ml1050 <ml1050@freemail.hu>
67600              Date: Sat, 26 Aug 2000 23:24:40 +0200
67601              Message-Id: <20000826232440.A439@freemail.hu>
67602      Branch: perl
67603            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
67604            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
67605 ____________________________________________________________________________
67606 [  6843] By: jhi                                   on 2000/08/27  14:53:58
67607         Log: Subject: installman buglet
67608              From: Lupe Christoph <lupe@lupe-christoph.de>
67609              Date: Sun, 27 Aug 2000 14:38:59 +0200
67610              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
67611      Branch: perl
67612            ! installman
67613 ____________________________________________________________________________
67614 [  6842] By: jhi                                   on 2000/08/27  14:52:08
67615         Log: Can't get the test to reliably work thanks to the
67616              inaccurateness of floating point.  "Resolves" bug ids
67617              20000826.003, 20000826.009, 20000826.010,
67618      Branch: perl
67619            ! t/lib/trig.t
67620 ____________________________________________________________________________
67621 [  6841] By: jhi                                   on 2000/08/26  15:53:58
67622         Log: Update Changes.
67623      Branch: perl
67624            ! Changes patchlevel.h
67625 ____________________________________________________________________________
67626 [  6840] By: jhi                                   on 2000/08/26  14:23:03
67627         Log: grep -e isn't portable.
67628              
67629              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
67630              From: chris@broadband.att.com
67631              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
67632              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
67633      Branch: perl
67634            ! hints/solaris_2.sh
67635 ____________________________________________________________________________
67636 [  6839] By: jhi                                   on 2000/08/26  14:12:23
67637         Log: no-install target a la make -n.
67638              
67639              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
67640              From: <abigail@foad.org>
67641              Date: Sat, 26 Aug 2000 03:57:34 -0400
67642              Message-ID: <20000826075735.18912.qmail@foad.org>
67643      Branch: perl
67644            ! Makefile.SH installman installperl
67645 ____________________________________________________________________________
67646 [  6838] By: jhi                                   on 2000/08/26  14:06:33
67647         Log: Retract #6826 as the #6828 should be do the same
67648              in a More Correct Way.
67649      Branch: perl
67650            ! installperl
67651 ____________________________________________________________________________
67652 [  6837] By: jhi                                   on 2000/08/26  05:24:00
67653         Log: More casting.
67654      Branch: perl
67655            ! ext/Storable/Storable.xs
67656 ____________________________________________________________________________
67657 [  6836] By: jhi                                   on 2000/08/26  05:05:46
67658         Log: Nicer in decimal.
67659      Branch: perl
67660            ! ext/Storable/Storable.xs
67661 ____________________________________________________________________________
67662 [  6835] By: jhi                                   on 2000/08/26  05:03:50
67663         Log: There be no UVdf.
67664      Branch: perl
67665            ! ext/Storable/Storable.xs
67666 ____________________________________________________________________________
67667 [  6834] By: jhi                                   on 2000/08/26  05:00:18
67668         Log: Continue IVdfing and UVxfing.
67669      Branch: perl
67670            ! ext/Storable/Storable.xs
67671 ____________________________________________________________________________
67672 [  6833] By: jhi                                   on 2000/08/26  04:53:14
67673         Log: Use IVdf.
67674      Branch: perl
67675            ! ext/Storable/Storable.xs
67676 ____________________________________________________________________________
67677 [  6832] By: jhi                                   on 2000/08/26  04:40:41
67678         Log: Document PTR2XX and INT2PTR.
67679      Branch: perl
67680            ! pod/perlguts.pod
67681 ____________________________________________________________________________
67682 [  6831] By: jhi                                   on 2000/08/26  04:33:18
67683         Log: Use UVxf, PTR2UV, NVff.
67684      Branch: perl
67685            ! ext/Storable/Storable.xs
67686 ____________________________________________________________________________
67687 [  6830] By: jhi                                   on 2000/08/26  04:31:32
67688         Log: Update the test count.
67689      Branch: perl
67690            ! t/lib/trig.t
67691 ____________________________________________________________________________
67692 [  6829] By: jhi                                   on 2000/08/26  03:05:50
67693         Log: Subject: [PATCH] installation not quite silent yet.
67694              From: <abigail@foad.org>
67695              Date: Fri, 25 Aug 2000 20:07:53 -0400
67696              Message-ID: <20000826000753.7822.qmail@foad.org>
67697      Branch: perl
67698            ! installman installperl
67699 ____________________________________________________________________________
67700 [  6828] By: jhi                                   on 2000/08/26  03:05:14
67701         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67702              From: Spider Boardman <spider@web.zk3.dec.com>
67703              Date: Fri, 25 Aug 2000 19:12:40 -0400
67704              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
67705      Branch: perl
67706            ! gv.c
67707 ____________________________________________________________________________
67708 [  6827] By: jhi                                   on 2000/08/25  23:54:34
67709         Log: Support preserving extremely big/small angles.
67710      Branch: perl
67711            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
67712 ____________________________________________________________________________
67713 [  6826] By: jhi                                   on 2000/08/25  23:01:20
67714         Log: Patch installperl to be long double-aware.
67715              
67716              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67717              From: Spider Boardman <spider@web.zk3.dec.com>
67718              Date: Fri, 25 Aug 2000 18:15:23 -0400
67719              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
67720      Branch: perl
67721            ! installperl
67722 ____________________________________________________________________________
67723 [  6825] By: jhi                                   on 2000/08/25  22:58:25
67724         Log: Remove duplicately applied patch shards.
67725              
67726              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
67727              From: Spider Boardman <spider@leggy.zk3.dec.com>
67728              Date: Fri, 25 Aug 2000 16:45:03 -0400
67729              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
67730      Branch: perl
67731            ! t/lib/cgi-html.t
67732 ____________________________________________________________________________
67733 [  6824] By: jhi                                   on 2000/08/25  22:57:00
67734         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67735              From: Daniel Chetlin <daniel@chetlin.com>
67736              Date: Fri, 25 Aug 2000 12:23:16 -0700
67737              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
67738              
67739              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67740              From: Daniel Chetlin <daniel@chetlin.com>
67741              Date: Fri, 25 Aug 2000 14:47:19 -0700
67742              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
67743      Branch: perl
67744            ! installman
67745 ____________________________________________________________________________
67746 [  6823] By: jhi                                   on 2000/08/25  22:44:17
67747         Log: Timestamp problem?
67748      Branch: perl
67749            ! uconfig.h uconfig.sh
67750 ____________________________________________________________________________
67751 [  6822] By: jhi                                   on 2000/08/25  19:01:06
67752         Log: One forgotten file from #6816.
67753      Branch: perl
67754            ! vos/config.h
67755 ____________________________________________________________________________
67756 [  6821] By: jhi                                   on 2000/08/25  18:56:39
67757         Log: Regen Changes.
67758      Branch: perl
67759            ! Changes patchlevel.h
67760 ____________________________________________________________________________
67761 [  6820] By: jhi                                   on 2000/08/25  18:52:35
67762         Log: Fix Changes ordering.
67763      Branch: perl
67764            ! Changes
67765 ____________________________________________________________________________
67766 [  6819] By: jhi                                   on 2000/08/25  18:50:25
67767         Log: Update Changes.
67768      Branch: perl
67769            ! Changes patchlevel.h
67770 ____________________________________________________________________________
67771 [  6818] By: jhi                                   on 2000/08/25  18:47:45
67772         Log: Tweak the sfio/useperlio logic, hopefully as wished in
67773              
67774              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
67775              From: Nicholas Clark <nick@babyhippo.co.uk>
67776              Date: Fri, 25 Aug 2000 12:01:45 +0100
67777              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
67778      Branch: metaconfig/U/perl
67779            ! d_sfio.U
67780      Branch: perl
67781            ! Configure
67782 ____________________________________________________________________________
67783 [  6817] By: jhi                                   on 2000/08/25  18:32:51
67784         Log: Allow microperl to assume <math.h>, without it the math
67785              functions like floor() are assumed to return int, which makes
67786              for core dumps in machines where integer and floating register
67787              don't mix.
67788      Branch: perl
67789            ! uconfig.h uconfig.sh
67790 ____________________________________________________________________________
67791 [  6816] By: jhi                                   on 2000/08/25  18:27:17
67792         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
67793              the problem reported in
67794              
67795              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
67796              From: danhale@us.ibm.com
67797              Date: Fri, 25 Aug 2000 10:58:06 -0400
67798              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
67799      Branch: metaconfig/U/perl
67800            + d_socks5_init.U
67801      Branch: perl
67802            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
67803            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
67804            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
67805            ! win32/config.gc win32/config.vc
67806 ____________________________________________________________________________
67807 [  6815] By: jhi                                   on 2000/08/25  17:43:31
67808         Log: A solution for the retrieve_fd autosplit warning,
67809              idea suggested by Mike Guy.
67810      Branch: perl
67811            ! ext/Storable/Storable.pm
67812 ____________________________________________________________________________
67813 [  6814] By: jhi                                   on 2000/08/25  17:16:03
67814         Log: Add install-silent target.
67815      Branch: perl
67816            ! Makefile.SH
67817 ____________________________________________________________________________
67818 [  6813] By: jhi                                   on 2000/08/25  17:14:23
67819         Log: Subject: Re: [PATCH] More silencing of installman.
67820              From: <abigail@foad.org>
67821              Date: Thu, 24 Aug 2000 19:27:03 -0400
67822              Message-ID: <20000824232703.7001.qmail@foad.org>
67823              
67824              Subject: Re: [PATCH] More silencing of installman.
67825              From: <abigail@foad.org>
67826              Date: Fri, 25 Aug 2000 03:00:58 -0400
67827              Message-ID: <20000825070058.10697.qmail@foad.org>
67828      Branch: perl
67829            ! installman
67830 ____________________________________________________________________________
67831 [  6812] By: jhi                                   on 2000/08/25  17:11:28
67832         Log: installperl --verbose and --silent.
67833              
67834              Subject: Re: [PATCH] More silencing of installman.
67835              From: <abigail@foad.org>
67836              Message-ID: <20000825064430.9719.qmail@foad.org>
67837              Date: Fri, 25 Aug 2000 02:44:30 -0400
67838      Branch: perl
67839            ! installperl
67840 ____________________________________________________________________________
67841 [  6811] By: jhi                                   on 2000/08/25  17:05:43
67842         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
67843              From: "Peter J. Farley III" <pjfarley@banet.net>
67844              Date: Thu, 24 Aug 2000 21:58:03 -0400
67845              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
67846              
67847              (applied slightly modified)
67848      Branch: perl
67849            ! lib/ExtUtils/MM_Unix.pm
67850 ____________________________________________________________________________
67851 [  6810] By: jhi                                   on 2000/08/25  17:01:18
67852         Log: Missing parts of 
67853              
67854              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
67855              From: Peter Prymmer <pvhp@forte.com>
67856              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
67857              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
67858      Branch: perl
67859            ! t/lib/cgi-html.t
67860 ____________________________________________________________________________
67861 [  6809] By: jhi                                   on 2000/08/25  16:46:32
67862         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
67863              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67864              Date: Thu, 24 Aug 2000 19:13:11 -0500
67865              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
67866      Branch: perl
67867            ! vms/vms.c
67868 ____________________________________________________________________________
67869 [  6808] By: jhi                                   on 2000/08/25  16:39:22
67870         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
67871              From: Peter Prymmer <pvhp@forte.com>
67872              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
67873              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
67874      Branch: perl
67875            ! configure.com
67876 ____________________________________________________________________________
67877 [  6807] By: jhi                                   on 2000/08/25  16:36:37
67878         Log: Better wording for the vec lvalue diagnostic.
67879              
67880              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67881              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67882              Date: Wed, 23 Aug 2000 14:12:16 -0400
67883              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
67884      Branch: perl
67885            ! pod/perldiag.pod
67886 ____________________________________________________________________________
67887 [  6806] By: jhi                                   on 2000/08/24  18:17:22
67888         Log: Subject: [PATCH] More silencing of installman.
67889              From: <abigail@foad.org>
67890              Date: Thu, 24 Aug 2000 14:01:44 -0400
67891              Message-ID: <20000824180144.20062.qmail@foad.org>
67892      Branch: perl
67893            ! installman
67894 ____________________________________________________________________________
67895 [  6805] By: jhi                                   on 2000/08/24  15:00:31
67896         Log: Update Changes.
67897      Branch: perl
67898            ! Changes patchlevel.h
67899 ____________________________________________________________________________
67900 [  6804] By: jhi                                   on 2000/08/24  14:59:07
67901         Log: Regen perltoc.
67902      Branch: perl
67903            ! pod/perltoc.pod
67904 ____________________________________________________________________________
67905 [  6803] By: jhi                                   on 2000/08/24  14:44:39
67906         Log: Show the doc file, not the temp file.
67907      Branch: perl
67908            ! installman
67909 ____________________________________________________________________________
67910 [  6802] By: jhi                                   on 2000/08/24  14:41:53
67911         Log: Continue silencing.
67912      Branch: perl
67913            ! installman
67914 ____________________________________________________________________________
67915 [  6801] By: jhi                                   on 2000/08/24  14:34:40
67916         Log: Actually do something with the silencer option.
67917      Branch: perl
67918            ! installman
67919 ____________________________________________________________________________
67920 [  6800] By: jhi                                   on 2000/08/24  14:26:22
67921         Log: Make installman to recognize the silence flag -S.
67922      Branch: perl
67923            ! installman
67924 ____________________________________________________________________________
67925 [  6799] By: jhi                                   on 2000/08/24  13:49:38
67926         Log: DOS patches and portability/porting notes, from Tim Jenness.
67927      Branch: perl
67928            ! lib/File/Temp.pm
67929 ____________________________________________________________________________
67930 [  6798] By: jhi                                   on 2000/08/24  13:48:27
67931         Log: Create directories in silence.
67932              
67933              Subject: [PATCH] Another silencer for MakeMaker
67934              From: andreas.koenig@anima.de (Andreas J. Koenig)
67935              Date: 24 Aug 2000 14:18:52 +0200
67936              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
67937      Branch: perl
67938            ! lib/ExtUtils/Command.pm
67939 ____________________________________________________________________________
67940 [  6797] By: jhi                                   on 2000/08/24  13:46:42
67941         Log: More liberal parsing of version numbers.
67942              
67943              Subject: Re: CPAN.pm beta for testing available
67944              From: andreas.koenig@anima.de (Andreas J. Koenig)
67945              Date: 24 Aug 2000 13:51:57 +0200
67946              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
67947      Branch: perl
67948            ! lib/CPAN.pm
67949 ____________________________________________________________________________
67950 [  6796] By: jhi                                   on 2000/08/24  13:44:36
67951         Log: Make "make install" by default silent.  A new "install-verbose"
67952              target is verbose.
67953      Branch: perl
67954            ! Makefile.SH
67955 ____________________________________________________________________________
67956 [  6795] By: jhi                                   on 2000/08/24  13:39:14
67957         Log: Add silencer flags to installperl.
67958              
67959              Subject: [PATCH] Making installperl silent.
67960              From: <abigail@foad.org>
67961              Date: Thu, 24 Aug 2000 05:01:45 -0400
67962              Message-ID: <20000824090145.13141.qmail@foad.org>
67963      Branch: perl
67964            ! installperl
67965 ____________________________________________________________________________
67966 [  6794] By: jhi                                   on 2000/08/24  13:35:50
67967         Log: installperl couldn't tell whether it had run tests or not.
67968              
67969              Subject: [PATCH] Re: installperl and t/TEST
67970              From: <abigail@foad.org>
67971              Date: Thu, 24 Aug 2000 04:00:53 -0400
67972              Message-ID: <20000824080053.2494.qmail@foad.org>
67973      Branch: perl
67974            ! Makefile.SH installperl
67975 ____________________________________________________________________________
67976 [  6793] By: jhi                                   on 2000/08/24  13:27:50
67977         Log: Drop the separate perlbc, perlcc -b should be enough.
67978      Branch: perl
67979            - utils/perlbc.PL
67980            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
67981 ____________________________________________________________________________
67982 [  6792] By: jhi                                   on 2000/08/24  04:41:30
67983         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
67984              plus the typo fix from Peter Prymmer.
67985      Branch: perl
67986            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
67987            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
67988 ____________________________________________________________________________
67989 [  6791] By: jhi                                   on 2000/08/24  02:10:43
67990         Log: Replace #6705 with a minimal doc patch.
67991              
67992              Subject: [PATCH 5.6.0] replace change #6705
67993              From: Jan Dubois <jand@ActiveState.com>
67994              Date: Wed, 23 Aug 2000 18:31:51 -0700
67995              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
67996      Branch: perl
67997            ! lib/Win32.pod win32/win32.c
67998 ____________________________________________________________________________
67999 [  6790] By: jhi                                   on 2000/08/23  17:52:00
68000         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
68001              From: Mike Guy <mjtg@cam.ac.uk>
68002              Date: Wed, 23 Aug 2000 18:38:46 +0100
68003              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
68004      Branch: perl
68005            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
68006 ____________________________________________________________________________
68007 [  6789] By: jhi                                   on 2000/08/23  15:34:21
68008         Log: Update Changes.
68009      Branch: perl
68010            ! Changes patchlevel.h
68011 ____________________________________________________________________________
68012 [  6788] By: jhi                                   on 2000/08/23  15:33:40
68013         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
68014              From: Wilfredo Sánchez <wsanchez@apple.com>
68015              Date: Tue, 22 Aug 2000 19:31:27 -0700
68016              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
68017      Branch: perl
68018            ! perl.h
68019 ____________________________________________________________________________
68020 [  6787] By: jhi                                   on 2000/08/23  15:29:31
68021         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
68022              From: Spider Boardman <spider@leggy.zk3.dec.com>
68023              Date: Wed, 23 Aug 2000 10:33:23 -0400
68024              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
68025      Branch: perl
68026            ! lib/Pod/Html.pm
68027 ____________________________________________________________________________
68028 [  6786] By: jhi                                   on 2000/08/23  15:28:11
68029         Log: Bad makefile.
68030      Branch: perl
68031            ! ext/B/Makefile.PL
68032 ____________________________________________________________________________
68033 [  6785] By: jhi                                   on 2000/08/23  14:37:04
68034         Log: Update Changes.
68035      Branch: perl
68036            ! Changes patchlevel.h
68037 ____________________________________________________________________________
68038 [  6784] By: jhi                                   on 2000/08/23  13:58:41
68039         Log: Portability fix from Hugo van der Sanden.
68040      Branch: perl
68041            ! ext/re/Makefile.PL
68042 ____________________________________________________________________________
68043 [  6783] By: jhi                                   on 2000/08/23  13:53:53
68044         Log: Storable support, v-version fixes.
68045              
68046              Subject: CPAN.pm beta for testing available
68047              From: andreas.koenig@anima.de (Andreas J. Koenig)
68048              Date: 22 Aug 2000 23:31:33 +0200
68049              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
68050      Branch: perl
68051            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68052 ____________________________________________________________________________
68053 [  6782] By: jhi                                   on 2000/08/23  13:51:26
68054         Log: Mac and other portability updates from Chris Nandor.
68055      Branch: perl
68056            ! pod/perlmodinstall.pod
68057 ____________________________________________________________________________
68058 [  6781] By: jhi                                   on 2000/08/23  13:47:33
68059         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
68060              From: Peter Prymmer <pvhp@forte.com>
68061              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
68062              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
68063      Branch: perl
68064            ! ext/Storable/Storable.xs
68065 ____________________________________________________________________________
68066 [  6780] By: jhi                                   on 2000/08/23  13:33:34
68067         Log: VMS MMS (make) wants null action.
68068      Branch: perl
68069            ! ext/B/Makefile.PL
68070 ____________________________________________________________________________
68071 [  6779] By: jhi                                   on 2000/08/22  19:44:47
68072         Log: Forgot portability nit.
68073      Branch: perl
68074            ! t/lib/st-forgive.t
68075 ____________________________________________________________________________
68076 [  6778] By: jhi                                   on 2000/08/22  19:35:25
68077         Log: Be portable.
68078      Branch: perl
68079            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
68080            ! t/lib/st-store.t
68081 ____________________________________________________________________________
68082 [  6777] By: jhi                                   on 2000/08/22  18:50:53
68083         Log: Update Changes.
68084      Branch: perl
68085            ! Changes patchlevel.h
68086 ____________________________________________________________________________
68087 [  6776] By: jhi                                   on 2000/08/22  18:44:46
68088         Log: cSVOPo_*v things index into the current PL_curpad
68089              under ithreads, which is different from the curpad
68090              used by the XSUB.  (In other words, the code as-is
68091              before this patch wouldn't work under ithreads.)
68092              From Sarathy.
68093      Branch: perl
68094            ! ext/B/B.xs
68095 ____________________________________________________________________________
68096 [  6775] By: jhi                                   on 2000/08/22  18:18:37
68097         Log: Make the selection of NVff et al stricter.
68098      Branch: metaconfig/U/perl
68099            ! perlxvf.U
68100      Branch: perl
68101            ! Configure config_h.SH
68102 ____________________________________________________________________________
68103 [  6774] By: jhi                                   on 2000/08/22  17:19:42
68104         Log: perldelta nits.
68105      Branch: perl
68106            ! pod/perldelta.pod
68107 ____________________________________________________________________________
68108 [  6773] By: jhi                                   on 2000/08/22  17:06:26
68109         Log: Long double fixes from Spider Boardman.
68110              
68111              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
68112              From: system PRIVILEGED account <root@peano.zk3.dec.com>
68113              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
68114              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
68115      Branch: perl
68116            ! t/lib/bigfltpm.t t/lib/st-06compat.t
68117 ____________________________________________________________________________
68118 [  6772] By: jhi                                   on 2000/08/22  15:04:53
68119         Log: Update Changes.
68120      Branch: perl
68121            ! Changes patchlevel.h
68122 ____________________________________________________________________________
68123 [  6771] By: jhi                                   on 2000/08/22  15:01:44
68124         Log: perldelta fixes from Hugo van der Sanden.
68125      Branch: perl
68126            ! pod/perldelta.pod
68127 ____________________________________________________________________________
68128 [  6770] By: jhi                                   on 2000/08/22  14:34:49
68129         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
68130              From: Hugo <hv@crypt.compulink.co.uk>
68131              Date: Tue, 22 Aug 2000 11:21:53 +0100
68132              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
68133      Branch: perl
68134            ! regcomp.c
68135 ____________________________________________________________________________
68136 [  6769] By: jhi                                   on 2000/08/22  14:30:02
68137         Log: Add Yitzchak, reformat.
68138      Branch: perl
68139            ! Changes config_h.SH
68140 ____________________________________________________________________________
68141 [  6768] By: jhi                                   on 2000/08/22  14:21:35
68142         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
68143              and Spider Boardman.
68144      Branch: metaconfig
68145            ! U/compline/d_gconvert.U
68146      Branch: perl
68147            ! Configure
68148 ____________________________________________________________________________
68149 [  6767] By: jhi                                   on 2000/08/22  14:11:24
68150         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
68151              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68152              Date: Mon, 21 Aug 2000 19:08:31 -0700
68153              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
68154      Branch: perl
68155            - ext/Storable/patchlevel.h
68156            ! MANIFEST ext/Storable/MANIFEST
68157 ____________________________________________________________________________
68158 [  6766] By: jhi                                   on 2000/08/22  13:49:29
68159         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
68160              From: Peter Prymmer <pvhp@forte.com>
68161              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
68162              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
68163      Branch: perl
68164            ! configure.com ext/Storable/Makefile.PL
68165 ____________________________________________________________________________
68166 [  6765] By: jhi                                   on 2000/08/22  13:44:59
68167         Log: Subject: [PATCH blead] B:: missing dependency
68168              From: Hugo <hv@crypt.compulink.co.uk>
68169              Date: Tue, 22 Aug 2000 06:44:33 +0100
68170              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
68171      Branch: perl
68172            ! ext/B/Makefile.PL
68173 ____________________________________________________________________________
68174 [  6764] By: jhi                                   on 2000/08/22  13:38:12
68175         Log: More bytecompiler.
68176      Branch: perl
68177            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
68178 ____________________________________________________________________________
68179 [  6763] By: jhi                                   on 2000/08/22  13:36:44
68180         Log: Bytecompiler patches from Benjamin Stuhl.
68181      Branch: perl
68182            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
68183            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
68184            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
68185            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
68186            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
68187            ! perl.c perlapi.h pod/perldelta.pod
68188 ____________________________________________________________________________
68189 [  6762] By: jhi                                   on 2000/08/21  23:43:40
68190         Log: An obsoleted diagnostic.
68191      Branch: perl
68192            ! pod/perldelta.pod
68193 ____________________________________________________________________________
68194 [  6761] By: jhi                                   on 2000/08/21  23:01:45
68195         Log: The #6759 wasn't quite right.
68196      Branch: perl
68197            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
68198            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
68199            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
68200            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
68201            ! t/lib/st-tieditems.t
68202 ____________________________________________________________________________
68203 [  6760] By: jhi                                   on 2000/08/21  22:35:49
68204         Log: Be verydeepclean.
68205      Branch: perl
68206            ! Makefile.SH
68207 ____________________________________________________________________________
68208 [  6759] By: jhi                                   on 2000/08/21  22:25:40
68209         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
68210              From: Peter Prymmer <pvhp@forte.com>
68211              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
68212              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
68213      Branch: perl
68214            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
68215            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
68216            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
68217            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
68218            ! t/lib/st-tieditems.t
68219 ____________________________________________________________________________
68220 [  6758] By: jhi                                   on 2000/08/21  22:22:32
68221         Log: Few more casts, need reported in
68222              
68223              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
68224              From: Mike Stok <mike@stok.co.uk>
68225              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
68226              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
68227              
68228              and
68229              
68230              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
68231              From: abigail@foad.org
68232              Date: 21 Aug 2000 21:31:34 -0000
68233              Message-Id: <20000821213134.30170.qmail@foad.org>
68234      Branch: perl
68235            ! ext/Storable/Storable.xs
68236 ____________________________________________________________________________
68237 [  6757] By: jhi                                   on 2000/08/21  18:37:07
68238         Log: Update Changes.
68239      Branch: perl
68240            ! Changes patchlevel.h
68241 ____________________________________________________________________________
68242 [  6756] By: jhi                                   on 2000/08/21  18:34:02
68243         Log: A pod nit.
68244              
68245              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
68246              From: <abigail@foad.org>
68247              Date: Mon, 21 Aug 2000 14:00:16 -0400
68248              Message-ID: <20000821180016.28627.qmail@foad.org>
68249      Branch: perl
68250            ! pod/perlre.pod
68251 ____________________________________________________________________________
68252 [  6755] By: jhi                                   on 2000/08/21  18:30:56
68253         Log: Use PodParser 1.18 new test.
68254      Branch: perl
68255            ! t/pod/special_seqs.t t/pod/special_seqs.xr
68256 ____________________________________________________________________________
68257 [  6754] By: jhi                                   on 2000/08/21  18:28:35
68258         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
68259              patches cannot be applied since #6712 conflicts.
68260      Branch: perl
68261            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
68262 ____________________________________________________________________________
68263 [  6753] By: jhi                                   on 2000/08/21  18:15:11
68264         Log: Weed out some smaller changes.
68265      Branch: perl
68266            ! pod/perldelta.pod
68267 ____________________________________________________________________________
68268 [  6752] By: jhi                                   on 2000/08/21  18:02:30
68269         Log: Also under djgpp the timestamps are funky.
68270      Branch: perl
68271            ! t/op/stat.t
68272 ____________________________________________________________________________
68273 [  6751] By: jhi                                   on 2000/08/21  17:55:56
68274         Log: Tweak the floating point output routine preferences.
68275      Branch: metaconfig
68276            ! U/compline/d_gconvert.U
68277      Branch: perl
68278            ! Configure
68279 ____________________________________________________________________________
68280 [  6750] By: jhi                                   on 2000/08/21  17:51:29
68281         Log: Unicos/mk requires elaborate paranoia.
68282      Branch: perl
68283            ! lib/Math/Complex.pm
68284 ____________________________________________________________________________
68285 [  6749] By: gsar                                  on 2000/08/21  16:53:31
68286         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
68287      Branch: perl
68288            ! lib/Cwd.pm
68289 ____________________________________________________________________________
68290 [  6748] By: gsar                                  on 2000/08/21  16:22:19
68291         Log: free TLS slot properly on Windows
68292      Branch: perl
68293            ! thread.h win32/perllib.c win32/win32thread.h
68294 ____________________________________________________________________________
68295 [  6747] By: jhi                                   on 2000/08/21  16:20:58
68296         Log: Rename the macro argument because some preprocessors
68297              can't tell the difference and expand arguments also inside
68298              double quoted strings.
68299      Branch: perl
68300            ! regcomp.c
68301 ____________________________________________________________________________
68302 [  6746] By: jhi                                   on 2000/08/21  16:09:41
68303         Log: Support long doubles in Storable.
68304              
68305              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
68306              From: Radu Greab <radu@netsoft.ro>
68307              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
68308              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
68309      Branch: perl
68310            ! ext/Storable/Storable.xs
68311 ____________________________________________________________________________
68312 [  6745] By: jhi                                   on 2000/08/21  15:51:40
68313         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
68314              From: "Fifer, Eric" <EFifer@sanwaint.com>
68315              Date: Mon, 21 Aug 2000 15:34:49 +0100
68316              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
68317      Branch: perl
68318            ! t/pragma/warn/9enabled
68319 ____________________________________________________________________________
68320 [  6744] By: jhi                                   on 2000/08/21  15:39:35
68321         Log: Document the endianness of Alpha more precisely.
68322      Branch: perl
68323            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
68324            ! pod/perlport.pod
68325 ____________________________________________________________________________
68326 [  6743] By: jhi                                   on 2000/08/21  14:47:05
68327         Log: perldelta fixes from the p5p crowd.
68328      Branch: perl
68329            ! pod/perldelta.pod pod/perlop.pod
68330 ____________________________________________________________________________
68331 [  6742] By: jhi                                   on 2000/08/21  13:34:51
68332         Log: Update to Pod::LaTeX 0.53.
68333              
68334              Subject: [PATCH] lib/Pod/LaTeX.pm updates
68335              From: Tim Jenness <timj@jach.hawaii.edu>
68336              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
68337              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
68338      Branch: perl
68339            ! lib/Pod/LaTeX.pm
68340 ____________________________________________________________________________
68341 [  6741] By: jhi                                   on 2000/08/21  13:33:01
68342         Log: Subject: [PATCH] os2.c fix for use64bitint
68343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68344              Date: Mon, 21 Aug 2000 01:32:25 -0700
68345              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
68346      Branch: perl
68347            ! os2/os2.c
68348 ____________________________________________________________________________
68349 [  6740] By: jhi                                   on 2000/08/21  13:28:52
68350         Log: Array context keeps slithering in.
68351              
68352              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
68353              From: Daniel Chetlin <daniel@chetlin.com>
68354              Date: Sun, 20 Aug 2000 21:40:25 -0700
68355              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
68356      Branch: perl
68357            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
68358            ! pod/perldebtut.pod
68359 ____________________________________________________________________________
68360 [  6739] By: jhi                                   on 2000/08/21  13:23:55
68361         Log: Big-endian quad fixes for Storable from Radu Greab,
68362              plus few explicit null casts for picky compilers.
68363      Branch: perl
68364            ! ext/Storable/Storable.xs
68365 ____________________________________________________________________________
68366 [  6738] By: gsar                                  on 2000/08/21  05:56:13
68367         Log: small tweaks for change#6705: avoid C++ style comments in C code;
68368              use Perl's malloc API rather than the low level system one
68369      Branch: perl
68370            ! win32/win32.c
68371 ____________________________________________________________________________
68372 [  6737] By: gsar                                  on 2000/08/21  05:35:41
68373         Log: add Storable to list of extensions on Windows
68374      Branch: perl
68375            ! win32/Makefile win32/makefile.mk
68376 ____________________________________________________________________________
68377 [  6736] By: jhi                                   on 2000/08/21  02:57:53
68378         Log: Update Changes.
68379      Branch: perl
68380            ! Changes patchlevel.h
68381 ____________________________________________________________________________
68382 [  6735] By: jhi                                   on 2000/08/21  02:57:20
68383         Log: Draft 0.
68384      Branch: perl
68385            ! pod/perldelta.pod
68386 ____________________________________________________________________________
68387 [  6734] By: jhi                                   on 2000/08/21  02:57:03
68388         Log: Add Storable 0.7.2 from Raphael Manfredi,
68389              plus the patch from
68390              
68391              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
68392              From: Radu Greab <radu@netsoft.ro>
68393              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
68394              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
68395              
68396              plus changes to get Storable to compile with
68397              picky ANSI compilers.
68398      Branch: perl
68399            + ext/Storable/ChangeLog ext/Storable/MANIFEST
68400            + ext/Storable/Makefile.PL ext/Storable/README
68401            + ext/Storable/Storable.pm ext/Storable/Storable.xs
68402            + ext/Storable/patchlevel.h t/lib/st-06compat.t
68403            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
68404            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
68405            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
68406            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
68407            + t/lib/st-tieditems.t
68408            ! MANIFEST
68409 ____________________________________________________________________________
68410 [  6733] By: jhi                                   on 2000/08/21  02:29:09
68411         Log: The correct cleaning order is an art.
68412      Branch: perl
68413            ! Makefile.SH
68414 ____________________________________________________________________________
68415 [  6732] By: jhi                                   on 2000/08/21  01:23:39
68416         Log: The #6724 is here.
68417      Branch: perl
68418            ! t/lib/ftmp-security.t
68419 ____________________________________________________________________________
68420 [  6731] By: jhi                                   on 2000/08/20  23:17:03
68421         Log: s/this one/the 5.6.0 release/
68422      Branch: perl
68423            ! pod/perl56delta.pod
68424 ____________________________________________________________________________
68425 [  6730] By: jhi                                   on 2000/08/20  23:07:34
68426         Log: Mention perlebcdic and perlposix-bc.
68427      Branch: perl
68428            ! pod/perlport.pod
68429 ____________________________________________________________________________
68430 [  6729] By: jhi                                   on 2000/08/20  21:32:59
68431         Log: Document the number of exponent digits.
68432      Branch: perl
68433            ! pod/perlfunc.pod
68434 ____________________________________________________________________________
68435 [  6728] By: jhi                                   on 2000/08/20  21:16:47
68436         Log: Use File::Spec->tmpdir().
68437              
68438              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
68439              From: Tim Jenness <timj@jach.hawaii.edu>
68440              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
68441              MIME-Version: 1.0
68442              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
68443      Branch: perl
68444            ! utils/perlbug.PL
68445 ____________________________________________________________________________
68446 [  6727] By: jhi                                   on 2000/08/20  20:43:32
68447         Log: Update Changes.
68448      Branch: perl
68449            ! Changes patchlevel.h
68450 ____________________________________________________________________________
68451 [  6726] By: jhi                                   on 2000/08/20  20:41:44
68452         Log: The veryclean target needs to clobber.
68453      Branch: perl
68454            ! Makefile.SH
68455 ____________________________________________________________________________
68456 [  6725] By: jhi                                   on 2000/08/20  20:37:38
68457         Log: Document odd vs even subreleases and -Dusedevel.
68458      Branch: perl
68459            ! INSTALL
68460 ____________________________________________________________________________
68461 [  6724] By: jhi                                   on 2000/08/20  19:58:05
68462         Log: Use temporary directory instead of current directory.
68463              
68464              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
68465              From: Tim Jenness <timj@jach.hawaii.edu>
68466              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
68467              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
68468      Branch: perl
68469            ! t/lib/ftmp-security.t
68470 ____________________________________________________________________________
68471 [  6723] By: jhi                                   on 2000/08/20  19:55:55
68472         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
68473              From: andreas.koenig@anima.de (Andreas J. Koenig)
68474              Date: 20 Aug 2000 15:52:03 +0200
68475              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
68476      Branch: perl
68477            ! lib/ExtUtils/MM_Unix.pm
68478 ____________________________________________________________________________
68479 [  6722] By: jhi                                   on 2000/08/20  19:46:01
68480         Log: Update to CGI 2.72, from Lincoln Stein.
68481      Branch: perl
68482            ! lib/CGI.pm
68483 ____________________________________________________________________________
68484 [  6721] By: jhi                                   on 2000/08/20  19:43:54
68485         Log: (Replaced by #8364.)
68486              
68487              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
68488              From: Radu Greab <radu@netsoft.ro>
68489              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
68490              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
68491      Branch: perl
68492            ! ext/GDBM_File/GDBM_File.xs
68493 ____________________________________________________________________________
68494 [  6720] By: jhi                                   on 2000/08/20  19:42:01
68495         Log: pp_open() could pass an uninitialized filename down to do_open9().
68496      Branch: perl
68497            ! pp_sys.c
68498 ____________________________________________________________________________
68499 [  6719] By: jhi                                   on 2000/08/20  14:06:41
68500         Log: UTF8 concat fixes.
68501              
68502              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
68503              From: Hugo <hv@crypt.compulink.co.uk>
68504              Date: Sun, 20 Aug 2000 07:30:46 +0100
68505              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
68506      Branch: perl
68507            ! pp_hot.c t/op/append.t
68508 ____________________________________________________________________________
68509 [  6718] By: jhi                                   on 2000/08/20  02:09:37
68510         Log: Let's try #6717 again.
68511      Branch: perl
68512            ! lib/File/Temp.pm
68513 ____________________________________________________________________________
68514 [  6717] By: jhi                                   on 2000/08/20  01:56:55
68515         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
68516              From: "Craig A. Berry" <craig.berry@metamorgs.com>
68517              Date: Sat, 19 Aug 2000 18:15:39 -0500
68518              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
68519      Branch: perl
68520            ! lib/File/Temp.pm
68521 ____________________________________________________________________________
68522 [  6716] By: jhi                                   on 2000/08/19  15:50:11
68523         Log: Update Changes.
68524      Branch: perl
68525            ! Changes patchlevel.h
68526 ____________________________________________________________________________
68527 [  6715] By: jhi                                   on 2000/08/19  15:39:09
68528         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
68529              From: Jonathan D Johnston <jdjohnston2@juno.com>
68530              Date: Thu, 17 Aug 2000 23:13:01 -0400       
68531              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
68532      Branch: perl
68533            ! pod/perlfunc.pod
68534 ____________________________________________________________________________
68535 [  6714] By: jhi                                   on 2000/08/19  15:34:04
68536         Log: Introduce a 'veryclean' target that is like 'distclean'
68537              but also removes *~ and *.orig.
68538      Branch: perl
68539            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
68540            ! utils/Makefile x2p/Makefile.SH
68541 ____________________________________________________________________________
68542 [  6713] By: jhi                                   on 2000/08/19  14:15:45
68543         Log: Put back the long double avoidance code to POSIX.xs
68544              because VMS seems to need it still.
68545      Branch: perl
68546            ! ext/POSIX/POSIX.xs
68547 ____________________________________________________________________________
68548 [  6712] By: jhi                                   on 2000/08/19  14:10:41
68549         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
68550              From: Peter Prymmer <pvhp@forte.com>
68551              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
68552              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
68553      Branch: perl
68554            ! lib/Pod/Find.pm t/pod/find.t
68555 ____________________________________________________________________________
68556 [  6711] By: jhi                                   on 2000/08/19  14:09:19
68557         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
68558              From: Peter Prymmer <pvhp@forte.com>
68559              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
68560              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
68561              cc: vmsperl@perl.org
68562      Branch: perl
68563            ! t/lib/peek.t
68564 ____________________________________________________________________________
68565 [  6710] By: jhi                                   on 2000/08/19  14:08:01
68566         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
68567              From: Jan Dubois <jand@ActiveState.com>
68568              Date: Fri, 18 Aug 2000 16:31:48 -0700
68569              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
68570      Branch: perl
68571            ! win32/win32.c
68572 ____________________________________________________________________________
68573 [  6709] By: jhi                                   on 2000/08/19  14:06:57
68574         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
68575              
68576              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
68577              From: Spider.Boardman@Orb.Nashua.NH.US
68578              Date: Fri, 18 Aug 2000 18:41:14 -0400
68579              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
68580      Branch: perl
68581            ! regcomp.c
68582 ____________________________________________________________________________
68583 [  6708] By: jhi                                   on 2000/08/18  22:04:49
68584         Log: Update Changes.
68585      Branch: perl
68586            ! Changes patchlevel.h
68587 ____________________________________________________________________________
68588 [  6707] By: jhi                                   on 2000/08/18  21:55:14
68589         Log: Add warnif(), check warnings further up the stack,
68590              all the warnings functions now can take an optional object reference.
68591              
68592              Subject: [PATCH bleedperl@6691] warnings pragma update
68593              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68594              Date: Fri, 18 Aug 2000 22:42:06 +0100
68595              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
68596      Branch: perl
68597            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
68598            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
68599            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
68600 ____________________________________________________________________________
68601 [  6706] By: jhi                                   on 2000/08/18  21:41:45
68602         Log: Typo in pp_complement().
68603              
68604              Subject: [PATCH perl-current] Deparse
68605              From: Peter Scott <Peter@PSDT.com>
68606              Date: Fri, 18 Aug 2000 12:44:37 -0700
68607              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
68608      Branch: perl
68609            ! ext/B/B/Deparse.pm
68610 ____________________________________________________________________________
68611 [  6705] By: jhi                                   on 2000/08/18  21:25:59
68612         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
68613              From: Jan Dubois <jand@ActiveState.com>
68614              Date: Fri, 18 Aug 2000 14:22:51 -0700
68615              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
68616      Branch: perl
68617            ! lib/Win32.pod win32/win32.c
68618 ____________________________________________________________________________
68619 [  6704] By: jhi                                   on 2000/08/18  21:16:14
68620         Log: Don't eat leading os from index entries.
68621              
68622              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
68623              From: Russ Allbery <rra@stanford.edu>
68624              Date: 10 Aug 2000 20:49:25 -0700
68625              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
68626      Branch: perl
68627            ! lib/Pod/Man.pm
68628 ____________________________________________________________________________
68629 [  6703] By: jhi                                   on 2000/08/18  21:07:06
68630         Log: Add [[:blank:]] as suggested in
68631              
68632              Subject: [ID 20000716.024] [=cc=] / [:blank:]
68633              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
68634              Date: Sun, 16 Jul 2000 17:55:29 -0700
68635              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
68636              
68637              (the [=cc=] has already been taken care of by #6439
68638              so the whole bug report can be closed)
68639              
68640              and make [[:space:]] to be equivalent to isspace(3)
68641              (as opposed to \s, which is isSPACE()).  The difference
68642              is that now [[:space:]] matches the mythical vertical tab,
68643              while \s doesn't.
68644      Branch: perl
68645            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
68646            ! regexec.c t/op/pat.t
68647 ____________________________________________________________________________
68648 [  6702] By: jhi                                   on 2000/08/18  18:47:47
68649         Log: The new tests were missing from #6415.
68650      Branch: perl
68651            ! t/op/bop.t
68652 ____________________________________________________________________________
68653 [  6701] By: jhi                                   on 2000/08/18  18:20:40
68654         Log: Document the NDBM_File and ODBM_File as SDBM_File
68655              was documented in #6417.
68656      Branch: perl
68657            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
68658            ! ext/SDBM_File/SDBM_File.pm
68659 ____________________________________________________________________________
68660 [  6700] By: jhi                                   on 2000/08/18  18:10:39
68661         Log: Subject: [PATCH perl@6698] cygwin port
68662              From: "Fifer, Eric" <EFifer@sanwaint.com>
68663              Date: Fri, 18 Aug 2000 17:30:05 +0100
68664              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
68665      Branch: perl
68666            ! lib/File/Temp.pm
68667 ____________________________________________________________________________
68668 [  6699] By: jhi                                   on 2000/08/18  16:21:49
68669         Log: Document code point which makes if (defined %stash::) to work
68670              (noted by Spider Boardman).
68671      Branch: perl
68672            ! op.c
68673 ____________________________________________________________________________
68674 [  6698] By: jhi                                   on 2000/08/18  13:43:27
68675         Log: Update Changes.
68676      Branch: perl
68677            ! Changes patchlevel.h
68678 ____________________________________________________________________________
68679 [  6697] By: jhi                                   on 2000/08/18  13:35:57
68680         Log: Tiny Getopt::Long patch from Johan Vromans.
68681      Branch: perl
68682            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
68683 ____________________________________________________________________________
68684 [  6696] By: jhi                                   on 2000/08/18  13:26:14
68685         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
68686              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
68687              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
68688              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
68689      Branch: perl
68690            ! pod/perldiag.pod pod/perlsyn.pod
68691 ____________________________________________________________________________
68692 [  6695] By: jhi                                   on 2000/08/18  13:13:26
68693         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
68694              From: Daniel Chetlin <daniel@chetlin.com>
68695              Date: Fri, 18 Aug 2000 03:13:36 -0700
68696              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
68697      Branch: perl
68698            ! pod/perlfunc.pod
68699 ____________________________________________________________________________
68700 [  6694] By: jhi                                   on 2000/08/18  13:08:05
68701         Log: Subject: [PATCH] perltrap.pod spring cleaning
68702              From: Daniel Chetlin <daniel@chetlin.com>
68703              Date: Fri, 18 Aug 2000 03:06:54 -0700
68704              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
68705              
68706              plus Mike Guy's nitfix.
68707      Branch: perl
68708            ! pod/perltrap.pod
68709 ____________________________________________________________________________
68710 [  6693] By: jhi                                   on 2000/08/18  13:00:26
68711         Log: Unbuffer the output.
68712              
68713              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
68714              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68715              Date: Thu, 17 Aug 2000 18:39:29 -0700
68716              Message-ID: <RPJn5gzkgydf092yn@efn.org>
68717      Branch: perl
68718            ! t/op/fork.t
68719 ____________________________________________________________________________
68720 [  6692] By: jhi                                   on 2000/08/18  05:19:17
68721         Log: Delete the image, too, not just its MANIFEStation.
68722      Branch: perl
68723            - lib/CGI/eg/wilogo.gif
68724 ____________________________________________________________________________
68725 [  6691] By: jhi                                   on 2000/08/18  05:10:26
68726         Log: Propagate new Configure vars.
68727      Branch: perl
68728            ! configure.com epoc/config.sh uconfig.h uconfig.sh
68729            ! vos/config.def vos/config.h vos/config_h.SH_orig
68730            ! win32/config.bc win32/config.gc win32/config.vc
68731            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68732 ____________________________________________________________________________
68733 [  6690] By: jhi                                   on 2000/08/18  04:30:56
68734         Log: Update Changes.
68735      Branch: perl
68736            ! Changes patchlevel.h
68737 ____________________________________________________________________________
68738 [  6689] By: jhi                                   on 2000/08/18  04:12:30
68739         Log: Fix the lib/complex failure of
68740              
68741              From: abigail@foad.org
68742              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68743              Date: 15 Aug 2000 04:06:38 -0000
68744              Message-Id: <20000815040638.8524.qmail@foad.org> 
68745              
68746              Linux long double accuracy issue: something that
68747              when printed with %g looks like "2" but int() of it is 1.
68748      Branch: perl
68749            ! lib/Math/Complex.pm
68750 ____________________________________________________________________________
68751 [  6688] By: jhi                                   on 2000/08/18  03:15:35
68752         Log: The byteorder code in #6671 was wrong.
68753      Branch: perl
68754            ! configpm
68755 ____________________________________________________________________________
68756 [  6687] By: jhi                                   on 2000/08/18  02:08:42
68757         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
68758              From: Jan Dubois <jand@ActiveState.com>
68759              Date: Thu, 17 Aug 2000 18:31:55 -0700
68760              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
68761      Branch: perl
68762            ! sv.c
68763 ____________________________________________________________________________
68764 [  6686] By: jhi                                   on 2000/08/18  02:04:15
68765         Log: Use NVs in POSIX math, not doubles.
68766              
68767              From: abigail@foad.org
68768              Subject: [ID 20000817.014] POSIX & modfl
68769              Date: 17 Aug 2000 20:49:18 -0000
68770              Message-Id: <20000817204918.23123.qmail@foad.org>
68771      Branch: perl
68772            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
68773 ____________________________________________________________________________
68774 [  6685] By: jhi                                   on 2000/08/18  02:02:12
68775         Log: Introduce NVef, NVff, and NVgf, use the middle one.
68776              (helps for lib/peek + Linux + long doubles)  Reported in
68777              
68778              From: abigail@foad.org
68779              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68780              Date: 15 Aug 2000 04:06:38 -0000
68781              Message-Id: <20000815040638.8524.qmail@foad.org> 
68782              
68783              (note: the lib/complex failure has not yet been addressed)
68784      Branch: metaconfig/U/perl
68785            ! perlxvf.U
68786      Branch: perl
68787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68788            ! config_h.SH dump.c perl.h pod/perlguts.pod
68789 ____________________________________________________________________________
68790 [  6684] By: jhi                                   on 2000/08/17  23:22:19
68791         Log: Add byteorder to the myconfig output.
68792      Branch: perl
68793            ! myconfig.SH
68794 ____________________________________________________________________________
68795 [  6683] By: jhi                                   on 2000/08/17  23:20:19
68796         Log: The image doth not exist, spotted by Johan Vromans.
68797      Branch: perl
68798            ! MANIFEST
68799 ____________________________________________________________________________
68800 [  6682] By: jhi                                   on 2000/08/17  22:38:16
68801         Log: Document what the backtick returns if the command fails.
68802      Branch: perl
68803            ! pod/perlop.pod
68804 ____________________________________________________________________________
68805 [  6681] By: jhi                                   on 2000/08/17  22:33:12
68806         Log: Do not use prototyping here.
68807              
68808              Subject: [ID 20000817.016] [PATCH] Peek.xs
68809              From: abigail@foad.org
68810              Date: 17 Aug 2000 20:55:56 -0000
68811              Message-Id: <20000817205556.24270.qmail@foad.org>
68812      Branch: perl
68813            ! ext/Devel/Peek/Makefile.PL
68814 ____________________________________________________________________________
68815 [  6680] By: jhi                                   on 2000/08/17  19:46:43
68816         Log: Don't propose using modules built for 5.005 if no binary
68817              compatibility with 5.005 is attempted.
68818              
68819              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68820              Subject: Minor nit with 5.7.0 (6655)
68821              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
68822              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
68823      Branch: metaconfig
68824            ! U/installdirs/inc_version_list.U
68825      Branch: perl
68826            ! Configure config_h.SH
68827 ____________________________________________________________________________
68828 [  6679] By: jhi                                   on 2000/08/17  19:16:39
68829         Log: Microperl config update.
68830      Branch: perl
68831            ! uconfig.h uconfig.sh
68832 ____________________________________________________________________________
68833 [  6678] By: jhi                                   on 2000/08/17  19:16:13
68834         Log: The #6648 wasn't protective enough for limited platforms
68835              (like microperl).
68836      Branch: perl
68837            ! dump.c sv.c
68838 ____________________________________________________________________________
68839 [  6677] By: jhi                                   on 2000/08/17  14:46:35
68840         Log: Update Changes.
68841      Branch: perl
68842            ! Changes patchlevel.h
68843 ____________________________________________________________________________
68844 [  6676] By: jhi                                   on 2000/08/17  14:44:02
68845         Log: Add perlebcdic from Peter Prymmer, regen toc.
68846      Branch: perl
68847            + pod/perlebcdic.pod
68848            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68849 ____________________________________________________________________________
68850 [  6675] By: jhi                                   on 2000/08/17  14:41:52
68851         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
68852      Branch: perl
68853            ! pod/perldebtut.pod
68854 ____________________________________________________________________________
68855 [  6674] By: jhi                                   on 2000/08/17  14:29:43
68856         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
68857              
68858              Subject: [ID 20000724.006] -DLEAKTEST problem
68859              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
68860              Date: Tue, 25 Jul 2000 00:36:32 -0500
68861              Message-Id: <20000725003632.A26186@www.llamacom.com>
68862              
68863              Reminder sent
68864              
68865              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
68866              From: Hugo <hv@crypt.compulink.co.uk>
68867              Date: Thu, 17 Aug 2000 15:23:42 +0100
68868              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
68869      Branch: perl
68870            ! util.c
68871 ____________________________________________________________________________
68872 [  6673] By: jhi                                   on 2000/08/17  04:07:10
68873         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
68874              From: John Peacock <JPeacock@UnivPress.com>
68875              Date: Tue, 01 Aug 2000 09:38:12 -0400
68876              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
68877      Branch: perl
68878            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
68879 ____________________________________________________________________________
68880 [  6672] By: jhi                                   on 2000/08/17  03:04:35
68881         Log: Subject: [PATCH] Cwd.pm now uses strict
68882              From: Tim Jenness <timj@jach.hawaii.edu>
68883              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
68884              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
68885      Branch: perl
68886            ! lib/Cwd.pm
68887 ____________________________________________________________________________
68888 [  6671] By: jhi                                   on 2000/08/17  02:16:35
68889         Log: Make $Config{byteorder} more magical so that it is
68890              dynamically computed: nice for 'fat binaries'.
68891              
68892              Subject: [PATCH]: default byteorder
68893              From: Wilfredo Sánchez <wsanchez@apple.com>
68894              Date: Mon, 31 Jul 2000 19:45:31 -0700
68895              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
68896      Branch: perl
68897            ! configpm
68898 ____________________________________________________________________________
68899 [  6670] By: gsar                                  on 2000/08/17  01:22:21
68900         Log: move WNOHANG definition to where other such things are
68901      Branch: perl
68902            ! win32/win32.h
68903 ____________________________________________________________________________
68904 [  6669] By: jhi                                   on 2000/08/17  01:19:17
68905         Log: Update Changes.
68906      Branch: perl
68907            ! Changes patchlevel.h
68908 ____________________________________________________________________________
68909 [  6668] By: jhi                                   on 2000/08/17  01:16:29
68910         Log: Doc nits spotted by Richard Soderberg.
68911      Branch: perl
68912            ! README.posix-bc README.vmesa
68913 ____________________________________________________________________________
68914 [  6667] By: jhi                                   on 2000/08/17  01:12:11
68915         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
68916              From: "Casey R. Tweten" <crt@kiski.net>
68917              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
68918              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
68919      Branch: perl
68920            ! pod/perldebtut.pod
68921 ____________________________________________________________________________
68922 [  6666] By: jhi                                   on 2000/08/17  01:09:31
68923         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
68924              From: "Casey R. Tweten" <crt@kiski.net>
68925              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
68926              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
68927      Branch: perl
68928            ! lib/Shell.pm
68929 ____________________________________________________________________________
68930 [  6665] By: gsar                                  on 2000/08/17  01:03:52
68931         Log: add "ok" targets from change#6632 in makefile.mk
68932      Branch: perl
68933            ! pod/perlport.pod win32/Makefile win32/makefile.mk
68934 ____________________________________________________________________________
68935 [  6664] By: gsar                                  on 2000/08/17  00:56:11
68936         Log: avoid warnings from dense compiler
68937      Branch: perl
68938            ! win32/win32.c
68939 ____________________________________________________________________________
68940 [  6663] By: jhi                                   on 2000/08/17  00:51:49
68941         Log: Tweak the regex compilation errors once more.
68942      Branch: perl
68943            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
68944            ! t/op/regmesg.t t/pragma/warn/regcomp
68945 ____________________________________________________________________________
68946 [  6662] By: gsar                                  on 2000/08/17  00:28:19
68947         Log: trailing new %ENV entries weren't being pushed into the real
68948              environment of subprocesses on Windows
68949      Branch: perl
68950            ! t/op/magic.t win32/perlhost.h
68951 ____________________________________________________________________________
68952 [  6661] By: gsar                                  on 2000/08/17  00:19:20
68953         Log: waitpid() now handles externally spawned pids correctly;
68954              fixes for backtick/wait/waitpid failures on Windows 9x
68955              
68956              these changes make the pid returned by process functions on
68957              Windows 9x always positive by clearing the high bit (which
68958              is always set on Win9x); pseudo-process PIDs are likewise
68959              always negative now on Win9x (just as on NT/2000)
68960      Branch: perl
68961            ! pp_sys.c win32/perlhost.h win32/win32.c
68962 ____________________________________________________________________________
68963 [  6660] By: jhi                                   on 2000/08/17  00:04:32
68964         Log: Retract #6645.
68965      Branch: perl
68966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68967            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
68968            ! t/op/sprintf.t
68969 ____________________________________________________________________________
68970 [  6659] By: gsar                                  on 2000/08/16  23:59:28
68971         Log: on windows, the return values from wait() and waitpid() don't
68972              match those of pseudo-pids
68973      Branch: perl
68974            ! pp_sys.c t/op/fork.t util.c win32/win32.c
68975 ____________________________________________________________________________
68976 [  6658] By: gsar                                  on 2000/08/16  23:56:14
68977         Log: pod nit seen in passing
68978      Branch: perl
68979            ! pod/perlfunc.pod
68980 ____________________________________________________________________________
68981 [  6657] By: gsar                                  on 2000/08/16  23:53:42
68982         Log: change#6328 could make close(SOCKET) return false on windows
68983              when it shouldn't
68984      Branch: perl
68985            ! win32/win32sck.c
68986 ____________________________________________________________________________
68987 [  6656] By: gsar                                  on 2000/08/16  23:46:57
68988         Log: check that the number pseudo children doesn't exceed
68989              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
68990              the WaitForMultipleObjects() limit that would cause wait()
68991              to crash)
68992              
68993              wait() and waitpid() could potentially be rewritten to use
68994              more than one thread to do the waiting to eliminate this
68995              limitation
68996      Branch: perl
68997            ! win32/perlhost.h
68998 ____________________________________________________________________________
68999 [  6655] By: jhi                                   on 2000/08/16  14:11:05
69000         Log: Update Changes.
69001      Branch: perl
69002            ! Changes patchlevel.h
69003 ____________________________________________________________________________
69004 [  6654] By: jhi                                   on 2000/08/16  14:10:12
69005         Log: Update to perldebtut 1.9, from Richard Foley.
69006      Branch: perl
69007            ! pod/perldebtut.pod
69008 ____________________________________________________________________________
69009 [  6653] By: jhi                                   on 2000/08/16  14:08:17
69010         Log: Change the regx compilation error markers to use = instead of <
69011              since pod makes using the latter quite messy.  Reported in
69012              ID 20000814.006 by Abigail and in
69013              Subject: Unknown escape E<> ?
69014              From: Lupe Christoph <lupe@lupe-christoph.de>
69015              Date: Fri, 11 Aug 2000 00:30:27 +0200
69016              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
69017      Branch: perl
69018            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
69019            ! t/op/regmesg.t t/pragma/warn/regcomp
69020 ____________________________________________________________________________
69021 [  6652] By: jhi                                   on 2000/08/16  13:25:31
69022         Log: Change the perlbug address to perl.org since it's more forgiving.
69023              
69024              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
69025              From: abigail@foad.org
69026              Date: 15 Aug 2000 04:15:40 -0000
69027              Message-Id: <20000815041540.8633.qmail@foad.org>
69028      Branch: perl
69029            ! utils/perlbug.PL
69030 ____________________________________________________________________________
69031 [  6651] By: jhi                                   on 2000/08/16  13:22:35
69032         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
69033              From: Tim Jenness <timj@jach.hawaii.edu>
69034              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
69035              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
69036      Branch: perl
69037            ! lib/Cwd.pm
69038 ____________________________________________________________________________
69039 [  6650] By: jhi                                   on 2000/08/16  13:18:13
69040         Log: Update to CPAN 1.57.
69041              
69042              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
69043              From: andreas.koenig@anima.de (Andreas J. Koenig)
69044              Date: 16 Aug 2000 15:09:46 +0200
69045              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
69046      Branch: perl
69047            ! lib/CPAN.pm
69048 ____________________________________________________________________________
69049 [  6649] By: jhi                                   on 2000/08/16  13:12:31
69050         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
69051              From: "Larry W. Virden" <lvirden@cas.org>
69052              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
69053              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
69054      Branch: perl
69055            ! README.hpux
69056 ____________________________________________________________________________
69057 [  6648] By: jhi                                   on 2000/08/16  13:03:53
69058         Log: The numeric locale was reset to "C" by s?printf and never restored.
69059              
69060              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
69061              From: Christian Kirsch <ck@held.mind.de>
69062              Date: Wed, 9 Aug 2000 17:05:17 +0200
69063              Message-Id: <20000809170517.A25389@held>
69064              
69065              No test since adding the failing example to locale.t
69066              does not fail -- probably because the locale settings are so
69067              thoroughly tweaked by that time.  Running the example standalone
69068              does fail, though.  UPDATE: test case added at change #7540.
69069      Branch: perl
69070            ! dump.c perl.h pp.c pp_ctl.c sv.c
69071 ____________________________________________________________________________
69072 [  6647] By: jhi                                   on 2000/08/16  00:07:54
69073         Log: Update Changes and test semi-automatic patchlevel updating.
69074      Branch: perl
69075            ! Changes patchlevel.h
69076 ____________________________________________________________________________
69077 [  6646] By: jhi                                   on 2000/08/15  23:35:07
69078         Log: Fix a dependency problem.
69079              
69080              Subject: [PATCH: 6640] VMS Makefile.SH update
69081              From: Peter Prymmer <pvhp@forte.com>
69082              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
69083              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
69084      Branch: perl
69085            ! vms/descrip_mms.template
69086 ____________________________________________________________________________
69087 [  6645] By: jhi                                   on 2000/08/15  23:33:23
69088         Log: (Retracted by #6660)
69089              
69090              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
69091              From: Dominic Dunlop <domo@computer.org>
69092              Date: Tue, 15 Aug 2000 22:20:52 +0200
69093              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
69094      Branch: metaconfig/U/perl
69095            + d_printfed.U
69096      Branch: perl
69097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69098            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
69099            ! t/op/sprintf.t
69100 ____________________________________________________________________________
69101 [  6644] By: jhi                                   on 2000/08/15  21:17:20
69102         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
69103              From: abigail@foad.org
69104              Date: 15 Aug 2000 20:12:41 -0000
69105              Message-Id: <20000815201241.25556.qmail@foad.org>
69106      Branch: perl
69107            ! INSTALL
69108 ____________________________________________________________________________
69109 [  6643] By: jhi                                   on 2000/08/15  21:15:28
69110         Log: (an already applied patch)
69111      Branch: perl
69112            ! lib/CGI.pm
69113 ____________________________________________________________________________
69114 [  6642] By: gsar                                  on 2000/08/15  19:54:05
69115         Log: magic callbacks all need to have same type signature
69116      Branch: perl
69117            ! embed.pl mg.c proto.h
69118 ____________________________________________________________________________
69119 [  6641] By: jhi                                   on 2000/08/15  17:56:27
69120         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)
69121              From: Mike Guy <mjtg@cam.ac.uk>
69122              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
69123              Date: Tue, 15 Aug 2000 18:26:45 +0100
69124              
69125              Only the peek.t part applied, not the hash quality part.
69126      Branch: perl
69127            ! t/lib/peek.t
69128 ____________________________________________________________________________
69129 [  6640] By: jhi                                   on 2000/08/15  16:37:37
69130         Log: Update Changes.
69131      Branch: perl
69132            ! Changes
69133 ____________________________________________________________________________
69134 [  6639] By: jhi                                   on 2000/08/15  16:34:55
69135         Log: Missed a file from #6638.
69136      Branch: perl
69137            ! lib/File/Temp.pm
69138 ____________________________________________________________________________
69139 [  6638] By: jhi                                   on 2000/08/15  16:33:19
69140         Log: Subject: [PATCH perl@6620] cygwin port
69141              From: "Fifer, Eric" <EFifer@sanwaint.com>
69142              Date: Tue, 15 Aug 2000 17:00:49 +0100
69143              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
69144      Branch: perl
69145            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
69146 ____________________________________________________________________________
69147 [  6637] By: jhi                                   on 2000/08/15  16:29:22
69148         Log: Subject: [PATCH] debugger exit code should reflect user exit code
69149              From: Mike Guy <mjtg@cam.ac.uk>
69150              Date: Tue, 15 Aug 2000 16:55:59 +0100
69151              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
69152      Branch: perl
69153            ! lib/perl5db.pl
69154 ____________________________________________________________________________
69155 [  6636] By: jhi                                   on 2000/08/15  15:30:58
69156         Log: Update Changes.
69157      Branch: perl
69158            ! Changes
69159 ____________________________________________________________________________
69160 [  6635] By: jhi                                   on 2000/08/15  15:27:21
69161         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
69162      Branch: metaconfig
69163            ! U/mkglossary U/mksample
69164      Branch: metaconfig/U/perl
69165            ! Devel.U
69166      Branch: perl
69167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69168 ____________________________________________________________________________
69169 [  6634] By: jhi                                   on 2000/08/15  14:11:55
69170         Log: Don't blow limited stacks, a lower number is enough to
69171              tickle the lookbehind limit.
69172              
69173              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
69174              From: Dominic Dunlop <domo@computer.org>
69175              Date: Tue, 15 Aug 2000 13:51:24 +0200
69176              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
69177      Branch: perl
69178            ! t/op/regmesg.t
69179 ____________________________________________________________________________
69180 [  6633] By: jhi                                   on 2000/08/15  14:01:46
69181         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
69182              From: Mike Guy <mjtg@cam.ac.uk>
69183              Date: Tue, 15 Aug 2000 12:10:50 +0100
69184              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
69185      Branch: perl
69186            ! utils/perldoc.PL
69187 ____________________________________________________________________________
69188 [  6632] By: jhi                                   on 2000/08/15  13:58:48
69189         Log: make ok etc also for win32.
69190              
69191              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
69192              From: Prymmer/Kahn <pvhp@best.com>
69193              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
69194              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
69195      Branch: perl
69196            ! win32/Makefile
69197 ____________________________________________________________________________
69198 [  6631] By: jhi                                   on 2000/08/15  13:45:03
69199         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
69200      Branch: perl
69201            ! lib/Test.pm
69202 ____________________________________________________________________________
69203 [  6630] By: jhi                                   on 2000/08/15  03:25:09
69204         Log: Update Changes.
69205      Branch: perl
69206            ! Changes
69207 ____________________________________________________________________________
69208 [  6629] By: jhi                                   on 2000/08/15  03:23:53
69209         Log: magic_regdatum_set() is void, not int.
69210      Branch: perl
69211            ! embed.pl mg.c proto.h
69212 ____________________________________________________________________________
69213 [  6628] By: jhi                                   on 2000/08/15  03:08:02
69214         Log: Make the user to give up his firstborn, err, to knowingly
69215              verify installing an unstable developer release.  Also bump
69216              the release to 5.7.0, but leave a patch tag in the local
69217              patches saying that this is not yet the real thing.
69218      Branch: metaconfig
69219            ! U/modified/Instruct.U
69220      Branch: metaconfig/U/perl
69221            + Devel.U
69222      Branch: perl
69223            ! Configure patchlevel.h
69224 ____________________________________________________________________________
69225 [  6627] By: jhi                                   on 2000/08/14  22:32:52
69226         Log: README.os2 update.
69227              
69228              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
69229              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69230              Date: Wed, 02 Aug 2000 21:55:09 -0700
69231              Message-ID: <tsPi5gzkgegX092yn@efn.org>
69232      Branch: perl
69233            ! README.os2
69234 ____________________________________________________________________________
69235 [  6626] By: jhi                                   on 2000/08/14  21:00:02
69236         Log: Subject: Re: File::Temp problems on VMS in bleedperl
69237              From: Tim Jenness <timj@jach.hawaii.edu>
69238              cc: vmsperl@perl.org
69239              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
69240              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
69241      Branch: perl
69242            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
69243 ____________________________________________________________________________
69244 [  6625] By: jhi                                   on 2000/08/14  20:52:16
69245         Log: Add SUIDMAIL as was done for the CERT alert.
69246      Branch: perl
69247            ! patchlevel.h
69248 ____________________________________________________________________________
69249 [  6624] By: jhi                                   on 2000/08/14  20:48:50
69250         Log: Subject: sfio2000
69251              From: Daniel Muino <dmuino@afip.gov.ar>
69252              Date: Mon, 14 Aug 2000 16:58:11 -0300
69253              Message-ID: <20000814165811.B16368@con2-dgi>
69254      Branch: perl
69255            ! perlsdio.h perlsfio.h
69256 ____________________________________________________________________________
69257 [  6623] By: jhi                                   on 2000/08/14  20:47:36
69258         Log: Subject: warning: storage class after type is obsolescent
69259              From: Daniel Muino <dmuino@afip.gov.ar>
69260              Date: Mon, 14 Aug 2000 16:42:47 -0300
69261              Message-ID: <20000814164247.A16368@con2-dgi>
69262      Branch: perl
69263            ! regcomp.pl regnodes.h
69264 ____________________________________________________________________________
69265 [  6622] By: jhi                                   on 2000/08/14  20:43:05
69266         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
69267              From: abigail@foad.org
69268              Date: 14 Aug 2000 20:00:10 -0000
69269              Message-Id: <20000814200010.27271.qmail@foad.org>
69270      Branch: perl
69271            ! Changes
69272 ____________________________________________________________________________
69273 [  6621] By: jhi                                   on 2000/08/14  15:23:05
69274         Log: Update Changes.
69275      Branch: perl
69276            ! Changes
69277 ____________________________________________________________________________
69278 [  6620] By: jhi                                   on 2000/08/14  15:22:14
69279         Log: Subject: Re: [PATCH] @+, @- readonly
69280              From: Mike Guy <mjtg@cam.ac.uk>
69281              Date: Mon, 14 Aug 2000 15:26:55 +0100
69282              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
69283      Branch: perl
69284            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
69285            ! sv.c t/op/pat.t
69286 ____________________________________________________________________________
69287 [  6619] By: jhi                                   on 2000/08/14  14:12:08
69288         Log: Update Changes.
69289      Branch: perl
69290            ! Changes
69291 ____________________________________________________________________________
69292 [  6618] By: jhi                                   on 2000/08/14  14:09:34
69293         Log: For now remove the mail code.
69294      Branch: perl
69295            ! perl.c
69296 ____________________________________________________________________________
69297 [  6617] By: jhi                                   on 2000/08/14  14:08:28
69298         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
69299      Branch: perl
69300            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
69301            ! pod/perlfaq8.pod pod/perlsec.pod
69302 ____________________________________________________________________________
69303 [  6616] By: jhi                                   on 2000/08/14  14:00:11
69304         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
69305              From: Mike Guy <mjtg@cam.ac.uk>
69306              Date: Mon, 14 Aug 2000 08:26:02 +0100
69307              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
69308      Branch: perl
69309            ! lib/perl5db.pl
69310 ____________________________________________________________________________
69311 [  6615] By: jhi                                   on 2000/08/14  13:58:45
69312         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
69313              From: Mike Guy <mjtg@cam.ac.uk>
69314              Date: Mon, 14 Aug 2000 08:04:22 +0100
69315              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
69316      Branch: perl
69317            ! gv.c mg.c t/op/pat.t
69318 ____________________________________________________________________________
69319 [  6614] By: jhi                                   on 2000/08/14  13:56:45
69320         Log: Subject: Test fails / warnings with perl-current #6612
69321              From: Mike Guy <mjtg@cam.ac.uk>
69322              Date: Mon, 14 Aug 2000 07:57:23 +0100
69323              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
69324      Branch: perl
69325            ! t/lib/b.t t/lib/peek.t
69326 ____________________________________________________________________________
69327 [  6613] By: jhi                                   on 2000/08/14  13:45:33
69328         Log: VMS configure.com update continues.
69329      Branch: perl
69330            - vms/configure.com
69331            ! MANIFEST configure.com
69332 ____________________________________________________________________________
69333 [  6612] By: jhi                                   on 2000/08/13  22:13:35
69334         Log: Update Changes.
69335      Branch: perl
69336            ! Changes
69337 ____________________________________________________________________________
69338 [  6611] By: jhi                                   on 2000/08/13  16:21:45
69339         Log: Upgrade to CGI 2.71, from Lincoln Stein.
69340      Branch: perl
69341            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
69342 ____________________________________________________________________________
69343 [  6610] By: jhi                                   on 2000/08/13  15:09:16
69344         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
69345              From: Mike Guy <mjtg@cam.ac.uk>
69346              Date: Sun, 13 Aug 2000 13:45:51 +0100
69347              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
69348      Branch: perl
69349            ! t/op/regmesg.t
69350 ____________________________________________________________________________
69351 [  6609] By: jhi                                   on 2000/08/13  14:31:26
69352         Log: Andreas says that 1.56 is fine, so reverting back to it.
69353      Branch: perl
69354            ! lib/CPAN.pm
69355 ____________________________________________________________________________
69356 [  6608] By: jhi                                   on 2000/08/13  05:34:20
69357         Log: Update Changes.
69358      Branch: perl
69359            ! Changes
69360 ____________________________________________________________________________
69361 [  6607] By: jhi                                   on 2000/08/13  05:32:01
69362         Log: Put back the \z changes of #5406 to CPAN.pm.
69363      Branch: perl
69364            ! lib/CPAN.pm
69365 ____________________________________________________________________________
69366 [  6606] By: jhi                                   on 2000/08/13  05:20:16
69367         Log: Fix-n-skip the tests under 5005threads.
69368      Branch: perl
69369            ! t/lib/b.t
69370 ____________________________________________________________________________
69371 [  6605] By: jhi                                   on 2000/08/13  05:07:48
69372         Log: Fix the test for 5005threads.
69373      Branch: perl
69374            ! t/lib/peek.t
69375 ____________________________________________________________________________
69376 [  6604] By: jhi                                   on 2000/08/13  03:35:37
69377         Log: Should have deleted this in #6603.
69378      Branch: perl
69379            - vms/subconfigure.com
69380 ____________________________________________________________________________
69381 [  6603] By: jhi                                   on 2000/08/12  18:29:32
69382         Log: Rewrite of vms/subconfigure.com as configure.com,
69383              from Peter Prymmer and the vmsperl crew.
69384      Branch: perl
69385            + vms/configure.com
69386            ! MANIFEST
69387 ____________________________________________________________________________
69388 [  6602] By: jhi                                   on 2000/08/11  13:00:01
69389         Log: PlainText.pm is dead.
69390      Branch: perl
69391            - lib/Pod/PlainText.pm
69392            ! MANIFEST
69393 ____________________________________________________________________________
69394 [  6601] By: jhi                                   on 2000/08/11  04:06:45
69395         Log: Update Changes.
69396      Branch: perl
69397            ! Changes
69398 ____________________________________________________________________________
69399 [  6600] By: jhi                                   on 2000/08/11  04:06:10
69400         Log: Add a few missing files, update MANIFEST.
69401      Branch: perl
69402            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
69403            + lib/Pod/PlainText.pm t/pod/find.t
69404            ! MANIFEST t/op/regmesg.t
69405 ____________________________________________________________________________
69406 [  6599] By: jhi                                   on 2000/08/11  03:31:10
69407         Log: Add Perl debugging tutorial, regen toc. 
69408              
69409              Subject: perldebtut.pod
69410              From: Richard Foley <Richard.Foley@m.dasa.de>
69411              Date: Wed, 09 Aug 2000 10:17:15 +0200
69412              Message-id: <3991138B.262247B8@m.dasa.de>
69413      Branch: perl
69414            + pod/perldebtut.pod
69415            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
69416 ____________________________________________________________________________
69417 [  6598] By: jhi                                   on 2000/08/11  02:48:56
69418         Log: tiny Changes edit
69419      Branch: perl
69420            ! Changes
69421 ____________________________________________________________________________
69422 [  6597] By: jhi                                   on 2000/08/11  02:39:04
69423         Log: Tests for #6589.
69424              
69425              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
69426              From: simon@brecon.co.uk (Simon Cozens)
69427              Date: 11 Aug 2000 02:24:52 GMT
69428              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
69429      Branch: perl
69430            ! t/lib/b.t
69431 ____________________________________________________________________________
69432 [  6596] By: jhi                                   on 2000/08/11  01:50:07
69433         Log: Update Changes.
69434      Branch: perl
69435            ! Changes
69436 ____________________________________________________________________________
69437 [  6595] By: jhi                                   on 2000/08/11  01:47:16
69438         Log: nitfix
69439      Branch: perl
69440            ! Changes
69441 ____________________________________________________________________________
69442 [  6594] By: jhi                                   on 2000/08/11  01:36:16
69443         Log: Subject: Getting perlio and threads to compile
69444              From: Lupe Christoph <lupe@lupe-christoph.de>
69445              Date: Wed, 9 Aug 2000 11:35:54 +0200
69446              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
69447              
69448              (the Solaris version changes in Configure skipped)
69449      Branch: perl
69450            ! hints/solaris_2.sh thread.h
69451 ____________________________________________________________________________
69452 [  6593] By: jhi                                   on 2000/08/11  01:30:16
69453         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
69454              From: simon@brecon.co.uk (Simon Cozens)
69455              Date: 1 Aug 2000 06:55:19 GMT
69456              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
69457      Branch: perl
69458            ! lib/utf8.pm
69459 ____________________________________________________________________________
69460 [  6592] By: jhi                                   on 2000/08/11  01:26:39
69461         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
69462              From: Peter Scott <Peter@PeterScott.com>
69463              Date: Thu, 10 Aug 2000 08:23:27 -0700
69464              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
69465      Branch: perl
69466            ! lib/perl5db.pl
69467 ____________________________________________________________________________
69468 [  6591] By: jhi                                   on 2000/08/11  01:22:02
69469         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
69470              From: Hugo <hv@crypt.compulink.co.uk>
69471              Date: Thu, 10 Aug 2000 19:23:04 +0100
69472              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
69473      Branch: perl
69474            ! regexec.c t/op/pat.t
69475 ____________________________________________________________________________
69476 [  6590] By: jhi                                   on 2000/08/11  01:19:19
69477         Log: Preprocessing and postprocessing for File::Find.
69478              
69479              Subject: Patch to Find::File.pm to allow alphabetical results
69480              From: Joe Smith <jsmith@inwap.com>
69481              Date: Wed, 9 Aug 2000 02:44:54 -0700
69482              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
69483      Branch: perl
69484            ! lib/File/Find.pm
69485 ____________________________________________________________________________
69486 [  6589] By: jhi                                   on 2000/08/11  01:12:39
69487         Log: B::Deparse didn't do sub attributes.
69488              
69489              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
69490              From: simon@brecon.co.uk (Simon Cozens)
69491              Date: 9 Aug 2000 04:49:20 GMT
69492              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
69493      Branch: perl
69494            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
69495 ____________________________________________________________________________
69496 [  6588] By: jhi                                   on 2000/08/11  01:06:40
69497         Log: Subject: debugger "d" command doesnt check line number
69498              From: Mike Guy <mjtg@cam.ac.uk>
69499              Date: Tue, 08 Aug 2000 21:54:29 +0100
69500              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
69501      Branch: perl
69502            ! lib/perl5db.pl mg.c pod/perldiag.pod
69503 ____________________________________________________________________________
69504 [  6587] By: jhi                                   on 2000/08/11  00:45:03
69505         Log: sleep(1) does not necessarily return 1.
69506              
69507              Subject: [PATCH bleadperl] op/lex_assign.t  
69508              From: Hugo <hv@crypt.compulink.co.uk>
69509              Date: Thu, 03 Aug 2000 14:34:22 +0100        
69510              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
69511      Branch: perl
69512            ! t/op/lex_assign.t
69513 ____________________________________________________________________________
69514 [  6586] By: jhi                                   on 2000/08/11  00:31:50
69515         Log: Document the IO::Select timeout.
69516      Branch: perl
69517            ! ext/IO/lib/IO/Select.pm
69518 ____________________________________________________________________________
69519 [  6585] By: jhi                                   on 2000/08/11  00:13:54
69520         Log: Forgot contributor.
69521      Branch: perl
69522            ! Changes
69523 ____________________________________________________________________________
69524 [  6584] By: jhi                                   on 2000/08/11  00:09:19
69525         Log: detypo
69526      Branch: perl
69527            ! Changes
69528 ____________________________________________________________________________
69529 [  6583] By: jhi                                   on 2000/08/11  00:07:53
69530         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
69531              
69532              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
69533              From: Mike Guy <mjtg@cam.ac.uk> 
69534              Date: Thu, 10 Aug 2000 15:50:54 +0100
69535              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
69536      Branch: perl
69537            ! sv.c t/op/int.t
69538 ____________________________________________________________________________
69539 [  6582] By: jhi                                   on 2000/08/10  23:29:32
69540         Log: Update Changes.
69541      Branch: perl
69542            ! Changes
69543 ____________________________________________________________________________
69544 [  6581] By: jhi                                   on 2000/08/10  23:26:16
69545         Log: Put back the std @INC thing.
69546      Branch: perl
69547            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
69548            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
69549            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
69550            ! t/lib/gol-oo.t
69551 ____________________________________________________________________________
69552 [  6580] By: jhi                                   on 2000/08/10  23:03:34
69553         Log: Update to CGI 2.70, from Lincoln Stein.
69554      Branch: perl
69555            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
69556            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
69557            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
69558            ! t/lib/cgi-request.t
69559 ____________________________________________________________________________
69560 [  6579] By: jhi                                   on 2000/08/10  22:41:50
69561         Log: Update to CPAN 1.56, from Andreas König.
69562      Branch: perl
69563            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69564 ____________________________________________________________________________
69565 [  6578] By: jhi                                   on 2000/08/10  22:38:13
69566         Log: Update to Pod::Parser 1.17, from Brad Appleton.
69567      Branch: perl
69568            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
69569            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
69570            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
69571            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
69572            ! t/pod/include.t t/pod/included.t t/pod/lref.t
69573            ! t/pod/multiline_items.t t/pod/nested_items.t
69574            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
69575            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
69576            ! t/pod/special_seqs.t
69577 ____________________________________________________________________________
69578 [  6577] By: jhi                                   on 2000/08/10  22:35:41
69579         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
69580      Branch: perl
69581            ! AUTHORS MAINTAIN
69582 ____________________________________________________________________________
69583 [  6576] By: jhi                                   on 2000/08/10  22:24:54
69584         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
69585      Branch: perl
69586            + t/lib/gol-oo.t
69587            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
69588            ! t/lib/gol-compat.t t/lib/gol-linkage.t
69589 ____________________________________________________________________________
69590 [  6575] By: jhi                                   on 2000/08/10  22:02:07
69591         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
69592      Branch: perl
69593            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
69594 ____________________________________________________________________________
69595 [  6574] By: jhi                                   on 2000/08/10  21:55:03
69596         Log: Iterating perl6 description.
69597      Branch: perl
69598            ! pod/perlfaq1.pod
69599 ____________________________________________________________________________
69600 [  6573] By: jhi                                   on 2000/08/10  21:48:26
69601         Log: Revert the sv.c part of #6559, a better fix is needed.
69602      Branch: perl
69603            ! sv.c
69604 ____________________________________________________________________________
69605 [  6572] By: jhi                                   on 2000/08/10  20:33:43
69606         Log: It's the 2ndO'ROSSC.
69607      Branch: perl
69608            ! pod/perlfaq1.pod
69609 ____________________________________________________________________________
69610 [  6571] By: jhi                                   on 2000/08/10  15:55:48
69611         Log: detypo
69612      Branch: perl
69613            ! pod/perlfaq1.pod
69614 ____________________________________________________________________________
69615 [  6570] By: jhi                                   on 2000/08/10  14:11:17
69616         Log: An exceptionally sticky typo.
69617      Branch: perl
69618            ! Changes
69619 ____________________________________________________________________________
69620 [  6569] By: jhi                                   on 2000/08/10  14:09:33
69621         Log: detypo (and test Changes updating script)
69622      Branch: perl
69623            ! Changes
69624 ____________________________________________________________________________
69625 [  6568] By: jhi                                   on 2000/08/10  14:07:07
69626         Log: Update Changes.
69627      Branch: perl
69628            ! Changes
69629 ____________________________________________________________________________
69630 [  6567] By: jhi                                   on 2000/08/10  14:06:19
69631         Log: Amend the description of Perl6.
69632              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
69633              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
69634              Date: Wed, 9 Aug 2000 22:11:06 -0500
69635              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
69636      Branch: perl
69637            ! pod/perlfaq1.pod
69638 ____________________________________________________________________________
69639 [  6566] By: jhi                                   on 2000/08/10  13:58:57
69640         Log: Subject: Remove dead entry in perldiag
69641              From: Mike Guy <mjtg@cam.ac.uk>
69642              Date: Thu, 10 Aug 2000 14:19:19 +0100
69643              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
69644      Branch: perl
69645            ! pod/perldiag.pod
69646 ____________________________________________________________________________
69647 [  6565] By: jhi                                   on 2000/08/10  13:51:48
69648         Log: Zero entries were skipped, fix from Adrian Goalby
69649              <argoalby@yahoo.co.uk>
69650      Branch: perl
69651            ! lib/unicode/Number.pl lib/unicode/mktables.PL
69652 ____________________________________________________________________________
69653 [  6564] By: jhi                                   on 2000/08/10  13:00:12
69654         Log: Subject: [PATCH 5.6.0] cygwin port
69655              From: "Fifer, Eric" <EFifer@sanwaint.com>
69656              Date: Thu, 10 Aug 2000 13:15:36 +0100
69657              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
69658      Branch: perl
69659            ! README.cygwin hints/cygwin.sh
69660 ____________________________________________________________________________
69661 [  6563] By: jhi                                   on 2000/08/10  12:55:16
69662         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
69663      Branch: perl
69664            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
69665 ____________________________________________________________________________
69666 [  6562] By: gsar                                  on 2000/08/10  08:38:39
69667         Log: warn is a macro, avoid using at a variable to avoid warnings
69668              in some configurations; readdir.t is too conservative in
69669              estimating number of *.t's
69670      Branch: perl
69671            ! t/op/readdir.t util.c
69672 ____________________________________________________________________________
69673 [  6561] By: jhi                                   on 2000/08/09  23:35:42
69674         Log: Update Changes.
69675      Branch: perl
69676            ! Changes
69677 ____________________________________________________________________________
69678 [  6560] By: jhi                                   on 2000/08/09  23:05:47
69679         Log: Subject: Re: enhanced(?) regex error messages
69680              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
69681              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
69682              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
69683              
69684              (plus two small patches sent privately)
69685              (this still seems to leave few test failures)
69686      Branch: perl
69687            + t/op/regmesg.t
69688            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
69689            ! t/pragma/warn/regcomp
69690 ____________________________________________________________________________
69691 [  6559] By: jhi                                   on 2000/08/09  20:41:18
69692         Log: (The fix did work but was not right, retracted in #6573)
69693              
69694              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
69695              From: Christian Kirsch <ck@held.mind.de>
69696              Date: Wed, 9 Aug 2000 17:05:17 +0200
69697              Message-Id: <20000809170517.A25389@held>
69698      Branch: perl
69699            ! sv.c t/pragma/locale.t
69700 ____________________________________________________________________________
69701 [  6558] By: jhi                                   on 2000/08/08  22:34:08
69702         Log: Tiny updates on the contributors list.
69703      Branch: perl
69704            ! Changes
69705 ____________________________________________________________________________
69706 [  6557] By: jhi                                   on 2000/08/08  19:34:28
69707         Log: Double check that we have a dirhandle.
69708      Branch: perl
69709            ! util.c
69710 ____________________________________________________________________________
69711 [  6556] By: jhi                                   on 2000/08/08  19:01:51
69712         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
69713              May be repopulated with fresh maintained examples.
69714      Branch: perl
69715            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
69716            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
69717            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
69718            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
69719            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
69720            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
69721            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
69722            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
69723            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
69724            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
69725            + lib/CGI/eg/wilogo_gif.uu
69726            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
69727            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
69728            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
69729            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
69730            - eg/cgi/frameset.cgi eg/cgi/index.html
69731            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
69732            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
69733            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
69734            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
69735            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
69736            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
69737            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
69738            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
69739            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
69740            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
69741            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
69742            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
69743            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
69744            - eg/van/vanish eg/who eg/wrapsuid
69745            ! MANIFEST
69746 ____________________________________________________________________________
69747 [  6555] By: jhi                                   on 2000/08/08  18:51:08
69748         Log: Delete chat2 as requested by Randal.
69749              
69750              Subject: Re: perlfaq8 coyness
69751              From: merlyn@stonehenge.com (Randal L. Schwartz) 
69752              Date: 15 May 2000 18:52:42 -0700 
69753              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
69754      Branch: perl
69755            - lib/chat2.pl
69756            ! MANIFEST
69757 ____________________________________________________________________________
69758 [  6554] By: jhi                                   on 2000/08/08  18:31:35
69759         Log: Regen global.sym.
69760      Branch: perl
69761            ! global.sym
69762 ____________________________________________________________________________
69763 [  6553] By: jhi                                   on 2000/08/08  18:28:13
69764         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
69765              (either perlbug or p5p ate the original), plus regen
69766              perlapi and perltoc. 
69767      Branch: perl
69768            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
69769            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
69770            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
69771            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
69772            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
69773            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
69774            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
69775            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
69776            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
69777            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
69778 ____________________________________________________________________________
69779 [  6552] By: jhi                                   on 2000/08/08  18:06:29
69780         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
69781              From: Mike Guy <mjtg@cam.ac.uk>
69782              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
69783              Date: Tue, 08 Aug 2000 15:51:27 +0100
69784      Branch: perl
69785            ! doop.c sv.h t/op/join.t t/pragma/overload.t
69786 ____________________________________________________________________________
69787 [  6551] By: jhi                                   on 2000/08/08  18:01:11
69788         Log: Re-apply #6549.
69789      Branch: perl
69790            ! lib/perl5db.pl
69791 ____________________________________________________________________________
69792 [  6550] By: jhi                                   on 2000/08/08  17:43:08
69793         Log: Accidental retraction of #6549.
69794      Branch: perl
69795            ! lib/perl5db.pl
69796 ____________________________________________________________________________
69797 [  6549] By: jhi                                   on 2000/08/08  17:40:04
69798         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
69799              From: Mike Guy <mjtg@cam.ac.uk>
69800              Date: Mon, 07 Aug 2000 21:49:58 +0100
69801              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
69802      Branch: perl
69803            ! lib/perl5db.pl
69804 ____________________________________________________________________________
69805 [  6548] By: jhi                                   on 2000/08/08  17:37:57
69806         Log: Document here-doc better.
69807              
69808              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
69809              From: Mike Guy <mjtg@cam.ac.uk>
69810              Date: Mon, 07 Aug 2000 14:02:09 +0100
69811              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
69812      Branch: perl
69813            ! pod/perldata.pod
69814 ____________________________________________________________________________
69815 [  6547] By: jhi                                   on 2000/08/08  17:33:34
69816         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
69817              From: "Randy J. Ray" <rjray@redhat.com>
69818              Date: Mon, 07 Aug 2000 19:12:25 -0700
69819              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
69820      Branch: perl
69821            ! perl.c pod/perlrun.pod
69822 ____________________________________________________________________________
69823 [  6546] By: jhi                                   on 2000/08/08  17:29:26
69824         Log: Subject: Re: enhanced(?) regex error messages 
69825              From: Hugo <hv@crypt.compulink.co.uk>
69826              Date: Tue, 08 Aug 2000 03:25:51 +0100
69827              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
69828              
69829              plus Capitalize the error messages, plus perldiag them.
69830      Branch: perl
69831            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
69832 ____________________________________________________________________________
69833 [  6545] By: jhi                                   on 2000/08/08  13:59:28
69834         Log: Augment #6539 a bit: don't croak if there's magic in the air.
69835              
69836              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
69837              From: Hugo <hv@crypt.compulink.co.uk>
69838              Date: Tue, 08 Aug 2000 03:02:03 +0100
69839              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
69840      Branch: perl
69841            ! pp.c t/op/bless.t
69842 ____________________________________________________________________________
69843 [  6544] By: jhi                                   on 2000/08/07  21:11:52
69844         Log: Make the test -w clean.
69845      Branch: perl
69846            ! t/op/bless.t
69847 ____________________________________________________________________________
69848 [  6543] By: jhi                                   on 2000/08/07  19:49:53
69849         Log: use warnings instead of $^W.
69850      Branch: perl
69851            ! t/op/bless.t
69852 ____________________________________________________________________________
69853 [  6542] By: jhi                                   on 2000/08/07  17:41:41
69854         Log: Disable a portability warning Because We Know What We Are Doing.
69855      Branch: perl
69856            ! t/op/bless.t
69857 ____________________________________________________________________________
69858 [  6541] By: jhi                                   on 2000/08/07  17:29:51
69859         Log: Tiny tidying on report_evil_fh().
69860      Branch: perl
69861            ! util.c
69862 ____________________________________________________________________________
69863 [  6540] By: jhi                                   on 2000/08/07  16:37:38
69864         Log: Make regular expression parse error messages easier to understand.
69865              
69866              Subject: Re: enhanced(?) regex error messages
69867              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
69868              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
69869              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
69870      Branch: perl
69871            ! regcomp.c
69872 ____________________________________________________________________________
69873 [  6539] By: jhi                                   on 2000/08/07  16:12:27
69874         Log: Make bless(REF, REF) a fatal error, add bless tests.
69875              
69876              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
69877              From: Hugo <hv@crypt.compulink.co.uk>
69878              Date: Mon, 07 Aug 2000 16:59:38 +0100
69879              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
69880      Branch: perl
69881            + t/op/bless.t
69882            ! MANIFEST pod/perldiag.pod pp.c sv.c
69883 ____________________________________________________________________________
69884 [  6538] By: jhi                                   on 2000/08/07  15:59:43
69885         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
69886              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
69887              Date: Thu, 3 Aug 2000 14:29:21 -0700
69888              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
69889      Branch: perl
69890            ! lib/lib_pm.PL
69891 ____________________________________________________________________________
69892 [  6537] By: jhi                                   on 2000/08/07  15:47:18
69893         Log: Retract #6419 for now since it breaks in AFS and MachTen.
69894      Branch: perl
69895            ! lib/Cwd.pm
69896 ____________________________________________________________________________
69897 [  6536] By: jhi                                   on 2000/08/07  15:05:29
69898         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
69899              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
69900              The security hole exists only in suidperls, which isn't
69901              installed or even built by default.
69902      Branch: perl
69903            ! perl.c
69904 ____________________________________________________________________________
69905 [  6535] By: jhi                                   on 2000/08/07  14:45:14
69906         Log: tr memory corruption fix from Simon Cozens.
69907      Branch: perl
69908            ! doop.c
69909 ____________________________________________________________________________
69910 [  6534] By: jhi                                   on 2000/08/06  11:38:16
69911         Log: Document a bit that UDP is not what you might think.
69912              
69913              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
69914              From: Lupe Christoph <lupe@lupe-christoph.de>
69915              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
69916              Date: Mon, 24 Jul 2000 08:59:15 +0200
69917      Branch: perl
69918            ! pod/perlipc.pod
69919 ____________________________________________________________________________
69920 [  6533] By: jhi                                   on 2000/08/06  11:35:01
69921         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
69922              From: Jeff Pinyan <jeffp@hut.crusoe.net>
69923              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
69924              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
69925      Branch: perl
69926            ! pod/perlfunc.pod
69927 ____________________________________________________________________________
69928 [  6532] By: jhi                                   on 2000/08/06  03:45:41
69929         Log: Have symbols for the IoTYPEs.
69930      Branch: perl
69931            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
69932 ____________________________________________________________________________
69933 [  6531] By: jhi                                   on 2000/08/06  01:33:55
69934         Log: Continue fixing the io warnings.  This also
69935              sort of fixes bug ID 20000802.003: the core dump
69936              is no more.  Whether the current behaviour is correct
69937              (giving a warning: "Not a format reference"), is another matter.
69938      Branch: perl
69939            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
69940            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
69941 ____________________________________________________________________________
69942 [  6530] By: jhi                                   on 2000/08/05  21:33:12
69943         Log: Change the Policy policy: now -Dprefix= with an existing
69944              Policy.sh and prefix == siteprefix == vendorprefix, then all
69945              of them follow along the new prefix.
69946              
69947              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
69948              From: Andy Dougherty <doughera@lafayette.edu>
69949              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
69950              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
69951      Branch: perl
69952            ! Policy_sh.SH
69953 ____________________________________________________________________________
69954 [  6529] By: jhi                                   on 2000/08/05  18:57:28
69955         Log: Zap lib/Sys directory when cleaning up.
69956      Branch: perl
69957            ! Makefile.SH
69958 ____________________________________________________________________________
69959 [  6528] By: jhi                                   on 2000/08/05  18:40:44
69960         Log: Essential prototype changes were missing from #6527.
69961              Also make report_evil_fh() more bomb-proof.
69962      Branch: perl
69963            ! embed.h util.c
69964 ____________________________________________________________________________
69965 [  6527] By: jhi                                   on 2000/08/05  03:22:05
69966         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
69967              From: "Ronald F. Guilmette" <rfg@monkeys.com>
69968              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
69969              Message-Id: <200007242247.PAA52177@monkeys.com>
69970      Branch: perl
69971            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
69972 ____________________________________________________________________________
69973 [  6526] By: jhi                                   on 2000/08/04  21:23:27
69974         Log: gcc versions might have (parentheses) in them.
69975      Branch: metaconfig/U/perl
69976            ! gccvers.U
69977      Branch: perl
69978            ! Configure config_h.SH
69979 ____________________________________________________________________________
69980 [  6525] By: jhi                                   on 2000/08/04  20:23:12
69981         Log: Weed buglets pointed out by
69982              
69983              From: Lupe Christoph <lupe@lupe-christoph.de>
69984              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
69985              Date: Fri, 4 Aug 2000 17:34:39 +0200
69986              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
69987      Branch: metaconfig/U/perl
69988            ! gccvers.U uselfs.U
69989      Branch: perl
69990            ! Configure config_h.SH
69991 ____________________________________________________________________________
69992 [  6524] By: jhi                                   on 2000/08/04  19:02:08
69993         Log: Warn under -w if lstat(FH) is attempted.
69994              
69995              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
69996              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
69997              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
69998              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
69999      Branch: perl
70000            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
70001            ! t/pragma/warn/pp_sys
70002 ____________________________________________________________________________
70003 [  6523] By: jhi                                   on 2000/08/04  12:31:11
70004         Log: Subject: New perlcc, take 2
70005              From: simon@brecon.co.uk (Simon Cozens)
70006              Date: 4 Aug 2000 06:21:04 GMT
70007              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
70008      Branch: perl
70009            ! utils/perlcc.PL
70010 ____________________________________________________________________________
70011 [  6522] By: jhi                                   on 2000/08/04  12:26:33
70012         Log: Subject: Re: Array vs. List context
70013              From: Daniel Chetlin <daniel@chetlin.com>
70014              Date: Fri, 4 Aug 2000 00:22:44 -0700
70015              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
70016      Branch: perl
70017            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
70018            ! pod/perlfaq4.pod
70019 ____________________________________________________________________________
70020 [  6521] By: jhi                                   on 2000/08/04  12:22:38
70021         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
70022              From: Raymund Will <ray@caldera.de>
70023              Date: Fri, 4 Aug 2000 12:07:09 +0200
70024              Message-Id: <20000804120709.A14982@caldera.de>
70025      Branch: perl
70026            ! configure.gnu
70027 ____________________________________________________________________________
70028 [  6520] By: jhi                                   on 2000/08/04  04:09:06
70029         Log: After the #6519 a warning about stat() is just that,
70030              not about a filetest, which now have their own warning.
70031      Branch: perl
70032            ! pod/perldiag.pod
70033 ____________________________________________________________________________
70034 [  6519] By: jhi                                   on 2000/08/04  04:06:30
70035         Log: In the warnings call filehandles consistently so;
70036              add "unopened" warning for stat().
70037      Branch: perl
70038            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
70039            ! t/pragma/warn/pp_sys
70040 ____________________________________________________________________________
70041 [  6518] By: jhi                                   on 2000/08/04  02:55:35
70042         Log: Subject: Minor tweak to perlvar.pod
70043              From: "Stephen P. Potter" <spp@ds.net>
70044              Date: Tue, 18 Apr 2000 09:26:03 -0400
70045              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
70046      Branch: perl
70047            ! pod/perlvar.pod
70048 ____________________________________________________________________________
70049 [  6517] By: jhi                                   on 2000/08/04  02:50:08
70050         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
70051              From: "Clinton Pierce" <cpierce1@ford.com>
70052              Date: Wed, 21 Jul 1999 16:45:31 -0400
70053              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
70054              
70055              Fix by Stephen Potter (visible in the bug db but not in p5p?)
70056      Branch: perl
70057            ! pod/perlfunc.pod pod/perlop.pod
70058 ____________________________________________________________________________
70059 [  6516] By: jhi                                   on 2000/08/04  02:09:25
70060         Log: This is 6512.  Really.
70061      Branch: perl
70062            ! dump.c
70063 ____________________________________________________________________________
70064 [  6515] By: jhi                                   on 2000/08/04  01:25:50
70065         Log: mention the idea of @( and @)
70066      Branch: perl
70067            ! Todo-5.6
70068 ____________________________________________________________________________
70069 [  6514] By: bailey                                on 2000/08/04  01:18:46
70070         Log: YA resync with mainstem, including VMS patches from others
70071      Branch: vmsperl
70072           +> (branch 48 files)
70073            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
70074           !> (integrate 354 files)
70075 ____________________________________________________________________________
70076 [  6513] By: jhi                                   on 2000/08/04  01:18:18
70077         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
70078              From: Mark Dickinson <dickins3@fas.harvard.edu>
70079              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
70080              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
70081      Branch: perl
70082            ! t/op/grent.t t/op/pwent.t
70083 ____________________________________________________________________________
70084 [  6512] By: jhi                                   on 2000/08/04  01:14:06
70085         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
70086              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70087              Date: Wed, 02 Aug 2000 10:51:01 +0100
70088              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
70089      Branch: perl
70090            ! sv.c
70091 ____________________________________________________________________________
70092 [  6511] By: jhi                                   on 2000/08/04  00:57:00
70093         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
70094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70095              Date: Thu, 03 Aug 2000 17:20:04 -0700
70096              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
70097      Branch: metaconfig
70098            ! U/modified/Cppsym.U
70099      Branch: perl
70100            ! Configure config_h.SH
70101 ____________________________________________________________________________
70102 [  6510] By: jhi                                   on 2000/08/04  00:25:28
70103         Log: detypo
70104      Branch: perl
70105            ! Makefile.SH
70106 ____________________________________________________________________________
70107 [  6509] By: jhi                                   on 2000/08/03  23:43:18
70108         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
70109              From: Dominic Dunlop <domo@computer.org>
70110              Date: Thu, 3 Aug 2000 22:16:46 +0200
70111              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
70112      Branch: perl
70113            ! t/op/sprintf.t
70114 ____________________________________________________________________________
70115 [  6508] By: jhi                                   on 2000/08/03  23:40:37
70116         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
70117              From: Hugo <hv@crypt.compulink.co.uk>
70118              Date: Thu, 03 Aug 2000 18:25:30 +0100
70119              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
70120      Branch: perl
70121            ! regcomp.c t/op/re_tests
70122 ____________________________________________________________________________
70123 [  6507] By: jhi                                   on 2000/08/03  23:38:28
70124         Log: Subject: [PATCH] sv.h documentation - SvLEN
70125              From: Mike Guy <mjtg@cam.ac.uk>
70126              Date: Thu, 03 Aug 2000 14:43:09 +0100
70127              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
70128      Branch: perl
70129            ! sv.h
70130 ____________________________________________________________________________
70131 [  6506] By: jhi                                   on 2000/08/03  15:49:14
70132         Log: Disable the fix_pl hack for now.
70133      Branch: perl
70134            ! Makefile.SH
70135 ____________________________________________________________________________
70136 [  6505] By: jhi                                   on 2000/08/03  13:49:04
70137         Log: Add a URL for FSF.
70138              
70139              Subject: Patch for README
70140              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
70141              Date: Wed, 2 Aug 2000 13:25:09 -0500
70142              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
70143      Branch: perl
70144            ! README
70145 ____________________________________________________________________________
70146 [  6504] By: jhi                                   on 2000/08/03  13:29:19
70147         Log: Be more informative on what is skipped and why,
70148              also repeat the list at the end.
70149      Branch: perl
70150            ! Porting/p4desc
70151 ____________________________________________________________________________
70152 [  6503] By: jhi                                   on 2000/08/03  13:07:05
70153         Log: Circumvent the removal of .patch by fix_pl.
70154              
70155              Subject: Re: [ID 20000802.011] unable to 'make test'          
70156              From: simon@brecon.co.uk (Simon Cozens) 
70157              Date: 3 Aug 2000 04:17:00 GMT
70158              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
70159      Branch: perl
70160            ! Makefile.SH
70161 ____________________________________________________________________________
70162 [  6502] By: jhi                                   on 2000/08/03  00:14:34
70163         Log: Add the missing setproctitle unit.
70164      Branch: metaconfig/U/perl
70165            + d_setproctitle.U
70166 ____________________________________________________________________________
70167 [  6501] By: jhi                                   on 2000/08/03  00:00:26
70168         Log: The subtest 4 may fail also on VOBS, as pointed out
70169              by Nick Ing-Simmons in November 1999, bug id 19991124.003
70170              (but the failure in that bug report isn't the subtest 4).
70171      Branch: perl
70172            ! t/op/stat.t
70173 ____________________________________________________________________________
70174 [  6500] By: jhi                                   on 2000/08/02  23:49:30
70175         Log: Better skip message for the test; one of the two problems in
70176              
70177              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
70178              From: Lupe Christoph <lupe@lupe-christoph.de>
70179              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
70180              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
70181      Branch: perl
70182            ! t/op/numconvert.t
70183 ____________________________________________________________________________
70184 [  6499] By: jhi                                   on 2000/08/02  22:49:16
70185         Log: Allow "no Module;" even if there is no 'unimport'.
70186              
70187              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
70188              From: mjd@plover.com
70189              Date: 24 Mar 2000 15:24:34 -0000
70190              Message-Id: <20000324152434.15160.qmail@plover.com>
70191      Branch: perl
70192            ! gv.c
70193 ____________________________________________________________________________
70194 [  6498] By: jhi                                   on 2000/08/02  22:42:58
70195         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
70196              that are hopefully soon put into use.
70197      Branch: perl
70198            ! opcode.h opcode.pl opnames.h
70199 ____________________________________________________________________________
70200 [  6497] By: gsar                                  on 2000/08/02  22:28:59
70201         Log: require.t needs binmode() to work on windows
70202      Branch: perl
70203            ! t/comp/require.t
70204 ____________________________________________________________________________
70205 [  6496] By: jhi                                   on 2000/08/02  22:08:51
70206         Log: Document the IVdf UVuf UVof UVxf.
70207      Branch: perl
70208            ! pod/perlguts.pod
70209 ____________________________________________________________________________
70210 [  6495] By: jhi                                   on 2000/08/02  21:54:26
70211         Log: detypo #6494
70212      Branch: perl
70213            ! ext/Data/Dumper/Dumper.xs
70214 ____________________________________________________________________________
70215 [  6494] By: jhi                                   on 2000/08/02  21:49:17
70216         Log: Dump UVs as UVs in Data::Dumper.
70217              
70218              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
70219              From: Gurusamy Sarathy <gsar@ActiveState.com>
70220              Date: Thu, 27 Apr 2000 12:26:25 -0700
70221              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
70222      Branch: perl
70223            ! ext/Data/Dumper/Dumper.xs
70224 ____________________________________________________________________________
70225 [  6493] By: jhi                                   on 2000/08/02  17:01:58
70226         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
70227              From: Hugo <hv@crypt.compulink.co.uk>
70228              Date: Wed, 02 Aug 2000 14:53:56 +0100
70229              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
70230      Branch: perl
70231            ! regexec.c t/op/re_tests
70232 ____________________________________________________________________________
70233 [  6492] By: jhi                                   on 2000/08/02  15:02:46
70234         Log: The new setproctitle() feature is available only in 
70235              bleeding edge FreeBSD.  From Paul Saab.
70236      Branch: perl
70237            ! mg.c
70238 ____________________________________________________________________________
70239 [  6491] By: jhi                                   on 2000/08/02  13:34:36
70240         Log: The tr utf8 patching continues.
70241              
70242              Subject: Re: #6469, too many tests claimed in require.t
70243              From: simon@brecon.co.uk (Simon Cozens)
70244              Date: 2 Aug 2000 02:37:17 GMT
70245              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
70246              
70247              (the logic of the test was the wrong way round in the patch)
70248      Branch: perl
70249            ! doop.c
70250 ____________________________________________________________________________
70251 [  6490] By: jhi                                   on 2000/08/02  13:27:38
70252         Log: The name of a filehandle does not have <these>.
70253      Branch: perl
70254            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
70255            ! t/pragma/warn/pp_sys util.c
70256 ____________________________________________________________________________
70257 [  6489] By: jhi                                   on 2000/08/02  04:26:46
70258         Log: Remove the extraneous "main::" prefix from all the
70259              "opened only for", "on closed", and "never opened" warnings.
70260              
70261              Subject: Re: inappropriate warning
70262              From: Gurusamy Sarathy <gsar@ActiveState.com>
70263              Date: Mon, 20 Mar 2000 11:28:02 -0800
70264              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
70265      Branch: perl
70266            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
70267            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
70268            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
70269 ____________________________________________________________________________
70270 [  6488] By: jhi                                   on 2000/08/02  03:02:57
70271         Log: memcpy has n o in it, as pinted ut by Sarathy.
70272      Branch: perl
70273            ! pod/perlguts.pod
70274 ____________________________________________________________________________
70275 [  6487] By: jhi                                   on 2000/08/02  02:44:51
70276         Log: Document in one place the memory abstractions used in Perl core.
70277              
70278              Subject: Re: Memory abstraction
70279              From: simon@brecon.co.uk (Simon Cozens)
70280              Date: 2 Aug 2000 02:20:23 GMT
70281              Organization: Earth.li Origins
70282      Branch: perl
70283            ! pod/perlguts.pod
70284 ____________________________________________________________________________
70285 [  6486] By: jhi                                   on 2000/08/02  02:41:57
70286         Log: regen_headers, regen perltoc.
70287      Branch: perl
70288            ! perlapi.c pod/perltoc.pod
70289 ____________________________________________________________________________
70290 [  6485] By: jhi                                   on 2000/08/02  01:43:33
70291         Log: "This little thing tests for a file .patch, and if it contains
70292              a number, pops into patchlevel.h" (making it easier to track
70293              which development version people are reporting bugs against)
70294              
70295              Subject: Patchlevel autogeneration for repository perls
70296              From: simon@brecon.co.uk (Simon Cozens)
70297              Date: 14 Jul 2000 07:12:15 GMT
70298              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
70299      Branch: perl
70300            + fix_pl
70301            ! MANIFEST Makefile.SH
70302 ____________________________________________________________________________
70303 [  6484] By: jhi                                   on 2000/08/02  01:32:54
70304         Log: FreeBSD 3.* updates from
70305              
70306              From: Paul Saab <ps@yahoo-inc.com>
70307              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
70308              Date: Tue, 1 Aug 2000 15:41:39 -0700
70309              Message-Id: <20000801154139.A53740@yahoo-inc.com>
70310      Branch: perl
70311            ! hints/freebsd.sh
70312 ____________________________________________________________________________
70313 [  6483] By: jhi                                   on 2000/08/02  01:27:44
70314         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
70315              instead one must use setproctitle().  This was already addressed
70316              by change #6457, but the below has a new variant for FreeBSD 4.0
70317              or later, and the matter is also documented more.
70318              
70319              From: Paul Saab <ps@yahoo-inc.com>
70320              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
70321              Date: Tue, 1 Aug 2000 15:41:39 -0700
70322              Message-Id: <20000801154139.A53740@yahoo-inc.com>
70323      Branch: metaconfig/U/perl
70324            + i_libutil.U
70325      Branch: perl
70326            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
70327 ____________________________________________________________________________
70328 [  6482] By: jhi                                   on 2000/08/01  22:17:32
70329         Log: The test from this
70330              
70331              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
70332              Date: Sat, 15 Apr 2000 17:03:44 +0100
70333              From: Tom Hughes <tom@compton.nu>
70334              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
70335              
70336              was missing, the code change went in as #5989
70337              (which had a different test?)
70338      Branch: perl
70339            ! t/op/misc.t
70340 ____________________________________________________________________________
70341 [  6481] By: jhi                                   on 2000/08/01  21:48:38
70342         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
70343              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70344              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
70345              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
70346      Branch: perl
70347            ! perl.h
70348 ____________________________________________________________________________
70349 [  6480] By: jhi                                   on 2000/08/01  18:05:28
70350         Log: Make p4desc to skip non-mainperl branches by default.
70351      Branch: perl
70352            ! Porting/p4desc
70353 ____________________________________________________________________________
70354 [  6479] By: jhi                                   on 2000/08/01  17:29:19
70355         Log: If gccosandvers is equal to osname, clear gccosandvers.
70356      Branch: metaconfig/U/perl
70357            ! gccvers.U
70358      Branch: perl
70359            ! Configure config_h.SH
70360 ____________________________________________________________________________
70361 [  6478] By: jhi                                   on 2000/08/01  15:54:08
70362         Log: BOM patching from Simon Cozens.
70363      Branch: perl
70364            ! toke.c
70365 ____________________________________________________________________________
70366 [  6477] By: jhi                                   on 2000/08/01  04:50:33
70367         Log: Stash away the largefiles flags and libswanted.
70368      Branch: perl
70369            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
70370 ____________________________________________________________________________
70371 [  6476] By: gsar                                  on 2000/08/01  04:24:24
70372         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
70373              on Windows)
70374      Branch: perl
70375            ! t/pragma/utf8.t utf8.c win32/win32.c
70376 ____________________________________________________________________________
70377 [  6475] By: jhi                                   on 2000/08/01  03:35:24
70378         Log: Make chr() for values >127 to create utf8 when under utf8.
70379              
70380              Subject: Re: uft8/chr()
70381              From: simon@brecon.co.uk (Simon Cozens)
70382              Date: 1 Aug 2000 02:37:02 GMT
70383              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
70384      Branch: perl
70385            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
70386 ____________________________________________________________________________
70387 [  6474] By: jhi                                   on 2000/08/01  02:36:18
70388         Log: In Digital UNIX warn if gcc explicitly chosen because even
70389              2.95.2 is known to cause problems.
70390      Branch: perl
70391            ! hints/dec_osf.sh
70392 ____________________________________________________________________________
70393 [  6473] By: jhi                                   on 2000/08/01  02:00:56
70394         Log: Make the safety catch for buggy gccs work with triple version
70395              numbers like 2.95.2.  Reported in
70396              
70397              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
70398              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
70399              Date: Mon, 31 Jul 2000 14:55:06 +0200
70400              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
70401      Branch: perl
70402            ! hints/dec_osf.sh
70403 ____________________________________________________________________________
70404 [  6472] By: jhi                                   on 2000/08/01  01:13:33
70405         Log: Subject: fix and question re: waitpid() under win32
70406              From: Brian Clarke <clarke@appliedmeta.com>
70407              Date: Fri, 28 Jul 2000 15:18:29 -0400
70408              Message-ID: <3981DC85.290314EB@appliedmeta.com>
70409              
70410              Slightly reformatted and WNOHANG # define moved to win32.h
70411              so that also POSIX.xs sees it, as suggsted by Sarathy.
70412      Branch: perl
70413            ! win32/win32.c win32/win32.h
70414 ____________________________________________________________________________
70415 [  6471] By: jhi                                   on 2000/08/01  00:55:05
70416         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
70417              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70418              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
70419              Date: Mon, 31 Jul 2000 13:28:51 +0100
70420              
70421              (aka ID 20000730.002)
70422      Branch: perl
70423            ! op.c t/op/tr.t
70424 ____________________________________________________________________________
70425 [  6470] By: jhi                                   on 2000/07/31  23:34:42
70426         Log: Document the problem with -P in HP-UX and its workaround.
70427              
70428              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
70429              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
70430              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
70431              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
70432      Branch: perl
70433            ! README.hpux
70434 ____________________________________________________________________________
70435 [  6469] By: jhi                                   on 2000/07/31  04:15:02
70436         Log: The swallow_bom() saga continues.  The #23 of require.t
70437              (UTF16-LE) still fails (silently, no output) but the #22
70438              (UTF16-BE) seems to be working now.  The root of the
70439              failure may be in sv_gets(): is it UTF-16LE-aware,
70440              especially when it comes to line endings? 
70441      Branch: perl
70442            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
70443            ! t/comp/require.t toke.c utf8.c
70444 ____________________________________________________________________________
70445 [  6468] By: jhi                                   on 2000/07/30  19:05:48
70446         Log: Find green threads before native threads.
70447              
70448              Subject: Re: Patch to jpl/JNI/Makefile.PL
70449              From: Jens Thomsen <jens@fiend.cis.com>
70450              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
70451              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
70452      Branch: perl
70453            ! jpl/JNI/Makefile.PL
70454 ____________________________________________________________________________
70455 [  6467] By: jhi                                   on 2000/07/30  18:36:22
70456         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
70457      Branch: perl
70458            ! doop.c
70459 ____________________________________________________________________________
70460 [  6466] By: jhi                                   on 2000/07/30  04:37:29
70461         Log: A new version of the "remove UPPERACSE string comparison"
70462              operators.  The problem with the previous one (change #6454)
70463              was that it was for Perl 5.6.0.  From Paul Marquess.
70464      Branch: perl
70465            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
70466            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
70467            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70468 ____________________________________________________________________________
70469 [  6465] By: jhi                                   on 2000/07/29  22:39:56
70470         Log: Do not upgrade SVs into utf8 just because they participate
70471              in eq or cmp.  Reported and fix suggested in
70472              
70473              Subject: [ID 20000720.009] sv_eq UTF8 bug
70474              From: "Simon Cozens" <simon@othersideofthe.earth.li>
70475              Date: 21 Jul 2000 04:37:29 -0000
70476              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
70477              
70478              Exercise for the kind reader: should we or should we not
70479              cache the utf8 conversion alongside the SV? (as magic,
70480              as the strxfrm()ed version is cached under use locale)
70481              Argue both for and against.
70482      Branch: perl
70483            ! sv.c
70484 ____________________________________________________________________________
70485 [  6464] By: jhi                                   on 2000/07/29  22:36:22
70486         Log: Subject: UTF8 concat
70487              From: simon@brecon.co.uk (Simon Cozens) 
70488              Date: 30 Jun 2000 06:13:25 GMT
70489              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
70490              
70491              (with a memory leak fixed, plus a few casts added)
70492              
70493              This also seems to help for
70494              
70495              Subject: [ID 20000716.015] join UTF8 weirdness
70496              From: root <root@ak-71.mind.de> 
70497              Date: Sat, 15 Jul 2000 15:29:54 +0200
70498              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
70499              
70500              (from Andreas König)
70501      Branch: perl
70502            ! pp_hot.c
70503 ____________________________________________________________________________
70504 [  6463] By: jhi                                   on 2000/07/29  00:55:39
70505         Log: Tune the comments and hopefully stop a memory leak.
70506      Branch: perl
70507            ! toke.c utf8.c
70508 ____________________________________________________________________________
70509 [  6462] By: jhi                                   on 2000/07/29  00:16:53
70510         Log: The problem described in this
70511              
70512              Subject: [ID 20000322.018] named chars aren't magical enough
70513              From: root <root@dixie.cscaper.com>     
70514              Date: Wed, 22 Mar 2000 18:37:42 -0700
70515              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
70516              
70517              has been fixed in perl 5.6.0 but just in case added a test
70518              to keep it away.  (The report from Joseph Hall.)
70519      Branch: perl
70520            ! t/lib/charnames.t
70521 ____________________________________________________________________________
70522 [  6461] By: jhi                                   on 2000/07/28  23:56:36
70523         Log: Tiny fixes for #6460.
70524      Branch: metaconfig/U/perl
70525            ! gccvers.U
70526      Branch: perl
70527            ! Configure config_h.SH
70528 ____________________________________________________________________________
70529 [  6460] By: jhi                                   on 2000/07/28  23:24:41
70530         Log: Warn if the version of the operating system used to compile gcc
70531              differs from the current version of the operating system.
70532              Also display the gcc compilation os and version in myconfig.
70533              Inspiration from
70534              
70535              Subject: Re: [ID 20000710.003] ERRORS!!         
70536              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70537              Date: Mon, 10 Jul 2000 15:54:16 -0400
70538              Message-ID: <20000710155416.A1384@O2.chapin.edu>
70539      Branch: metaconfig/U/perl
70540            ! gccvers.U
70541      Branch: perl
70542            ! Configure config_h.SH myconfig.SH
70543 ____________________________________________________________________________
70544 [  6459] By: jhi                                   on 2000/07/28  22:00:32
70545         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
70546              letter to $Config{osvers}.
70547      Branch: metaconfig
70548            ! U/modified/Oldconfig.U
70549      Branch: perl
70550            ! Configure config_h.SH
70551 ____________________________________________________________________________
70552 [  6458] By: jhi                                   on 2000/07/28  04:15:39
70553         Log: Back out #6454, doesn't seem to work.
70554              (Reason: that patch was for perl 5.6.0, not perl-current)
70555              (A version of the patch for perl-current came in later as #6466)
70556      Branch: perl
70557            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
70558            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
70559            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70560 ____________________________________________________________________________
70561 [  6457] By: jhi                                   on 2000/07/27  23:31:49
70562         Log: Use setproctitle() if available to modify $0.
70563              
70564              Subject: setting $* on BSD4 broken
70565              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
70566              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
70567              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
70568      Branch: metaconfig
70569            ! U/modified/Myinit.U
70570      Branch: perl
70571            ! Configure config_h.SH mg.c
70572 ____________________________________________________________________________
70573 [  6456] By: jhi                                   on 2000/07/27  14:50:47
70574         Log: Allow "no AutoLoader;", based on change #6444,
70575              suggested by Graham Barr.
70576      Branch: perl
70577            ! lib/AutoLoader.pm
70578 ____________________________________________________________________________
70579 [  6455] By: jhi                                   on 2000/07/27  14:19:10
70580         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
70581              From: rspier@pobox.com (Robert Spier)
70582              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
70583              Message-ID: <14720.15855.787664.424783@rls.cx>
70584      Branch: perl
70585            ! pod/perldiag.pod
70586 ____________________________________________________________________________
70587 [  6454] By: jhi                                   on 2000/07/27  14:03:02
70588         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
70589              for a long time).
70590              
70591              Reported in
70592              
70593              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
70594              From: Ryan Herbert <rherbert@sycamorehq.com>
70595              Date: Mon, 17 Jul 2000 11:40:42 -0400
70596              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
70597              
70598              Patched in
70599              
70600              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
70601              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70602              Date: Wed, 26 Jul 2000 23:40:18 +0100
70603              Message-ID: <000001bff752$79511880$0a17073e@tiny>
70604              
70605              based on an earlier patch from Stephen P. Potter.
70606              
70607              (Removed later by change #6458 because this patch was for
70608              perl 5.6.0, not perl-current)
70609      Branch: perl
70610            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
70611            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
70612            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70613 ____________________________________________________________________________
70614 [  6453] By: jhi                                   on 2000/07/27  13:48:02
70615         Log: Subject: [PATCH] fixes bug 20000508.004
70616              From: Michael Stevens <mstevens@globnix.org>
70617              Date: Thu, 27 Jul 2000 13:49:04 +0100
70618              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
70619      Branch: perl
70620            ! pod/perldata.pod
70621 ____________________________________________________________________________
70622 [  6452] By: jhi                                   on 2000/07/26  23:51:26
70623         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
70624              and Craig A. Berry.
70625      Branch: perl
70626            ! lib/File/Temp.pm pod/perlport.pod
70627 ____________________________________________________________________________
70628 [  6451] By: jhi                                   on 2000/07/26  19:43:30
70629         Log: Be wary of close()s, too.
70630              
70631              Subject: Re: [PATCH] perlbug cleanup
70632              From: Tim Jenness <t.jenness@jach.hawaii.edu>
70633              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
70634              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
70635      Branch: perl
70636            ! utils/perlbug.PL
70637 ____________________________________________________________________________
70638 [  6450] By: jhi                                   on 2000/07/26  18:41:40
70639         Log: Subject: Minor doc patch: handy.h
70640              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
70641              Date: Wed, 26 Jul 2000 15:34:25 -0300
70642              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
70643      Branch: perl
70644            ! handy.h pod/perlapi.pod
70645 ____________________________________________________________________________
70646 [  6449] By: jhi                                   on 2000/07/26  18:23:55
70647         Log: Subject: [PATCH] minor doc change - perlguts
70648              From: Michael Stevens <mstevens@globnix.org>
70649              Date: Thu, 13 Jul 2000 12:39:18 +0100
70650              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
70651      Branch: perl
70652            ! pod/perlguts.pod
70653 ____________________________________________________________________________
70654 [  6448] By: jhi                                   on 2000/07/26  18:20:30
70655         Log: open() wariness in perlbug.
70656              
70657              Subject: [PATCH] perlbug cleanup
70658              From: Michael Stevens <mstevens@globnix.org>
70659              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
70660              Date: Thu, 13 Jul 2000 15:52:23 +0100
70661      Branch: perl
70662            ! utils/perlbug.PL
70663 ____________________________________________________________________________
70664 [  6447] By: jhi                                   on 2000/07/26  18:13:04
70665         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
70666      Branch: perl
70667            ! lib/File/Temp.pm t/lib/ftmp-security.t
70668 ____________________________________________________________________________
70669 [  6446] By: jhi                                   on 2000/07/26  18:06:32
70670         Log: docfix from Peter Scott <Peter@PSDT.com>.
70671      Branch: perl
70672            ! pod/perlfunc.pod
70673 ____________________________________________________________________________
70674 [  6445] By: jhi                                   on 2000/07/26  17:53:31
70675         Log: Fix *foo{FORMAT}.
70676              
70677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70678              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
70679              Date: Wed, 26 Jul 2000 19:51:02 +0200
70680              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
70681              
70682              From: Graham Barr <gbarr@pobox.com>
70683              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
70684              Date: Wed, 26 Jul 2000 17:38:36 +0100
70685              Message-ID: <20000726173836.L472@pobox.com>
70686      Branch: perl
70687            ! pp.c sv.c t/op/gv.t
70688 ____________________________________________________________________________
70689 [  6444] By: jhi                                   on 2000/07/26  17:49:14
70690         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
70691              from Graham Barr in the module list.
70692      Branch: perl
70693            ! gv.c pod/perlobj.pod
70694 ____________________________________________________________________________
70695 [  6443] By: jhi                                   on 2000/07/26  16:06:56
70696         Log: More split() doc and test patches from Mike Guy.
70697      Branch: perl
70698            ! pod/perlfunc.pod t/op/split.t
70699 ____________________________________________________________________________
70700 [  6442] By: jhi                                   on 2000/07/26  16:05:30
70701         Log: MacOS nits from Matthias Neeracher.
70702      Branch: perl
70703            ! perl.c pp_ctl.c
70704 ____________________________________________________________________________
70705 [  6441] By: jhi                                   on 2000/07/26  04:39:57
70706         Log: Subject: [PATCH] split /^/
70707              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70708              Date: Tue, 25 Jul 2000 14:18:57 +0100
70709              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
70710              
70711              (with notes from tchrist and gbarr)
70712      Branch: perl
70713            ! pod/perlfunc.pod t/op/split.t
70714 ____________________________________________________________________________
70715 [  6440] By: jhi                                   on 2000/07/26  04:32:32
70716         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
70717              From: Peter Prymmer <pvhp@forte.com>
70718              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
70719              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
70720      Branch: perl
70721            ! vms/munchconfig.c
70722 ____________________________________________________________________________
70723 [  6439] By: jhi                                   on 2000/07/26  04:31:01
70724         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
70725              to be fatal errors (instead of by default ignoring them, and
70726              ignoring with a bug: even though -w gave an error, the opening [
70727              was left in)  Reported in:
70728              
70729              Subject: [ID 20000716.024] [=cc=] / [:blank:]
70730              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
70731              Date: Sun, 16 Jul 2000 17:55:29 -0700
70732              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
70733      Branch: perl
70734            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
70735 ____________________________________________________________________________
70736 [  6438] By: jhi                                   on 2000/07/25  15:41:15
70737         Log: Subject: [PATCH] av.c apidoc
70738              From: simon@brecon.co.uk (Simon Cozens)
70739              Date: 24 Jul 2000 06:40:52 GMT
70740              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
70741      Branch: perl
70742            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
70743            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
70744 ____________________________________________________________________________
70745 [  6437] By: jhi                                   on 2000/07/25  14:05:36
70746         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
70747              From: "Stephen P. Potter" <spp@ds.net>
70748              Date: Mon, 24 Jul 2000 14:22:23 -0400
70749              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
70750      Branch: perl
70751            ! pod/perllocale.pod
70752 ____________________________________________________________________________
70753 [  6436] By: jhi                                   on 2000/07/25  14:02:03
70754         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
70755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70756              Date: Mon, 24 Jul 2000 18:04:28 +0100
70757              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
70758      Branch: perl
70759            ! t/lib/syslfs.t t/op/lfs.t
70760 ____________________________________________________________________________
70761 [  6435] By: jhi                                   on 2000/07/25  13:59:28
70762         Log: Get UTF16 BOMs working.  Patch from
70763              
70764              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
70765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70766              Date: Tue, 25 Jul 2000 12:52:45 +0100
70767              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
70768              
70769              and notes from
70770              
70771              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
70772              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70773              Date: Tue, 25 Jul 2000 11:43:25 +0100
70774              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
70775      Branch: perl
70776            ! t/comp/require.t toke.c utf8.c
70777 ____________________________________________________________________________
70778 [  6434] By: jhi                                   on 2000/07/25  02:39:54
70779         Log: Make the "uninit variable" warning to say "concat or string"
70780              or "join or string" when in concat or join .
70781              
70782              Subject: Re: [ID 20000403.009] uninitialised concatenation???
70783              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70784              Date: Tue, 04 Apr 2000 18:22:58 +0100
70785              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
70786              
70787              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
70788              From: William R Ward <hermit@BayView.COM>
70789              Date: Thu, 30 Mar 2000 19:50:03 -0800
70790              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
70791      Branch: perl
70792            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
70793            ! t/pragma/warn/op t/pragma/warn/sv
70794 ____________________________________________________________________________
70795 [  6433] By: jhi                                   on 2000/07/24  17:52:56
70796         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
70797      Branch: perl
70798            ! lib/File/Spec/VMS.pm
70799 ____________________________________________________________________________
70800 [  6432] By: jhi                                   on 2000/07/24  17:44:44
70801         Log: Test cases for #6431.
70802              
70803              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
70804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70805              Date: Mon, 24 Jul 2000 15:32:29 +0100
70806              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
70807      Branch: perl
70808            ! t/op/pat.t t/op/split.t
70809 ____________________________________________________________________________
70810 [  6431] By: jhi                                   on 2000/07/24  17:43:17
70811         Log: Bind op fix.
70812              
70813              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
70814              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70815              Date: Mon, 17 Jul 2000 20:04:56 +0100
70816              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
70817      Branch: perl
70818            ! op.c
70819 ____________________________________________________________________________
70820 [  6430] By: jhi                                   on 2000/07/24  03:42:42
70821         Log: Subject: [ID 20000716.023] syslog test fails without sockets
70822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70823              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
70824              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
70825      Branch: metaconfig/U/perl
70826            ! Extensions.U
70827      Branch: perl
70828            ! Configure config_h.SH
70829 ____________________________________________________________________________
70830 [  6429] By: jhi                                   on 2000/07/24  03:11:52
70831         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
70832              case, but add also notes explaining the relationship of this
70833              patch and the earlier notes by Sarathy.
70834              
70835              Subject: Map is still slow
70836              From: "Ben Tilly" <ben_tilly@hotmail.com>
70837              Date: Sat, 15 Jul 2000 17:23:27 EDT
70838              Message-ID: <20000715212327.21656.qmail@hotmail.com>
70839      Branch: perl
70840            ! pp_ctl.c
70841 ____________________________________________________________________________
70842 [  6428] By: jhi                                   on 2000/07/24  02:58:52
70843         Log: Documentation to explain the behaviour of map().
70844              
70845              Subject: Re: Map is still slow 
70846              From: Gurusamy Sarathy <gsar@ActiveState.com>
70847              Date: Sat, 15 Jul 2000 16:05:09 -0700
70848              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
70849      Branch: perl
70850            ! pp_ctl.c
70851 ____________________________________________________________________________
70852 [  6427] By: jhi                                   on 2000/07/24  02:50:03
70853         Log: Add tests for
70854              [ID 19991110.003] another matching finding by pcre author
70855              which has already been fixed by some patch, as verified in
70856              
70857              Subject: Re: two regex bugs from the mists of time (well, last November)
70858              From: Hugo <hv@crypt.compulink.co.uk>
70859              Date: Sat, 22 Jul 2000 18:12:58 +0100
70860              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
70861      Branch: perl
70862            ! t/op/re_tests
70863 ____________________________________________________________________________
70864 [  6426] By: jhi                                   on 2000/07/24  02:11:20
70865         Log: A missing 'break' after the [[:space:]] switch case.
70866              
70867              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
70868              From: "Stephen P. Potter" <spp@ds.net>
70869              Date: Tue, 18 Jul 2000 16:25:17 -0400
70870              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
70871      Branch: perl
70872            ! regcomp.c
70873 ____________________________________________________________________________
70874 [  6425] By: jhi                                   on 2000/07/24  02:06:12
70875         Log: The output might have been produced in the wrong order.
70876              
70877              Subject: [ID 20000720.003] [PATCH] t/op/write.t
70878              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70879              Date: Thu, 20 Jul 2000 18:49:18 +0100
70880              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
70881      Branch: perl
70882            ! t/op/write.t
70883 ____________________________________________________________________________
70884 [  6424] By: jhi                                   on 2000/07/24  02:00:07
70885         Log: Use STDOUT consistently.
70886              
70887              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
70888              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70889              Date: Thu, 20 Jul 2000 18:04:01 +0100
70890              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
70891      Branch: perl
70892            ! lib/Test/Harness.pm
70893 ____________________________________________________________________________
70894 [  6423] By: jhi                                   on 2000/07/24  01:54:54
70895         Log: Protect against "wild next"s, that is, callbacks doing "next"
70896              instead of "return".
70897              
70898              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
70899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70900              Date: Tue, 18 Jul 2000 11:30:16 +0100
70901              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
70902      Branch: perl
70903            ! lib/File/Find.pm
70904 ____________________________________________________________________________
70905 [  6422] By: jhi                                   on 2000/07/24  01:35:47
70906         Log: Out-of-date note removed.
70907              
70908              Subject: [PATCH] documentation perlipc
70909              From: rspier@pobox.com (Robert Spier)
70910              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
70911              Message-ID: <14711.35178.572612.502654@rls.cx>
70912      Branch: perl
70913            ! pod/perlipc.pod
70914 ____________________________________________________________________________
70915 [  6421] By: jhi                                   on 2000/07/24  00:09:18
70916         Log: Send all installperl messages to STDERR and be -w clean.
70917              
70918              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
70919              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70920              Date: Sat, 22 Jul 2000 14:02:11 +0100
70921              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
70922      Branch: perl
70923            ! installperl
70924 ____________________________________________________________________________
70925 [  6420] By: jhi                                   on 2000/07/24  00:04:19
70926         Log: Decutandpasto.
70927              
70928              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
70929              From: "Richard Soderberg" <rs@crystalflame.net>
70930              Date: Sun, 23 Jul 2000 01:37:23 -0700
70931              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
70932      Branch: perl
70933            ! pod/perlipc.pod
70934 ____________________________________________________________________________
70935 [  6419] By: jhi                                   on 2000/07/24  00:01:12
70936         Log: A cleaner abs_path().
70937              Subject: Re: unix alternative to Cwd.pm
70938              From: Jeff Pinyan <jeffp@crusoe.net>
70939              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
70940              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
70941      Branch: perl
70942            ! lib/Cwd.pm
70943 ____________________________________________________________________________
70944 [  6418] By: jhi                                   on 2000/07/23  23:48:56
70945         Log: Detypo.
70946              
70947              Subject: [PATCH perl-current] Typo in hints/powerux.sh
70948              From: "Richard Soderberg" <rs@crystalflame.net>
70949              Date: Sun, 23 Jul 2000 01:27:33 -0700
70950              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
70951      Branch: perl
70952            ! hints/powerux.sh
70953 ____________________________________________________________________________
70954 [  6417] By: jhi                                   on 2000/07/17  22:13:31
70955         Log: Subject: SDBM_File documentation
70956              From: mjd@plover.com
70957              Date: 16 Jul 2000 17:41:17 -0000
70958              Message-ID: <20000716174117.18515.qmail@plover.com>
70959      Branch: perl
70960            ! ext/SDBM_File/SDBM_File.pm
70961 ____________________________________________________________________________
70962 [  6416] By: jhi                                   on 2000/07/17  19:13:26
70963         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
70964      Branch: perl
70965            ! hints/mpeix.sh mpeix/relink
70966 ____________________________________________________________________________
70967 [  6415] By: jhi                                   on 2000/07/15  14:11:02
70968         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
70969              the utf8 'characters' can be more than one octet).
70970              
70971              Date: Sat, 15 Jul 2000 00:21:56 +0100
70972              From: Tom Hughes <tom@compton.nu>
70973              Subject: Re: [ID 20000714.002]
70974              Message-ID: <db2334de49.tom@compton.compton.nu>
70975              
70976              Reported in
70977              
70978              Subject: [ID 20000714.002]
70979              From: "Simon Cozens" <simon@othersideofthe.earth.li>
70980              Date: 14 Jul 2000 15:13:09 -0000
70981              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
70982      Branch: perl
70983            ! doop.c
70984 ____________________________________________________________________________
70985 [  6414] By: jhi                                   on 2000/07/15  03:13:41
70986         Log: another VMS build tweak from Peter Prymmer
70987      Branch: perl
70988            ! vms/descrip_mms.template
70989 ____________________________________________________________________________
70990 [  6413] By: jhi                                   on 2000/07/15  03:10:40
70991         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
70992      Branch: perl
70993            ! vms/perlvms.pod
70994 ____________________________________________________________________________
70995 [  6412] By: jhi                                   on 2000/07/15  00:31:05
70996         Log: More docs for sv functions.
70997              
70998              Subject: [PATCH cfgperl] sv.c apidoc
70999              From: simon@brecon.co.uk (Simon Cozens)
71000              Date: 13 Jul 2000 09:00:20 GMT
71001              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
71002              
71003              Subject: Re: [PATCH cfgperl] sv.c apidoc
71004              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71005              Date: Thu, 13 Jul 2000 12:27:41 +0100
71006              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
71007              
71008              Subject: Re: [PATCH cfgperl] sv.c apidoc
71009              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71010              Date: Thu, 13 Jul 2000 13:23:09 +0100
71011              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
71012              
71013              Subject: Re: [PATCH cfgperl] sv.c apidoc
71014              From: simon@brecon.co.uk (Simon Cozens)
71015              Date: 14 Jul 2000 06:51:02 GMT
71016              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
71017      Branch: perl
71018            ! embed.pl pod/perlapi.pod sv.c
71019 ____________________________________________________________________________
71020 [  6411] By: jhi                                   on 2000/07/15  00:10:41
71021         Log: lib/b test fixes from Peter Prymmer.
71022      Branch: perl
71023            ! t/lib/b.t
71024 ____________________________________________________________________________
71025 [  6410] By: jhi                                   on 2000/07/15  00:02:09
71026         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
71027              From: Hugo <hv@crypt.compulink.co.uk>
71028              Date: Fri, 14 Jul 2000 23:05:20 +0100
71029              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
71030              
71031              Didn't anymore apply, but that point still could use another fix.
71032      Branch: perl
71033            ! pod/perlfunc.pod
71034 ____________________________________________________________________________
71035 [  6409] By: jhi                                   on 2000/07/14  23:15:15
71036         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
71037              not in pod, from Peter Prymmer
71038      Branch: perl
71039            ! vms/descrip_mms.template
71040 ____________________________________________________________________________
71041 [  6408] By: jhi                                   on 2000/07/14  20:35:05
71042         Log: The bug report
71043              [ID 19991110.002] minimal matching discrepancy found by pcre author
71044              seems to have been fixed (though differently from what was suggested
71045              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
71046      Branch: perl
71047            ! t/op/re_tests
71048 ____________________________________________________________________________
71049 [  6407] By: jhi                                   on 2000/07/14  17:38:08
71050         Log: Fix AutoSplit to use File::Spec the right way in VMS,
71051              from Peter Prymmer.
71052      Branch: perl
71053            ! lib/AutoSplit.pm
71054 ____________________________________________________________________________
71055 [  6406] By: jhi                                   on 2000/07/14  14:13:22
71056         Log: Merge perlhacktut into perlhack, update perlguts.
71057              
71058              Subject: Re: Perlhacktut
71059              From: simon@brecon.co.uk (Simon Cozens)
71060              Date: 14 Jul 2000 06:49:21 GMT
71061              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
71062              
71063              Subject: Re: Perlhacktut
71064              From: simon@brecon.co.uk (Simon Cozens)
71065              Date: 14 Jul 2000 07:09:45 GMT
71066              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
71067      Branch: perl
71068            ! pod/perlguts.pod pod/perlhack.pod
71069 ____________________________________________________________________________
71070 [  6405] By: jhi                                   on 2000/07/14  14:02:31
71071         Log: Integrate with Sarathy.
71072      Branch: cfgperl
71073           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
71074           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
71075           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
71076 ____________________________________________________________________________
71077 [  6404] By: gsar                                  on 2000/07/14  12:15:02
71078         Log: PERL_OBJECT build tweaks
71079      Branch: perl
71080            ! toke.c
71081 ____________________________________________________________________________
71082 [  6403] By: gsar                                  on 2000/07/14  11:23:41
71083         Log: inconsistent types needs casts
71084      Branch: perl
71085            ! toke.c
71086 ____________________________________________________________________________
71087 [  6402] By: gsar                                  on 2000/07/14  11:12:04
71088         Log: typos in change#6399, regen headers
71089      Branch: perl
71090            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
71091 ____________________________________________________________________________
71092 [  6401] By: gsar                                  on 2000/07/14  10:59:12
71093         Log: typecasts needed for change#6394
71094      Branch: perl
71095            ! toke.c
71096 ____________________________________________________________________________
71097 [  6400] By: gsar                                  on 2000/07/14  10:49:37
71098         Log: integrate cfgperl contents into mainline
71099      Branch: perl
71100           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
71101           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
71102 ____________________________________________________________________________
71103 [  6399] By: gsar                                  on 2000/07/14  10:38:35
71104         Log: enable UTF-16 filter by default if relevant BOM is seen; various
71105              cleanups (typos, misformatted code, and small bugs)
71106      Branch: perl
71107            ! doop.c embed.pl mg.c op.c pp.c toke.c
71108 ____________________________________________________________________________
71109 [  6398] By: gsar                                  on 2000/07/14  08:55:38
71110         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
71111              name suggests anyway)
71112      Branch: perl
71113            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
71114 ____________________________________________________________________________
71115 [  6397] By: gsar                                  on 2000/07/14  08:44:33
71116         Log: move new variables to the end of the interpreter structure (for
71117              bincompat in code that doesn't #include XSUB.h)
71118      Branch: perl
71119            ! intrpvar.h
71120 ____________________________________________________________________________
71121 [  6396] By: gsar                                  on 2000/07/14  08:13:58
71122         Log: MakeMaker should not remove editor backups (*~) on `make clean`
71123              by default (completes change#6383)
71124      Branch: perl
71125            ! lib/ExtUtils/MM_Unix.pm
71126 ____________________________________________________________________________
71127 [  6395] By: jhi                                   on 2000/07/14  05:20:33
71128         Log: Replace change #6337 with a better one.
71129              
71130              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
71131              From: Hugo <hv@crypt.compulink.co.uk>
71132              Date: Fri, 14 Jul 2000 04:16:20 +0100
71133              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
71134      Branch: cfgperl
71135            ! regexec.c t/op/re_tests
71136 ____________________________________________________________________________
71137 [  6394] By: jhi                                   on 2000/07/14  01:33:59
71138         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
71139      Branch: cfgperl
71140            ! embed.pl global.sym proto.h toke.c
71141 ____________________________________________________________________________
71142 [  6393] By: jhi                                   on 2000/07/13  23:41:23
71143         Log: remove discarded test
71144      Branch: cfgperl
71145            ! MANIFEST
71146 ____________________________________________________________________________
71147 [  6392] By: jhi                                   on 2000/07/13  23:32:25
71148         Log: The {multiplier} of a fixed substring was overlooked which
71149              caused a wrong initial search offset for that substring.
71150              
71151              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
71152              From: Hugo <hv@crypt.compulink.co.uk>
71153              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
71154              Date: Thu, 13 Jul 2000 19:27:13 +0100
71155      Branch: cfgperl
71156            ! regcomp.c t/op/re_tests
71157 ____________________________________________________________________________
71158 [  6391] By: jhi                                   on 2000/07/13  16:37:42
71159         Log: typo fix from Craig Berry
71160      Branch: cfgperl
71161            ! vms/subconfigure.com
71162 ____________________________________________________________________________
71163 [  6390] By: jhi                                   on 2000/07/13  13:20:12
71164         Log: Integrate with Sarathy.
71165      Branch: cfgperl
71166            - t/op/method2entersub.t
71167           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
71168           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
71169           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
71170           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
71171 ____________________________________________________________________________
71172 [  6389] By: jhi                                   on 2000/07/13  13:18:48
71173         Log: Detypo from Peter Prymmer, part of #6388.
71174      Branch: cfgperl
71175            ! Configure config_h.SH
71176      Branch: metaconfig
71177            ! U/modified/d_longlong.U
71178 ____________________________________________________________________________
71179 [  6388] By: gsar                                  on 2000/07/13  06:33:40
71180         Log: typos (spotted by Peter Prymmer)
71181      Branch: perl
71182            ! Configure t/lib/english.t
71183 ____________________________________________________________________________
71184 [  6387] By: gsar                                  on 2000/07/13  05:35:28
71185         Log: new selfloader.t in change#6183 doesn't close DATA handles,
71186              and thus fails to clean up tmp files on dosish platforms
71187      Branch: perl
71188            ! t/lib/selfloader.t
71189 ____________________________________________________________________________
71190 [  6386] By: gsar                                  on 2000/07/12  21:42:39
71191         Log: sprintf test tweaks (from Dominic Dunlop)
71192      Branch: perl
71193            ! t/op/sprintf.t
71194 ____________________________________________________________________________
71195 [  6385] By: gsar                                  on 2000/07/12  21:33:46
71196         Log: fix bugs in processing %v-*d and similar format specs (from
71197              Avi Finkel <avi@finkel.org>)
71198      Branch: perl
71199            ! sv.c t/op/sprintf.t
71200 ____________________________________________________________________________
71201 [  6384] By: gsar                                  on 2000/07/12  16:04:19
71202         Log: readd missing perldelta.pod changes from changes#6339,6376
71203      Branch: perl
71204            ! pod/perldelta.pod
71205 ____________________________________________________________________________
71206 [  6383] By: gsar                                  on 2000/07/12  16:00:51
71207         Log: don't clobber *.orig files on *clean targets
71208      Branch: perl
71209            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
71210 ____________________________________________________________________________
71211 [  6382] By: gsar                                  on 2000/07/12  07:59:12
71212         Log: fix broken integrations in cfgperl
71213      Branch: cfgperl
71214           !> Changes pod/perldelta.pod
71215 ____________________________________________________________________________
71216 [  6381] By: gsar                                  on 2000/07/12  07:42:17
71217         Log: integrate cfgperl changes into mainline
71218      Branch: perl
71219            ! Changes
71220           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
71221           !> pod/perlre.pod
71222 ____________________________________________________________________________
71223 [  6380] By: gsar                                  on 2000/07/12  07:31:00
71224         Log: get sprintf.t to adjust properly for 3-digit exponents
71225      Branch: perl
71226            ! t/op/sprintf.t
71227 ____________________________________________________________________________
71228 [  6379] By: gsar                                  on 2000/07/12  06:40:04
71229         Log: change#6174 needs corresponding change in win32/config_h.PL,
71230              which grovels through config_h.SH to find the config.h name
71231      Branch: perl
71232            ! win32/config_h.PL
71233 ____________________________________________________________________________
71234 [  6378] By: jhi                                   on 2000/07/12  05:03:59
71235         Log: Do the cc sanity check both before the hints and
71236              after the cc selction.
71237      Branch: cfgperl
71238            ! Configure config_h.SH
71239      Branch: metaconfig
71240            ! U/modified/Oldconfig.U U/modified/cc.U
71241      Branch: metaconfig/U/perl
71242            + Checkcc.U
71243 ____________________________________________________________________________
71244 [  6377] By: jhi                                   on 2000/07/12  02:49:22
71245         Log: Fix nits noticed by Boston.pm.
71246      Branch: cfgperl
71247            ! pod/perlre.pod
71248 ____________________________________________________________________________
71249 [  6376] By: jhi                                   on 2000/07/11  21:22:13
71250         Log: Configure cosmetics and perldelta.
71251      Branch: cfgperl
71252            ! Configure config_h.SH pod/perldelta.pod
71253      Branch: metaconfig
71254            ! U/modified/cc.U
71255 ____________________________________________________________________________
71256 [  6375] By: gsar                                  on 2000/07/11  21:17:35
71257         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
71258      Branch: perl
71259            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
71260            ! win32/win32sck.c
71261 ____________________________________________________________________________
71262 [  6374] By: gsar                                  on 2000/07/11  20:48:50
71263         Log: tweak for build failure under multiplicity
71264      Branch: perl
71265            ! toke.c
71266 ____________________________________________________________________________
71267 [  6373] By: gsar                                  on 2000/07/11  20:37:23
71268         Log: integrate cfgperl changes#6325..6373 into mainline
71269              (NOTE: today's batch of integrations still untested)
71270      Branch: perl
71271           +> ext/DynaLoader/hints/netbsd.pl
71272            ! Changes
71273           !> (integrate 26 files)
71274 ____________________________________________________________________________
71275 [  6372] By: jhi                                   on 2000/07/11  20:30:36
71276         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
71277              regen perltoc.
71278      Branch: cfgperl
71279            + pod/perlbook.pod
71280            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
71281            ! pod/perltoc.pod
71282 ____________________________________________________________________________
71283 [  6371] By: jhi                                   on 2000/07/11  20:08:56
71284         Log: Minor cleanups on the booklist.
71285      Branch: cfgperl
71286            ! pod/perlfaq2.pod
71287 ____________________________________________________________________________
71288 [  6370] By: jhi                                   on 2000/07/11  19:31:13
71289         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
71290      Branch: cfgperl
71291            ! t/pragma/overload.t
71292 ____________________________________________________________________________
71293 [  6369] By: gsar                                  on 2000/07/11  19:27:48
71294         Log: integrate cfgperl changes#6293..6324 into mainline
71295      Branch: perl
71296           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
71297            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
71298           !> (integrate 30 files)
71299 ____________________________________________________________________________
71300 [  6368] By: gsar                                  on 2000/07/11  19:18:57
71301         Log: skip integrate of problematic change#6292 from cfgperl into mainline
71302      Branch: perl
71303           !> pp_hot.c
71304 ____________________________________________________________________________
71305 [  6367] By: gsar                                  on 2000/07/11  19:17:21
71306         Log: integrate cfgperl changes#6288..6290 into mainline
71307      Branch: perl
71308           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
71309 ____________________________________________________________________________
71310 [  6366] By: gsar                                  on 2000/07/11  19:11:18
71311         Log: integrate cfgperl changes#6268..6282 into mainline
71312      Branch: perl
71313           !> (integrate 30 files)
71314 ____________________________________________________________________________
71315 [  6365] By: gsar                                  on 2000/07/11  18:57:00
71316         Log: delete new accidentally branched file
71317      Branch: perl
71318            - t/op/method2entersub.t
71319 ____________________________________________________________________________
71320 [  6364] By: gsar                                  on 2000/07/11  18:55:13
71321         Log: skip integrate of change#6267 from cfgperl into mainline (the
71322              method call optimization is flawed without additional hints
71323              from user about immutableness of @ISA and no runtime method
71324              definitions)
71325      Branch: perl
71326           +> t/op/method2entersub.t
71327           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
71328           !> perl.h t/op/sprintf.t xsutils.c
71329 ____________________________________________________________________________
71330 [  6363] By: gsar                                  on 2000/07/11  18:49:43
71331         Log: integrate cfgperl changes#6261..6266 into mainline
71332      Branch: perl
71333           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
71334           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
71335           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71336           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
71337 ____________________________________________________________________________
71338 [  6362] By: gsar                                  on 2000/07/11  18:43:26
71339         Log: integrate cfgperl changes#6252..6260 into mainline
71340      Branch: perl
71341           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
71342           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
71343           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
71344           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
71345 ____________________________________________________________________________
71346 [  6361] By: gsar                                  on 2000/07/11  18:37:12
71347         Log: skip integrate of problematic change#6251 from cfgperl into mainline
71348      Branch: perl
71349           !> lib/Exporter.pm
71350 ____________________________________________________________________________
71351 [  6360] By: gsar                                  on 2000/07/11  18:34:56
71352         Log: integrate cfgperl change#6250 into mainline
71353      Branch: perl
71354           +> t/op/my_stash.t
71355           !> MANIFEST embed.pl proto.h toke.c
71356 ____________________________________________________________________________
71357 [  6359] By: gsar                                  on 2000/07/11  18:21:19
71358         Log: integrate cfgperl changes#6242..6249 into mainline
71359      Branch: perl
71360           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
71361           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
71362           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
71363           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
71364           !> t/lib/peek.t utf8.c
71365 ____________________________________________________________________________
71366 [  6358] By: gsar                                  on 2000/07/11  18:15:45
71367         Log: skip integrate of problematic change#6241 from cfgperl into mainline
71368      Branch: perl
71369           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
71370 ____________________________________________________________________________
71371 [  6357] By: jhi                                   on 2000/07/11  18:15:16
71372         Log: Fix for
71373              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
71374              From: Roderick Schertler <roderick@argon.org> 
71375              Date: Tue, 11 Jul 2000 13:55:05 -0400 
71376              Message-Id: <200007111755.NAA05077@jones.argon.org> 
71377      Branch: cfgperl
71378            ! doio.c
71379 ____________________________________________________________________________
71380 [  6356] By: jhi                                   on 2000/07/11  18:12:51
71381         Log: Typo in #6341.
71382      Branch: cfgperl
71383            ! pp_hot.c
71384 ____________________________________________________________________________
71385 [  6355] By: gsar                                  on 2000/07/11  18:12:10
71386         Log: integrate cfgperl changes#6231..6240 into mainline
71387      Branch: perl
71388           +> pod/perlutil.pod
71389           !> (integrate 35 files)
71390 ____________________________________________________________________________
71391 [  6354] By: jhi                                   on 2000/07/11  18:04:34
71392         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
71393              From: Dominic Dunlop <domo@computer.org> 
71394              Date: Tue, 11 Jul 2000 12:27:33 +0200 
71395              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
71396              
71397              Replaces change #6268.
71398      Branch: cfgperl
71399            ! t/op/sprintf.t
71400 ____________________________________________________________________________
71401 [  6353] By: gsar                                  on 2000/07/11  17:59:51
71402         Log: skip integrate of problematic change#6230 from cfgperl into mainline
71403              (a later version of File::Spec is already in mainline)
71404      Branch: perl
71405           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
71406           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
71407 ____________________________________________________________________________
71408 [  6352] By: gsar                                  on 2000/07/11  17:57:48
71409         Log: integrate cfgperl changes#6224..6229 into mainline
71410      Branch: perl
71411           +> lib/lib.pm.PL
71412            - lib/lib.pm
71413           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
71414           !> lib/English.pm op.c t/lib/english.t
71415 ____________________________________________________________________________
71416 [  6351] By: gsar                                  on 2000/07/11  17:50:10
71417         Log: skip integrate of problematic change#6223 from cfgperl into mainline
71418      Branch: perl
71419           !> doio.c
71420 ____________________________________________________________________________
71421 [  6350] By: gsar                                  on 2000/07/11  17:48:28
71422         Log: integrate cfgperl changes#6220..6222 into mainline
71423      Branch: perl
71424           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
71425           !> toke.c utf8.c win32/win32.h
71426 ____________________________________________________________________________
71427 [  6349] By: gsar                                  on 2000/07/11  17:46:13
71428         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
71429              mainline
71430      Branch: perl
71431           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71432           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
71433           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71434 ____________________________________________________________________________
71435 [  6348] By: jhi                                   on 2000/07/11  17:45:49
71436         Log: README.posix-bc podified from Thomas Dorner.
71437      Branch: cfgperl
71438            ! README.posix-bc
71439 ____________________________________________________________________________
71440 [  6347] By: gsar                                  on 2000/07/11  17:42:04
71441         Log: integrate cfgperl change#6217 into mainline
71442      Branch: perl
71443           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
71444           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
71445           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
71446 ____________________________________________________________________________
71447 [  6346] By: gsar                                  on 2000/07/11  17:39:37
71448         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
71449              mainline
71450      Branch: perl
71451           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
71452           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71453           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
71454           !> perlapi.h pod/perlapi.pod
71455 ____________________________________________________________________________
71456 [  6345] By: gsar                                  on 2000/07/11  17:36:42
71457         Log: integrate cfgperl changes#6207..6210 into mainline
71458      Branch: perl
71459           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
71460           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
71461 ____________________________________________________________________________
71462 [  6344] By: gsar                                  on 2000/07/11  17:31:20
71463         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
71464              mainline
71465      Branch: perl
71466           !> (integrate 40 files)
71467 ____________________________________________________________________________
71468 [  6343] By: gsar                                  on 2000/07/11  17:19:08
71469         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
71470      Branch: perl
71471           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
71472            ! Changes
71473           !> (integrate 34 files)
71474 ____________________________________________________________________________
71475 [  6342] By: jhi                                   on 2000/07/11  16:05:48
71476         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
71477              To: perl5-porters@perl.org
71478              From: Karsten Sperling <spiff@phreax.net>
71479              Date: Mon, 10 Jul 2000 15:12:52 +0200
71480              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
71481      Branch: cfgperl
71482            ! lib/Symbol.pm
71483 ____________________________________________________________________________
71484 [  6341] By: jhi                                   on 2000/07/11  15:59:23
71485         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
71486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71487              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
71488              Date: Fri, 07 Jul 2000 17:57:16 +0100
71489      Branch: cfgperl
71490            ! pp_hot.c
71491 ____________________________________________________________________________
71492 [  6340] By: jhi                                   on 2000/07/11  15:55:47
71493         Log: Subject: Re: format bug report  [Patch]
71494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71495              Date: Wed, 05 Jul 2000 13:12:52 +0200
71496              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
71497              
71498              Subject: Re: format bug report  [Patch]
71499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71500              Date: Wed, 05 Jul 2000 14:10:01 +0200
71501              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
71502      Branch: cfgperl
71503            ! t/op/write.t toke.c
71504 ____________________________________________________________________________
71505 [  6339] By: jhi                                   on 2000/07/11  13:54:09
71506         Log: Be less forgiving about ambiguous and illegal tr ranges.
71507              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
71508              From: Mark-Jason Dominus <mjd@plover.com>
71509              Date: Tue, 04 Jul 2000 10:00:12 -0400
71510              Message-ID: <20000704140012.17772.qmail@plover.com>
71511              
71512              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
71513              From: Mark-Jason Dominus <mjd@plover.com>
71514              Date: Wed, 05 Jul 2000 09:37:36 -0400
71515              Message-ID: <20000705133736.27293.qmail@plover.com>
71516      Branch: cfgperl
71517            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
71518 ____________________________________________________________________________
71519 [  6338] By: jhi                                   on 2000/07/11  13:31:24
71520         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
71521              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71522              Date: Tue, 11 Jul 2000 13:50:51 +0100
71523              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
71524      Branch: cfgperl
71525            ! sv.c
71526 ____________________________________________________________________________
71527 [  6337] By: jhi                                   on 2000/07/11  13:29:14
71528         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
71529              From: Hugo <hv@crypt.compulink.co.uk>
71530              Date: Tue, 11 Jul 2000 12:44:50 +0100
71531              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
71532      Branch: cfgperl
71533            ! regexec.c t/op/re_tests
71534 ____________________________________________________________________________
71535 [  6336] By: jhi                                   on 2000/07/11  13:26:47
71536         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
71537              From: simon@brecon.co.uk (Simon Cozens)
71538              Date: 7 Jul 2000 11:26:09 GMT
71539              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
71540      Branch: cfgperl
71541            ! mg.c
71542 ____________________________________________________________________________
71543 [  6335] By: jhi                                   on 2000/07/11  13:23:37
71544         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
71545              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
71546              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
71547              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
71548      Branch: cfgperl
71549            + ext/DynaLoader/hints/netbsd.pl
71550            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
71551 ____________________________________________________________________________
71552 [  6334] By: jhi                                   on 2000/07/11  13:20:38
71553         Log: Subject: PATCH perlguts.pod: Document D and d magic types
71554              From: mjd@plover.com
71555              Date: 5 Jul 2000 18:01:51 -0000
71556              Message-ID: <20000705180151.29413.qmail@plover.com>
71557      Branch: cfgperl
71558            ! pod/perlguts.pod
71559 ____________________________________________________________________________
71560 [  6333] By: jhi                                   on 2000/07/11  13:15:51
71561         Log: Precedence goof, fix based on
71562              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
71563              From: Hugo <hv@crypt.compulink.co.uk>
71564              Date: Tue, 11 Jul 2000 12:52:38 +0100
71565              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
71566      Branch: cfgperl
71567            ! t/op/taint.t
71568 ____________________________________________________________________________
71569 [  6332] By: jhi                                   on 2000/07/11  12:40:17
71570         Log: Integrate with Sarathy.
71571      Branch: cfgperl
71572           !> win32/win32sck.c
71573 ____________________________________________________________________________
71574 [  6331] By: jhi                                   on 2000/07/10  20:14:16
71575         Log: Sprinkle ldlibpath.
71576      Branch: cfgperl
71577            ! pod/Makefile.SH
71578 ____________________________________________________________________________
71579 [  6330] By: jhi                                   on 2000/07/10  17:54:49
71580         Log: More POSIX.pod tweaks.
71581      Branch: cfgperl
71582            ! ext/POSIX/POSIX.pod
71583 ____________________________________________________________________________
71584 [  6329] By: jhi                                   on 2000/07/10  14:02:12
71585         Log: Reorder perl.pod once more.
71586      Branch: cfgperl
71587            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71588 ____________________________________________________________________________
71589 [  6328] By: gsar                                  on 2000/07/10  07:06:00
71590         Log: accept() leaks memory on windows due to incorrect ordering of
71591              closesocket() and fclose() calls
71592      Branch: perl
71593            ! win32/win32sck.c
71594 ____________________________________________________________________________
71595 [  6327] By: gsar                                  on 2000/07/10  06:49:17
71596         Log: winsock options weren't being set in all threads under ithreads
71597              (caused send()s from second and subsequent threads to fail)
71598      Branch: perl
71599            ! win32/win32sck.c
71600 ____________________________________________________________________________
71601 [  6326] By: jhi                                   on 2000/07/08  02:45:40
71602         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
71603              was cast to an unsigned (32-bit) integer with wild abandon.
71604      Branch: cfgperl
71605            ! ext/Devel/DProf/DProf.xs
71606 ____________________________________________________________________________
71607 [  6325] By: jhi                                   on 2000/07/07  18:50:33
71608         Log: Remove perlbook, update perlfaq book listing,
71609              rearrange perl.pod, regenerate perltoc.
71610      Branch: cfgperl
71611            - pod/perlbook.pod
71612            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
71613            ! pod/perlfaq2.pod pod/perltoc.pod
71614 ____________________________________________________________________________
71615 [  6324] By: jhi                                   on 2000/07/07  14:03:40
71616         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
71617      Branch: cfgperl
71618            ! sv.h toke.c
71619 ____________________________________________________________________________
71620 [  6323] By: jhi                                   on 2000/07/06  16:03:55
71621         Log: Fix complaints of buildtoc.
71622      Branch: cfgperl
71623            + lib/Win32.pod
71624            - pod/Win32.pod
71625            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71626 ____________________________________________________________________________
71627 [  6322] By: jhi                                   on 2000/07/06  15:15:52
71628         Log: Add =head1 NAMEs so that buildtoc is happy.
71629              (The CGI::Util nit reported to Lincoln.)
71630      Branch: cfgperl
71631            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
71632            ! pod/perltoc.pod
71633 ____________________________________________________________________________
71634 [  6321] By: jhi                                   on 2000/07/06  03:16:04
71635         Log: Config is being used.
71636      Branch: cfgperl
71637            ! t/op/method.t
71638 ____________________________________________________________________________
71639 [  6320] By: jhi                                   on 2000/07/06  03:13:13
71640         Log: Integrate with Sarathy.
71641      Branch: cfgperl
71642           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
71643 ____________________________________________________________________________
71644 [  6319] By: jhi                                   on 2000/07/06  03:11:46
71645         Log: Autogenerate pod/Makefile and pod/buildtoc.
71646              buildtoc also checks whether the existing pods are
71647              mentioned in MANIFEST and perl.pod, and vice versa.
71648              (None of the thusly found discrepancies fixed yet.)
71649              roffitall also needs to be autogenerated similarly but it
71650              seems so badly out of date that I didn't touch it yet.
71651      Branch: cfgperl
71652            + pod/Makefile.SH pod/buildtoc.PL
71653            - pod/Makefile pod/buildtoc
71654            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
71655 ____________________________________________________________________________
71656 [  6318] By: gsar                                  on 2000/07/05  22:10:54
71657         Log: fix UNC path handling on Windows under ithreads, and chdir()
71658              return value when given a non-existent directory
71659      Branch: perl
71660            ! win32/vdir.h
71661 ____________________________________________________________________________
71662 [  6317] By: gsar                                  on 2000/07/05  22:08:19
71663         Log: winsock cleanup never done on Windows (leads to handle leaks)
71664      Branch: perl
71665            ! win32/perllib.c win32/win32sck.c
71666 ____________________________________________________________________________
71667 [  6316] By: gsar                                  on 2000/07/05  22:06:19
71668         Log: some debugger output does not go to the socket when RemotePort is set
71669      Branch: perl
71670            ! lib/perl5db.pl
71671 ____________________________________________________________________________
71672 [  6315] By: jhi                                   on 2000/07/05  00:25:21
71673         Log: Integrate with Sarathy, preliminary fix for unicos
71674              alignment problems in [ID 20000612.002] Perl problem on Cray system.
71675      Branch: cfgperl
71676            ! sv.h
71677           !> pp_hot.c
71678 ____________________________________________________________________________
71679 [  6314] By: gsar                                  on 2000/07/04  23:34:02
71680         Log: tyop in change#6306
71681      Branch: perl
71682            ! pp_hot.c
71683 ____________________________________________________________________________
71684 [  6313] By: jhi                                   on 2000/07/04  22:14:38
71685         Log: Multiline string literals ENONPORTABLE.
71686      Branch: cfgperl
71687            ! pp_hot.c
71688 ____________________________________________________________________________
71689 [  6312] By: jhi                                   on 2000/07/04  20:34:44
71690         Log: Integrate with Sarathy.
71691      Branch: cfgperl
71692           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
71693           !> t/op/method.t
71694 ____________________________________________________________________________
71695 [  6311] By: jhi                                   on 2000/07/04  20:30:56
71696         Log: More POSIX.pod embellishment.
71697      Branch: cfgperl
71698            ! ext/POSIX/POSIX.pod
71699 ____________________________________________________________________________
71700 [  6310] By: gsar                                  on 2000/07/04  17:28:48
71701         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
71702      Branch: perl
71703            ! t/lib/b.t
71704 ____________________________________________________________________________
71705 [  6309] By: jhi                                   on 2000/07/04  17:22:18
71706         Log: The #6308 required a little bit more.
71707      Branch: cfgperl
71708            ! Makefile.SH win32/Makefile
71709 ____________________________________________________________________________
71710 [  6308] By: jhi                                   on 2000/07/04  16:35:24
71711         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
71712      Branch: cfgperl
71713            + lib/lib_pm.PL
71714            - lib/lib.pm.PL
71715            ! MANIFEST Makefile.SH
71716 ____________________________________________________________________________
71717 [  6307] By: jhi                                   on 2000/07/04  16:28:58
71718         Log: Win32 patches for cfgperl from Sarathy.
71719      Branch: cfgperl
71720            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
71721            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
71722            ! thread.h toke.c util.c win32/Makefile win32/win32.c
71723 ____________________________________________________________________________
71724 [  6306] By: gsar                                  on 2000/07/04  16:28:40
71725         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
71726              (from Richard Soderberg <rs@oregonnet.com>)
71727      Branch: perl
71728            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
71729 ____________________________________________________________________________
71730 [  6305] By: jhi                                   on 2000/07/04  16:24:24
71731         Log: Integrate with Sarathy.
71732      Branch: cfgperl
71733           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
71734           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71735           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
71736           !> proto.h win32/win32.c
71737 ____________________________________________________________________________
71738 [  6304] By: gsar                                  on 2000/07/04  16:17:24
71739         Log: missing perldiag entry for unpack("w",...) diagnostic (from
71740              Andreas Koenig)
71741      Branch: perl
71742            ! pod/perldiag.pod
71743 ____________________________________________________________________________
71744 [  6303] By: gsar                                  on 2000/07/04  16:14:44
71745         Log: remove rel2abs prototypes (from Barrie Slaymaker)
71746      Branch: perl
71747            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71748            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71749 ____________________________________________________________________________
71750 [  6302] By: gsar                                  on 2000/07/04  04:59:35
71751         Log: adjust change#6299
71752      Branch: perl
71753            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
71754            ! win32/win32.c
71755 ____________________________________________________________________________
71756 [  6301] By: jhi                                   on 2000/07/04  04:50:07
71757         Log: Integrate with Sarathy.
71758      Branch: cfgperl
71759           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
71760           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
71761           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
71762 ____________________________________________________________________________
71763 [  6300] By: gsar                                  on 2000/07/04  04:42:09
71764         Log: PERL_OBJECT build tweak
71765      Branch: perl
71766            ! perl.h
71767 ____________________________________________________________________________
71768 [  6299] By: gsar                                  on 2000/07/04  04:37:00
71769         Log: fix memory leak on Windows (PL_sys_intern contents were never
71770              freed)
71771      Branch: perl
71772            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
71773            ! perlapi.c proto.h win32/win32.c
71774 ____________________________________________________________________________
71775 [  6298] By: gsar                                  on 2000/07/04  04:15:59
71776         Log: fix large memory leak that has been around for ever, masked by
71777              -DPURIFY (most of the arenas were never freed!)
71778      Branch: perl
71779            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
71780 ____________________________________________________________________________
71781 [  6297] By: gsar                                  on 2000/07/04  04:07:46
71782         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
71783      Branch: perl
71784            ! perl.c
71785 ____________________________________________________________________________
71786 [  6296] By: jhi                                   on 2000/06/30  18:28:37
71787         Log: Elaborate POSIX.pod.  Still needs work.
71788      Branch: cfgperl
71789            ! ext/POSIX/POSIX.pod
71790 ____________________________________________________________________________
71791 [  6295] By: jhi                                   on 2000/06/30  14:58:18
71792         Log: Point to perlipc for more SysV IPC examples.
71793      Branch: cfgperl
71794            ! pod/perlfunc.pod
71795 ____________________________________________________________________________
71796 [  6294] By: gsar                                  on 2000/06/30  14:47:45
71797         Log: slurp mode fix in change#4736 still not quite right
71798      Branch: perl
71799            ! pp_hot.c t/io/argv.t
71800 ____________________________________________________________________________
71801 [  6293] By: jhi                                   on 2000/06/30  12:02:55
71802         Log: Integrate with Sarathy.
71803      Branch: cfgperl
71804           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
71805 ____________________________________________________________________________
71806 [  6292] By: jhi                                   on 2000/06/30  12:01:11
71807         Log: From: simon@brecon.co.uk (Simon Cozens)
71808              Subject: UTF8 concat
71809              Date: 30 Jun 2000 06:13:25 GMT
71810              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
71811      Branch: cfgperl
71812            ! pp_hot.c
71813 ____________________________________________________________________________
71814 [  6291] By: gsar                                  on 2000/06/30  04:37:33
71815         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
71816              when @_ is modified, causing coredumps
71817      Branch: perl
71818            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
71819 ____________________________________________________________________________
71820 [  6290] By: jhi                                   on 2000/06/30  02:21:44
71821         Log: Integrate with Sarathy.
71822      Branch: cfgperl
71823           !> vms/vms.c vms/vmsish.h
71824 ____________________________________________________________________________
71825 [  6289] By: jhi                                   on 2000/06/30  02:21:02
71826         Log: Check VERSIONs.
71827      Branch: cfgperl
71828            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
71829            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
71830            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71831 ____________________________________________________________________________
71832 [  6288] By: jhi                                   on 2000/06/30  02:18:52
71833         Log: Integrate with Sarathy.
71834      Branch: cfgperl
71835           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
71836           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
71837           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
71838           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
71839 ____________________________________________________________________________
71840 [  6287] By: gsar                                  on 2000/06/30  02:17:08
71841         Log: integrate vmsperl changes into mainline
71842      Branch: perl
71843           !> vms/vms.c vms/vmsish.h
71844 ____________________________________________________________________________
71845 [  6285] By: gsar                                  on 2000/06/30  02:05:28
71846         Log: localize %INC in a Safe compartment so that use/require work
71847              (many other magic globals probably need similar treatment)
71848      Branch: perl
71849            ! ext/Opcode/Opcode.xs
71850 ____________________________________________________________________________
71851 [  6284] By: gsar                                  on 2000/06/30  01:54:54
71852         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
71853              about Windows
71854      Branch: perl
71855            ! pod/perlembed.pod
71856 ____________________________________________________________________________
71857 [  6283] By: jhi                                   on 2000/06/30  01:50:10
71858         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
71859              From: Barrie Slaymaker <barries@jester.slaysys.com>
71860              Date: Wed, 28 Jun 2000 11:35:29 -0400
71861              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
71862      Branch: perl
71863            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
71864            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
71865            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71866            ! lib/File/Spec/Win32.pm
71867 ____________________________________________________________________________
71868 [  6282] By: jhi                                   on 2000/06/29  22:57:22
71869         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
71870              From: Dan Sugalski <dan@sidhe.org>
71871              Date: Tue, 06 Jun 2000 11:59:50 -0400
71872              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
71873      Branch: cfgperl
71874            ! vms/vms.c
71875 ____________________________________________________________________________
71876 [  6281] By: jhi                                   on 2000/06/29  22:52:50
71877         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
71878              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
71879              Date: Wed, 7 Jun 2000 04:02:04 -0500
71880              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
71881      Branch: cfgperl
71882            ! utils/h2xs.PL
71883 ____________________________________________________________________________
71884 [  6280] By: jhi                                   on 2000/06/29  22:45:47
71885         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
71886              From: rspier@pobox.com (Robert Spier)
71887              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
71888              Message-ID: <14654.31913.845602.610277@rls.cx>
71889      Branch: cfgperl
71890            ! utils/h2xs.PL
71891 ____________________________________________________________________________
71892 [  6279] By: jhi                                   on 2000/06/29  22:38:16
71893         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
71894              From: Tim Ayers <tayers@bridge.com>
71895              Date: Thu, 08 Jun 2000 08:11:06 +0200
71896              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
71897              [resent by Richard Foley, Message-Id probably wrong]
71898      Branch: cfgperl
71899            ! pod/perlsub.pod
71900 ____________________________________________________________________________
71901 [  6278] By: jhi                                   on 2000/06/29  22:21:45
71902         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
71903              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
71904              Date: Fri, 09 Jun 2000 12:39:27 -0400
71905              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
71906              (plus update the version "number" of Text::Wrap)
71907      Branch: cfgperl
71908            ! lib/Text/Wrap.pm
71909 ____________________________________________________________________________
71910 [  6277] By: jhi                                   on 2000/06/29  22:13:10
71911         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
71912              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71913              Date: Mon, 12 Jun 2000 14:55:59 +0100
71914              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
71915      Branch: cfgperl
71916            ! pod/perlfunc.pod
71917 ____________________________________________________________________________
71918 [  6276] By: jhi                                   on 2000/06/29  22:11:06
71919         Log: Subject: [PATCH] Re: eval documentation: context
71920              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71921              Date: Mon, 12 Jun 2000 15:07:29 +0100
71922              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
71923      Branch: cfgperl
71924            ! pod/perlfunc.pod
71925 ____________________________________________________________________________
71926 [  6275] By: jhi                                   on 2000/06/29  21:59:46
71927         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
71928              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
71929              Date: Tue, 13 Jun 2000 02:43:48 -0500
71930              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
71931      Branch: cfgperl
71932            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
71933 ____________________________________________________________________________
71934 [  6274] By: jhi                                   on 2000/06/29  21:56:14
71935         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
71936              From: Andy Dougherty <doughera@lafayette.edu>
71937              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
71938              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
71939      Branch: cfgperl
71940            ! ext/File/Glob/Glob.pm
71941 ____________________________________________________________________________
71942 [  6273] By: jhi                                   on 2000/06/29  21:49:09
71943         Log: Subject: [PATCH] xsub attributes
71944              From: Doug MacEachern <dougm@covalent.net>
71945              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
71946              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
71947      Branch: cfgperl
71948            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
71949            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
71950 ____________________________________________________________________________
71951 [  6272] By: jhi                                   on 2000/06/29  21:41:28
71952         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
71953              From: Tom Phoenix <rootbeer@redcat.com>
71954              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
71955              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
71956      Branch: cfgperl
71957            ! lib/Net/Ping.pm
71958 ____________________________________________________________________________
71959 [  6271] By: jhi                                   on 2000/06/29  21:36:55
71960         Log: Subject: PATCH pod/perltie.pod
71961              From: Ian Phillipps <Ian.Phillipps@iname.com>
71962              Date: Fri, 16 Jun 2000 00:17:19 +0100
71963              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
71964              (only the first hunk, the second hunk had already been done
71965              by some other patch)
71966      Branch: cfgperl
71967            ! pod/perltie.pod
71968 ____________________________________________________________________________
71969 [  6270] By: jhi                                   on 2000/06/29  21:24:51
71970         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
71971              From: Nicholas Clark <nick@talking.bollo.cx>
71972              Date: Fri, 23 Jun 2000 16:21:15 +0100
71973              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
71974      Branch: cfgperl
71975            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
71976            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
71977 ____________________________________________________________________________
71978 [  6269] By: jhi                                   on 2000/06/29  19:38:15
71979         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
71980              silence few compiler warnings.
71981      Branch: cfgperl
71982            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
71983 ____________________________________________________________________________
71984 [  6268] By: jhi                                   on 2000/06/29  18:21:50
71985         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
71986              From: Dominic Dunlop <domo@computer.org> 
71987              Date: Thu, 29 Jun 2000 12:32:39 +0200 
71988              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
71989      Branch: cfgperl
71990            ! t/op/sprintf.t
71991 ____________________________________________________________________________
71992 [  6267] By: jhi                                   on 2000/06/29  18:16:07
71993         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
71994              From: Doug MacEachern <dougm@covalent.net>
71995              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
71996              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
71997      Branch: cfgperl
71998            + t/op/method2entersub.t
71999            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
72000            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
72001            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
72002            ! xsutils.c
72003 ____________________________________________________________________________
72004 [  6266] By: jhi                                   on 2000/06/29  15:11:15
72005         Log: Subject: [PATCH 5.6.0] cygwin port
72006              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
72007              From: "Fifer, Eric" <EFifer@sanwaint.com>
72008              Date: Thu, 29 Jun 2000 12:58:29 +0100
72009      Branch: cfgperl
72010            ! cygwin/Makefile.SHs
72011 ____________________________________________________________________________
72012 [  6265] By: jhi                                   on 2000/06/29  15:04:05
72013         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
72014              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72015              Date: Wed, 28 Jun 2000 17:50:12 -0700
72016              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
72017      Branch: cfgperl
72018            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
72019 ____________________________________________________________________________
72020 [  6264] By: jhi                                   on 2000/06/29  15:00:57
72021         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
72022              From: Marty Lucich <marty@netcom.com>
72023              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
72024              Message-Id: <200006282116.OAA11148@netcom.com>
72025              ccdlflags update (the BSD/OS 4.1 part had already been taken
72026              care of by #6141).
72027      Branch: cfgperl
72028            ! hints/bsdos.sh
72029 ____________________________________________________________________________
72030 [  6263] By: jhi                                   on 2000/06/29  13:47:44
72031         Log: tr fixes from Simon Cozens
72032      Branch: cfgperl
72033            ! doop.c
72034 ____________________________________________________________________________
72035 [  6262] By: jhi                                   on 2000/06/28  18:46:01
72036         Log: Subject: 5.6.0 Patch for EPOC
72037              From: Olaf Flebbe <o.flebbe@gmx.de>
72038              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
72039              Message-ID: <23449.960929969@www11.gmx.net>
72040      Branch: cfgperl
72041            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
72042            ! epoc/epocish.h
72043 ____________________________________________________________________________
72044 [  6261] By: jhi                                   on 2000/06/28  18:29:07
72045         Log: Subject: Re: [PATCH cfgperl] BOMs away!
72046              From: simon@brecon.co.uk (Simon Cozens)
72047              Date: 17 Jun 2000 11:49:57 GMT
72048              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
72049      Branch: cfgperl
72050            ! pod/perldiag.pod t/comp/require.t toke.c
72051 ____________________________________________________________________________
72052 [  6260] By: jhi                                   on 2000/06/28  17:47:16
72053         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
72054              From: simon@brecon.co.uk (Simon Cozens) 
72055              Date: 17 Jun 2000 11:56:44 GMT 
72056              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
72057              pack U0, pack C0
72058      Branch: cfgperl
72059            ! pod/perlfunc.pod pp.c t/op/pack.t
72060 ____________________________________________________________________________
72061 [  6259] By: jhi                                   on 2000/06/28  16:43:17
72062         Log: perlnewmod was missing from MANIFEST.
72063      Branch: cfgperl
72064            ! MANIFEST
72065 ____________________________________________________________________________
72066 [  6258] By: jhi                                   on 2000/06/28  15:54:30
72067         Log: linenumber tweak
72068      Branch: cfgperl
72069            ! t/pragma/warn/regcomp
72070 ____________________________________________________________________________
72071 [  6257] By: jhi                                   on 2000/06/28  15:50:44
72072         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
72073              From: Doug MacEachern <dougm@covalent.net>
72074              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
72075              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
72076              (one part of the patch had been applied earlier)
72077      Branch: cfgperl
72078            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
72079 ____________________________________________________________________________
72080 [  6256] By: jhi                                   on 2000/06/28  15:40:22
72081         Log: tweaks from Simon Cozens to further fix tr/// under utf8
72082      Branch: cfgperl
72083            ! doop.c
72084 ____________________________________________________________________________
72085 [  6255] By: jhi                                   on 2000/06/28  15:33:45
72086         Log: small thinko tweaks
72087      Branch: cfgperl
72088            ! lib/IPC/Open3.pm t/op/my_stash.t
72089 ____________________________________________________________________________
72090 [  6254] By: jhi                                   on 2000/06/28  15:33:25
72091         Log: Subject: tr///, help wanted.
72092              From: simon@brecon.co.uk (Simon Cozens)
72093              Date: 28 Jun 2000 11:29:04 GMT
72094              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
72095      Branch: cfgperl
72096            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
72097            ! pp_proto.h proto.h t/op/tr.t
72098 ____________________________________________________________________________
72099 [  6253] By: jhi                                   on 2000/06/28  15:09:17
72100         Log: Paranoia tweak on #6249.
72101              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
72102              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72103              Date: Sun, 25 Jun 2000 23:43:12 -0400
72104              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
72105      Branch: cfgperl
72106            ! lib/IPC/Open3.pm
72107 ____________________________________________________________________________
72108 [  6252] By: jhi                                   on 2000/06/28  15:01:38
72109         Log: Document #6249 and #6251.
72110      Branch: cfgperl
72111            ! lib/Exporter.pm lib/IPC/Open3.pm
72112 ____________________________________________________________________________
72113 [  6251] By: jhi                                   on 2000/06/28  14:50:43
72114         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
72115              From: Doug MacEachern <dougm@covalent.net>
72116              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
72117              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
72118      Branch: cfgperl
72119            ! lib/Exporter.pm
72120 ____________________________________________________________________________
72121 [  6250] By: jhi                                   on 2000/06/28  14:45:23
72122         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
72123              From: Doug MacEachern <dougm@covalent.net>
72124              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
72125              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
72126      Branch: cfgperl
72127            + t/op/my_stash.t
72128            ! MANIFEST embed.pl global.sym proto.h toke.c
72129 ____________________________________________________________________________
72130 [  6249] By: jhi                                   on 2000/06/28  14:36:34
72131         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
72132              From: Frank Tobin <ftobin@uiuc.edu>
72133              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
72134              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
72135      Branch: cfgperl
72136            ! lib/IPC/Open3.pm
72137 ____________________________________________________________________________
72138 [  6248] By: jhi                                   on 2000/06/28  14:11:25
72139         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
72140              From: Mark-Jason Dominus <mjd@plover.com>
72141              Date: Tue, 27 Jun 2000 22:36:42 -0400
72142              Message-ID: <20000628023642.12166.qmail@plover.com>
72143      Branch: cfgperl
72144            ! pod/perlfunc.pod
72145 ____________________________________________________________________________
72146 [  6247] By: jhi                                   on 2000/06/27  12:46:37
72147         Log: Tweak $VERSION, patch from Doug MacEachern.
72148      Branch: cfgperl
72149            ! lib/File/Spec.pm
72150 ____________________________________________________________________________
72151 [  6246] By: jhi                                   on 2000/06/27  03:34:46
72152         Log: Allow for standalone testing.
72153      Branch: cfgperl
72154            ! t/lib/filefunc.t t/lib/filespec.t
72155 ____________________________________________________________________________
72156 [  6245] By: jhi                                   on 2000/06/27  02:50:02
72157         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
72158              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
72159              Date: Sat, 24 Jun 2000 13:06:20 +0100
72160              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
72161      Branch: cfgperl
72162            ! ext/DynaLoader/DynaLoader_pm.PL
72163 ____________________________________________________________________________
72164 [  6244] By: jhi                                   on 2000/06/27  02:46:10
72165         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
72166              From: Doug MacEachern <dougm@covalent.net>
72167              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
72168              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
72169      Branch: cfgperl
72170            ! gv.c sv.c t/lib/peek.t
72171 ____________________________________________________________________________
72172 [  6243] By: jhi                                   on 2000/06/27  02:38:07
72173         Log: Subject: [PATCH] is_utf8_string
72174              From: simon@brecon.co.uk (Simon Cozens)
72175              Date: 26 Jun 2000 02:25:59 GMT
72176              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
72177      Branch: cfgperl
72178            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
72179            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
72180            ! proto.h utf8.c
72181 ____________________________________________________________________________
72182 [  6242] By: jhi                                   on 2000/06/27  02:24:00
72183         Log: Subject: [PATCH] bytes<->utf8 fixes
72184              From: simon@brecon.co.uk (Simon Cozens)
72185              Date: 26 Jun 2000 04:55:45 GMT
72186              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
72187      Branch: cfgperl
72188            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
72189 ____________________________________________________________________________
72190 [  6241] By: jhi                                   on 2000/06/27  02:12:42
72191         Log: Do no -warn on \_, only on \alpha.
72192              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
72193              From: David Dyck <dcd@tc.fluke.com>
72194              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
72195              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
72196      Branch: cfgperl
72197            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
72198 ____________________________________________________________________________
72199 [  6240] By: jhi                                   on 2000/06/27  02:00:01
72200         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
72201              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
72202              Date: Mon, 26 Jun 2000 18:40:14 +0100
72203              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
72204      Branch: cfgperl
72205            ! utils/h2xs.PL
72206 ____________________________________________________________________________
72207 [  6239] By: jhi                                   on 2000/06/27  01:53:40
72208         Log: Configure maintenance.  Sever some dependency cycles,
72209              separate gccversion from the cc unit,
72210              address [ID 20000623.006] Configure script patch for using gcc on AIX
72211              (but solve it a little bit differently),
72212              unduplex some accidentally duplicated units,
72213              suggest using gcc if no cc available
72214              (p5p thread: "Solaris configure: counterproposal", 1999-09)
72215      Branch: cfgperl
72216            ! Configure Todo-5.6 config_h.SH
72217      Branch: metaconfig
72218            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
72219            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
72220      Branch: metaconfig/U/perl
72221            + gccvers.U
72222            ! d_getespwnam.U d_getprpwnam.U i_prot.U
72223 ____________________________________________________________________________
72224 [  6238] By: jhi                                   on 2000/06/25  18:04:56
72225         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
72226              From: Dan Sugalski <dan@sidhe.org>
72227              Date: Fri, 23 Jun 2000 17:00:00 -0400
72228              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
72229      Branch: cfgperl
72230            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
72231 ____________________________________________________________________________
72232 [  6237] By: jhi                                   on 2000/06/25  16:36:45
72233         Log: Tweak embed.pl, regen headers.
72234      Branch: cfgperl
72235            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
72236            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
72237            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
72238            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
72239            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
72240 ____________________________________________________________________________
72241 [  6236] By: jhi                                   on 2000/06/25  15:26:42
72242         Log: Regen headers.
72243      Branch: cfgperl
72244            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
72245            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
72246            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
72247            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
72248            ! regnodes.h warnings.h
72249 ____________________________________________________________________________
72250 [  6235] By: jhi                                   on 2000/06/23  19:39:35
72251         Log: The thread begun by
72252              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
72253              From: Kevin.Ruscoe@ubsw.com
72254              Date: Fri, 16 Jun 2000 16:38:51 +0100
72255              Message-Id: <H000019b03c300d6@MHS>
72256      Branch: cfgperl
72257            ! hints/solaris_2.sh
72258 ____________________________________________________________________________
72259 [  6234] By: jhi                                   on 2000/06/23  19:23:36
72260         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
72261              because when run as services (Win32ese for daemons)
72262              no environment variables are set and tmpdir ends up as /tmp,
72263              which is ambiguous.
72264              
72265              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
72266              From: matt@sergeant.org
72267              Date: 16 Jun 2000 16:30:43 -0000
72268              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
72269      Branch: cfgperl
72270            ! lib/File/Spec/Win32.pm
72271 ____________________________________________________________________________
72272 [  6233] By: jhi                                   on 2000/06/23  19:18:58
72273         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
72274              From: Mark-Jason Dominus <mjd@plover.com>
72275              Date: Fri, 16 Jun 2000 20:53:04 -0400
72276              Message-ID: <20000617005304.8008.qmail@plover.com>
72277      Branch: cfgperl
72278            ! op.h
72279 ____________________________________________________________________________
72280 [  6232] By: jhi                                   on 2000/06/23  16:10:02
72281         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
72282              From: simon@brecon.co.uk (Simon Cozens)
72283              Date: 19 Jun 2000 15:18:27 GMT
72284              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
72285              
72286              plus update pod/Makefile and regenerate perltoc
72287      Branch: cfgperl
72288            + pod/perlutil.pod
72289            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
72290 ____________________________________________________________________________
72291 [  6231] By: jhi                                   on 2000/06/23  15:19:18
72292         Log: Subject: [PATCH 5.6.0] cygwin port
72293              From: "Fifer, Eric" <EFifer@sanwaint.com>
72294              Date: Tue, 20 Jun 2000 14:30:58 +0100
72295              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
72296      Branch: cfgperl
72297            ! README.cygwin lib/File/Find.pm
72298 ____________________________________________________________________________
72299 [  6230] By: jhi                                   on 2000/06/23  14:25:21
72300         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
72301      Branch: cfgperl
72302            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
72303            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
72304            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
72305            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
72306 ____________________________________________________________________________
72307 [  6229] By: jhi                                   on 2000/06/23  14:13:34
72308         Log: Subject: README.hpux version 0.6.1
72309              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
72310              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
72311              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
72312      Branch: cfgperl
72313            ! README.hpux
72314 ____________________________________________________________________________
72315 [  6228] By: jhi                                   on 2000/06/23  14:07:20
72316         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
72317              From: Doug MacEachern <dougm@covalent.net>
72318              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
72319              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
72320      Branch: cfgperl
72321            ! op.c
72322 ____________________________________________________________________________
72323 [  6227] By: jhi                                   on 2000/06/23  14:01:06
72324         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
72325              From: Doug MacEachern <dougm@covalent.net>
72326              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
72327              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
72328      Branch: cfgperl
72329            + lib/lib.pm.PL
72330            - lib/lib.pm
72331            ! MANIFEST Makefile.SH
72332 ____________________________________________________________________________
72333 [  6226] By: jhi                                   on 2000/06/23  13:53:07
72334         Log: Subject: [PATCH] remove forward declarations in Socket.pm
72335              From: Doug MacEachern <dougm@covalent.net>
72336              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
72337              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
72338              
72339              From: Doug MacEachern <dougm@covalent.net>
72340              Subject: Re: [PATCH] remove forward declarations in Socket.pm
72341              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
72342              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
72343      Branch: cfgperl
72344            ! ext/Socket/Socket.pm op.c
72345 ____________________________________________________________________________
72346 [  6225] By: jhi                                   on 2000/06/23  13:41:52
72347         Log: Add source code filenames to apidoc.
72348              From: simon@brecon.co.uk (Simon Cozens)
72349              Subject: [PATCH embed.pl] Source X-ref
72350              Date: 22 Jun 2000 02:18:49 GMT
72351              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
72352      Branch: cfgperl
72353            ! embed.pl
72354 ____________________________________________________________________________
72355 [  6224] By: jhi                                   on 2000/06/23  13:32:33
72356         Log: A way to avoid English.pm performance hit.
72357              From: root <root@jester.slaysys.com>
72358              Subject: [YAPATCH English.pm] My turn to putt again
72359              Date: Thu, 22 Jun 2000 20:33:58 -0400
72360              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
72361      Branch: cfgperl
72362            ! lib/English.pm t/lib/english.t
72363 ____________________________________________________________________________
72364 [  6223] By: jhi                                   on 2000/06/23  13:27:06
72365         Log: Avoid double close().
72366              Subject: [PATCH] avoid double close()
72367              From: Doug MacEachern <dougm@covalent.net>
72368              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
72369              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
72370      Branch: cfgperl
72371            ! doio.c
72372 ____________________________________________________________________________
72373 [  6222] By: jhi                                   on 2000/06/23  13:25:54
72374         Log: doc typo fix
72375              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72376              From: Ian Phillipps <Ian.Phillipps@iname.com>
72377              Date: Fri, 23 Jun 2000 10:40:58 +0100
72378              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72379      Branch: cfgperl
72380            ! lib/Pod/Usage.pm
72381 ____________________________________________________________________________
72382 [  6221] By: jhi                                   on 2000/06/23  13:24:15
72383         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
72384              From: simon@brecon.co.uk (Simon Cozens)
72385              Subject: [PATCH] Eliminate tr///[CU][CU]
72386              Date: 23 Jun 2000 11:05:40 GMT
72387              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72388      Branch: cfgperl
72389            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
72390 ____________________________________________________________________________
72391 [  6220] By: jhi                                   on 2000/06/22  16:07:51
72392         Log: Win32 patches from Benjamin Stuhl.
72393      Branch: cfgperl
72394            ! makedef.pl win32/win32.h
72395 ____________________________________________________________________________
72396 [  6219] By: jhi                                   on 2000/06/22  16:06:34
72397         Log: Bytecode patches from Benjamin Stuhl.
72398      Branch: cfgperl
72399            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72400            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
72401            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72402 ____________________________________________________________________________
72403 [  6218] By: jhi                                   on 2000/06/15  23:54:16
72404         Log: Bytecode patches from Benjamin Stuhl.
72405      Branch: cfgperl
72406            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72407 ____________________________________________________________________________
72408 [  6217] By: jhi                                   on 2000/06/09  13:38:29
72409         Log: Rename the fdpid locking and integrate with Sarathy.
72410      Branch: cfgperl
72411            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
72412            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
72413            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
72414            ! win32/win32.c
72415           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
72416 ____________________________________________________________________________
72417 [  6216] By: gsar                                  on 2000/06/08  14:54:21
72418         Log: be more optimal about clearing @_
72419      Branch: perl
72420            ! cop.h
72421 ____________________________________________________________________________
72422 [  6215] By: gsar                                  on 2000/06/08  14:33:04
72423         Log: tweak comment about @DB::args
72424      Branch: perl
72425            ! av.h pp_ctl.c
72426 ____________________________________________________________________________
72427 [  6214] By: gsar                                  on 2000/06/08  13:57:54
72428         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
72429              caller() wants to populate @DB::args with it (causes a coredump
72430              in Carp::confess())
72431      Branch: perl
72432            ! cop.h t/op/runlevel.t
72433 ____________________________________________________________________________
72434 [  6213] By: gsar                                  on 2000/06/08  07:06:35
72435         Log: back out change#6106 (seems problematic)
72436      Branch: perl
72437            ! hints/solaris_2.sh
72438 ____________________________________________________________________________
72439 [  6212] By: jhi                                   on 2000/06/07  03:10:36
72440         Log: Continuing mopup for #6204.
72441      Branch: cfgperl
72442            ! ext/B/defsubs_h.PL
72443 ____________________________________________________________________________
72444 [  6211] By: jhi                                   on 2000/06/07  02:41:50
72445         Log: Mopup for #6204.
72446              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
72447              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
72448              This is comes from const() where POK isn't on when expected.
72449      Branch: cfgperl
72450            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
72451            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72452            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
72453            ! perlapi.h pod/perlapi.pod
72454 ____________________________________________________________________________
72455 [  6210] By: jhi                                   on 2000/06/07  01:56:29
72456         Log: Mopup for #6207 and #6209.
72457      Branch: cfgperl
72458            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
72459 ____________________________________________________________________________
72460 [  6209] By: jhi                                   on 2000/06/07  01:33:12
72461         Log: Lock PL_fdpid against race conditions, based on:
72462              Subject: [PATCH 5.6.0]subprocess fixup for threads
72463              From: Dan Sugalski <dan@sidhe.org>
72464              To: perl5-porters@perl.org
72465              Date: Tue, 11 Apr 2000 17:02:32 -0400
72466              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72467      Branch: cfgperl
72468            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
72469            ! win32/win32.c
72470 ____________________________________________________________________________
72471 [  6208] By: jhi                                   on 2000/06/07  01:05:23
72472         Log: Regen headers for #6207.
72473      Branch: cfgperl
72474            ! embed.h global.sym objXSUB.h proto.h
72475 ____________________________________________________________________________
72476 [  6207] By: jhi                                   on 2000/06/06  23:43:13
72477         Log: Subject: [PATCH 5.6.0] Threadsafe patches
72478              From: Dan Sugalski <dan@sidhe.org>
72479              To: perl5-porters@perl.org
72480              Date: Mon, 08 May 2000 18:08:13 -0400
72481              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72482      Branch: cfgperl
72483            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
72484            ! proto.h sv.h util.c
72485 ____________________________________________________________________________
72486 [  6206] By: jhi                                   on 2000/06/06  23:21:23
72487         Log: Subject: [PATCH] Eliminate $a/$b in pod
72488              From: David Glasser <me@davidglasser.net>
72489              To: perl5-porters@perl.org
72490              Date: Mon, 29 May 2000 21:15:59 -0400
72491              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
72492      Branch: cfgperl
72493            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
72494            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
72495            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
72496            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
72497            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
72498            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
72499            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
72500            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
72501            ! pod/perlvar.pod pod/perlxs.pod
72502 ____________________________________________________________________________
72503 [  6205] By: jhi                                   on 2000/06/06  23:12:14
72504         Log: Subject: [PATCH] Win32 improvements
72505              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
72506              To: gsar@activestate.com, perl5-porters@perl.org
72507              Date: Mon, 29 May 2000 17:22:24 PDT
72508              Message-ID: <20000530002224.91142.qmail@hotmail.com>
72509              (MUA had mangled many lines by wordwrapping)
72510      Branch: cfgperl
72511            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
72512 ____________________________________________________________________________
72513 [  6204] By: jhi                                   on 2000/06/06  23:01:50
72514         Log: Subject: [PATCH] B::Bytecode patches
72515              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
72516              To: gsar@activestate.com, jhi@iki.fi
72517              Cc: perl5-porters@perl.org
72518              Message-ID: <20000602202526.48694.qmail@hotmail.com>
72519              (MUA had mangled many lines by wordwrapping)
72520      Branch: cfgperl
72521            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
72522            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
72523            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72524            ! intrpvar.h perl.c
72525 ____________________________________________________________________________
72526 [  6203] By: jhi                                   on 2000/06/06  22:32:43
72527         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
72528              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72529              Date: Tue, 06 Jun 2000 13:07:45 -0700
72530              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
72531      Branch: cfgperl
72532            ! pod/perldiag.pod
72533 ____________________________________________________________________________
72534 [  6202] By: jhi                                   on 2000/06/06  19:38:35
72535         Log: Integrate with Sarathy.
72536      Branch: cfgperl
72537           !> perl.c
72538 ____________________________________________________________________________
72539 [  6201] By: gsar                                  on 2000/06/06  00:42:59
72540         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
72541              does a PUSHMARK that's never ever POPMARKed; in general, only
72542              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72543              Perl_eval_[sp]v() don't because they don't take any incoming
72544              arguments (this leak has been around since the original version
72545              of perl_eval_pv() in 5.003_97e)
72546      Branch: perl
72547            ! perl.c
72548 ____________________________________________________________________________
72549 [  6200] By: jhi                                   on 2000/06/04  03:44:52
72550         Log: Update to cperl-mode.el 4.31 from
72551              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72552              Subject: A couple of notes
72553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72554              To: Mailing list Perl5 <perl5-porters@perl.org>
72555              Date: Sat, 3 Jun 2000 23:33:32 -0400
72556              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72557      Branch: cfgperl
72558            ! emacs/cperl-mode.el
72559 ____________________________________________________________________________
72560 [  6199] By: jhi                                   on 2000/06/03  15:11:05
72561         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72562              From: Dan Sugalski <dan@sidhe.org>
72563              To: perl5-porters@perl.org, vmsperl@perl.org
72564              Date: Fri, 02 Jun 2000 17:30:51 -0400
72565              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72566      Branch: cfgperl
72567            ! vms/descrip_mms.template vms/gen_shrfls.pl
72568 ____________________________________________________________________________
72569 [  6198] By: jhi                                   on 2000/06/03  14:59:15
72570         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72571              From: Dan Sugalski <dan@sidhe.org>
72572              To: vmsperl@perl.org, perl5-porters@perl.org
72573              Date: Fri, 02 Jun 2000 16:00:41 -0400
72574              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72575              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72576      Branch: cfgperl
72577            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
72578            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
72579            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
72580 ____________________________________________________________________________
72581 [  6197] By: jhi                                   on 2000/06/03  14:41:30
72582         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72583              From: John Borwick <jhborwic@unity.ncsu.edu>
72584              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72585              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72586      Branch: cfgperl
72587            ! pod/perlsyn.pod
72588 ____________________________________________________________________________
72589 [  6196] By: jhi                                   on 2000/06/03  14:38:09
72590         Log: Integrate with Sarathy.
72591      Branch: cfgperl
72592           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72593           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72594           !> vms/perly_c.vms
72595 ____________________________________________________________________________
72596 [  6195] By: gsar                                  on 2000/06/02  22:43:13
72597         Log: fix yet another eval"" leak under USE_ITHREADS
72598      Branch: perl
72599            ! op.c
72600 ____________________________________________________________________________
72601 [  6194] By: gsar                                  on 2000/06/02  18:22:06
72602         Log: fix small eval"" memory leaks under USE_ITHREADS
72603      Branch: perl
72604            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72605            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72606            ! vms/perly_c.vms
72607 ____________________________________________________________________________
72608 [  6193] By: jhi                                   on 2000/06/01  13:03:56
72609         Log: Signals-be-gone for microperl.
72610      Branch: cfgperl
72611            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
72612 ____________________________________________________________________________
72613 [  6192] By: jhi                                   on 2000/06/01  12:52:02
72614         Log: Integrate with Sarathy.
72615      Branch: cfgperl
72616           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72617           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
72618           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
72619           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
72620           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
72621           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
72622           !> t/op/vec.t utils/h2xs.PL
72623 ____________________________________________________________________________
72624 [  6191] By: gsar                                  on 2000/06/01  09:38:21
72625         Log: vec() loses numericalness (modified version of patch suggested
72626              by Robin Barker)
72627      Branch: perl
72628            ! doop.c t/op/vec.t
72629 ____________________________________________________________________________
72630 [  6190] By: gsar                                  on 2000/06/01  09:26:15
72631         Log: submit missing embed.pl change
72632      Branch: perl
72633            ! embed.pl
72634 ____________________________________________________________________________
72635 [  6189] By: gsar                                  on 2000/06/01  09:05:34
72636         Log: counting tr/// corrupts later operation (from M.J.T Guy)
72637      Branch: perl
72638            ! doop.c t/op/tr.t
72639 ____________________________________________________________________________
72640 [  6188] By: gsar                                  on 2000/06/01  08:58:39
72641         Log: h2xs tweaks
72642      Branch: perl
72643            ! utils/h2xs.PL
72644 ____________________________________________________________________________
72645 [  6187] By: gsar                                  on 2000/06/01  08:50:07
72646         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72647              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72648      Branch: perl
72649            + lib/Pod/LaTeX.pm
72650            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
72651            ! pod/pod2latex.PL
72652 ____________________________________________________________________________
72653 [  6186] By: gsar                                  on 2000/06/01  08:24:40
72654         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
72655              <wolfgang.laun@alcatel.at>)
72656      Branch: perl
72657            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
72658            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
72659 ____________________________________________________________________________
72660 [  6185] By: gsar                                  on 2000/06/01  08:12:00
72661         Log: remove incorrect documentation about implicit split to @_ in
72662              list context, which never really worked in perl 5 (from
72663              M.J.T. Guy)
72664      Branch: perl
72665            ! pod/perlfunc.pod pod/perltrap.pod
72666 ____________________________________________________________________________
72667 [  6184] By: gsar                                  on 2000/06/01  07:52:27
72668         Log: tweak for change#6127
72669      Branch: perl
72670            ! perl.c
72671 ____________________________________________________________________________
72672 [  6183] By: gsar                                  on 2000/06/01  07:41:02
72673         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72674              <nick@ccl4.org>)
72675      Branch: perl
72676            + t/lib/selfloader.t
72677            ! MANIFEST lib/SelfLoader.pm
72678 ____________________________________________________________________________
72679 [  6182] By: jhi                                   on 2000/06/01  00:34:42
72680         Log: Be Cleaner Part Deux.
72681      Branch: cfgperl
72682            ! Makefile.SH
72683 ____________________________________________________________________________
72684 [  6181] By: jhi                                   on 2000/06/01  00:32:09
72685         Log: Integrate with Sarathy.
72686      Branch: cfgperl
72687           !> pp.c t/op/arith.t
72688 ____________________________________________________________________________
72689 [  6180] By: jhi                                   on 2000/06/01  00:31:13
72690         Log: microperl nits from Simon Cozens.
72691      Branch: cfgperl
72692            + uconfig.h
72693            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
72694            ! unixish.h
72695 ____________________________________________________________________________
72696 [  6179] By: gsar                                  on 2000/05/31  22:37:51
72697         Log: buggy modulus on UVs introduced by change#3378 (resulted in
72698              4063328477 % 65535 amounting to 27406, instead of 27407)
72699      Branch: perl
72700            ! pp.c t/op/arith.t
72701 ____________________________________________________________________________
72702 [  6178] By: jhi                                   on 2000/05/31  21:52:41
72703         Log: Be cleaner.
72704      Branch: cfgperl
72705            ! Makefile.SH
72706 ____________________________________________________________________________
72707 [  6177] By: jhi                                   on 2000/05/31  21:47:33
72708         Log: Substitution utf8 patch from Simon Cozens.
72709      Branch: cfgperl
72710            ! pp_hot.c
72711 ____________________________________________________________________________
72712 [  6176] By: jhi                                   on 2000/05/31  21:45:34
72713         Log: Single-quoted utf8 patch from Simon Cozens.
72714      Branch: cfgperl
72715            ! toke.c
72716 ____________________________________________________________________________
72717 [  6175] By: jhi                                   on 2000/05/31  21:40:18
72718         Log: Integrate with Sarathy.
72719      Branch: cfgperl
72720           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
72721 ____________________________________________________________________________
72722 [  6174] By: jhi                                   on 2000/05/31  21:37:31
72723         Log: microperl changes from Simon Cozens; Makefile for microperl
72724              written from scratch; few casts added as microperl compilation
72725              doesn't have all prototypes available.
72726      Branch: cfgperl
72727            + Makefile.micro README.micro Todo.micro uconfig.sh
72728            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
72729            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
72730      Branch: metaconfig
72731            + U/modified/Config_h.U
72732 ____________________________________________________________________________
72733 [  6173] By: jhi                                   on 2000/05/31  20:00:24
72734         Log: metaconfig maintenance.
72735      Branch: metaconfig
72736            + U/modified/Inhdr.U U/typedefs/inotype.U
72737      Branch: metaconfig/U/perl
72738            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
72739            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
72740 ____________________________________________________________________________
72741 [  6172] By: gsar                                  on 2000/05/31  05:05:42
72742         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
72743              (from Ilya Zakharevich)
72744      Branch: perl
72745            ! regexec.c t/op/re_tests
72746 ____________________________________________________________________________
72747 [  6171] By: gsar                                  on 2000/05/31  05:01:47
72748         Log: scalar() doesn't force scalar context when used in void context
72749              (from Simon Cozens)
72750      Branch: perl
72751            ! op.c t/op/wantarray.t
72752 ____________________________________________________________________________
72753 [  6170] By: gsar                                  on 2000/05/31  04:41:33
72754         Log: change#6142 needs tweaks to tests to work where there's no symlink()
72755              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72756      Branch: perl
72757            ! t/lib/filefind.t
72758 ____________________________________________________________________________
72759 [  6169] By: gsar                                  on 2000/05/31  04:29:49
72760         Log: integrate cfgperl contents into mainline
72761      Branch: perl
72762           +> pod/perlmodlib.PL pod/perlnewmod.pod
72763           !> (integrate 42 files)
72764 ____________________________________________________________________________
72765 [  6168] By: jhi                                   on 2000/05/30  22:53:37
72766         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
72767      Branch: cfgperl
72768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72769            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
72770            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
72771            ! win32/config.bc win32/config.gc win32/config.vc
72772            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72773            ! win32/config_h.PL win32/config_sh.PL
72774      Branch: metaconfig/U/perl
72775            ! perlxv.U
72776 ____________________________________________________________________________
72777 [  6167] By: jhi                                   on 2000/05/30  22:20:21
72778         Log: tweak todo 
72779      Branch: cfgperl
72780            ! Todo-5.6
72781 ____________________________________________________________________________
72782 [  6166] By: jhi                                   on 2000/05/30  22:11:51
72783         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
72784              in case somebody wants to write an extension for more
72785              shadow database interfaces.
72786      Branch: cfgperl
72787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72788            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
72789            ! vos/config.def vos/config.h vos/config_h.SH_orig
72790            ! win32/config.bc win32/config.gc win32/config.vc
72791            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72792      Branch: metaconfig
72793            ! U/modified/Myinit.U
72794      Branch: metaconfig/U/perl
72795            + d_getespwnam.U d_getprpwnam.U i_prot.U
72796 ____________________________________________________________________________
72797 [  6165] By: jhi                                   on 2000/05/30  18:35:34
72798         Log: Integrate with Sarathy.
72799      Branch: cfgperl
72800           !> op.c
72801 ____________________________________________________________________________
72802 [  6164] By: jhi                                   on 2000/05/30  18:30:16
72803         Log: detypo
72804      Branch: cfgperl
72805            ! Configure config_h.SH
72806      Branch: metaconfig/U/perl
72807            ! perlxv.U
72808 ____________________________________________________________________________
72809 [  6163] By: gsar                                  on 2000/05/30  03:24:03
72810         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
72811      Branch: perl
72812            ! op.c
72813 ____________________________________________________________________________
72814 [  6162] By: gsar                                  on 2000/05/30  03:09:38
72815         Log: fix memory leak in method call optimization (change#3768);
72816              made C<eval "$x->foo()"> leak
72817      Branch: perl
72818            ! op.c
72819 ____________________________________________________________________________
72820 [  6161] By: jhi                                   on 2000/05/29  17:56:26
72821         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
72822              both from Simon Cozens.
72823      Branch: cfgperl
72824            + pod/perlmodlib.PL pod/perlnewmod.pod
72825            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
72826            ! pod/perlmodlib.pod pod/perltoc.pod
72827 ____________________________________________________________________________
72828 [  6160] By: jhi                                   on 2000/05/29  17:23:55
72829         Log: Changes for the File::Temp 0.08 (change #6159) test suite
72830              to fit better into the Perl distribution test framework.
72831      Branch: cfgperl
72832            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
72833            ! t/lib/ftmp-tempfile.t
72834 ____________________________________________________________________________
72835 [  6159] By: jhi                                   on 2000/05/29  16:55:36
72836         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
72837      Branch: cfgperl
72838            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72839            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72840 ____________________________________________________________________________
72841 [  6158] By: bailey                                on 2000/05/29  16:22:08
72842         Log: Add fallback to tmpfile for use in cases where user's relying on
72843              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
72844              Lane's patch)
72845      Branch: vmsperl
72846            ! vms/vms.c vms/vmsish.h
72847 ____________________________________________________________________________
72848 [  6157] By: jhi                                   on 2000/05/29  03:10:36
72849         Log: Regen Configure to jive with #6149.
72850      Branch: cfgperl
72851            ! Configure
72852      Branch: metaconfig
72853            ! U/modified/Getfile.U
72854 ____________________________________________________________________________
72855 [  6156] By: jhi                                   on 2000/05/29  03:01:38
72856         Log: Integrate with Sarathy.
72857      Branch: cfgperl
72858           +> ext/DynaLoader/dl_mac.xs
72859           !> (integrate 38 files)
72860 ____________________________________________________________________________
72861 [  6155] By: gsar                                  on 2000/05/28  21:15:58
72862         Log: small bug in change#6144; remove random \xA0 character that snuck
72863              in via change#6145
72864      Branch: perl
72865            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
72866 ____________________________________________________________________________
72867 [  6154] By: gsar                                  on 2000/05/28  21:04:19
72868         Log: avoid type mismatch warning
72869      Branch: perl
72870            ! perl.c
72871 ____________________________________________________________________________
72872 [  6153] By: gsar                                  on 2000/05/28  20:58:31
72873         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
72874              <nick@Bagpuss.uk.boo.com>)
72875      Branch: perl
72876            ! lib/Test/Harness.pm
72877 ____________________________________________________________________________
72878 [  6152] By: gsar                                  on 2000/05/28  20:53:42
72879         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
72880      Branch: perl
72881            ! regexec.c
72882 ____________________________________________________________________________
72883 [  6151] By: gsar                                  on 2000/05/28  20:50:28
72884         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
72885      Branch: perl
72886            ! regexec.c
72887 ____________________________________________________________________________
72888 [  6150] By: gsar                                  on 2000/05/28  20:39:58
72889         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
72890      Branch: perl
72891            ! pod/perlrequick.pod
72892 ____________________________________________________________________________
72893 [  6149] By: gsar                                  on 2000/05/28  20:35:16
72894         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
72895              <troc@netrus.net>)
72896      Branch: perl
72897            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
72898            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
72899            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
72900            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
72901 ____________________________________________________________________________
72902 [  6148] By: gsar                                  on 2000/05/28  20:21:07
72903         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
72904      Branch: perl
72905            ! lib/ExtUtils/MM_Unix.pm
72906 ____________________________________________________________________________
72907 [  6147] By: gsar                                  on 2000/05/28  20:12:41
72908         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
72909              (from Peter Prymmer)
72910      Branch: perl
72911            ! vms/subconfigure.com
72912 ____________________________________________________________________________
72913 [  6146] By: gsar                                  on 2000/05/28  20:06:15
72914         Log: doc typo
72915      Branch: perl
72916            ! lib/warnings.pm warnings.h warnings.pl
72917 ____________________________________________________________________________
72918 [  6145] By: gsar                                  on 2000/05/28  18:44:33
72919         Log: make xsubpp skip embedded pod (from Matthias Neeracher
72920              <neeri@iis.ee.ethz.ch>)
72921      Branch: perl
72922            ! lib/ExtUtils/xsubpp
72923 ____________________________________________________________________________
72924 [  6144] By: gsar                                  on 2000/05/28  18:42:49
72925         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
72926              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
72927              <neeri@iis.ee.ethz.ch>)
72928      Branch: perl
72929            ! lib/AutoSplit.pm
72930 ____________________________________________________________________________
72931 [  6143] By: gsar                                  on 2000/05/28  18:41:12
72932         Log: MacOS support, part 1 (from Matthias Neeracher
72933              <neeri@iis.ee.ethz.ch>)
72934      Branch: perl
72935            + ext/DynaLoader/dl_mac.xs
72936            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
72937            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
72938            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
72939            ! util.h
72940 ____________________________________________________________________________
72941 [  6142] By: gsar                                  on 2000/05/28  18:21:51
72942         Log: File::Find fails to chdir when chasing symlinks (from
72943              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72944      Branch: perl
72945            ! lib/File/Find.pm t/lib/filefind.t
72946 ____________________________________________________________________________
72947 [  6141] By: jhi                                   on 2000/05/28  14:25:15
72948         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
72949              forwarded by Peter Seebach from the bsdi-users mailing list.
72950              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
72951      Branch: perl
72952            ! hints/bsdos.sh
72953 ____________________________________________________________________________
72954 [  6140] By: jhi                                   on 2000/05/28  14:11:57
72955         Log: Integrate with Sarathy.
72956      Branch: cfgperl
72957           +> (branch 30 files)
72958           !> (integrate 93 files)
72959 ____________________________________________________________________________
72960 [  6139] By: gsar                                  on 2000/05/28  10:01:48
72961         Log: revise mktables.PL for bugs and newness in Unicode 3.0
72962              (from James Bence <jbence@amgen.com>)
72963      Branch: perl
72964            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
72965            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
72966            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
72967            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
72968            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
72969            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
72970            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
72971            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
72972            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
72973            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
72974            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
72975            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
72976            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
72977            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
72978            + lib/unicode/Is/SylWU.pl
72979            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
72980            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
72981            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
72982            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
72983            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
72984            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
72985            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
72986            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
72987            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
72988            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
72989            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
72990            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
72991            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
72992            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
72993            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
72994            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
72995            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
72996            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
72997            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
72998            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
72999            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
73000            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
73001            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
73002            ! lib/unicode/Makefile lib/unicode/mktables.PL
73003 ____________________________________________________________________________
73004 [  6138] By: gsar                                  on 2000/05/28  08:50:32
73005         Log: add note about the handling of negative indices to tied arrays
73006              (from Michael G Schwern <schwern@pobox.com>)
73007      Branch: perl
73008            ! pod/perltie.pod
73009 ____________________________________________________________________________
73010 [  6137] By: gsar                                  on 2000/05/28  08:46:10
73011         Log: fix bogus redeclaration warning for "our" variables in different
73012              scopes
73013      Branch: perl
73014            ! op.c t/pragma/strict-vars
73015 ____________________________________________________________________________
73016 [  6136] By: gsar                                  on 2000/05/28  08:31:20
73017         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
73018      Branch: perl
73019            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
73020 ____________________________________________________________________________
73021 [  6135] By: gsar                                  on 2000/05/28  08:17:50
73022         Log: enable Test::Harness to dynamically determine column width etc.
73023              (from Rob Napier <rnapier@employees.org>)
73024      Branch: perl
73025            ! lib/Test/Harness.pm
73026 ____________________________________________________________________________
73027 [  6134] By: gsar                                  on 2000/05/28  08:13:39
73028         Log: make Test::Harness use wait.h/WCOREDUMP if available
73029              (from Ben Tilly <ben_tilly@hotmail.com>)
73030      Branch: perl
73031            ! lib/Test/Harness.pm
73032 ____________________________________________________________________________
73033 [  6133] By: gsar                                  on 2000/05/28  08:08:05
73034         Log: elide bogus test in change#6132
73035      Branch: perl
73036            ! t/pragma/warn/9enabled
73037 ____________________________________________________________________________
73038 [  6132] By: gsar                                  on 2000/05/28  08:03:14
73039         Log: warnings::enabled() doesn't fall back to looking at $^W if
73040              caller isn't using lexical warnings (from Paul Marquess)
73041      Branch: perl
73042            ! pp_ctl.c t/pragma/warn/9enabled
73043 ____________________________________________________________________________
73044 [  6131] By: gsar                                  on 2000/05/28  07:57:47
73045         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
73046      Branch: perl
73047            ! ext/POSIX/POSIX.pm
73048 ____________________________________________________________________________
73049 [  6130] By: gsar                                  on 2000/05/28  07:29:12
73050         Log: fix places that mean C<"word" character> but say C<alphanumeric
73051              character>
73052      Branch: perl
73053            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
73054 ____________________________________________________________________________
73055 [  6129] By: gsar                                  on 2000/05/28  07:18:41
73056         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
73057      Branch: perl
73058            ! vms/test.com
73059 ____________________________________________________________________________
73060 [  6128] By: gsar                                  on 2000/05/28  07:12:55
73061         Log: new perlxstut example for passing/returning refs to arrays
73062              (from David Lowe <dlowe@pootpoot.com>)
73063      Branch: perl
73064            ! pod/perlxstut.pod
73065 ____________________________________________________________________________
73066 [  6127] By: gsar                                  on 2000/05/28  07:02:50
73067         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
73068              failed (from Gisle Aas)
73069      Branch: perl
73070            ! cop.h perl.c
73071 ____________________________________________________________________________
73072 [  6126] By: gsar                                  on 2000/05/28  06:39:53
73073         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
73074              (reworked variant of patch suggested by Simon Cozens)
73075      Branch: perl
73076            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
73077            ! pp_hot.c proto.h t/op/gv.t
73078 ____________________________________________________________________________
73079 [  6125] By: gsar                                  on 2000/05/28  05:14:55
73080         Log: enable propagating exception objects via Perl_croak() in XS code
73081              (from Gisle Aas)
73082      Branch: perl
73083            ! util.c
73084 ____________________________________________________________________________
73085 [  6124] By: gsar                                  on 2000/05/28  05:07:28
73086         Log: integrate vmsperl contents into mainline
73087      Branch: perl
73088           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
73089           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
73090           !> vms/vmsish.h
73091 ____________________________________________________________________________
73092 [  6123] By: gsar                                  on 2000/05/28  05:03:53
73093         Log: clarify gotcha with #line directives (from Rocco Caputo
73094              <troc@netrus.net>)
73095      Branch: perl
73096            ! pod/perldebug.pod pod/perlsyn.pod
73097 ____________________________________________________________________________
73098 [  6122] By: gsar                                  on 2000/05/28  04:58:29
73099         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
73100              (from Mark-Jason Dominus)
73101      Branch: perl
73102            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
73103            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
73104            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
73105            ! toke.c
73106 ____________________________________________________________________________
73107 [  6121] By: bailey                                on 2000/05/25  04:46:54
73108         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
73109              lists (based on fixes by Craig Berry)
73110      Branch: vmsperl
73111            ! lib/File/Spec/VMS.pm
73112 ____________________________________________________________________________
73113 [  6120] By: bailey                                on 2000/05/25  04:25:38
73114         Log: Add missing escape (Charles Lane)
73115      Branch: vmsperl
73116            ! t/op/lex_assign.t
73117 ____________________________________________________________________________
73118 [  6119] By: bailey                                on 2000/05/25  04:21:25
73119         Log: Quiet error messages in vmsish.t (Charles Lane)
73120      Branch: vmsperl
73121            ! vms/ext/vmsish.t
73122 ____________________________________________________________________________
73123 [  6118] By: bailey                                on 2000/05/25  04:17:57
73124         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
73125              Flatten case labels in switch statements uniformly (Charles Bailey)
73126      Branch: vmsperl
73127            ! vms/vms.c
73128 ____________________________________________________________________________
73129 [  6117] By: bailey                                on 2000/05/25  03:58:09
73130         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
73131      Branch: vmsperl
73132            ! vms/vmsish.h
73133 ____________________________________________________________________________
73134 [  6116] By: bailey                                on 2000/05/25  03:11:15
73135         Log: Miscellaneous cosmetic fixes (Charles Lane)
73136      Branch: vmsperl
73137            ! lib/ExtUtils/MM_VMS.pm
73138 ____________________________________________________________________________
73139 [  6115] By: bailey                                on 2000/05/25  03:10:36
73140         Log: Add bounds checking for several strings (Charles Lane)
73141      Branch: vmsperl
73142            ! vms/vms.c
73143 ____________________________________________________________________________
73144 [  6114] By: bailey                                on 2000/05/25  02:25:34
73145         Log: Urk -- undo previous removal of vmsish 'exit' change
73146      Branch: vmsperl
73147            ! vms/ext/vmsish.pm vms/vmsish.h
73148 ____________________________________________________________________________
73149 [  6113] By: bailey                                on 2000/05/24  02:24:40
73150         Log: Ugly workaround for version-specific RTL error
73151      Branch: vmsperl
73152            ! vms/vms.c
73153 ____________________________________________________________________________
73154 [  6112] By: bailey                                on 2000/05/24  02:19:55
73155         Log: Check for existence of file before trying to delete
73156      Branch: vmsperl
73157            ! vms/test.com
73158 ____________________________________________________________________________
73159 [  6111] By: bailey                                on 2000/05/23  23:35:13
73160         Log: Resync with mainline prior to post-5.6.0 updates
73161      Branch: vmsperl
73162           +> (branch 49 files)
73163            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
73164            ! vms/ext/vmsish.pm
73165           !> (integrate 334 files)
73166 ____________________________________________________________________________
73167 [  6110] By: jhi                                   on 2000/05/23  19:28:32
73168         Log: todo tweak
73169      Branch: cfgperl
73170            ! Todo-5.6
73171 ____________________________________________________________________________
73172 [  6109] By: jhi                                   on 2000/05/18  17:38:54
73173         Log: Integrate with Sarathy.
73174      Branch: cfgperl
73175           !> mg.c perl.h win32/perlhost.h
73176 ____________________________________________________________________________
73177 [  6108] By: gsar                                  on 2000/05/17  02:24:56
73178         Log: reenable fake signal handling on Windows, bugs and all
73179      Branch: perl
73180            ! mg.c perl.h win32/perlhost.h
73181 ____________________________________________________________________________
73182 [  6107] By: jhi                                   on 2000/05/15  18:01:41
73183         Log: Tweak the todo list.
73184      Branch: cfgperl
73185            ! Todo-5.6
73186 ____________________________________________________________________________
73187 [  6106] By: jhi                                   on 2000/05/15  13:41:48
73188         Log: The (Configure) script refuses to go on, after asking for
73189              'You may also choose to try maximal 64-bitness....'.
73190              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
73191              -- Patrick Zima
73192              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
73193      Branch: cfgperl
73194            ! hints/solaris_2.sh
73195 ____________________________________________________________________________
73196 [  6105] By: jhi                                   on 2000/05/11  14:37:43
73197         Log: Integrate with Sarathy.
73198      Branch: cfgperl
73199           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
73200           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
73201 ____________________________________________________________________________
73202 [  6104] By: gsar                                  on 2000/05/11  03:39:07
73203         Log: PL_sys_intern was being initialized too late on windows
73204      Branch: perl
73205            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
73206            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
73207 ____________________________________________________________________________
73208 [  6103] By: jhi                                   on 2000/05/09  19:42:20
73209         Log: Test tweaking for Unicos continues.
73210      Branch: cfgperl
73211            ! t/op/64bitint.t
73212 ____________________________________________________________________________
73213 [  6102] By: jhi                                   on 2000/05/09  16:47:27
73214         Log: The test suite tweak in #6101 wasn't quite right.
73215      Branch: cfgperl
73216            ! t/lib/complex.t
73217 ____________________________________________________________________________
73218 [  6101] By: jhi                                   on 2000/05/09  15:35:34
73219         Log: Hints and test tweaks for Unicos.
73220      Branch: cfgperl
73221            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
73222 ____________________________________________________________________________
73223 [  6100] By: jhi                                   on 2000/05/08  21:15:06
73224         Log: More compilation tweakery from Allen Smith.
73225      Branch: cfgperl
73226            ! hints/irix_6.sh
73227 ____________________________________________________________________________
73228 [  6099] By: jhi                                   on 2000/05/08  19:21:18
73229         Log: Tweaks for the cc bugs from Allen Smith.
73230      Branch: cfgperl
73231            ! hints/irix_6.sh
73232 ____________________________________________________________________________
73233 [  6098] By: jhi                                   on 2000/05/08  19:13:37
73234         Log: Add a note about other, yet unsupported, shadow password APIs.
73235      Branch: cfgperl
73236            ! pp_sys.c
73237 ____________________________________________________________________________
73238 [  6097] By: jhi                                   on 2000/05/08  18:46:34
73239         Log: Add a note about possible compilation problems from Allen Smith.
73240      Branch: cfgperl
73241            ! hints/irix_6.sh
73242 ____________________________________________________________________________
73243 [  6096] By: jhi                                   on 2000/05/08  17:33:10
73244         Log: Integrate with Sarathy.
73245      Branch: cfgperl
73246           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73247           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
73248 ____________________________________________________________________________
73249 [  6095] By: jhi                                   on 2000/05/08  16:21:33
73250         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
73251              might be useful in future.
73252      Branch: cfgperl
73253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73254            ! config_h.SH
73255      Branch: metaconfig
73256            ! U/installdirs/inc_version_list.U
73257      Branch: metaconfig/U/perl
73258            ! perlxv.U
73259 ____________________________________________________________________________
73260 [  6094] By: gsar                                  on 2000/05/08  14:22:22
73261         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
73262      Branch: perl
73263            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73264            ! hints/cygwin.sh pp_sys.c
73265 ____________________________________________________________________________
73266 [  6093] By: gsar                                  on 2000/05/08  12:52:28
73267         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
73268              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
73269      Branch: perl
73270            ! pp_sys.c sv.c win32/perlhost.h
73271 ____________________________________________________________________________
73272 [  6092] By: jhi                                   on 2000/05/07  22:40:34
73273         Log: Regen perltoc with the fixed buildtoc.
73274      Branch: cfgperl
73275            ! pod/perltoc.pod
73276 ____________________________________________________________________________
73277 [  6091] By: jhi                                   on 2000/05/07  22:24:16
73278         Log: Integrate with Sarathy.
73279      Branch: cfgperl
73280           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
73281           !> t/op/substr.t toke.c
73282 ____________________________________________________________________________
73283 [  6090] By: gsar                                  on 2000/05/07  19:47:07
73284         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
73285              [NI]OK; added tests for both
73286      Branch: perl
73287            ! perl.c pp_hot.c sv.c t/op/substr.t
73288 ____________________________________________________________________________
73289 [  6089] By: gsar                                  on 2000/05/07  18:18:38
73290         Log: buildtoc tweak to fix newline lossage
73291      Branch: perl
73292            ! pod/buildtoc
73293 ____________________________________________________________________________
73294 [  6088] By: jhi                                   on 2000/05/07  16:35:36
73295         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
73296              because we do not use those.  The HAS_GETSPNAM remains,
73297              though, because we still do use that.
73298      Branch: cfgperl
73299            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73300            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
73301            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
73302            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
73303            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73304            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73305 ____________________________________________________________________________
73306 [  6087] By: gsar                                  on 2000/05/07  16:05:16
73307         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
73308      Branch: perl
73309            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
73310 ____________________________________________________________________________
73311 [  6086] By: jhi                                   on 2000/05/07  15:27:07
73312         Log: Integrate with Sarathy.
73313      Branch: cfgperl
73314           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73315           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73316           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
73317           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
73318           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
73319           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
73320 ____________________________________________________________________________
73321 [  6085] By: gsar                                  on 2000/05/07  05:52:02
73322         Log: repeat operator (x) doesn't preserve utf8-ness
73323      Branch: perl
73324            ! pp.c t/op/substr.t
73325 ____________________________________________________________________________
73326 [  6084] By: gsar                                  on 2000/05/07  05:39:55
73327         Log: substr() does not preserve utf8-ness (from Stefan Eissing
73328              <Eissing@medicaldataservice.de>); added tests
73329      Branch: perl
73330            ! pp.c t/op/substr.t
73331 ____________________________________________________________________________
73332 [  6083] By: gsar                                  on 2000/05/07  05:24:46
73333         Log: note about undocumented caller() return value (from M.J.T. Guy);
73334              yet another peek.t tweak
73335      Branch: perl
73336            ! pod/perlfunc.pod t/lib/peek.t
73337 ____________________________________________________________________________
73338 [  6082] By: gsar                                  on 2000/05/07  05:08:40
73339         Log: peek.t non-portable to ithreads
73340      Branch: perl
73341            ! t/lib/peek.t
73342 ____________________________________________________________________________
73343 [  6081] By: gsar                                  on 2000/05/07  04:17:04
73344         Log: better default perlbug categories for ok reports (from Richard Foley)
73345      Branch: perl
73346            ! utils/perlbug.PL
73347 ____________________________________________________________________________
73348 [  6080] By: gsar                                  on 2000/05/07  04:08:07
73349         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
73350              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73351      Branch: perl
73352            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73353            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73354            ! AUTHORS MAINTAIN MANIFEST
73355 ____________________________________________________________________________
73356 [  6079] By: gsar                                  on 2000/05/07  04:01:38
73357         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
73358      Branch: perl
73359            ! lib/Carp/Heavy.pm
73360 ____________________________________________________________________________
73361 [  6078] By: gsar                                  on 2000/05/07  01:24:19
73362         Log: workaround for CRT bug in chdir() (from Charles Lane, via
73363              Peter Prymmer)
73364      Branch: perl
73365            ! iperlsys.h vms/vms.c vms/vmsish.h
73366 ____________________________________________________________________________
73367 [  6077] By: gsar                                  on 2000/05/07  01:22:23
73368         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
73369              and Tom Phoenix)
73370      Branch: perl
73371            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
73372 ____________________________________________________________________________
73373 [  6076] By: gsar                                  on 2000/05/06  17:36:29
73374         Log: integrate cfgperl contents into mainline
73375      Branch: perl
73376           +> t/lib/peek.t
73377           !> Configure MANIFEST Porting/Glossary Porting/config.sh
73378           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
73379           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
73380           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
73381 ____________________________________________________________________________
73382 [  6075] By: jhi                                   on 2000/05/05  18:56:10
73383         Log: Make the test more portable.
73384      Branch: cfgperl
73385            ! t/lib/peek.t
73386 ____________________________________________________________________________
73387 [  6074] By: jhi                                   on 2000/05/05  18:49:20
73388         Log: Introduce t/lib/peek.t.
73389      Branch: cfgperl
73390            + t/lib/peek.t
73391            ! MANIFEST
73392 ____________________________________________________________________________
73393 [  6073] By: jhi                                   on 2000/05/05  14:30:45
73394         Log: Complex tweaks.
73395      Branch: cfgperl
73396            ! lib/Math/Complex.pm t/lib/complex.t
73397 ____________________________________________________________________________
73398 [  6072] By: jhi                                   on 2000/05/05  12:27:13
73399         Log: Integrate with Sarathy.
73400      Branch: cfgperl
73401           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73402           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73403           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
73404           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
73405 ____________________________________________________________________________
73406 [  6071] By: gsar                                  on 2000/05/05  02:24:46
73407         Log: misformatted perllocal.pod (from Tim Jenness
73408              <t.jenness@jach.hawaii.edu>)
73409      Branch: perl
73410            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73411 ____________________________________________________________________________
73412 [  6070] By: gsar                                  on 2000/05/05  02:16:52
73413         Log: remove misleading comment (from M.J.T. Guy)
73414      Branch: perl
73415            ! t/lib/anydbm.t
73416 ____________________________________________________________________________
73417 [  6069] By: gsar                                  on 2000/05/05  02:15:13
73418         Log: File::Spec compatibility update (from Barrie Slaymaker
73419              <barries@slaysys.com>)
73420      Branch: perl
73421            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73422            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73423 ____________________________________________________________________________
73424 [  6068] By: gsar                                  on 2000/05/05  02:01:50
73425         Log: note about values()
73426      Branch: perl
73427            ! pod/perlfunc.pod
73428 ____________________________________________________________________________
73429 [  6067] By: gsar                                  on 2000/05/05  01:33:09
73430         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
73431      Branch: perl
73432            ! win32/win32.c
73433 ____________________________________________________________________________
73434 [  6066] By: gsar                                  on 2000/05/05  01:23:43
73435         Log: s/END/CHECK/
73436      Branch: perl
73437            ! perl.c
73438 ____________________________________________________________________________
73439 [  6065] By: jhi                                   on 2000/05/04  17:30:22
73440         Log: Integrate with Sarathy.
73441      Branch: cfgperl
73442           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
73443 ____________________________________________________________________________
73444 [  6064] By: gsar                                  on 2000/05/04  17:26:14
73445         Log: change#5905 wasn't quite right--it's intent only applies when arguments
73446              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
73447      Branch: perl
73448            ! pp_sys.c sv.c
73449 ____________________________________________________________________________
73450 [  6063] By: gsar                                  on 2000/05/04  16:52:29
73451         Log: tokeq() could read unallocated field in argument
73452      Branch: perl
73453            ! toke.c
73454 ____________________________________________________________________________
73455 [  6062] By: gsar                                  on 2000/05/04  16:34:51
73456         Log: additional tests for utf8.t
73457      Branch: perl
73458            ! t/pragma/utf8.t
73459 ____________________________________________________________________________
73460 [  6061] By: gsar                                  on 2000/05/04  16:09:28
73461         Log: change#5921 neglected to make eq honor "use bytes"
73462      Branch: perl
73463            ! sv.c
73464 ____________________________________________________________________________
73465 [  6060] By: jhi                                   on 2000/05/04  15:30:16
73466         Log: Integrate with Sarathy.
73467      Branch: cfgperl
73468           !> perl.c regcomp.c t/pragma/utf8.t
73469 ____________________________________________________________________________
73470 [  6059] By: jhi                                   on 2000/05/04  15:26:37
73471         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
73472              in natively 64-bit platforms where a long is a quad (no need
73473              for long longs).  Also added bias for IVs.
73474      Branch: cfgperl
73475            ! toke.c
73476 ____________________________________________________________________________
73477 [  6058] By: gsar                                  on 2000/05/04  00:19:14
73478         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
73479              (spotted by Donald Kinzer <dkinzer@premia.com>)
73480      Branch: perl
73481            ! perl.c
73482 ____________________________________________________________________________
73483 [  6057] By: gsar                                  on 2000/05/03  18:34:01
73484         Log: fix broken parsing of /\x{ab}/
73485      Branch: perl
73486            ! regcomp.c t/pragma/utf8.t
73487 ____________________________________________________________________________
73488 [  6056] By: jhi                                   on 2000/05/03  17:57:16
73489         Log: The search of infinity continues, this time simplified.
73490      Branch: cfgperl
73491            ! lib/Math/Complex.pm
73492 ____________________________________________________________________________
73493 [  6055] By: jhi                                   on 2000/05/03  17:45:30
73494         Log: Detypo.
73495      Branch: cfgperl
73496            ! hints/unicos.sh
73497 ____________________________________________________________________________
73498 [  6054] By: jhi                                   on 2000/05/02  22:28:27
73499         Log: Be more forgiving in POSIX about HUGE_VALL.
73500      Branch: cfgperl
73501            ! ext/POSIX/POSIX.xs
73502 ____________________________________________________________________________
73503 [  6053] By: jhi                                   on 2000/05/02  22:25:05
73504         Log: Integrate with Sarathy.
73505      Branch: cfgperl
73506           !> hints/irix_6.sh pod/perlop.pod
73507 ____________________________________________________________________________
73508 [  6052] By: jhi                                   on 2000/05/02  22:24:31
73509         Log: Unicos hint tweak.
73510      Branch: cfgperl
73511            ! hints/unicos.sh
73512 ____________________________________________________________________________
73513 [  6051] By: jhi                                   on 2000/05/02  22:21:26
73514         Log: Complex tweakery.
73515      Branch: cfgperl
73516            ! lib/Math/Complex.pm t/lib/complex.t
73517 ____________________________________________________________________________
73518 [  6050] By: jhi                                   on 2000/05/02  19:26:22
73519         Log: Use setxxent()/endxxent().
73520      Branch: cfgperl
73521            ! t/op/grent.t t/op/pwent.t
73522 ____________________________________________________________________________
73523 [  6049] By: jhi                                   on 2000/05/02  19:06:02
73524         Log: Test both the scalar and list contexts.
73525      Branch: cfgperl
73526            ! t/op/grent.t t/op/pwent.t
73527 ____________________________________________________________________________
73528 [  6048] By: gsar                                  on 2000/05/02  18:29:10
73529         Log: add note about how $( doesn't interpolate in REs (from
73530              Philip Newton <newton@ficus.frogspace.net>)
73531      Branch: perl
73532            ! pod/perlop.pod
73533 ____________________________________________________________________________
73534 [  6047] By: jhi                                   on 2000/05/02  17:41:24
73535         Log: Call getspnam() only iff needed.
73536      Branch: cfgperl
73537            ! pp_sys.c
73538 ____________________________________________________________________________
73539 [  6046] By: gsar                                  on 2000/05/02  17:07:25
73540         Log: libscheck has insufficient checks for n32 libs (from
73541              Albert Chin-A-Young <china@thewrittenword.com>)
73542      Branch: perl
73543            ! hints/irix_6.sh
73544 ____________________________________________________________________________
73545 [  6045] By: jhi                                   on 2000/05/02  13:57:17
73546         Log: Integrate with Sarathy.
73547      Branch: cfgperl
73548           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
73549           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
73550 ____________________________________________________________________________
73551 [  6044] By: gsar                                  on 2000/05/02  06:48:19
73552         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
73553              such that underscores are only ignored in literal numbers,
73554              "\x{...}", and hex/oct argument
73555      Branch: perl
73556            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
73557 ____________________________________________________________________________
73558 [  6043] By: gsar                                  on 2000/05/02  02:22:29
73559         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
73560      Branch: perl
73561            ! pod/perlretut.pod
73562 ____________________________________________________________________________
73563 [  6042] By: gsar                                  on 2000/05/02  02:17:51
73564         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
73565      Branch: perl
73566            ! pod/perltrap.pod
73567 ____________________________________________________________________________
73568 [  6041] By: gsar                                  on 2000/05/02  01:53:51
73569         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
73570              to compensate
73571      Branch: perl
73572            ! Porting/makerel
73573 ____________________________________________________________________________
73574 [  6040] By: gsar                                  on 2000/05/02  01:51:57
73575         Log: missing files in MANIFEST
73576      Branch: perl
73577            ! MANIFEST
73578 ____________________________________________________________________________
73579 [  6039] By: jhi                                   on 2000/05/02  00:36:46
73580         Log: Infinite problems.
73581      Branch: cfgperl
73582            ! lib/Math/Complex.pm
73583 ____________________________________________________________________________
73584 [  6038] By: jhi                                   on 2000/05/02  00:06:38
73585         Log: pwent/spent #ifdef imbalance.
73586      Branch: cfgperl
73587            ! pp_sys.c
73588 ____________________________________________________________________________
73589 [  6037] By: jhi                                   on 2000/05/01  22:50:11
73590         Log: Use HUGE_VALL if applicable.
73591      Branch: cfgperl
73592            ! ext/POSIX/POSIX.xs util.c
73593 ____________________________________________________________________________
73594 [  6036] By: jhi                                   on 2000/05/01  22:20:53
73595         Log: Correct Freudian slip.
73596      Branch: cfgperl
73597            ! pp_sys.c
73598 ____________________________________________________________________________
73599 [  6035] By: jhi                                   on 2000/05/01  21:07:38
73600         Log: Continue on the pwent/spent case.
73601      Branch: cfgperl
73602            ! pp_sys.c
73603 ____________________________________________________________________________
73604 [  6034] By: jhi                                   on 2000/05/01  17:45:14
73605         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
73606              adjustments in 6032 conflicted badly with this, will have
73607              to revisit them later.
73608      Branch: cfgperl
73609           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
73610           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
73611           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
73612           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
73613           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
73614           !> t/lib/cgi-html.t t/lib/cgi-request.t
73615 ____________________________________________________________________________
73616 [  6033] By: jhi                                   on 2000/05/01  17:40:49
73617         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
73618      Branch: cfgperl
73619            ! pp_sys.c
73620 ____________________________________________________________________________
73621 [  6032] By: gsar                                  on 2000/05/01  15:56:32
73622         Log: whitespace adjustments
73623      Branch: perl
73624            ! pp_sys.c
73625 ____________________________________________________________________________
73626 [  6031] By: gsar                                  on 2000/05/01  15:19:41
73627         Log: small nits in diagnostics.pm (from Robin Barker)
73628      Branch: perl
73629            ! lib/diagnostics.pm pod/perldiag.pod
73630 ____________________________________________________________________________
73631 [  6030] By: gsar                                  on 2000/05/01  08:39:18
73632         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
73633              for @- and @+ (from Johan Vromans)
73634      Branch: perl
73635            ! lib/English.pm pod/perlvar.pod
73636 ____________________________________________________________________________
73637 [  6029] By: gsar                                  on 2000/05/01  08:16:10
73638         Log: add CGI.pm v2.66 (from Lincoln Stein)
73639      Branch: perl
73640            + lib/CGI/Util.pm t/lib/cgi-pretty.t
73641            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
73642            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
73643            ! t/lib/cgi-html.t t/lib/cgi-request.t
73644 ____________________________________________________________________________
73645 [  6028] By: gsar                                  on 2000/05/01  06:34:41
73646         Log: Pod::Man generates groff-incompatible macro definition (from
73647              Tom Christiansen)
73648      Branch: perl
73649            ! lib/Pod/Man.pm
73650 ____________________________________________________________________________
73651 [  6027] By: gsar                                  on 2000/05/01  06:31:36
73652         Log: podlators-1.02 update (from Russ Allbery)
73653      Branch: perl
73654            ! lib/Pod/Man.pm lib/Pod/Text.pm
73655 ____________________________________________________________________________
73656 [  6026] By: jhi                                   on 2000/04/30  23:24:23
73657         Log: Integrate with Sarathy.
73658      Branch: cfgperl
73659           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73660           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
73661           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73662           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73663           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
73664           !> t/lib/syslog.t toke.c win32/win32.h
73665 ____________________________________________________________________________
73666 [  6025] By: gsar                                  on 2000/04/30  18:17:47
73667         Log: Is{Alnum,Alpha,Word} don't match titlecase
73668              
73669              TODO: IsSpace is defined recursively!
73670              
73671              (both spotted by Larry)
73672      Branch: perl
73673            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73674            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73675 ____________________________________________________________________________
73676 [  6024] By: gsar                                  on 2000/04/30  17:50:19
73677         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
73678              (from Hugo van der Sanden)
73679      Branch: perl
73680            ! toke.c
73681 ____________________________________________________________________________
73682 [  6023] By: gsar                                  on 2000/04/30  17:14:43
73683         Log: debugger stomps on $. (from M.J.T. Guy)
73684      Branch: perl
73685            ! lib/perl5db.pl
73686 ____________________________________________________________________________
73687 [  6022] By: gsar                                  on 2000/04/30  16:59:22
73688         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
73689      Branch: perl
73690            ! sv.c
73691 ____________________________________________________________________________
73692 [  6021] By: gsar                                  on 2000/04/29  21:00:08
73693         Log: remove Win2K issue in pod (fixed by change#6020)
73694      Branch: perl
73695            ! README.win32 pod/perl56delta.pod
73696 ____________________________________________________________________________
73697 [  6020] By: gsar                                  on 2000/04/29  20:51:49
73698         Log: test tweak
73699      Branch: perl
73700            ! t/lib/open3.t
73701 ____________________________________________________________________________
73702 [  6019] By: gsar                                  on 2000/04/29  20:34:27
73703         Log: windows portability tweaks
73704      Branch: perl
73705            ! t/lib/b.t win32/win32.h
73706 ____________________________________________________________________________
73707 [  6018] By: gsar                                  on 2000/04/29  19:55:24
73708         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
73709              make _PATH_LOG() return "" if unavailable
73710      Branch: perl
73711            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73712            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
73713 ____________________________________________________________________________
73714 [  6017] By: jhi                                   on 2000/04/28  22:49:46
73715         Log: Integrate with Sarathy.
73716      Branch: cfgperl
73717           !> op.c perl.c pod/perldiag.pod t/lib/b.t
73718 ____________________________________________________________________________
73719 [  6016] By: jhi                                   on 2000/04/28  22:46:14
73720         Log: Do not warn that an infinity does not look like a number.
73721      Branch: cfgperl
73722            ! sv.c
73723 ____________________________________________________________________________
73724 [  6015] By: gsar                                  on 2000/04/28  22:35:49
73725         Log: tweak test for portability
73726      Branch: perl
73727            ! t/lib/b.t
73728 ____________________________________________________________________________
73729 [  6014] By: gsar                                  on 2000/04/28  22:05:31
73730         Log: glob() loading File::Glob behind the scenes may cause syntax errors
73731      Branch: perl
73732            ! op.c
73733 ____________________________________________________________________________
73734 [  6013] By: gsar                                  on 2000/04/28  21:25:22
73735         Log: tweak change#5945 to display correct switch name in diagnostic
73736      Branch: perl
73737            ! perl.c pod/perldiag.pod
73738 ____________________________________________________________________________
73739 [  6012] By: jhi                                   on 2000/04/28  21:08:12
73740         Log: Integrate with Sarathy.
73741      Branch: cfgperl
73742           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
73743           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
73744           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
73745 ____________________________________________________________________________
73746 [  6011] By: jhi                                   on 2000/04/28  21:04:46
73747         Log: &HUGE_VAL is not defined, it exists.
73748      Branch: cfgperl
73749            ! lib/Math/Complex.pm
73750 ____________________________________________________________________________
73751 [  6010] By: gsar                                  on 2000/04/28  21:02:58
73752         Log: clarify note about shadow password support (from
73753              gellyfish@gellyfish.com)
73754      Branch: perl
73755            ! pod/perlfunc.pod
73756 ____________________________________________________________________________
73757 [  6009] By: gsar                                  on 2000/04/28  21:00:00
73758         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
73759      Branch: perl
73760            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
73761 ____________________________________________________________________________
73762 [  6008] By: gsar                                  on 2000/04/28  20:56:33
73763         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73764      Branch: perl
73765            ! installperl vms/subconfigure.com
73766 ____________________________________________________________________________
73767 [  6007] By: gsar                                  on 2000/04/28  20:51:21
73768         Log: note about compile failures and END blocks (from M.J.T. Guy)
73769      Branch: perl
73770            ! pod/perl56delta.pod pod/perlmod.pod
73771 ____________________________________________________________________________
73772 [  6006] By: jhi                                   on 2000/04/28  20:42:14
73773         Log: Regen Configure.
73774      Branch: cfgperl
73775            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73776            ! config_h.SH
73777 ____________________________________________________________________________
73778 [  6005] By: gsar                                  on 2000/04/28  20:41:16
73779         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
73780      Branch: perl
73781            ! utils/perldoc.PL
73782 ____________________________________________________________________________
73783 [  6004] By: jhi                                   on 2000/04/28  20:28:21
73784         Log: Integrate with Sarathy.
73785      Branch: cfgperl
73786           !> Configure INSTALL Porting/Glossary Porting/config.sh
73787           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
73788           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
73789           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73790           !> win32/config.vc win32/win32.c
73791 ____________________________________________________________________________
73792 [  6003] By: gsar                                  on 2000/04/28  20:11:20
73793         Log: allow REG_EXPAND_SZ keys in Windows registry (from
73794              John Clayton <John.Clayton@barclayscapital.com>)
73795      Branch: perl
73796            ! win32/win32.c
73797 ____________________________________________________________________________
73798 [  6002] By: gsar                                  on 2000/04/28  19:34:16
73799         Log: destructive sv_setsv() can lose UV-ness from source, causing
73800              numeric promotions/comparisons to fail to do the right thing
73801      Branch: perl
73802            ! sv.c
73803 ____________________________________________________________________________
73804 [  6001] By: gsar                                  on 2000/04/28  18:44:15
73805         Log: support additional library locations via $Config{otherlibdirs}
73806              (from Andy Dougherty)
73807      Branch: perl
73808            ! Configure INSTALL Porting/Glossary Porting/config.sh
73809            ! Porting/config_H config_h.SH epoc/config.sh perl.c
73810            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73811            ! win32/config.bc win32/config.gc win32/config.vc
73812 ____________________________________________________________________________
73813 [  6000] By: gsar                                  on 2000/04/28  18:26:58
73814         Log: reworked otherlibdirs.U (from Andy Dougherty)
73815      Branch: metaconfig
73816            ! U/installdirs/otherlibdirs.U
73817 ____________________________________________________________________________
73818 [  5999] By: gsar                                  on 2000/04/28  18:17:07
73819         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73820      Branch: perl
73821            ! t/pragma/warn/toke toke.c
73822 ____________________________________________________________________________
73823 [  5998] By: jhi                                   on 2000/04/28  13:32:17
73824         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73825      Branch: cfgperl
73826            ! lib/Math/Complex.pm
73827 ____________________________________________________________________________
73828 [  5997] By: jhi                                   on 2000/04/28  13:14:04
73829         Log: Preserve $!.
73830      Branch: cfgperl
73831            ! lib/Math/Complex.pm
73832 ____________________________________________________________________________
73833 [  5996] By: jhi                                   on 2000/04/28  12:59:23
73834         Log: Integrate with Sarathy.
73835      Branch: cfgperl
73836           +> pod/perlrequick.pod pod/perlretut.pod
73837           !> (integrate 51 files)
73838 ____________________________________________________________________________
73839 [  5995] By: gsar                                  on 2000/04/28  09:37:36
73840         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73841      Branch: perl
73842            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73843 ____________________________________________________________________________
73844 [  5994] By: gsar                                  on 2000/04/28  09:33:26
73845         Log: fix for missed accounting for null byte in pack("Z",...) (from
73846              M.J.T. Guy)
73847      Branch: perl
73848            ! pp.c t/op/pack.t
73849 ____________________________________________________________________________
73850 [  5993] By: gsar                                  on 2000/04/28  09:30:05
73851         Log: various minor tweaks seen on p5p
73852      Branch: perl
73853            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
73854 ____________________________________________________________________________
73855 [  5992] By: gsar                                  on 2000/04/28  09:08:19
73856         Log: pod nit (from Simon Cozens)
73857      Branch: perl
73858            ! pod/perlop.pod
73859 ____________________________________________________________________________
73860 [  5991] By: gsar                                  on 2000/04/28  09:06:36
73861         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73862      Branch: perl
73863            ! README.posix-bc hints/posix-bc.sh
73864 ____________________________________________________________________________
73865 [  5990] By: gsar                                  on 2000/04/28  08:54:52
73866         Log: use $ENV{LIB} to search for libs under Visual C compiler
73867              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73868      Branch: perl
73869            ! lib/ExtUtils/Liblist.pm
73870 ____________________________________________________________________________
73871 [  5989] By: gsar                                  on 2000/04/28  08:27:12
73872         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73873              itself and no other (from Tom Hughes)
73874      Branch: perl
73875            ! t/op/array.t toke.c
73876 ____________________________________________________________________________
73877 [  5988] By: gsar                                  on 2000/04/28  08:01:38
73878         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73879              <paul@miraclefish.com>)
73880      Branch: perl
73881            ! lib/ExtUtils/MakeMaker.pm
73882 ____________________________________________________________________________
73883 [  5987] By: gsar                                  on 2000/04/28  07:53:09
73884         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73885      Branch: perl
73886            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
73887 ____________________________________________________________________________
73888 [  5986] By: gsar                                  on 2000/04/28  07:44:17
73889         Log: add regular expressions tutorial and quick-start guide (from
73890              Mark Kvale <kvale@phy.ucsf.edu>)
73891      Branch: perl
73892            + pod/perlrequick.pod pod/perlretut.pod
73893            ! AUTHORS MAINTAIN MANIFEST
73894 ____________________________________________________________________________
73895 [  5985] By: gsar                                  on 2000/04/28  07:30:28
73896         Log: forked child may not exit correctly if it failed to open
73897              /dev/console (from Graham Barr)
73898      Branch: perl
73899            ! ext/Sys/Syslog/Syslog.pm
73900 ____________________________________________________________________________
73901 [  5984] By: gsar                                  on 2000/04/28  07:27:20
73902         Log: attributes::reftype() doesn't work on tied argument
73903      Branch: perl
73904            ! xsutils.c
73905 ____________________________________________________________________________
73906 [  5983] By: gsar                                  on 2000/04/28  07:15:04
73907         Log: numeric conversion of non-number in change#3378 tramples on
73908              OOK offset, causing segfaults
73909      Branch: perl
73910            ! sv.c
73911 ____________________________________________________________________________
73912 [  5982] By: gsar                                  on 2000/04/28  04:48:25
73913         Log: avoid error in IO::Socket::INET when given an unknown service name
73914              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73915      Branch: perl
73916            ! ext/IO/lib/IO/Socket/INET.pm
73917 ____________________________________________________________________________
73918 [  5981] By: gsar                                  on 2000/04/28  04:31:31
73919         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73920              prototype mismatch with CORE::glob(); update pod and tests to
73921              suit (File::Glob::glob() is still available for backward
73922              compatibility, but should be considered deprecated)
73923      Branch: perl
73924            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
73925            ! t/lib/glob-taint.t
73926 ____________________________________________________________________________
73927 [  5980] By: gsar                                  on 2000/04/28  03:47:29
73928         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
73929              <ghudson@mit.edu>)
73930      Branch: metaconfig
73931            ! U/modified/Options.U
73932      Branch: perl
73933            ! Configure
73934 ____________________________________________________________________________
73935 [  5979] By: gsar                                  on 2000/04/28  03:07:54
73936         Log: under useithreads, constant pad entries could inadvertently be
73937              shared across threads (from Eric Blood <eblood@xmission.com>);
73938              added Eric's test case to testsuite
73939      Branch: perl
73940            ! op.c t/op/misc.t
73941 ____________________________________________________________________________
73942 [  5978] By: gsar                                  on 2000/04/27  21:13:00
73943         Log: sync version numbers in File::Spec with the ones on CPAN
73944              (from Barrie Slaymaker)
73945      Branch: perl
73946            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
73947            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
73948            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73949 ____________________________________________________________________________
73950 [  5977] By: gsar                                  on 2000/04/27  21:07:29
73951         Log: autoquote barewords followed by newline and arrow properly
73952              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73953      Branch: perl
73954            ! t/pragma/warn/toke toke.c
73955 ____________________________________________________________________________
73956 [  5976] By: gsar                                  on 2000/04/27  20:41:20
73957         Log: DB_File v1.73 update (from Paul Marquess)
73958      Branch: perl
73959            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73960            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
73961 ____________________________________________________________________________
73962 [  5975] By: gsar                                  on 2000/04/27  20:34:24
73963         Log: allow sort() reentrancy (variant of patch suggested by
73964              Hugo van der Sanden)
73965      Branch: perl
73966            ! pp_ctl.c t/op/sort.t
73967 ____________________________________________________________________________
73968 [  5974] By: gsar                                  on 2000/04/27  19:46:57
73969         Log: change#4197 somehow missed initializing PL_errors, meaning
73970              sytax error queueing wasn't working outside eval"" at all;
73971              also fixed eval"" to localize PL_error_count, so that compile-time
73972              eval's don't clobber the error state of the outer context
73973      Branch: perl
73974            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73975            ! t/pragma/warn/toke
73976 ____________________________________________________________________________
73977 [  5973] By: gsar                                  on 2000/04/27  18:29:05
73978         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73979      Branch: perl
73980            ! regcomp.c regexec.c t/op/re_tests
73981 ____________________________________________________________________________
73982 [  5972] By: jhi                                   on 2000/04/27  18:22:41
73983         Log: Integrate with Sarathy.
73984      Branch: cfgperl
73985           +> t/lib/b.t t/lib/syslog.t
73986           !> (integrate 31 files)
73987 ____________________________________________________________________________
73988 [  5971] By: jhi                                   on 2000/04/27  18:18:46
73989         Log: Unicos tweaks from Mark P. Lutz.
73990      Branch: cfgperl
73991            ! hints/unicos.sh lib/Math/Complex.pm
73992 ____________________________________________________________________________
73993 [  5970] By: gsar                                  on 2000/04/27  18:05:11
73994         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
73995              IV is >32bits
73996      Branch: perl
73997            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
73998 ____________________________________________________________________________
73999 [  5969] By: gsar                                  on 2000/04/27  17:50:56
74000         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
74001      Branch: perl
74002            + t/lib/syslog.t
74003            ! MANIFEST ext/Sys/Syslog/Syslog.pm
74004 ____________________________________________________________________________
74005 [  5968] By: gsar                                  on 2000/04/27  17:44:49
74006         Log: tolerate spaces in group names in test on solaris (from David Boyce
74007              <dsb@boyski.com>)
74008      Branch: perl
74009            ! t/op/groups.t
74010 ____________________________________________________________________________
74011 [  5967] By: gsar                                  on 2000/04/27  17:41:22
74012         Log: improved docs on the warn_uninit diagnostic (from David Glasser
74013              and Simon Cozens)
74014      Branch: perl
74015            ! pod/perldiag.pod
74016 ____________________________________________________________________________
74017 [  5966] By: gsar                                  on 2000/04/27  16:54:58
74018         Log: add testsuite for B backends, fix bug in B::Deparse (from
74019              Simon Cozens <simon@brecon.co.uk>)
74020      Branch: perl
74021            + t/lib/b.t
74022            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
74023 ____________________________________________________________________________
74024 [  5965] By: gsar                                  on 2000/04/27  16:10:37
74025         Log: avoid "will not stay shared" warnings for our variables (from
74026              Robin Barker)
74027      Branch: perl
74028            ! op.c t/pragma/warn/op
74029 ____________________________________________________________________________
74030 [  5964] By: gsar                                  on 2000/04/27  07:05:05
74031         Log: reformat to 72 columns (again)
74032      Branch: perl
74033            ! pod/perldiag.pod
74034 ____________________________________________________________________________
74035 [  5963] By: gsar                                  on 2000/04/27  06:28:31
74036         Log: patch from Larry to make (\&) prototype work; added tests for
74037              the same
74038      Branch: perl
74039            ! op.c t/comp/proto.t
74040 ____________________________________________________________________________
74041 [  5962] By: gsar                                  on 2000/04/27  06:15:47
74042         Log: updated README.hpux (from Jeff Okamoto)
74043      Branch: perl
74044            ! README.hpux
74045 ____________________________________________________________________________
74046 [  5961] By: gsar                                  on 2000/04/27  05:55:03
74047         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
74048      Branch: perl
74049            ! emacs/cperl-mode.el
74050 ____________________________________________________________________________
74051 [  5960] By: gsar                                  on 2000/04/27  05:49:26
74052         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
74053      Branch: perl
74054            ! INSTALL
74055 ____________________________________________________________________________
74056 [  5959] By: gsar                                  on 2000/04/27  05:33:41
74057         Log: doubled words in pods (from Simon Cozens
74058              <simon.p.cozens@jp.pwcglobal.com>)
74059      Branch: perl
74060            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
74061            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
74062            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
74063            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
74064            ! pod/perltootc.pod
74065 ____________________________________________________________________________
74066 [  5958] By: gsar                                  on 2000/04/27  05:11:39
74067         Log: change#3569 deleted some essential code, revert; avoid use of
74068              atexit() to make DynaLoader work properly on AIX under mod_perl
74069              (from Jens-Uwe Mager <jum@helios.de>)
74070      Branch: perl
74071            ! ext/DynaLoader/dl_aix.xs
74072 ____________________________________________________________________________
74073 [  5957] By: gsar                                  on 2000/04/27  04:54:51
74074         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
74075      Branch: perl
74076            ! pod/perlmod.pod
74077 ____________________________________________________________________________
74078 [  5956] By: gsar                                  on 2000/04/27  04:51:47
74079         Log: better diagnostics on failed tests (from Ilya Zakharevich)
74080      Branch: perl
74081            ! t/op/lex_assign.t
74082 ____________________________________________________________________________
74083 [  5955] By: gsar                                  on 2000/04/27  04:26:44
74084         Log: longstanding bug exposed by change#3307: sort arguments weren't
74085              compiled with the right wantarray context (ensuing runtime lookup
74086              via block_gimme() was getting the incidental context of the
74087              sort() itself)
74088      Branch: perl
74089            ! op.c t/op/sort.t
74090 ____________________________________________________________________________
74091 [  5954] By: gsar                                  on 2000/04/26  23:42:12
74092         Log: integrate cfgperl contents into mainline
74093      Branch: perl
74094           !> (integrate 30 files)
74095 ____________________________________________________________________________
74096 [  5953] By: jhi                                   on 2000/04/26  23:06:42
74097         Log: Integrate with Sarathy.
74098      Branch: cfgperl
74099           !> README.win32 ext/B/B/Deparse.pm
74100           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
74101           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
74102           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
74103           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
74104           !> utils/perldoc.PL vms/perlvms.pod
74105 ____________________________________________________________________________
74106 [  5952] By: jhi                                   on 2000/04/26  23:03:46
74107         Log: Undo "use integer" addition from 64bitint as it seems
74108              to break most of the subtests in Digital UNIX;
74109              Unicos needs to find another way.
74110      Branch: cfgperl
74111            ! t/op/64bitint.t
74112 ____________________________________________________________________________
74113 [  5951] By: jhi                                   on 2000/04/26  22:57:53
74114         Log: Be more robust on "extreme" (large absolute value)
74115              arguments.  Originally reported by Daniel Connelly
74116              as a problem with asinh() on large negative arguments,
74117              asinh() used to bail out because an argument to log()
74118              ended up being zero.  Ilya Zakharevich proposed using
74119              Taylor's series in such cases, which for such large
74120              arguments is a very good approximation.
74121      Branch: cfgperl
74122            ! lib/Math/Complex.pm t/lib/complex.t
74123 ____________________________________________________________________________
74124 [  5950] By: gsar                                  on 2000/04/25  19:13:12
74125         Log: reformat perldiag to avoid long lines
74126      Branch: perl
74127            ! pod/perldiag.pod
74128 ____________________________________________________________________________
74129 [  5949] By: gsar                                  on 2000/04/25  18:41:11
74130         Log: make perldoc use the pod2man from the same version (from
74131              M.J.T. Guy)
74132      Branch: perl
74133            ! utils/perldoc.PL
74134 ____________________________________________________________________________
74135 [  5948] By: gsar                                  on 2000/04/25  18:21:57
74136         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
74137              <kompas@kompas.usr.onet.pl>)
74138      Branch: perl
74139            ! lib/vars.pm
74140 ____________________________________________________________________________
74141 [  5947] By: gsar                                  on 2000/04/25  18:11:53
74142         Log: use &dl_error rather than &dl_load_file as the guard for calling
74143              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
74144              statically built perl)
74145      Branch: perl
74146            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
74147 ____________________________________________________________________________
74148 [  5946] By: jhi                                   on 2000/04/25  17:37:54
74149         Log: Document that tr() is not tr(1).
74150      Branch: cfgperl
74151            ! pod/perlop.pod
74152 ____________________________________________________________________________
74153 [  5945] By: gsar                                  on 2000/04/25  16:34:33
74154         Log: make module name mandatory after -M switch; reorder perldiag
74155              alphabetically (from Mark-Jason Dominus)
74156      Branch: perl
74157            ! perl.c pod/perldiag.pod
74158 ____________________________________________________________________________
74159 [  5944] By: jhi                                   on 2000/04/25  01:15:18
74160         Log: On second thoughts frexp() does have two arguments.
74161      Branch: cfgperl
74162            ! perl.h
74163 ____________________________________________________________________________
74164 [  5943] By: jhi                                   on 2000/04/24  22:56:32
74165         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
74166              Now pp_ncmp() returns undef is either operand is a NaN.
74167      Branch: cfgperl
74168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74169            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
74170            ! vms/subconfigure.com vos/config.def vos/config.h
74171            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
74172            ! win32/config.vc win32/config_H.bc win32/config_H.gc
74173            ! win32/config_H.vc
74174      Branch: metaconfig/U/perl
74175            + d_modfl.U
74176 ____________________________________________________________________________
74177 [  5942] By: jhi                                   on 2000/04/24  19:45:17
74178         Log: Regen Configure to match #5937.
74179      Branch: cfgperl
74180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74181            ! config_h.SH
74182      Branch: metaconfig
74183            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
74184 ____________________________________________________________________________
74185 [  5941] By: jhi                                   on 2000/04/24  19:24:11
74186         Log: Further Unicos fixes for Mark Lutz.
74187      Branch: cfgperl
74188            ! hints/unicos.sh pp_ctl.c
74189 ____________________________________________________________________________
74190 [  5940] By: jhi                                   on 2000/04/24  19:09:06
74191         Log: Various Unicos 10.0.0.6 fixes.
74192              
74193              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
74194              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
74195              Reply-To: tecmpl1@triton.ca.boeing.com 
74196              To: perl5-porters@perl.org 
74197              Date: Fri, 14 Apr 2000 20:21:00 GMT 
74198              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
74199      Branch: cfgperl
74200            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
74201 ____________________________________________________________________________
74202 [  5939] By: gsar                                  on 2000/04/24  19:01:24
74203         Log: more pod nits (from Larry Virden)
74204      Branch: perl
74205            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
74206            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
74207            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
74208 ____________________________________________________________________________
74209 [  5938] By: gsar                                  on 2000/04/24  18:54:01
74210         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
74211      Branch: perl
74212            ! ext/B/B/Deparse.pm
74213 ____________________________________________________________________________
74214 [  5937] By: jhi                                   on 2000/04/24  17:39:00
74215         Log: Integrate with Sarathy.
74216      Branch: cfgperl
74217           +> (branch 31 files)
74218           !> (integrate 73 files)
74219 ____________________________________________________________________________
74220 [  5936] By: gsar                                  on 2000/04/24  17:30:06
74221         Log: additional tests for change#5934 (from Paul Marquess, who also
74222              sent in the same fix)
74223      Branch: perl
74224            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
74225            ! t/pragma/warn/5nolint t/pragma/warn/6default
74226 ____________________________________________________________________________
74227 [  5935] By: jhi                                   on 2000/04/24  17:26:05
74228         Log: Do not assume sign propagation.
74229              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
74230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
74231              To: payner@ncifcrf.gov, perl5-porters@perl.org 
74232              Date: Tue, 18 Apr 2000 18:24:49 +0100 
74233              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
74234      Branch: cfgperl
74235            ! t/op/bop.t t/op/misc.t
74236 ____________________________________________________________________________
74237 [  5934] By: gsar                                  on 2000/04/24  17:16:54
74238         Log: propagate lexical warnings from surrounding scope correctly
74239              within string eval()
74240      Branch: perl
74241            ! pp_ctl.c t/pragma/warn/pp_ctl
74242 ____________________________________________________________________________
74243 [  5933] By: jhi                                   on 2000/04/24  17:01:07
74244         Log: Flatten the cpp jungle doing the nosuid checking.
74245      Branch: cfgperl
74246            ! perl.c
74247 ____________________________________________________________________________
74248 [  5932] By: gsar                                  on 2000/04/24  09:08:14
74249         Log: add rsignal(), whichsig() and do_join() to public API list
74250              (mod_perl uses them to good advantage)
74251      Branch: perl
74252            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
74253 ____________________________________________________________________________
74254 [  5931] By: gsar                                  on 2000/04/24  09:01:40
74255         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
74256      Branch: perl
74257            ! pp_hot.c regexec.c t/op/pat.t
74258 ____________________________________________________________________________
74259 [  5930] By: gsar                                  on 2000/04/24  08:58:33
74260         Log: small os390 tweaks (from Peter Prymmer)
74261      Branch: perl
74262            ! config_h.SH makedepend.SH
74263 ____________________________________________________________________________
74264 [  5929] By: gsar                                  on 2000/04/24  08:55:25
74265         Log: pod nits
74266      Branch: perl
74267            ! pod/perlguts.pod
74268 ____________________________________________________________________________
74269 [  5928] By: gsar                                  on 2000/04/24  08:50:13
74270         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
74271      Branch: perl
74272            ! ext/IO/lib/IO/Poll.pm
74273 ____________________________________________________________________________
74274 [  5927] By: gsar                                  on 2000/04/24  08:43:24
74275         Log: arrange for next() to resume at the unstack op rather than the
74276              loop conditional, so that scope cleanup happens correctly
74277              (from Stephen McCamant)
74278      Branch: perl
74279            ! op.c pp_ctl.c t/op/misc.t
74280 ____________________________________________________________________________
74281 [  5926] By: gsar                                  on 2000/04/24  08:18:40
74282         Log: on windows, reserve 16M of stack rather than 128M (allows more
74283              threads to run concurrently)
74284      Branch: perl
74285            ! win32/Makefile win32/makefile.mk
74286 ____________________________________________________________________________
74287 [  5925] By: gsar                                  on 2000/04/24  08:13:52
74288         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
74289      Branch: perl
74290            ! toke.c
74291 ____________________________________________________________________________
74292 [  5924] By: gsar                                  on 2000/04/24  08:08:59
74293         Log: avoid using uninitialized memory in require version check
74294      Branch: perl
74295            ! pp_ctl.c universal.c
74296 ____________________________________________________________________________
74297 [  5923] By: gsar                                  on 2000/04/24  07:20:14
74298         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
74299      Branch: perl
74300            ! ext/IO/lib/IO/Poll.pm
74301 ____________________________________________________________________________
74302 [  5922] By: gsar                                  on 2000/04/24  07:08:42
74303         Log: commentary about IoTYPE() (from Nathan Torkington)
74304      Branch: perl
74305            ! sv.h
74306 ____________________________________________________________________________
74307 [  5921] By: gsar                                  on 2000/04/24  06:58:26
74308         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
74309              by fix
74310      Branch: perl
74311            ! sv.c t/lib/charnames.t t/pragma/utf8.t
74312 ____________________________________________________________________________
74313 [  5920] By: gsar                                  on 2000/04/24  06:37:59
74314         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
74315      Branch: perl
74316            ! doop.c t/op/ver.t
74317 ____________________________________________________________________________
74318 [  5919] By: gsar                                  on 2000/04/24  06:21:58
74319         Log: Configure might miss old directories when prefix must be
74320              expanded (from Robin Barker)
74321      Branch: metaconfig
74322            ! U/installdirs/inc_version_list.U
74323      Branch: perl
74324            ! Configure
74325 ____________________________________________________________________________
74326 [  5918] By: gsar                                  on 2000/04/24  06:16:11
74327         Log: VMS nits in glob() test (from Charles Lane)
74328      Branch: perl
74329            ! t/lib/glob-basic.t
74330 ____________________________________________________________________________
74331 [  5917] By: gsar                                  on 2000/04/24  06:11:56
74332         Log: various pod nits (from Larry Virden and others)
74333      Branch: perl
74334            ! README.amiga README.hpux README.machten README.os2
74335            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
74336            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
74337            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
74338            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
74339            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
74340            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
74341            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
74342            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
74343 ____________________________________________________________________________
74344 [  5916] By: gsar                                  on 2000/04/24  05:52:43
74345         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
74346              <wjones@tc.fluke.com>)
74347      Branch: perl
74348            ! t/lib/glob-basic.t
74349 ____________________________________________________________________________
74350 [  5915] By: gsar                                  on 2000/04/24  05:07:01
74351         Log: supported platforms mixed up
74352      Branch: perl
74353            ! pod/perl56delta.pod pod/perlport.pod
74354 ____________________________________________________________________________
74355 [  5914] By: gsar                                  on 2000/04/24  04:56:08
74356         Log: caller() wasn't returning the right number of elements for
74357              eval {...}
74358      Branch: perl
74359            ! pp_ctl.c t/pragma/warn/9enabled
74360 ____________________________________________________________________________
74361 [  5913] By: gsar                                  on 2000/04/24  04:35:41
74362         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
74363              Mark-Jason Dominus)
74364      Branch: perl
74365            ! pod/perlfunc.pod
74366 ____________________________________________________________________________
74367 [  5912] By: gsar                                  on 2000/04/24  04:17:15
74368         Log: fix totally broken caching in UNIVERSAL::isa() (from
74369              Nick Ing-Simmons)
74370      Branch: perl
74371            ! t/op/universal.t universal.c
74372 ____________________________________________________________________________
74373 [  5911] By: gsar                                  on 2000/04/24  03:39:47
74374         Log: add linebreak properties from unicode/LineBrk.txt (from
74375              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
74376      Branch: perl
74377            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
74378            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
74379            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
74380            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
74381            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
74382            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
74383            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
74384            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
74385            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
74386            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
74387            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
74388            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
74389            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
74390            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
74391            + lib/unicode/Is/LbrkZW.pl
74392            ! lib/unicode/mktables.PL
74393 ____________________________________________________________________________
74394 [  5910] By: gsar                                  on 2000/04/24  03:23:10
74395         Log: typo in pod
74396      Branch: perl
74397            ! ext/Thread/Thread.pm
74398 ____________________________________________________________________________
74399 [  5909] By: gsar                                  on 2000/04/24  03:22:03
74400         Log: mode argument to do_binmode() should be file mode, not boolean
74401      Branch: perl
74402            ! pp_sys.c
74403 ____________________________________________________________________________
74404 [  5908] By: gsar                                  on 2000/04/16  16:51:08
74405         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
74406              always returns a valid GV even when the symbol is trapped by strictures
74407              (avoids coredumps)
74408              
74409              TODO: the C<package;> hack needs similar treatment
74410      Branch: perl
74411            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
74412            ! t/pragma/strict-vars
74413 ____________________________________________________________________________
74414 [  5907] By: jhi                                   on 2000/03/31  23:42:56
74415         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
74416              an assumption which #5905 demolished.
74417      Branch: cfgperl
74418            ! pp_sys.c
74419 ____________________________________________________________________________
74420 [  5906] By: jhi                                   on 2000/03/31  18:54:37
74421         Log: Typo in #5905.
74422      Branch: cfgperl
74423            ! t/op/64bitint.t
74424 ____________________________________________________________________________
74425 [  5905] By: jhi                                   on 2000/03/31  18:50:54
74426         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
74427              reported by Joseph N. Hall.  The bug was that even with use64bitint
74428              one had to use the prefixes q, L, or ll with printf/sprintf,
74429              contrary to the documentation and common sense.
74430      Branch: cfgperl
74431            ! sv.c t/op/64bitint.t
74432 ____________________________________________________________________________
74433 [  5904] By: gsar                                  on 2000/03/28  02:31:32
74434         Log: add Changes, perldelta.pod
74435      Branch: perl
74436            + Changes pod/perldelta.pod
74437 ____________________________________________________________________________
74438 [  5903] By: gsar                                  on 2000/03/28  02:03:55
74439         Log: rename Changes and perldelta.pod
74440      Branch: perl
74441           +> Changes5.6 pod/perl56delta.pod
74442            - Changes pod/perldelta.pod
74443            ! MANIFEST
74444 ____________________________________________________________________________
74445 [  5902] By: gsar                                  on 2000/03/28  01:59:14
74446         Log: create maint-5.6 branch
74447      Branch: maint-5.6/perl
74448           +> (branch 1611 files)
74449 ____________________________________________________________________________
74450 [  5901] By: jhi                                   on 2000/03/23  05:48:43
74451         Log: Integrate with Sarathy.
74452      Branch: cfgperl
74453           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
74454 ____________________________________________________________________________
74455 [  5900] By: gsar                                  on 2000/03/23  05:42:43
74456         Log: three guesses on what this is :-)
74457      Branch: perl
74458            ! Changes