[Encode] 1.72 released
[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 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
32         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
33      Branch: perl
34            ! pod/perlfaq4.pod
35 ____________________________________________________________________________
36 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
37         Log: metaconfig unit changes for #16711.
38      Branch: metaconfig
39            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
40            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
41            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
42            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
43            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
44            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
45            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
46            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
47            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
48            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
49            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
50            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
51            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
52            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
53            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
54            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
55            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
56            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
57            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
58            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
59            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
60            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
61            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
62            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
63 ____________________________________________________________________________
64 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
65         Log: Document better what the foo_r_proto are supposed to be.
66      Branch: perl
67            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68            ! config_h.SH reentr.pl
69 ____________________________________________________________________________
70 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
71         Log: Subject: Re: pod patches.
72              From: Jim Cromie <jcromie@divsol.com>
73              Date: Mon, 20 May 2002 09:00:10 -0600
74              Message-ID: <3CE90F7A.3070309@divsol.com>
75              
76              (with Philip Newton's tweaks)
77      Branch: perl
78            ! pod/perlsub.pod
79 ____________________________________________________________________________
80 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
81         Log: Subject: Re: pod patch - perldelta.pod
82              From: Jim Cromie <jcromie@divsol.com>
83              Date: Mon, 20 May 2002 07:16:54 -0600
84              Message-ID: <3CE8F746.50603@divsol.com>
85      Branch: perl
86            ! pod/perldelta.pod
87 ____________________________________________________________________________
88 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
89         Log: Subject: [patch] one more little step for WinCE
90              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
91              Date: Mon, 20 May 2002 11:47:19 +0400
92              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
93      Branch: perl
94            ! wince/Makefile.ce
95 ____________________________________________________________________________
96 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
97         Log: Preemptive doc patch.
98      Branch: perl
99            ! pod/perldelta.pod
100 ____________________________________________________________________________
101 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
102         Log: The "constant sub redefined" warning can't be disabled.
103      Branch: perl
104            ! pod/perldiag.pod
105 ____________________________________________________________________________
106 [ 16705] By: nick                                  on 2002/05/20  10:18:26
107         Log: Integrate mainline
108      Branch: perlio
109           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
110           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
111           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
112           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
113 ____________________________________________________________________________
114 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
115         Log: Missed hunk from #16701.
116      Branch: perl
117            ! vms/vms.c
118 ____________________________________________________________________________
119 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
120         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
121              From: andreas.koenig@anima.de (Andreas J. Koenig)
122              Date: Mon, 20 May 2002 05:36:14 +0200
123              Message-ID: <m34rh37aoh.fsf@anima.de>
124      Branch: perl
125            + lib/CPAN/t/mirroredby.t
126            ! MANIFEST
127 ____________________________________________________________________________
128 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
129         Log: Subject: tiny doc tweaks
130              From: andreas.koenig@anima.de (Andreas J. Koenig)
131              Date: Mon, 20 May 2002 05:07:13 +0200
132              Message-ID: <m38z6f7c0u.fsf@anima.de>
133      Branch: perl
134            ! pod/perldelta.pod pod/perlfunc.pod
135 ____________________________________________________________________________
136 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
137         Log: Subject: [PATCH @16694] ithreads for VMS
138              From: "Craig A. Berry" <craigberry@mac.com>
139              Date: Sun, 19 May 2002 22:06:43 -0500
140              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
141      Branch: perl
142            ! configure.com vms/vms.c vms/vmsish.h
143 ____________________________________________________________________________
144 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
145         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
146              From: Autrijus Tang <autrijus@autrijus.org>
147              Date: Mon, 20 May 2002 04:10:31 +0800
148              Message-ID: <20020519201031.GA1603@not.autrijus.org>
149      Branch: perl
150            ! ext/Encode/Encode/Makefile_PL.e2x
151 ____________________________________________________________________________
152 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
153         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
154              while trying to -O3 optimize B.c.  (A bit weird since
155              10.1.4 used to work fine, and nothing has changed in
156              ext/B/..., but the overoptimization was repeatable.)
157      Branch: perl
158            + ext/B/hints/darwin.pl
159            ! MANIFEST
160 ____________________________________________________________________________
161 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
162         Log: UNICOS/mk seems to still have this problem.
163      Branch: perl
164            ! ext/Socket/socketpair.t
165 ____________________________________________________________________________
166 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
167         Log: perldelta tweaks.
168      Branch: perl
169            ! pod/perldelta.pod
170 ____________________________________________________________________________
171 [ 16696] By: nick                                  on 2002/05/19  18:26:39
172         Log: Integrate mailine
173      Branch: perlio
174           !> (integrate 35 files)
175 ____________________________________________________________________________
176 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
177         Log: Document the reentrant_retry(), but from user's viewpoint.
178      Branch: perl
179            ! pod/perlthrtut.pod
180 ____________________________________________________________________________
181 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
182         Log: Update Changes.
183      Branch: perl
184            ! Changes patchlevel.h
185 ____________________________________________________________________________
186 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
187         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
188              From: Slaven Rezic <slaven.rezic@berlin.de>
189              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
190              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
191      Branch: perl
192            ! lib/Benchmark.pm
193 ____________________________________________________________________________
194 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
195         Log: Document once more the difference between :utf8
196              and :encoding(...).
197      Branch: perl
198            ! lib/open.pm pod/perluniintro.pod
199 ____________________________________________________________________________
200 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
201         Log: Third Degree: make the options more portable between
202              Tru64 versions.
203      Branch: perl
204            ! Makefile.SH
205 ____________________________________________________________________________
206 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
207         Log: IRIX SMP turned up a few hundred "Use of uninitialized
208              value in numeric eq" warnings: initialise the $counter2.
209      Branch: perl
210            ! ext/threads/shared/t/cond.t
211 ____________________________________________________________________________
212 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
213         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
214              From: Dave Mitchell <davem@fdgroup.com>
215              Date: Sun, 19 May 2002 00:50:43 +0100
216              Message-ID: <20020519005043.F7275@fdgroup.com>
217      Branch: perl
218            ! ext/threads/shared/t/cond.t
219 ____________________________________________________________________________
220 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
221         Log: Sarathy pointed out that instead of zeroing heap
222              it is more prudent to poison it.
223      Branch: perl
224            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
225            ! scope.c sv.c util.c
226 ____________________________________________________________________________
227 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
228         Log: The thread warnings aren't quite yet working as planned.
229      Branch: perl
230            ! ext/threads/shared/t/cond.t
231 ____________________________________________________________________________
232 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
233         Log: Forgotten from #16685.
234      Branch: perl
235            ! ext/threads/shared/t/cond.t
236 ____________________________________________________________________________
237 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
238         Log: Subject: [PATCH threads] revised warnings + more tests + docs
239              From: Dave Mitchell <davem@fdgroup.com>
240              Date: Sat, 18 May 2002 22:24:51 +0100
241              Message-ID: <20020518222451.E7275@fdgroup.com>
242      Branch: perl
243            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
244            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
245            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
246 ____________________________________________________________________________
247 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
248         Log: Storable status tweak.
249      Branch: perl
250            ! pod/perldelta.pod
251 ____________________________________________________________________________
252 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
253         Log: perlfunc and perldelta updates about caller().
254      Branch: perl
255            ! pod/perldelta.pod pod/perlfunc.pod
256 ____________________________________________________________________________
257 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
258         Log: Subject: [PATCH] RE: perl@16678
259              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
260              Date: Sat, 18 May 2002 21:15:43 +0100
261              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
262              
263              Making the symbols generated by warnings.pl future-proof.
264      Branch: perl
265            ! lib/warnings.pm warnings.h warnings.pl
266 ____________________________________________________________________________
267 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
268         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
269              From: Michael G Schwern <schwern@pobox.com>
270              Date: Sat, 18 May 2002 14:53:50 -0400
271              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
272      Branch: perl
273            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
274            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
275 ____________________________________________________________________________
276 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
277         Log: Prettyprinting.
278      Branch: perl
279            ! t/op/recurse.t
280 ____________________________________________________________________________
281 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
282         Log: Companion to #16601: cxinc would create uninitialized
283              PERL_CONTEXTs.  The bug was tickled by the test
284              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
285              added to check that I got the context stack extension right.
286              Also rewrite recurse.t to use test.pl.
287      Branch: perl
288            ! scope.c t/op/recurse.t
289 ____________________________________________________________________________
290 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
291         Log: Update Changes.
292      Branch: perl
293            ! Changes patchlevel.h
294 ____________________________________________________________________________
295 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
296         Log: URL and other tiny tweaks.
297      Branch: perl
298            ! pod/perluniintro.pod
299 ____________________________________________________________________________
300 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
301         Log: Subject: [Patch] doc patch on Unicode
302              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
303              Date: Sun, 19 May 2002 01:01:58 +0900
304              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
305      Branch: perl
306            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
307 ____________________________________________________________________________
308 [ 16675] By: ams                                   on 2002/05/18  15:06:35
309         Log: s/2.0/2.00/ to be CPAN friendly.
310      Branch: perl
311            ! ext/Storable/Storable.pm
312 ____________________________________________________________________________
313 [ 16674] By: ams                                   on 2002/05/18  14:47:07
314         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
315              EBCDIC, amazing.
316              From: Philip Newton <Philip.Newton@gmx.net>
317              Date: Sat, 18 May 2002 09:54:13 +0200
318              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
319      Branch: perl
320            ! lib/Pod/t/eol.t
321 ____________________________________________________________________________
322 [ 16673] By: ams                                   on 2002/05/18  14:41:00
323         Log: Subject: Storable test for 64 bit 5.6.1
324              From: Nicholas Clark <nick@unfortu.net>
325              Date: Sat, 18 May 2002 15:48:55 +0100
326              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
327              (Private mail.)
328      Branch: perl
329            ! ext/Storable/t/malice.t
330 ____________________________________________________________________________
331 [ 16672] By: nick                                  on 2002/05/18  09:47:51
332         Log: Integrate mainline
333      Branch: perlio
334           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
335            - t/lib/st-dump.pl
336           !> (integrate 67 files)
337 ____________________________________________________________________________
338 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
339         Log: No more true.
340      Branch: perl
341            ! lib/vars.pm
342 ____________________________________________________________________________
343 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
344         Log: Make use vars grok UTF-8.
345      Branch: perl
346            ! lib/vars.pm t/run/fresh_perl.t
347 ____________________________________________________________________________
348 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
349         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
350              From: Michael G Schwern <schwern@pobox.com>
351              Date: Fri, 17 May 2002 23:54:29 -0400  
352              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
353      Branch: perl
354            ! t/op/tie.t t/run/fresh_perl.t
355 ____________________________________________________________________________
356 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
357         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
358              From: Michael G Schwern <schwern@pobox.com>
359              Date: Fri, 17 May 2002 20:37:26 -0400  
360              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
361      Branch: perl
362            + t/lib/sample-tests/shbang_misparse
363            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
364            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
365            ! lib/Test/Harness/t/test-harness.t
366 ____________________________________________________________________________
367 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
368         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
369              From: Nicholas Clark <nick@unfortu.net>
370              Date: Sat, 18 May 2002 00:18:39 +0100  
371              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
372              
373              Use Storable's st-dump.pl.
374      Branch: perl
375            - t/lib/st-dump.pl
376            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
377            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
378            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
379            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
380            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
381            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
382            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
383 ____________________________________________________________________________
384 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
385         Log: Forgotten from #16656.
386      Branch: perl
387            ! ext/B/B.xs
388 ____________________________________________________________________________
389 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
390         Log: Subject: [PATCH] Storable ChangeLog ready for release 
391              From: Nicholas Clark <nick@unfortu.net>
392              Date: Fri, 17 May 2002 23:17:34 +0100  
393              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
394      Branch: perl
395            ! ext/Storable/ChangeLog
396 ____________________________________________________________________________
397 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
398         Log: Subject: [PATCH] Storable stand alone tests
399              From: Nicholas Clark <nick@unfortu.net>
400              Date: Fri, 17 May 2002 22:43:35 +0100  
401              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
402      Branch: perl
403            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
404            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
405            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
406            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
407            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
408            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
409            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
410            ! ext/Storable/t/store.t ext/Storable/t/tied.t
411            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
412            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
413 ____________________________________________________________________________
414 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
415         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
416              From: Michael G Schwern <schwern@pobox.com>
417              Date: Fri, 17 May 2002 17:17:54 -0400  
418              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
419      Branch: perl
420            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
421            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
422            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
423            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
424            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
425            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
426            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
427            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
428            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
429            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
430            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
431            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
432            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
433            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
434 ____________________________________________________________________________
435 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
436         Log: More regression tests for caller() and fix one bug of #16658.
437      Branch: perl
438            ! pp_ctl.c t/op/caller.t
439 ____________________________________________________________________________
440 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
441         Log: Integrate perlio;
442              
443              Fix the crlf.t buffer leak
444              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
445              flagged it because it is more often popped without stream
446              being closed.
447              - Define non-noop PerlIOBuf_popped(), use it and export it.
448      Branch: perl
449           !> makedef.pl perlio.c perliol.h
450 ____________________________________________________________________________
451 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
452         Log: Add a note about Cwd::fastcwd() returning tainted data.
453              Sort modules alphabetically.
454      Branch: perl
455            ! pod/perldelta.pod
456 ____________________________________________________________________________
457 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
458         Log: Remove O from the untested modules list.
459      Branch: perl
460            ! t/lib/1_compile.t
461 ____________________________________________________________________________
462 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
463         Log: Fix bug 20020517.003 : segfault with caller().
464              Add regression tests for caller.
465      Branch: perl
466            + t/op/caller.t
467            ! MANIFEST pp_ctl.c
468 ____________________________________________________________________________
469 [ 16657] By: nick                                  on 2002/05/17  17:18:18
470         Log: Fix the crlf.t buffer leak
471              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
472              flagged it because it is more often popped without stream
473              being closed.
474              - Define non-noop PerlIOBuf_popped(), use it and export it.
475      Branch: perlio
476            ! makedef.pl perlio.c perliol.h
477 ____________________________________________________________________________
478 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
479         Log: PERL_HASH() casting games so that our hashed data is "unsigned
480              char" but old code using just a "char" doesn't need changes.
481              (The change is using a temporary pointer instead of a direct
482              cast to unsigned char* which would blindly cast anything,
483              not just char pointers.)  (The problem arose in MacOS Classic,
484              as seen by Pudge, the cure by Nicholas Clark.)
485      Branch: perl
486            ! hv.c hv.h op.c sv.c vms/vms.c
487 ____________________________________________________________________________
488 [ 16655] By: nick                                  on 2002/05/17  14:59:20
489         Log: Integrate mainline
490      Branch: perlio
491           !> (integrate 28 files)
492 ____________________________________________________________________________
493 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
494         Log: Update Changes.
495      Branch: perl
496            ! Changes patchlevel.h
497 ____________________________________________________________________________
498 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
499         Log: FAQ sync.
500      Branch: perl
501            ! pod/perlfaq4.pod pod/perlfaq8.pod
502 ____________________________________________________________________________
503 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
504         Log: Forgot from #16628.
505      Branch: perl
506            ! ext/Encode/Makefile.PL
507 ____________________________________________________________________________
508 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
509         Log: One Last Time
510      Branch: macperl
511            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
512            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
513            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
514            + lib/Unicode/UCD.t
515 ____________________________________________________________________________
516 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
517         Log: Stupid case insensitivity
518      Branch: macperl
519            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
520            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
521            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
522            - lib/unicode/UCD.t
523 ____________________________________________________________________________
524 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
525         Log: Move Unicode -> unicode, remove README
526      Branch: macperl
527            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
528            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
529            - lib/Unicode/Collate/t/test.t lib/Unicode/README
530            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
531 ____________________________________________________________________________
532 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
533         Log: Move Unicode -> unicode, remove README (oops, forgot one)
534      Branch: macperl
535           +> lib/unicode/Collate/README
536 ____________________________________________________________________________
537 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
538         Log: Move Unicode -> unicode, remove README
539      Branch: macperl
540           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
541           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
542           +> lib/unicode/UCD.pm lib/unicode/UCD.t
543 ____________________________________________________________________________
544 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
545         Log: Integrate perl
546      Branch: macperl
547           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
548           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
549           +> lib/Thread/Semaphore.pm
550            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
551            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
552            - wince/include/sys/types.h wince/include/sys/utime.h
553            - wince/include/time.h
554            ! macos/MPVersion.r macos/config.sh
555           !> (integrate 173 files)
556 ____________________________________________________________________________
557 [ 16645] By: nick                                  on 2002/05/17  06:56:40
558         Log: Integrate mainline
559      Branch: perlio
560           +> ext/Storable/t/st-dump.pl
561            - wince/FindExt.pm
562           !> (integrate 40 files)
563 ____________________________________________________________________________
564 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
565         Log: STDERR noise.
566      Branch: perl
567            ! lib/Switch.pm
568 ____________________________________________________________________________
569 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
570         Log: Upgrade to Switch 2.07.
571      Branch: perl
572            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
573            ! lib/Switch/t/given.t lib/Switch/t/nested.t
574            ! lib/Switch/t/switch.t
575 ____________________________________________________________________________
576 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
577         Log: Missed hunk in #16641.
578      Branch: perl
579            ! lib/Filter/Simple/Changes
580 ____________________________________________________________________________
581 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
582         Log: Upgrade to Filter::Simple 0.78.
583              (Keep #14432, let Damian know of it.)
584      Branch: perl
585            ! lib/Filter/Simple.pm lib/Filter/Simple/README
586            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
587            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
588            ! lib/Filter/Simple/t/import.t
589 ____________________________________________________________________________
590 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
591         Log: More Third Degree.
592      Branch: perl
593            ! t/TEST
594 ____________________________________________________________________________
595 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
596         Log: Third Degree tweaks.
597      Branch: perl
598            ! pod/perlhack.pod t/TEST
599 ____________________________________________________________________________
600 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
601         Log: Purify: dl_last_error was leaking.
602      Branch: perl
603            ! ext/DynaLoader/dlutils.c
604 ____________________________________________________________________________
605 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
606         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
607              From: Chris Ball <chris@cpan.org>
608              Date: 16 May 2002 20:51:34 +0100
609              Message-ID: <86lmajvpkp.fsf@void.printf.net>
610      Branch: perl
611            ! utils/perldoc.PL
612 ____________________________________________________________________________
613 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
614         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
615              From: "Craig A. Berry" <craigberry@mac.com>
616              Date: Thu, 16 May 2002 14:13:15 -0500
617              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
618      Branch: perl
619            ! lib/ExtUtils/t/Constant.t
620 ____________________________________________________________________________
621 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
622         Log: Make Cwd::fastcwd() return a tainted value.
623              Add regression tests for taint-safety of the *cwd()
624              functions.
625      Branch: perl
626            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
627 ____________________________________________________________________________
628 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
629         Log: Subject: Re: AIX warning in hints regarding gcc
630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
631              Date: Thu, 16 May 2002 18:55:41 +0200
632              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
633      Branch: perl
634            ! hints/aix.sh
635 ____________________________________________________________________________
636 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
637         Log: Update the test statuses.
638      Branch: perl
639            ! pod/perldelta.pod
640 ____________________________________________________________________________
641 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
642         Log: The UDP sockpair failure seems to have magically
643              disappeared from both UNICOSes.
644              (One gets "UNEXPECTEDLY SUCCEEDED".)
645      Branch: perl
646            ! ext/Socket/socketpair.t
647 ____________________________________________________________________________
648 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
649         Log: Brokenness of restricted hashes with Storable on EBCDIC
650              seems to be an artifact of the downgrade.t.
651      Branch: perl
652            ! ext/Storable/Storable.pm
653 ____________________________________________________________________________
654 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
655         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
656              memory debuggers.
657      Branch: perl
658            ! pod/perlhack.pod
659 ____________________________________________________________________________
660 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
661         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
663              Date: Thu, 16 May 2002 16:42:34 +0200
664              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
665              
666              gcc 3 version parsing proofing.
667      Branch: perl
668            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
669 ____________________________________________________________________________
670 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
671         Log: Subject: [PATCH] good day for WinCE port of perl.
672              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
673              Date: Thu, 16 May 2002 03:33:23 +0400
674              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
675      Branch: perl
676            - wince/FindExt.pm
677            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
678            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
679            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
680            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
681            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
682            ! wince/config_H.ce wince/config_h.PL
683 ____________________________________________________________________________
684 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
685         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
686              From: slaven.rezic@berlin.de
687              Date: Mon, 13 May 2002 16:02:24 +0200
688              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
689      Branch: perl
690            ! ext/Sys/Syslog/Syslog.pm
691 ____________________________________________________________________________
692 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
693         Log: Subject: Re: [PATCH] allow use threads qw(yield)
694              From: Dave Mitchell <davem@fdgroup.com>
695              Date: Wed, 15 May 2002 23:26:27 +0100
696              Message-ID: <20020515232626.E28924@fdgroup.com>
697      Branch: perl
698            ! ext/threads/threads.xs
699 ____________________________________________________________________________
700 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
701         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
703              Date: Thu, 16 May 2002 14:22:21 +0200
704              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
705      Branch: perl
706            ! hints/aix.sh
707 ____________________________________________________________________________
708 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
709         Log: metaconfig unit change for #16623.
710      Branch: metaconfig
711            ! U/ebcdic/trnl.U
712 ____________________________________________________________________________
713 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
714         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
715              from John Poltorak <jp@eyup.org>.
716      Branch: perl
717            ! Configure
718 ____________________________________________________________________________
719 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
720         Log: DJGPP doesn't have \r\n delimited files (it has \r).
721      Branch: perl
722            ! lib/Tie/File/t/21_win32.t
723 ____________________________________________________________________________
724 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
725         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
726              2. Doing a s///g instead of tr/// works better for CR-delimited
727              files, like in DJGPP (since <FH> doesn't correctly pull in
728              CR-delimited lines).
729      Branch: perl
730            ! lib/Pod/Html.pm lib/Pod/t/eol.t
731 ____________________________________________________________________________
732 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
733         Log: Don't test $! with like() since one may have
734              a non-English locale, or simply AIX :-)
735      Branch: perl
736            ! ext/PerlIO/t/fail.t
737 ____________________________________________________________________________
738 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
739         Log: DJGPP updates from Laszlo Molnar.
740      Branch: perl
741            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
742 ____________________________________________________________________________
743 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
744         Log: Integrate perlio;
745              
746              Make open fail when layer string does not parse.
747      Branch: perl
748           +> ext/PerlIO/t/fail.t
749           !> MANIFEST perlio.c
750 ____________________________________________________________________________
751 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
752         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
753              From: Nicholas Clark <nick@unfortu.net>
754              Date: Wed, 15 May 2002 23:06:20 +0100
755              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
756      Branch: perl
757            ! ext/Storable/Storable.xs
758 ____________________________________________________________________________
759 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
760         Log: Two down, ten to go.
761      Branch: perl
762            ! pod/perldelta.pod
763 ____________________________________________________________________________
764 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
765         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
766      Branch: perl
767            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
768 ____________________________________________________________________________
769 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
770         Log: Schizoid MANIFESTs.
771      Branch: perl
772            + ext/Storable/t/st-dump.pl
773            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
774 ____________________________________________________________________________
775 [ 16613] By: nick                                  on 2002/05/15  19:26:00
776         Log: Make open fail when layer string does not parse.
777      Branch: perlio
778            + ext/PerlIO/t/fail.t
779            ! MANIFEST perlio.c
780 ____________________________________________________________________________
781 [ 16612] By: nick                                  on 2002/05/15  18:11:15
782         Log: Integrate mainline
783      Branch: perlio
784           !> Changes ext/Storable/Storable.pm patchlevel.h
785           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
786 ____________________________________________________________________________
787 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
788         Log: Update Changes.
789      Branch: perl
790            ! Changes patchlevel.h
791 ____________________________________________________________________________
792 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
793         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
794      Branch: perl
795            ! pod/perldelta.pod t/run/fresh_perl.t
796 ____________________________________________________________________________
797 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
798         Log: Document some of the known EBCDIC problems with Storable.
799              (There is more, but need to do more tests.)
800      Branch: perl
801            ! ext/Storable/Storable.pm
802 ____________________________________________________________________________
803 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
804         Log: Purify finding: jperl.t causes a few Array Bounds Reads
805              (one byte too far in a malloced buffer) at various spots
806              in regcomp.c, all the buffers malloced by SvGROW() in
807              sv_recode_to_utf8().
808      Branch: perl
809            ! sv.c
810 ____________________________________________________________________________
811 [ 16607] By: nick                                  on 2002/05/15  06:57:26
812         Log: Integrate mainline
813      Branch: perlio
814           +> Porting/thirdclean
815           !> (integrate 36 files)
816 ____________________________________________________________________________
817 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
818         Log: Subject: [PATCH] Re: use of lc module names and warnings
819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
820              Date: Sun, 12 May 2002 23:09:46 +0200
821              Message-ID: <20020512230946.E699@rafael>
822      Branch: perl
823            ! toke.c
824 ____________________________________________________________________________
825 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
826         Log: More rule tweakage.
827      Branch: perl
828            ! Porting/thirdclean
829 ____________________________________________________________________________
830 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
831         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
832              From: Sam Tregar <sam@tregar.com>
833              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
834              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
835      Branch: perl
836            ! ext/Devel/DProf/DProf.xs
837 ____________________________________________________________________________
838 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
839         Log: $VERSIONize.
840      Branch: perl
841            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
842 ____________________________________________________________________________
843 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
844         Log: Third Degree: name the op/foo.t as op_foo.
845      Branch: perl
846            ! t/TEST
847 ____________________________________________________________________________
848 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
849         Log: Read of uninitialized heap found by Third Degree
850              (e.g. in t/op/subst.t)
851      Branch: perl
852            ! scope.c
853 ____________________________________________________________________________
854 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
855         Log: Add more rules.
856      Branch: perl
857            ! Porting/thirdclean
858 ____________________________________________________________________________
859 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
860         Log: Subject: [PATCH] allow use threads qw(yield)
861              From: Dave Mitchell <davem@fdgroup.com>
862              Date: Tue, 14 May 2002 22:49:47 +0100
863              Message-ID: <20020514224947.F25049@fdgroup.com>
864      Branch: perl
865            ! ext/threads/threads.pm ext/threads/threads.xs
866 ____________________________________________________________________________
867 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
868         Log: Micropatch from Olaf Flebbe.
869      Branch: perl
870            ! epoc/epoc.c
871 ____________________________________________________________________________
872 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
873         Log: Subject: perlhack.pod typos [PATCH]
874              From: "John P. Linderman" <jpl@research.att.com>
875              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
876              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
877      Branch: perl
878            ! pod/perlhack.pod
879 ____________________________________________________________________________
880 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
881         Log: Subject: typo in Socket.pm
882              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
883              Date: Tue, 14 May 2002 12:02:47 +0200
884              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
885      Branch: perl
886            ! ext/IO/lib/IO/Socket.pm
887 ____________________________________________________________________________
888 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
889         Log: The #16592 needs this.
890      Branch: perl
891            ! embedvar.h perlapi.h
892 ____________________________________________________________________________
893 [ 16594] By: sky                                   on 2002/05/14  17:08:01
894         Log: Subject: Re: lib/sort.t failure [PATCH]
895              From: "John P. Linderman" <jpl@research.att.com>
896              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
897              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
898      Branch: perl
899            ! pod/perlfunc.pod
900 ____________________________________________________________________________
901 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
902         Log: Add a script for cleaning out the "known noise"
903              from Third Degree reports: either noise caused
904              by libc itself, or Perl_yyparse leaks.
905      Branch: perl
906            + Porting/thirdclean
907            ! MANIFEST
908 ____________________________________________________________________________
909 [ 16592] By: sky                                   on 2002/05/14  15:21:39
910         Log: Turn the sort RealCmp for stable quicksorts into a
911              threadsafe per interpreter values.
912      Branch: perl
913            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
914 ____________________________________________________________________________
915 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
916         Log: reentr.h affects more C files than just reentr.c
917      Branch: perl
918            ! locale.c pp.c pp_sys.c
919 ____________________________________________________________________________
920 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
921         Log: Document reentr.pl a bit better.  Still rather
922              convoluted code, but it ain't broken, so...
923      Branch: perl
924            ! reentr.h reentr.pl
925 ____________________________________________________________________________
926 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
927         Log: z/OS update: not all Storable was clear yet.
928      Branch: perl
929            ! pod/perldelta.pod
930 ____________________________________________________________________________
931 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
932         Log: Avoid potentially empty struct.
933      Branch: perl
934            ! reentr.h reentr.pl
935 ____________________________________________________________________________
936 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
937         Log: Todo tweaks.
938      Branch: perl
939            ! pod/perltodo.pod
940 ____________________________________________________________________________
941 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
942         Log: Subject: [PATCH] various minor fixes in threads.            
943              From: Dave Mitchell <davem@fdgroup.com>
944              Date: Mon, 13 May 2002 23:48:22 +0100      
945              Message-ID: <20020513234822.G21318@fdgroup.com>
946      Branch: perl
947            ! dump.c ext/threads/shared/shared.xs
948 ____________________________________________________________________________
949 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
950         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
951              From: PPrymmer@factset.com
952              Date: Mon, 13 May 2002 17:37:28 -0400
953              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
954      Branch: perl
955            ! vms/vms.c
956 ____________________________________________________________________________
957 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
958         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
959              From: Nicholas Clark <nick@unfortu.net>    
960              Date: Mon, 13 May 2002 21:45:47 +0100
961              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
962      Branch: perl
963            ! lib/ExtUtils/t/Constant.t
964 ____________________________________________________________________________
965 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
966         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
967              From: Nicholas Clark <nick@unfortu.net>    
968              Date: Mon, 13 May 2002 21:47:38 +0100
969              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
970      Branch: perl
971            ! lib/Benchmark.t
972 ____________________________________________________________________________
973 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
974         Log: Subject: WinCE several touches
975              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
976              Date: Tue, 14 May 2002 00:43:11 +0400      
977              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
978      Branch: perl
979            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
980            ! wince/config_h.PL
981 ____________________________________________________________________________
982 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
983         Log: Subject: Re: perl@16573
984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
985              Date: Mon, 13 May 2002 18:30:35 +0200
986              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
987              
988              (gcc 3.0 vs 64-bit hpux hints)
989      Branch: perl
990            ! hints/hpux.sh
991 ____________________________________________________________________________
992 [ 16580] By: sky                                   on 2002/05/13  19:38:09
993         Log: Make the point a bit clearer after suggestion from Merijin
994      Branch: perl
995            ! pod/perltodo.pod
996 ____________________________________________________________________________
997 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
998         Log: perltodo update.
999      Branch: perl
1000            ! pod/perltodo.pod
1001 ____________________________________________________________________________
1002 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
1003         Log: Subject: README.aix update
1004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1005              Date: Mon, 13 May 2002 19:02:47 +0200
1006              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
1007      Branch: perl
1008            ! README.aix
1009 ____________________________________________________________________________
1010 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
1011         Log: export PerlIOBuf_get_base for win32 extension linkage
1012      Branch: perl
1013            ! makedef.pl
1014 ____________________________________________________________________________
1015 [ 16576] By: nick                                  on 2002/05/13  18:20:22
1016         Log: Integrate mainline
1017      Branch: perlio
1018           !> Changes README.vos ext/threads/shared/shared.pm
1019           !> ext/threads/shared/t/0nothread.t
1020           !> ext/threads/shared/t/av_refs.t
1021           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
1022           !> ext/threads/shared/t/hv_refs.t
1023           !> ext/threads/shared/t/hv_simple.t
1024           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
1025           !> ext/threads/shared/t/semaphore.t
1026           !> ext/threads/shared/t/shared_attr.t
1027           !> ext/threads/shared/t/sv_refs.t
1028           !> ext/threads/shared/t/sv_simple.t patchlevel.h
1029           !> pod/perldelta.pod vms/vms.c xsutils.c
1030 ____________________________________________________________________________
1031 [ 16575] By: ams                                   on 2002/05/13  15:42:50
1032         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
1033              From: Paul_GreenVOS@vos.stratus.com
1034              Date: Mon, 13 May 02 12:32 edt
1035              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
1036      Branch: perl
1037            ! README.vos pod/perldelta.pod
1038 ____________________________________________________________________________
1039 [ 16574] By: ams                                   on 2002/05/13  15:41:14
1040         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
1041              From: PPrymmer@factset.com
1042              Date: Mon, 13 May 2002 11:38:15 -0400
1043              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
1044      Branch: perl
1045            ! vms/vms.c
1046 ____________________________________________________________________________
1047 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
1048         Log: Update Changes.
1049      Branch: perl
1050            ! Changes patchlevel.h
1051 ____________________________________________________________________________
1052 [ 16572] By: sky                                   on 2002/05/13  12:30:35
1053         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
1054              From: Dave Mitchell <davem@fdgroup.com>
1055              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
1056              Message-Id: <20020510235227.J12298@fdgroup.com>
1057      Branch: perl
1058            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
1059            ! ext/threads/shared/t/av_refs.t
1060            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
1061            ! ext/threads/shared/t/hv_refs.t
1062            ! ext/threads/shared/t/hv_simple.t
1063            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
1064            ! ext/threads/shared/t/semaphore.t
1065            ! ext/threads/shared/t/shared_attr.t
1066            ! ext/threads/shared/t/sv_refs.t
1067            ! ext/threads/shared/t/sv_simple.t xsutils.c
1068 ____________________________________________________________________________
1069 [ 16571] By: nick                                  on 2002/05/13  07:54:10
1070         Log: Integrate Mainline
1071      Branch: perlio
1072           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1073            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1074            - wince/include/cectype.h wince/include/errno.h
1075            - wince/include/sys/types.h wince/include/sys/utime.h
1076            - wince/include/time.h
1077           !> (integrate 51 files)
1078 ____________________________________________________________________________
1079 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
1080         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
1081              From: Michael G Schwern <schwern@pobox.com>
1082              Date: Sun, 12 May 2002 19:32:58 -0400
1083              Message-ID: <20020512233258.GK696@blackrider>
1084      Branch: perl
1085            ! t/TEST
1086 ____________________________________________________________________________
1087 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
1088         Log: Be clean.
1089      Branch: perl
1090            ! Makefile.SH ext/B/t/o.t
1091 ____________________________________________________________________________
1092 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
1093         Log: change#8666 ($Config{perllibs}) apparently never got into
1094              mainline--merge, and add other missing entries; regen
1095              config_H.* files
1096      Branch: perl
1097            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1098            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1099            ! win32/config_H.vc win32/config_H.vc64
1100 ____________________________________________________________________________
1101 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
1102         Log: Elaborate on the exit/wait plan a bit.
1103      Branch: perl
1104            ! pod/perltodo.pod
1105 ____________________________________________________________________________
1106 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
1107         Log: Slight doc tweaks.
1108      Branch: perl
1109            ! pod/perlthrtut.pod
1110 ____________________________________________________________________________
1111 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
1112         Log: OS/390: update the test results.
1113      Branch: perl
1114            ! pod/perldelta.pod
1115 ____________________________________________________________________________
1116 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
1117         Log: Add threadsafety caveats.
1118      Branch: perl
1119            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
1120 ____________________________________________________________________________
1121 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
1122         Log: Update the Mac OS X situation.
1123      Branch: perl
1124            ! pod/perldelta.pod
1125 ____________________________________________________________________________
1126 [ 16562] By: sky                                   on 2002/05/12  19:10:27
1127         Log: Update todo, removing things done and adding new things.
1128      Branch: perl
1129            ! pod/perltodo.pod
1130 ____________________________________________________________________________
1131 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
1132         Log: Reword the "threads still running" cleanup message.
1133      Branch: perl
1134            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
1135            ! pod/perltoc.pod
1136 ____________________________________________________________________________
1137 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
1138         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
1139              (The manifestation: running pat.t core dumps after test 639.
1140              Removing everything after 639 makes core go away, as does
1141              removing everything before 640.  I did say "weird".  Some
1142              sort of a memory corruption, no doubt, but no time to debug
1143              in more detail.)
1144      Branch: perl
1145            ! t/op/pat.t
1146 ____________________________________________________________________________
1147 [ 16559] By: sky                                   on 2002/05/12  17:59:41
1148         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
1149      Branch: perl
1150            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1151            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1152            ! MANIFEST
1153 ____________________________________________________________________________
1154 [ 16558] By: sky                                   on 2002/05/12  17:57:51
1155         Log: Fixed bug where tmpsv would be null after the return of the 
1156              amagic. Now check for that and allocate the tmpsv afterwards, 
1157              this is done in all other places that use amagic.
1158              Fixes bug when threads->unknownfunction() was called and
1159              we coredumped on the stringification somewhere deep in the
1160              autoloader/dynaloader something. Far to deep for me to provide
1161              a test case.
1162      Branch: perl
1163            ! sv.c
1164 ____________________________________________________________________________
1165 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
1166         Log: (retracted by #16560)
1167              EBCDIC: must protect also compile time so that
1168              the illegal UTF-EBCDIC is not seen.
1169      Branch: perl
1170            ! t/op/pat.t
1171 ____________________________________________________________________________
1172 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
1173         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
1174      Branch: perl
1175            ! pod/perlebcdic.pod regcomp.c
1176 ____________________________________________________________________________
1177 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
1178         Log: As suggested by Dave Mitchell, adding yield()s at
1179              appropriate spots helps non-preemptive thread
1180              implementations, like the GNU pth.  Tested at NetBSD
1181              by Martin Weber <Ephaeton@gmx.net>.
1182      Branch: perl
1183            ! ext/threads/t/basic.t ext/threads/t/list.t
1184            ! ext/threads/t/thread.t
1185 ____________________________________________________________________________
1186 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
1187         Log: Subject: RE: VOS bleadperl test failure on 16539
1188              From: chromatic <chromatic@rmci.net>
1189              Date: Sat, 11 May 2002 23:23:54 -0700
1190              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
1191      Branch: perl
1192            ! ext/B/t/o.t
1193 ____________________________________________________________________________
1194 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
1195         Log: There's no rest for the wicked misspellers.
1196      Branch: perl
1197            ! pod/perlthrtut.pod
1198 ____________________________________________________________________________
1199 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
1200         Log: Detypos (and sticking with US spelling since Dan Sugalski
1201              wrote the original text of perlthrtut)
1202      Branch: perl
1203            ! ext/threads/threads.pm pod/perlthrtut.pod
1204 ____________________________________________________________________________
1205 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
1206         Log: Because of #16550 these tests would now spew
1207              "Malformed UTF-8" in EBCDIC.
1208      Branch: perl
1209            ! t/op/pat.t
1210 ____________________________________________________________________________
1211 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
1212         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
1213              scripts does not apply any more.  (The utf8.t needed a little
1214              bit of relaxing to work in EBCDIC, since *both* the bytes in
1215              subtest #30 are illegal UTF-EBCDIC, and the error message
1216              matched is slightly different.)  The utf8.t now passes.
1217      Branch: perl
1218            ! lib/utf8.t toke.c
1219 ____________________________________________________________________________
1220 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
1221         Log: Subject: [PATCH] a bit more for WinCE
1222              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1223              Date: Sun, 12 May 2002 02:34:24 +0400
1224              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
1225      Branch: perl
1226            ! wince/wince.c
1227 ____________________________________________________________________________
1228 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
1229         Log: Subject: [PATCH] for WinCE cross-build, another one
1230              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
1231              Date: Sun, 12 May 2002 00:02:47 +0400
1232              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
1233      Branch: perl
1234            - wince/include/cectype.h wince/include/errno.h
1235            - wince/include/sys/types.h wince/include/sys/utime.h
1236            - wince/include/time.h
1237            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
1238            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
1239            ! wince/wince.c
1240 ____________________________________________________________________________
1241 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
1242         Log: Explicit casts due to #16542.
1243      Branch: perl
1244            ! ext/B/B.xs hv.c op.c sv.c
1245 ____________________________________________________________________________
1246 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
1247         Log: Upgrade to Test::Harness 2.21.
1248      Branch: perl
1249            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1250            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
1251            ! lib/Test/Harness/t/test-harness.t
1252 ____________________________________________________________________________
1253 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
1254         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
1255              but keep up with the $VERSION)
1256      Branch: perl
1257            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1258 ____________________________________________________________________________
1259 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
1260         Log: metaconfig unit change for #16543.
1261      Branch: metaconfig
1262            ! U/threads/usethreads.U
1263 ____________________________________________________________________________
1264 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
1265         Log: Subject: [PATCH] updated threads docs
1266              From: Dave Mitchell <davem@fdgroup.com>
1267              Date: Sat, 11 May 2002 20:00:51 +0100
1268              Message-ID: <20020511200050.D14841@fdgroup.com>
1269      Branch: perl
1270            ! Configure README.threads pod/perlothrtut.pod
1271            ! pod/perlthrtut.pod
1272 ____________________________________________________________________________
1273 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
1274         Log: Subject: unsigned char hashes (Re: perl@16539)
1275              From: Nicholas Clark <nick@unfortu.net>
1276              Date: Sat, 11 May 2002 17:54:44 +0100
1277              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
1278              
1279              Be explicitly unsigned char in the hash calculation.
1280      Branch: perl
1281            ! hv.h
1282 ____________________________________________________________________________
1283 [ 16541] By: nick                                  on 2002/05/11  08:21:00
1284         Log: Integrate mainline
1285      Branch: perlio
1286           +> ext/B/t/o.t
1287           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
1288           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
1289           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
1290 ____________________________________________________________________________
1291 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
1292         Log: Subject: more os x test output cosmetics
1293              From: Kay Röpke <kroepke@dolphin-services.de>
1294              Date: Fri, 10 May 2002 14:07:34 +0200
1295              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
1296      Branch: perl
1297            ! ext/DB_File/t/db-btree.t
1298 ____________________________________________________________________________
1299 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
1300         Log: Update Changes.
1301      Branch: perl
1302            ! Changes patchlevel.h
1303 ____________________________________________________________________________
1304 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
1305         Log: Regen toc.
1306      Branch: perl
1307            ! pod/perltoc.pod
1308 ____________________________________________________________________________
1309 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
1310         Log: Move pod, add $VERSION.
1311      Branch: perl
1312            ! ext/threads/shared/queue.pm
1313 ____________________________________________________________________________
1314 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
1315         Log: Unused variables.
1316      Branch: perl
1317            ! ext/Encode/Encode.xs
1318 ____________________________________________________________________________
1319 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
1320         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
1321              From: chromatic <chromatic@rmci.net>
1322              Date: Fri, 10 May 2002 07:43:25 -0700
1323              Message-ID: <20020510144325.26245.qmail@firewheel>
1324      Branch: perl
1325            + ext/B/t/o.t
1326            ! MANIFEST
1327 ____________________________________________________________________________
1328 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
1329         Log: Don't do JAPHs unless doing "make torturetest".
1330              Document the less obvious make test targets.
1331      Branch: perl
1332            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
1333 ____________________________________________________________________________
1334 [ 16533] By: nick                                  on 2002/05/10  06:02:58
1335         Log: Integrate mainline
1336      Branch: perlio
1337           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
1338           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
1339           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1340           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1341           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
1342           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
1343           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
1344           !> t/run/fresh_perl.t util.c
1345 ____________________________________________________________________________
1346 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
1347         Log: Subject: [PATCH] format and other warnings
1348              From: Robin Barker <rmb1@cise.npl.co.uk>
1349              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
1350              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
1351      Branch: perl
1352            ! Porting/pumpkin.pod ext/Encode/Encode.xs
1353            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
1354            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1355            ! ext/threads/threads.xs
1356 ____________________________________________________________________________
1357 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
1358         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
1359      Branch: perl
1360            ! t/op/tie.t t/run/fresh_perl.t
1361 ____________________________________________________________________________
1362 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
1363         Log: Subject: Re: [PATCH] Re: perl@16433
1364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
1365              Date: Thu, 09 May 2002 16:24:59 -0700
1366              Message-ID: <LVw28gzkguhE092yn@efn.org>
1367      Branch: perl
1368            ! t/op/tie.t
1369 ____________________________________________________________________________
1370 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
1371         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
1372              From: Dave Mitchell <davem@fdgroup.com>
1373              Date: Thu, 9 May 2002 17:18:42 +0100
1374              Message-ID: <20020509171842.C9836@fdgroup.com>
1375      Branch: perl
1376            ! ext/threads/shared/t/cond.t
1377 ____________________________________________________________________________
1378 [ 16528] By: nick                                  on 2002/05/09  16:40:39
1379         Log: Integrate maint branch io (pipe) fixes.
1380      Branch: perl
1381           !> doio.c pp_sys.c util.c
1382 ____________________________________________________________________________
1383 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
1384         Log: FAQ sync.
1385      Branch: perl
1386            ! pod/perlfaq3.pod pod/perlfaq4.pod
1387 ____________________________________________________________________________
1388 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
1389         Log: metaconfig unit changes for #16525, plus extra linting.
1390      Branch: metaconfig
1391            ! U/compline/ptrsize.U U/protos/Protochk.U
1392            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1393            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1394            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1395            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1396            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1397            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1398            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1399            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1400            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1401            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1402            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1403            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1404            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1405            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1406            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1407            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1408            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1409            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1410            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1411            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1412            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1413            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1414            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1415            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1416 ____________________________________________________________________________
1417 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
1418         Log: metaconfig unit linting.
1419      Branch: perl
1420            ! reentr.pl
1421 ____________________________________________________________________________
1422 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
1423         Log: metaconfig unit changes for #16523.
1424      Branch: metaconfig
1425            ! U/compline/ptrsize.U
1426      Branch: metaconfig/U/perl
1427            ! use64bits.U
1428 ____________________________________________________________________________
1429 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
1430         Log: ptrsize should depend on use64bitall, not the other
1431              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
1432      Branch: perl
1433            ! Configure
1434 ____________________________________________________________________________
1435 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
1436         Log: Integrate #16510 from macperl;
1437              
1438              Tell IO.xs that MacOS sometimes doesn't need extra help
1439      Branch: perl
1440           !> ext/IO/IO.xs
1441 ____________________________________________________________________________
1442 [ 16521] By: ams                                   on 2002/05/09  12:42:12
1443         Log: Subject: Re: Storable doc patches
1444              From: "Philip Newton" <Philip.Newton@gmx.net>
1445              Date: Thu, 9 May 2002 14:32:29 +0200
1446              Message-Id: 
1447      Branch: perl
1448            ! ext/Storable/Storable.pm
1449 ____________________________________________________________________________
1450 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
1451         Log: cmp() compares chars, not bytes.
1452      Branch: perl
1453            ! pod/perllocale.pod
1454 ____________________________________________________________________________
1455 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
1456         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
1457      Branch: perl
1458            ! pod/perlhack.pod
1459 ____________________________________________________________________________
1460 [ 16518] By: ams                                   on 2002/05/09  09:04:31
1461         Log: Subject: Storable doc patches
1462              From: Philip Newton <Philip.Newton@gmx.net>
1463              Date: Thu, 09 May 2002 12:00:45 +0200
1464              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
1465      Branch: perl
1466            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1467 ____________________________________________________________________________
1468 [ 16517] By: ams                                   on 2002/05/09  08:53:50
1469         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1470              From: Philip Newton <Philip.Newton@gmx.net>
1471              Date: Thu, 09 May 2002 11:16:06 +0200
1472              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
1473      Branch: perl
1474            ! ext/Storable/README
1475 ____________________________________________________________________________
1476 [ 16516] By: nick                                  on 2002/05/09  08:13:39
1477         Log: Integrate mainline
1478      Branch: perlio
1479           !> pod/perlxstut.pod
1480 ____________________________________________________________________________
1481 [ 16515] By: nick                                  on 2002/05/09  07:29:53
1482         Log: Integrate mainline
1483      Branch: perlio
1484           !> (integrate 27 files)
1485 ____________________________________________________________________________
1486 [ 16514] By: ams                                   on 2002/05/09  06:50:24
1487         Log: Subject: [Patch] perlxstut.pod
1488              From: lupe@lupe-christoph.de (Lupe Christoph)
1489              Date: Thu, 9 May 2002 09:42:02 +0200
1490              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
1491              (Applied with tweaks.)
1492      Branch: perl
1493            ! pod/perlxstut.pod
1494 ____________________________________________________________________________
1495 [ 16513] By: ams                                   on 2002/05/09  06:04:47
1496         Log: Subject: [Patch] perlapio.pod
1497              From: lupe@lupe-christoph.de (Lupe Christoph)
1498              Date: Thu, 9 May 2002 09:01:50 +0200
1499              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
1500              (Applied with tweaks.)
1501      Branch: perl
1502            ! pod/perlapio.pod
1503 ____________________________________________________________________________
1504 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
1505         Log: Integrate from macperl
1506      Branch: maint-5.6/macperl
1507           !> macos/macperl/MPConsole.cp
1508 ____________________________________________________________________________
1509 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
1510         Log: Make interrupt act as end of file, MacPerl Bug #542154
1511      Branch: macperl
1512            ! macos/macperl/MPConsole.cp
1513 ____________________________________________________________________________
1514 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
1515         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
1516      Branch: macperl
1517            ! ext/IO/IO.xs
1518 ____________________________________________________________________________
1519 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
1520         Log: Make perlio (!sfio) work on MacOS
1521      Branch: macperl
1522            ! macos/config.h macos/config.sh macos/macish.c
1523 ____________________________________________________________________________
1524 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
1525         Log: integrate maint-5.6/macperl contents
1526      Branch: maint-5.6/perl
1527           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
1528           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
1529           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
1530 ____________________________________________________________________________
1531 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
1532         Log: Rework #16506 some more.
1533      Branch: perl
1534            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1535 ____________________________________________________________________________
1536 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
1537         Log: Rework #16503 a bit to keep all the HiRes implementation
1538              in one place, assuming we want to re-CPAN Time::HiRes at
1539              some point.
1540      Branch: perl
1541            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1542 ____________________________________________________________________________
1543 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
1544         Log: metaconfig unit change for #16504.
1545      Branch: metaconfig
1546            ! U/modified/Cppsym.U
1547 ____________________________________________________________________________
1548 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
1549         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
1550              From: Pixel <pixel@mandrakesoft.com>
1551              Date: 08 May 2002 18:19:51 +0200
1552              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
1553      Branch: perl
1554            ! Configure
1555 ____________________________________________________________________________
1556 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
1557         Log: make the gettimeofday() implementation in Time::HiRes available
1558              from perl
1559      Branch: perl
1560            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
1561            ! win32/config.bc win32/config.gc win32/config.vc
1562            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1563            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
1564            ! win32/win32.c win32/win32iop.h
1565 ____________________________________________________________________________
1566 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
1567         Log: Subject: Test output update for OS X 10.1.4
1568              From: Kay Röpke <kroepke@dolphin-services.de>
1569              Date: Wed, 8 May 2002 22:23:36 +0200
1570              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
1571      Branch: perl
1572            ! ext/DB_File/t/db-recno.t
1573 ____________________________________________________________________________
1574 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
1575         Log: Subject: [PATCH] Re: perl@16433
1576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1577              Date: Tue, 07 May 2002 18:40:44 -0700
1578              Message-ID: <cII28gzkgaOS092yn@efn.org>
1579              
1580              Subject: Re: [PATCH] Re: perl@16433
1581              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1582              Date: Wed, 08 May 2002 10:16:42 -0700
1583              Message-ID: <61V28gzkg+jG092yn@efn.org>
1584      Branch: perl
1585            ! pp_sys.c sv.c t/op/tie.t
1586 ____________________________________________________________________________
1587 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
1588         Log: Subject: [DOC PATCH] Minor threads::shared nits
1589              From: Simon Glover <scog@amnh.org>
1590              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
1591              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
1592      Branch: perl
1593            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
1594            ! ext/threads/shared/shared.pm
1595 ____________________________________________________________________________
1596 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
1597         Log: Subject: [DOC PATCH] perlthrtut proofreading
1598              From: Simon Glover <scog@amnh.org>
1599              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
1600              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
1601      Branch: perl
1602            ! pod/perlthrtut.pod
1603 ____________________________________________________________________________
1604 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
1605         Log: Deprecate 5.005threads.
1606      Branch: perl
1607            ! pod/perldelta.pod
1608 ____________________________________________________________________________
1609 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
1610         Log: Integrate perlio;
1611              
1612              PerlIO/XS interface routine and doc updates from
1613              lupe@lupe-christoph.de (Lupe Christoph) in mail
1614              Subject: [For Review] Patch for perlio.c and pods
1615              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1616              Date: Sun, 5 May 2002 10:43:15 +0200
1617              (Minor tweaks to follow.)
1618              
1619              Portability and doc tweaks to PerlIO/XS stuff.
1620              We are still "papering over the cracks" a bit,
1621              but now it is good stiff card held on with epoxy.
1622      Branch: perl
1623           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
1624 ____________________________________________________________________________
1625 [ 16496] By: nick                                  on 2002/05/08  19:08:43
1626         Log: Portability and doc tweaks to PerlIO/XS stuff.
1627              We are still "papering over the cracks" a bit,
1628              but now it is good stiff card held on with epoxy.
1629      Branch: perlio
1630            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1631 ____________________________________________________________________________
1632 [ 16495] By: nick                                  on 2002/05/08  17:56:43
1633         Log: PerlIO/XS interface routine and doc updates from
1634              lupe@lupe-christoph.de (Lupe Christoph) in mail
1635              Subject: [For Review] Patch for perlio.c and pods
1636              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1637              Date: Sun, 5 May 2002 10:43:15 +0200
1638              (Minor tweaks to follow.)
1639      Branch: perlio
1640            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1641 ____________________________________________________________________________
1642 [ 16494] By: nick                                  on 2002/05/08  17:40:34
1643         Log: Integrate mainline
1644      Branch: perlio
1645           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
1646           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
1647           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
1648           !> t/run/fresh_perl.t
1649 ____________________________________________________________________________
1650 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
1651         Log: Update Changes.
1652      Branch: perl
1653            ! Changes patchlevel.h
1654 ____________________________________________________________________________
1655 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
1656         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
1657              don't unlink /dev/null
1658      Branch: perl
1659            ! Porting/p4genpatch
1660 ____________________________________________________________________________
1661 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
1662         Log: Integrate perlio; 
1663              
1664              Avoid pointless re-encode of data in :encoding's read buffer
1665              on a close
1666      Branch: perl
1667           !> ext/PerlIO/encoding/encoding.xs
1668 ____________________________________________________________________________
1669 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
1670         Log: The base.pm changes need this, too?
1671      Branch: perl
1672            ! lib/diagnostics.t
1673 ____________________________________________________________________________
1674 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
1675         Log: fix p4genpatch breakage (missing slash in patch headers)
1676      Branch: perl
1677            ! Porting/p4genpatch
1678 ____________________________________________________________________________
1679 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
1680         Log: Integrate #14679 from macperl;
1681              
1682              Skip layer symbols for sfio
1683      Branch: perl
1684           !> makedef.pl
1685 ____________________________________________________________________________
1686 [ 16487] By: nick                                  on 2002/05/08  13:12:47
1687         Log: Avoid pointless re-encode of data in :encoding's read buffer
1688              on a close
1689      Branch: perlio
1690            ! ext/PerlIO/encoding/encoding.xs
1691 ____________________________________________________________________________
1692 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
1693         Log: Integrate #16481 from macperl;
1694              
1695              p4genpatch Mac OS fixes (paths, utime)
1696      Branch: perl
1697           !> Porting/p4genpatch
1698 ____________________________________________________________________________
1699 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
1700         Log: Storable doc tweaks.
1701      Branch: perl
1702            ! ext/Storable/Storable.pm
1703 ____________________________________________________________________________
1704 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
1705         Log: Subject: Re: [PATCH] use base Notexists
1706              From: andreas.koenig@anima.de (Andreas J. Koenig)
1707              Date: Wed, 08 May 2002 15:57:53 +0200
1708              Message-ID: <m34rhi91y6.fsf@anima.de>
1709      Branch: perl
1710            ! lib/base.pm lib/fields.t
1711 ____________________________________________________________________________
1712 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
1713         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
1714              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1715              Date: Wed, 8 May 2002 10:47:51 +0400
1716              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
1717      Branch: perl
1718            ! t/run/fresh_perl.t
1719 ____________________________________________________________________________
1720 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
1721         Log: Document how even "ASCII" locales can have problems
1722              if \w includes some of the regex metacharacters.
1723      Branch: perl
1724            ! lib/locale.t
1725 ____________________________________________________________________________
1726 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
1727         Log: p4genpatch Mac OS fixes (paths, utime)
1728      Branch: macperl
1729            ! Porting/p4genpatch
1730 ____________________________________________________________________________
1731 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
1732         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
1733              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1734              Date: Wed, 8 May 2002 10:33:14 +0400
1735              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
1736      Branch: perl
1737            ! ext/File/Glob/bsd_glob.c
1738 ____________________________________________________________________________
1739 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
1740         Log: Skip layer symbols for sfio
1741      Branch: macperl
1742            ! makedef.pl
1743 ____________________________________________________________________________
1744 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
1745         Log: Bump up the Storable $VERSION to 2.0.
1746      Branch: perl
1747            ! ext/Storable/Storable.pm
1748 ____________________________________________________________________________
1749 [ 16477] By: nick                                  on 2002/05/08  06:21:18
1750         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
1751      Branch: perlio
1752           !> (integrate 36 files)
1753 ____________________________________________________________________________
1754 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
1755         Log: Oops, add back
1756      Branch: macperl
1757            + macos/MacPerlTests.cmd
1758 ____________________________________________________________________________
1759 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
1760         Log: Integrate with perl
1761      Branch: macperl
1762           +> Porting/p4genpatch ext/Digest/MD5/README
1763           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
1764           +> ext/threads/shared/semaphore.pm
1765           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
1766           +> t/comp/hints.t vos/compile_full_perl.cm
1767           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1768           +> wince/compile.bat wince/win32io.c
1769            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
1770            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
1771           !> (integrate 206 files)
1772 ____________________________________________________________________________
1773 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
1774         Log: Update README (integrate from macperl)
1775      Branch: maint-5.6/macperl
1776           !> README.macos
1777 ____________________________________________________________________________
1778 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
1779         Log: Various syncs from macperl/ -> maint-5.6/macperl/
1780              File::Copy, File::Spec updates
1781              Test script modifications
1782              pp_require path bugfixes
1783      Branch: maint-5.6/macperl
1784            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
1785            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
1786 ____________________________________________________________________________
1787 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
1788         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
1789      Branch: macperl
1790            ! macos/macperl/MacPerl.podhelp
1791      Branch: maint-5.6/macperl
1792            ! macos/macperl/MacPerl.podhelp
1793 ____________________________________________________________________________
1794 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
1795         Log: Reset Mac::err flag in app, MacPerl Bug #546065
1796      Branch: macperl
1797            ! macos/macperl/MPScript.c
1798      Branch: maint-5.6/macperl
1799            ! macos/macperl/MPScript.c
1800 ____________________________________________________________________________
1801 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
1802         Log: Fix for some module install paths, MacPerl Bug #549611
1803      Branch: macperl
1804            ! macos/macperl/Droplets/installme.plx
1805            ! macos/macperl/Droplets/untarzipme.plx
1806      Branch: maint-5.6/macperl
1807            ! macos/macperl/Droplets/installme.plx
1808            ! macos/macperl/Droplets/untarzipme.plx
1809 ____________________________________________________________________________
1810 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
1811         Log: Stupid Mac::OSA::Simple bugs
1812      Branch: macperl
1813            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1814      Branch: maint-5.6/macperl
1815            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1816 ____________________________________________________________________________
1817 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
1818         Log: Various BuildTools fixes, MacPerl Bug #545341
1819      Branch: macperl
1820            ! macos/lib/Mac/BuildTools.pm
1821      Branch: maint-5.6/macperl
1822            ! macos/lib/Mac/BuildTools.pm
1823 ____________________________________________________________________________
1824 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
1825         Log: MM_MacOS has been moved from macos/lib/ to lib/
1826      Branch: macperl
1827            - macos/lib/ExtUtils/MM_MacOS.pm
1828 ____________________________________________________________________________
1829 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
1830         Log: Oops, add Digest::MD5 Makefile.mk back in
1831      Branch: macperl
1832            + macos/bundled_ext/Digest/MD5/Makefile.mk
1833 ____________________________________________________________________________
1834 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
1835         Log: Allow focus of first item, MacPerl Bug #529102
1836      Branch: macperl
1837            ! macos/ext/Mac/Windows/Windows.pm
1838      Branch: maint-5.6/macperl
1839            ! macos/ext/Mac/Windows/Windows.pm
1840 ____________________________________________________________________________
1841 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
1842         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
1843      Branch: macperl
1844            ! macos/lib/Mac/Glue.pm
1845      Branch: maint-5.6/macperl
1846            ! macos/lib/Mac/Glue.pm
1847 ____________________________________________________________________________
1848 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
1849         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
1850      Branch: perl
1851            ! makedef.pl
1852 ____________________________________________________________________________
1853 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
1854         Log: aTHX may be empty
1855      Branch: perl
1856            ! win32/win32.c
1857 ____________________________________________________________________________
1858 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
1859         Log: 5005threads builds again on windows
1860      Branch: perl
1861            ! win32/win32.c win32/win32.h
1862 ____________________________________________________________________________
1863 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
1864         Log: fixes for various warnings identified by Visual C++
1865      Branch: perl
1866            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
1867            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1868            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
1869            ! win32/config.bc win32/config.gc win32/config.vc
1870            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1871            ! win32/win32.c win32/win32iop.h
1872 ____________________________________________________________________________
1873 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
1874         Log: keep paths consistently slashed on windows
1875      Branch: perl
1876            ! t/harness
1877 ____________________________________________________________________________
1878 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
1879         Log: integrate makefile.mk changes into Makefile
1880      Branch: perl
1881            ! win32/Makefile
1882 ____________________________________________________________________________
1883 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
1884         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1885              From: Nicholas Clark <nick@unfortu.net>
1886              Date: Tue, 7 May 2002 23:26:01 +0100
1887              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
1888      Branch: perl
1889            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
1890            ! ext/Storable/README ext/Storable/Storable.pm
1891            ! ext/Storable/t/malice.t
1892 ____________________________________________________________________________
1893 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
1894         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1895              From: Dave Mitchell <davem@fdgroup.com>
1896              Date: Wed, 8 May 2002 00:11:02 +0100
1897              Message-ID: <20020508001102.D4118@fdgroup.com>
1898      Branch: perl
1899            ! pp_hot.c scope.c
1900 ____________________________________________________________________________
1901 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
1902         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
1903              From: Dave Mitchell <davem@fdgroup.com>
1904              Date: Tue, 7 May 2002 23:13:10 +0100
1905              Message-ID: <20020507231310.B4118@fdgroup.com>
1906      Branch: perl
1907            ! pp_hot.c
1908 ____________________________________________________________________________
1909 [ 16454] By: sky                                   on 2002/05/07  21:18:44
1910         Log: Documentation of async
1911      Branch: perl
1912            ! ext/threads/threads.pm
1913 ____________________________________________________________________________
1914 [ 16453] By: sky                                   on 2002/05/07  21:16:28
1915         Log: Documentation added.
1916      Branch: perl
1917            ! ext/threads/shared/semaphore.pm
1918 ____________________________________________________________________________
1919 [ 16452] By: sky                                   on 2002/05/07  21:15:34
1920         Log: Add support for async.
1921      Branch: perl
1922            ! ext/threads/threads.pm
1923 ____________________________________________________________________________
1924 [ 16451] By: sky                                   on 2002/05/07  21:01:47
1925         Log: Add documentation.
1926      Branch: perl
1927            ! ext/threads/shared/queue.pm
1928 ____________________________________________________________________________
1929 [ 16450] By: sky                                   on 2002/05/07  20:24:08
1930         Log: Fix bad assumptions in test case.
1931              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
1932              b) $var++ is not atomic
1933              c) the creating of the string to print and the actuall printing 
1934              could be preempted by another thread
1935      Branch: perl
1936            ! ext/threads/shared/t/queue.t
1937 ____________________________________________________________________________
1938 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
1939         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
1940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1941              Date: Tue, 07 May 2002 19:41:03 +0200
1942              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
1943      Branch: perl
1944            ! makedepend.SH
1945 ____________________________________________________________________________
1946 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
1947         Log: Upgrade to Encode 1.71.
1948      Branch: perl
1949            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1950            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
1951 ____________________________________________________________________________
1952 [ 16447] By: nick                                  on 2002/05/07  18:39:47
1953         Log: Integrate mainline
1954      Branch: perlio
1955           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
1956           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
1957           !> lib/User/pwent.t
1958 ____________________________________________________________________________
1959 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
1960         Log: AUTHORS updates.
1961      Branch: perl
1962            ! AUTHORS
1963 ____________________________________________________________________________
1964 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
1965         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
1966              From: Robin Barker <rmb1@cise.npl.co.uk>
1967              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
1968              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
1969      Branch: perl
1970            ! ext/Encode/Encode.xs
1971 ____________________________________________________________________________
1972 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
1973         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
1974              From: Michael A Chase <mchase@ix.netcom.com>
1975              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
1976              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
1977              
1978              (plus add what POSIX says)
1979      Branch: perl
1980            ! lib/File/Spec/Unix.pm
1981 ____________________________________________________________________________
1982 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
1983         Log: Subject: Re: lib/User/pwent.t on Cygwin
1984              From: John Peacock <jpeacock@rowman.com>
1985              Date: Mon, 06 May 2002 10:14:21 -0400
1986              Message-ID: <3CD68FBD.8020502@rowman.com>
1987      Branch: perl
1988            ! lib/User/pwent.t
1989 ____________________________________________________________________________
1990 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
1991         Log: Subject: [PATCH] Storable (Re: perl@16433)
1992              From: Radu Greab <radu@netsoft.ro>
1993              Date: Tue, 7 May 2002 11:37:03 +0300
1994              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
1995              
1996              Subject: Re: [PATCH] Storable (Re: perl@16433)
1997              From: Radu Greab <radu@netsoft.ro>
1998              Date: Tue, 7 May 2002 12:49:24 +0300
1999              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
2000              
2001              Plug the Storable memory leaks.
2002      Branch: perl
2003            ! ext/Storable/Storable.xs
2004 ____________________________________________________________________________
2005 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
2006         Log: Upgrade to CPAN 1.61.
2007      Branch: perl
2008            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2009 ____________________________________________________________________________
2010 [ 16440] By: nick                                  on 2002/05/07  07:07:58
2011         Log: Integrate mainline
2012      Branch: perlio
2013           +> Porting/p4genpatch vos/compile_full_perl.cm
2014           +> vos/configure_full_perl.sh vos/make_full_perl.sh
2015           +> wince/compile.bat wince/win32io.c
2016            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
2017           !> (integrate 74 files)
2018 ____________________________________________________________________________
2019 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
2020         Log: Document the bad behaviour of for(1..5){$_++}
2021              (it works but it should fail)
2022      Branch: perl
2023            ! pod/perldelta.pod
2024 ____________________________________________________________________________
2025 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
2026         Log: README.ko update from Jungshik Shin.
2027      Branch: perl
2028            ! README.ko
2029 ____________________________________________________________________________
2030 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
2031         Log: Subject: Re: perl@16433
2032              From: Nicholas Clark <nick@unfortu.net>
2033              Date: Tue, 7 May 2002 00:21:46 +0100
2034              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
2035      Branch: perl
2036            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2037            ! ext/Storable/t/malice.t
2038 ____________________________________________________________________________
2039 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
2040         Log: Subject:  two and a half steps further for WinCE cross-build
2041              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2042              Date: Mon, 6 May 2002 23:54:24 +0400
2043              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
2044      Branch: perl
2045            - wince/config.h
2046            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
2047 ____________________________________________________________________________
2048 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
2049         Log: Detypo.
2050      Branch: perl
2051            ! pod/perldelta.pod
2052 ____________________________________________________________________________
2053 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
2054         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
2055              From: Dave Mitchell <davem@fdgroup.com>
2056              Date: Mon, 6 May 2002 17:17:00 +0100
2057              Message-ID: <20020506171700.A256@fdgroup.com>
2058      Branch: perl
2059            ! pod/perldelta.pod t/op/local.t
2060 ____________________________________________________________________________
2061 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
2062         Log: Update Changes.
2063      Branch: perl
2064            ! Changes patchlevel.h
2065 ____________________________________________________________________________
2066 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
2067         Log: Add a test for #16431, and document Dave's campaign
2068              against localised hash element bugs.
2069      Branch: perl
2070            ! pod/perldelta.pod t/op/tie.t
2071 ____________________________________________________________________________
2072 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
2073         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
2074              From: Dave Mitchell <davem@fdgroup.com>
2075              Date: Sat, 4 May 2002 00:34:18 +0100
2076              Message-ID: <20020504003418.F22026@fdgroup.com>
2077      Branch: perl
2078            ! pp_hot.c t/op/local.t
2079 ____________________________________________________________________________
2080 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
2081         Log: Regen uconfig.h.
2082      Branch: perl
2083            ! uconfig.h
2084 ____________________________________________________________________________
2085 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
2086         Log: Unfortunately AmigaOS has been broken since 11423
2087              and is unlikely to get fixed in time for 5.8.0.
2088      Branch: perl
2089            ! pod/perldelta.pod
2090 ____________________________________________________________________________
2091 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
2092         Log: Ultimate discouragement for the old tools, from Andreas.
2093      Branch: perl
2094            - Porting/p4d2p Porting/p4desc
2095            ! MANIFEST Porting/repository.pod
2096 ____________________________________________________________________________
2097 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
2098         Log: Upgrade to Digest::MD5 2.20.
2099      Branch: perl
2100            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2101            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
2102 ____________________________________________________________________________
2103 [ 16426] By: ams                                   on 2002/05/06  09:48:42
2104         Log: Subject: [Encode] 1.70 released
2105              From: Dan Kogai <dankogai@dan.co.jp>
2106              Date: Mon, 6 May 2002 19:36:15 +0900
2107              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
2108      Branch: perl
2109            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
2110            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
2111            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
2112 ____________________________________________________________________________
2113 [ 16425] By: ams                                   on 2002/05/06  09:40:42
2114         Log: Subject: [PATCH] PerlIO::Via reference
2115              From: Gisle Aas <gisle@ActiveState.com>
2116              Date: 05 May 2002 22:50:23 -0700
2117              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
2118      Branch: perl
2119            ! pod/perliol.pod
2120 ____________________________________________________________________________
2121 [ 16424] By: ams                                   on 2002/05/06  09:37:58
2122         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
2123              From: Brendan O'Dea <bod@debian.org>
2124              Date: Mon, 6 May 2002 14:04:48 +1000
2125              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
2126      Branch: perl
2127            ! lib/Term/Complete.pm
2128 ____________________________________________________________________________
2129 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
2130         Log: p4genpatch: avoid stderr noise during adds
2131      Branch: perl
2132            ! Porting/p4genpatch
2133 ____________________________________________________________________________
2134 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
2135         Log: Subject: [PATCH] Fixup VOS builds of miniperl
2136              From: Paul_GreenVOS@vos.stratus.com
2137              Date: Sun, 5 May 02 23:11 edt
2138              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
2139      Branch: perl
2140            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
2141 ____________________________________________________________________________
2142 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
2143         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
2144              From: Radu Greab <radu@netsoft.ro>
2145              Date: Mon, 6 May 2002 04:23:10 +0300
2146              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
2147      Branch: perl
2148            ! pp_sys.c t/op/exec.t
2149 ____________________________________________________________________________
2150 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
2151         Log: Further comment tweak, to agree with perlxs.pod.
2152      Branch: perl
2153            ! perl.h
2154 ____________________________________________________________________________
2155 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
2156         Log: Subject: [PATCH] Update README.vos and release vos build macros
2157              From: Paul_GreenVOS@vos.stratus.com
2158              Date: Sun, 5 May 02 17:15 edt
2159              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
2160              To: perl5-porters@perl.org
2161      Branch: perl
2162            + vos/compile_full_perl.cm vos/configure_full_perl.sh
2163            + vos/make_full_perl.sh
2164            ! MANIFEST README.vos vos/Changes
2165 ____________________________________________________________________________
2166 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
2167         Log: Retract MM_NW5.pm part of #16371, at the request
2168              of Michael Schwern.
2169      Branch: perl
2170            ! lib/ExtUtils/MM_NW5.pm
2171 ____________________________________________________________________________
2172 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
2173         Log: Comment tweaks.
2174      Branch: perl
2175            ! perl.h
2176 ____________________________________________________________________________
2177 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
2178         Log: a few more p4genpatch fixes:
2179              
2180              don't assume previous revision exists, let p4 compute it from
2181              the one-less-change number instead
2182              
2183              the time part in timestamps were always 00:00:00; fix by
2184              fetching metadata via "p4 fsync" rather than "p4 filelog"
2185              
2186              quote all file names used in external commands to make them
2187              them work when there are spaces in those file names
2188              
2189              looks production worthy now :)
2190      Branch: perl
2191            ! Porting/p4genpatch
2192 ____________________________________________________________________________
2193 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
2194         Log: The #16401 was far from enough, and mostly in a wrong direction.
2195              The right thing to do would be to convert Storable into using
2196              the new MY_CXT scheme (no static data, and memory management
2197              using SVs).
2198      Branch: perl
2199            ! ext/Storable/Storable.xs
2200 ____________________________________________________________________________
2201 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
2202         Log: p4genpatch diffs against depot files from //depot/perl when called
2203              with -b //depot/maint-5.6/perl
2204      Branch: perl
2205            ! Porting/p4genpatch
2206 ____________________________________________________________________________
2207 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
2208         Log: p4genpatch: current directory may not be writable, so don't
2209              create temp files there
2210      Branch: perl
2211            ! Porting/p4genpatch
2212 ____________________________________________________________________________
2213 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
2214         Log: p4genpatch now works on windows
2215      Branch: perl
2216            ! Porting/p4genpatch
2217 ____________________________________________________________________________
2218 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
2219         Log: p4genpatch: tweak from Andreas to strip leading portion of
2220              path specified in -b (so patch can be applied with "patch -p1")
2221      Branch: perl
2222            ! Porting/p4genpatch
2223 ____________________________________________________________________________
2224 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
2225         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
2226              From: PPrymmer@factset.com
2227              Date: Fri, 3 May 2002 14:52:12 -0400
2228              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
2229      Branch: perl
2230            ! t/op/pwent.t
2231 ____________________________________________________________________________
2232 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
2233         Log: Upgrade to Net::Ping 2.17.
2234      Branch: perl
2235            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2236 ____________________________________________________________________________
2237 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
2238         Log: Upgrade to Getopt::Long 2.31.
2239      Branch: perl
2240            ! lib/Getopt/Long.pm
2241 ____________________________________________________________________________
2242 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
2243         Log: Subject: Re: Cross-compiling as of WinCE
2244              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2245              Date: Sat, 4 May 2002 03:49:11 +0400
2246              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
2247      Branch: perl
2248            + wince/compile.bat wince/win32io.c
2249            - wince/perldll.def
2250            ! MANIFEST configpm makedef.pl wince/Makefile.ce
2251            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
2252            ! wince/config_h.PL wince/wince.c
2253 ____________________________________________________________________________
2254 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
2255         Log: The loclibpth is always set by Configure.
2256      Branch: perl
2257            ! hints/dec_osf.sh
2258 ____________________________________________________________________________
2259 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
2260         Log: Subject: Re: [Unicode::Collate] UCA Version number    
2261              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2262              Date: Sun, 05 May 2002 10:07:57 +0900
2263              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
2264      Branch: perl
2265            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2266            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2267 ____________________________________________________________________________
2268 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
2269         Log: Subject: [PATCH sv.c] delete inaccurate comment
2270              From: Dave Mitchell <davem@fdgroup.com>
2271              Date: Fri, 3 May 2002 21:17:00 +0100
2272              Message-ID: <20020503211700.C22026@fdgroup.com>
2273      Branch: perl
2274            ! sv.c
2275 ____________________________________________________________________________
2276 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
2277         Log: Solaris: show what 'that' is.
2278      Branch: perl
2279            ! hints/solaris_2.sh
2280 ____________________________________________________________________________
2281 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
2282         Log: Syntax fix.
2283      Branch: perl
2284            ! t/op/arith.t
2285 ____________________________________________________________________________
2286 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
2287         Log: (retracted by #16415) Storable: try to free what we allocated.
2288      Branch: perl
2289            ! ext/Storable/Storable.xs
2290 ____________________________________________________________________________
2291 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
2292         Log: UNICOS: division is really sloppy.
2293      Branch: perl
2294            ! t/op/arith.t
2295 ____________________________________________________________________________
2296 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
2297         Log: Subject: fix t/io/fs.t for VOS
2298              From: Paul_GreenVOS@vos.stratus.com
2299              Date: Sat, 4 May 02 14:01 edt
2300              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
2301      Branch: perl
2302            ! t/io/fs.t
2303 ____________________________________________________________________________
2304 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
2305         Log: Subject: [Unicode::Collate] UCA Version number
2306              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2307              Date: Sat, 04 May 2002 16:07:07 +0900
2308              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
2309      Branch: perl
2310            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
2311 ____________________________________________________________________________
2312 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
2313         Log: Subject: [PATCH lib/overload.pm] "\"\""
2314              From: Michael G Schwern <schwern@pobox.com>
2315              Date: Sat, 4 May 2002 13:17:44 -0400
2316              Message-ID: <20020504171743.GD640@blackrider>
2317      Branch: perl
2318            ! lib/overload.pm
2319 ____________________________________________________________________________
2320 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
2321         Log: Add the EBCDIC test data to downgrade.t.
2322      Branch: perl
2323            ! ext/Storable/t/downgrade.t
2324 ____________________________________________________________________________
2325 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
2326         Log: EBCDIC tweak.
2327      Branch: perl
2328            ! ext/Storable/t/utf8hash.t
2329 ____________________________________________________________________________
2330 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
2331         Log: Allow p4genpatch to use diff programs other than 'diff'.
2332      Branch: perl
2333            ! Porting/p4genpatch
2334 ____________________________________________________________________________
2335 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
2336         Log: Add p4genpatch from Andreas; obsoletes both
2337              p4d2p and p4desc.
2338      Branch: perl
2339            + Porting/p4genpatch
2340            ! MANIFEST Porting/makerel
2341 ____________________________________________________________________________
2342 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
2343         Log: Upgrade to Encode 1.69.
2344      Branch: perl
2345            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2346            ! ext/Encode/Encode/Makefile_PL.e2x
2347            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
2348            ! ext/Encode/lib/Encode/Guess.pm
2349            ! ext/Encode/lib/Encode/MIME/Header.pm
2350            ! ext/Encode/t/mime-header.t
2351 ____________________________________________________________________________
2352 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
2353         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
2354              From: Dave Mitchell <davem@fdgroup.com>
2355              Date: Sat, 4 May 2002 16:09:26 +0100
2356              Message-ID: <20020504160926.A24990@fdgroup.com>
2357      Branch: perl
2358            ! INSTALL
2359 ____________________________________________________________________________
2360 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
2361         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
2362              From: Nicholas Clark <nick@unfortu.net>
2363              Date: Sat, 4 May 2002 12:38:58 +0100
2364              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
2365      Branch: perl
2366            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2367 ____________________________________________________________________________
2368 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
2369         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
2370              From: Nicholas Clark <nick@unfortu.net>
2371              Date: Sat, 4 May 2002 00:30:43 +0100
2372              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
2373      Branch: perl
2374            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2375 ____________________________________________________________________________
2376 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
2377         Log: Doc tweak from Elizabeth Mattijsen.
2378      Branch: perl
2379            ! pod/perlunicode.pod
2380 ____________________________________________________________________________
2381 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
2382         Log: Subject: [PATCH] channames.pm doc tweaks
2383              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
2384              Date: Sat, 04 May 2002 11:45:18 +0900
2385              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
2386      Branch: perl
2387            ! lib/charnames.pm
2388 ____________________________________________________________________________
2389 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
2390         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2391              From: Dave Mitchell <davem@fdgroup.com>
2392              Date: Fri, 3 May 2002 23:51:10 +0100
2393              Message-ID: <20020503235110.E22026@fdgroup.com>
2394      Branch: perl
2395            ! pp_hot.c scope.c
2396 ____________________________________________________________________________
2397 [ 16385] By: nick                                  on 2002/05/04  09:29:41
2398         Log: Integrate mainline
2399      Branch: perlio
2400           !> (integrate 47 files)
2401 ____________________________________________________________________________
2402 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
2403         Log: Subject: Re: perl@16307
2404              From: Nicholas Clark <nick@unfortu.net>
2405              Date: Fri, 3 May 2002 21:49:04 +0100
2406              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
2407              
2408              canonical #3 was failing under -Mutf8.
2409      Branch: perl
2410            ! ext/Storable/t/canonical.t
2411 ____________________________________________________________________________
2412 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
2413         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
2414              From: Dave Mitchell <davem@fdgroup.com>
2415              Date: Fri, 3 May 2002 21:12:10 +0100
2416              Message-ID: <20020503211210.B22026@fdgroup.com>
2417      Branch: perl
2418            ! scope.c
2419 ____________________________________________________________________________
2420 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
2421         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
2422              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2423              Date: Fri, 3 May 2002 20:30:25 +0200
2424              Message-ID: <190109228332.20020503203025@familiehaase.de>
2425      Branch: perl
2426            ! doio.c
2427 ____________________________________________________________________________
2428 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
2429         Log: Subject: t/TestInit.pm - clean up comments
2430              From: Paul_GreenVOS@vos.stratus.com
2431              Date: Fri, 3 May 02 14:51 edt
2432              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
2433      Branch: perl
2434            ! t/TestInit.pm
2435 ____________________________________________________________________________
2436 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
2437         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
2438              From: Dan Kogai <dankogai@dan.co.jp>
2439              Date: Sat, 4 May 2002 01:46:35 +0900
2440              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
2441      Branch: perl
2442            ! ext/Encode/Encode/Makefile_PL.e2x
2443 ____________________________________________________________________________
2444 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
2445         Log: Forgotten test arrangement.
2446      Branch: perl
2447            ! ext/Digest/MD5/t/files.t
2448 ____________________________________________________________________________
2449 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
2450         Log: Comedy of typing errors.
2451      Branch: perl
2452            ! hints/solaris_2.sh
2453 ____________________________________________________________________________
2454 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
2455         Log: Let's try the "no Net:: if no Socket" again.
2456      Branch: perl
2457            ! t/lib/1_compile.t
2458 ____________________________________________________________________________
2459 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
2460         Log: Update Changes.
2461      Branch: perl
2462            ! Changes patchlevel.h
2463 ____________________________________________________________________________
2464 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
2465         Log: Oops.
2466      Branch: perl
2467            ! lib/ExtUtils/MM_BeOS.pm
2468 ____________________________________________________________________________
2469 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
2470         Log: EBCDIC tweak.
2471      Branch: perl
2472            ! ext/Digest/MD5/t/utf8.t
2473 ____________________________________________________________________________
2474 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
2475         Log: Update the EBCDIC MD5 checksums, and automate the process.
2476      Branch: perl
2477            ! ext/Digest/MD5/t/files.t
2478 ____________________________________________________________________________
2479 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
2480         Log: The EBCDIC remapping of the low 256 bites again.
2481      Branch: perl
2482            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
2483            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
2484            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
2485 ____________________________________________________________________________
2486 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
2487         Log: NetWare updates from C Aditya.
2488      Branch: perl
2489            ! lib/ExtUtils/MM_NW5.pm makedef.pl
2490 ____________________________________________________________________________
2491 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
2492         Log: DJGPP updates from Laszlo Molnar.
2493      Branch: perl
2494            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
2495 ____________________________________________________________________________
2496 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
2497         Log: Upgrade to Encode 1.68.
2498      Branch: perl
2499            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2500            ! ext/Encode/lib/Encode/Alias.pm
2501            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2502 ____________________________________________________________________________
2503 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
2504         Log: Integrate perlio;
2505              
2506              Several of non-default builds now seem to work reasonably well
2507              English.t seems to fail on an errno test, and socketpair blathers
2508              about something.
2509              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2510              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2511              function tables (latter was done in earlier change).
2512              Update comments in Makefile.mk 
2513              
2514              Finish off 16350 for non-PERLIO build on linux,
2515              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2516              for some slots which now perlsdio.h is targeting.
2517              
2518              setbuf / setvbuf are not PerlIO_ concepts
2519              
2520              perl_clone is a threads thing
2521              
2522              Have perlsdio.h use the iperlsys.h aliases and see
2523              if that helps non-PERLIO IMP_SYS on Win32.
2524              (Miniperl okay on linux).
2525              
2526              More layer syms
2527              
2528              Use PerlSIO_fdupopen() if not using PerlIO
2529              
2530              Do not build if not using layers
2531      Branch: perl
2532           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
2533           !> win32/makefile.mk win32/perlhost.h win32/win32.c
2534           !> win32/win32io.c
2535 ____________________________________________________________________________
2536 [ 16367] By: nick                                  on 2002/05/03  07:25:13
2537         Log: Several of non-default builds now seem to work reasonably well
2538              English.t seems to fail on an errno test, and socketpair blathers
2539              about something.
2540              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2541              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2542              function tables (latter was done in earlier change).
2543              Update comments in Makefile.mk 
2544      Branch: perlio
2545            ! perlio.h win32/makefile.mk win32/win32.c
2546 ____________________________________________________________________________
2547 [ 16366] By: nick                                  on 2002/05/03  07:07:36
2548         Log: Finish off 16350 for non-PERLIO build on linux,
2549              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2550              for some slots which now perlsdio.h is targeting.
2551      Branch: perlio
2552            ! iperlsys.h
2553 ____________________________________________________________________________
2554 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
2555         Log: If no Socket should not try to test Net::
2556      Branch: perl
2557            ! t/lib/1_compile.t
2558 ____________________________________________________________________________
2559 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
2560         Log: Integrate macperl #16360 and #16363;
2561              
2562              Make op/alarm.t pass
2563              
2564              README.macos update
2565      Branch: perl
2566           !> README.macos t/op/alarm.t
2567 ____________________________________________________________________________
2568 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
2569         Log: README.macos update
2570      Branch: macperl
2571            ! README.macos
2572 ____________________________________________________________________________
2573 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
2574         Log: Config / test updates
2575      Branch: macperl
2576            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2577            ! macos/Makefile.mk
2578 ____________________________________________________________________________
2579 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
2580         Log: Safe signals for Mac OS
2581      Branch: macperl
2582            ! macos/macish.c macos/macish.h
2583 ____________________________________________________________________________
2584 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
2585         Log: Make op/alarm.t pass
2586      Branch: macperl
2587            ! t/op/alarm.t
2588 ____________________________________________________________________________
2589 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
2590         Log: a tweak to change#13584: need to avoid pad-walking during
2591              global destruction
2592      Branch: maint-5.6/perl
2593            ! op.c
2594 ____________________________________________________________________________
2595 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
2596         Log: Forgot the most important part of #16357.
2597      Branch: perl
2598            ! lib/Unicode/Collate.pm
2599 ____________________________________________________________________________
2600 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
2601         Log: Subject: Unicode::Collate 0.11 Released
2602              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2603              Date: Fri, 03 May 2002 03:19:29 +0900
2604              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
2605      Branch: perl
2606            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2607            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2608 ____________________________________________________________________________
2609 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
2610         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
2611              From: Andy Dougherty <doughera@lafayette.edu>
2612              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
2613              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
2614      Branch: perl
2615            ! Makefile.SH ext/util/make_ext
2616 ____________________________________________________________________________
2617 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
2618         Log: Integrate #16353 from macperl;
2619              
2620              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2621              in test 92 of run/fresh_perl.t on MacOS
2622              
2623              (as pudge rightfully points out, this is voodoo
2624              programming at it best, the real bug is somewhere else,
2625              now we just happened to shake the chicken the right way)
2626      Branch: perl
2627           !> lib/utf8_heavy.pl
2628 ____________________________________________________________________________
2629 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
2630         Log: Subject: Re: Encode, charnames and utf8heavy
2631              From: Dan Kogai <dankogai@dan.co.jp>
2632              Date: Thu, 2 May 2002 00:44:30 +0900
2633              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
2634              
2635              (plus a respective perlunicode tweak)
2636      Branch: perl
2637            ! lib/utf8_heavy.pl pod/perlunicode.pod
2638 ____________________________________________________________________________
2639 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
2640         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2641              in test 92 of run/fresh_perl.t on MacOS
2642      Branch: macperl
2643            ! lib/utf8_heavy.pl
2644 ____________________________________________________________________________
2645 [ 16352] By: nick                                  on 2002/05/02  17:48:31
2646         Log: setbuf / setvbuf are not PerlIO_ concepts
2647      Branch: perlio
2648            ! XSUB.h
2649 ____________________________________________________________________________
2650 [ 16351] By: nick                                  on 2002/05/02  17:12:21
2651         Log: perl_clone is a threads thing
2652      Branch: perlio
2653            ! makedef.pl
2654 ____________________________________________________________________________
2655 [ 16350] By: nick                                  on 2002/05/02  17:09:43
2656         Log: *** EXPERIMENTAL ***
2657              Have perlsdio.h use the iperlsys.h aliases and see
2658              if that helps non-PERLIO IMP_SYS on Win32.
2659              (Miniperl okay on linux).
2660      Branch: perlio
2661            ! iperlsys.h perlsdio.h
2662 ____________________________________________________________________________
2663 [ 16349] By: nick                                  on 2002/05/02  16:10:15
2664         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
2665              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
2666              - use it in perlio.c
2667      Branch: perlio
2668            ! perlio.c win32/perlhost.h win32/win32.c
2669 ____________________________________________________________________________
2670 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
2671         Log: manual integrate of change#16332 from maint-5.6 branch
2672      Branch: perl
2673            ! mg.c perl.c sv.c util.c
2674 ____________________________________________________________________________
2675 [ 16347] By: nick                                  on 2002/05/02  15:19:59
2676         Log: More layer syms
2677      Branch: perlio
2678            ! makedef.pl
2679 ____________________________________________________________________________
2680 [ 16346] By: nick                                  on 2002/05/02  15:19:20
2681         Log: Use PerlSIO_fdupopen() if not using PerlIO
2682      Branch: perlio
2683            ! perlio.c
2684 ____________________________________________________________________________
2685 [ 16345] By: nick                                  on 2002/05/02  15:18:12
2686         Log: Do not build if not using layers
2687      Branch: perlio
2688            ! win32/win32io.c
2689 ____________________________________________________________________________
2690 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
2691         Log: Upgrade to Encode 1.67.
2692      Branch: perl
2693            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2694            ! ext/Encode/lib/Encode/Guess.pm
2695 ____________________________________________________________________________
2696 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
2697         Log: Integrate perlio;
2698              
2699              Remove show-stoppers to non-PERLIO Win32 builds
2700              (still not a very good show).
2701      Branch: perl
2702           !> makedef.pl win32/makefile.mk
2703 ____________________________________________________________________________
2704 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
2705         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
2706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2707              Date: Thu, 02 May 2002 04:22:02 +0100
2708              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
2709      Branch: perl
2710            ! malloc.c
2711 ____________________________________________________________________________
2712 [ 16341] By: nick                                  on 2002/05/02  12:57:23
2713         Log: Remove show-stoppers to non-PERLIO Win32 builds
2714              (still not a very good show).
2715      Branch: perlio
2716            ! makedef.pl win32/makefile.mk
2717 ____________________________________________________________________________
2718 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
2719         Log: Subject: [PATCH] 1/3rd of utf8
2720              From: Nicholas Clark <nick@unfortu.net>
2721              Date: Wed, 1 May 2002 22:58:42 +0100
2722              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
2723      Branch: perl
2724            ! ext/Storable/t/malice.t
2725 ____________________________________________________________________________
2726 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
2727         Log: Integrate #16334 from maint-5.6;
2728              
2729              don't pad $0 with spaces when setting it, use nulls instead (the
2730              spaces show up as a very long line in a ps listing)
2731      Branch: perl
2732           !> mg.c
2733 ____________________________________________________________________________
2734 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
2735         Log: Integrate perlio;
2736              
2737              Fix the "PerlIO require leak". Snag was that clean_objs
2738              autoloaded DESTROY (needing IO) after known layers had
2739              been freed. Postpone layer list free to PerlIO_cleanup,
2740              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2741              so that sv_undef is immortal till layer list is done with it.
2742      Branch: perl
2743           !> perl.c perlio.c
2744 ____________________________________________________________________________
2745 [ 16337] By: ams                                   on 2002/05/02  08:21:42
2746         Log: Subject: Re: [PATCH] Storable docs
2747              From: Philip Newton <Philip.Newton@gmx.net>
2748              Date: Thu, 02 May 2002 07:58:38 +0200
2749              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
2750              (Applied mostly with tweaks by hand.)
2751      Branch: perl
2752            ! ext/Storable/Storable.pm
2753 ____________________________________________________________________________
2754 [ 16336] By: nick                                  on 2002/05/02  07:59:16
2755         Log: Integrate mainline
2756      Branch: perlio
2757           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
2758           +> ext/Digest/MD5/t/utf8.t
2759            - ext/Digest/MD5/t/aaa.t
2760           !> Configure MANIFEST Makefile.SH config_h.SH
2761           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2762           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2763           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
2764           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
2765           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
2766           !> lib/Thread.pm util.c
2767 ____________________________________________________________________________
2768 [ 16335] By: nick                                  on 2002/05/02  07:54:51
2769         Log: Fix the "PerlIO require leak". Snag was that clean_objs
2770              autoloaded DESTROY (needing IO) after known layers had
2771              been freed. Postpone layer list free to PerlIO_cleanup,
2772              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2773              so that sv_undef is immortal till layer list is done with it.
2774      Branch: perlio
2775            ! perl.c perlio.c
2776 ____________________________________________________________________________
2777 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
2778         Log: don't pad $0 with spaces when setting it, use nulls instead (the
2779              spaces show up as a very long line in a ps listing)
2780      Branch: maint-5.6/perl
2781            ! mg.c
2782 ____________________________________________________________________________
2783 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
2784         Log: fix yet more race conditions related to fdopen() and dup2():
2785              
2786              fclose() is not thread-safe when two FILE* structures point
2787              to the same underlying fd, as it happens in perl's socket
2788              handles; need to invalidate the fileno slot of one of the
2789              FILE* structures, but unfortunately stdio has no interface
2790              to do this; we can do little else but fiddle with the
2791              FILE* structure directly (yuck! hope this could be done better
2792              under native PerlIO in 5.8)
2793      Branch: maint-5.6/perl
2794            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
2795 ____________________________________________________________________________
2796 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
2797         Log: isolate all environ diddling to the initial interpreter; any
2798              additional interpreters created after the first one cannot
2799              propagate %ENV changes down to the real environment; this
2800              should fix %ENV related races (e.g. multiple threads attempting
2801              to free() environ entries when they run C<%ENV = ()>)
2802      Branch: maint-5.6/perl
2803            ! mg.c perl.c sv.c util.c
2804 ____________________________________________________________________________
2805 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
2806         Log: fix race condition in my_popen(): parent may dup2() into an fd
2807              that got opened by another thread because it closes it
2808              beforehand; instead, let the dup2() itself close the fd
2809      Branch: maint-5.6/perl
2810            ! util.c
2811 ____________________________________________________________________________
2812 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
2813         Log: pipe() IO structures were not fully initialized
2814      Branch: maint-5.6/perl
2815            ! doio.c pp_sys.c
2816 ____________________________________________________________________________
2817 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
2818         Log: fix handle leak in my_popen() if the fork() fails
2819      Branch: maint-5.6/perl
2820            ! util.c
2821 ____________________________________________________________________________
2822 [ 16328] By: nick                                  on 2002/05/02  06:08:22
2823         Log: Integrate mainline
2824      Branch: perlio
2825           +> ext/threads/shared/semaphore.pm
2826           +> ext/threads/shared/t/semaphore.t
2827           !> MANIFEST ext/threads/shared/Makefile.PL
2828           !> ext/threads/shared/t/queue.t
2829 ____________________________________________________________________________
2830 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
2831         Log: Cleanup threads dirs.
2832      Branch: perl
2833            ! Makefile.SH
2834 ____________________________________________________________________________
2835 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
2836         Log: Add the new Digest::MD5 test.
2837      Branch: perl
2838            + ext/Digest/MD5/t/utf8.t
2839            ! MANIFEST
2840 ____________________________________________________________________________
2841 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
2842         Log: New try at the Class::DBI core dump at global cleanup.
2843      Branch: perl
2844            ! gv.h util.c
2845 ____________________________________________________________________________
2846 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
2847         Log: Upgrade to Digest::MD5 2.19.
2848      Branch: perl
2849            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2850            ! ext/Digest/MD5/t/files.t
2851 ____________________________________________________________________________
2852 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
2853         Log: Ooops.  Not everybody does threads.
2854      Branch: perl
2855            ! ext/threads/shared/t/semaphore.t
2856 ____________________________________________________________________________
2857 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
2858         Log: Fix files.t for blead.
2859      Branch: perl
2860            + ext/Digest/MD5/README
2861            ! MANIFEST ext/Digest/MD5/t/files.t
2862 ____________________________________________________________________________
2863 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
2864         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
2865              work yet with blead, my bad.
2866      Branch: perl
2867            + ext/Digest/MD5/t/md5-aaa.t
2868            - ext/Digest/MD5/t/aaa.t
2869            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2870            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2871            ! ext/Digest/MD5/t/files.t
2872 ____________________________________________________________________________
2873 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
2874         Log: metaconfig unit change for #16319.
2875      Branch: metaconfig/U/perl
2876            ! d_u32align.U
2877 ____________________________________________________________________________
2878 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
2879         Log: Somebody might be compiling a newer Digest::MD5.
2880      Branch: perl
2881            ! Configure config_h.SH
2882 ____________________________________________________________________________
2883 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
2884         Log: Until Arthur fills in semaphore.t.
2885      Branch: perl
2886            ! ext/threads/shared/Makefile.PL
2887            ! ext/threads/shared/t/semaphore.t
2888 ____________________________________________________________________________
2889 [ 16317] By: sky                                   on 2002/05/01  19:36:33
2890         Log: Fix emulation case when loading both Thread and threads::shared
2891              would get awkward.
2892      Branch: perl
2893            ! lib/Thread.pm
2894 ____________________________________________________________________________
2895 [ 16316] By: ams                                   on 2002/05/01  19:35:25
2896         Log: Subject: [PATCH] Storable docs
2897              From: Nicholas Clark <nick@unfortu.net>
2898              Date: Wed, 1 May 2002 20:44:42 +0100
2899              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
2900      Branch: perl
2901            ! ext/Storable/Storable.pm
2902 ____________________________________________________________________________
2903 [ 16315] By: sky                                   on 2002/05/01  19:15:46
2904         Log: Now passes old test case.
2905      Branch: perl
2906            ! ext/threads/shared/semaphore.pm
2907 ____________________________________________________________________________
2908 [ 16314] By: sky                                   on 2002/05/01  19:15:26
2909         Log: Cleanup memory a bit better in some cases.
2910      Branch: perl
2911            ! ext/threads/threads.xs
2912 ____________________________________________________________________________
2913 [ 16313] By: nick                                  on 2002/05/01  18:38:03
2914         Log: Integrate mainline
2915      Branch: perlio
2916           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2917           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
2918           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
2919           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2920           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
2921           !> pod/perl.pod pod/perlthrtut.pod toke.c
2922           !> vms/descrip_mms.template vms/perlvms.pod
2923 ____________________________________________________________________________
2924 [ 16312] By: sky                                   on 2002/05/01  18:12:37
2925         Log: Don't forget to add it to the MANIFEST
2926      Branch: perl
2927            + ext/threads/shared/t/semaphore.t
2928            ! MANIFEST
2929 ____________________________________________________________________________
2930 [ 16311] By: sky                                   on 2002/05/01  17:54:19
2931         Log: Add semaphore.pm
2932      Branch: perl
2933            + ext/threads/shared/semaphore.pm
2934 ____________________________________________________________________________
2935 [ 16310] By: sky                                   on 2002/05/01  17:13:57
2936         Log: Fix makefile to put queue.pm correctly, update test script.
2937      Branch: perl
2938            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
2939 ____________________________________________________________________________
2940 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
2941         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
2942              From: Dan Kogai <dankogai@dan.co.jp>
2943              Date: Thu, 2 May 2002 00:14:41 +0900
2944              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
2945      Branch: perl
2946            ! ext/PerlIO/t/fallback.t
2947 ____________________________________________________________________________
2948 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
2949         Log: Encode tweak from Dan Kogai.
2950      Branch: perl
2951            ! ext/Encode/Encode.xs
2952 ____________________________________________________________________________
2953 [ 16307] By: sky                                   on 2002/05/01  13:40:58
2954         Log: Flush directly to avoid erros when running from test harness
2955      Branch: perl
2956            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2957 ____________________________________________________________________________
2958 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
2959         Log: Update Changes.
2960      Branch: perl
2961            ! Changes patchlevel.h
2962 ____________________________________________________________________________
2963 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
2964         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
2965              From: PPrymmer@factset.com
2966              Date: Wed, 1 May 2002 10:12:53 -0400
2967              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
2968      Branch: perl
2969            ! lib/User/pwent.t
2970 ____________________________________________________________________________
2971 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
2972         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
2973              From: PPrymmer@factset.com
2974              Date: Wed, 1 May 2002 09:54:51 -0400
2975              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
2976      Branch: perl
2977            ! vms/descrip_mms.template
2978 ____________________________________________________________________________
2979 [ 16303] By: sky                                   on 2002/05/01  13:00:57
2980         Log: First attempt at updating perlthrtut for ithreaded threads.pm
2981      Branch: perl
2982            ! pod/perlthrtut.pod
2983 ____________________________________________________________________________
2984 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
2985         Log: Provide the \N{U+HHHH} syntax before we forget.
2986      Branch: perl
2987            ! lib/charnames.pm lib/charnames.t toke.c
2988 ____________________________________________________________________________
2989 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
2990         Log: Subject: Copy-and-Pasto in perl.pod     
2991              From: lupe@lupe-christoph.de (Lupe Christoph)    
2992              Date: Wed, 1 May 2002 13:31:47 +0200
2993              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
2994      Branch: perl
2995            ! pod/perl.pod
2996 ____________________________________________________________________________
2997 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
2998         Log: Upgrade to Encode 1.66.
2999      Branch: perl
3000            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3001            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
3002 ____________________________________________________________________________
3003 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
3004         Log: Integrate perlio; symbol cleanups.
3005      Branch: perl
3006           !> global.sym makedef.pl
3007 ____________________________________________________________________________
3008 [ 16298] By: ams                                   on 2002/05/01  09:42:27
3009         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
3010              From: Philip Newton <Philip.Newton@gmx.net>
3011              Date: Wed, 01 May 2002 12:41:10 +0200
3012              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
3013      Branch: perl
3014            ! vms/perlvms.pod
3015 ____________________________________________________________________________
3016 [ 16297] By: nick                                  on 2002/05/01  06:50:24
3017         Log: Remove "spurious" (and unnecessary) variables from layer_syms
3018              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
3019      Branch: perlio
3020            ! makedef.pl
3021 ____________________________________________________________________________
3022 [ 16296] By: nick                                  on 2002/05/01  06:21:28
3023         Log: perl embed.pl to update global.sym
3024      Branch: perlio
3025            ! global.sym
3026 ____________________________________________________________________________
3027 [ 16295] By: nick                                  on 2002/05/01  06:16:18
3028         Log: Raw integrate of mainline (global.sym wrong on Win32)
3029      Branch: perlio
3030           +> t/comp/hints.t
3031           !> (integrate 45 files)
3032 ____________________________________________________________________________
3033 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
3034         Log: metaconfig unit change for #16293.
3035      Branch: metaconfig/U/perl
3036            ! bincompat5005.U
3037 ____________________________________________________________________________
3038 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
3039         Log: Try #2 of getting rid of bincompat5005.
3040      Branch: perl
3041            ! Configure NetWare/config_H.wc Porting/Glossary
3042            ! Porting/config.sh Porting/config_H config_h.SH embed.h
3043            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
3044            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
3045            ! wince/config.h wince/config_H.ce
3046 ____________________________________________________________________________
3047 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
3048         Log: metaconfig unit changes for #16291.
3049      Branch: metaconfig
3050            ! U/installdirs/inc_version_list.U
3051      Branch: metaconfig/U/perl
3052            ! bincompat5005.U xs_apiversion.U
3053 ____________________________________________________________________________
3054 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
3055         Log: No bincompat5005.
3056      Branch: perl
3057            ! Configure INSTALL NetWare/config.wc Porting/Glossary
3058            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
3059            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
3060            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
3061            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
3062            ! win32/config.bc win32/config.gc win32/config.vc
3063            ! win32/config.vc64 wince/config.ce
3064 ____________________________________________________________________________
3065 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
3066         Log: Remove sv_setpviv{_,mg}; regen perlapi.
3067      Branch: perl
3068            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
3069 ____________________________________________________________________________
3070 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
3071         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
3072              From: Dave Mitchell <davem@fdgroup.com>
3073              Date: Tue, 30 Apr 2002 23:55:43 +0100
3074              Message-ID: <20020430235543.A27796@fdgroup.com>
3075      Branch: perl
3076            ! sv.c
3077 ____________________________________________________________________________
3078 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
3079         Log: Update to Getopt::Long 2.30.
3080      Branch: perl
3081            ! lib/Getopt/Long.pm
3082 ____________________________________________________________________________
3083 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
3084         Log: Integrate perlio;
3085              
3086              Attempt at sanity in PerlIO/makedef.pl world:
3087              1. Add comments to what each clump of symbols is for
3088              2. Explicitly export layer syms like I thought they were
3089              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
3090              section.
3091              4. Re-sort perlio.sym
3092      Branch: perl
3093           !> makedef.pl perlio.sym
3094 ____________________________________________________________________________
3095 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
3096         Log: Fix bug id 20020427.004 on %^H.
3097              Add a regression test for %^H.
3098              Change the sort pragma implementation to use a
3099              global variable instead of %^H.
3100      Branch: perl
3101            + t/comp/hints.t
3102            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
3103 ____________________________________________________________________________
3104 [ 16285] By: nick                                  on 2002/04/30  19:00:03
3105         Log: Attempt at sanity in PerlIO/makedef.pl world:
3106              1. Add comments to what each clump of symbols is for
3107              2. Explicitly export layer syms like I thought they were
3108              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
3109              section.
3110              4. Re-sort perlio.sym
3111      Branch: perlio
3112            ! makedef.pl perlio.sym
3113 ____________________________________________________________________________
3114 [ 16284] By: nick                                  on 2002/04/30  18:10:23
3115         Log: Rest of integrate
3116      Branch: perlio
3117           +> lib/ExtUtils/MM_MacOS.pm
3118           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3119           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
3120           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
3121           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
3122           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3123           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
3124           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
3125           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
3126           !> lib/Test/Harness/t/strap-analyze.t
3127           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
3128           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
3129 ____________________________________________________________________________
3130 [ 16283] By: nick                                  on 2002/04/30  17:53:37
3131         Log: Integrate mailine makedef.pl so I can look at it
3132      Branch: perlio
3133           !> makedef.pl
3134 ____________________________________________________________________________
3135 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
3136         Log: Upgrade to Encode 1.65.
3137      Branch: perl
3138            ! ext/Encode/Changes ext/Encode/Encode.pm
3139            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
3140            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
3141 ____________________________________________________________________________
3142 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
3143         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
3144      Branch: perl
3145            ! makedef.pl
3146 ____________________________________________________________________________
3147 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
3148         Log: NetWare: disable DEBUG/ASSERT for now.
3149      Branch: perl
3150            ! ext/Storable/Storable.xs
3151 ____________________________________________________________________________
3152 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
3153         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
3154              From: Michael G Schwern <schwern@pobox.com>
3155              Date: Tue, 30 Apr 2002 01:05:41 -0400
3156              Message-ID: <20020430050541.GL756@blackrider>
3157      Branch: perl
3158            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
3159            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3160            ! lib/Test/Harness/t/test-harness.t
3161 ____________________________________________________________________________
3162 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
3163         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
3164              From: Michael G Schwern <schwern@pobox.com>
3165              Date: Tue, 30 Apr 2002 00:24:59 -0400
3166              Message-ID: <20020430042459.GJ756@blackrider>
3167      Branch: perl
3168            + lib/ExtUtils/MM_MacOS.pm
3169            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
3170            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3171            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3172 ____________________________________________________________________________
3173 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
3174         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
3175              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
3176      Branch: perl
3177            ! util.c
3178 ____________________________________________________________________________
3179 [ 16276] By: ams                                   on 2002/04/30  08:42:32
3180         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
3181              From: "Craig A. Berry" <craigberry@mac.com>
3182              Date: Mon, 29 Apr 2002 23:37:06 -0500
3183              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
3184      Branch: perl
3185            ! t/pod/testp2pt.pl
3186 ____________________________________________________________________________
3187 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
3188         Log: Regen toc.
3189      Branch: perl
3190            ! pod/perltoc.pod
3191 ____________________________________________________________________________
3192 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
3193         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
3194              From: PPrymmer@factset.com
3195              Date: Mon, 29 Apr 2002 17:58:06 -0400
3196              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
3197      Branch: perl
3198            ! vms/perlvms.pod
3199 ____________________________________________________________________________
3200 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
3201         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
3202              from Todd Miller.
3203      Branch: perl
3204            ! hints/openbsd.sh
3205 ____________________________________________________________________________
3206 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
3207         Log: Integrate perlio;
3208              
3209              Adding Encode::* to .pm creates stash at compile time
3210              which means we need a stronger check on Encode at boot time.
3211      Branch: perl
3212           !> ext/PerlIO/encoding/encoding.pm
3213           !> ext/PerlIO/encoding/encoding.xs
3214 ____________________________________________________________________________
3215 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
3216         Log: OpenBSD hints update from Todd Miller.
3217              
3218              - old versions of OpenBSD don't have 'arch -s'
3219              - OpenBSD 3.1 and higher don't use libdl but users may have
3220              and old libdl on the system so we need to avoid using it.
3221      Branch: perl
3222            ! hints/openbsd.sh
3223 ____________________________________________________________________________
3224 [ 16270] By: nick                                  on 2002/04/29  17:33:38
3225         Log: Adding Encode::* to .pm creates stash at compile time
3226              which means we need a stronger check on Encode at boot time.
3227      Branch: perlio
3228            ! ext/PerlIO/encoding/encoding.pm
3229            ! ext/PerlIO/encoding/encoding.xs
3230 ____________________________________________________________________________
3231 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
3232         Log: Detypo by Ronald Kimball.
3233      Branch: perl
3234            ! pod/perlport.pod
3235 ____________________________________________________________________________
3236 [ 16268] By: nick                                  on 2002/04/29  15:47:00
3237         Log: Integrate mainline
3238      Branch: perlio
3239           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
3240           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
3241           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
3242           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
3243           !> pod/perlfaq2.pod pod/perlfaq3.pod
3244 ____________________________________________________________________________
3245 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
3246         Log: Update Changes.
3247      Branch: perl
3248            ! Changes patchlevel.h
3249 ____________________________________________________________________________
3250 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
3251         Log: MM_NW5 update from C Aditya.
3252      Branch: perl
3253            ! lib/ExtUtils/MM_NW5.pm
3254 ____________________________________________________________________________
3255 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
3256         Log: FAQ sync.
3257      Branch: perl
3258            ! pod/perlfaq2.pod pod/perlfaq3.pod
3259 ____________________________________________________________________________
3260 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
3261         Log: NetBSD hints rewrite from Johnny Lam.
3262      Branch: perl
3263            ! hints/netbsd.sh
3264 ____________________________________________________________________________
3265 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
3266         Log: Upgrade to Encode 1.64.
3267      Branch: perl
3268            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3269            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
3270 ____________________________________________________________________________
3271 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
3272         Log: Subject: [Unicode::Normalize] mkheader tweak
3273              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3274              Date: Mon, 29 Apr 2002 12:58:01 +0900
3275              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
3276      Branch: perl
3277            ! ext/Unicode/Normalize/mkheader
3278 ____________________________________________________________________________
3279 [ 16261] By: nick                                  on 2002/04/29  06:29:48
3280         Log: Integrate mainline
3281      Branch: perlio
3282            - macos/MacPerlTests.cmd macos/xsubpp.patch
3283           !> (integrate 40 files)
3284 ____________________________________________________________________________
3285 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
3286         Log: Upgrade to Unicode::Normalize 0.76,
3287              from SADAHIRO Tomoyuki.
3288      Branch: perl
3289            ! ext/Unicode/Normalize/Changes
3290            ! ext/Unicode/Normalize/Normalize.pm
3291            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3292            ! ext/Unicode/Normalize/t/func.t
3293 ____________________________________________________________________________
3294 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
3295         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
3296              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3297              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
3298              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
3299      Branch: perl
3300            ! pod/perlport.pod
3301 ____________________________________________________________________________
3302 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
3303         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
3304              the basic and list tests started hanging).
3305      Branch: perl
3306            ! ext/threads/t/basic.t ext/threads/t/list.t
3307            ! ext/threads/t/thread.t
3308 ____________________________________________________________________________
3309 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
3310         Log: Integrate #16254 from macperl;
3311              
3312              Fix most tests on MacOS (not yet ext/ or /lib)
3313      Branch: perl
3314           !> (integrate 30 files)
3315 ____________________________________________________________________________
3316 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
3317         Log: As requested by pudge.
3318      Branch: perl
3319            - macos/MacPerlTests.cmd macos/xsubpp.patch
3320            ! MANIFEST
3321 ____________________________________________________________________________
3322 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
3323         Log: Integrate perl
3324      Branch: macperl
3325           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
3326           +> wince/cecopy-lib.pl wince/comp.pl
3327           !> (integrate 38 files)
3328 ____________________________________________________________________________
3329 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
3330         Log: Fix most tests on MacOS (not yet ext/ or /lib)
3331      Branch: macperl
3332            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
3333            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
3334            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
3335            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
3336            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
3337            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
3338            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
3339            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
3340 ____________________________________________________________________________
3341 [ 16253] By: nick                                  on 2002/04/28  19:10:50
3342         Log: Integrate mainline
3343      Branch: perlio
3344           +> wince/cecopy-lib.pl wince/comp.pl
3345           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
3346           !> ext/threads/t/basic.t ext/threads/t/list.t
3347           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
3348           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
3349           !> wince/win32.h wince/wince.c
3350 ____________________________________________________________________________
3351 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
3352         Log: More configuration/build changes
3353      Branch: macperl
3354            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3355            ! macos/Makefile.mk macos/config.h macos/config.sh
3356            ! macos/macish.h
3357 ____________________________________________________________________________
3358 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
3359         Log: Subject: WinCE many fixes
3360              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3361              Date: Sun, 28 Apr 2002 21:54:31 +0400
3362              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
3363      Branch: perl
3364            + wince/cecopy-lib.pl wince/comp.pl
3365            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
3366            ! wince/config_h.PL wince/perldll.def wince/win32.h
3367            ! wince/wince.c
3368 ____________________________________________________________________________
3369 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
3370         Log: Retract the cond.t part of #16249 since the nature
3371              of the test changed.
3372      Branch: perl
3373            ! ext/threads/shared/t/cond.t
3374 ____________________________________________________________________________
3375 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
3376         Log: (retracted by #16258)
3377              
3378              Fix thread tests not to depend on sleep() as
3379              a scheduling aid.  In two tests (basic and list)
3380              I had to change from sleep() hack to another hack...
3381              basically, using the filesystem as a semaphore.
3382              The assumption made is that rmdir() is atomic.
3383              (The sleep() scheduling assumption broke with the
3384              GNU pth in NetBSD.)
3385              
3386              (the cond.t part retracted by #16250)
3387      Branch: perl
3388            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
3389            ! ext/threads/t/list.t ext/threads/t/thread.t
3390 ____________________________________________________________________________
3391 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
3392         Log: Be tidy.
3393      Branch: perl
3394            ! ext/PerlIO/t/fallback.t
3395 ____________________________________________________________________________
3396 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
3397         Log: Integrate perlio;
3398              
3399              Builds under -Uuseperlio
3400              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3401              
3402              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3403              as gate on layer tests which fail on -Dusesfio
3404              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3405              
3406              Have :encoding() default to perlqq style fallbacks.
3407              Add test for that.
3408      Branch: perl
3409           +> ext/PerlIO/t/fallback.t
3410           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
3411           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
3412           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
3413           !> t/io/binmode.t t/io/crlf.t
3414 ____________________________________________________________________________
3415 [ 16246] By: nick                                  on 2002/04/28  10:08:05
3416         Log: Have :encoding() default to perlqq style fallbacks.
3417              Add test for that.
3418      Branch: perlio
3419            + ext/PerlIO/t/fallback.t
3420            ! MANIFEST ext/PerlIO/encoding/encoding.pm
3421            ! ext/PerlIO/encoding/encoding.xs
3422 ____________________________________________________________________________
3423 [ 16245] By: nick                                  on 2002/04/28  08:57:54
3424         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3425              as gate on layer tests which fail on -Dusesfio
3426              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3427      Branch: perlio
3428            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
3429            ! t/io/crlf.t
3430 ____________________________________________________________________________
3431 [ 16244] By: nick                                  on 2002/04/28  08:22:07
3432         Log: Builds under -Uuseperlio
3433              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3434      Branch: perlio
3435            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
3436 ____________________________________________________________________________
3437 [ 16243] By: nick                                  on 2002/04/28  07:19:01
3438         Log: Integrate mainline
3439      Branch: perlio
3440           +> ext/threads/t/list.t
3441           !> (integrate 40 files)
3442 ____________________________________________________________________________
3443 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
3444         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
3445      Branch: perl
3446            ! hints/netbsd.sh
3447 ____________________________________________________________________________
3448 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
3449         Log: Plan better.
3450      Branch: perl
3451            ! t/io/fs.t
3452 ____________________________________________________________________________
3453 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
3454         Log: No trunc worries.
3455      Branch: perl
3456            ! pod/perldelta.pod
3457 ____________________________________________________________________________
3458 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
3459         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
3460              From: Michael G Schwern <schwern@pobox.com>
3461              Date: Sat, 27 Apr 2002 23:20:19 -0400
3462              Message-ID: <20020428032019.GF1821@blackrider>
3463      Branch: perl
3464            ! pod/perlfunc.pod t/io/fs.t
3465 ____________________________________________________________________________
3466 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
3467         Log: More valgrind findings: e.g. t/op/utfhash.t.
3468      Branch: perl
3469            ! hv.c
3470 ____________________________________________________________________________
3471 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
3472         Log: Unused variables now that "did you use incorrect case" is gone;
3473              and valgrind claims that the savepvn() in utilize() leaks in e.g.
3474              lib/blib.t.
3475      Branch: perl
3476            ! op.c
3477 ____________________________________________________________________________
3478 [ 16236] By: sky                                   on 2002/04/28  00:15:45
3479         Log: Added test cases and fixed some obvious things.
3480      Branch: perl
3481            + ext/threads/t/list.t
3482            ! MANIFEST ext/threads/threads.xs
3483 ____________________________________________________________________________
3484 [ 16235] By: sky                                   on 2002/04/27  23:50:11
3485         Log: Removed last traces of autodetach.
3486              Added list() methid.
3487              Changed documentation.
3488      Branch: perl
3489            ! ext/threads/threads.pm ext/threads/threads.xs
3490 ____________________________________________________________________________
3491 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
3492         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
3493              From: Jerrad Pierce <belg4mit@MIT.EDU>
3494              Date: Sat, 27 Apr 2002 19:14:17 -0400
3495              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
3496      Branch: perl
3497            ! lib/FileCache.pm
3498 ____________________________________________________________________________
3499 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
3500         Log: More NetBSD patches from Johnny Lam.
3501              
3502              Remove the need for a $prefix setting that was added in the
3503              previous patch I sent.     Also add the proper rpath options
3504              to the linker flags depending on whether we're on a ELF or
3505              a.out platform.     These were tested both in a non-pkgsrc and
3506              pkgsrc build.
3507              
3508              Append to $libs instead of overwriting its value.  This was
3509              causing $(LDLOADLIBS) to not get added to the dynamic_libs
3510              link command on NetBSD systems and was the cause of the GDBM
3511              problems reported.  Also use '$(LDLOADLIBS)' instead of
3512              expanding its value so that it is more easily overridden in
3513              the Makefile by "make all LDLOADLIBS=...".
3514              
3515              Remove "-L/usr/local/lib" because the location of libgdbm.so
3516              is already added during the Configure process, and this
3517              spurious addition may cause the wrong libgdbm.so to be linked
3518              against as a result.
3519      Branch: perl
3520            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
3521            ! lib/ExtUtils/MM_Unix.pm
3522 ____________________________________________________________________________
3523 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
3524         Log: More VC5-induced casting found by Nikola Knezevic.
3525      Branch: perl
3526            ! av.c hv.c mg.c sv.c
3527 ____________________________________________________________________________
3528 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
3529         Log: More U32 regflags.
3530      Branch: perl
3531            ! op.h regcomp.c thrdvar.h
3532 ____________________________________________________________________________
3533 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
3534         Log: Integrate from bleadperl
3535      Branch: macperl
3536           +> ext/Encode/lib/Encode/Guess.pm
3537           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3538           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3539           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3540           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
3541           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
3542           +> lib/ExtUtils/t/zz_cleanup_dummy.t
3543           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3544           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3545           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3546           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
3547            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3548            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3549            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3550            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3551            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3552            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3553            - t/op/system_tests
3554           !> (integrate 133 files)
3555 ____________________________________________________________________________
3556 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
3557         Log: Retract #16195 since it seems to be unnecessary.
3558      Branch: perl
3559            ! lib/ExtUtils/MM_Unix.pm
3560 ____________________________________________________________________________
3561 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
3562         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
3563              From: "Craig A. Berry" <craigberry@mac.com>
3564              Date: Sat, 27 Apr 2002 15:11:31 -0500
3565              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
3566      Branch: perl
3567            ! vms/descrip_mms.template
3568 ____________________________________________________________________________
3569 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
3570         Log: Some more known open() modes.
3571      Branch: perl
3572            ! pod/perldiag.pod
3573 ____________________________________________________________________________
3574 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
3575         Log: Upgrade to Encode 1.63.
3576      Branch: perl
3577            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3578            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
3579            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
3580            ! ext/Encode/lib/Encode/Encoding.pm
3581            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
3582            ! ext/Encode/lib/Encode/JP/JIS7.pm
3583            ! ext/Encode/lib/Encode/KR/2022_KR.pm
3584            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3585 ____________________________________________________________________________
3586 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
3587         Log: Update Changes.
3588      Branch: perl
3589            ! Changes patchlevel.h
3590 ____________________________________________________________________________
3591 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
3592         Log: Integrate perlio;
3593              
3594              Correct which var is nulled, stack movement protection.
3595      Branch: perl
3596           !> ext/PerlIO/encoding/encoding.xs
3597 ____________________________________________________________________________
3598 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
3599         Log: Subject: PATCH t/TEST
3600              From: Mark-Jason Dominus <mjd@plover.com>
3601              Date: Sat, 27 Apr 2002 14:06:56 -0400
3602              Message-ID: <20020427180656.5422.qmail@plover.com>
3603      Branch: perl
3604            ! t/TEST
3605 ____________________________________________________________________________
3606 [ 16222] By: sky                                   on 2002/04/27  17:00:29
3607         Log: Ahem, look another way.
3608      Branch: perl
3609            ! ext/threads/shared/t/queue.t
3610 ____________________________________________________________________________
3611 [ 16221] By: nick                                  on 2002/04/27  16:34:48
3612         Log: Correct which var is nulled, stack movement protection.
3613      Branch: perlio
3614            ! ext/PerlIO/encoding/encoding.xs
3615 ____________________________________________________________________________
3616 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
3617         Log: Integrate perlio;
3618              
3619              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3620              - if encoding loads Encode then stack grows.
3621              - pp_binmode was not allowing for that to happen
3622              - added PUTBACK/SPAGAIN.
3623      Branch: perl
3624           !> pp_sys.c
3625 ____________________________________________________________________________
3626 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
3627         Log: First half of NetBSD patch-ai, from Johnny Lam:
3628              
3629              The first part removes "installman" and "installhtml" from the
3630              .PHONY target, which was causing problems during installation.
3631              
3632              (the installman and installhtml are not phony targets,
3633              they are real files)
3634      Branch: perl
3635            ! Makefile.SH
3636 ____________________________________________________________________________
3637 [ 16218] By: nick                                  on 2002/04/27  16:22:40
3638         Log: Integrate mainline
3639      Branch: perlio
3640           +> ext/threads/shared/t/cond.t
3641           !> MANIFEST ext/threads/shared/shared.xs
3642           !> ext/threads/shared/t/queue.t
3643 ____________________________________________________________________________
3644 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
3645         Log: NetBSD patch-ab from Johnny Lam:
3646              
3647              Some tweaks to the NetBSD hints file to make the Configure
3648              process more useful when not building from pkgsrc.  This file
3649              will definitely need to change again when the 1.6 release of
3650              NetBSD comes out, but I'll handle the changes at the later
3651              date.
3652      Branch: perl
3653            ! hints/netbsd.sh
3654 ____________________________________________________________________________
3655 [ 16216] By: nick                                  on 2002/04/27  16:19:21
3656         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3657              - if encoding loads Encode then stack grows.
3658              - pp_binmode was not allowing for that to happen
3659              - added PUTBACK/SPAGAIN.
3660      Branch: perlio
3661            ! pp_sys.c
3662 ____________________________________________________________________________
3663 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
3664         Log: Integrate perlio;
3665              
3666              Fix fd leak on Via(bogus).
3667              Finish implementing PerlIOVia_open().
3668              Export more guts of PerlIO_* so Via_open() can work.
3669              Fix various PerlIO_allocate() features exposed by above.
3670              
3671              Re-instate $PerlIO::encoding::check at boot.
3672              (Retaining Dan's XS side require though I don't see need.)
3673      Branch: perl
3674           !> embed.fnc ext/PerlIO/Via/Via.xs
3675           !> ext/PerlIO/encoding/encoding.pm
3676           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
3677           !> perlio.c perlio.h perliol.h
3678 ____________________________________________________________________________
3679 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
3680         Log: Upgrade to Encode 1.62.
3681      Branch: perl
3682            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3683 ____________________________________________________________________________
3684 [ 16213] By: ams                                   on 2002/04/27  15:38:50
3685         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
3686              From: Philip Newton <Philip.Newton@gmx.net>
3687              Date: Sat, 27 Apr 2002 08:51:30 +0200
3688              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
3689              
3690              Subject: Re: Change 16183: Stop being coy.
3691              From: Philip Newton <Philip.Newton@gmx.net>
3692              Date: Sat, 27 Apr 2002 08:52:13 +0200
3693              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
3694      Branch: perl
3695            ! INSTALL pod/perldelta.pod
3696 ____________________________________________________________________________
3697 [ 16212] By: sky                                   on 2002/04/27  13:54:46
3698         Log: Add test numbers to make "make test" happy. Order is irrelevant
3699              but number of oks is not.
3700      Branch: perl
3701            ! ext/threads/shared/t/queue.t
3702 ____________________________________________________________________________
3703 [ 16211] By: nick                                  on 2002/04/27  13:29:55
3704         Log: Re-instate $PerlIO::encoding::check at boot.
3705              (Retaining Dan's XS side require though I don't see need.)
3706      Branch: perlio
3707            ! ext/PerlIO/encoding/encoding.pm
3708            ! ext/PerlIO/encoding/encoding.xs
3709 ____________________________________________________________________________
3710 [ 16210] By: sky                                   on 2002/04/27  12:56:44
3711         Log: Fixed race condtions and deadlocks in interaction with 
3712              cond_wait/cond_signal and lock.
3713              Now we wait for a lock to gie up if we return from COND_WAIT
3714              and we are still locked. We also notifiers potential 
3715              lockers that it is free for locking when we go into COND_WAIT.
3716      Branch: perl
3717            + ext/threads/shared/t/cond.t
3718            ! MANIFEST ext/threads/shared/shared.xs
3719            ! ext/threads/shared/t/queue.t
3720 ____________________________________________________________________________
3721 [ 16209] By: nick                                  on 2002/04/27  12:32:41
3722         Log: Integrate mainline
3723      Branch: perlio
3724           +> t/win32/system_tests
3725            - t/op/system_tests
3726           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
3727           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
3728           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
3729           !> t/lib/warnings/pp_hot t/win32/system.t
3730 ____________________________________________________________________________
3731 [ 16208] By: sky                                   on 2002/04/27  11:46:53
3732         Log: Saving locks after we set it to 0 was kind of pointless.
3733              Hunting down fixes in cond_* functions.
3734      Branch: perl
3735            ! ext/threads/shared/shared.xs
3736 ____________________________________________________________________________
3737 [ 16207] By: nick                                  on 2002/04/27  10:12:00
3738         Log: Fix fd leak on Via(bogus).
3739              Finish implementing PerlIOVia_open().
3740              Export more guts of PerlIO_* so Via_open() can work.
3741              Fix various PerlIO_allocate() features exposed by above.
3742      Branch: perlio
3743            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
3744            ! perlio.h perliol.h
3745 ____________________________________________________________________________
3746 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
3747         Log: NetBSD and OpenBSD cannot do comments at #! line
3748              (or long #! lines?)
3749      Branch: perl
3750            ! t/japh/abigail.t
3751 ____________________________________________________________________________
3752 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
3753         Log: Add taint rethink to the todo list.
3754      Branch: perl
3755            ! pod/perltodo.pod
3756 ____________________________________________________________________________
3757 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
3758         Log: Integrate changes #16199 and #16201 from macperl;
3759              
3760              Time::Local compatibility patches, from Graham
3761              
3762              MacPerl require() portability patches
3763      Branch: perl
3764           !> lib/Time/Local.pm pp_ctl.c
3765 ____________________________________________________________________________
3766 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
3767         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
3768              From: Nicholas Clark <nick@unfortu.net>
3769              Date: Fri, 26 Apr 2002 23:27:23 +0100
3770              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
3771      Branch: perl
3772            ! t/lib/warnings/pp_hot
3773 ____________________________________________________________________________
3774 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
3775         Log: Working on MacPerl tests
3776      Branch: macperl
3777            ! macos/MacPerlTests.cmd
3778 ____________________________________________________________________________
3779 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
3780         Log: MacPerl require() portability patches
3781      Branch: macperl
3782            ! pp_ctl.c
3783 ____________________________________________________________________________
3784 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
3785         Log: Fix a few MacPerl_CanonDir() problems
3786      Branch: macperl
3787            ! macos/macish.c macos/macish.h
3788 ____________________________________________________________________________
3789 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
3790         Log: Time::Local compatibility patches, from Graham
3791      Branch: macperl
3792            ! lib/Time/Local.pm
3793 ____________________________________________________________________________
3794 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
3795         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
3796              From: Simon Cozens <simon@netthink.co.uk>
3797              Date: Fri, 26 Apr 2002 21:58:21 +0100
3798              Message-ID: <20020426205821.GB5855@netthink.co.uk>
3799      Branch: perl
3800            ! ext/Time/HiRes/HiRes.pm
3801 ____________________________________________________________________________
3802 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
3803         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
3804              to know about it always (not just when using the pth).
3805      Branch: perl
3806            ! hints/netbsd.sh
3807 ____________________________________________________________________________
3808 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
3809         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
3810      Branch: perl
3811            ! ext/Digest/MD5/t/files.t
3812 ____________________________________________________________________________
3813 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
3814         Log: Subject: FIXIN problem under Win32
3815              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3816              Date: Thu, 25 Apr 2002 23:03:31 +0200
3817              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
3818      Branch: perl
3819            ! lib/ExtUtils/MM_Unix.pm
3820 ____________________________________________________________________________
3821 [ 16194] By: nick                                  on 2002/04/26  17:36:16
3822         Log: Integrate mainline
3823      Branch: perlio
3824           +> ext/Encode/lib/Encode/Guess.pm
3825           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3826           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3827           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3828           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3829           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3830           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3831           +> t/lib/sample-tests/die_last_minute
3832           !> (integrate 94 files)
3833 ____________________________________________________________________________
3834 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
3835         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
3836              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3837              Date: Fri, 26 Apr 2002 15:38:16 +0200
3838              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
3839      Branch: perl
3840            + t/win32/system_tests
3841            - t/op/system_tests
3842            ! MANIFEST t/win32/system.t
3843 ____________________________________________________________________________
3844 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
3845         Log: Mention explicitly the NetBSD + pth combination.
3846      Branch: perl
3847            ! pod/perldelta.pod
3848 ____________________________________________________________________________
3849 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
3850         Log: Subject: [PATCH] Fix email address.
3851              From: Abigail <abigail@foad.org>
3852              Date: Fri, 26 Apr 2002 18:03:11 +0200
3853              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
3854      Branch: perl
3855            ! t/japh/abigail.t
3856 ____________________________________________________________________________
3857 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
3858         Log: NetWare update from C Aditya.
3859      Branch: perl
3860            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
3861            ! lib/ExtUtils/MM_Unix.pm
3862 ____________________________________________________________________________
3863 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
3864         Log: Subject: [PATCH vms/test.com] use t/TEST
3865              From: "Craig A. Berry" <craigberry@mac.com>
3866              Date: Fri, 26 Apr 2002 09:34:46 -0500
3867              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
3868      Branch: perl
3869            ! vms/test.com
3870 ____________________________________________________________________________
3871 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
3872         Log: Update Changes.
3873      Branch: perl
3874            ! Changes patchlevel.h
3875 ____________________________________________________________________________
3876 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
3877         Log: Subject: [Encode] s/=over2/=over 2/g
3878              From: Dan Kogai <dankogai@dan.co.jp>
3879              Date: Fri, 26 Apr 2002 14:57:09 +0900
3880              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
3881      Branch: perl
3882            ! ext/Encode/Encode.pm
3883 ____________________________________________________________________________
3884 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
3885         Log: Use temp int variable in the W*() since direct casting
3886              to either an int or an IV would not be right.
3887      Branch: perl
3888            ! ext/POSIX/POSIX.xs
3889 ____________________________________________________________________________
3890 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
3891         Log: The #16182 radiates U32ness.
3892      Branch: perl
3893            ! embed.fnc embed.h proto.h regcomp.c toke.c
3894 ____________________________________________________________________________
3895 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
3896         Log: Subject: t/TEST ported to VMS
3897              From: "Craig A. Berry" <craigberry@mac.com>
3898              Date: Fri, 26 Apr 2002 00:13:31 -0500
3899              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
3900      Branch: perl
3901            ! t/TEST
3902 ____________________________________________________________________________
3903 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
3904         Log: Stop being coy.
3905      Branch: perl
3906            ! pod/perldelta.pod
3907 ____________________________________________________________________________
3908 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
3909         Log: Subject: Re: binary compatibility
3910              From: Mark-Jason Dominus <mjd@plover.com>
3911              Date: Wed, 24 Apr 2002 17:35:07 -0400
3912              Message-ID: <20020424213507.7846.qmail@plover.com>
3913      Branch: perl
3914            ! op.h
3915 ____________________________________________________________________________
3916 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
3917         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
3918              allocating half of the retstack!)
3919      Branch: perl
3920            ! README.win32 sv.c
3921 ____________________________________________________________________________
3922 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
3923         Log: temporary variable not wide enough to hold all the bits in
3924              op->op_targ
3925      Branch: perl
3926            ! op.c
3927 ____________________________________________________________________________
3928 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
3929         Log: Add an idea/question from Damian. 
3930      Branch: perl
3931            ! pod/perltodo.pod
3932 ____________________________________________________________________________
3933 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
3934         Log: build missing utilities on windows; clean stray files
3935      Branch: perl
3936            ! win32/Makefile win32/makefile.mk
3937 ____________________________________________________________________________
3938 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
3939         Log: Upgrade to Encode 1.61, from Dan Kogai.
3940      Branch: perl
3941            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3942            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
3943            ! ext/Encode/lib/Encode/Guess.pm
3944            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
3945            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
3946            ! ext/Encode/t/mime-header.t
3947 ____________________________________________________________________________
3948 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
3949         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
3950              From: andreas.koenig@anima.de (Andreas J. Koenig)
3951              Date: Tue, 23 Apr 2002 04:40:42 +0200      
3952              Message-ID: <m37kmzi1cl.fsf@anima.de>
3953      Branch: perl
3954            ! pod/perluniintro.pod
3955 ____________________________________________________________________________
3956 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
3957         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
3958              platform needs to fill in the other branch here)
3959      Branch: perl
3960            ! ext/Digest/MD5/t/files.t
3961 ____________________________________________________________________________
3962 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
3963         Log: MANIFEST is needlessly held open for entire duration of "make test"
3964      Branch: perl
3965            ! t/TEST t/harness
3966 ____________________________________________________________________________
3967 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
3968         Log: various signed/unsigned mismatch nits
3969      Branch: perl
3970            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3971            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3972            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
3973            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
3974            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
3975            ! ext/Time/HiRes/HiRes.xs regcomp.c
3976 ____________________________________________________________________________
3977 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
3978         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
3979              From: Nicholas Clark <nick@unfortu.net>
3980              Date: Thu, 25 Apr 2002 22:41:57 +0100
3981              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
3982      Branch: perl
3983            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
3984            + ext/Storable/t/make_downgrade.pl
3985            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
3986            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
3987            ! ext/Storable/t/utf8hash.t
3988 ____________________________________________________________________________
3989 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
3990         Log: Extra guidance for JAPH debuggers.
3991      Branch: perl
3992            ! t/japh/abigail.t
3993 ____________________________________________________________________________
3994 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
3995         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
3996              From: Paul_GreenVOS@vos.stratus.com
3997              Date: Wed, 24 Apr 02 18:27 edt
3998              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
3999      Branch: perl
4000            ! vos/vos.c
4001 ____________________________________________________________________________
4002 [ 16169] By: ams                                   on 2002/04/25  20:33:35
4003         Log: Subject: [PATCH] don't build B/C twice on VMS
4004              From: "Craig A. Berry" <craigberry@mac.com>
4005              Date: Thu, 25 Apr 2002 16:00:57 -0500
4006              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
4007      Branch: perl
4008            ! configure.com
4009 ____________________________________________________________________________
4010 [ 16168] By: ams                                   on 2002/04/25  20:31:19
4011         Log: Subject: Re: POSIX::WEXITSTATUS broken again
4012              From: Andy Dougherty <doughera@lafayette.edu>
4013              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
4014              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
4015      Branch: perl
4016            ! ext/POSIX/POSIX.xs
4017 ____________________________________________________________________________
4018 [ 16167] By: ams                                   on 2002/04/25  19:49:09
4019         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
4020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4021              Date: Thu, 25 Apr 2002 13:39:35 -0700
4022              Message-Id: <HmGy8gzkguHW092yn@efn.org>
4023      Branch: perl
4024            ! t/harness
4025 ____________________________________________________________________________
4026 [ 16166] By: ams                                   on 2002/04/25  19:43:06
4027         Log: $fh->close(); print $fh "foo" would segfault under -w in
4028              report_evil_fh() because $fh doesn't have a name.
4029      Branch: perl
4030            ! util.c
4031 ____________________________________________________________________________
4032 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
4033         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
4034              being found properly
4035      Branch: perl
4036            ! ext/Cwd/t/cwd.t
4037 ____________________________________________________________________________
4038 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
4039         Log: Brace yourself from Craig Berry to keep older compilers happy.
4040      Branch: perl
4041            ! vms/vms.c
4042 ____________________________________________________________________________
4043 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
4044         Log: More %{} overload tests.
4045      Branch: perl
4046            ! lib/overload.t
4047 ____________________________________________________________________________
4048 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
4049         Log: some extension builds need to find pl2bat.bat on windows
4050      Branch: perl
4051            ! win32/buildext.pl
4052 ____________________________________________________________________________
4053 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
4054         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
4055              From: "Craig A. Berry" <craigberry@mac.com>
4056              Date: Thu, 25 Apr 2002 12:30:06 -0500
4057              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
4058      Branch: perl
4059            ! lib/ExtUtils/MM_VMS.pm
4060 ____________________________________________________________________________
4061 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
4062         Log: windows build fails if there is no perlglob.exe in the PATH
4063      Branch: perl
4064            ! win32/buildext.pl
4065 ____________________________________________________________________________
4066 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
4067         Log: Mysterious setlocale() core dump in ancient Solaris
4068              found by Merijn Broeren.  Doesn't look like Perl's fault.
4069      Branch: perl
4070            ! pod/perldelta.pod
4071 ____________________________________________________________________________
4072 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
4073         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
4074              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
4075              Date: Thu, 25 Apr 2002 17:35:23 +0200
4076              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
4077      Branch: perl
4078            ! pp_ctl.c
4079 ____________________________________________________________________________
4080 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
4081         Log: Subject: [PATCH] pp_ctl.c:pp_require
4082              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
4083              Date: Thu, 25 Apr 2002 16:01:14 +0200
4084              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
4085      Branch: perl
4086            ! pp_ctl.c
4087 ____________________________________________________________________________
4088 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
4089         Log: -Wformat cleanups from Robin Barker.
4090      Branch: perl
4091            ! dump.c embed.fnc proto.h sv.c
4092 ____________________________________________________________________________
4093 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
4094         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
4095              From: Michael G Schwern <schwern@pobox.com>
4096              Date: Thu, 25 Apr 2002 01:51:27 -0400
4097              Message-ID: <20020425055127.GB3456@blackrider>
4098      Branch: perl
4099            + t/lib/sample-tests/bignum t/lib/sample-tests/die
4100            + t/lib/sample-tests/die_head_end
4101            + t/lib/sample-tests/die_last_minute
4102            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
4103            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
4104            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
4105 ____________________________________________________________________________
4106 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
4107         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
4108              From: Michael G Schwern <schwern@pobox.com>
4109              Date: Thu, 25 Apr 2002 01:32:10 -0400
4110              Message-ID: <20020425053210.GA3334@blackrider>
4111      Branch: perl
4112            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
4113            + lib/Test/Simple/t/strays.t
4114            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
4115            ! lib/Test/Simple.pm lib/Test/Simple/Changes
4116            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
4117            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
4118            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
4119            ! lib/Test/Simple/t/use_ok.t
4120 ____________________________________________________________________________
4121 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
4122         Log: Elaborate a bit on Storable.
4123      Branch: perl
4124            ! pod/perldelta.pod
4125 ____________________________________________________________________________
4126 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
4127         Log: Cleaner Encode tests under -Mutf8.
4128      Branch: perl
4129            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
4130 ____________________________________________________________________________
4131 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
4132         Log: Subject: [PATCH] installperl
4133              From: Abe Timmerman <abe@ztreet.demon.nl>
4134              Date: Thu, 25 Apr 2002 01:00:00 +0200
4135              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
4136      Branch: perl
4137            ! installperl
4138 ____________________________________________________________________________
4139 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
4140         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
4141              From: Dan Kogai <dankogai@dan.co.jp>
4142              Date: Thu, 25 Apr 2002 10:49:13 +0900
4143              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
4144      Branch: perl
4145            ! ext/PerlIO/encoding/encoding.xs
4146 ____________________________________________________________________________
4147 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
4148         Log: Stray =back.
4149      Branch: perl
4150            ! README.win32
4151 ____________________________________________________________________________
4152 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
4153         Log: Add an untested warning variant.
4154      Branch: perl
4155            ! t/lib/warnings/op
4156 ____________________________________________________________________________
4157 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
4158         Log: Update Changes.
4159      Branch: perl
4160            ! Changes patchlevel.h
4161 ____________________________________________________________________________
4162 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
4163         Log: Wrong plan.
4164      Branch: perl
4165            ! ext/Encode/t/mime-header.t
4166 ____________________________________________________________________________
4167 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
4168         Log: Upgrade to Encode 1.60, from Dan Kogai.
4169      Branch: perl
4170            + ext/Encode/lib/Encode/Guess.pm
4171            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4172            + ext/Encode/t/mime-header.t
4173            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
4174            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4175            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
4176            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4177            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
4178            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
4179 ____________________________________________________________________________
4180 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
4181         Log: another case of enabling binmode() where it should not be: if the
4182              *.enc files are CRLF terminated, the result gets CRCRLF terminations
4183      Branch: perl
4184            ! ext/Encode/t/CJKT.t
4185 ____________________________________________________________________________
4186 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
4187         Log: microperl update; boldly assume time() and time_t
4188              (since we assume ANSI and i_time, anyway).
4189      Branch: perl
4190            ! uconfig.h uconfig.sh
4191 ____________________________________________________________________________
4192 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
4193         Log: Integrate #16136, #16137, #16138 from macperl;
4194              
4195              Silly fix for the SC compiler's fixation with "comp" as a type
4196              
4197              Skip more PerlIO symbols for sfio
4198              
4199              Play nicely in miniperl
4200      Branch: perl
4201           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
4202           !> lib/File/Spec/Mac.pm makedef.pl
4203 ____________________________________________________________________________
4204 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
4205         Log: Sync configpm and config.h for use in 5.8
4206              (still need to do config.sh)
4207      Branch: macperl
4208            ! macos/config.h macos/configpm
4209 ____________________________________________________________________________
4210 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
4211         Log: Make MM_MacOS work with new MakeMaker
4212      Branch: macperl
4213            ! macos/lib/ExtUtils/MM_MacOS.pm
4214 ____________________________________________________________________________
4215 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
4216         Log: Makefile.mk changes for 5.8: additional extensions
4217              and source files; bump version
4218      Branch: macperl
4219            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
4220 ____________________________________________________________________________
4221 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
4222         Log: Play nicely in miniperl
4223      Branch: macperl
4224            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
4225 ____________________________________________________________________________
4226 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
4227         Log: Skip more PerlIO symbols for sfio
4228      Branch: macperl
4229            ! makedef.pl
4230 ____________________________________________________________________________
4231 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
4232         Log: Silly fix for the SC compiler's fixation with "comp" as a type
4233      Branch: macperl
4234            ! ext/Unicode/Normalize/Normalize.xs
4235 ____________________________________________________________________________
4236 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
4237         Log: Merge macperl xsubpp with current xsubpp
4238      Branch: macperl
4239            ! macos/xsubpp
4240 ____________________________________________________________________________
4241 [ 16134] By: nick                                  on 2002/04/24  18:08:37
4242         Log: Integrate mainline
4243      Branch: perlio
4244           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4245           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4246            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4247            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4248            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4249            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4250            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4251            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4252           !> (integrate 44 files)
4253 ____________________________________________________________________________
4254 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
4255         Log: Delete more included modules from bundled_ext
4256      Branch: macperl
4257            - macos/bundled_ext/Digest/MD5/Changes
4258            - macos/bundled_ext/Digest/MD5/MD5.pm
4259            - macos/bundled_ext/Digest/MD5/MD5.xs
4260            - macos/bundled_ext/Digest/MD5/Makefile.PL
4261            - macos/bundled_ext/Digest/MD5/Makefile.mk
4262            - macos/bundled_ext/Digest/MD5/README
4263            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
4264            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
4265            - macos/bundled_ext/Digest/MD5/rfc1321.txt
4266            - macos/bundled_ext/Digest/MD5/t/badfile.t
4267            - macos/bundled_ext/Digest/MD5/t/files.t
4268            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
4269            - macos/bundled_ext/Digest/MD5/typemap
4270            - macos/bundled_ext/Filter/Util/Call/Call.pm
4271            - macos/bundled_ext/Filter/Util/Call/Call.xs
4272            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
4273            - macos/bundled_ext/Filter/Util/Call/ppport.h
4274            - macos/bundled_ext/Filter/t/call.t
4275            - macos/bundled_ext/Filter/t/filter-util.pl
4276            - macos/bundled_ext/List/Util/ChangeLog
4277            - macos/bundled_ext/List/Util/Makefile.PL
4278            - macos/bundled_ext/List/Util/README
4279            - macos/bundled_ext/List/Util/Util.xs
4280            - macos/bundled_ext/List/Util/lib/List/Util.pm
4281            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
4282            - macos/bundled_ext/List/Util/t/blessed.t
4283            - macos/bundled_ext/List/Util/t/dualvar.t
4284            - macos/bundled_ext/List/Util/t/first.t
4285            - macos/bundled_ext/List/Util/t/max.t
4286            - macos/bundled_ext/List/Util/t/maxstr.t
4287            - macos/bundled_ext/List/Util/t/min.t
4288            - macos/bundled_ext/List/Util/t/minstr.t
4289            - macos/bundled_ext/List/Util/t/readonly.t
4290            - macos/bundled_ext/List/Util/t/reduce.t
4291            - macos/bundled_ext/List/Util/t/reftype.t
4292            - macos/bundled_ext/List/Util/t/shuffle.t
4293            - macos/bundled_ext/List/Util/t/sum.t
4294            - macos/bundled_ext/List/Util/t/tainted.t
4295            - macos/bundled_ext/List/Util/t/weak.t
4296            - macos/bundled_ext/MIME/Base64/Base64.pm
4297            - macos/bundled_ext/MIME/Base64/Base64.xs
4298            - macos/bundled_ext/MIME/Base64/Changes
4299            - macos/bundled_ext/MIME/Base64/Makefile.PL
4300            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
4301            - macos/bundled_ext/MIME/Base64/README
4302            - macos/bundled_ext/MIME/Base64/t/base64.t
4303            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
4304            - macos/bundled_ext/MIME/Base64/t/unicode.t
4305            - macos/bundled_ext/Storable/ChangeLog
4306            - macos/bundled_ext/Storable/Makefile.PL
4307            - macos/bundled_ext/Storable/README
4308            - macos/bundled_ext/Storable/Storable.pm
4309            - macos/bundled_ext/Storable/Storable.xs
4310            - macos/bundled_ext/Storable/t/blessed.t
4311            - macos/bundled_ext/Storable/t/canonical.t
4312            - macos/bundled_ext/Storable/t/compat-0.6.t
4313            - macos/bundled_ext/Storable/t/dclone.t
4314            - macos/bundled_ext/Storable/t/dump.pl
4315            - macos/bundled_ext/Storable/t/forgive.t
4316            - macos/bundled_ext/Storable/t/freeze.t
4317            - macos/bundled_ext/Storable/t/lock.t
4318            - macos/bundled_ext/Storable/t/overload.t
4319            - macos/bundled_ext/Storable/t/recurse.t
4320            - macos/bundled_ext/Storable/t/retrieve.t
4321            - macos/bundled_ext/Storable/t/store.t
4322            - macos/bundled_ext/Storable/t/tied.t
4323            - macos/bundled_ext/Storable/t/tied_hook.t
4324            - macos/bundled_ext/Storable/t/tied_items.t
4325            - macos/bundled_ext/Storable/t/utf8.t
4326            - macos/bundled_ext/Time/HiRes/Changes
4327            - macos/bundled_ext/Time/HiRes/HiRes.pm
4328            - macos/bundled_ext/Time/HiRes/HiRes.t
4329            - macos/bundled_ext/Time/HiRes/HiRes.xs
4330            - macos/bundled_ext/Time/HiRes/Makefile.PL
4331            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
4332            - macos/bundled_ext/Time/HiRes/hints/sco.pl
4333 ____________________________________________________________________________
4334 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
4335         Log: Thou shalt not assume %x works for UVs.
4336      Branch: perl
4337            ! ext/Encode/Encode.xs
4338 ____________________________________________________________________________
4339 [ 16131] By: nick                                  on 2002/04/24  15:50:31
4340         Log: Submit an old integrate
4341      Branch: perlio
4342           +> (branch 27 files)
4343            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4344            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4345            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4346            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4347            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4348            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4349            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4350           !> (integrate 84 files)
4351 ____________________________________________________________________________
4352 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
4353         Log: Partially retract #12056, from Craig Berry.
4354      Branch: perl
4355            ! vms/vms.c
4356 ____________________________________________________________________________
4357 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
4358         Log: Delete more included modules from bundled_lib
4359      Branch: macperl
4360            - macos/bundled_lib/blib/lib/Class/ISA.pm
4361            - macos/bundled_lib/blib/lib/Digest.pm
4362            - macos/bundled_lib/blib/lib/Filter/Simple.pm
4363            - macos/bundled_lib/blib/lib/Memoize.pm
4364            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
4365            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
4366            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
4367            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
4368            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
4369            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
4370            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
4371            - macos/bundled_lib/blib/lib/NEXT.pm
4372            - macos/bundled_lib/blib/lib/Net/Cmd.pm
4373            - macos/bundled_lib/blib/lib/Net/Config.pm
4374            - macos/bundled_lib/blib/lib/Net/Domain.pm
4375            - macos/bundled_lib/blib/lib/Net/FTP.pm
4376            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
4377            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
4378            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
4379            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
4380            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
4381            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4382            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
4383            - macos/bundled_lib/blib/lib/Net/NNTP.pm
4384            - macos/bundled_lib/blib/lib/Net/Netrc.pm
4385            - macos/bundled_lib/blib/lib/Net/POP3.pm
4386            - macos/bundled_lib/blib/lib/Net/SMTP.pm
4387            - macos/bundled_lib/blib/lib/Net/Time.pm
4388            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4389            - macos/bundled_lib/blib/lib/Switch.pm
4390            - macos/bundled_lib/t/Class/ISA/test.pl
4391            - macos/bundled_lib/t/Digest/Digest.t
4392            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4393            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4394            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4395            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4396            - macos/bundled_lib/t/Filter/Simple/data.t
4397            - macos/bundled_lib/t/Filter/Simple/export.t
4398            - macos/bundled_lib/t/Filter/Simple/filter.t
4399            - macos/bundled_lib/t/Filter/Simple/filter_only.t
4400            - macos/bundled_lib/t/Filter/Simple/import.t
4401            - macos/bundled_lib/t/Memoize/array.t
4402            - macos/bundled_lib/t/Memoize/array_confusion.t
4403            - macos/bundled_lib/t/Memoize/correctness.t
4404            - macos/bundled_lib/t/Memoize/errors.t
4405            - macos/bundled_lib/t/Memoize/expire.t
4406            - macos/bundled_lib/t/Memoize/expire_file.t
4407            - macos/bundled_lib/t/Memoize/expire_module_n.t
4408            - macos/bundled_lib/t/Memoize/expire_module_t.t
4409            - macos/bundled_lib/t/Memoize/flush.t
4410            - macos/bundled_lib/t/Memoize/normalize.t
4411            - macos/bundled_lib/t/Memoize/prototype.t
4412            - macos/bundled_lib/t/Memoize/speed.t
4413            - macos/bundled_lib/t/Memoize/tie.t
4414            - macos/bundled_lib/t/Memoize/tie_gdbm.t
4415            - macos/bundled_lib/t/Memoize/tie_ndbm.t
4416            - macos/bundled_lib/t/Memoize/tie_sdbm.t
4417            - macos/bundled_lib/t/Memoize/tie_storable.t
4418            - macos/bundled_lib/t/Memoize/tiefeatures.t
4419            - macos/bundled_lib/t/Memoize/unmemoize.t
4420            - macos/bundled_lib/t/NEXT/actual.t
4421            - macos/bundled_lib/t/NEXT/actuns.t
4422            - macos/bundled_lib/t/NEXT/next.t
4423            - macos/bundled_lib/t/NEXT/unseen.t
4424            - macos/bundled_lib/t/Switch/t/given.t
4425            - macos/bundled_lib/t/Switch/t/nested.t
4426            - macos/bundled_lib/t/Switch/t/switch.t
4427            - macos/bundled_lib/t/libnet/config.t
4428            - macos/bundled_lib/t/libnet/ftp.t
4429            - macos/bundled_lib/t/libnet/hostname.t
4430            - macos/bundled_lib/t/libnet/libnet_t.pl
4431            - macos/bundled_lib/t/libnet/netrc.t
4432            - macos/bundled_lib/t/libnet/nntp.t
4433            - macos/bundled_lib/t/libnet/require.t
4434            - macos/bundled_lib/t/libnet/smtp.t
4435 ____________________________________________________________________________
4436 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
4437         Log: Remove Text::Balanced from bundled_lib (already in lib)
4438      Branch: macperl
4439            - macos/bundled_lib/blib/lib/Text/Balanced.pm
4440            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4441            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4442            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
4443            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
4444            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4445            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
4446            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
4447            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
4448 ____________________________________________________________________________
4449 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
4450         Log: A word of warning to the users of UTF-8 locales.
4451      Branch: perl
4452            ! pod/perluniintro.pod
4453 ____________________________________________________________________________
4454 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
4455         Log: Forgotten from #16125.
4456      Branch: perl
4457            ! t/lib/MakeMaker/Test/Utils.pm
4458 ____________________________________________________________________________
4459 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
4460         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
4461      Branch: perl
4462            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4463            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4464            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4465            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4466            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4467            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4468            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4469            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4470            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
4471            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
4472            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4473            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4474            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4475            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
4476            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
4477            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
4478            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
4479 ____________________________________________________________________________
4480 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
4481         Log: Subject: New UTF-8 surprise
4482              From: andreas.koenig@anima.de (Andreas J. Koenig)
4483              Date: Mon, 22 Apr 2002 12:08:48 +0200
4484              Message-ID: <m38z7gjb9r.fsf@anima.de>
4485      Branch: perl
4486            ! pp_hot.c t/op/subst.t
4487 ____________________________________________________________________________
4488 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
4489         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
4490              tree that is branched from //depot/maint-5.6/macperl/macos/...
4491      Branch: macperl
4492           +> (branch 3590 files)
4493 ____________________________________________________________________________
4494 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
4495         Log: Try to be clearer about perlio.
4496      Branch: perl
4497            ! INSTALL
4498 ____________________________________________________________________________
4499 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
4500         Log: Subject: Re: binary compatibility
4501              From: Andy Dougherty <doughera@lafayette.edu>
4502              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
4503              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
4504      Branch: perl
4505            ! INSTALL patchlevel.h
4506 ____________________________________________________________________________
4507 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
4508         Log: Go on record about the binary backward incompatibility.
4509      Branch: perl
4510            ! pod/perldelta.pod
4511 ____________________________________________________________________________
4512 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
4513         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
4514              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4515              Date: Wed, 24 Apr 2002 01:51:43 +0400
4516              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
4517      Branch: perl
4518            ! t/win32/system.t
4519 ____________________________________________________________________________
4520 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
4521         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
4522              From: PPrymmer@factset.com
4523              Date: Tue, 23 Apr 2002 17:14:32 -0400
4524              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
4525      Branch: perl
4526            ! lib/locale.t
4527 ____________________________________________________________________________
4528 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
4529         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
4530              From: Paul_GreenVOS@vos.stratus.com
4531              Date: Tue, 23 Apr 02 15:06 edt   
4532              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
4533      Branch: perl
4534            ! Makefile.SH cflags.SH
4535 ____________________________________________________________________________
4536 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
4537         Log: metaconfig unit change for #16115.
4538      Branch: metaconfig
4539            ! U/compline/byteorder.U
4540      Branch: perl
4541            ! config_h.SH
4542 ____________________________________________________________________________
4543 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
4544         Log: Regen Configure to mirror #16111 (with one added tweak).
4545      Branch: perl
4546            ! Configure
4547 ____________________________________________________________________________
4548 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
4549         Log: Retract #16109.
4550      Branch: perl
4551            ! lib/ExtUtils/MM_Unix.pm
4552 ____________________________________________________________________________
4553 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
4554         Log: FAQ sync.
4555      Branch: perl
4556            ! pod/perlfaq3.pod pod/perlfaq8.pod
4557 ____________________________________________________________________________
4558 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
4559         Log: use encoding no more defaults to Latin 1.
4560      Branch: perl
4561            ! pod/perluniintro.pod
4562 ____________________________________________________________________________
4563 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
4564         Log: Configure test for byteorder loses bits
4565      Branch: perl
4566            ! Configure
4567 ____________________________________________________________________________
4568 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
4569         Log: hacking around byteorder variance between config.sh and config.h
4570              isn't needed after change#16099
4571      Branch: perl
4572            ! ext/Storable/t/malice.t
4573 ____________________________________________________________________________
4574 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
4575         Log: (retracted by #16114)
4576              
4577              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
4578              From: "Green, Paul" <Paul.Green@stratus.com>
4579              Date: Tue, 23 Apr 2002 13:47:19 -0400
4580              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
4581      Branch: perl
4582            ! lib/ExtUtils/MM_Unix.pm
4583 ____________________________________________________________________________
4584 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
4585         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
4586              From: Norton Allen <allen@huarp.harvard.edu>
4587              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
4588              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
4589      Branch: perl
4590            ! lib/File/Find.pm
4591 ____________________________________________________________________________
4592 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
4593         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
4594              From: Norton Allen <allen@huarp.harvard.edu>
4595              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
4596              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
4597      Branch: perl
4598            ! README.qnx hints/qnx.sh
4599 ____________________________________________________________________________
4600 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
4601         Log: Subject: [PATCH] pod/perlhist.pod
4602              From: Abigail <abigail@foad.org>
4603              Date: Tue, 23 Apr 2002 16:21:31 +0200
4604              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
4605              
4606              (removed 5.005_04 which never happened)
4607      Branch: perl
4608            ! pod/perlhist.pod
4609 ____________________________________________________________________________
4610 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
4611         Log: Subject: Re: [PATCH abigail.t] another portability attempt
4612              From: Abigail <abigail@foad.org>
4613              Date: Tue, 23 Apr 2002 11:35:54 +0200
4614              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
4615      Branch: perl
4616            ! t/japh/abigail.t
4617 ____________________________________________________________________________
4618 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
4619         Log: NetWare tweak from C Aditya.
4620      Branch: perl
4621            ! NetWare/Nwmain.c NetWare/nw5.c
4622 ____________________________________________________________________________
4623 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
4624         Log: fix a typo
4625      Branch: perl
4626            ! regexec.c
4627 ____________________________________________________________________________
4628 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
4629         Log: Uncurliff.
4630      Branch: perl
4631            ! README.ko
4632 ____________________________________________________________________________
4633 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
4634         Log: Pointer to UV casting.
4635      Branch: perl
4636            ! regexec.c
4637 ____________________________________________________________________________
4638 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
4639         Log: metaconfig unit change for #16099.
4640      Branch: metaconfig
4641            ! U/compline/byteorder.U
4642 ____________________________________________________________________________
4643 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
4644         Log: Use UV (not long) for BYTEORDER.
4645      Branch: perl
4646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4647            ! config_h.SH
4648 ____________________________________________________________________________
4649 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
4650         Log: # cpp commands must start in the first column.
4651      Branch: perl
4652            ! scope.c
4653 ____________________________________________________________________________
4654 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
4655         Log: Reborn as text.
4656      Branch: perl
4657            + NetWare/interface.cpp
4658 ____________________________________________________________________________
4659 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
4660         Log: Dead as binary.
4661      Branch: perl
4662            - NetWare/interface.cpp
4663 ____________________________________________________________________________
4664 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
4665         Log: Undo #16091, a time-warped escapee.
4666      Branch: perl
4667            ! lib/ExtUtils/t/MM_Cygwin.t
4668 ____________________________________________________________________________
4669 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
4670         Log: *size tweaks from Sarathy.
4671      Branch: perl
4672            ! ext/Storable/t/malice.t
4673 ____________________________________________________________________________
4674 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
4675         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
4676              From: Stas Bekman <stas@stason.org>
4677              Date: Tue, 23 Apr 2002 01:52:22 +0800
4678              Message-ID: <3CC44DD6.3090401@stason.org>
4679      Branch: perl
4680            ! pod/perlguts.pod
4681 ____________________________________________________________________________
4682 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
4683         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
4684              From: Paul_GreenVOS@vos.stratus.com
4685              Date: Mon, 22 Apr 02 20:35 edt
4686              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
4687      Branch: perl
4688            + hints/t001.c
4689            ! MANIFEST hints/README.hints hints/vos.sh
4690 ____________________________________________________________________________
4691 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
4692         Log: (retracted by #16095)
4693      Branch: perl
4694            ! lib/ExtUtils/t/MM_Cygwin.t
4695 ____________________________________________________________________________
4696 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
4697         Log: Subject: Re: perl@16083
4698              From: Nicholas Clark <nick@unfortu.net>
4699              Date: Mon, 22 Apr 2002 23:17:45 +0100
4700              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
4701      Branch: perl
4702            ! ext/Storable/t/malice.t
4703 ____________________________________________________________________________
4704 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
4705         Log: Upgrade to Encode 1.58.
4706      Branch: perl
4707            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
4708            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
4709            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4710            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
4711            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
4712            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
4713            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
4714            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
4715            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4716            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4717            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4718            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4719            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4720            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4721            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4722            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4723            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4724            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
4725 ____________________________________________________________________________
4726 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
4727         Log: On Win32 the end.t failure should be gone now.
4728      Branch: perl
4729            ! pod/perldelta.pod
4730 ____________________________________________________________________________
4731 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
4732         Log: Subject: [PATCH] update VOS-specific pod files
4733              From: Paul_GreenVOS@vos.stratus.com
4734              Date: Mon, 22 Apr 02 16:02 edt
4735              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
4736      Branch: perl
4737            ! README.vos pod/perlport.pod
4738 ____________________________________________________________________________
4739 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
4740         Log: Subject: [PATCH] cleanup ./hints/vos.sh
4741              From: Paul_GreenVOS@vos.stratus.com
4742              Date: Mon, 22 Apr 02 15:26 edt
4743              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
4744      Branch: perl
4745            ! hints/vos.sh
4746 ____________________________________________________________________________
4747 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
4748         Log: Upgrade to Encode 1.57, from Dan Kogai.
4749      Branch: perl
4750            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4751            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
4752            ! ext/Encode/lib/Encode/Encoding.pm
4753            ! ext/Encode/lib/Encode/JP/JIS7.pm
4754            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
4755            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
4756 ____________________________________________________________________________
4757 [ 16084] By: ams                                   on 2002/04/22  18:10:13
4758         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
4759              From: Stas Bekman <stas@stason.org>
4760              Date: Tue, 23 Apr 2002 01:59:07 +0800
4761              Message-Id: <3CC44F6B.5010300@stason.org>
4762      Branch: perl
4763            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
4764 ____________________________________________________________________________
4765 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
4766         Log: Update Changes.
4767      Branch: perl
4768            ! Changes patchlevel.h
4769 ____________________________________________________________________________
4770 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
4771         Log: In MANIFEST but not added.
4772      Branch: perl
4773            + NetWare/interface.cpp
4774 ____________________________________________________________________________
4775 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
4776         Log: Duh.
4777      Branch: perl
4778            ! lib/ExtUtils/MM_Unix.pm
4779 ____________________________________________________________________________
4780 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
4781         Log: Subject: Re: t/japh/abigail.t [PATCH]
4782              From: Norton Allen <allen@huarp.harvard.edu>
4783              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
4784              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
4785      Branch: perl
4786            ! t/japh/abigail.t
4787 ____________________________________________________________________________
4788 [ 16079] By: ams                                   on 2002/04/22  15:59:55
4789         Log: Subject: {PATCH docs] sockatmark
4790              From: Mark-Jason Dominus <mjd@plover.com>
4791              Date: Mon, 22 Apr 2002 02:43:42 -0400
4792              Message-Id: <20020422064342.24646.qmail@plover.com>
4793      Branch: perl
4794            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
4795 ____________________________________________________________________________
4796 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
4797         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
4798              From: Paul_GreenVOS@vos.stratus.com
4799              Date: Mon, 22 Apr 02 12:40 edt
4800              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
4801      Branch: perl
4802            ! cflags.SH
4803 ____________________________________________________________________________
4804 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
4805         Log: Add new files from #16076; re-sort.
4806      Branch: perl
4807            ! MANIFEST
4808 ____________________________________________________________________________
4809 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
4810         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
4811      Branch: perl
4812            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
4813            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
4814            + NetWare/perllib.cpp NetWare/splittree.pl
4815            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
4816            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
4817            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
4818            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
4819            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
4820            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
4821            ! x2p/hash.c x2p/walk.c
4822 ____________________________________________________________________________
4823 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
4824         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
4825              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4826              Date: Mon, 22 Apr 2002 17:56:17 +0200
4827              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
4828      Branch: perl
4829            ! README.aix
4830 ____________________________________________________________________________
4831 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
4832         Log: Signedness nit.
4833      Branch: perl
4834            ! ext/PerlIO/encoding/encoding.xs
4835 ____________________________________________________________________________
4836 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
4837         Log: No semicolons after blocks.
4838      Branch: perl
4839            ! ext/Encode/Encode.xs
4840 ____________________________________________________________________________
4841 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
4842         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
4843      Branch: perl
4844            ! ext/PerlIO/encoding/encoding.pm
4845            ! ext/PerlIO/encoding/encoding.xs
4846 ____________________________________________________________________________
4847 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
4848         Log: Upgrade to Encode 1.56, from Dan Kogai.
4849      Branch: perl
4850            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4851            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4852            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
4853            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4854            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
4855            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4856            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
4857            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
4858            ! ext/Encode/lib/Encode/Config.pm
4859            ! ext/Encode/lib/Encode/Encoder.pm
4860            ! ext/Encode/lib/Encode/Encoding.pm
4861            ! ext/Encode/lib/Encode/JP/H2Z.pm
4862            ! ext/Encode/lib/Encode/JP/JIS7.pm
4863            ! ext/Encode/lib/Encode/KR/2022_KR.pm
4864            ! ext/Encode/lib/Encode/PerlIO.pod
4865            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
4866            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4867            ! ext/Encode/ucm/big5-hkscs.ucm
4868 ____________________________________________________________________________
4869 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
4870         Log: Comment tweak from Philip.
4871      Branch: perl
4872            ! opcode.pl
4873 ____________________________________________________________________________
4874 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
4875         Log: a Test::Harness tweak to make the test lines show up prettier
4876      Branch: perl
4877            ! lib/Test/Harness.pm
4878 ____________________________________________________________________________
4879 [ 16067] By: nick                                  on 2002/04/22  09:19:23
4880         Log: Integrate mainline
4881      Branch: perlio
4882           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4883           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4884           !> t/lib/warnings/perlio t/win32/system.t
4885 ____________________________________________________________________________
4886 [ 16066] By: nick                                  on 2002/04/22  09:01:43
4887         Log: Integrate //depot/perlio into mainline
4888      Branch: perl
4889           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4890           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
4891           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
4892 ____________________________________________________________________________
4893 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
4894         Log: clean up after stray test file littering
4895              
4896              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
4897              it seems that it shouldn't (looks like a handle leak in PerlIO
4898              to me)
4899      Branch: perl
4900            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4901            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4902            ! t/lib/warnings/perlio t/win32/system.t
4903 ____________________________________________________________________________
4904 [ 16064] By: nick                                  on 2002/04/22  08:02:58
4905         Log: Integrate mainline into perlio
4906      Branch: perlio
4907           +> ext/Storable/t/malice.t
4908            ! pod/perliol.pod
4909           !> (integrate 57 files)
4910 ____________________________________________________________________________
4911 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
4912         Log: integrate change#16062 from mainline
4913              
4914              another windows fix: only create a new console for subprocesses
4915              when all three stdhandles are invalid (from Jan Dubois)
4916      Branch: maint-5.6/perl
4917            ! win32/win32.c
4918 ____________________________________________________________________________
4919 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
4920         Log: another windows fix: only create a new console for subprocesses
4921              when all three stdhandles are invalid (from Jan Dubois)
4922      Branch: perl
4923            ! win32/win32.c
4924 ____________________________________________________________________________
4925 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
4926         Log: all the thread tests now pass on windows (32-bit and 64-bit)
4927      Branch: perl
4928            ! README.win32
4929 ____________________________________________________________________________
4930 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
4931         Log: enable maximal optimizations on win64
4932      Branch: perl
4933            ! win32/Makefile win32/makefile.mk
4934 ____________________________________________________________________________
4935 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
4936         Log: Tweaks copied from Philip Newton's Encode patches.
4937      Branch: perl
4938            ! AUTHORS
4939 ____________________________________________________________________________
4940 [ 16057] By: sky                                   on 2002/04/22  00:19:40
4941         Log: End blocks were not run on Win32.
4942              The real fix should be to turn this flag on in RunPerl but
4943              I think we are too close 5.8 to change that.
4944      Branch: perl
4945            ! ext/threads/threads.xs
4946 ____________________________________________________________________________
4947 [ 16056] By: sky                                   on 2002/04/21  23:29:22
4948         Log: Do not unlock mutex twice.
4949              Do not unlock mutex after it has been destroyed and freed.
4950              Do not email p5p without uncrossing eyes.
4951      Branch: perl
4952            ! ext/threads/threads.xs
4953 ____________________________________________________________________________
4954 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
4955         Log: squelch some more type mismatch warnings
4956              
4957              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
4958              missing parens in macro definition
4959      Branch: perl
4960            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
4961            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
4962            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
4963            ! pp.c regexec.c sv.h
4964 ____________________________________________________________________________
4965 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
4966         Log: Make writing user-defined character properties nicer.
4967      Branch: perl
4968            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
4969 ____________________________________________________________________________
4970 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
4971         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
4972              isn't the case on win64
4973      Branch: perl
4974            ! ext/Storable/t/malice.t
4975 ____________________________________________________________________________
4976 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
4977         Log: One more way to do character class subtraction.
4978      Branch: perl
4979            ! pod/perlunicode.pod
4980 ____________________________________________________________________________
4981 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
4982         Log: Mopup of #16048.
4983      Branch: perl
4984            ! pp_sys.c
4985 ____________________________________________________________________________
4986 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
4987         Log: some test failures have been fixed
4988      Branch: perl
4989            ! README.win32
4990 ____________________________________________________________________________
4991 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
4992         Log: use compare_text() rather than compare() to avoid bogus
4993              failures when the test files happen to be CRLF terminated
4994      Branch: perl
4995            ! ext/Encode/t/JP.t
4996 ____________________________________________________________________________
4997 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
4998         Log: fixes for all the warnings reported by Visual C (most of this
4999              change is from change#12026)
5000      Branch: perl
5001            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
5002            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
5003            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
5004            ! regexec.c sv.c toke.c universal.c utf8.c util.c
5005            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
5006 ____________________________________________________________________________
5007 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
5008         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
5009              From: Nicholas Clark <nick@unfortu.net>
5010              Date: Sun, 21 Apr 2002 19:15:24 +0100
5011              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
5012      Branch: perl
5013            + ext/Storable/t/malice.t
5014            ! MANIFEST ext/Storable/Storable.pm
5015 ____________________________________________________________________________
5016 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
5017         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
5018              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5019              Date: Sun, 21 Apr 2002 19:37:51 +0200
5020              Message-ID: <3CC3150F.5798.22A05AE@localhost>
5021      Branch: perl
5022            ! ext/Encode/t/perlio.t
5023 ____________________________________________________________________________
5024 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
5025         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
5026              From: Andrey Sapozhnikov <sapa@icb.chel.su>
5027              Date: Fri, 19 Apr 2002 19:55:56 +0600
5028              Message-ID: <3CC021EC.5080005@icb.chel.su>
5029              
5030              (tweaked a bit)
5031      Branch: perl
5032            ! pod/perltrap.pod
5033 ____________________________________________________________________________
5034 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
5035         Log: Do not assume that io buffer flushing happens in the same
5036              order as joins (that assumption broke in a multicpu IRIX box)
5037      Branch: perl
5038            ! ext/threads/t/thread.t
5039 ____________________________________________________________________________
5040 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
5041         Log: As if people would be reading the documentation :-)
5042      Branch: perl
5043            ! opcode.pl
5044 ____________________________________________________________________________
5045 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
5046         Log: Typo tweaks.
5047      Branch: perl
5048            ! pod/perlrun.pod
5049 ____________________________________________________________________________
5050 [ 16041] By: sky                                   on 2002/04/21  13:53:54
5051         Log: Got the last memory leak in the while(1) { threads->create(sub 
5052              {})->join() }, now we can loop over a million threads without a 
5053              problem. 
5054              Cleared up SVs that should have been mortal but never where.
5055      Branch: perl
5056            ! ext/threads/threads.xs
5057 ____________________________________________________________________________
5058 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
5059         Log: Make doc clearer, as suggested by Brent Dax
5060      Branch: perl
5061            ! opcode.pl
5062 ____________________________________________________________________________
5063 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
5064         Log: Revert change #15974.
5065      Branch: perl
5066            ! ext/B/B/Deparse.pm
5067 ____________________________________________________________________________
5068 [ 16038] By: nick                                  on 2002/04/21  08:43:48
5069         Log: Integrate mainline
5070      Branch: perlio
5071           +> win32/config.vc64 win32/config_H.vc64
5072           !> (integrate 43 files)
5073 ____________________________________________________________________________
5074 [ 16037] By: nick                                  on 2002/04/21  08:10:07
5075         Log: Integrate mainline
5076      Branch: perlio
5077           +> ext/Encode/ucm/big5-eten.ucm
5078            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
5079            - win32/config.win64 win32/config_H.win64
5080           !> MANIFEST Porting/makerel ext/Encode/Changes
5081           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
5082           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5083           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
5084           !> ext/Encode/lib/Encode/Config.pm
5085           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5086           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
5087           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
5088           !> pod/perlunicode.pod vms/vms.c
5089 ____________________________________________________________________________
5090 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
5091         Log: S_ stands sfor static.
5092      Branch: perl
5093            ! hv.c
5094 ____________________________________________________________________________
5095 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
5096         Log: htovs et al might be macros.
5097      Branch: perl
5098            ! perl.h
5099 ____________________________________________________________________________
5100 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
5101         Log: missed checkin of this file in change#16033
5102      Branch: perl
5103            ! makedef.pl
5104 ____________________________________________________________________________
5105 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
5106         Log: Windows 64-bit support:
5107              
5108              * support for building it in the regular makefiles
5109              * large files support via the _*i64() functions (this should be
5110              portable to the 32-bit universe too, but quite untested and
5111              and binary-incompatible, therefore not enabled there)
5112              * three additional test failures in addition to the t/end.t one
5113              (see README.win32)
5114              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
5115              the ones available from the CRT (needed because Perl uses
5116              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
5117              * add a few 64-bit notes to README.win32
5118              
5119              The following general problems were also fixed:
5120              
5121              * s/struct stat/Stat_t/g
5122              * Data::Dumper had some naughty 'long' typecasts
5123              * Errno_pm.PL didn't work safe when winsock.h was not in the same
5124              directory as errno.h
5125              * various tell/seek things were incorrectly prototyped
5126              * squelch ugly looking noise when running tests
5127              * Embed.t wasn't linking in all the libraries
5128              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
5129              * re-enable all the disabled warnings (additional fixes may be
5130              needed for the warnings uncovered by this)
5131      Branch: perl
5132            + win32/config.vc64 win32/config_H.vc64
5133            ! MANIFEST README.win32 doio.c dosish.h
5134            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
5135            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
5136            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
5137            ! win32/config.vc win32/makefile.mk win32/perlglob.c
5138            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
5139            ! win32/win32iop.h win32/win32sck.c
5140 ____________________________________________________________________________
5141 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
5142         Log: Upgrade to Encode 1.52, from Dan Kogai.
5143      Branch: perl
5144            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5145            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
5146            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
5147            ! ext/Encode/lib/Encode/JP/JIS7.pm
5148            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
5149            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
5150            ! ext/Encode/ucm/big5-hkscs.ucm
5151 ____________________________________________________________________________
5152 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
5153         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
5154              From: Mark-Jason Dominus <mjd@plover.com>
5155              Date: Sat, 20 Apr 2002 03:36:28 -0400
5156              Message-ID: <20020420073628.324.qmail@plover.com>
5157      Branch: perl
5158            ! pod/perlopentut.pod
5159 ____________________________________________________________________________
5160 [ 16030] By: sky                                   on 2002/04/20  22:02:32
5161         Log: Remove auto-detach
5162              Cleans up memory now, destroys the mutex and frees thread
5163              Makes returnvalues mortal
5164              Doesn't run thread_destruct until the thread has stopped AND
5165              all references to it are gone.
5166      Branch: perl
5167            ! ext/threads/threads.xs
5168 ____________________________________________________________________________
5169 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
5170         Log: Subject: [PATCH @16005] rescue perldoc for VMS
5171              From: "Craig A. Berry" <craigberry@mac.com>
5172              Date: Sat, 20 Apr 2002 15:16:30 -0500
5173              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
5174      Branch: perl
5175            ! vms/vms.c
5176 ____________________________________________________________________________
5177 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
5178         Log: Subject: Re: [PATCH] typo
5179              From: andreas.koenig@anima.de (Andreas J. Koenig)
5180              Date: Sat, 20 Apr 2002 15:41:23 +0200
5181              Message-ID: <m37kn2o5bw.fsf@anima.de>
5182      Branch: perl
5183            ! ext/Encode/encoding.pm
5184 ____________________________________________________________________________
5185 [ 16027] By: nick                                  on 2002/04/20  21:42:09
5186         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
5187              and change test not to skip them.
5188      Branch: perlio
5189            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
5190 ____________________________________________________________________________
5191 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
5192         Log: Upgrade to Encode 1.51, from Dan Kogai.
5193      Branch: perl
5194            + ext/Encode/ucm/big5-eten.ucm
5195            - ext/Encode/ucm/big5.ucm
5196            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5197            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
5198            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5199            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
5200            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5201            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
5202 ____________________________________________________________________________
5203 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
5204         Log: purge existing win64 stuff (this never really worked in 5.7.x)
5205              in preparation for completely redone win64 support
5206      Branch: perl
5207            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
5208            ! MANIFEST Porting/makerel
5209 ____________________________________________________________________________
5210 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
5211         Log: Subject: Re: perl@16005
5212              From: Stas Bekman <stas@stason.org>
5213              Date: Sat, 20 Apr 2002 13:06:49 +0800
5214              Message-ID: <3CC0F769.1010705@stason.org>
5215              (with a minor formatting nit)
5216      Branch: perl
5217            ! pod/perlfunc.pod
5218 ____________________________________________________________________________
5219 [ 16023] By: nick                                  on 2002/04/20  19:06:04
5220         Log: Some tweaks for encodings which need lines.
5221              Also disabled trial of using fallbacks.
5222      Branch: perlio
5223            ! ext/PerlIO/encoding/encoding.pm
5224            ! ext/PerlIO/encoding/encoding.xs
5225 ____________________________________________________________________________
5226 [ 16022] By: nick                                  on 2002/04/20  18:37:38
5227         Log: Various tweaks to Encode
5228      Branch: perlio
5229            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5230            ! ext/Encode/Unicode/Unicode.xs
5231            ! ext/Encode/lib/Encode/Encoding.pm
5232            ! ext/Encode/lib/Encode/JP/JIS7.pm
5233            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
5234 ____________________________________________________________________________
5235 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
5236         Log: Subject: [PATCH] perlunicode.pod typos
5237              From: andreas.koenig@anima.de (Andreas J. Koenig)     
5238              Date: Sat, 20 Apr 2002 11:20:25 +0200
5239              Message-ID: <m3vgamoheu.fsf@anima.de>
5240      Branch: perl
5241            ! pod/perlunicode.pod
5242 ____________________________________________________________________________
5243 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
5244         Log: Test tweak from mjd.
5245      Branch: perl
5246            ! lib/Memoize/t/errors.t
5247 ____________________________________________________________________________
5248 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
5249         Log: Integrate perlio;
5250              
5251              Tweak to Encode.xs to avoid buffer overrun.
5252              
5253              Add :bytes to POD part.
5254              Remove 'alias' to Encode now it exists as a module.
5255              
5256              Fill in the PERLIO sections.
5257      Branch: perl
5258           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
5259 ____________________________________________________________________________
5260 [ 16018] By: nick                                  on 2002/04/20  13:38:24
5261         Log: Fill in the PERLIO sections.
5262      Branch: perlio
5263            ! pod/perlrun.pod
5264 ____________________________________________________________________________
5265 [ 16017] By: nick                                  on 2002/04/20  13:37:15
5266         Log: Add :bytes to POD part.
5267              Remove 'alias' to Encode now it exists as a module.
5268      Branch: perlio
5269            ! lib/PerlIO.pm
5270 ____________________________________________________________________________
5271 [ 16016] By: sky                                   on 2002/04/20  13:12:31
5272         Log: Really let the update of the link list do something.
5273      Branch: perl
5274            ! ext/threads/threads.xs
5275 ____________________________________________________________________________
5276 [ 16015] By: nick                                  on 2002/04/20  07:51:26
5277         Log: Integrate mainline
5278      Branch: perlio
5279           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
5280           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5281           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
5282 ____________________________________________________________________________
5283 [ 16014] By: nick                                  on 2002/04/20  07:46:11
5284         Log: Tweak to Encode.xs to avoid buffer overrun.
5285      Branch: perlio
5286            ! ext/Encode/Encode.xs
5287 ____________________________________________________________________________
5288 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
5289         Log: Subject: [PATCH] t/japh/abigail.t
5290              From: abigail@foad.org
5291              Date: Fri, 19 Apr 2002 02:21:36 +0200
5292              Message-ID: <20020419002136.16948.qmail@foad.org>
5293              
5294              Subject: Re: [PATCH] t/japh/abigail.t
5295              From: "Craig A. Berry" <craigberry@mac.com>
5296              Date: Fri, 19 Apr 2002 11:23:45 -0500
5297              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
5298      Branch: perl
5299            ! t/japh/abigail.t
5300 ____________________________________________________________________________
5301 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
5302         Log: User-defined character properties were unintentionally
5303              removed, noticed by Dan Kogai.
5304      Branch: perl
5305            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
5306            ! pod/perlunicode.pod t/op/pat.t
5307 ____________________________________________________________________________
5308 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
5309         Log: Subject: Re: [PATCH] Big5-related changes.
5310              From: Autrijus Tang <autrijus@autrijus.org>
5311              Date: Sat, 20 Apr 2002 04:06:31 +0800
5312              Message-ID: <20020419200631.GA20964@not.autrijus.org>
5313      Branch: perl
5314            ! README.cn README.tw
5315 ____________________________________________________________________________
5316 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
5317         Log: Add a BUGS sections to O.pm
5318      Branch: perl
5319            ! ext/B/O.pm
5320 ____________________________________________________________________________
5321 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
5322         Log: Disable warning noise
5323      Branch: perl
5324            ! t/io/open.t
5325 ____________________________________________________________________________
5326 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
5327         Log: More tests for the 3-arg open
5328      Branch: perl
5329            ! t/io/open.t t/lib/warnings/doio
5330 ____________________________________________________________________________
5331 [ 16007] By: nick                                  on 2002/04/19  17:45:53
5332         Log: Silence warning generating warning message for U+FFFF does not map etc.
5333      Branch: perlio
5334            ! ext/Encode/Encode.xs
5335 ____________________________________________________________________________
5336 [ 16006] By: nick                                  on 2002/04/19  15:24:57
5337         Log: Integrate mainline (for Tk with Encode testing)
5338              Some perlio & encode issues otherwise cleanish.
5339      Branch: perlio
5340           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5341           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5342           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5343           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5344           +> ext/threads/t/thread.t
5345            - ext/Encode/lib/Encode/Unicode.pm
5346           !> (integrate 38 files)
5347 ____________________________________________________________________________
5348 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
5349         Log: Update Changes.
5350      Branch: perl
5351            ! Changes patchlevel.h
5352 ____________________________________________________________________________
5353 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
5354         Log: Subject: [PATCH] warn on ref open without perlio
5355              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5356              Date: Thu, 18 Apr 2002 23:17:44 +0200
5357              Message-ID: <20020418231744.A24159@rafael>
5358              
5359              (with one nit, the skip message needed "# " prefix)
5360      Branch: perl
5361            ! doio.c pod/perldiag.pod t/lib/warnings/doio
5362 ____________________________________________________________________________
5363 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
5364         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
5365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5366              Date: Fri, 19 Apr 2002 15:43:47 +0200
5367              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
5368      Branch: perl
5369            ! README.hpux
5370 ____________________________________________________________________________
5371 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
5372         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
5373      Branch: perl
5374            ! ext/PerlIO/encoding/encoding.pm
5375            ! ext/PerlIO/encoding/encoding.xs
5376 ____________________________________________________________________________
5377 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
5378         Log: Upgrade to Encode 1.50, from Dan Kogai.
5379      Branch: perl
5380            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5381            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5382            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5383            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5384            - ext/Encode/lib/Encode/Unicode.pm
5385            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
5386            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5387            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
5388            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5389            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5390            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
5391            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
5392            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
5393            ! ext/Encode/t/jisx0208.ref
5394 ____________________________________________________________________________
5395 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
5396         Log: Subject: CPAN.pm sync
5397              From: andreas.koenig@anima.de (Andreas J. Koenig)
5398              Date: Fri, 19 Apr 2002 11:55:07 +0200
5399              Message-ID: <m3ads0qah0.fsf@anima.de>
5400      Branch: perl
5401            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5402 ____________________________________________________________________________
5403 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
5404         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
5405      Branch: perl
5406            ! pod/perltooc.pod
5407 ____________________________________________________________________________
5408 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
5409         Log: The previous change on this was *ahem* slightly off-topic.
5410      Branch: perl
5411            ! ext/PerlIO/encoding/encoding.pm
5412 ____________________________________________________________________________
5413 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
5414         Log: variant of change#14657 from mainline, modified for binary
5415              compatibility for 5.6.x (from  Jan Dubois)
5416      Branch: maint-5.6/perl
5417            ! lib/Win32.pod win32/win32.c
5418 ____________________________________________________________________________
5419 [ 15996] By: ams                                   on 2002/04/18  16:16:26
5420         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
5421              From: abigail@foad.org
5422              Date: Thu, 18 Apr 2002 17:09:45 +0200
5423              Message-Id: <20020418150945.389.qmail@foad.org>
5424      Branch: perl
5425            ! pod/perldebtut.pod
5426 ____________________________________________________________________________
5427 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
5428         Log: z/OS situation update.
5429      Branch: perl
5430            ! pod/perldelta.pod
5431 ____________________________________________________________________________
5432 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
5433         Log: Doc tweaks.
5434      Branch: perl
5435            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
5436 ____________________________________________________________________________
5437 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
5438         Log: The tests need perlio.
5439      Branch: perl
5440            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
5441 ____________________________________________________________________________
5442 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
5443         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
5444              From: Mark-Jason Dominus <mjd@plover.com>
5445              Date: Thu, 18 Apr 2002 09:38:17 -0400
5446              Message-ID: <20020418133817.22436.qmail@plover.com>    
5447              
5448              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
5449              From: Mark-Jason Dominus <mjd@plover.com>
5450              Date: Thu, 18 Apr 2002 09:54:50 -0400
5451              Message-ID: <20020418135450.22999.qmail@plover.com>    
5452      Branch: perl
5453            ! pod/perlfaq8.pod
5454 ____________________________________________________________________________
5455 [ 15991] By: sky                                   on 2002/04/18  09:18:14
5456         Log: Port testcases from thr5005 tests so we don't fail on same things.
5457              Added yield support using threads->yield().
5458      Branch: perl
5459            + ext/threads/t/thread.t
5460            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
5461 ____________________________________________________________________________
5462 [ 15990] By: nick                                  on 2002/04/18  07:56:40
5463         Log: Integrate mainline
5464      Branch: perlio
5465            - t/io/full.t
5466           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
5467           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
5468           !> perl.c t/op/groups.t toke.c win32/win32.c
5469 ____________________________________________________________________________
5470 [ 15989] By: sky                                   on 2002/04/18  07:15:55
5471         Log: Always flush the PerlIO buffers after running END blocks in 
5472              perl_destruct. This should fix ext/threads/t/end.t under Win32.
5473      Branch: perl
5474            ! perl.c
5475 ____________________________________________________________________________
5476 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
5477         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
5478      Branch: perl
5479            ! perl.c
5480 ____________________________________________________________________________
5481 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
5482         Log: Move /dev/full testing post-5.8.0.
5483      Branch: perl
5484            - t/io/full.t
5485            ! MANIFEST
5486 ____________________________________________________________________________
5487 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
5488         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
5489              ("Crays have only REAL memory.")
5490      Branch: perl
5491            ! hints/unicos.sh hints/unicosmk.sh
5492 ____________________________________________________________________________
5493 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
5494         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
5495              From: luc.st-louis@ca.transport.bombardier.com
5496              Date: Wed, 17 Apr 2002 14:22:25 -0400
5497              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
5498      Branch: perl
5499            ! win32/win32.c
5500 ____________________________________________________________________________
5501 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
5502         Log: With -Uuseperlio the error might be EBADF.
5503      Branch: perl
5504            ! t/io/full.t
5505 ____________________________________________________________________________
5506 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
5507         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
5508              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5509              Date: Wed, 17 Apr 2002 21:16:22 +0400
5510              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
5511      Branch: perl
5512            ! lib/ExtUtils/t/Embed.t
5513 ____________________________________________________________________________
5514 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
5515         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
5516              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5517              Date: Wed, 17 Apr 2002 20:08:03 +0400
5518              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
5519      Branch: perl
5520            ! win32/win32.c
5521 ____________________________________________________________________________
5522 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
5523         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5524              From: Mark-Jason Dominus <mjd@plover.com>
5525              Date: Wed, 17 Apr 2002 11:14:17 -0400
5526              Message-ID: <20020417151417.27268.qmail@plover.com>
5527      Branch: perl
5528            ! t/io/full.t
5529 ____________________________________________________________________________
5530 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
5531         Log: README.cjk update.
5532      Branch: perl
5533            ! README.cn README.jp README.ko README.tw
5534 ____________________________________________________________________________
5535 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
5536         Log: Subject: [PATCH toke.c] @:foo?
5537              From: Philip Newton <Philip.Newton@gmx.net>
5538              Date: Wed, 17 Apr 2002 19:48:09 +0200
5539              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
5540      Branch: perl
5541            ! toke.c
5542 ____________________________________________________________________________
5543 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
5544         Log: Subject: Re: gcc on HP
5545              From: Philip Newton <Philip.Newton@gmx.net>
5546              Date: Wed, 17 Apr 2002 20:36:34 +0200
5547              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
5548      Branch: perl
5549            ! README.hpux
5550 ____________________________________________________________________________
5551 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
5552         Log: Adjust test for groups that appear multiple times on Cygwin
5553      Branch: perl
5554            ! t/op/groups.t
5555 ____________________________________________________________________________
5556 [ 15976] By: nick                                  on 2002/04/17  17:03:40
5557         Log: Integrate mainline
5558      Branch: perlio
5559           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5560           +> ext/PerlIO/encoding/encoding.pm
5561           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
5562           +> ext/threads/shared/t/queue.t t/io/full.t
5563            - ext/Encode/lib/Encode/XS.pm
5564           !> (integrate 50 files)
5565 ____________________________________________________________________________
5566 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
5567         Log: Update Changes.
5568      Branch: perl
5569            ! Changes patchlevel.h
5570 ____________________________________________________________________________
5571 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
5572         Log: Subject: [PATCH B::Deparse] "foo bar"->()
5573              From: Robin Houston <robin@kitsite.com>
5574              Date: Wed, 17 Apr 2002 15:45:32 +0100
5575              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
5576      Branch: perl
5577            ! ext/B/B/Deparse.pm
5578 ____________________________________________________________________________
5579 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
5580         Log: metaconfig unit change for #15972.
5581      Branch: metaconfig/U/perl
5582            ! Extensions.U
5583 ____________________________________________________________________________
5584 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
5585         Log: As suggested by Arthur: the threads and threads::shared
5586              modules are always present.  This tries to preempt two
5587              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
5588              to have this new fancy threads implementation but my Perl
5589              doesn't seem to have it" (2) someone attempting to install
5590              threads using CPAN.pm and CPAN.pm helpfully starting to
5591              install perl 5.8.0 (which they might already have installed).
5592      Branch: perl
5593            ! Configure ext/threads/Makefile.PL
5594            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
5595            ! ext/threads/shared/shared.xs ext/threads/threads.pm
5596            ! ext/threads/threads.xs
5597 ____________________________________________________________________________
5598 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
5599         Log: More signedness nits.
5600      Branch: perl
5601            ! ext/Encode/Encode.xs
5602 ____________________________________________________________________________
5603 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
5604         Log: fast_abs_path() is tainted.
5605      Branch: perl
5606            ! ext/Cwd/t/cwd.t
5607 ____________________________________________________________________________
5608 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
5609         Log: Signedness nit.
5610      Branch: perl
5611            ! ext/Encode/bin/enc2xs
5612 ____________________________________________________________________________
5613 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
5614         Log: Subject: gcc on HP
5615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5616              Date: Wed, 17 Apr 2002 12:43:38 +0200
5617              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
5618      Branch: perl
5619            ! README.hpux
5620 ____________________________________________________________________________
5621 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
5622         Log: Add just a little bit more explanation to PerlIO::encoding.
5623      Branch: perl
5624            ! ext/PerlIO/encoding/encoding.pm
5625 ____________________________________________________________________________
5626 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
5627         Log: PerlIO::encoding 0.01 from Dan Kogai.
5628      Branch: perl
5629            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5630            + ext/PerlIO/encoding/encoding.pm
5631            + ext/PerlIO/encoding/encoding.xs
5632            ! MANIFEST
5633 ____________________________________________________________________________
5634 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
5635         Log: Upgrade to Encode 1.42, from Dan Kogai.
5636      Branch: perl
5637            - ext/Encode/lib/Encode/XS.pm
5638            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
5639            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
5640            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5641            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
5642            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
5643            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
5644            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5645            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
5646            ! ext/Encode/lib/Encode/Config.pm
5647            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
5648            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
5649            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
5650            ! ext/Encode/t/encoding.t
5651 ____________________________________________________________________________
5652 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
5653         Log: Test tweaks from mjd and Benjamin Goldberg.
5654      Branch: perl
5655            ! t/io/full.t
5656 ____________________________________________________________________________
5657 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
5658         Log: Document taint-safeness.   Life in the fast_abs_path()
5659              lane is unsafe.
5660      Branch: perl
5661            ! lib/Cwd.pm
5662 ____________________________________________________________________________
5663 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
5664         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5665              From: Mark-Jason Dominus <mjd@plover.com>
5666              Date: Tue, 16 Apr 2002 19:24:12 -0400
5667              Message-ID: <20020416232412.14297.qmail@plover.com>
5668      Branch: perl
5669            + t/io/full.t
5670            ! MANIFEST perlio.c
5671 ____________________________________________________________________________
5672 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
5673         Log: Manifestations of mjd, from mjd.
5674      Branch: perl
5675            ! MANIFEST
5676 ____________________________________________________________________________
5677 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
5678         Log: metaconfig unit change for #15959.
5679      Branch: metaconfig/U/perl
5680            ! Extensions.U
5681 ____________________________________________________________________________
5682 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
5683         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
5684              From: Andy Dougherty <doughera@lafayette.edu>
5685              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
5686              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
5687      Branch: perl
5688            ! Configure
5689 ____________________________________________________________________________
5690 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
5691         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
5692              From: Nicholas Clark <nick@unfortu.net>
5693              Date: Tue, 16 Apr 2002 22:22:41 +0100
5694              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
5695      Branch: perl
5696            ! embed.fnc global.sym hv.c universal.c
5697 ____________________________________________________________________________
5698 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
5699         Log: Documents for Merijn and lots of XXXs for NI-S :-)
5700      Branch: perl
5701            ! pod/perlfunc.pod pod/perlrun.pod
5702 ____________________________________________________________________________
5703 [ 15956] By: sky                                   on 2002/04/16  21:26:53
5704         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
5705              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
5706              stuff being 0xabababab on cleanup.
5707      Branch: perl
5708            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
5709            ! MANIFEST
5710 ____________________________________________________________________________
5711 [ 15955] By: nick                                  on 2002/04/16  20:46:03
5712         Log: Integate mainline (other machine)
5713      Branch: perlio
5714           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
5715           !> t/op/magic.t
5716 ____________________________________________________________________________
5717 [ 15954] By: nick                                  on 2002/04/16  20:13:32
5718         Log: Integrate mainline
5719      Branch: perlio
5720           +> README.cn README.jp README.ko README.tw
5721           +> ext/threads/shared/t/av_refs.t
5722           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
5723           !> (integrate 41 files)
5724 ____________________________________________________________________________
5725 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
5726         Log: B::walkoptree bugfix (see also #15850)
5727      Branch: perl
5728            ! ext/B/B.xs ext/B/t/terse.t
5729 ____________________________________________________________________________
5730 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
5731         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
5732              From: Philip Newton <Philip.Newton@gmx.net>
5733              Date: Tue, 16 Apr 2002 21:09:44 +0200
5734              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
5735      Branch: perl
5736            ! pod/perltodo.pod
5737 ____________________________________________________________________________
5738 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
5739         Log: Subject: [PATCH] B::Deparse problems with japhs
5740              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5741              Date: Tue, 16 Apr 2002 15:47:33 +0100
5742              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
5743      Branch: perl
5744            ! ext/B/B/Deparse.pm
5745 ____________________________________________________________________________
5746 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
5747         Log: Stas' tainting worries, obscured by me.
5748      Branch: perl
5749            ! ext/Cwd/t/cwd.t lib/Cwd.pm
5750 ____________________________________________________________________________
5751 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
5752         Log: Pod tweak to avoid =item<japanese> problems.
5753      Branch: perl
5754            ! README.jp
5755 ____________________________________________________________________________
5756 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
5757         Log: Some UTF-8 todos.
5758      Branch: perl
5759            ! pod/perltodo.pod
5760 ____________________________________________________________________________
5761 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
5762         Log: Let's not promise too much: use utf8 only works on identifier
5763              names, not package or subroutine names (admittedly limited [1], but
5764              that's what the Camel says, and that's what we are going to stick
5765              to for 5.8.0).  Also document that use vars does not do utf8.
5766              [1] The obvious problem in both is that package and subroutine
5767              names need to mappable to the filesystem.
5768      Branch: perl
5769            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
5770 ____________________________________________________________________________
5771 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
5772         Log: Subject: [PATCH] small typo in IO::Pipe pod
5773              From: Slaven Rezic <rezic@onlineoffice.de>
5774              Date: Tue, 16 Apr 2002 12:31:10 +0200
5775              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
5776      Branch: perl
5777            ! ext/IO/lib/IO/Pipe.pm
5778 ____________________________________________________________________________
5779 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
5780         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
5781              From: Arthur Bergman <arthur@contiller.se>
5782              Date: Tue, 16 Apr 2002 11:58:45 +0200
5783              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
5784      Branch: perl
5785            ! lib/Attribute/Handlers.pm
5786 ____________________________________________________________________________
5787 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
5788         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
5789              Jungshik Shin.  Regen toc.
5790      Branch: perl
5791            + README.cn README.jp README.ko README.tw
5792            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5793 ____________________________________________________________________________
5794 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
5795         Log: my $utf8here, our $utf8here, and package variable $utf8here.
5796              
5797              The actual minimal fix is in utf8.c and from NI-S,
5798              the rest are the tests (in fresh_perl since I couldn't get
5799              them easily to work elsewhere) and a slight behaviour change:
5800              previously UTF-8 identifiers had to start with an alphabetic
5801              character.  No more so, now they can start with an (Unicode)
5802              ID_Continue character (which however is not a (Unicode) digit).
5803              (Limiting the first character to ID_Start would be rather
5804              restrictive, since ID_Start allows only alphabetic letters.)
5805              
5806              TODO: use vars qw($utf8here).  This I don't find to be
5807              a showstopper.
5808      Branch: perl
5809            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
5810            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
5811 ____________________________________________________________________________
5812 [ 15942] By: ams                                   on 2002/04/16  02:24:25
5813         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
5814              From: "Craig A. Berry" <craigberry@mac.com>
5815              Date: Mon, 15 Apr 2002 22:06:14 -0500
5816              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
5817      Branch: perl
5818            ! lib/FileCache.t
5819 ____________________________________________________________________________
5820 [ 15941] By: ams                                   on 2002/04/16  02:16:35
5821         Log: Subject: [PATCH] s2p fix for VMS
5822              From: "Craig A. Berry" <craigberry@mac.com>
5823              Date: Mon, 15 Apr 2002 21:48:36 -0500
5824              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
5825      Branch: perl
5826            ! configure.com t/x2p/s2p.t x2p/s2p.PL
5827 ____________________________________________________________________________
5828 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
5829         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
5830              (and the licensing of the other code clarified, from Mark Bixby.)
5831      Branch: perl
5832            ! mpeix/mpeix.c
5833 ____________________________________________________________________________
5834 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
5835         Log: AUTHORS updates.
5836      Branch: perl
5837            ! AUTHORS
5838 ____________________________________________________________________________
5839 [ 15938] By: sky                                   on 2002/04/15  22:13:17
5840         Log: Add support for my $foo : shared; 
5841              Add testcase for this.
5842              Update manifest.
5843      Branch: perl
5844            + ext/threads/shared/t/shared_attr.t
5845            ! MANIFEST ext/threads/shared/shared.pm
5846 ____________________________________________________________________________
5847 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
5848         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
5849              From: abigail@foad.org
5850              Date: Mon, 15 Apr 2002 17:41:17 +0200
5851              Message-ID: <20020415154117.1559.qmail@foad.org>
5852              
5853              (With EBCDIC skippage added, and the skip reason
5854              skippage on the two ?? loops tweaked.)
5855      Branch: perl
5856            + t/japh/abigail.t
5857            ! MANIFEST t/TEST
5858 ____________________________________________________________________________
5859 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
5860         Log: Subject: Re: [ID 20020412.005] Dancing ??s
5861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5862              Date: Sun, 14 Apr 2002 16:09:30 +0100
5863              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
5864      Branch: perl
5865            ! pod/perlop.pod pp_hot.c t/op/pat.t
5866 ____________________________________________________________________________
5867 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
5868         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
5869              From: abigail@foad.org
5870              Date: Mon, 15 Apr 2002 17:40:02 +0200
5871              Message-ID: <20020415154002.1549.qmail@foad.org>
5872      Branch: perl
5873            ! t/test.pl
5874 ____________________________________________________________________________
5875 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
5876         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
5877              From: "Craig A. Berry" <craigberry@mac.com>
5878              Date: Mon, 15 Apr 2002 14:05:26 -0500
5879              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
5880      Branch: perl
5881            ! universal.c
5882 ____________________________________________________________________________
5883 [ 15933] By: sky                                   on 2002/04/15  21:26:16
5884         Log: Test arrays containing references, and references to shared arrays.
5885      Branch: perl
5886            + ext/threads/shared/t/av_refs.t
5887 ____________________________________________________________________________
5888 [ 15932] By: nick                                  on 2002/04/15  15:06:49
5889         Log: Integrate mainline (for Encode)
5890      Branch: perlio
5891           +> ext/Encode/Encode/ConfigLocal_PM.e2x
5892           +> ext/Encode/lib/Encode/JP/JIS7.pm
5893            - ext/Encode/lib/Encode/JP/2022_JP.pm
5894            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5895            - ext/Encode/lib/Encode/JP/JIS.pm
5896           !> (integrate 26 files)
5897 ____________________________________________________________________________
5898 [ 15931] By: ams                                   on 2002/04/15  14:51:31
5899         Log: Subject: [PATCH] Chip didn't time travel.
5900              From: abigail@foad.org
5901              Date: Mon, 15 Apr 2002 17:40:22 +0200
5902              Message-Id: <20020415154022.1554.qmail@foad.org>
5903      Branch: perl
5904            ! pod/perlhist.pod
5905 ____________________________________________________________________________
5906 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
5907         Log: Update Changes.
5908      Branch: perl
5909            ! Changes patchlevel.h
5910 ____________________________________________________________________________
5911 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
5912         Log: The #15921 made the 'no warnings' unnecessary.
5913      Branch: perl
5914            ! t/op/magic.t
5915 ____________________________________________________________________________
5916 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
5917         Log: Subject: Re: [FILE] FileCache.t
5918              From: belg4mit <belg4mit@mit.edu>
5919              Date: Mon, 15 Apr 2002 01:31:21 -0400
5920              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
5921      Branch: perl
5922            ! lib/FileCache.t
5923 ____________________________________________________________________________
5924 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
5925         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
5926      Branch: perl
5927            ! lib/FileCache.pm lib/FileCache.t
5928 ____________________________________________________________________________
5929 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
5930         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
5931              From: Nicholas Clark <nick@unfortu.net>
5932              Date: Sun, 14 Apr 2002 22:54:43 +0100
5933              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
5934      Branch: perl
5935            ! lib/Hash/Util.t
5936 ____________________________________________________________________________
5937 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
5938         Log: Subject: [Encode] 1.40 released!
5939              From: Dan Kogai <dankogai@dan.co.jp>
5940              Date: Mon, 15 Apr 2002 07:51:52 +0900
5941              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
5942      Branch: perl
5943            + ext/Encode/Encode/ConfigLocal_PM.e2x
5944            + ext/Encode/lib/Encode/JP/JIS7.pm
5945            - ext/Encode/lib/Encode/JP/2022_JP.pm
5946            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5947            - ext/Encode/lib/Encode/JP/JIS.pm
5948            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
5949            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5950            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
5951            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
5952            ! ext/Encode/lib/Encode/Config.pm
5953            ! ext/Encode/lib/Encode/Encoder.pm
5954            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5955            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
5956 ____________________________________________________________________________
5957 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
5958         Log: return undef is of questionable style.
5959      Branch: perl
5960            ! lib/Hash/Util.pm
5961 ____________________________________________________________________________
5962 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
5963         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
5964              From: mjd@plover.com
5965              Date: 15 Apr 2002 06:46:02 -0000
5966              Message-ID: <20020415064602.17052.qmail@plover.com>     
5967      Branch: perl
5968            ! t/op/magic.t
5969 ____________________________________________________________________________
5970 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
5971         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
5972              From: mjd@plover.com
5973              Date: 14 Apr 2002 22:30:17 -0000
5974              Message-ID: <20020414223017.17361.qmail@plover.com>
5975      Branch: perl
5976            ! t/op/re_tests
5977 ____________________________________________________________________________
5978 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
5979         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
5980              From: Mark-Jason Dominus <mjd@plover.com>
5981              Date: Mon, 15 Apr 2002 02:41:52 -0400
5982              Message-ID: <20020415064152.16958.qmail@plover.com>
5983      Branch: perl
5984            ! perl.c t/lib/warnings/toke
5985 ____________________________________________________________________________
5986 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
5987         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
5988              From: "Craig A. Berry" <craigberry@mac.com>
5989              Date: Sun, 14 Apr 2002 18:56:02 -0500
5990              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
5991      Branch: perl
5992            ! configure.com
5993 ____________________________________________________________________________
5994 [ 15919] By: nick                                  on 2002/04/15  06:14:25
5995         Log: Integrate mainline
5996      Branch: perlio
5997           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
5998           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
5999           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
6000 ____________________________________________________________________________
6001 [ 15918] By: ams                                   on 2002/04/15  04:25:48
6002         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
6003              From: Stas Bekman <stas@stason.org>
6004              Date: Mon, 15 Apr 2002 11:45:03 +0800
6005              Message-Id: <3CBA4CBF.9030306@stason.org>
6006      Branch: perl
6007            ! lib/Cwd.pm
6008 ____________________________________________________________________________
6009 [ 15917] By: ams                                   on 2002/04/15  04:21:14
6010         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
6011              From: Mark-Jason Dominus <mjd@plover.com>
6012              Date: Mon, 15 Apr 2002 00:30:26 -0400
6013              Message-Id: <20020415043026.11417.qmail@plover.com>
6014      Branch: perl
6015            ! perl.c t/lib/warnings/toke
6016 ____________________________________________________________________________
6017 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
6018         Log: Correct precedence problem in #15915
6019      Branch: perl
6020            ! lib/vars.pm
6021 ____________________________________________________________________________
6022 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
6023         Log: use vars wasn't use utf8 aware.
6024      Branch: perl
6025            ! lib/vars.pm
6026 ____________________________________________________________________________
6027 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
6028         Log: Subject: [PATCH] Re: restricted hashes are unblessable
6029              From: Nicholas Clark <nick@unfortu.net>
6030              Date: Sat, 13 Apr 2002 23:43:02 +0100
6031              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
6032              
6033              The function name sucks but can't think of anything better.
6034      Branch: perl
6035            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
6036 ____________________________________________________________________________
6037 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
6038         Log: Subject: AUTHORS update
6039              From: Chris Nandor <pudge@pobox.com>
6040              Date: Sun, 14 Apr 2002 11:54:40 -0400
6041              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
6042      Branch: perl
6043            ! AUTHORS
6044 ____________________________________________________________________________
6045 [ 15912] By: nick                                  on 2002/04/14  14:47:18
6046         Log: XS versions of encode/decode for Encode::Unicode
6047      Branch: perlio
6048            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
6049 ____________________________________________________________________________
6050 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
6051         Log: metaconfig unit changes for #15910.
6052      Branch: metaconfig
6053            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6054            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6055            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6056            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6057            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6058            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6059            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6060            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6061            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6062            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6063            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6064            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6065            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6066            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6067            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6068            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6069            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6070            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6071            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6072            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6073            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6074            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6075            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6076            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6077 ____________________________________________________________________________
6078 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
6079         Log: Simplify the _r probing code by adding the i_systime
6080              only for the APIs where it matters.
6081      Branch: perl
6082            ! Configure reentr.pl
6083 ____________________________________________________________________________
6084 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
6085         Log: Integrate perlio;
6086              
6087              Avoid expensive paranoid check that decoder does return legal UTF-8
6088              
6089              Disable test code (assertions) in CRLF layer.
6090      Branch: perl
6091           !> ext/Encode/Encode.xs perlio.c
6092 ____________________________________________________________________________
6093 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
6094         Log: Subject: patch for FileCache in 5.7.3
6095              From: JPIERCE <belg4mit@MIT.EDU>
6096              Date: Sun, 14 Apr 2002 00:38:21 -0400
6097              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
6098      Branch: perl
6099            ! lib/FileCache.pm
6100 ____________________________________________________________________________
6101 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
6102         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
6103              From: Tim Bunce <Tim.Bunce@pobox.com>
6104              Date: Sun, 14 Apr 2002 12:07:35 +0100
6105              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
6106      Branch: perl
6107            ! ext/Storable/Storable.xs
6108 ____________________________________________________________________________
6109 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
6110         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
6111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6112              Date: Sun, 14 Apr 2002 16:29:59 +0200
6113              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
6114      Branch: perl
6115            ! hints/hpux.sh
6116 ____________________________________________________________________________
6117 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
6118         Log: Subject: Enable portable gcc code on hp-ux
6119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6120              Date: Sun, 14 Apr 2002 16:30:01 +0200
6121              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
6122      Branch: perl
6123            ! hints/hpux.sh
6124 ____________________________________________________________________________
6125 [ 15904] By: nick                                  on 2002/04/14  09:18:01
6126         Log: Disable test code (assertions) in CRLF layer.
6127      Branch: perlio
6128            ! perlio.c
6129 ____________________________________________________________________________
6130 [ 15903] By: nick                                  on 2002/04/14  09:16:39
6131         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
6132      Branch: perlio
6133            ! ext/Encode/Encode.xs
6134 ____________________________________________________________________________
6135 [ 15902] By: nick                                  on 2002/04/14  09:15:45
6136         Log: Integrate mainline
6137      Branch: perlio
6138           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
6139           +> t/win32/longpath.t t/win32/system.t
6140            - t/op/winsystem.t
6141           !> (integrate 30 files)
6142 ____________________________________________________________________________
6143 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
6144         Log: Fixed URL for the Alpha editor.
6145      Branch: perl
6146            ! pod/perlfaq3.pod
6147 ____________________________________________________________________________
6148 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
6149         Log: Dedodgify.
6150      Branch: perl
6151            ! ext/Storable/Storable.xs
6152 ____________________________________________________________________________
6153 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
6154         Log: AUTHORS updates.
6155      Branch: perl
6156            ! AUTHORS
6157 ____________________________________________________________________________
6158 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
6159         Log: s2p needs Config.pm.
6160      Branch: perl
6161            ! Makefile.SH
6162 ____________________________________________________________________________
6163 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
6164         Log: Subject: [PATCH] Benchmark.t 75,90,109
6165              From: Nicholas Clark <nick@unfortu.net>
6166              Date: Sat, 13 Apr 2002 21:43:04 +0100
6167              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
6168      Branch: perl
6169            ! lib/Benchmark.t
6170 ____________________________________________________________________________
6171 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
6172         Log: Tweaks by Autrijus Tang.
6173      Branch: perl
6174            ! ext/Encode/encoding.pm
6175 ____________________________________________________________________________
6176 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
6177         Log: FAQ sync.
6178      Branch: perl
6179            ! pod/perlfaq5.pod
6180 ____________________________________________________________________________
6181 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
6182         Log: z/OS tally update.
6183      Branch: perl
6184            ! pod/perldelta.pod
6185 ____________________________________________________________________________
6186 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
6187         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
6188              From: Nicholas Clark <nick@unfortu.net>
6189              Date: Sat, 13 Apr 2002 02:58:07 +0100
6190              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
6191      Branch: perl
6192            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
6193            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
6194            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
6195            ! t/lib/st-dump.pl
6196 ____________________________________________________________________________
6197 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
6198         Log: Add piconv and enc2xs to the list of utilities.
6199      Branch: perl
6200            ! utils.lst
6201 ____________________________________________________________________________
6202 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
6203         Log: s.
6204      Branch: perl
6205            ! pod/perlunicode.pod
6206 ____________________________________________________________________________
6207 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
6208         Log: Phrasing fixes by Nick Clark
6209      Branch: perl
6210            ! pod/perlunicode.pod
6211 ____________________________________________________________________________
6212 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
6213         Log: More POD fixes and typos
6214      Branch: perl
6215            ! pod/perlunicode.pod
6216 ____________________________________________________________________________
6217 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
6218         Log: Subject: Re: UTF-8 and DB_File ?
6219              From: andreas.koenig@anima.de (Andreas J. Koenig)
6220              Date: Sat, 13 Apr 2002 13:29:41 +0200
6221              Message-ID: <m3ads7j0pm.fsf@anima.de>
6222      Branch: perl
6223            ! pod/perlunicode.pod
6224 ____________________________________________________________________________
6225 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
6226         Log: Fix a typo noticed by Paul Johnson.
6227      Branch: perl
6228            ! MANIFEST
6229 ____________________________________________________________________________
6230 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
6231         Log: Subject: Re: Win32 Status
6232              From: Michael G Schwern <schwern@pobox.com>
6233              Date: Fri, 12 Apr 2002 10:15:33 -0400
6234              Message-ID: <20020412141533.GB9788@blackrider>
6235      Branch: perl
6236            ! lib/ExtUtils/t/INST.t
6237 ____________________________________________________________________________
6238 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
6239         Log: Upgrade to Encode 1.34, from Dan Kogai.
6240      Branch: perl
6241            ! ext/Encode/Changes ext/Encode/Encode.pm
6242            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6243            ! ext/Encode/t/Unicode.t
6244 ____________________________________________________________________________
6245 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
6246         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
6247              From: Graham TerMarsch <graham@howlingfrog.com>
6248              Date: Fri, 12 Apr 2002 12:28:47 -0700
6249              Message-Id: <200204121228.47826.graham@howlingfrog.com>
6250      Branch: perl
6251            ! AUTHORS
6252 ____________________________________________________________________________
6253 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
6254         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
6255              From: Nicholas Clark <nick@unfortu.net>
6256              Date: Fri, 12 Apr 2002 21:59:06 +0100
6257              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
6258      Branch: perl
6259            ! pp_pack.c t/op/pack.t
6260 ____________________________________________________________________________
6261 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
6262         Log: Re-sort MANIFEST.
6263      Branch: perl
6264            ! MANIFEST
6265 ____________________________________________________________________________
6266 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
6267         Log: Move also the Win32 system testing to t/win32.
6268      Branch: perl
6269            + t/win32/system.t
6270            - t/op/winsystem.t
6271            ! MANIFEST
6272 ____________________________________________________________________________
6273 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
6274         Log: Integrate change #15879 from maint-5.6;
6275              
6276              Win32::GetLongPathName() did not return valid results if there
6277              were "." and ".." components in the path; also fix a potential
6278              buffer overflow if the long path happens to be longer than
6279              MAX_PATH (this can presumably happen if they use \\?\... style
6280              paths); add a rather limited testsuite that exercises just the
6281              edge cases
6282      Branch: perl
6283           +> t/win32/longpath.t
6284           !> MANIFEST t/harness win32/win32.c
6285 ____________________________________________________________________________
6286 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
6287         Log: Win32::GetLongPathName() did not return valid results if there
6288              were "." and ".." components in the path; also fix a potential
6289              buffer overflow if the long path happens to be longer than
6290              MAX_PATH (this can presumably happen if they use \\?\... style
6291              paths); add a rather limited testsuite that exercises just the
6292              edge cases
6293      Branch: maint-5.6/perl
6294            + t/win32/longpath.t
6295            ! MANIFEST t/harness win32/win32.c
6296 ____________________________________________________________________________
6297 [ 15878] By: nick                                  on 2002/04/12  14:38:32
6298         Log: Integrate mainline
6299      Branch: perlio
6300           +> lib/ExtUtils/t/INST_PREFIX.t
6301           !> (integrate 37 files)
6302 ____________________________________________________________________________
6303 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
6304         Log: Update Changes.
6305      Branch: perl
6306            ! Changes patchlevel.h
6307 ____________________________________________________________________________
6308 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
6309         Log: Discuss the magic of \w in security terms.
6310      Branch: perl
6311            ! pod/perlsec.pod pod/perlunicode.pod
6312 ____________________________________________________________________________
6313 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
6314         Log: Add a warning about the symbolic methods and
6315              symbolic sub refs not being checked for taint.
6316      Branch: perl
6317            ! pod/perlsec.pod
6318 ____________________________________________________________________________
6319 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
6320         Log: In EBCDIC the BOM detection doesn't seem
6321              to be working right.  For now skipping the test,
6322              waiting for Dan's opinion.
6323      Branch: perl
6324            ! ext/Encode/t/Unicode.t
6325 ____________________________________________________________________________
6326 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
6327         Log: Update to Net::Ping 2.16.
6328      Branch: perl
6329            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6330 ____________________________________________________________________________
6331 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
6332         Log: Upgrade to CGI.pm 2.81.
6333      Branch: perl
6334            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
6335 ____________________________________________________________________________
6336 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
6337         Log: Move up restricted hashes a bit.
6338      Branch: perl
6339            ! pod/perldelta.pod
6340 ____________________________________________________________________________
6341 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
6342         Log: Now using Unicode 3.2.0.
6343      Branch: perl
6344            ! pod/perldelta.pod
6345 ____________________________________________________________________________
6346 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
6347         Log: UNICOS too has sockpair issues (unsurprisingly,
6348              since UNICOS/mk has them too)
6349      Branch: perl
6350            ! ext/Socket/socketpair.t
6351 ____________________________________________________________________________
6352 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
6353         Log: FAQ patch from mjd regarding Tie::File.
6354      Branch: perl
6355            ! pod/perlfaq5.pod
6356 ____________________________________________________________________________
6357 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
6358         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
6359              consider using the NamesList.
6360      Branch: perl
6361            ! lib/charnames.pm lib/charnames.t
6362 ____________________________________________________________________________
6363 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
6364         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
6365              From: "Craig A. Berry" <craigberry@mac.com>
6366              Date: Thu, 11 Apr 2002 13:47:21 -0500
6367              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
6368      Branch: perl
6369            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6370 ____________________________________________________________________________
6371 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
6372         Log: More NT Unicode information from Jan Dubois.
6373      Branch: perl
6374            ! pod/perltodo.pod
6375 ____________________________________________________________________________
6376 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
6377         Log: Add one perltodo item (and move bunch of them to better spot),
6378              add sysopen() to "Functions for filehandles, files, or directories".
6379      Branch: perl
6380            ! pod/perlfunc.pod pod/perltodo.pod
6381 ____________________________________________________________________________
6382 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
6383         Log: Prettyprinting: shorten the lines to avoid linewrapping.
6384      Branch: perl
6385            ! t/TEST
6386 ____________________________________________________________________________
6387 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
6388         Log: Also NEC SUPER-UX has buggy sockpair().
6389      Branch: perl
6390            ! ext/Socket/socketpair.t
6391 ____________________________________________________________________________
6392 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
6393         Log: dTHX works on its own just fine.
6394      Branch: perl
6395            ! ext/DynaLoader/dl_aix.xs
6396 ____________________________________________________________________________
6397 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
6398         Log: Must hold off building s2p until there's a miniperl.
6399      Branch: perl
6400            ! Makefile.SH
6401 ____________________________________________________________________________
6402 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
6403         Log: AIX: strerror_r() needs dTHX.
6404      Branch: perl
6405            ! ext/DynaLoader/dl_aix.xs
6406 ____________________________________________________________________________
6407 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
6408         Log: Extracting the s2p may require the right dynlibpath.
6409      Branch: perl
6410            ! Makefile.SH
6411 ____________________________________________________________________________
6412 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
6413         Log: Doc tweaks.
6414      Branch: perl
6415            ! ext/Time/HiRes/HiRes.pm
6416 ____________________________________________________________________________
6417 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
6418         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
6419              From: Michael G Schwern <schwern@pobox.com>
6420              Date: Thu, 11 Apr 2002 01:25:26 -0400
6421              Message-ID: <20020411052525.GA17038@blackrider>
6422      Branch: perl
6423            + lib/ExtUtils/t/INST_PREFIX.t
6424            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
6425            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6426            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6427            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
6428            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6429            ! lib/ExtUtils/t/prefixify.t
6430 ____________________________________________________________________________
6431 [ 15855] By: nick                                  on 2002/04/11  06:26:44
6432         Log: Integrate mainline
6433      Branch: perlio
6434           !> (integrate 42 files)
6435 ____________________________________________________________________________
6436 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
6437         Log: Unused variables.
6438      Branch: perl
6439            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6440 ____________________________________________________________________________
6441 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
6442         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
6443              From: Ilya Martynov <ilya@martynov.org>
6444              Date: 11 Apr 2002 03:21:17 +0400
6445              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
6446      Branch: perl
6447            ! lib/Term/ReadLine.pm
6448 ____________________________________________________________________________
6449 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
6450         Log: Upgrade to Encode 1.33, from Dan Kogai.
6451      Branch: perl
6452            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6453            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
6454            ! ext/Encode/lib/Encode/Supported.pod
6455            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
6456            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
6457            ! ext/Encode/ucm/adobeSymbol.ucm
6458            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6459 ____________________________________________________________________________
6460 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
6461         Log: Backward portability from Dan Kogai.
6462      Branch: perl
6463            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6464            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
6465            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6466            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6467            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
6468            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6469            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6470            ! ext/Storable/t/utf8.t
6471 ____________________________________________________________________________
6472 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
6473         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
6474              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
6475              bug in B::walkoptree still to be fixed.
6476      Branch: perl
6477            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
6478 ____________________________________________________________________________
6479 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
6480         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
6481              From: Philip Newton <Philip.Newton@gmx.net>
6482              Date: Wed, 10 Apr 2002 21:29:58 +0200
6483              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
6484      Branch: perl
6485            ! pod/perldelta.pod
6486 ____________________________________________________________________________
6487 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
6488         Log: Integrate perlio;
6489              
6490              Add a \t to Win32 pm_to_blib $(TOUCH) line.
6491      Branch: perl
6492           !> lib/ExtUtils/MM_Win32.pm
6493 ____________________________________________________________________________
6494 [ 15847] By: nick                                  on 2002/04/10  13:08:29
6495         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
6496      Branch: perlio
6497            ! lib/ExtUtils/MM_Win32.pm
6498 ____________________________________________________________________________
6499 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
6500         Log: Try to fool old AIX when threading, from Merijn.
6501      Branch: perl
6502            ! perl.h
6503 ____________________________________________________________________________
6504 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
6505         Log: Update Changes.
6506      Branch: perl
6507            ! Changes patchlevel.h
6508 ____________________________________________________________________________
6509 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
6510         Log: Welcome to the 5.7.3.
6511      Branch: perl
6512            ! NetWare/Makefile win32/Makefile
6513 ____________________________________________________________________________
6514 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
6515         Log: Make x2p/s2p part of the test_prep target now that we
6516              have a test for it.
6517      Branch: perl
6518            ! Makefile.SH
6519 ____________________________________________________________________________
6520 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
6521         Log: Integrate perlio.
6522              
6523              We have been 5.7.3 for a while - install there ...
6524      Branch: perl
6525           !> win32/makefile.mk
6526 ____________________________________________________________________________
6527 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
6528         Log: SImilarly to old HP-UX, in old AIX too including
6529              crypt.h leads into trouble.  (from Merijn)
6530      Branch: perl
6531            ! hints/aix.sh
6532 ____________________________________________________________________________
6533 [ 15840] By: nick                                  on 2002/04/10  10:04:19
6534         Log: We have been 5.7.3 for a while - install there ...
6535      Branch: perlio
6536            ! win32/makefile.mk
6537 ____________________________________________________________________________
6538 [ 15839] By: nick                                  on 2002/04/10  10:03:46
6539         Log: Intgrate mainline
6540      Branch: perlio
6541           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
6542            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6543            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
6544           !> (integrate 40 files)
6545 ____________________________________________________________________________
6546 [ 15838] By: ams                                   on 2002/04/10  04:16:45
6547         Log: Subject: [PATCH] ext/attrs.t getting skipped
6548              From: "Craig A. Berry" <craigberry@mac.com>
6549              Date: Tue, 9 Apr 2002 23:58:49 -0500
6550              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
6551      Branch: perl
6552            ! t/TEST
6553 ____________________________________________________________________________
6554 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
6555         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
6556              From: Michael G Schwern <schwern@pobox.com>
6557              Date: Tue, 9 Apr 2002 20:52:55 -0400
6558              Message-ID: <20020410005254.GI8954@blackrider>
6559      Branch: perl
6560            ! t/op/sub_lval.t
6561 ____________________________________________________________________________
6562 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
6563         Log: Undo accident in #15385.
6564      Branch: metaconfig/U/perl
6565            ! Extensions.U
6566 ____________________________________________________________________________
6567 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
6568         Log: Retract the UTF-8 filenames patch.  This may be
6569              better dealt with in Perl level, a la File::Spec
6570              (since the whole mess is strongly filesystem-specific).
6571      Branch: metaconfig/U/perl
6572            + usecjk.U
6573            ! Extensions.U
6574      Branch: perl
6575            - ext/File/Glob/t/utf8.t
6576            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6577            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6578            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6579            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6580            ! t/op/readdir.t
6581 ____________________________________________________________________________
6582 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
6583         Log: Upgrade to Encode 1.32, from Dan Kogai.
6584      Branch: perl
6585            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
6586            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6587            - ext/Encode/ucm/macGurmukhi.ucm
6588            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6589            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
6590            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
6591            ! ext/Encode/lib/Encode/Encoder.pm
6592            ! ext/Encode/lib/Encode/Supported.pod
6593            ! ext/Encode/lib/Encode/Unicode.pm
6594            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
6595            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6596 ____________________________________________________________________________
6597 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
6598         Log: Add tests for s2p/psed, from Wolfgang Laun.
6599      Branch: perl
6600            + t/x2p/s2p.t
6601            ! MANIFEST t/TEST
6602 ____________________________________________________________________________
6603 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
6604         Log: FAQ sync.
6605      Branch: perl
6606            ! pod/perlfaq2.pod pod/perlfaq3.pod
6607 ____________________________________________________________________________
6608 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
6609         Log: Remove false dependency between getgrent and setpwent
6610              having/not having FILE**.  Also make the names of the
6611              {set,get,end}* interface struct members a bit shorter.
6612      Branch: perl
6613            ! reentr.c reentr.h reentr.pl
6614 ____________________________________________________________________________
6615 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
6616         Log: Avoid bad prototypes.
6617      Branch: perl
6618            ! hints/hpux.sh
6619 ____________________________________________________________________________
6620 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
6621         Log: metaconfig unit change for #15828.
6622      Branch: metaconfig
6623            ! U/protos/Protochk.U
6624 ____________________________________________________________________________
6625 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
6626         Log: As Merijn points out, pthread.h really needs to be known
6627              by protochk.
6628      Branch: perl
6629            ! Configure
6630 ____________________________________________________________________________
6631 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
6632         Log: Integrate perlio;
6633              
6634              Patch up Encode for Tk
6635      Branch: perl
6636           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6637           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6638 ____________________________________________________________________________
6639 [ 15826] By: nick                                  on 2002/04/09  12:38:25
6640         Log: Patch up Encode for Tk
6641      Branch: perlio
6642            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6643            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6644 ____________________________________________________________________________
6645 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
6646         Log: Portability tweak.
6647      Branch: perl
6648            ! lib/File/CheckTree.t
6649 ____________________________________________________________________________
6650 [ 15824] By: sky                                   on 2002/04/09  10:51:07
6651         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
6652              From: Abigail <abigail@osp.nl>
6653              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
6654              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
6655      Branch: perl
6656            ! pod/perlhist.pod
6657 ____________________________________________________________________________
6658 [ 15823] By: nick                                  on 2002/04/09  08:17:59
6659         Log: Integrate mainline
6660      Branch: perlio
6661           +> ext/Encode/lib/Encode/Config.pm
6662           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6663           !> (integrate 37 files)
6664 ____________________________________________________________________________
6665 [ 15822] By: ams                                   on 2002/04/09  06:43:50
6666         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
6667              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6668              Date: Tue, 09 Apr 2002 02:00:51 -0400
6669              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
6670      Branch: perl
6671            ! lib/File/CheckTree.pm
6672 ____________________________________________________________________________
6673 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
6674         Log: Small perldelta tweaks.
6675      Branch: perl
6676            ! pod/perldelta.pod
6677 ____________________________________________________________________________
6678 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
6679         Log: File::Checktree update from Paul Grassie.
6680      Branch: perl
6681            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6682 ____________________________________________________________________________
6683 [ 15819] By: ams                                   on 2002/04/08  22:43:48
6684         Log: Subject: patch against t/op/sub_lval.t
6685              From: Jim Cromie <jcromie@divsol.com>
6686              Date: Mon, 08 Apr 2002 17:38:16 -0600
6687              Message-Id: <3CB229E8.9080500@divsol.com>
6688      Branch: perl
6689            ! t/op/sub_lval.t
6690 ____________________________________________________________________________
6691 [ 15818] By: ams                                   on 2002/04/08  22:40:16
6692         Log: Humbly pay homage to the redundancy gods.
6693      Branch: perl
6694            ! mg.c
6695 ____________________________________________________________________________
6696 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
6697         Log: metaconfig mirror #15816.
6698      Branch: metaconfig
6699            ! U/modified/Unix.U
6700 ____________________________________________________________________________
6701 [ 15816] By: ams                                   on 2002/04/08  22:18:32
6702         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
6703      Branch: perl
6704            ! Porting/Glossary
6705 ____________________________________________________________________________
6706 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
6707         Log: Small piconv tweaks (sent to Dan).
6708      Branch: perl
6709            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
6710            ! ext/Encode/lib/Encode/Alias.pm
6711 ____________________________________________________________________________
6712 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
6713         Log: Update Changes.
6714      Branch: perl
6715            ! Changes patchlevel.h
6716 ____________________________________________________________________________
6717 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
6718         Log: FAQ sync.  (Ignoring the few URL differences for now.)
6719      Branch: perl
6720            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6721            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6722            ! pod/perlfaq7.pod pod/perlfaq9.pod
6723 ____________________________________________________________________________
6724 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
6725         Log: Upgrade to Encode 1.31, from Dan Kogai.
6726      Branch: perl
6727            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
6728            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6729            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
6730            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6731 ____________________________________________________________________________
6732 [ 15811] By: ams                                   on 2002/04/08  17:00:37
6733         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
6734              From: Andy Dougherty <doughera@lafayette.edu>
6735              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
6736              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
6737      Branch: perl
6738            ! lib/sort.t pp_sort.c
6739 ____________________________________________________________________________
6740 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
6741         Log: metaconfig unit changes for #15809.
6742      Branch: metaconfig
6743            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
6744 ____________________________________________________________________________
6745 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
6746         Log: Mirroring #15806.
6747      Branch: perl
6748            ! Porting/Glossary Porting/config.sh Porting/config_H
6749 ____________________________________________________________________________
6750 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
6751         Log: metaconfig unit changes for #15807.
6752      Branch: metaconfig
6753            ! U/protos/Protochk.U U/threads/d_asctime_r.U
6754            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
6755            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
6756            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
6757            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
6758            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
6759            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
6760            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
6761            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
6762            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
6763            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
6764            ! U/threads/d_getprotobyname_r.U
6765            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6766            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6767            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6768            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6769            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6770            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6771            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6772            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6773            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6774            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6775            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6776            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6777            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6778            ! U/threads/i_pthread.U
6779      Branch: perl
6780            ! config_h.SH
6781 ____________________________________________________________________________
6782 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
6783         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
6784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6785              Date: Mon, 08 Apr 2002 14:34:27 +0200
6786              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
6787      Branch: perl
6788            ! Configure hints/hpux.sh reentr.pl
6789 ____________________________________________________________________________
6790 [ 15806] By: ams                                   on 2002/04/08  13:50:43
6791         Log: Subject: [PATCH] Updates to Porting/Glossary
6792              From: Paul_GreenVOS@vos.stratus.com
6793              Date: Mon, 8 Apr 02 10:44 edt
6794              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
6795      Branch: perl
6796            ! Porting/Glossary
6797 ____________________________________________________________________________
6798 [ 15805] By: ams                                   on 2002/04/08  13:47:32
6799         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
6800              coredumps on startup)
6801              From: Michael G Schwern <schwern@pobox.com>
6802              Date: Mon, 8 Apr 2002 10:34:49 -0400
6803              Message-Id: <20020408143449.GB3245@blackrider>
6804      Branch: perl
6805            ! lib/ExtUtils/MM_Unix.pm
6806 ____________________________________________________________________________
6807 [ 15804] By: ams                                   on 2002/04/08  13:29:28
6808         Log: Subject: [PATCH] example in pod/perllexwarn.pod
6809              From: Slaven Rezic <slaven.rezic@berlin.de>
6810              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
6811              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
6812      Branch: perl
6813            ! pod/perllexwarn.pod
6814 ____________________________________________________________________________
6815 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
6816         Log: Upgrade to Encode 1.30, from Dan Kogai. 
6817      Branch: perl
6818            + ext/Encode/lib/Encode/Encoder.pm
6819            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6820            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
6821            ! ext/Encode/lib/Encode/Supported.pod
6822            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6823            ! ext/Encode/t/grow.t
6824 ____________________________________________________________________________
6825 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
6826         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
6827              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6828              Date: Mon, 08 Apr 2002 01:08:40 +0100
6829              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
6830      Branch: perl
6831            ! ext/MIME/Base64/t/base64.t
6832 ____________________________________________________________________________
6833 [ 15801] By: nick                                  on 2002/04/08  07:28:27
6834         Log: Integrate mainline
6835      Branch: perlio
6836           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
6837           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
6838           +> ext/File/Glob/t/utf8.t
6839           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6840           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6841           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6842            - ext/Encode/lib/Encode/10646_1.pm
6843            - ext/Encode/lib/Encode/Internal.pm
6844            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6845            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
6846            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
6847            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
6848            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
6849            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
6850            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
6851           !> (integrate 157 files)
6852 ____________________________________________________________________________
6853 [ 15800] By: ams                                   on 2002/04/08  07:06:21
6854         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
6855              From: Jan Dubois <JanD@ActiveState.com>
6856              Date: Mon, 08 Apr 2002 00:10:39 -0700
6857              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
6858      Branch: perl
6859            ! lib/ExtUtils/Packlist.pm
6860 ____________________________________________________________________________
6861 [ 15799] By: ams                                   on 2002/04/08  04:50:36
6862         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
6863              From: Stas Bekman <stas@stason.org>
6864              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
6865              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
6866      Branch: perl
6867            ! pod/perlguts.pod
6868 ____________________________________________________________________________
6869 [ 15798] By: ams                                   on 2002/04/08  03:56:52
6870         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
6871      Branch: perl
6872            ! util.c
6873 ____________________________________________________________________________
6874 [ 15797] By: ams                                   on 2002/04/08  01:30:38
6875         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
6876              same line of code. (As suggested by Simon Cozens.)
6877      Branch: perl
6878            ! mg.c
6879 ____________________________________________________________________________
6880 [ 15796] By: ams                                   on 2002/04/08  01:27:24
6881         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
6882              Simon Cozens.
6883      Branch: perl
6884            ! embed.fnc util.c
6885 ____________________________________________________________________________
6886 [ 15795] By: ams                                   on 2002/04/08  01:05:16
6887         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
6888              From: Tom Brown <thecap@peach.ece.utexas.edu>
6889              Date: Sun, 07 Apr 2002 23:20:05 GMT
6890              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
6891      Branch: perl
6892            ! ext/Devel/DProf/DProf.xs
6893 ____________________________________________________________________________
6894 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
6895         Log: Retract #15793 since #15775 should fix the problem.
6896      Branch: perl
6897            ! hv.c
6898 ____________________________________________________________________________
6899 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
6900         Log: (Retracted by #15794)
6901              Subject: [PATCH] hv.c
6902              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6903              Date: Sun, 7 Apr 2002 14:25:48 +0200
6904              Message-ID: <3CB056EC.16340.1119992@localhost>
6905      Branch: perl
6906            ! hv.c
6907 ____________________________________________________________________________
6908 [ 15792] By: ams                                   on 2002/04/07  21:48:49
6909         Log: Make other nits nervous.
6910      Branch: perl
6911            ! gv.c perl.c
6912 ____________________________________________________________________________
6913 [ 15791] By: ams                                   on 2002/04/07  20:31:08
6914         Log: Subject: [MIME::Base64 patch] t/base64.t fix
6915              From: Dan Kogai <dankogai@dan.co.jp>
6916              Date: Mon, 8 Apr 2002 06:19:29 +0900
6917              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
6918      Branch: perl
6919            ! ext/MIME/Base64/t/base64.t
6920 ____________________________________________________________________________
6921 [ 15790] By: ams                                   on 2002/04/07  20:15:52
6922         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
6923              From: Slaven Rezic <slaven.rezic@berlin.de>
6924              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
6925              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
6926      Branch: perl
6927            ! ext/Devel/Peek/Peek.xs
6928 ____________________________________________________________________________
6929 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
6930         Log: Fully qualify in warning message the name of a subroutine redefined
6931              via glob assignment
6932      Branch: perl
6933            ! sv.c t/lib/warnings/op t/lib/warnings/sv
6934 ____________________________________________________________________________
6935 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
6936         Log: Update from Dan Kogai.
6937      Branch: perl
6938            ! ext/Encode/t/Unicode.t
6939 ____________________________________________________________________________
6940 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
6941         Log: Can't right now twist my brain to figure out
6942              the right CR/LF code point mappings in EBCDIC.
6943      Branch: perl
6944            ! lib/Pod/t/eol.t
6945 ____________________________________________________________________________
6946 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
6947         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
6948              From: Nicholas Clark <nick@ccl4.org>
6949              Date: Sun, 7 Apr 2002 15:01:56 +0100
6950              Message-ID: <20020407150156.R10686@plum.flirble.org>
6951      Branch: perl
6952            ! ext/Data/Dumper/Dumper.xs
6953 ____________________________________________________________________________
6954 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
6955         Log: Tpyo.
6956      Branch: perl
6957            ! lib/Pod/t/eol.t
6958 ____________________________________________________________________________
6959 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
6960         Log: EBCDIC branch was forgotten.
6961      Branch: perl
6962            ! ext/Devel/Peek/Peek.t
6963 ____________________________________________________________________________
6964 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
6965         Log: charnames::viacode() was broken, noticed by Jeffrey.
6966      Branch: perl
6967            ! lib/charnames.pm lib/charnames.t
6968 ____________________________________________________________________________
6969 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
6970         Log: Missing files.
6971      Branch: perl
6972            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
6973            ! MANIFEST ext/Encode/MANIFEST
6974 ____________________________________________________________________________
6975 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
6976         Log: (intentionally empty)
6977      Branch: perl
6978            ! MANIFEST sv.h
6979 ____________________________________________________________________________
6980 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
6981         Log: Upgrade to Encode 1.26, from Dan Kogai.
6982      Branch: perl
6983            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
6984            + ext/Encode/ucm/jis0212.ucm
6985            - ext/Encode/lib/Encode/10646_1.pm
6986            - ext/Encode/lib/Encode/Internal.pm
6987            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6988            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
6989            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
6990            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
6991            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
6992            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
6993            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
6994            - ext/Encode/ucm/macRumanian.ucm
6995            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6996            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6997            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6998            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
6999            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7000            ! ext/Encode/lib/Encode/Encoding.pm
7001            ! ext/Encode/lib/Encode/Supported.pod
7002            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
7003            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
7004            ! ext/Encode/ucm/adobeSymbol.ucm
7005            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
7006            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
7007            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
7008            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
7009            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
7010            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
7011            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
7012            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
7013            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
7014            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
7015            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
7016            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
7017            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
7018            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
7019            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
7020            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
7021            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
7022            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
7023            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
7024            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
7025            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
7026            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
7027            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
7028            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
7029            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
7030            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
7031            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
7032            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
7033            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
7034            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
7035            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7036            ! ext/Encode/ucm/nextstep.ucm
7037 ____________________________________________________________________________
7038 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
7039         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
7040              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
7041              Now, where was my coffee mug...
7042      Branch: perl
7043            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
7044            ! pp_sys.c
7045 ____________________________________________________________________________
7046 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
7047         Log: Subject: [PATCH] MakeMaker basic.t on Win32
7048              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7049              Date: Sun, 7 Apr 2002 14:25:48 +0200
7050              Message-ID: <3CB056EC.27101.1119A3D@localhost>
7051              
7052              Subject: [PATCH] MakeMaker && Win32 && nmake
7053              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7054              Date: Sun, 7 Apr 2002 14:25:48 +0200
7055              Message-ID: <3CB056EC.9001.11199ED@localhost>
7056      Branch: perl
7057            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7058 ____________________________________________________________________________
7059 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
7060         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
7061              From: Philip Newton <Philip.Newton@gmx.net>
7062              Date: Sun, 07 Apr 2002 07:51:49 +0200      
7063              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
7064      Branch: perl
7065            ! utf8.c
7066 ____________________________________________________________________________
7067 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
7068         Log: There was no nice way of getting in UTF-8 filenames:
7069              now one can use in the (new) three-arg form of readdir()
7070              and in File::Glob import a ":utf8" to transparently accept
7071              the filenames as Unicode.  Note that only :utf8 is supported,
7072              not fancier stuff like :encoding(foobar)
7073      Branch: perl
7074            + ext/File/Glob/t/utf8.t
7075            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
7076            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
7077            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7078            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
7079            ! t/op/readdir.t
7080 ____________________________________________________________________________
7081 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
7082         Log: Subject: [PATCH] Re: perl@15772
7083              From: Nicholas Clark <nick@ccl4.org>
7084              Date: Sun, 7 Apr 2002 11:06:42 +0100
7085              Message-ID: <20020407110641.O10686@plum.flirble.org>
7086      Branch: perl
7087            ! hv.c
7088 ____________________________________________________________________________
7089 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
7090         Log: Subject: [PATCH] Re: 15764 breakage
7091              From: Michael G Schwern <schwern@pobox.com>
7092              Date: Sat, 6 Apr 2002 19:14:02 -0500
7093              Message-ID: <20020407001401.GA7076@blackrider>
7094      Branch: perl
7095            ! lib/ExtUtils/MM_Unix.pm
7096 ____________________________________________________________________________
7097 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
7098         Log: Instruction tweak.
7099      Branch: perl
7100            ! README.os390
7101 ____________________________________________________________________________
7102 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
7103         Log: Update Changes.
7104      Branch: perl
7105            ! Changes patchlevel.h
7106 ____________________________________________________________________________
7107 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
7108         Log: Subject: [PATCH] Encode tweaks for VMS
7109              From: Michael G Schwern <schwern@pobox.com>
7110              Date: Sat, 6 Apr 2002 03:26:09 -0500
7111              Message-ID: <20020406082609.GA28758@blackrider>
7112      Branch: perl
7113            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7114            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
7115            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7116            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7117 ____________________________________________________________________________
7118 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
7119         Log: Prettyprinting and version paranoia.
7120      Branch: perl
7121            ! ext/DB_File/t/db-recno.t
7122 ____________________________________________________________________________
7123 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
7124         Log: Be explicit about the two DB_File tests croaking
7125              in Mac OS X.
7126      Branch: perl
7127            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
7128 ____________________________________________________________________________
7129 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
7130         Log: Regen toc.
7131      Branch: perl
7132            ! pod/perltoc.pod
7133 ____________________________________________________________________________
7134 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
7135         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7136              From: Benjamin Goldberg <goldbb2@earthlink.net>
7137              Date: Fri, 05 Apr 2002 19:15:42 -0500
7138              Message-ID: <3CAE3E2E.8483505@earthlink.net>
7139      Branch: perl
7140            ! hv.h
7141 ____________________________________________________________________________
7142 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
7143         Log: Underline that the current implementation is not
7144              guaranteed to be forever; and reformat a bit.
7145      Branch: perl
7146            ! lib/utf8.pm
7147 ____________________________________________________________________________
7148 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
7149         Log: Subject: Weak spots in the utf8 manpage
7150              From: andreas.koenig@anima.de (Andreas J. Koenig)
7151              Date: Fri, 05 Apr 2002 10:08:44 +0200      
7152              Message-ID: <m3u1qqefeb.fsf@anima.de>      
7153      Branch: perl
7154            ! lib/utf8.pm
7155 ____________________________________________________________________________
7156 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
7157         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
7158              From: Michael G Schwern <schwern@pobox.com>
7159              Date: Sat, 6 Apr 2002 03:22:03 -0500
7160              Message-ID: <20020406082203.GA28713@blackrider>
7161      Branch: perl
7162            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7163            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7164            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
7165            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7166            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
7167            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7168            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7169            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
7170            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
7171            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
7172 ____________________________________________________________________________
7173 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
7174         Log: No need to avoid utf8 warnings after #15762.
7175      Branch: perl
7176            ! lib/Unicode/Collate.pm
7177 ____________________________________________________________________________
7178 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
7179         Log: As noted by Philip Newton: nothing wrong with BOM,
7180              but 0xFFFE quite wrong.
7181      Branch: perl
7182            ! t/lib/warnings/utf8 utf8.c utf8.h
7183 ____________________________________________________________________________
7184 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
7185         Log: Explain the "gaps" in the UTF-8 encoding.
7186      Branch: perl
7187            ! pod/perlunicode.pod utf8.h
7188 ____________________________________________________________________________
7189 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
7190         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
7191              From: Nicholas Clark <nick@unfortu.net>
7192              Date: Sat, 6 Apr 2002 14:54:51 +0100
7193              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
7194      Branch: perl
7195            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7196 ____________________________________________________________________________
7197 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
7198         Log: Signedness nits.
7199      Branch: perl
7200            ! hv.c
7201 ____________________________________________________________________________
7202 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
7203         Log: Make hv_notallowed a static as suggested by Nick Clark;
7204              and synchronize the nomenclature to talk about restricted
7205              (not fixed) hashes.
7206      Branch: perl
7207            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
7208            ! proto.h
7209 ____________________________________________________________________________
7210 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
7211         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7212              From: Nicholas Clark <nick@unfortu.net>
7213              Date: Sat, 6 Apr 2002 00:21:17 +0100
7214              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
7215              
7216              (with the last one reversed)
7217      Branch: perl
7218            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
7219            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
7220 ____________________________________________________________________________
7221 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
7222         Log: Update the warning message.
7223      Branch: perl
7224            ! README.tru64
7225 ____________________________________________________________________________
7226 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
7227         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
7228              From: Dan Kogai <dankogai@dan.co.jp>
7229              Date: Sat, 6 Apr 2002 06:08:40 +0900
7230              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
7231      Branch: perl
7232            ! pod/perlunicode.pod
7233 ____________________________________________________________________________
7234 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
7235         Log: Some tests were failing silently instead of saying "not ok"
7236      Branch: perl
7237            ! t/comp/proto.t
7238 ____________________________________________________________________________
7239 [ 15753] By: nick                                  on 2002/04/05  19:30:12
7240         Log: Integrate mainline
7241      Branch: perlio
7242           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
7243           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
7244           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
7245 ____________________________________________________________________________
7246 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
7247         Log: Minor Tie::File test patch, from mjd.
7248      Branch: perl
7249            ! lib/Tie/File/t/24_cache_loop.t
7250 ____________________________________________________________________________
7251 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
7252         Log: Not *that* different line endings (noticed by Philip Newton)
7253      Branch: perl
7254            ! pod/perldelta.pod
7255 ____________________________________________________________________________
7256 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
7257         Log: Retract #15745 for now; won't work without more Encode fixes.
7258      Branch: perl
7259            ! ext/Encode/lib/Encode/10646_1.pm
7260 ____________________________________________________________________________
7261 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
7262         Log: metaconfig unit change for #15748.
7263      Branch: metaconfig
7264            ! U/modified/Oldconfig.U
7265 ____________________________________________________________________________
7266 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
7267         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
7268              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7269              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
7270              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
7271      Branch: perl
7272            ! Configure
7273 ____________________________________________________________________________
7274 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
7275         Log: NetWare update from C Aditya.
7276      Branch: perl
7277            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
7278 ____________________________________________________________________________
7279 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
7280         Log: Win32 pacifying from mjd.
7281      Branch: perl
7282            ! lib/Tie/File/t/26_twrite.t
7283 ____________________________________________________________________________
7284 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
7285         Log: Integrate perlio;
7286              
7287              Not only did UCS-2 have dodgy name it was buggy.
7288      Branch: perl
7289           !> ext/Encode/lib/Encode/10646_1.pm
7290 ____________________________________________________________________________
7291 [ 15744] By: nick                                  on 2002/04/05  13:02:36
7292         Log: Not only did UCS-2 have dodgy name it was buggy.
7293      Branch: perlio
7294            ! ext/Encode/lib/Encode/10646_1.pm
7295 ____________________________________________________________________________
7296 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
7297         Log: Subject: Patch for bug ID 20020221.007
7298              From: Archer Sully <archer@meer.net>
7299              Date: Thu, 4 Apr 2002 21:45:34 -0700
7300              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
7301              
7302              Fix for "[ID 20020221.007] SEGV in Storable with empty string
7303              scalar object" (dclone)
7304      Branch: perl
7305            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
7306 ____________________________________________________________________________
7307 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
7308         Log: Subject: Re: lib/sort.t failure 
7309              From: "John P. Linderman" <jpl@research.att.com>
7310              Date: Fri, 05 Apr 2002 06:19:07 -0500
7311              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
7312              
7313              with a minor formatting tweak
7314      Branch: perl
7315            ! pod/perlfunc.pod
7316 ____________________________________________________________________________
7317 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
7318         Log: Subject: Re: lib/sort.t failure (and [PATCH])
7319              From: "John P. Linderman" <jpl@research.att.com>
7320              Date: Fri, 05 Apr 2002 07:13:27 -0500
7321              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
7322      Branch: perl
7323            ! lib/sort.t
7324 ____________________________________________________________________________
7325 [ 15740] By: nick                                  on 2002/04/05  09:31:42
7326         Log: Integrate mainline
7327      Branch: perlio
7328           +> (branch 49 files)
7329           !> (integrate 82 files)
7330 ____________________________________________________________________________
7331 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
7332         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7333              From: Dan Kogai <dankogai@dan.co.jp>
7334              Date: Fri, 5 Apr 2002 11:52:50 +0900
7335              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
7336      Branch: perl
7337            ! ext/Encode/t/Aliases.t
7338 ____________________________________________________________________________
7339 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
7340         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7341              From: Dan Kogai <dankogai@dan.co.jp>
7342              Date: Fri, 5 Apr 2002 11:39:55 +0900
7343              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
7344      Branch: perl
7345            ! ext/Encode/lib/Encode/Alias.pm
7346 ____________________________________________________________________________
7347 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
7348         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
7349              From: Ilmari Karonen <iltzu@sci.fi>
7350              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
7351              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
7352      Branch: perl
7353            ! gv.c t/op/method.t
7354 ____________________________________________________________________________
7355 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
7356         Log: I was fooled for a while, somebody else might be too.
7357      Branch: perl
7358            ! t/test.pl
7359 ____________________________________________________________________________
7360 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
7361         Log: test.pl-ify.
7362      Branch: perl
7363            ! t/op/method.t
7364 ____________________________________________________________________________
7365 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
7366         Log: Upgrade to Encode 1.20, from Dan Kogai.
7367      Branch: perl
7368            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
7369            + ext/Encode/ucm/adobeSymbol.ucm
7370            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
7371            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
7372            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
7373            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
7374            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
7375            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
7376            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
7377            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
7378            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
7379            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
7380            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
7381            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
7382            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
7383            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
7384            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
7385            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
7386            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
7387            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
7388            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
7389            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
7390            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
7391            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
7392            + ext/Encode/ucm/macSymbol.ucm
7393            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7394            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
7395            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
7396            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
7397            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7398            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
7399            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7400            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7401            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
7402            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
7403            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
7404            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
7405            ! ext/Encode/lib/Encode/Alias.pm
7406            ! ext/Encode/lib/Encode/Supported.pod
7407            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7408            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
7409            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
7410            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
7411            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7412            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
7413            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
7414            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
7415            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
7416            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
7417            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7418            ! ext/Encode/ucm/nextstep.ucm
7419 ____________________________________________________________________________
7420 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
7421         Log: Subject: left-over "use 5.7.2" in threads.pm
7422              From: Slaven Rezic <slaven.rezic@berlin.de>
7423              Date: 21 Mar 2002 23:18:13 +0100
7424              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
7425      Branch: perl
7426            ! ext/threads/threads.pm
7427 ____________________________________________________________________________
7428 [ 15732] By: ams                                   on 2002/04/04  17:08:13
7429         Log: Subject: [PATCH 5.7.3 DOCS]
7430              From: mjd@plover.com
7431              Date: 4 Apr 2002 15:59:39 -0000
7432              Message-Id: <20020404155939.6754.qmail@plover.com>
7433      Branch: perl
7434            ! pod/perlfaq9.pod
7435 ____________________________________________________________________________
7436 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
7437         Log: metaconfig unit change for #15730.
7438      Branch: metaconfig
7439            ! U/threads/usethreads.U
7440 ____________________________________________________________________________
7441 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
7442         Log: Subject: Re: lib/sort.t failure [PATCH]
7443              From: Andy Dougherty <doughera@lafayette.edu>
7444              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
7445              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
7446              
7447              Default to usethreads in case the user most probably forgot it.
7448      Branch: perl
7449            ! Configure
7450 ____________________________________________________________________________
7451 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
7452         Log: Typo nits from Wolfgang Laun.
7453      Branch: perl
7454            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
7455 ____________________________________________________________________________
7456 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
7457         Log: Detypo in diagnostics.
7458      Branch: perl
7459            ! lib/locale.t
7460 ____________________________________________________________________________
7461 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
7462         Log: pod2html: try to be EOL agnostic.
7463              (Needs testing on CRLF and CR platforms.)
7464      Branch: perl
7465            + lib/Pod/t/eol.t
7466            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
7467 ____________________________________________________________________________
7468 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
7469         Log: Subject: [PATCH} Pod::HTML and HTML4
7470              From: Robert Spier <rspier@pobox.com>
7471              Date: Wed, 03 Apr 2002 16:26:21 -0800
7472              Message-ID: <3CAB9DAD.20305@pobox.com>
7473      Branch: perl
7474            ! lib/Pod/Html.pm
7475 ____________________________________________________________________________
7476 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
7477         Log: Byebye, beebee.
7478      Branch: perl
7479            ! t/lib/warnings/perlio
7480 ____________________________________________________________________________
7481 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
7482         Log: Subject: Re: enc2xs needs portable way to know it's in the core
7483              From: PPrymmer@factset.com
7484              Date: Wed, 3 Apr 2002 14:29:32 -0500
7485              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
7486      Branch: perl
7487            ! configure.com
7488 ____________________________________________________________________________
7489 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
7490         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
7491              From: Dominic Dunlop <domo@computer.org>
7492              Date: Wed, 3 Apr 2002 22:44:01 +0200
7493              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
7494      Branch: perl
7495            ! lib/File/Spec/t/rel2abs2rel.t
7496 ____________________________________________________________________________
7497 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
7498         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
7499              From: Paul_GreenVOS@vos.stratus.com
7500              Date: Wed, 3 Apr 02 16:34 est
7501              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
7502      Branch: perl
7503            ! pp_pack.c
7504 ____________________________________________________________________________
7505 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
7506         Log: Upgrade to Tie::File 0.93, from mjd.
7507      Branch: perl
7508            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7509            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7510            ! lib/Tie/File/t/41_heap.t
7511 ____________________________________________________________________________
7512 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
7513         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
7514              From: Andy Dougherty <doughera@lafayette.edu>
7515              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
7516              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
7517      Branch: perl
7518            ! lib/AnyDBM_File.t
7519 ____________________________________________________________________________
7520 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
7521         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
7522              and ccflags including -DNO_LOCALE
7523      Branch: perl
7524            ! perl.h
7525 ____________________________________________________________________________
7526 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
7527         Log: EPOC tweaks from Olaf Flebbe.
7528      Branch: perl
7529            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
7530 ____________________________________________________________________________
7531 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
7532         Log: Subject: [PATCH] Set @INC earlier
7533              From: Andy Dougherty <doughera@lafayette.edu>
7534              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
7535              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
7536      Branch: perl
7537            ! lib/AnyDBM_File.t lib/sort.t
7538 ____________________________________________________________________________
7539 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
7540         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7541              (resubmitted)
7542      Branch: perl
7543            ! pod/perlcompile.pod
7544 ____________________________________________________________________________
7545 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
7546         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7547      Branch: perl
7548            ! pod/perlcompile.pod
7549 ____________________________________________________________________________
7550 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
7551         Log: non-perlio robustness.
7552      Branch: perl
7553            ! ext/Socket/socketpair.t lib/utf8.t
7554 ____________________________________________________________________________
7555 [ 15713] By: nick                                  on 2002/04/03  18:06:49
7556         Log: Integrate mainline
7557      Branch: perlio
7558           +> lib/Tie/File/t/41_heap.t
7559           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
7560           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
7561           !> regexec.c t/op/re_tests t/op/tiearray.t
7562 ____________________________________________________________________________
7563 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
7564         Log: Tweak for 8.3 compat.
7565      Branch: perl
7566            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7567            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
7568            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
7569            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7570            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7571            ! ext/Encode/bin/enc2xs
7572 ____________________________________________________________________________
7573 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
7574         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7575              From: Mark-Jason Dominus <mjd@plover.com>
7576              Date: Wed, 03 Apr 2002 13:04:40 -0500
7577              Message-ID: <20020403180440.7614.qmail@plover.com>
7578      Branch: perl
7579            ! t/op/tiearray.t
7580 ____________________________________________________________________________
7581 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
7582         Log: Forgotten.
7583      Branch: perl
7584            + lib/Tie/File/t/41_heap.t
7585            ! MANIFEST
7586 ____________________________________________________________________________
7587 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
7588         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7589              From: Mark Kvale <kvale@phy.ucsf.edu>
7590              Date: Tue, 2 Apr 2002 13:57:37 -0800
7591              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
7592      Branch: perl
7593            ! t/op/re_tests
7594 ____________________________________________________________________________
7595 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
7596         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
7597              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
7598              Date: Wed, 03 Apr 2002 03:34:34 +0100
7599              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
7600      Branch: perl
7601            ! regcomp.c
7602 ____________________________________________________________________________
7603 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
7604         Log: The leavetry crash should now be history.
7605      Branch: perl
7606            ! t/op/tiearray.t
7607 ____________________________________________________________________________
7608 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
7609         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
7610              From: Michael G Schwern <schwern@pobox.com>
7611              Date: Wed, 3 Apr 2002 10:56:44 -0500
7612              Message-ID: <20020403155644.GC916@blackrider>
7613      Branch: perl
7614            ! lib/ExtUtils/MM_Win95.pm
7615 ____________________________________________________________________________
7616 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
7617         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7618              From: Dave Mitchell <davem@fdgroup.com>
7619              Date: Wed, 3 Apr 2002 02:08:26 +0100
7620              Message-ID: <20020403020825.B16724@fdgroup.com>
7621      Branch: perl
7622            ! pp_ctl.c
7623 ____________________________________________________________________________
7624 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
7625         Log: Prototype tweak for non-threaded builds.
7626      Branch: perl
7627            ! perl.c
7628 ____________________________________________________________________________
7629 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
7630         Log: Detached threads do not help; they still hold resources.
7631      Branch: perl
7632            ! ext/threads/threads.pm pod/perldiag.pod
7633 ____________________________________________________________________________
7634 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
7635         Log: Doc tweak from Wolfgang Laun.
7636      Branch: perl
7637            ! lib/File/Compare.pm
7638 ____________________________________________________________________________
7639 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
7640         Log: Subject: [PATCH bleadperl] regexec.c
7641              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7642              Date: Wed, 3 Apr 2002 11:13:30 +0200
7643              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
7644      Branch: perl
7645            ! regexec.c
7646 ____________________________________________________________________________
7647 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
7648         Log: Document the "Cleanup skipped ..." warning.
7649      Branch: perl
7650            ! ext/threads/threads.pm pod/perldiag.pod
7651 ____________________________________________________________________________
7652 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
7653         Log: Integrate perlio;
7654              
7655              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7656              
7657              Fix segfaults when mainthread exits with other threads running:
7658              - track number of running threads
7659              - if main thread calls perl_destruct() with other threads running
7660              skip most of cleanup (with a warning).
7661      Branch: perl
7662           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7663           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
7664           !> pod/perlapi.pod proto.h
7665 ____________________________________________________________________________
7666 [ 15698] By: nick                                  on 2002/04/03  13:15:30
7667         Log: Fix segfaults when mainthread exits with other threads running:
7668              - track number of running threads
7669              - if main thread calls perl_destruct() with other threads running
7670              skip most of cleanup (with a warning).
7671      Branch: perlio
7672            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7673            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
7674 ____________________________________________________________________________
7675 [ 15697] By: nick                                  on 2002/04/03  07:34:13
7676         Log: Integrate mainline
7677      Branch: perlio
7678           +> lib/Net/Ping/t/250_ping_hires.t
7679           !> (integrate 33 files)
7680 ____________________________________________________________________________
7681 [ 15696] By: nick                                  on 2002/04/03  06:41:58
7682         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7683      Branch: perlio
7684            ! lib/ExtUtils/xsubpp
7685 ____________________________________________________________________________
7686 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
7687         Log: Subject: [PATCH @15047] debugger
7688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7689              Date: Sat, 16 Mar 2002 04:38:50 -0500
7690              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
7691      Branch: perl
7692            ! lib/perl5db.pl
7693 ____________________________________________________________________________
7694 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
7695         Log: Third Degree flags.
7696      Branch: perl
7697            ! Makefile.SH
7698 ____________________________________________________________________________
7699 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
7700         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
7701              From: Mark-Jason Dominus <mjd@plover.com>
7702              Date: Tue, 02 Apr 2002 16:35:11 -0500
7703              Message-ID: <20020402213511.27781.qmail@plover.com>
7704              
7705              (tweaked)
7706      Branch: perl
7707            ! pod/perlfunc.pod
7708 ____________________________________________________________________________
7709 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
7710         Log: Upgrade to Tie::File 0.92, from mjd.
7711      Branch: perl
7712            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7713            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7714            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
7715            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
7716            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
7717            ! lib/Tie/File/t/40_abs_cache.t
7718 ____________________________________________________________________________
7719 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
7720         Log: Subject: [PATCH] Update my email address in perl.c
7721              From: Paul_GreenVOS@vos.stratus.com
7722              Date: Tue, 2 Apr 02 15:27 est
7723              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
7724      Branch: perl
7725            ! AUTHORS perl.c
7726 ____________________________________________________________________________
7727 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
7728         Log: POD fix.
7729      Branch: perl
7730            ! pod/perldelta.pod
7731 ____________________________________________________________________________
7732 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
7733         Log: What started as a small nit (the charnames test, nit found
7734              be Hugo), ballooned a bit... the goal is Larry's wish that
7735              illegal Unicode (such as U+FFFF) by default doesn't warn,
7736              since what if somebody WANTS to create illegal Unicode?
7737              Now getting close to this in the regex runtime.
7738              (Also, fix more of my fixation that BOM would be U+FFFE.)
7739      Branch: perl
7740            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
7741            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
7742 ____________________________________________________________________________
7743 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
7744         Log: Talk more about Net::Ping.
7745      Branch: perl
7746            ! pod/perldelta.pod
7747 ____________________________________________________________________________
7748 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
7749         Log: Upgrade to Net::Ping 2.14.
7750      Branch: perl
7751            + lib/Net/Ping/t/250_ping_hires.t
7752            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
7753            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
7754            ! lib/Net/Ping/t/140_stream_inst.t
7755 ____________________________________________________________________________
7756 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
7757         Log: XML::Parser 2.31 should be out shortly.
7758      Branch: perl
7759            ! pod/perldelta.pod
7760 ____________________________________________________________________________
7761 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
7762         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
7763              From: George Necula <necula@eecs.berkeley.edu>
7764              Date: Tue, 2 Apr 2002 10:22:41 -0800
7765              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
7766      Branch: perl
7767            ! lib/File/Spec/Cygwin.pm
7768 ____________________________________________________________________________
7769 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
7770         Log: EBCDIC test tweak.
7771      Branch: perl
7772            ! pod/perldelta.pod t/uni/case.pl
7773 ____________________________________________________________________________
7774 [ 15683] By: nick                                  on 2002/04/02  15:36:17
7775         Log: Integrate mainline
7776      Branch: perlio
7777           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
7778           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7779           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
7780 ____________________________________________________________________________
7781 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
7782         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
7783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7784              Date: Tue, 2 Apr 2002 00:37:08 -0500
7785              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
7786      Branch: perl
7787            ! os2/os2ish.h perlio.c
7788 ____________________________________________________________________________
7789 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
7790         Log: Subject: [PATCH @15047] debugger again
7791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7792              Date: Tue, 2 Apr 2002 00:30:31 -0500
7793              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
7794      Branch: perl
7795            ! lib/perl5db.pl
7796 ____________________________________________________________________________
7797 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
7798         Log: Subject: [PATCH @15047] test() in CPAN.pm
7799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7800              Date: Tue, 2 Apr 2002 00:46:45 -0500
7801              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
7802      Branch: perl
7803            ! lib/CPAN.pm
7804 ____________________________________________________________________________
7805 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
7806         Log: Sync with libnet-1.11
7807      Branch: perl
7808            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7809            ! lib/Net/SMTP.pm
7810 ____________________________________________________________________________
7811 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
7812         Log: NetWare tweaks from C Aditya.
7813      Branch: perl
7814            ! NetWare/t/NWScripts.pl scope.c
7815 ____________________________________________________________________________
7816 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
7817         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
7818              From: Dan Kogai <dankogai@dan.co.jp>
7819              Date: Tue, 2 Apr 2002 22:21:47 +0900
7820              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
7821      Branch: perl
7822            ! ext/Encode/Encode.xs
7823 ____________________________________________________________________________
7824 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
7825         Log: Integrate perlio;
7826              
7827              Calculate buffer size needs in float to avoid 32-bit overflow.
7828              
7829              Add buffer size growth test.
7830      Branch: perl
7831           +> ext/Encode/t/grow.t
7832           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
7833 ____________________________________________________________________________
7834 [ 15675] By: nick                                  on 2002/04/02  07:49:41
7835         Log: Add buffer size growth test.
7836      Branch: perlio
7837            + ext/Encode/t/grow.t
7838            ! MANIFEST ext/Encode/MANIFEST
7839 ____________________________________________________________________________
7840 [ 15674] By: nick                                  on 2002/04/02  07:40:49
7841         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
7842      Branch: perlio
7843            ! ext/Encode/Encode.xs
7844 ____________________________________________________________________________
7845 [ 15673] By: nick                                  on 2002/04/02  07:40:06
7846         Log: Integrate mainline
7847      Branch: perlio
7848           +> (branch 102 files)
7849            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7850            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7851            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7852            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7853            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7854            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7855            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7856            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7857            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
7858            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
7859            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7860            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
7861            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
7862            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
7863            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
7864            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
7865            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
7866            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7867            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7868            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7869            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7870            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
7871            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
7872            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
7873            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
7874            - ext/Encode/Encode/macCentEuro.ucm
7875            - ext/Encode/Encode/macCroatian.ucm
7876            - ext/Encode/Encode/macCyrillic.ucm
7877            - ext/Encode/Encode/macDingbats.ucm
7878            - ext/Encode/Encode/macGreek.ucm
7879            - ext/Encode/Encode/macIceland.ucm
7880            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7881            - ext/Encode/Encode/macRumanian.ucm
7882            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7883            - ext/Encode/Encode/macTurkish.ucm
7884            - ext/Encode/Encode/macUkraine.ucm
7885            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7886            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
7887            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
7888            - ext/Encode/compile ext/Encode/encode.h
7889            - ext/Encode/lib/Encode/CN/2022_CN.pm
7890            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
7891            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7892            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
7893            - lib/unicore/PropertyValueAliases.txt
7894           !> (integrate 143 files)
7895 ____________________________________________________________________________
7896 [ 15672] By: ams                                   on 2002/04/02  04:42:44
7897         Log: Win32 fix for Tie::File from MJD.
7898      Branch: perl
7899            ! lib/Tie/File.pm
7900 ____________________________________________________________________________
7901 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
7902         Log: Add a few tests to the timing-sensitive list.
7903      Branch: perl
7904            ! INSTALL
7905 ____________________________________________________________________________
7906 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
7907         Log: Subject: [PATCH sort.t] extensive regression testing
7908              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7909              Date: Mon, 1 Apr 2002 23:50:24 +0200
7910              Message-ID: <20020401235024.E677@rafael>
7911      Branch: perl
7912            ! lib/sort.t
7913 ____________________________________________________________________________
7914 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
7915         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
7916              From: Nicholas Clark <nick@unfortu.net>
7917              Date: Mon, 1 Apr 2002 21:54:05 +0100
7918              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
7919      Branch: perl
7920            ! lib/Memoize/t/errors.t
7921 ____________________________________________________________________________
7922 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
7923         Log: Subject: getting rid of a few superfluous $&/$`
7924              From: Jeffrey Friedl <jfriedl@yahoo.com>
7925              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
7926              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
7927              
7928              (with more-backward-compat than just using @- and @+, also by Jeffrey)
7929              
7930              (The version number of Text::Balanced intentionally not
7931              increased since Damian will make a new release after 5.8)
7932      Branch: perl
7933            ! lib/Pod/Html.pm lib/Text/Balanced.pm
7934 ____________________________________________________________________________
7935 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
7936         Log: Subject: [PATCH 5.7.3 TESTS]
7937              From: mjd@plover.com
7938              Date: 1 Apr 2002 20:32:18 -0000
7939              Message-ID: <20020401203218.25230.qmail@plover.com>
7940      Branch: perl
7941            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7942            ! t/op/tiearray.t t/test.pl
7943 ____________________________________________________________________________
7944 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
7945         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
7946              From: Paul_GreenVOS@vos.stratus.com
7947              Date: Mon, 1 Apr 02 15:15 est
7948              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
7949      Branch: perl
7950            ! iperlsys.h
7951 ____________________________________________________________________________
7952 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
7953         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
7954              From: Paul_GreenVOS@vos.stratus.com
7955              Date: Mon, 1 Apr 02 14:11 est
7956              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
7957      Branch: perl
7958            ! lib/ExtUtils/MM_Unix.pm
7959 ____________________________________________________________________________
7960 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
7961         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
7962              From: Nicholas Clark <nick@unfortu.net>
7963              Date: Mon, 1 Apr 2002 19:30:05 +0100
7964              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
7965      Branch: perl
7966            ! t/op/pat.t t/op/utfhash.t
7967 ____________________________________________________________________________
7968 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
7969         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
7970              From: Mark-Jason Dominus <mjd@plover.com>
7971              Date: Mon, 01 Apr 2002 13:22:01 -0500
7972              Message-ID: <20020401182201.21189.qmail@plover.com>
7973      Branch: perl
7974            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
7975 ____________________________________________________________________________
7976 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
7977         Log: Update Changes.
7978      Branch: perl
7979            ! Changes patchlevel.h
7980 ____________________________________________________________________________
7981 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
7982         Log: Subject: [PATCH 5.7.3 DOC]
7983              From: mjd@plover.com
7984              Date: 1 Apr 2002 17:23:40 -0000
7985              Message-ID: <20020401172340.16410.qmail@plover.com>
7986      Branch: perl
7987            ! pod/perldelta.pod
7988 ____________________________________________________________________________
7989 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
7990         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
7991      Branch: perl
7992            ! hints/unicos.sh
7993 ____________________________________________________________________________
7994 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
7995         Log: Advertise piconv and enc2xs.
7996      Branch: perl
7997            ! pod/perldelta.pod
7998 ____________________________________________________________________________
7999 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
8000         Log: Add enc2xs.
8001      Branch: perl
8002            + utils/enc2xs.PL
8003            ! MANIFEST utils/Makefile
8004 ____________________________________________________________________________
8005 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
8006         Log: Integrate perlio;
8007              
8008              Be more explicit testing for \015 not \r
8009      Branch: perl
8010           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
8011           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
8012 ____________________________________________________________________________
8013 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
8014         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
8015              From: Philip Newton <Philip.Newton@gmx.net>
8016              Date: Mon, 01 Apr 2002 17:06:18 +0200
8017              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
8018      Branch: perl
8019            ! lib/charnames.pm lib/charnames.t
8020 ____________________________________________________________________________
8021 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
8022         Log: Subject: detypo patch
8023              From: andreas.koenig@anima.de (Andreas J. Koenig)
8024              Date: Mon, 01 Apr 2002 10:09:21 +0200
8025              Message-ID: <m3r8lzsuvi.fsf@anima.de>
8026      Branch: perl
8027            ! INSTALL
8028 ____________________________________________________________________________
8029 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
8030         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
8031              From: Philip Newton <Philip.Newton@gmx.net>
8032              Date: Mon, 01 Apr 2002 08:12:01 +0200
8033              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
8034      Branch: perl
8035            ! lib/charnames.pm lib/charnames.t
8036 ____________________________________________________________________________
8037 [ 15653] By: nick                                  on 2002/04/01  09:20:24
8038         Log: Be more explicit testing for \015 not \r
8039      Branch: perlio
8040            ! t/io/crlf.t
8041 ____________________________________________________________________________
8042 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
8043         Log: If under UTF-8 locale the utf8.pm really needs to be found.
8044      Branch: perl
8045            ! t/comp/cpp.t t/run/switchPx.t
8046 ____________________________________________________________________________
8047 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
8048         Log: Upgrade to Tie::File 0.91, from mjd.
8049      Branch: perl
8050            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
8051            + lib/Tie/File/t/26_twrite.t
8052            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8053            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8054            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
8055            ! lib/Tie/File/t/16_handle.t
8056 ____________________________________________________________________________
8057 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
8058         Log: DJGPP tweaks from Laszlo.
8059      Branch: perl
8060            ! lib/ExtUtils/MM_DOS.pm util.c
8061 ____________________________________________________________________________
8062 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
8063         Log: Discussion about minimal installations.
8064      Branch: perl
8065            ! INSTALL
8066 ____________________________________________________________________________
8067 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
8068         Log: Comment tweak from Hugo.
8069      Branch: perl
8070            ! regexec.c
8071 ____________________________________________________________________________
8072 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
8073         Log: Another UTF-8 locale tweak from Hugo.
8074      Branch: perl
8075            ! regexec.c
8076 ____________________________________________________________________________
8077 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
8078         Log: Document the known MacOS X locale problem.
8079      Branch: perl
8080            ! pod/perldelta.pod
8081 ____________________________________________________________________________
8082 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
8083         Log: Regex fix from Hugo: in UTF-8 locales the character
8084              counting code didn't work right for minimal matches.
8085      Branch: perl
8086            ! regexec.c
8087 ____________________________________________________________________________
8088 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
8089         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
8090              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8091              Date: Sun, 31 Mar 2002 20:32:43 -0500
8092              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
8093      Branch: perl
8094            ! lib/ExtUtils/xsubpp
8095 ____________________________________________________________________________
8096 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
8097         Log: Document known FreeBSD locale glitch. 
8098      Branch: perl
8099            ! pod/perldelta.pod
8100 ____________________________________________________________________________
8101 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
8102         Log: There is --list in glibc iconv.
8103      Branch: perl
8104            ! ext/Encode/bin/piconv
8105 ____________________________________________________________________________
8106 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
8107         Log: Slight usage tweaks to piconv: show usage with
8108              no -t -f or -l arguments, or with -h.
8109      Branch: perl
8110            ! ext/Encode/bin/piconv
8111 ____________________________________________________________________________
8112 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
8113         Log: Get the piconv installed.
8114      Branch: perl
8115            + utils/piconv.PL
8116            ! MANIFEST utils/Makefile
8117 ____________________________________________________________________________
8118 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
8119         Log: Spelling tweaks.
8120      Branch: perl
8121            ! ext/Encode/bin/piconv
8122 ____________________________________________________________________________
8123 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
8124         Log: Upgrade to Encode 1.11, from Dan Kogai.
8125      Branch: perl
8126            + ext/Encode/Encode/Changes.e2x
8127            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
8128            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
8129            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
8130            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
8131            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
8132            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
8133            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
8134            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
8135            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
8136            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
8137            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
8138            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
8139            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
8140            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
8141            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
8142            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
8143            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
8144            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
8145            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
8146            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
8147            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
8148            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
8149            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
8150            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
8151            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
8152            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
8153            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
8154            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
8155            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
8156            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
8157            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
8158            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
8159            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
8160            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
8161            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
8162            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
8163            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
8164            + ext/Encode/ucm/viscii.ucm
8165            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8166            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8167            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8168            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8169            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8170            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8171            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8172            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8173            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8174            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8175            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8176            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8177            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8178            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8179            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8180            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8181            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8182            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8183            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8184            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8185            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8186            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8187            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8188            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8189            - ext/Encode/Encode/ksc5601.ucm
8190            - ext/Encode/Encode/macCentEuro.ucm
8191            - ext/Encode/Encode/macCroatian.ucm
8192            - ext/Encode/Encode/macCyrillic.ucm
8193            - ext/Encode/Encode/macDingbats.ucm
8194            - ext/Encode/Encode/macGreek.ucm
8195            - ext/Encode/Encode/macIceland.ucm
8196            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8197            - ext/Encode/Encode/macRumanian.ucm
8198            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8199            - ext/Encode/Encode/macTurkish.ucm
8200            - ext/Encode/Encode/macUkraine.ucm
8201            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8202            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8203            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
8204            - lib/encoding.pm lib/encoding.t
8205            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8206            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
8207            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
8208            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
8209            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8210            ! ext/Encode/Makefile.PL ext/Encode/README
8211            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8212            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8213            ! ext/Encode/lib/Encode/Alias.pm
8214            ! ext/Encode/lib/Encode/Supported.pod
8215 ____________________________________________________________________________
8216 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
8217         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
8218              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
8219              respective test    and doc tweaks.
8220      Branch: perl
8221            ! lib/charnames.pm lib/charnames.t
8222 ____________________________________________________________________________
8223 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
8224         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
8225              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8226              Date: Sun, 31 Mar 2002 22:47:31 +0200
8227              Message-ID: <20020331224731.E854@rafael>
8228      Branch: perl
8229            ! pod/perlfunc.pod
8230 ____________________________________________________________________________
8231 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
8232         Log: Subject: [PATCH] __attribute__ problems with g++
8233              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8234              Date: Sun, 31 Mar 2002 22:43:03 +0200
8235              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
8236      Branch: perl
8237            ! perl.h
8238 ____________________________________________________________________________
8239 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
8240         Log: Put back the #! line, false alarm.
8241      Branch: perl
8242            ! lib/ExtUtils/t/Constant.t
8243 ____________________________________________________________________________
8244 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
8245         Log: Subject: Re: [Patch] pod/perlvar.pod
8246              From: Philip Newton <Philip.Newton@gmx.net>
8247              Date: Sun, 31 Mar 2002 07:40:43 +0200
8248              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
8249      Branch: perl
8250            ! pod/perlvar.pod
8251 ____________________________________________________________________________
8252 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
8253         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
8254              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8255              Date: Sat, 30 Mar 2002 21:37:37 -0500
8256              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
8257      Branch: perl
8258            ! ext/Socket/socketpair.t
8259 ____________________________________________________________________________
8260 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
8261         Log: Subject: Re: compile tweak for Win32
8262              From: Michael G Schwern <schwern@pobox.com>
8263              Date: Fri, 29 Mar 2002 17:48:22 -0500      
8264              Message-ID: <20020329224822.GG16816@blackrider>
8265      Branch: perl
8266            ! win32/buildext.pl
8267 ____________________________________________________________________________
8268 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
8269         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
8270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8271              Date: Sat, 30 Mar 2002 22:19:46 +0100
8272              Message-ID: <20020330221946.A28497@rafael>
8273      Branch: perl
8274            ! t/lib/1_compile.t
8275 ____________________________________________________________________________
8276 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
8277         Log: Subject: [PATCH regmesg.t] increase output verbosity
8278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8279              Date: Sat, 30 Mar 2002 22:34:08 +0100
8280              Message-ID: <20020330223408.C28497@rafael>
8281      Branch: perl
8282            ! t/op/regmesg.t
8283 ____________________________________________________________________________
8284 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
8285         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
8286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8287              Date: Sat, 30 Mar 2002 21:36:23 +0100
8288              Message-ID: <20020330213623.A677@rafael>
8289      Branch: perl
8290            ! regcomp.c
8291 ____________________________________________________________________________
8292 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
8293         Log: If using a network filesystem several different hosts
8294              may be trying to lock the same file.  In this case offering
8295              to kill the other process is not that helpful.  (Unless one
8296              has *real* clustering, but that's not usually the case.)
8297      Branch: perl
8298            ! lib/CPAN.pm
8299 ____________________________________________________________________________
8300 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
8301         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
8302              From: andreas.koenig@anima.de (Andreas J. Koenig)
8303              Date: Sat, 30 Mar 2002 06:12:36 +0100
8304              Message-ID: <m3hemyvdtn.fsf@anima.de>
8305      Branch: perl
8306            ! lib/Dumpvalue.pm
8307 ____________________________________________________________________________
8308 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
8309         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
8310              From: Jeremy Zawodny <Jeremy@Zawodny.com>
8311              Date: Fri, 29 Mar 2002 17:55:20 -0800
8312              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
8313      Branch: perl
8314            ! utils/dprofpp.PL
8315 ____________________________________________________________________________
8316 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
8317         Log: Subject: [Patch] pod/perlvar.pod
8318              From: Dan Kogai <dankogai@dan.co.jp>
8319              Date: Sun, 31 Mar 2002 02:03:36 +0900
8320              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
8321      Branch: perl
8322            ! pod/perlvar.pod
8323 ____________________________________________________________________________
8324 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
8325         Log: Subject: [PATCH] MM & Encode fixes
8326              From: Michael G Schwern <schwern@pobox.com>
8327              Date: Sat, 30 Mar 2002 06:41:56 -0500
8328              Message-ID: <20020330114156.GA16533@blackrider>
8329      Branch: perl
8330            + lib/ExtUtils/t/basic.t
8331            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8332            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
8333            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8334            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8335            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8336            ! lib/ExtUtils/t/hints.t
8337 ____________________________________________________________________________
8338 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
8339         Log: EBCDICification.
8340      Branch: perl
8341            ! lib/charnames.t
8342 ____________________________________________________________________________
8343 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
8344         Log: Upgrade to Tie::File 0.90, from mjd.
8345      Branch: perl
8346            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
8347            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8348            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8349            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
8350            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
8351            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
8352            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
8353            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
8354            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
8355 ____________________________________________________________________________
8356 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
8357         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
8358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8359              Date: Sat, 30 Mar 2002 00:20:39 +0100
8360              Message-ID: <20020330002039.A716@rafael>
8361      Branch: perl
8362            ! lib/sort.pm
8363 ____________________________________________________________________________
8364 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
8365         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
8366              From: Michael G Schwern <schwern@pobox.com>
8367              Date: Fri, 29 Mar 2002 18:14:20 -0500
8368              Message-ID: <20020329231419.GI16816@blackrider>
8369      Branch: perl
8370            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
8371            ! wince/Makefile.ce
8372 ____________________________________________________________________________
8373 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
8374         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
8375              From: Paul_GreenVOS@vos.stratus.com
8376              Date: Fri, 29 Mar 02 18:01 est
8377              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
8378      Branch: perl
8379            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
8380 ____________________________________________________________________________
8381 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
8382         Log: AUTHORS updates.
8383      Branch: perl
8384            ! AUTHORS
8385 ____________________________________________________________________________
8386 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
8387         Log: Upgrade to Encode 1.01, from Dan Kogai.
8388      Branch: perl
8389            ! ext/Encode/Changes ext/Encode/Encode.pm
8390            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8391            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8392            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8393            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8394            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8395            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8396            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8397            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8398            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8399            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8400            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8401            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8402            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8403            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8404            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8405            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8406            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8407            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8408            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8409            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8410            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8411            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8412            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8413            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8414            ! ext/Encode/Encode/ksc5601.ucm
8415            ! ext/Encode/Encode/macCentEuro.ucm
8416            ! ext/Encode/Encode/macCroatian.ucm
8417            ! ext/Encode/Encode/macCyrillic.ucm
8418            ! ext/Encode/Encode/macDingbats.ucm
8419            ! ext/Encode/Encode/macGreek.ucm
8420            ! ext/Encode/Encode/macIceland.ucm
8421            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8422            ! ext/Encode/Encode/macRumanian.ucm
8423            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8424            ! ext/Encode/Encode/macTurkish.ucm
8425            ! ext/Encode/Encode/macUkraine.ucm
8426            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8427            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8428            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
8429            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8430            ! ext/Encode/lib/Encode/CJKConstants.pm
8431            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
8432            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
8433            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
8434 ____________________________________________________________________________
8435 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
8436         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
8437              From: "Craig A. Berry" <craigberry@mac.com>
8438              Date: Fri, 29 Mar 2002 13:46:28 -0600
8439              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
8440      Branch: perl
8441            ! configure.com
8442 ____________________________________________________________________________
8443 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
8444         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
8445              which one has to get from the CPAN distribution.
8446      Branch: perl
8447            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
8448            + lib/Memoize/t/expmod_t.t
8449            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8450            - lib/Memoize/t/expire_module_t.t
8451            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
8452            ! lib/Memoize/README
8453 ____________________________________________________________________________
8454 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
8455         Log: metaconfig unit tweak.
8456      Branch: metaconfig/U/perl
8457            ! versiononly.U
8458 ____________________________________________________________________________
8459 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
8460         Log: Configure-related tweaks.
8461      Branch: perl
8462            ! Porting/Glossary Porting/config.sh Porting/config_H
8463            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8464            ! vos/config.ga.h
8465 ____________________________________________________________________________
8466 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
8467         Log: Ooops.
8468      Branch: perl
8469            ! t/op/ver.t
8470 ____________________________________________________________________________
8471 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
8472         Log: Subject: [PATCH @15606] d_time for vms
8473              From: "Craig A. Berry" <craigberry@mac.com>
8474              Date: Fri, 29 Mar 2002 11:58:29 -0600
8475              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
8476      Branch: perl
8477            ! configure.com
8478 ____________________________________________________________________________
8479 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
8480         Log: Subject: Re: Regex-Unicode bugs
8481              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8482              Date: Thu, 28 Mar 2002 10:12:35 +0100
8483              Message-ID: <20020328101235.F678@rafael>
8484      Branch: perl
8485            ! t/op/regmesg.t
8486 ____________________________________________________________________________
8487 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
8488         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
8489              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8490              Date: Fri, 29 Mar 2002 16:53:27 +0000
8491              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
8492      Branch: perl
8493            ! pod/perlre.pod pod/perlretut.pod
8494 ____________________________________________________________________________
8495 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
8496         Log: Subject: Re: debugger debuggers wanted
8497              From: spidb@cpan.org
8498              Date: Fri, 29 Mar 2002 06:34:11 -0500
8499              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
8500      Branch: perl
8501            ! lib/perl5db.pl
8502 ____________________________________________________________________________
8503 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
8504         Log: Update Changes.
8505      Branch: perl
8506            ! Changes patchlevel.h
8507 ____________________________________________________________________________
8508 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
8509         Log: Rename for 8.3-friendliness.
8510      Branch: perl
8511            + lib/unicore/PropValueAliases.txt
8512            - lib/unicore/PropertyValueAliases.txt
8513            ! MANIFEST lib/unicore/README.perl
8514 ____________________________________________________________________________
8515 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
8516         Log: Retract ExtUtils/t/basic.t until it works.
8517      Branch: perl
8518            - lib/ExtUtils/t/basic.t
8519            ! MANIFEST
8520 ____________________________________________________________________________
8521 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
8522         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
8523              From: Slaven Rezic <slaven.rezic@berlin.de>
8524              Date: 28 Mar 2002 22:27:14 +0100
8525              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
8526      Branch: perl
8527            ! hints/freebsd.sh
8528 ____________________________________________________________________________
8529 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
8530         Log: Interesting... where did this come from?
8531              (The Configure change in #15600)
8532      Branch: perl
8533            ! config_h.SH
8534 ____________________________________________________________________________
8535 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
8536         Log: metaconfig unit change for #15600.
8537      Branch: metaconfig/U/perl
8538            ! versiononly.U
8539 ____________________________________________________________________________
8540 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
8541         Log: Subject: versiononly should not put `old' versions in inc
8542              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8543              Date: Fri, 29 Mar 2002 12:53:49 +0100
8544              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
8545      Branch: perl
8546            ! Configure
8547 ____________________________________________________________________________
8548 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
8549         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
8550              From: Michael G Schwern <schwern@pobox.com>
8551              Date: Fri, 29 Mar 2002 04:12:47 -0500
8552              Message-ID: <20020329091247.GA7432@blackrider>
8553              
8554              (with two nits: (1) change lib/Extutils/Command/MM.pm
8555              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
8556              @INC to compile.t)
8557      Branch: perl
8558            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
8559            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
8560            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
8561            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
8562            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8563            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8564            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8565            + lib/ExtUtils/t/Problem-Module/Makefile.PL
8566            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8567            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
8568            + t/lib/MakeMaker/Test/Utils.pm
8569            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
8570            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8571            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
8572            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
8573            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
8574            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8575            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8576            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8577            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
8578            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
8579            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
8580            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8581            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
8582            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
8583            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
8584            ! t/lib/TieOut.pm
8585 ____________________________________________________________________________
8586 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
8587         Log: Leftovers from Encode 0.99.
8588      Branch: perl
8589            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
8590            - ext/Encode/compile ext/Encode/encode.h
8591            - ext/Encode/lib/Encode/CN/2022_CN.pm
8592            - ext/Encode/lib/Encode/Details.pod
8593 ____________________________________________________________________________
8594 [ 15597] By: nick                                  on 2002/03/29  14:03:35
8595         Log: Integrate mainline
8596      Branch: perlio
8597           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8598           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8599           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8600           !> (integrate 130 files)
8601 ____________________________________________________________________________
8602 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
8603         Log: Subject: Another Unicode-3.2-induced doc fix
8604              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8605              Date: Fri, 29 Mar 2002 21:45:47 +0900
8606              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
8607      Branch: perl
8608            ! ext/Unicode/Normalize/Normalize.pm
8609 ____________________________________________________________________________
8610 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
8611         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
8612              From: Slaven Rezic <slaven.rezic@berlin.de>
8613              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
8614              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
8615      Branch: perl
8616            ! reentr.c reentr.pl
8617 ____________________________________________________________________________
8618 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
8619         Log: Subject: [PATCH] Quieting OS X
8620              From: Michael G Schwern <schwern@pobox.com>
8621              Date: Fri, 29 Mar 2002 05:46:23 -0500
8622              Message-ID: <20020329104622.GA9163@blackrider>
8623      Branch: perl
8624            ! ext/POSIX/t/posix.t t/op/stat.t
8625 ____________________________________________________________________________
8626 [ 15593] By: ams                                   on 2002/03/29  07:32:22
8627         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
8628              From: Paul_GreenVOS@vos.stratus.com
8629              Date: Fri, 29 Mar 02 0:05 est
8630              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
8631      Branch: perl
8632            ! ext/Time/HiRes/HiRes.xs
8633 ____________________________________________________________________________
8634 [ 15592] By: ams                                   on 2002/03/29  07:28:29
8635         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8636              From: Spider Boardman <spidb@cpan.org>
8637              Date: Fri, 29 Mar 2002 00:52:24 -0500
8638              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
8639      Branch: perl
8640            ! op.c t/op/attrs.t
8641 ____________________________________________________________________________
8642 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
8643         Log: It's perlce.
8644      Branch: perl
8645            ! pod/perldelta.pod
8646 ____________________________________________________________________________
8647 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
8648         Log: MPE/iX tweaks from Mark Bixby.
8649      Branch: perl
8650            ! ext/Storable/t/lock.t mpeix/relink
8651 ____________________________________________________________________________
8652 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
8653         Log: Upgrade to Encode 1.00, from Dan Kogai.
8654              
8655              (one nit: bin/enc2xs needed also ../..)
8656      Branch: perl
8657            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8658            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8659            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8660            ! (edit 104 files)
8661 ____________________________________________________________________________
8662 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
8663         Log: Subject: [PATCH] NEXT LINE --> NEL
8664              From: Philip Newton <Philip.Newton@gmx.net>
8665              Date: Thu, 28 Mar 2002 21:03:10 +0000
8666              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
8667      Branch: perl
8668            ! lib/charnames.pm lib/charnames.t
8669 ____________________________________________________________________________
8670 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
8671         Log: binmode :bytes, again.
8672      Branch: perl
8673            ! lib/utf8.t
8674 ____________________________________________________________________________
8675 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
8676         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
8677              From: Mark-Jason Dominus <mjd@plover.com>
8678              Date: Thu, 28 Mar 2002 10:36:03 -0500
8679              Message-ID: <20020328153603.11992.qmail@plover.com>
8680      Branch: perl
8681            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8682 ____________________________________________________________________________
8683 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
8684         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
8685      Branch: perl
8686            ! lib/charnames.pm lib/charnames.t pp_pack.c
8687 ____________________________________________________________________________
8688 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
8689         Log: If expecting UTF-8, probably not expecting UTF-16.
8690      Branch: perl
8691            ! t/comp/require.t
8692 ____________________________________________________________________________
8693 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
8694         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
8695              From: Paul_GreenVOS@vos.stratus.com
8696              Date: Thu, 28 Mar 02 8:22 est
8697              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
8698      Branch: perl
8699            ! lib/Time/Local.pm
8700 ____________________________________________________________________________
8701 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
8702         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
8703              From: Paul_GreenVOS@vos.stratus.com
8704              Date: Thu, 28 Mar 02 7:46 est
8705              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
8706      Branch: perl
8707            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
8708 ____________________________________________________________________________
8709 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
8710         Log: A little bit better error message for \pq, still
8711              not good because the script context is not shown.
8712      Branch: perl
8713            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
8714 ____________________________________________________________________________
8715 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
8716         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
8717              From: Jeffrey Friedl <jfriedl@yahoo.com>
8718              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
8719              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
8720      Branch: perl
8721            ! sv.c t/op/pat.t
8722 ____________________________________________________________________________
8723 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
8724         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
8725              From: Mark-Jason Dominus <mjd@plover.com>
8726              Date: Thu, 28 Mar 2002 05:04:40 -0500
8727              Message-ID: <20020328100440.22081.qmail@plover.com>
8728      Branch: perl
8729            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8730 ____________________________________________________________________________
8731 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
8732         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
8733              From: mjd@plover.com
8734              Date: 28 Mar 2002 09:22:06 -0000
8735              Message-ID: <20020328092206.18833.qmail@plover.com>
8736      Branch: perl
8737            ! lib/encoding.t
8738 ____________________________________________________________________________
8739 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
8740         Log: Unicode 3.2.0-induced doc tweaks.
8741      Branch: perl
8742            ! pod/perlretut.pod pod/perlunicode.pod
8743 ____________________________________________________________________________
8744 [ 15576] By: nick                                  on 2002/03/28  07:40:04
8745         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
8746      Branch: perlio
8747           +> (branch 31 files)
8748           !> (integrate 162 files)
8749 ____________________________________________________________________________
8750 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
8751         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
8752              From: Paul_GreenVOS@vos.stratus.com
8753              Date: Thu, 28 Mar 02 0:16 est
8754              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
8755      Branch: perl
8756            ! ext/POSIX/t/posix.t
8757 ____________________________________________________________________________
8758 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
8759         Log: Subject: Re: Regex-Unicode bugs
8760              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8761              Date: Wed, 27 Mar 2002 13:48:06 +0100
8762              Message-ID: <20020327134806.C18945@rafael>
8763              
8764              regmesg.t patch still would be nice.
8765      Branch: perl
8766            ! regcomp.c
8767 ____________________________________________________________________________
8768 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
8769         Log: Subject: Re: Regex-Unicode bugs
8770              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
8771              Date: Wed, 27 Mar 2002 12:39:57 +0000
8772              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
8773      Branch: perl
8774            ! pod/perldiag.pod regcomp.c
8775 ____________________________________________________________________________
8776 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
8777         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
8778              From: Paul_GreenVOS@vos.stratus.com
8779              Date: Wed, 27 Mar 02 23:33 est
8780              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
8781      Branch: perl
8782            ! t/io/fs.t
8783 ____________________________________________________________________________
8784 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
8785         Log: The Official 3.2.0 came out.
8786      Branch: perl
8787            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
8788            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
8789            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
8790            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
8791            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
8792            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
8793            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
8794            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
8795            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
8796            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
8797            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
8798            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8799            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
8800            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8801            + lib/unicore/lib/UnifiedI.pl
8802            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
8803 ____________________________________________________________________________
8804 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
8805         Log: socketpair binmode :bytes.
8806      Branch: perl
8807            ! ext/Socket/socketpair.t
8808 ____________________________________________________________________________
8809 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
8810         Log: Don't install anything beneath 't' directories.
8811      Branch: perl
8812            ! installperl
8813 ____________________________________________________________________________
8814 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
8815         Log: More UTF-8 locale sensitivity.
8816      Branch: perl
8817            ! t/io/utf8.t
8818 ____________________________________________________________________________
8819 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
8820         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
8821              From: Stas Bekman <stas@stason.org>
8822              Date: Thu, 28 Mar 2002 10:13:45 +0800
8823              Message-ID: <3CA27C59.4020209@stason.org>
8824              
8825              Temp file cleanup.
8826      Branch: perl
8827            ! lib/Pod/t/pod2html-lib.pl
8828 ____________________________________________________________________________
8829 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
8830         Log: Be compatible also with non-UTF-8 locales.
8831      Branch: perl
8832            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
8833            ! lib/Locale/Language.pod
8834 ____________________________________________________________________________
8835 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
8836         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8837              From: Spider Boardman <spidb@cpan.org>
8838              Date: Wed, 27 Mar 2002 20:52:28 -0500
8839              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
8840      Branch: perl
8841            ! cv.h op.c t/op/attrs.t toke.c
8842 ____________________________________________________________________________
8843 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
8844         Log: "Last element".
8845      Branch: perl
8846            ! pod/perlfunc.pod
8847 ____________________________________________________________________________
8848 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
8849         Log: Subject: Error in perlfunc for "die"
8850              From: William R Ward <bill@wards.net>
8851              Date: 27 Mar 2002 12:31:32 -0800
8852              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
8853      Branch: perl
8854            ! pod/perlfunc.pod
8855 ____________________________________________________________________________
8856 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
8857         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
8858              From: Mark Kvale <kvale@phy.ucsf.edu>
8859              Date: Wed, 27 Mar 2002 16:45:37 -0800
8860              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
8861      Branch: perl
8862            ! pod/perlre.pod pod/perlretut.pod
8863 ____________________________________________________________________________
8864 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
8865         Log: Try to handle UTF-8 locales.
8866      Branch: perl
8867            ! lib/locale.t
8868 ____________________________________________________________________________
8869 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
8870         Log: More binmode :bytes.
8871      Branch: perl
8872            ! t/io/utf8.t
8873 ____________________________________________________________________________
8874 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
8875         Log: binmode(FH, ":bytes") is the right way, methinks.
8876      Branch: perl
8877            ! ext/PerlIO/t/encoding.t
8878 ____________________________________________________________________________
8879 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
8880         Log: UTF-8 locale: need to open explicitly for bytes.
8881      Branch: perl
8882            ! ext/PerlIO/t/encoding.t
8883 ____________________________________________________________________________
8884 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
8885         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
8886      Branch: perl
8887            ! lib/Locale/Language.pm lib/Locale/Language.pod
8888 ____________________________________________________________________________
8889 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
8890         Log: Warn instead of croak.
8891      Branch: perl
8892            ! pod/perldiag.pod utf8.c
8893 ____________________________________________________________________________
8894 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
8895         Log: UTF-8 locale: there might already be one UTF-8 discipline.
8896      Branch: perl
8897            ! lib/open.t
8898 ____________________________________________________________________________
8899 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
8900         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
8901              From: "Craig A. Berry" <craigberry@mac.com>
8902              Date: Wed, 27 Mar 2002 15:22:13 -0600
8903              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
8904      Branch: perl
8905            ! t/lib/1_compile.t t/lib/compmod.pl
8906 ____________________________________________________________________________
8907 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
8908         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
8909              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8910              Date: Wed, 27 Mar 2002 22:35:03 +0100
8911              Message-ID: <20020327223503.A678@rafael>
8912      Branch: perl
8913            ! pod/perlop.pod
8914 ____________________________________________________________________________
8915 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
8916         Log: Start using the Unicode 3.2.0 data (NOTE: still
8917              unofficial, but the data is unlikely to change much.
8918              Doublecheck when 3.2.0 gets released.)
8919      Branch: perl
8920            + lib/unicore/PropertyAliases.txt
8921            + lib/unicore/PropertyValueAliases.txt
8922            ! (edit 129 files)
8923 ____________________________________________________________________________
8924 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
8925         Log: Update Changes.
8926      Branch: perl
8927            ! Changes patchlevel.h
8928 ____________________________________________________________________________
8929 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
8930         Log: Further fixing for #15549.  Six tests are failing
8931              under Solaris with en_US.UTF-8 but those failures seem
8932              unrelated to the BOUND problem, will look at them later.
8933      Branch: perl
8934            ! regexec.c
8935 ____________________________________________________________________________
8936 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
8937         Log: Possible fix for "Orks, Dragons, and Elves":
8938              should now build under UTF-8 locales (is building
8939              under Solaris en_US.UTF-8 right now).
8940      Branch: perl
8941            ! Makefile.SH regexec.c
8942 ____________________________________________________________________________
8943 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
8944         Log: Forgotten from #15523.
8945      Branch: perl
8946            ! lib/Math/BigInt/Calc.pm
8947 ____________________________________________________________________________
8948 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
8949         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
8950              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
8951              Date: Wed, 27 Mar 2002 13:32:00 +0100
8952              Message-ID: <20020327133200.A18945@rafael>
8953      Branch: perl
8954            ! regcomp.c t/lib/warnings/regcomp
8955 ____________________________________________________________________________
8956 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
8957         Log: Subject: [PATCH] MANIFES --> MANIFEST
8958              From: Philip Newton <Philip.Newton@gmx.net>
8959              Date: Wed, 27 Mar 2002 10:05:46 +0000
8960              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
8961              
8962              (plus a few tweaks more)
8963      Branch: perl
8964            ! Porting/check83.pl
8965 ____________________________________________________________________________
8966 [ 15545] By: nick                                  on 2002/03/27  07:37:36
8967         Log: Integrate mainline
8968      Branch: perlio
8969           +> lib/Math/BigInt/t/with_sub.t
8970            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8971            - lib/bignum/t/trace.t
8972           !> (integrate 76 files)
8973 ____________________________________________________________________________
8974 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
8975         Log: Obsolete mailing list information.
8976      Branch: perl
8977            ! README.bs2000 README.os390 README.vmesa
8978 ____________________________________________________________________________
8979 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
8980         Log: More URL "whitespacing".
8981      Branch: perl
8982            ! README.bs2000 README.hurd README.mpeix README.netware
8983            ! README.os390 README.vmesa README.vos README.win32
8984            ! pod/perl5004delta.pod pod/perl5005delta.pod
8985            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
8986            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
8987            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
8988            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
8989            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
8990            ! pod/perltodo.pod
8991 ____________________________________________________________________________
8992 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
8993         Log: I like doubleclicking on URLs in pods to select them.
8994      Branch: perl
8995            ! README.amiga README.epoc README.vos pod/perl561delta.pod
8996            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
8997            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8998            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
8999            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
9000            ! pod/perltodo.pod pod/perlvar.pod
9001 ____________________________________________________________________________
9002 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
9003         Log: Regen modlib.
9004      Branch: perl
9005            ! pod/perlmodlib.pod
9006 ____________________________________________________________________________
9007 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
9008         Log: Update the CPAN sites list.
9009      Branch: perl
9010            ! pod/perlmodlib.PL pod/perlmodlib.pod
9011 ____________________________________________________________________________
9012 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
9013         Log: Regen modlib, toc.
9014      Branch: perl
9015            ! pod/perlmodlib.pod pod/perltoc.pod
9016 ____________________________________________________________________________
9017 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
9018         Log: s/rationale/rational/
9019      Branch: perl
9020            ! lib/Math/BigRat.pm lib/bigrat.pm
9021 ____________________________________________________________________________
9022 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
9023         Log: s/done/esac/
9024      Branch: perl
9025            ! hints/dec_osf.sh
9026 ____________________________________________________________________________
9027 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
9028         Log: Advertise big* and BigRat.
9029      Branch: perl
9030            ! pod/perldelta.pod
9031 ____________________________________________________________________________
9032 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
9033         Log: A missing ) in #15527.
9034      Branch: perl
9035            ! pp_sys.c
9036 ____________________________________________________________________________
9037 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
9038         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
9039              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9040              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
9041              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
9042      Branch: perl
9043            ! lib/ExtUtils/typemap
9044 ____________________________________________________________________________
9045 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
9046         Log: Subject: Re: Cygwin PerlIO.t failing
9047              From: Stas Bekman <stas@stason.org>
9048              Date: Wed, 27 Mar 2002 01:34:11 +0800
9049              Message-ID: <3CA0B113.1070800@stason.org>
9050      Branch: perl
9051            ! ext/PerlIO/PerlIO.t
9052 ____________________________________________________________________________
9053 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
9054         Log: Subject: [PATCH] safety check for vms/test.com
9055              From: "Craig A. Berry" <craigberry@mac.com>
9056              Date: Tue, 26 Mar 2002 12:15:21 -0600
9057              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
9058      Branch: perl
9059            ! vms/test.com
9060 ____________________________________________________________________________
9061 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
9062         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
9063              From: PPrymmer@factset.com
9064              Date: Tue, 26 Mar 2002 13:04:59 -0500
9065              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
9066      Branch: perl
9067            ! configure.com
9068 ____________________________________________________________________________
9069 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
9070         Log: Subject: [PATCH] Minor typo in test harness
9071              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
9072              Date: Tue, 26 Mar 2002 17:44:06 -0000
9073              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
9074      Branch: perl
9075            ! t/lib/warnings/perlio
9076 ____________________________________________________________________________
9077 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
9078         Log: Subject: PATCH s2p.PL
9079              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9080              Date: Tue, 26 Mar 2002 17:16:46 +0100
9081              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
9082      Branch: perl
9083            ! x2p/s2p.PL
9084 ____________________________________________________________________________
9085 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
9086         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
9087      Branch: perl
9088            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9089            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9090            ! MANIFEST
9091 ____________________________________________________________________________
9092 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
9093         Log: Avoid and document a weird bug in UNICOS/mk.
9094      Branch: perl
9095            ! pod/perldelta.pod pp_sys.c
9096 ____________________________________________________________________________
9097 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
9098         Log: Math::BigInt::Lite 0.09, from Tels.
9099      Branch: perl
9100            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9101            ! MANIFEST
9102 ____________________________________________________________________________
9103 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
9104         Log: For now disable the test in OS/390; it seems to hang,
9105              but frustratingly seems to run from command line and
9106              from Perl debugger.
9107      Branch: perl
9108            ! lib/Math/BigInt/t/mbi_rand.t
9109 ____________________________________________________________________________
9110 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
9111         Log: EPOC update from Olaf Flebbe.
9112      Branch: perl
9113            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
9114            ! pod/perlport.pod t/io/fs.t
9115 ____________________________________________________________________________
9116 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
9117         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
9118              and bignum 0.11, from Tels.
9119      Branch: perl
9120            + lib/Math/BigInt/t/with_sub.t
9121            - lib/bignum/t/trace.t
9122            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9123            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
9124            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
9125            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
9126            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
9127            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
9128            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
9129            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
9130            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
9131            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
9132            ! lib/bignum/t/bigrat.t lib/bigrat.pm
9133            ! t/lib/Math/BigInt/Subclass.pm
9134 ____________________________________________________________________________
9135 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
9136         Log: Integrate perlio;
9137              
9138              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
9139              
9140              Testcase for crlf spanning buffer boundary
9141      Branch: perl
9142           +> t/io/crlf.t
9143           !> MANIFEST perlio.c
9144 ____________________________________________________________________________
9145 [ 15521] By: nick                                  on 2002/03/26  15:31:55
9146         Log: Testcase for crlf spanning buffer boundary
9147      Branch: perlio
9148            + t/io/crlf.t
9149            ! MANIFEST
9150 ____________________________________________________________________________
9151 [ 15520] By: nick                                  on 2002/03/26  15:09:52
9152         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
9153      Branch: perlio
9154            ! perlio.c
9155 ____________________________________________________________________________
9156 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
9157         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
9158      Branch: perl
9159            ! t/lib/1_compile.t
9160 ____________________________________________________________________________
9161 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
9162         Log: Document the Configure (really, awk) glitch in
9163              UNICOS/mk.
9164      Branch: perl
9165            ! pod/perldelta.pod
9166 ____________________________________________________________________________
9167 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
9168         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
9169              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9170              Date: Fri, 22 Mar 2002 16:11:28 +0100
9171              Message-ID: <3C9B57B0.31936.496399@localhost>
9172      Branch: perl
9173            ! win32/win32.c
9174 ____________________________________________________________________________
9175 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
9176         Log: Subject: Re: Jarkko likes OOOOs
9177              From: "Gerrit P. Haase" <gp@familiehaase.de>
9178              Date: Tue, 26 Mar 2002 08:44:02 +0100
9179              Message-ID: <40509050505.20020326084402@familiehaase.de>
9180      Branch: perl
9181            ! t/io/fs.t
9182 ____________________________________________________________________________
9183 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
9184         Log: Subject: [patch utils/perlbug] subject header setting problem      
9185              From: Stas Bekman <stas@stason.org>
9186              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
9187              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
9188      Branch: perl
9189            ! utils/perlbug.PL
9190 ____________________________________________________________________________
9191 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
9192         Log: Subject: [PATCH] win32/makefile.mk
9193              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9194              Date: Tue, 26 Mar 2002 13:56:19 +0100
9195              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
9196      Branch: perl
9197            ! win32/makefile.mk
9198 ____________________________________________________________________________
9199 [ 15513] By: nick                                  on 2002/03/26  07:17:17
9200         Log: Integrate mainline
9201      Branch: perlio
9202           +> (branch 39 files)
9203            - (delete 109 files)
9204           !> (integrate 105 files)
9205 ____________________________________________________________________________
9206 [ 15512] By: nick                                  on 2002/03/26  06:52:42
9207         Log: Integrate mainline
9208      Branch: perlio
9209           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
9210           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
9211           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
9212           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
9213           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
9214 ____________________________________________________________________________
9215 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
9216         Log: Installation advice from Robert Spier. 
9217      Branch: perl
9218            ! INSTALL
9219 ____________________________________________________________________________
9220 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
9221         Log: Stas setting things right.
9222      Branch: perl
9223            ! ext/PerlIO/PerlIO.t
9224 ____________________________________________________________________________
9225 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
9226         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
9227              From: Paul_GreenVOS@vos.stratus.com
9228              Date: Mon, 25 Mar 02 23:57 est
9229              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
9230      Branch: perl
9231            ! ext/IO/lib/IO/t/io_unix.t
9232 ____________________________________________________________________________
9233 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
9234         Log: Add threads hints for UNICOS/mk and UNICOS.
9235              (I'm just guessing on UNICOS.)
9236      Branch: perl
9237            ! hints/unicos.sh hints/unicosmk.sh
9238 ____________________________________________________________________________
9239 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
9240         Log: Mention the effect of Unicode keys on hashes.
9241      Branch: perl
9242            ! pod/perlunicode.pod
9243 ____________________________________________________________________________
9244 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
9245         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
9246              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9247              Date: Mon, 25 Mar 2002 17:24:33 -0600
9248              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
9249      Branch: perl
9250            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
9251            ! vms/vms_yfix.pl
9252 ____________________________________________________________________________
9253 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
9254         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
9255      Branch: perl
9256            ! hints/dec_osf.sh
9257 ____________________________________________________________________________
9258 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
9259         Log: The .ucm of Encode are big when uncompressed.
9260      Branch: perl
9261            ! INSTALL
9262 ____________________________________________________________________________
9263 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
9264         Log: I don't understand what is going on what these
9265              news tests, retracting the whole lot.
9266      Branch: perl
9267            ! ext/PerlIO/PerlIO.t
9268 ____________________________________________________________________________
9269 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
9270         Log: Upgrade to Encode 0.99, from Dan Kogai.
9271      Branch: perl
9272            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
9273            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
9274            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
9275            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
9276            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
9277            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
9278            + ext/Encode/Encode/ksc5601.ucm
9279            + ext/Encode/Encode/macCentEuro.ucm
9280            + ext/Encode/Encode/macCroatian.ucm
9281            + ext/Encode/Encode/macCyrillic.ucm
9282            + ext/Encode/Encode/macDingbats.ucm
9283            + ext/Encode/Encode/macGreek.ucm
9284            + ext/Encode/Encode/macIceland.ucm
9285            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
9286            + ext/Encode/Encode/macRumanian.ucm
9287            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
9288            + ext/Encode/Encode/macTurkish.ucm
9289            + ext/Encode/Encode/macUkraine.ucm
9290            + ext/Encode/Encode/shiftjis.ucm
9291            + ext/Encode/lib/Encode/10646_1.pm
9292            + ext/Encode/lib/Encode/CJKConstants.pm
9293            + ext/Encode/lib/Encode/CN/2022_CN.pm
9294            + ext/Encode/lib/Encode/JP/2022_JP.pm
9295            + ext/Encode/lib/Encode/JP/2022_JP1.pm
9296            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
9297            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9298            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9299            + ext/Encode/ucm2table
9300            - (delete 109 files)
9301            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
9302            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
9303            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
9304            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9305            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9306            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
9307            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
9308            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9309            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9310            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9311            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9312            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9313            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9314            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9315            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
9316            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
9317            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
9318            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
9319            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
9320            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
9321            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
9322            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
9323            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
9324            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
9325            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
9326            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9327            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9328            ! ext/Encode/Makefile.PL ext/Encode/README
9329            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9330            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9331            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
9332            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9333            ! ext/Encode/lib/Encode/Details.pod
9334            ! ext/Encode/lib/Encode/Encoding.pm
9335            ! ext/Encode/lib/Encode/Internal.pm
9336            ! ext/Encode/lib/Encode/JP/H2Z.pm
9337            ! ext/Encode/lib/Encode/JP/JIS.pm
9338            ! ext/Encode/lib/Encode/Supported.pod
9339            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9340            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9341            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
9342            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
9343            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
9344            ! ext/Encode/t/jisx0212.ref
9345 ____________________________________________________________________________
9346 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
9347         Log: Noise with -w.
9348      Branch: perl
9349            ! ext/PerlIO/PerlIO.t
9350 ____________________________________________________________________________
9351 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
9352         Log: If no perlio no perlio warnings, either.
9353      Branch: perl
9354            ! lib/warnings.t
9355 ____________________________________________________________________________
9356 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
9357         Log: ...and put some of the new perlio tests here.
9358              The in-memory ones not yet since my poor brain
9359              refuses to find the right TODO incantation.
9360      Branch: perl
9361            ! ext/PerlIO/PerlIO.t
9362 ____________________________________________________________________________
9363 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
9364         Log: Take away the perlio-requiring tests..
9365      Branch: perl
9366            ! t/io/open.t
9367 ____________________________________________________________________________
9368 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
9369         Log: More correct now, but actually the two new tests
9370              need to be moved, since they are perlio-only...
9371      Branch: perl
9372            ! t/io/open.t
9373 ____________________________________________________________________________
9374 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
9375         Log: More neo-io tests from Stas Bekman.
9376      Branch: perl
9377            ! t/io/open.t
9378 ____________________________________________________________________________
9379 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
9380         Log: Document the QNX6 sprintf glitch.
9381      Branch: perl
9382            ! pod/perldelta.pod
9383 ____________________________________________________________________________
9384 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
9385         Log: AmigaOS must use the ixemul directly, since there
9386              is no more vfork support.
9387      Branch: perl
9388            ! hints/amigaos.sh
9389 ____________________________________________________________________________
9390 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
9391         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
9392              From: Norton Allen <allen@huarp.harvard.edu>
9393              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
9394              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
9395      Branch: perl
9396            ! pp_sys.c
9397 ____________________________________________________________________________
9398 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
9399         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
9400              From: Norton Allen <allen@huarp.harvard.edu>
9401              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
9402              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
9403      Branch: perl
9404            ! ext/Socket/socketpair.t
9405 ____________________________________________________________________________
9406 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
9407         Log: Clarify the 8.3 rule.
9408      Branch: perl
9409            ! Porting/check83.pl
9410 ____________________________________________________________________________
9411 [ 15490] By: nick                                  on 2002/03/25  16:05:07
9412         Log: Integrate mainline
9413      Branch: perlio
9414           +> ext/Encode/lib/Encode/EncFormat.pod
9415           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
9416            - ext/Encode/lib/EncodeFormat.pod
9417           !> (integrate 41 files)
9418 ____________________________________________________________________________
9419 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
9420         Log: Update Changes.
9421      Branch: perl
9422            ! Changes patchlevel.h
9423 ____________________________________________________________________________
9424 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
9425         Log: Forgotten from #15486.
9426      Branch: perl
9427            ! perl.c
9428 ____________________________________________________________________________
9429 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
9430         Log: It seems that FreeBSD does not like using Perl's malloc
9431              when multithreaded.
9432      Branch: perl
9433            ! hints/freebsd.sh
9434 ____________________________________________________________________________
9435 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
9436         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
9437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9438              Date: Mon, 25 Mar 2002 11:33:17 +0100
9439              Message-ID: <20020325113317.A1410@rafael>
9440              
9441              Apparently VMS does not do YYDEBUG.
9442      Branch: perl
9443            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
9444 ____________________________________________________________________________
9445 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
9446         Log: Subject: [PATCH] warnings for perlio + others
9447              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9448              Date: Mon, 25 Mar 2002 13:01:44 -0000
9449              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
9450      Branch: perl
9451            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
9452            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
9453            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
9454            ! warnings.pl
9455 ____________________________________________________________________________
9456 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
9457         Log: As verified by Doug MacEachern.
9458      Branch: perl
9459            ! pod/perldelta.pod
9460 ____________________________________________________________________________
9461 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
9462         Log: MPE/iX update from Mark Bixby.
9463      Branch: perl
9464            + mpeix/mpeix.c
9465            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
9466            ! hints/mpeix.sh mpeix/mpeixish.h
9467 ____________________________________________________________________________
9468 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
9469         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
9470              From: Nicholas Clark <nick@unfortu.net>
9471              Date: Sun, 24 Mar 2002 22:50:06 +0000
9472              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
9473      Branch: perl
9474            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
9475 ____________________________________________________________________________
9476 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
9477         Log: Subject: [PATCH] fix warning + carp interaction
9478              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
9479              Date: Sun, 24 Mar 2002 23:00:21 -0000
9480              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
9481      Branch: perl
9482            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
9483            ! warnings.pl
9484 ____________________________________________________________________________
9485 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
9486         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
9487              (All the code changes have already been applied earlier.)
9488      Branch: perl
9489            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
9490 ____________________________________________________________________________
9491 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
9492         Log: DB_File: for the core version, no need to specify
9493              a minimum MM version.
9494      Branch: perl
9495            ! ext/DB_File/Makefile.PL
9496 ____________________________________________________________________________
9497 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
9498         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
9499              From: Dave Mitchell <davem@fdgroup.com>
9500              Date: Sun, 24 Mar 2002 22:23:08 +0000
9501              Message-ID: <20020324222308.B21963@fdgroup.com>
9502      Branch: perl
9503            ! pp_pack.c
9504 ____________________________________________________________________________
9505 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
9506         Log: Subject: [PATCH @15450] errno help for VMS
9507              From: "Craig A. Berry" <craigberry@mac.com>
9508              Date: Sun, 24 Mar 2002 16:17:52 -0600
9509              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
9510      Branch: perl
9511            ! ext/POSIX/t/posix.t vms/vms.c
9512 ____________________________________________________________________________
9513 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
9514         Log: Upgrade to Locale::Codes 2.03.
9515      Branch: perl
9516            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9517            ! lib/Locale/Country.pm
9518 ____________________________________________________________________________
9519 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
9520         Log: metaconfig unit change for #15474.
9521      Branch: metaconfig/U/perl
9522            ! Extensions.U
9523 ____________________________________________________________________________
9524 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
9525         Log: The #15472 said "properly".  Ha!
9526      Branch: perl
9527            ! Configure
9528 ____________________________________________________________________________
9529 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
9530         Log: metaconfig unit change for #15472.
9531      Branch: metaconfig/U/perl
9532            ! Extensions.U
9533 ____________________________________________________________________________
9534 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
9535         Log: Properly scan for the subextensions of Encode
9536              when doing static builds.
9537      Branch: perl
9538            ! Configure
9539 ____________________________________________________________________________
9540 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
9541         Log: Tru64: Document the known odbm failure with static builds.
9542      Branch: perl
9543            ! README.tru64
9544 ____________________________________________________________________________
9545 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
9546         Log: microperl tweaks.
9547      Branch: perl
9548            ! Makefile.micro locale.c util.c
9549 ____________________________________________________________________________
9550 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
9551         Log: metaconfig unit changes for #15468.
9552      Branch: metaconfig
9553            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
9554            ! U/modified/libc.U U/modified/libs.U
9555            ! U/threads/d_pthread_atfork.U
9556 ____________________________________________________________________________
9557 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
9558         Log: Various metaconfig unit cleanup; only one visible change
9559              in Configure, though.
9560      Branch: perl
9561            ! Configure
9562 ____________________________________________________________________________
9563 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
9564         Log: Upgrade to Encode 0.98, from Dan Kogai.
9565      Branch: perl
9566            + ext/Encode/lib/Encode/EncFormat.pod
9567            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
9568            - ext/Encode/lib/EncodeFormat.pod
9569            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
9570            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
9571            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9572            ! ext/Encode/lib/Encode/Alias.pm
9573            ! ext/Encode/lib/Encode/Details.pod
9574            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9575            ! ext/Encode/lib/Encode/JP/JIS.pm
9576            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9577 ____________________________________________________________________________
9578 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
9579         Log: Integrate perlio;
9580              
9581              Avoid core-dump in Encode with PERLIO=mmap
9582      Branch: perl
9583           !> ext/Encode/Encode.xs
9584 ____________________________________________________________________________
9585 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
9586         Log: In the spirit of #15464.
9587      Branch: perl
9588            ! perl.c sv.c
9589 ____________________________________________________________________________
9590 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
9591         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
9592              From: Michael G Schwern <schwern@pobox.com>
9593              Date: Sun, 24 Mar 2002 02:27:25 -0500
9594              Message-ID: <20020324072725.GA3554@blackrider>
9595      Branch: perl
9596            ! perl.c
9597 ____________________________________________________________________________
9598 [ 15463] By: nick                                  on 2002/03/24  10:24:41
9599         Log: Integrate mainline
9600      Branch: perlio
9601           +> (branch 28 files)
9602            - lib/bigfloat.t lib/bigint.t
9603           !> (integrate 59 files)
9604 ____________________________________________________________________________
9605 [ 15462] By: nick                                  on 2002/03/24  08:59:35
9606         Log: Avoid core-dump in Encode with PERLIO=mmap
9607      Branch: perlio
9608            ! ext/Encode/Encode.xs
9609 ____________________________________________________________________________
9610 [ 15461] By: nick                                  on 2002/03/24  08:58:21
9611         Log: Too many machines doing integrate mainline
9612      Branch: perlio
9613           !> Changes Configure lib/AutoSplit.t
9614           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
9615           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
9616           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
9617           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
9618 ____________________________________________________________________________
9619 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
9620         Log: Retract Math::BigInt::Lite for now, seems to confuse
9621              bignum and bigrat.
9622      Branch: perl
9623            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9624            ! MANIFEST
9625 ____________________________________________________________________________
9626 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
9627         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
9628              From: "Craig A. Berry" <craigberry@mac.com>
9629              Date: Sat, 23 Mar 2002 23:23:00 -0600
9630              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
9631      Branch: perl
9632            ! configure.com vms/vms.c
9633 ____________________________________________________________________________
9634 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
9635         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
9636              From: Michael G Schwern <schwern@pobox.com>
9637              Date: Sat, 23 Mar 2002 21:32:32 -0500
9638              Message-ID: <20020324023232.GA29972@blackrider>
9639              
9640              (with Russ Allbery's simplifications)
9641      Branch: perl
9642            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
9643 ____________________________________________________________________________
9644 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
9645         Log: Merge Math::BigInt::Lite 0.08, from Tels.
9646      Branch: perl
9647            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9648            ! MANIFEST
9649 ____________________________________________________________________________
9650 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
9651         Log: Too chatty.
9652      Branch: perl
9653            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
9654 ____________________________________________________________________________
9655 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
9656         Log: Merge bignum 0.10, from Tels.
9657      Branch: perl
9658            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
9659            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
9660            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
9661            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9662            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
9663            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
9664            ! MANIFEST
9665 ____________________________________________________________________________
9666 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
9667         Log: Rename the Perl 4 tests in preparation of bignum.
9668      Branch: perl
9669            + lib/bigfloatpl.t lib/bigintpl.t
9670            - lib/bigfloat.t lib/bigint.t
9671            ! MANIFEST
9672 ____________________________________________________________________________
9673 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
9674         Log: Merge Math::BigRat 0.04, from Tels.
9675      Branch: perl
9676            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9677            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9678            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
9679            + t/lib/Math/BigRat/Test.pm
9680            ! MANIFEST
9681 ____________________________________________________________________________
9682 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
9683         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
9684              From: Dave Mitchell <davem@fdgroup.com>
9685              Date: Sat, 23 Mar 2002 22:27:24 +0000
9686              Message-ID: <20020323222724.A19425@fdgroup.com>
9687      Branch: perl
9688            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
9689 ____________________________________________________________________________
9690 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
9691         Log: Forgotten.
9692      Branch: perl
9693            ! ext/Unicode/Normalize/README
9694 ____________________________________________________________________________
9695 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
9696         Log: Update Changes.
9697      Branch: perl
9698            ! Changes patchlevel.h
9699 ____________________________________________________________________________
9700 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
9701         Log: Subject: perldoc -m [PATCH]
9702              From: "John L. Allen" <allen@grumman.com>
9703              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
9704              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
9705      Branch: perl
9706            ! utils/perldoc.PL
9707 ____________________________________________________________________________
9708 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
9709         Log: Subject: Re: Copious warnings from Sys::Syslog
9710              From: andreas.koenig@anima.de (Andreas J. Koenig)
9711              Date: Sat, 23 Mar 2002 06:47:08 +0100
9712              Message-ID: <m31yebvns3.fsf@anima.de>
9713      Branch: perl
9714            ! ext/Sys/Syslog/Syslog.pm
9715 ____________________________________________________________________________
9716 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
9717         Log: Upgrade to Math::BigInt 1.55, from Tels.
9718      Branch: perl
9719            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
9720            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
9721            + lib/Math/BigInt/t/use_lib4.t
9722            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9723            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9724            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
9725            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
9726            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
9727            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
9728            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
9729            ! lib/Math/BigInt/t/upgrade.t
9730 ____________________________________________________________________________
9731 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
9732         Log: Upgrade to Encode 0.97, from Dan Kogai.
9733      Branch: perl
9734            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
9735            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9736            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
9737            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9738            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9739            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
9740            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
9741            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
9742            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
9743            ! ext/Encode/t/Tcl.t
9744 ____________________________________________________________________________
9745 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
9746         Log: Slight tweaks on #15443.
9747      Branch: perl
9748            ! pod/perlvar.pod
9749 ____________________________________________________________________________
9750 [ 15444] By: nick                                  on 2002/03/23  17:30:42
9751         Log: Integrate mainline
9752      Branch: perlio
9753           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9754           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9755           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9756           !> (integrate 50 files)
9757 ____________________________________________________________________________
9758 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
9759         Log: Subject: patch [bleadperl]: Document %! special variable
9760              From: mjd@plover.com
9761              Date: 23 Mar 2002 18:25:44 -0000
9762              Message-ID: <20020323182544.11741.qmail@plover.com>    
9763      Branch: perl
9764            ! pod/perlvar.pod
9765 ____________________________________________________________________________
9766 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
9767         Log: Since the Encode::JP is unsupported under EBCDIC we
9768              cannot run this test (aliases as such should work fine).
9769      Branch: perl
9770            ! ext/Encode/t/Aliases.t
9771 ____________________________________________________________________________
9772 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
9773         Log: EBCDIC: the sorting order is different under
9774              byte-EBCDIC and Unicode.
9775      Branch: perl
9776            ! t/op/utfhash.t
9777 ____________________________________________________________________________
9778 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
9779         Log: EBCDIC: the character codes are different.
9780      Branch: perl
9781            ! lib/Pod/t/pod2html-lib.pl
9782 ____________________________________________________________________________
9783 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
9784         Log: Purify: #15434 got the test the wrong.
9785              (Is there an approved way of testing "is this an unop"?)
9786      Branch: perl
9787            ! op.c
9788 ____________________________________________________________________________
9789 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
9790         Log: Purify: Array bounds read: could read one character past the end.
9791      Branch: perl
9792            ! pp_pack.c
9793 ____________________________________________________________________________
9794 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
9795         Log: Purify: Array bounds read: reading one byte before the buffer.
9796      Branch: perl
9797            ! util.c
9798 ____________________________________________________________________________
9799 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
9800         Log: Purify: Unitialized memory read.  Too many code paths
9801              to keep track of, I guess.
9802      Branch: perl
9803            ! sv.c
9804 ____________________________________________________________________________
9805 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
9806         Log: Purify: Array bounds write: pre-extend the strxfrm
9807              buffer by a factor of four (suggested maximum by HP-UX;
9808              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
9809              know how portable that is; locale.c uses yet another trick
9810              (not a particularly good trick, I might add))
9811      Branch: perl
9812            ! ext/POSIX/POSIX.xs
9813 ____________________________________________________________________________
9814 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
9815         Log: Purify: Array bounds read: o->op_last was accessed
9816              for unops (via newUNOP() and ck_eof()).
9817              (analysis okay, patch bad: see #15439)
9818      Branch: perl
9819            ! op.c
9820 ____________________________________________________________________________
9821 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
9822         Log: Subject: [PATCH] vms/test.com, File::Find tests
9823              From: "Craig A. Berry" <craigberry@mac.com>
9824              Date: Fri, 22 Mar 2002 16:52:59 -0600
9825              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
9826      Branch: perl
9827            ! vms/test.com
9828 ____________________________________________________________________________
9829 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
9830         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
9831              From: Michael G Schwern <schwern@pobox.com>
9832              Date: Fri, 22 Mar 2002 18:08:19 -0500
9833              Message-ID: <20020322230819.GB16454@blackrider>
9834      Branch: perl
9835            ! ext/Sys/Syslog/Syslog.pm
9836 ____________________________________________________________________________
9837 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
9838         Log: Update the information on Encode.
9839      Branch: perl
9840            ! pod/perldelta.pod
9841 ____________________________________________________________________________
9842 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
9843         Log: Upgrade to Encode 0.96, from Dan Kogai.
9844      Branch: perl
9845            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9846            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9847            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9848            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9849            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9850            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9851            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
9852            ! ext/Encode/lib/Encode/Alias.pm
9853            ! ext/Encode/lib/Encode/Encoding.pm
9854            ! ext/Encode/lib/Encode/Internal.pm
9855            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9856 ____________________________________________________________________________
9857 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
9858         Log: Subject: [PATCH] h2xs.t fix for VMS
9859              From: "Craig A. Berry" <craigberry@mac.com>
9860              Date: Fri, 22 Mar 2002 15:47:38 -0600
9861              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
9862      Branch: perl
9863            ! lib/h2xs.t
9864 ____________________________________________________________________________
9865 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
9866         Log: One more pass.
9867      Branch: perl
9868            ! epoc/config.sh
9869 ____________________________________________________________________________
9870 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
9871         Log: Even better version from Olaf Flebbe.
9872      Branch: perl
9873            ! epoc/config.sh pp_sys.c util.c
9874 ____________________________________________________________________________
9875 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
9876         Log: EPOC update from Olaf Flebbe.
9877      Branch: perl
9878            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
9879            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
9880 ____________________________________________________________________________
9881 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
9882         Log: Tweak from John P. Linderman.
9883      Branch: perl
9884            ! pod/perlhack.pod
9885 ____________________________________________________________________________
9886 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
9887         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
9888              From: Stas Bekman <stas@stason.org>
9889              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
9890              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
9891      Branch: perl
9892            ! pod/perlfunc.pod
9893 ____________________________________________________________________________
9894 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
9895         Log: Subject: [PATCH] check sysconf's return value in reentr.c
9896              From: <slaven.rezic@berlin.de>
9897              Date: Fri, 22 Mar 2002 18:30:36 +0100
9898              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
9899              
9900              (plus use 4k instead 2k as the "usual" size)
9901      Branch: perl
9902            ! reentr.c reentr.pl
9903 ____________________________________________________________________________
9904 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
9905         Log: Update Changes.
9906      Branch: perl
9907            ! Changes patchlevel.h
9908 ____________________________________________________________________________
9909 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
9910         Log: Forgot from #15416.
9911      Branch: perl
9912            ! pod/perlfaq3.pod
9913 ____________________________________________________________________________
9914 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
9915         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
9916              From: andreas.koenig@anima.de (Andreas J. Koenig)
9917              Date: Fri, 22 Mar 2002 16:27:51 +0100
9918              Message-ID: <m3n0x0vczs.fsf@anima.de>
9919      Branch: perl
9920            ! pod/perlmodstyle.pod
9921 ____________________________________________________________________________
9922 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
9923         Log: metaconfig unit changes for #15418.
9924      Branch: metaconfig
9925            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9926            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9927            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9928            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9929            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9930            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9931            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9932            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9933            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9934            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9935            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9936            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9937            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9938            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9939            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9940            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9941            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9942            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9943            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9944            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9945            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9946            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9947            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9948            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9949 ____________________________________________________________________________
9950 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
9951         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
9952              Also, there's no i_stdio.
9953      Branch: perl
9954            ! Configure reentr.h reentr.pl
9955 ____________________________________________________________________________
9956 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
9957         Log: Document a known AIX warning.
9958      Branch: perl
9959            ! pod/perldelta.pod
9960 ____________________________________________________________________________
9961 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
9962         Log: Undo #15415, allow the faq people to catch up first.
9963      Branch: perl
9964            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9965 ____________________________________________________________________________
9966 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
9967         Log: FAQ sync.
9968      Branch: perl
9969            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
9970 ____________________________________________________________________________
9971 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
9972         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
9973              From: andreas.koenig@anima.de (Andreas J. Koenig)
9974              Date: Fri, 22 Mar 2002 15:16:19 +0100
9975              Message-ID: <m38z8kwuvg.fsf@anima.de>
9976              
9977              (plus reformat)
9978      Branch: perl
9979            ! pod/perldelta.pod
9980 ____________________________________________________________________________
9981 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
9982         Log: Integrate perlio;
9983              
9984              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9985              
9986              Check for sanity of UTF-8 keys in hashes
9987      Branch: perl
9988           +> t/op/utfhash.t
9989           !> MANIFEST doio.c
9990 ____________________________________________________________________________
9991 [ 15412] By: nick                                  on 2002/03/22  10:50:53
9992         Log: Check for sanity of UTF-8 keys in hashes
9993              (feel free to add more tests...)
9994      Branch: perlio
9995            + t/op/utfhash.t
9996            ! MANIFEST
9997 ____________________________________________________________________________
9998 [ 15411] By: ams                                   on 2002/03/22  08:36:33
9999         Log: Revert #15200 for backwards compatiblity reasons.
10000      Branch: perl
10001            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
10002            ! pp_ctl.c t/op/override.t
10003 ____________________________________________________________________________
10004 [ 15410] By: nick                                  on 2002/03/22  07:47:41
10005         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
10006              - when (e.g.) STDOUT is char special file and gets IoOFP
10007              created - do _NOT_ pass num_svs as that fopen-s stringified
10008              glob, and not fdopen-s the fd.
10009      Branch: perlio
10010            ! doio.c
10011 ____________________________________________________________________________
10012 [ 15409] By: nick                                  on 2002/03/22  07:19:33
10013         Log: Integrate mainline
10014      Branch: perlio
10015           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
10016           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
10017           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
10018           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
10019           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
10020           +> ext/Encode/lib/Encode/Details.pod
10021           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10022           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
10023           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10024           +> lib/Pod/t/pod2html-lib.pl
10025            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10026           !> (integrate 39 files)
10027 ____________________________________________________________________________
10028 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
10029         Log: Win32 tweak from mjd.
10030      Branch: perl
10031            ! lib/Tie/File.pm
10032 ____________________________________________________________________________
10033 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
10034         Log: If Unicode keys are entered to a hash, a bit is turned on.
10035              If the bit is on, when the keys are fetched from the hash
10036              (%h, each %h, keys %h), the Unicodified versions of the keys
10037              are returned if needed.  This solution errs on the size of
10038              over-Unicodifying, the old solution erred on the side of
10039              under-Unicodifying.  As long as the hash keys can be a mix
10040              of byte and Unicode strings, a perfect fit is hard to come by.
10041      Branch: perl
10042            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
10043            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
10044 ____________________________________________________________________________
10045 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
10046         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
10047              From: Mike Guy <mjtg@cam.ac.uk>
10048              Date: Fri, 22 Mar 2002 02:08:20 +0000
10049              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
10050      Branch: perl
10051            ! pod/perldelta.pod
10052 ____________________________________________________________________________
10053 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
10054         Log: PM_SETRE() fallout.
10055      Branch: perl
10056            ! ext/ByteLoader/bytecode.h
10057 ____________________________________________________________________________
10058 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
10059         Log: Subject: [PATCH pod/perlxs.pod] doc fix
10060              From: Stas Bekman <stas@stason.org>
10061              Date: Thu, 21 Mar 2002 18:47:35 +0800
10062              Message-ID: <3C99BA47.9010403@stason.org>
10063      Branch: perl
10064            ! pod/perlxs.pod
10065 ____________________________________________________________________________
10066 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
10067         Log: Subject: [PATCH]
10068              From: Slaven Rezic <slaven.rezic@berlin.de>
10069              Date: 21 Mar 2002 10:19:23 +0100
10070              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
10071              
10072              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
10073      Branch: perl
10074            ! hints/freebsd.sh
10075 ____________________________________________________________________________
10076 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
10077         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
10078              From: Tim Bunce <Tim.Bunce@pobox.com>
10079              Date: Thu, 21 Mar 2002 21:18:05 +0000
10080              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
10081      Branch: perl
10082            ! ext/Storable/Storable.xs
10083 ____________________________________________________________________________
10084 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
10085         Log: Reword the Apache^Wmod_perl bit so that Sarathy
10086              can sleep easier :-)
10087      Branch: perl
10088            ! pod/perldelta.pod
10089 ____________________________________________________________________________
10090 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
10091         Log: It seems that the strange failure (core dump) of
10092              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
10093              (1) using Sun's cc helps
10094              (2) rewriting the ithreads PM_SETRE() to do the
10095              setting in two steps helps
10096              (3) no other platforms have the crash
10097              (4) Tru64's Third Degree sees nothing evil
10098              So we implement (2).
10099      Branch: perl
10100            ! op.h
10101 ____________________________________________________________________________
10102 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
10103         Log: Solaris: default to the SUNwspro cc if it is available.
10104      Branch: perl
10105            ! hints/solaris_2.sh
10106 ____________________________________________________________________________
10107 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
10108         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
10109              does not get fixed in time.
10110      Branch: perl
10111            ! pod/perldelta.pod
10112 ____________________________________________________________________________
10113 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
10114         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
10115              From: Dave Mitchell <davem@fdgroup.com>
10116              Date: Thu, 21 Mar 2002 17:24:40 +0000
10117              Message-ID: <20020321172440.C13683@fdgroup.com>
10118      Branch: perl
10119            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
10120            ! pod/perlapi.pod proto.h sv.h toke.c
10121 ____________________________________________________________________________
10122 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
10123         Log: One more proto escapee.
10124      Branch: perl
10125            ! hints/linux.sh
10126 ____________________________________________________________________________
10127 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
10128         Log: metaconfig unit change for #15394.
10129      Branch: metaconfig/U/perl
10130            ! Checkcc.U
10131 ____________________________________________________________________________
10132 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
10133         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
10134              From: Robin Barker <rmb1@cise.npl.co.uk>
10135              Date: Thu, 21 Mar 2002 17:35:00 GMT
10136              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
10137      Branch: perl
10138            ! Configure
10139 ____________________________________________________________________________
10140 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
10141         Log: Subject: Re: [tests for Pod::Html]
10142              From: Stas Bekman <stas@stason.org>
10143              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
10144              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
10145      Branch: perl
10146            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10147            - t/pod2html/README
10148            ! MANIFEST lib/Pod/t/pod2html-lib.pl
10149 ____________________________________________________________________________
10150 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
10151         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
10152              From: Stas Bekman <stas@stason.org>
10153              Date: Thu, 21 Mar 2002 18:50:56 +0800
10154              Message-ID: <3C99BB10.50004@stason.org>
10155      Branch: perl
10156            ! ext/Cwd/Cwd.xs
10157 ____________________________________________________________________________
10158 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
10159         Log: Upgrade to Encode 0.95, from Dan Kogai.
10160      Branch: perl
10161            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
10162            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
10163            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
10164            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
10165            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
10166            + ext/Encode/lib/Encode/Details.pod
10167            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10168            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10169            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10170            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
10171            ! ext/Encode/Makefile.PL
10172 ____________________________________________________________________________
10173 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
10174         Log: Mention the new syslog try-harder feature.
10175      Branch: perl
10176            ! pod/perldelta.pod
10177 ____________________________________________________________________________
10178 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
10179         Log: metaconfig unit changes for #15388.
10180      Branch: metaconfig
10181            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10182            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10183            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10184            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10185            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10186            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10187            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10188            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10189            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10190            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10191            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10192            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10193            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10194            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10195            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10196            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10197            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10198            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10199            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10200            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10201            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10202            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10203            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10204            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10205 ____________________________________________________________________________
10206 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
10207         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
10208              From: Spider Boardman <spider@web.zk3.dec.com>
10209              Date: Thu, 21 Mar 2002 09:23:45 -0500
10210              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
10211      Branch: perl
10212            ! Configure hints/hpux.sh reentr.pl
10213 ____________________________________________________________________________
10214 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
10215         Log: NetWare diff from C Aditya.
10216      Branch: perl
10217            ! perl.h
10218 ____________________________________________________________________________
10219 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
10220         Log: The htmlview test doesn't work yet.
10221      Branch: perl
10222            + t/pod2html/README
10223            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10224            ! MANIFEST
10225 ____________________________________________________________________________
10226 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
10227         Log: Placeholder.
10228      Branch: perl
10229            ! MANIFEST
10230 ____________________________________________________________________________
10231 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
10232         Log: Integrate perlio: missing tabs in makefile.mk.
10233      Branch: perl
10234           !> win32/makefile.mk
10235 ____________________________________________________________________________
10236 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
10237         Log: Subject: [tests for Pod::Html]
10238              From: Stas Bekman <stas@stason.org>
10239              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
10240              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
10241      Branch: perl
10242            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
10243            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10244            + lib/Pod/t/pod2html-lib.pl
10245            ! MANIFEST
10246 ____________________________________________________________________________
10247 [ 15382] By: nick                                  on 2002/03/21  07:21:57
10248         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
10249      Branch: perlio
10250           +> ext/Encode/AUTHORS ext/Encode/Changes
10251           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10252           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10253           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10254           +> ext/I18N/Langinfo/fallback/const-c.inc
10255           +> ext/I18N/Langinfo/fallback/const-xs.inc
10256           +> lib/ExtUtils/t/Constant.t
10257            - ext/Encode/Encode/euc-jp-0212.enc
10258            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
10259            - ext/Encode/t/table.euc ext/Encode/t/table.ref
10260            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
10261           !> (integrate 105 files)
10262 ____________________________________________________________________________
10263 [ 15381] By: nick                                  on 2002/03/21  06:59:57
10264         Log: Restore tabs so dmake will parse file!
10265      Branch: perlio
10266            ! win32/makefile.mk
10267 ____________________________________________________________________________
10268 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
10269         Log: Upgrade to Unicode::Normalize 0.16.
10270      Branch: perl
10271            ! ext/Unicode/Normalize/Changes
10272            ! ext/Unicode/Normalize/Normalize.pm
10273 ____________________________________________________________________________
10274 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
10275         Log: Schwern's wallet is a bit more loose.
10276      Branch: perl
10277            ! t/lib/1_compile.t
10278 ____________________________________________________________________________
10279 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
10280         Log: Subject: [PATCH]
10281              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10282              Date: Wed, 20 Mar 2002 22:56:17 -0000
10283              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
10284              
10285              packWARN also for subdirs.
10286      Branch: perl
10287            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
10288            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
10289            ! win32/win32.c
10290 ____________________________________________________________________________
10291 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
10292         Log: A plan is better.
10293      Branch: perl
10294            ! ext/Encode/t/CJKalias.t
10295 ____________________________________________________________________________
10296 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
10297         Log: Upgrade to Encode 0.94, from Dan Kogai.
10298      Branch: perl
10299            + ext/Encode/lib/Encode/Description.pod
10300            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10301            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
10302            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10303            ! ext/Encode/lib/Encode/Encoding.pm
10304            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10305            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10306            ! ext/Encode/t/CJKalias.t
10307 ____________________________________________________________________________
10308 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
10309         Log: Rats' nest.
10310      Branch: perl
10311            ! hints/solaris_2.sh
10312 ____________________________________________________________________________
10313 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
10314         Log: Rrright.
10315      Branch: perl
10316            ! pod/perlguts.pod
10317 ____________________________________________________________________________
10318 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
10319         Log: Update Changes.
10320      Branch: perl
10321            ! Changes patchlevel.h
10322 ____________________________________________________________________________
10323 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
10324         Log: Reapply #15336.
10325      Branch: perl
10326            ! ext/Encode/lib/Encode/Tcl.pm
10327 ____________________________________________________________________________
10328 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
10329         Log: Upgrade to Encode 0.93, from Dan Kogai.
10330      Branch: perl
10331            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
10332            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10333            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10334            ! ext/Encode/README ext/Encode/TW/TW.pm
10335            ! ext/Encode/lib/Encode/CN/HZ.pm
10336            ! ext/Encode/lib/Encode/Encoding.pm
10337            ! ext/Encode/lib/Encode/Internal.pm
10338            ! ext/Encode/lib/Encode/JP/Constants.pm
10339            ! ext/Encode/lib/Encode/JP/H2Z.pm
10340            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10341            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10342            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10343            ! ext/Encode/lib/Encode/Tcl/Table.pm
10344            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10345            ! ext/Encode/lib/Encode/iso10646_1.pm
10346            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10347            ! ext/Encode/t/JP.t
10348 ____________________________________________________________________________
10349 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
10350         Log: Subject: patch for syslog
10351              From: <Nick.Williams@morganstanley.com>
10352              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
10353              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
10354      Branch: perl
10355            ! ext/Sys/Syslog/Syslog.pm
10356 ____________________________________________________________________________
10357 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
10358         Log: Some failure updates.
10359      Branch: perl
10360            ! pod/perldelta.pod
10361 ____________________________________________________________________________
10362 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
10363         Log: Getopt::Long 2.29 from Johan Vromans.
10364      Branch: perl
10365            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10366 ____________________________________________________________________________
10367 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
10368         Log: Rename ExtUtils.t to Constant.t, as suggested by
10369              Nicholas Clark.
10370      Branch: perl
10371            + lib/ExtUtils/t/Constant.t
10372            - lib/ExtUtils/t/ExtUtils.t
10373            ! MANIFEST
10374 ____________________________________________________________________________
10375 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
10376         Log: Subject: [PATCH] TODO - Make Schwern Poorer
10377              From: Nicholas Clark <nick@unfortu.net>
10378              Date: Tue, 19 Mar 2002 22:50:28 +0000
10379              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
10380      Branch: perl
10381            ! t/lib/1_compile.t
10382 ____________________________________________________________________________
10383 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
10384         Log: Subject: Re: The story of O [PATCH]
10385              From: Richard.Foley@t-online.de (Richard Foley)
10386              Date: Sun, 17 Mar 2002 08:37:26 +0100
10387              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
10388      Branch: perl
10389            ! lib/perl5db.pl
10390 ____________________________________________________________________________
10391 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
10392         Log: Mention the external modules Encode::HanExtra and
10393              PadWalker.
10394      Branch: perl
10395            ! pod/perldelta.pod
10396 ____________________________________________________________________________
10397 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
10398         Log: Subject: [PATCH] List lexicals from debugger
10399              From: Peter Scott <Peter@PSDT.com>
10400              Date: Tue, 19 Mar 2002 12:28:52 -0800
10401              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
10402      Branch: perl
10403            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
10404 ____________________________________________________________________________
10405 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
10406         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
10407              and :encoding(xxx) was errorneously parsed.
10408      Branch: perl
10409            ! lib/open.pm
10410 ____________________________________________________________________________
10411 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
10412         Log: Subject: [PATCH bleadperl] exec.t tweak
10413              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10414              Date: Wed, 20 Mar 2002 01:21:40 +0100
10415              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
10416              
10417              4NT returns 2 as error-code for nonexistant file.
10418      Branch: perl
10419            ! t/op/exec.t
10420 ____________________________________________________________________________
10421 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
10422         Log: minor Tie::File test patch to make win32 happier, from mjd.
10423      Branch: perl
10424            ! lib/Tie/File/t/30_defer.t
10425 ____________________________________________________________________________
10426 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
10427         Log: Subject: [PATCH bleadperl] magic.t tweak
10428              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10429              Date: Wed, 20 Mar 2002 00:39:16 +0100
10430              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
10431      Branch: perl
10432            ! t/op/magic.t
10433 ____________________________________________________________________________
10434 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
10435         Log: Typo fix from Andreas Koenig, plus a tweak.
10436      Branch: perl
10437            ! pod/perlunicode.pod
10438 ____________________________________________________________________________
10439 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
10440         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
10441              in Mandrake 8.2.  Now we need to figure out a way not to
10442              unbreak Apache.
10443      Branch: perl
10444            ! hints/linux.sh
10445 ____________________________________________________________________________
10446 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
10447         Log: Fix for "UTF-8 bug with s///" from Hugo.
10448      Branch: perl
10449            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
10450            ! t/op/pat.t
10451 ____________________________________________________________________________
10452 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
10453         Log: metaconfig unit change for #15354.
10454      Branch: metaconfig
10455            ! U/threads/usethreads.U
10456 ____________________________________________________________________________
10457 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
10458         Log: Installation updates on threads and perlio.
10459      Branch: perl
10460            ! Configure INSTALL
10461 ____________________________________________________________________________
10462 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
10463         Log: Tpo.
10464      Branch: perl
10465            ! pod/perlfaq6.pod
10466 ____________________________________________________________________________
10467 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
10468         Log: Regen modlib and toc.
10469      Branch: perl
10470            ! pod/perlmodlib.pod pod/perltoc.pod
10471 ____________________________________________________________________________
10472 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
10473         Log: Whitespace tweaks.
10474      Branch: perl
10475            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
10476            ! pod/perltodo.pod pod/perlunicode.pod
10477 ____________________________________________________________________________
10478 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
10479         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
10480              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
10481              (And as suggested by Markus Kuhn.)
10482              
10483              While we are at it, document also the case of
10484              mixed hash keys as a known potential troublemaker.
10485              (Since it's locale-related, sometimes.)
10486      Branch: perl
10487            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
10488            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
10489            ! pod/perluniintro.pod
10490 ____________________________________________________________________________
10491 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
10492         Log: Surely a typo.
10493      Branch: perl
10494            ! gv.c
10495 ____________________________________________________________________________
10496 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
10497         Log: Take two.
10498      Branch: perl
10499            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10500            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10501 ____________________________________________________________________________
10502 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
10503         Log: Let's try this from scratch.
10504      Branch: perl
10505            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10506            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10507 ____________________________________________________________________________
10508 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
10509         Log: I could do this all day...
10510      Branch: perl
10511            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10512            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10513 ____________________________________________________________________________
10514 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
10515         Log: Grrr.
10516      Branch: perl
10517            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10518            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10519 ____________________________________________________________________________
10520 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
10521         Log: Subject: Re: Nearly OK for cygwin@15318
10522              From: John Peacock <jpeacock@rowman.com>
10523              Date: Tue, 19 Mar 2002 15:58:08 -0500
10524              Message-ID: <3C97A660.3060302@rowman.com>
10525      Branch: perl
10526            ! pod/perlport.pod
10527 ____________________________________________________________________________
10528 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
10529         Log: Subject: Re: Nearly OK for cygwin@15318
10530              From: <slaven.rezic@berlin.de>
10531              Date: Tue, 19 Mar 2002 21:47:49 +0100
10532              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
10533              
10534              Subject: Re: Nearly OK for cygwin@15318
10535              From: <slaven.rezic@berlin.de>
10536              Date: Tue, 19 Mar 2002 21:37:18 +0100
10537              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
10538      Branch: perl
10539            ! pod/perlport.pod t/io/fs.t
10540 ____________________________________________________________________________
10541 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
10542         Log: D'oh.
10543      Branch: perl
10544            + ext/I18N/Langinfo/fallback/const-c.inc
10545            + ext/I18N/Langinfo/fallback/const-xs.inc
10546 ____________________________________________________________________________
10547 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
10548         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
10549              From: Nicholas Clark <nick@unfortu.net>
10550              Date: Tue, 19 Mar 2002 22:37:08 +0000
10551              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
10552              
10553              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
10554              From: Nicholas Clark <nick@ccl4.org>
10555              Date: Tue, 19 Mar 2002 22:39:55 +0000
10556              Message-ID: <20020319223954.G94831@plum.flirble.org>
10557      Branch: perl
10558            - ext/I18N/Langinfo/fallback.xs
10559            ! MANIFEST
10560 ____________________________________________________________________________
10561 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
10562         Log: Text, not binary.
10563      Branch: perl
10564            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10565            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10566 ____________________________________________________________________________
10567 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
10568         Log: Subject: Re: perl@15244
10569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10570              Date: Mon, 18 Mar 2002 17:37:31 +0100
10571              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
10572              
10573              (Goedendag: Dutch whitespace police)
10574      Branch: perl
10575            ! hints/hpux.sh
10576 ____________________________________________________________________________
10577 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
10578         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
10579              From: Nicholas Clark <nick@unfortu.net>
10580              Date: Tue, 19 Mar 2002 21:52:47 +0000
10581              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
10582      Branch: perl
10583            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
10584            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
10585            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
10586            ! ext/Sys/Syslog/Makefile.PL
10587 ____________________________________________________________________________
10588 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
10589         Log: More pathname portability checks.
10590      Branch: perl
10591            ! Porting/check83.pl
10592 ____________________________________________________________________________
10593 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
10594         Log: Begone, Encode::Tcl::Extended.
10595      Branch: perl
10596            ! ext/Encode/lib/Encode/Tcl.pm
10597 ____________________________________________________________________________
10598 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
10599         Log: This is like trying to put the shaving cream
10600              back to the can...
10601      Branch: perl
10602            ! hints/linux.sh
10603 ____________________________________________________________________________
10604 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
10605         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
10606              types of usleep().  Fun, fun. fun.
10607      Branch: perl
10608            ! hints/linux.sh
10609 ____________________________________________________________________________
10610 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
10611         Log: Sarathy's new suggestion for Linux threading flags.
10612      Branch: perl
10613            ! hints/linux.sh
10614 ____________________________________________________________________________
10615 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
10616         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
10617      Branch: perl
10618            - ext/Encode/Encode/euc-jp-0212.ucm
10619            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
10620            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10621 ____________________________________________________________________________
10622 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
10623         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
10624              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10625              Date: Tue, 19 Mar 2002 00:42:22 +0100
10626              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
10627      Branch: perl
10628            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
10629 ____________________________________________________________________________
10630 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
10631         Log: "+" is not a valid filename character in VMS.
10632      Branch: perl
10633            + ext/Encode/Encode/euc-jp-0212.ucm
10634            - ext/Encode/Encode/euc-jp+0212.ucm
10635            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10636 ____________________________________________________________________________
10637 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
10638         Log: Update Changes.
10639      Branch: perl
10640            ! Changes patchlevel.h
10641 ____________________________________________________________________________
10642 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
10643         Log: Take away _GNU_SOURCE since that does not seem
10644              to play well with other software (like Apache),
10645              just hint away the WHOAs.
10646      Branch: perl
10647            ! hints/linux.sh
10648 ____________________________________________________________________________
10649 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
10650         Log: metaconfig unit change for #15326.
10651      Branch: metaconfig
10652            ! U/threads/d_crypt_r.U
10653 ____________________________________________________________________________
10654 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
10655         Log: Support crypt_r(const char*,const char*, CRYPTD*).
10656      Branch: perl
10657            ! Configure reentr.h reentr.pl
10658 ____________________________________________________________________________
10659 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
10660         Log: VMS acrobatics from Peter Prymmer.
10661      Branch: perl
10662            ! lib/ExtUtils/t/ExtUtils.t
10663 ____________________________________________________________________________
10664 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
10665         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
10666              From: Stas Bekman <stas@stason.org>
10667              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
10668              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
10669      Branch: perl
10670            ! lib/Pod/Html.pm
10671 ____________________________________________________________________________
10672 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
10673         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
10674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10675              Date: Tue, 19 Mar 2002 10:49:27 +0100
10676              Message-ID: <20020319104927.C705@rafael>   
10677      Branch: perl
10678            ! ext/B/t/xref.t
10679 ____________________________________________________________________________
10680 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
10681         Log: Integrate perlio;
10682              
10683              Move docs for Encode::valid_utf8 (which does not exist)
10684              to be docs for utf8::valid() (which does).
10685      Branch: perl
10686           !> ext/Encode/Encode.pm lib/utf8.pm
10687 ____________________________________________________________________________
10688 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
10689         Log: Remove Encode::Tcl::Extended, suggested by
10690              SADAHIRO Tomoyuki.
10691      Branch: perl
10692            - ext/Encode/Encode/euc-jp-0212.enc
10693            - ext/Encode/lib/Encode/Tcl/Extended.pm
10694            ! MANIFEST ext/Encode/MANIFEST
10695            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10696            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
10697 ____________________________________________________________________________
10698 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
10699         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
10700      Branch: perl
10701            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
10702            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
10703            + ext/Encode/t/jisx0212.ref
10704            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
10705            - ext/Encode/t/table.ref
10706            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10707            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
10708            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10709            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10710            ! ext/Encode/lib/Encode/CN/HZ.pm
10711            ! ext/Encode/lib/Encode/Encoding.pm
10712            ! ext/Encode/lib/Encode/Internal.pm
10713            ! ext/Encode/lib/Encode/JP/Constants.pm
10714            ! ext/Encode/lib/Encode/JP/H2Z.pm
10715            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10716            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10717            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10718            ! ext/Encode/lib/Encode/Tcl/Extended.pm
10719            ! ext/Encode/lib/Encode/Tcl/Table.pm
10720            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10721            ! ext/Encode/lib/Encode/iso10646_1.pm
10722            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10723            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
10724            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
10725 ____________________________________________________________________________
10726 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
10727         Log: constness+signedness nit.
10728      Branch: perl
10729            ! ext/Unicode/Normalize/Normalize.xs
10730 ____________________________________________________________________________
10731 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
10732         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
10733      Branch: perl
10734            ! ext/Unicode/Normalize/Changes
10735            ! ext/Unicode/Normalize/Normalize.pm
10736            ! ext/Unicode/Normalize/Normalize.xs
10737            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10738            ! ext/Unicode/Normalize/t/func.t
10739 ____________________________________________________________________________
10740 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
10741         Log: Split the ebcdic details to perlebcdic.
10742      Branch: perl
10743            ! pod/perlebcdic.pod pod/perluniintro.pod
10744 ____________________________________________________________________________
10745 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
10746         Log: Be explicit.
10747      Branch: perl
10748            ! pod/perluniintro.pod
10749 ____________________________________________________________________________
10750 [ 15315] By: nick                                  on 2002/03/19  09:24:18
10751         Log: Integrate mainline
10752      Branch: perlio
10753           +> ext/List/Util/t/openhan.t
10754           !> (integrate 53 files)
10755 ____________________________________________________________________________
10756 [ 15314] By: nick                                  on 2002/03/19  07:39:07
10757         Log: Move docs for Encode::valid_utf8 (which does not exist)
10758              to be docs for utf8::valid() (which does).
10759      Branch: perlio
10760            ! ext/Encode/Encode.pm lib/utf8.pm
10761 ____________________________________________________________________________
10762 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
10763         Log: Update the Unicode vs EBCDIC situation.
10764      Branch: perl
10765            ! pod/perlebcdic.pod pod/perluniintro.pod
10766 ____________________________________________________________________________
10767 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
10768         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
10769              From: Robert Spier <rspier@pobox.com>
10770              Date: Mon, 18 Mar 2002 19:22:55 -0800
10771              Message-ID: <15510.44815.383439.823671@rls.cx>
10772      Branch: perl
10773            ! ext/threads/t/end.t
10774 ____________________________________________________________________________
10775 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
10776         Log: UTF-8 walk errors that become visible in EBCDIC.
10777      Branch: perl
10778            ! regexec.c
10779 ____________________________________________________________________________
10780 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
10781         Log: s/regcinclasslen/reginclass/ and remove the old
10782              reginclass since nothing is using it.
10783      Branch: perl
10784            ! embed.fnc embed.h proto.h regexec.c
10785 ____________________________________________________________________________
10786 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
10787         Log: Close the file so it can be (a) removed (b) reopened.
10788      Branch: perl
10789            ! ext/B/t/xref.t
10790 ____________________________________________________________________________
10791 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
10792         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
10793              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10794              Date: Mon, 18 Mar 2002 23:14:31 +0100
10795              Message-ID: <20020318231431.A699@rafael>
10796      Branch: perl
10797            ! ext/B/B.xs utf8.c
10798 ____________________________________________________________________________
10799 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
10800         Log: Failed patch hunk reapplied.
10801      Branch: perl
10802            ! lib/Tie/File/t/32_defer_misc.t
10803 ____________________________________________________________________________
10804 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
10805         Log: For DEBUGGING threaded builds.
10806      Branch: perl
10807            ! sv.c
10808 ____________________________________________________________________________
10809 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
10810         Log: AUTHORS update.
10811      Branch: perl
10812            ! AUTHORS
10813 ____________________________________________________________________________
10814 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
10815         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
10816              (Fix from Craig Berry)
10817      Branch: perl
10818            ! pp_sys.c
10819 ____________________________________________________________________________
10820 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
10821         Log: Subject: [PATCH] configure.com home-grown kill() check
10822              From: "Craig A. Berry" <craigberry@mac.com>
10823              Date: Mon, 18 Mar 2002 13:52:59 -0600
10824              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
10825      Branch: perl
10826            ! configure.com
10827 ____________________________________________________________________________
10828 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
10829         Log: Upgrade to Tie::File 0.50.
10830      Branch: perl
10831            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10832            ! lib/Tie/File/t/32_defer_misc.t
10833 ____________________________________________________________________________
10834 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
10835         Log: AUTHORS updates.
10836      Branch: perl
10837            ! AUTHORS
10838 ____________________________________________________________________________
10839 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
10840         Log: Update Changes.
10841      Branch: perl
10842            ! Changes patchlevel.h
10843 ____________________________________________________________________________
10844 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
10845         Log: OS/390 update.
10846      Branch: perl
10847            ! pod/perldelta.pod
10848 ____________________________________________________________________________
10849 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
10850         Log: Forgot from #15288.
10851      Branch: perl
10852            ! ext/B/B.xs
10853 ____________________________________________________________________________
10854 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
10855         Log: Make regex DEBUGGING faster.
10856      Branch: perl
10857            ! perl.c perl.h regexec.c
10858 ____________________________________________________________________________
10859 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
10860         Log: Undo accidental perl.h part of #15295 (wait for #15297)
10861      Branch: perl
10862            ! perl.h
10863 ____________________________________________________________________________
10864 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
10865         Log: Subject: prefix slip
10866              From: andreas.koenig@anima.de (Andreas J. Koenig)
10867              Date: Mon, 18 Mar 2002 16:24:46 +0100
10868              Message-ID: <m3y9gp3nlt.fsf@anima.de>
10869              
10870              (perl.h part accidental, undone by #15296)
10871      Branch: perl
10872            ! INSTALL perl.h
10873 ____________________________________________________________________________
10874 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
10875         Log: Be tidy.
10876      Branch: perl
10877            ! ext/B/t/xref.t
10878 ____________________________________________________________________________
10879 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
10880         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
10881              From: Spider Boardman <spider@web.zk3.dec.com>
10882              Date: Mon, 18 Mar 2002 10:09:50 -0500
10883              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
10884      Branch: perl
10885            ! README.tru64 hints/dec_osf.sh
10886 ____________________________________________________________________________
10887 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
10888         Log: NetWare tweaks from C Aditya <caditya@novell.com>
10889      Branch: perl
10890            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
10891 ____________________________________________________________________________
10892 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
10893         Log: metaconfig unit change for #15290.
10894      Branch: metaconfig/U/perl
10895            ! perlxv.U
10896 ____________________________________________________________________________
10897 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
10898         Log: Subject: d_nv_preserves_uv_bits
10899              From: Nicholas Clark <nick@unfortu.net>
10900              Date: Thu, 14 Mar 2002 22:24:19 +0000
10901              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
10902      Branch: perl
10903            ! Configure Porting/Glossary Porting/config.sh config_h.SH
10904            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
10905            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10906            ! win32/config.bc win32/config.gc win32/config.vc
10907            ! win32/config.win64
10908 ____________________________________________________________________________
10909 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
10910         Log: Subject: Re: perl@15244
10911              From: Spider Boardman <spider@web.zk3.dec.com>
10912              Date: Mon, 18 Mar 2002 09:38:55 -0500
10913              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
10914              
10915              (IA64 work.)
10916      Branch: perl
10917            ! hints/hpux.sh perl.h
10918 ____________________________________________________________________________
10919 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
10920         Log: Subject: [PATCH B] B::perlstring()
10921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10922              Date: Sun, 17 Mar 2002 23:06:12 +0100
10923              Message-ID: <20020317230612.A24442@rafael>
10924      Branch: perl
10925            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
10926 ____________________________________________________________________________
10927 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
10928         Log: Subject: [PATCH] another pack "w" thing
10929              From: Nicholas Clark <nick@unfortu.net>
10930              Date: Sat, 16 Mar 2002 21:52:15 +0000
10931              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
10932      Branch: perl
10933            ! pp_pack.c t/op/pack.t
10934 ____________________________________________________________________________
10935 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
10936         Log: More prototypes blindness in Solaris.
10937              (TODO: readdir64_r really needs to be seen.)
10938      Branch: perl
10939            ! hints/solaris_2.sh
10940 ____________________________________________________________________________
10941 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
10942         Log: Integrate perlio;
10943              
10944              Tidy the "does not map" message for non-characters
10945              (e.g. iso-8859-3 "\xA5").
10946      Branch: perl
10947           !> ext/Encode/Encode.xs
10948 ____________________________________________________________________________
10949 [ 15284] By: nick                                  on 2002/03/18  11:00:31
10950         Log: Integrate mainline
10951      Branch: perlio
10952           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10953           +> lib/Tie/File/t/32_defer_misc.t
10954           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
10955           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
10956           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10957           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
10958           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
10959           !> reentr.pl regexec.c t/op/pat.t util.c
10960 ____________________________________________________________________________
10961 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
10962         Log: Sync with Scalar-List-Utils-1.07
10963      Branch: perl
10964            + ext/List/Util/t/openhan.t
10965            ! MANIFEST ext/List/Util/ChangeLog
10966            ! ext/List/Util/lib/List/Util.pm
10967            ! ext/List/Util/lib/Scalar/Util.pm
10968 ____________________________________________________________________________
10969 [ 15282] By: nick                                  on 2002/03/18  08:11:28
10970         Log: Tidy the "does not map" message for non-characters
10971              (e.g. iso-8859-3 "\xA5").
10972      Branch: perlio
10973            ! ext/Encode/Encode.xs
10974 ____________________________________________________________________________
10975 [ 15281] By: ams                                   on 2002/03/18  04:44:37
10976         Log: URL fix from MJD.
10977      Branch: perl
10978            ! pod/perlfaq3.pod
10979 ____________________________________________________________________________
10980 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
10981         Log: More prototype calming (really should fix the Configure
10982              protochk, but not at this point in time).
10983      Branch: perl
10984            ! hints/solaris_2.sh
10985 ____________________________________________________________________________
10986 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
10987         Log: return at the wrong side of #endif.
10988      Branch: perl
10989            ! util.c
10990 ____________________________________________________________________________
10991 [ 15278] By: ams                                   on 2002/03/17  23:45:31
10992         Log: Typo fix from Stas Bekman.
10993      Branch: perl
10994            ! pod/perlhack.pod
10995 ____________________________________________________________________________
10996 [ 15277] By: ams                                   on 2002/03/17  23:41:35
10997         Log: Upgrade to Tie::File 0.21.
10998      Branch: perl
10999            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
11000            + lib/Tie/File/t/32_defer_misc.t
11001            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11002            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
11003            ! lib/Tie/File/t/22_autochomp.t
11004 ____________________________________________________________________________
11005 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
11006         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
11007              character classes use inlined macros instead of the full
11008              function call.
11009      Branch: perl
11010            ! regexec.c
11011 ____________________________________________________________________________
11012 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
11013         Log: Integrate perlio;
11014              
11015              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
11016              
11017              Other :encoding oddities
11018              - we should really pop while we can still make method calls
11019              in case DESTROY does something.
11020              - Provide a no-op DESTROY
11021              - Use SvPV_only() rather than just SvPV_on()
11022      Branch: perl
11023           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11024           !> ext/Encode/lib/Encode/Encoding.pm sv.c
11025 ____________________________________________________________________________
11026 [ 15274] By: nick                                  on 2002/03/17  20:00:12
11027         Log: Other :encoding oddities
11028              - we should really pop while we can still make method calls
11029              in case DESTROY does something.
11030              - Provide a no-op DESTROY
11031              - Use SvPV_only() rather than just SvPV_on()
11032      Branch: perlio
11033            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11034            ! ext/Encode/lib/Encode/Encoding.pm
11035 ____________________________________________________________________________
11036 [ 15273] By: nick                                  on 2002/03/17  19:53:24
11037         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
11038      Branch: perlio
11039            ! sv.c
11040 ____________________________________________________________________________
11041 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
11042         Log: Implement the retry-on-ERANGE for the get*_r().
11043              The buffer will keep doubling until 64k.
11044      Branch: perl
11045            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
11046            ! reentr.h reentr.pl
11047 ____________________________________________________________________________
11048 [ 15271] By: nick                                  on 2002/03/17  17:38:44
11049         Log: Integrate mainline
11050      Branch: perlio
11051           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
11052           +> t/op/pow.t
11053           !> (integrate 28 files)
11054 ____________________________________________________________________________
11055 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
11056         Log: Subject: UTF-8 bug (maybe alreayd known?)
11057              From: andreas.koenig@anima.de (Andreas J. Koenig)
11058              Date: Fri, 08 Mar 2002 16:36:01 +0100
11059              Message-ID: <m3n0xjul5q.fsf@anima.de>
11060      Branch: perl
11061            ! pp_hot.c t/op/pat.t
11062 ____________________________________________________________________________
11063 [ 15269] By: nick                                  on 2002/03/17  09:12:39
11064         Log: Integarate mainline
11065      Branch: perlio
11066           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11067           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11068           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
11069           !> (integrate 69 files)
11070 ____________________________________________________________________________
11071 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
11072         Log: Subject: SEGV in s/// and UTF-8
11073              From: andreas.koenig@anima.de (Andreas J. Koenig)
11074              Date: Tue, 12 Mar 2002 00:40:09 +0100
11075              Message-ID: <m3r8mqad2e.fsf@anima.de>
11076      Branch: perl
11077            ! regexec.c t/op/pat.t
11078 ____________________________________________________________________________
11079 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
11080         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
11081              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
11082              which assume that 2**someinteger is accurate.
11083      Branch: perl
11084            + t/op/pow.t
11085            ! MANIFEST pp.c t/test.pl
11086 ____________________________________________________________________________
11087 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
11088         Log: _r-ify config.win64, too.
11089      Branch: perl
11090            ! win32/config.win64
11091 ____________________________________________________________________________
11092 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
11093         Log: Better place to initialize (IRIX cc noticed that
11094              the many "goto defchars" bypass the initialization)
11095      Branch: perl
11096            ! regcomp.c
11097 ____________________________________________________________________________
11098 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
11099         Log: If not building threaded, never mind the threaded prototypes.
11100      Branch: perl
11101            ! Configure reentr.pl
11102 ____________________________________________________________________________
11103 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
11104         Log: metaconfig: If not using threads, not point probing for the
11105              prototypes (since they might be hidden behind many defines
11106              we won't have if not building threaded)
11107      Branch: metaconfig
11108            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11109            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11110            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11111            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11112            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11113            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11114            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11115            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11116            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11117            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11118            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11119            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11120            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11121            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11122            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11123            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11124            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11125            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11126            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11127            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11128            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11129            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11130            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11131            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11132 ____________________________________________________________________________
11133 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
11134         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
11135      Branch: perl
11136            ! hints/freebsd.sh
11137 ____________________________________________________________________________
11138 [ 15261] By: ams                                   on 2002/03/16  18:14:04
11139         Log: Upgrade to Tie::File 0.20.
11140      Branch: perl
11141            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
11142            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
11143            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
11144            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
11145            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11146            ! lib/Tie/File/t/11_rv_splice_rs.t
11147            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
11148            ! lib/Tie/File/t/16_handle.t
11149 ____________________________________________________________________________
11150 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
11151         Log: There seems to be a trend for the *time_r to be hidden.
11152      Branch: perl
11153            ! hints/irix_6.sh
11154 ____________________________________________________________________________
11155 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
11156         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
11157              From: Stas Bekman <stas@stason.org>
11158              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
11159              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
11160      Branch: perl
11161            ! lib/Pod/Html.pm
11162 ____________________________________________________________________________
11163 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
11164         Log: Subject: [PATCH] Re: dumpvar.pl bug
11165              From: Peter Scott <Peter@PSDT.com>
11166              Date: Fri, 15 Mar 2002 18:19:21 -0800
11167              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
11168      Branch: perl
11169            ! lib/dumpvar.pl lib/perl5db.pl
11170 ____________________________________________________________________________
11171 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
11172         Log: More paranoid _r protochecking.  At least Tru64 and
11173              Linux need additional hinting help to believe that
11174              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
11175              to see what goes bang.
11176      Branch: perl
11177            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
11178            ! reentr.pl
11179 ____________________________________________________________________________
11180 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
11181         Log: metaconfig: more paranoid _r protochecking.
11182      Branch: metaconfig
11183            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11184            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11185            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11186            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11187            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11188            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11189            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11190            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11191            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11192            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11193            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11194            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11195            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11196            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11197            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11198            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11199            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11200            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11201            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11202            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11203            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11204            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11205            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11206            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11207 ____________________________________________________________________________
11208 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
11209         Log: HP-UX gcc 3 warnings found by Sarathy.
11210      Branch: perl
11211            ! regcomp.c sv.c
11212 ____________________________________________________________________________
11213 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
11214         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
11215              From: Slaven Rezic <slaven.rezic@berlin.de>
11216              Date: 16 Mar 2002 15:29:18 +0100
11217              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
11218      Branch: perl
11219            ! pod/perldelta.pod
11220 ____________________________________________________________________________
11221 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
11222         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
11223      Branch: perl
11224            ! Porting/findrfuncs reentr.h reentr.pl
11225 ____________________________________________________________________________
11226 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
11227         Log: UIN32_MAX with borken under HP-UX+gcc
11228      Branch: perl
11229            ! handy.h
11230 ____________________________________________________________________________
11231 [ 15251] By: ams                                   on 2002/03/16  02:38:08
11232         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11233              *::DESTROY() is deprecated
11234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11235              Date: Thu, 14 Mar 2002 18:39:22 -0500
11236              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
11237              
11238              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11239              *::DESTROY() is deprecated
11240              From: Dave Mitchell <davem@fdgroup.com>
11241              Date: Fri, 15 Mar 2002 19:22:49 +0000
11242              Message-Id: <20020315192249.A22389@fdgroup.com>
11243      Branch: perl
11244            ! gv.c t/op/method.t
11245 ____________________________________________________________________________
11246 [ 15250] By: ams                                   on 2002/03/16  02:14:41
11247         Log: Plural nit.
11248      Branch: perl
11249            ! pod/perldelta.pod
11250 ____________________________________________________________________________
11251 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
11252         Log: Doesn't make sense to test for protos if the
11253              functions are not to be used (!= functions exist!)
11254              This might be the key (well, a key) to the HP-UX
11255              problems.
11256      Branch: perl
11257            ! reentr.h reentr.pl
11258 ____________________________________________________________________________
11259 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
11260         Log: Typo in #15247.
11261      Branch: perl
11262            ! hints/hpux.sh
11263 ____________________________________________________________________________
11264 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
11265         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
11266              in HP-UX (from H.Merijn Brand)
11267      Branch: perl
11268            ! hints/hpux.sh
11269 ____________________________________________________________________________
11270 [ 15246] By: ams                                   on 2002/03/15  17:53:23
11271         Log: Subject: minor corrections in perldelta.pod
11272              From: mjd@plover.com
11273              Date: 15 Mar 2002 18:48:42 -0000
11274              Message-Id: <20020315184842.13573.qmail@plover.com>
11275      Branch: perl
11276            ! pod/perldelta.pod
11277 ____________________________________________________________________________
11278 [ 15245] By: ams                                   on 2002/03/15  17:37:52
11279         Log: Upgrade to Tie::File 0.19.
11280      Branch: perl
11281            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11282            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11283            + lib/Tie/File/t/21_win32.t
11284            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
11285            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
11286            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
11287            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
11288            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11289            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
11290            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
11291            ! lib/Tie/File/t/17_misc_meth.t
11292 ____________________________________________________________________________
11293 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
11294         Log: Update Changes.
11295      Branch: perl
11296            ! Changes patchlevel.h
11297 ____________________________________________________________________________
11298 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
11299         Log: Forgot from #15241.
11300      Branch: perl
11301            ! win32/config_sh.PL
11302 ____________________________________________________________________________
11303 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
11304         Log: Subject: patch pod/perltodo.pod
11305              From: mjd@plover.com
11306              Date: 15 Mar 2002 15:42:18 -0000
11307              Message-ID: <20020315154218.10163.qmail@plover.com>
11308              
11309              (With s/WANT/Want/)
11310      Branch: perl
11311            ! pod/perltodo.pod
11312 ____________________________________________________________________________
11313 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
11314         Log: Subject: [PATCH bleadperl] (revision 5 undef)
11315              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11316              Date: Fri, 15 Mar 2002 00:39:48 +0100
11317              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
11318      Branch: perl
11319            ! win32/config.bc win32/config.gc win32/config.vc
11320            ! win32/config.win64
11321 ____________________________________________________________________________
11322 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
11323         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
11324              From: Michael G Schwern <schwern@pobox.com>
11325              Date: Thu, 14 Mar 2002 16:39:29 -0500
11326              Message-ID: <20020314213929.GA2912@blackrider>
11327      Branch: perl
11328            ! lib/perl5db.pl
11329 ____________________________________________________________________________
11330 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
11331         Log: Integrate perlio.
11332      Branch: perl
11333           !> embed.fnc ext/Encode/t/JP.t
11334 ____________________________________________________________________________
11335 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
11336         Log: Monster _r patch: try to scan for all known _r variants,
11337              and then use them (under ithreads).  May fail in HP-UX,
11338              and the op/groups is known to be fickle everywhere.  Known
11339              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
11340              warnings in AIX since the first arguments of getnetbyaddr
11341              and getnetbyadd_r are of different types.  Thanks, IBM.)
11342              
11343              In non-Configure platforms deny the existence of any
11344              of the _r thingies.  (Also add the recently introduced
11345              d_tm_* to places it wasn't already in.)
11346              
11347              TODO: the suggested glibc buffer growth retry loop in case
11348              some entries (at least for: gr*, host*) are big.
11349              Forgot win32/config.win64.
11350      Branch: perl
11351            + reentr.c reentr.h reentr.pl
11352            ! Configure MANIFEST Makefile.SH NetWare/Makefile
11353            ! NetWare/config.wc Porting/Glossary Porting/config.sh
11354            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
11355            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
11356            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
11357            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
11358            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
11359            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
11360            ! win32/config.bc win32/config.gc win32/config.vc
11361            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
11362 ____________________________________________________________________________
11363 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
11364         Log: Be more explicit on when is the $! worth anything.
11365      Branch: perl
11366            ! pod/perlvar.pod
11367 ____________________________________________________________________________
11368 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
11369         Log: metaconfig: _r _r we go.
11370      Branch: metaconfig
11371            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11372            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11373            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11374            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11375            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11376            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11377            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11378            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11379            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11380            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11381            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11382            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11383            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11384            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11385            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11386            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11387            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11388            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11389            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11390            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11391            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11392            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11393            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11394            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11395 ____________________________________________________________________________
11396 [ 15235] By: nick                                  on 2002/03/15  07:31:54
11397         Log: Add the binmode()s to make JP.t pass on Win32
11398      Branch: perlio
11399            ! ext/Encode/t/JP.t
11400 ____________________________________________________________________________
11401 [ 15234] By: nick                                  on 2002/03/15  07:20:49
11402         Log: Integrate perlio
11403      Branch: perl
11404           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
11405 ____________________________________________________________________________
11406 [ 15233] By: nick                                  on 2002/03/15  07:18:02
11407         Log: Mark JP.t's data files as binary
11408      Branch: perlio
11409            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
11410 ____________________________________________________________________________
11411 [ 15232] By: nick                                  on 2002/03/15  07:13:38
11412         Log: Integrate mainline
11413      Branch: perlio
11414           +> ext/B/t/xref.t
11415           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
11416           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
11417           !> perl.c t/op/arith.t
11418 ____________________________________________________________________________
11419 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
11420         Log: The section needs to be in the makedepend script
11421              (from Jan-Erik Karlsson).
11422      Branch: perl
11423            ! makedepend.SH
11424 ____________________________________________________________________________
11425 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
11426         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
11427              From: Nicholas Clark <nick@unfortu.net>
11428              Date: Thu, 14 Mar 2002 23:05:23 +0000
11429              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
11430      Branch: perl
11431            ! ext/Safe/safe2.t
11432 ____________________________________________________________________________
11433 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
11434         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
11435              From: "Brent Dax" <brentdax@cpan.org>
11436              Date: Thu, 14 Mar 2002 09:08:41 -0800
11437              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
11438      Branch: perl
11439            ! lib/Pod/Html.pm
11440 ____________________________________________________________________________
11441 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
11442         Log: metaconfig: one round again for the _r.
11443      Branch: metaconfig
11444            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11445            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11446            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11447            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11448            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11449            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11450            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11451            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11452            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11453            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11454            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11455            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11456            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11457            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11458            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11459            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11460            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11461            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11462            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11463            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11464            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11465            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11466            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11467            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11468 ____________________________________________________________________________
11469 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
11470         Log: metaconfig: new round of the _r units.
11471      Branch: metaconfig
11472            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11473            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11474            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11475            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11476            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11477            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11478            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11479            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11480            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11481            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11482            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11483            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11484            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11485            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11486            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11487            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11488            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11489            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11490            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11491            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11492            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11493            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11494            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11495            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11496      Branch: metaconfig/U/perl
11497            + i_crypt.U
11498 ____________________________________________________________________________
11499 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
11500         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
11501              From: Paul_GreenVOS@vos.stratus.com
11502              Date: Tue, 12 Mar 02 19:22 est   
11503              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
11504      Branch: perl
11505            ! lib/Benchmark.t t/op/arith.t
11506 ____________________________________________________________________________
11507 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
11508         Log: Subject: Re: Win32: C:\Program Files
11509              From: "Ken Williams" <ken@mathforum.org>
11510              Date: Wed, 13 Mar 2002 17:50:59 -0600
11511              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
11512              
11513              Add -t to perl -h.
11514      Branch: perl
11515            ! perl.c
11516 ____________________________________________________________________________
11517 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
11518         Log: Extra paranoia from Nick Clark.
11519      Branch: perl
11520            ! ext/Safe/safe2.t
11521 ____________________________________________________________________________
11522 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
11523         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
11524              From: Nicholas Clark <nick@ccl4.org>
11525              Date: Wed, 13 Mar 2002 14:22:50 +0000
11526              Message-ID: <20020313142250.G92566@plum.flirble.org>
11527      Branch: perl
11528            ! ext/Safe/safe2.t
11529 ____________________________________________________________________________
11530 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
11531         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
11532              From: <slaven.rezic@berlin.de>
11533              Date: Tue, 12 Mar 2002 13:03:41 +0100      
11534              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
11535      Branch: perl
11536            ! Makefile.SH
11537 ____________________________________________________________________________
11538 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
11539         Log: Subject: [PATCH] a test for B::Xref
11540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11541              Date: Wed, 13 Mar 2002 17:18:57 +0100
11542              Message-ID: <20020313171857.F1144@rafael>
11543      Branch: perl
11544            + ext/B/t/xref.t
11545            ! MANIFEST ext/B/B/Xref.pm
11546 ____________________________________________________________________________
11547 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
11548         Log: Subject: [PATCH] Exporter.pm POD fixups
11549              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11550              Date: Wed, 13 Mar 2002 16:21:42 +0100
11551              Message-ID: <20020313162142.A1144@rafael>
11552      Branch: perl
11553            ! lib/Exporter.pm
11554 ____________________________________________________________________________
11555 [ 15219] By: nick                                  on 2002/03/14  07:00:16
11556         Log: Integrate mainline
11557      Branch: perlio
11558           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
11559 ____________________________________________________________________________
11560 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
11561         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
11562              From: Michael G Schwern <schwern@pobox.com>
11563              Date: Wed, 13 Mar 2002 17:43:00 -0500
11564              Message-ID: <20020313224300.GG3311@blackrider>
11565      Branch: perl
11566            ! lib/ExtUtils/MM_VMS.pm
11567 ____________________________________________________________________________
11568 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
11569         Log: Pod tweak.
11570      Branch: perl
11571            ! lib/open.pm
11572 ____________________________________________________________________________
11573 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
11574         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
11575              From: "Craig A. Berry" <craigberry@mac.com>
11576              Date: Wed, 13 Mar 2002 01:44:01 -0600
11577              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
11578      Branch: perl
11579            ! vms/descrip_mms.template
11580 ____________________________________________________________________________
11581 [ 15215] By: nick                                  on 2002/03/13  08:08:36
11582         Log: Integrate mainline.
11583      Branch: perlio
11584           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11585            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11586            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11587            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11588            - ext/Data/Util/t/Hash.t
11589           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
11590           !> ext/Encode/lib/Encode/CN/HZ.pm
11591           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11592           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
11593           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
11594           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11595           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
11596           !> t/op/override.t toke.c universal.c
11597 ____________________________________________________________________________
11598 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
11599         Log: metaconfig: three guesses.
11600      Branch: metaconfig
11601            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11602            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11603            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11604            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11605            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11606            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11607            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11608            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11609            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11610            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11611            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11612            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11613            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11614            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11615            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11616            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11617            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11618            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11619            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11620            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11621            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11622            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11623            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11624            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11625 ____________________________________________________________________________
11626 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
11627         Log: metaconfig: regen _r units again.
11628      Branch: metaconfig
11629            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11630            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11631            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11632            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11633            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11634            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11635            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11636            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11637            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11638            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11639            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11640            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11641            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11642            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11643            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11644            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11645            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11646            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11647            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11648            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11649            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11650            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11651            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11652            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11653 ____________________________________________________________________________
11654 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
11655         Log: metaconfig: regen _r units.
11656      Branch: metaconfig
11657            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
11658            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11659            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11660            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11661            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11662            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11663            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11664            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11665            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11666            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11667            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11668            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11669            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11670            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11671            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11672            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11673            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11674            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11675            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11676            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11677            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11678            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11679            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11680            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11681            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11682 ____________________________________________________________________________
11683 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
11684         Log: metaconfig unit tweaks.
11685      Branch: metaconfig
11686            + U/threads/d_setprotoent_r.U
11687            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
11688            ! U/threads/d_tmpnam_r.U
11689 ____________________________________________________________________________
11690 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
11691         Log: metaconfig: replace the _r units with autogenerated ones.
11692      Branch: metaconfig
11693            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11694            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
11695            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11696            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
11697            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
11698            + U/threads/d_getprotobyname_r.U
11699            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11700            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
11701            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
11702            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11703            + U/threads/d_setservent_r.U
11704            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
11705            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
11706            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
11707            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
11708            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
11709            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
11710            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
11711            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
11712            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
11713            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11714            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11715            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11716            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11717            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11718            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
11719            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11720            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11721            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11722            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11723            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11724            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
11725            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
11726            ! U/threads/d_ttyname_r.U
11727 ____________________________________________________________________________
11728 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
11729         Log: More known threadsafings.
11730      Branch: perl
11731            ! Porting/findrfuncs
11732 ____________________________________________________________________________
11733 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
11734         Log: Small tweaks.
11735      Branch: perl
11736            ! lib/Internals.t universal.c
11737 ____________________________________________________________________________
11738 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
11739         Log: VERSIONize.
11740      Branch: perl
11741            ! ext/Encode/lib/Encode/CN/HZ.pm
11742            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11743            ! ext/Encode/lib/Encode/JP/JIS.pm
11744 ____________________________________________________________________________
11745 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
11746         Log: Subject: perl datastructure conversion shortcuts for DDD
11747              From: Stas Bekman <stas@stason.org>
11748              Date: Mon, 11 Mar 2002 14:54:31 +0800
11749              Message-ID: <3C8C54A7.5020502@stason.org>
11750      Branch: perl
11751            ! pod/perlhack.pod
11752 ____________________________________________________________________________
11753 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
11754         Log: Regen modlib.
11755      Branch: perl
11756            ! pod/perlmodlib.pod
11757 ____________________________________________________________________________
11758 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
11759         Log: Regen toc.
11760      Branch: perl
11761            ! pod/perltoc.pod
11762 ____________________________________________________________________________
11763 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
11764         Log: Tiny pod tweaks.
11765      Branch: perl
11766            ! lib/Hash/Util.pm
11767 ____________________________________________________________________________
11768 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
11769         Log: perldeltaize Hash::Util.
11770      Branch: perl
11771            ! pod/perldelta.pod
11772 ____________________________________________________________________________
11773 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
11774         Log: Move the readonly interface back to universal.c,
11775              (new name: Internals::SvREADONLY), remove Data::Util,
11776              move Hash::Util to lib, also introduce refcnt interface
11777              (Internals::SvREFCNT).     Make both the new interfaces
11778              to be more sane so that if they set the value, they return
11779              the new value, not the old one.
11780      Branch: perl
11781            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11782            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11783            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11784            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11785            - ext/Data/Util/t/Hash.t
11786            ! MANIFEST ext/B/t/stash.t universal.c
11787 ____________________________________________________________________________
11788 [ 15200] By: ams                                   on 2002/03/12  15:16:05
11789         Log: Subject: Disambiguate "Can't locate"
11790              From: Mike Guy <mjtg@cam.ac.uk>
11791              Date: Tue, 12 Mar 2002 16:04:23 +0000
11792              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
11793      Branch: perl
11794            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
11795            ! pp_ctl.c t/op/override.t
11796 ____________________________________________________________________________
11797 [ 15199] By: ams                                   on 2002/03/12  15:04:43
11798         Log: Subject: [PATCH] perl/lib/File/stat.t
11799              From: Paul_GreenVOS@vos.stratus.com
11800              Date: Tue, 12 Mar 02 11:00 est
11801              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
11802      Branch: perl
11803            ! lib/File/stat.t
11804 ____________________________________________________________________________
11805 [ 15198] By: ams                                   on 2002/03/12  15:00:44
11806         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
11807              From: Robin Barker <rmb1@cise.npl.co.uk>
11808              Date: Tue, 12 Mar 2002 13:31:58 GMT
11809              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
11810      Branch: perl
11811            ! pod/perlfunc.pod
11812 ____________________________________________________________________________
11813 [ 15197] By: ams                                   on 2002/03/12  14:57:34
11814         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
11815              From: "Clinton A. Pierce" <clintp@geeksalad.org>
11816              Date: Tue, 12 Mar 2002 10:11:53 -0500
11817              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
11818      Branch: perl
11819            ! toke.c
11820 ____________________________________________________________________________
11821 [ 15196] By: nick                                  on 2002/03/12  13:40:35
11822         Log: Integrate mainline
11823      Branch: perlio
11824           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11825           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11826           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11827           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
11828            - t/lib/access.t
11829           !> (integrate 96 files)
11830 ____________________________________________________________________________
11831 [ 15195] By: nick                                  on 2002/03/12  06:08:24
11832         Log: Integrate mainline (a while ago)
11833      Branch: perlio
11834           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
11835           +> ext/Encode/t/TW.t
11836            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
11837            - ext/Encode/lib/Encode/Tcl/HanZi.pm
11838            - ext/I18N/Langinfo/fallback.c
11839           !> (integrate 80 files)
11840 ____________________________________________________________________________
11841 [ 15194] By: ams                                   on 2002/03/12  06:02:20
11842         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
11843              From: Jonathan Stowe <gellyfish@gellyfish.com>
11844              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
11845              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
11846      Branch: perl
11847            ! ext/Encode/CN/Makefile.PL
11848 ____________________________________________________________________________
11849 [ 15193] By: ams                                   on 2002/03/12  05:55:07
11850         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
11851              From: Dave Mitchell <davem@fdgroup.co.uk>
11852              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
11853              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
11854      Branch: perl
11855            ! pod/perlguts.pod
11856 ____________________________________________________________________________
11857 [ 15192] By: ams                                   on 2002/03/12  05:50:08
11858         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
11859              From: Anton Tagunov <tagunov@motor.ru>
11860              Date: Tue, 12 Mar 2002 01:40:58 +0300
11861              Message-Id: <1194068830.20020312014058@motor.ru>
11862              (Applied with tweaks.)
11863      Branch: perl
11864            ! lib/utf8.pm
11865 ____________________________________________________________________________
11866 [ 15191] By: ams                                   on 2002/03/12  05:42:21
11867         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
11868              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11869              Date: Sun, 10 Mar 2002 22:10:15 +0100
11870              Message-Id: <3C8BD9C7.13988.73992D@localhost>
11871      Branch: perl
11872            ! iperlsys.h
11873 ____________________________________________________________________________
11874 [ 15190] By: ams                                   on 2002/03/12  05:38:08
11875         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
11876              From: Anton Tagunov <tagunov@motor.ru>
11877              Date: Mon, 11 Mar 2002 23:27:47 +0300
11878              Message-Id: <19414222180.20020311232747@motor.ru>
11879      Branch: perl
11880            ! pod/perlsub.pod
11881 ____________________________________________________________________________
11882 [ 15189] By: ams                                   on 2002/03/12  05:34:49
11883         Log: Subject: minor patch for comment in utfebcdic.h
11884              From: Anton Tagunov <tagunov@motor.ru>
11885              Date: Tue, 12 Mar 2002 00:20:21 +0300
11886              Message-Id: <13817376786.20020312002021@motor.ru>
11887      Branch: perl
11888            ! utfebcdic.h
11889 ____________________________________________________________________________
11890 [ 15188] By: ams                                   on 2002/03/12  05:32:30
11891         Log: Subject: [PATCH ?] B::Xref improvements
11892              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11893              Date: Mon, 11 Mar 2002 23:32:20 +0100
11894              Message-Id: <20020311233220.A12677@rafael>
11895      Branch: perl
11896            ! ext/B/B/Xref.pm
11897 ____________________________________________________________________________
11898 [ 15187] By: ams                                   on 2002/03/12  05:30:02
11899         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
11900              From: Paul_GreenVOS@vos.stratus.com
11901              Date: Mon, 11 Mar 02 17:23 est
11902              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
11903      Branch: perl
11904            ! lib/ExtUtils/MM_Unix.pm
11905 ____________________________________________________________________________
11906 [ 15186] By: ams                                   on 2002/03/12  05:27:06
11907         Log: Subject: [PATCH] installperl - minor untangle for VOS
11908              From: Paul_GreenVOS@vos.stratus.com
11909              Date: Mon, 11 Mar 02 17:05 est
11910              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
11911      Branch: perl
11912            ! installperl
11913 ____________________________________________________________________________
11914 [ 15185] By: ams                                   on 2002/03/12  05:25:59
11915         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
11916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11917              Date: Mon, 11 Mar 2002 22:37:39 +0100
11918              Message-Id: <20020311223739.A691@rafael>
11919      Branch: perl
11920            ! ext/B/B/Deparse.pm
11921 ____________________________________________________________________________
11922 [ 15184] By: ams                                   on 2002/03/12  05:20:54
11923         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
11924              From: Michael G Schwern <schwern@pobox.com>
11925              Date: Tue, 12 Mar 2002 01:12:08 -0500
11926              Message-Id: <20020312061208.GD904@blackrider>
11927      Branch: perl
11928            ! hints/netbsd.sh
11929 ____________________________________________________________________________
11930 [ 15183] By: ams                                   on 2002/03/12  04:12:30
11931         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11932              From: Autrijus Tang <autrijus@autrijus.org>
11933              Date: Tue, 12 Mar 2002 13:05:53 +0800
11934              Message-Id: <20020312050553.GA7864@not.autrijus.org>
11935              (Only doc hunk applied, supplementing #15182.)
11936      Branch: perl
11937            ! ext/Encode/Encode.pm
11938 ____________________________________________________________________________
11939 [ 15182] By: ams                                   on 2002/03/12  04:04:34
11940         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11941              From: Autrijus Tang <autrijus@autrijus.org>
11942              Date: Tue, 12 Mar 2002 12:56:46 +0800
11943              Message-Id: <20020312045646.GA7689@not.autrijus.org>
11944              (Private mail.)
11945      Branch: perl
11946            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
11947 ____________________________________________________________________________
11948 [ 15181] By: ams                                   on 2002/03/12  03:09:20
11949         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11950              From: Autrijus Tang <autrijus@autrijus.org>
11951              Date: Tue, 12 Mar 2002 11:55:06 +0800
11952              Message-Id: <20020312035506.GA6946@not.autrijus.org>
11953      Branch: perl
11954            ! ext/Encode/Encode.pm
11955 ____________________________________________________________________________
11956 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
11957         Log: Deypo.
11958      Branch: metaconfig
11959            ! U/threads/d_asctime_r.U
11960 ____________________________________________________________________________
11961 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
11962         Log: FAQ sync.
11963      Branch: perl
11964            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11965            ! pod/perlfaq4.pod pod/perlfaq5.pod
11966 ____________________________________________________________________________
11967 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
11968         Log: The test needs perlio.
11969      Branch: perl
11970            ! lib/open.t
11971 ____________________________________________________________________________
11972 [ 15177] By: ams                                   on 2002/03/11  15:41:08
11973         Log: Subject: perlreftut update
11974              From: Mark-Jason Dominus <mjd@plover.com>
11975              Date: Mon, 11 Mar 2002 11:36:27 -0500
11976              Message-Id: <20020311163627.31020.qmail@plover.com>
11977      Branch: perl
11978            ! pod/perlreftut.pod
11979 ____________________________________________________________________________
11980 [ 15176] By: ams                                   on 2002/03/11  15:35:24
11981         Log: Subject: Minor correction in perlfaq5
11982              From: mjd@plover.com
11983              Date: 11 Mar 2002 16:34:22 -0000
11984              Message-Id: <20020311163422.30963.qmail@plover.com>
11985      Branch: perl
11986            ! pod/perlfaq5.pod
11987 ____________________________________________________________________________
11988 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
11989         Log: number of skipped tests was incorrect
11990      Branch: perl
11991            ! t/op/stat.t
11992 ____________________________________________________________________________
11993 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
11994         Log: remove doubled CRs
11995      Branch: perl
11996            ! win32/Makefile
11997 ____________________________________________________________________________
11998 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
11999         Log: Update Changes.
12000      Branch: perl
12001            ! Changes patchlevel.h
12002 ____________________________________________________________________________
12003 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
12004         Log: Regen toc.
12005      Branch: perl
12006            ! pod/perltoc.pod
12007 ____________________________________________________________________________
12008 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
12009         Log: Add t/CN.t and t/TW.t; re-sort.
12010      Branch: perl
12011            ! ext/Encode/MANIFEST
12012 ____________________________________________________________________________
12013 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
12014         Log: Document what to do if one yearns back to
12015              the old legacy encoding.
12016      Branch: perl
12017            ! lib/encoding.pm
12018 ____________________________________________________________________________
12019 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
12020         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
12021              as general purpose encoding transformation interfaces
12022              since that's not what they are.
12023      Branch: perl
12024            ! lib/utf8.pm pod/perlunicode.pod sv.c
12025 ____________________________________________________________________________
12026 [ 15168] By: ams                                   on 2002/03/11  12:54:16
12027         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
12028              warnings
12029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12030              Date: Mon, 11 Mar 2002 14:35:22 +0100
12031              Message-Id: <20020311143522.A7431@rafael>
12032      Branch: perl
12033            ! t/lib/warnings/pp_sys
12034 ____________________________________________________________________________
12035 [ 15167] By: ams                                   on 2002/03/11  04:57:20
12036         Log: A little commonsense is better than 1_compile.
12037      Branch: perl
12038            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12039 ____________________________________________________________________________
12040 [ 15166] By: ams                                   on 2002/03/11  04:53:50
12041         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
12042              From: Michael G Schwern <schwern@pobox.com>
12043              Date: Sun, 10 Mar 2002 13:27:12 -0500
12044              Message-Id: <20020310182712.GC693@blackrider>
12045              
12046              Subject: [PATCH] Hash::Util part 2
12047              From: Michael G Schwern <schwern@pobox.com>
12048              Date: Sun, 10 Mar 2002 15:09:34 -0500
12049              Message-Id: <20020310200934.GB27112@blackrider>
12050              
12051              Subject: [PATCH] Hash::Util MANIFEST correction
12052              From: Michael G Schwern <schwern@pobox.com>
12053              Date: Sun, 10 Mar 2002 16:27:07 -0500
12054              Message-Id: <20020310212707.GF27112@blackrider>
12055              
12056              (Also changes find.t and taint.t, which were looking for access.t)
12057      Branch: perl
12058            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
12059            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
12060            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
12061            + ext/Data/Util/t/Hash.t
12062            - t/lib/access.t
12063            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
12064            ! pod/perldiag.pod pod/perltodo.pod universal.c
12065 ____________________________________________________________________________
12066 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
12067         Log: metaconfig: more thready fixes.
12068      Branch: metaconfig
12069            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
12070            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
12071            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12072            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
12073            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
12074            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
12075            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12076            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12077            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
12078 ____________________________________________________________________________
12079 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
12080         Log: Skip obsoleted interfaces.
12081      Branch: perl
12082            ! Porting/findrfuncs
12083 ____________________________________________________________________________
12084 [ 15162] By: ams                                   on 2002/03/11  03:48:14
12085         Log: Typo fixes.
12086      Branch: perl
12087            ! perl.c
12088 ____________________________________________________________________________
12089 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
12090         Log: Upgrade to Locale::Codes 2.02.
12091      Branch: perl
12092            + lib/Locale/Codes/t/rename.t
12093            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
12094            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
12095            ! lib/Locale/Country.pod
12096 ____________________________________________________________________________
12097 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
12098         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
12099              From: Nicholas Clark <nick@unfortu.net>
12100              Date: Sun, 10 Mar 2002 18:17:50 +0000
12101              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
12102              
12103              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
12104              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12105              Date: Sun, 10 Mar 2002 13:53:34 -0800
12106              Message-ID: <eX9i8gzkg26G092yn@efn.org>
12107              
12108              (and reenable the feature in freebsd,
12109              and move the freebsd pr url to perl.c)
12110      Branch: perl
12111            ! hints/freebsd.sh perl.c pod/perldelta.pod
12112 ____________________________________________________________________________
12113 [ 15159] By: ams                                   on 2002/03/11  03:34:13
12114         Log: Subject: [PATCH stash.t] access::readonly is gone
12115              From: Michael G Schwern <schwern@pobox.com>
12116              Date: Sun, 10 Mar 2002 16:18:14 -0500
12117              Message-Id: <20020310211813.GE27112@blackrider>
12118      Branch: perl
12119            ! ext/B/t/stash.t
12120 ____________________________________________________________________________
12121 [ 15158] By: ams                                   on 2002/03/11  03:28:04
12122         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
12123              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12124              Date: Sun, 10 Mar 2002 22:10:15 +0100
12125              Message-Id: <3C8BD9C7.610.7398DD@localhost>
12126      Branch: perl
12127            ! lib/Net/Ping/t/110_icmp_inst.t
12128 ____________________________________________________________________________
12129 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
12130         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
12131              From: Michael G Schwern <schwern@pobox.com>
12132              Date: Sun, 10 Mar 2002 19:22:33 -0500
12133              Message-ID: <20020311002233.GE4927@blackrider>
12134      Branch: perl
12135            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
12136            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
12137            ! lib/Test/Simple/t/fail-more.t
12138 ____________________________________________________________________________
12139 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
12140         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
12141              From: Michael G Schwern <schwern@pobox.com>
12142              Date: Sun, 10 Mar 2002 17:14:10 -0500
12143              Message-ID: <20020310221410.GA4915@blackrider>
12144      Branch: perl
12145            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
12146            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
12147 ____________________________________________________________________________
12148 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
12149         Log: Subject: [PATCH] more warnings tidyup
12150              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12151              Date: Sun, 10 Mar 2002 21:01:39 -0000
12152              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
12153      Branch: perl
12154            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
12155            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
12156            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
12157            ! util.c
12158 ____________________________________________________________________________
12159 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
12160         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
12161              From: Nicholas Clark <nick@unfortu.net>
12162              Date: Sun, 10 Mar 2002 23:21:07 +0000
12163              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
12164      Branch: perl
12165            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
12166            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
12167            ! ext/Encode/TW/Makefile.PL
12168 ____________________________________________________________________________
12169 [ 15153] By: ams                                   on 2002/03/11  03:06:59
12170         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
12171              From: Max Baker <max@warped.org>
12172              Date: Fri, 8 Mar 2002 10:56:19 -0800
12173              Message-Id: <20020308105619.A15039@warped.org>
12174      Branch: perl
12175            ! ext/IO/lib/IO/Socket/INET.pm
12176 ____________________________________________________________________________
12177 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
12178         Log: Subject: [PATCH] spelling correction
12179              From: Nicholas Clark <nick@unfortu.net>
12180              Date: Sun, 10 Mar 2002 18:34:42 +0000
12181              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
12182      Branch: perl
12183            ! pp.c pp_hot.c
12184 ____________________________________________________________________________
12185 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
12186         Log: DG/UX updates from Takis Psarogiannakopoulos.
12187      Branch: perl
12188            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
12189 ____________________________________________________________________________
12190 [ 15150] By: ams                                   on 2002/03/11  03:02:47
12191         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
12192              From: Chris Nandor <pudge@pobox.com>
12193              Date: Mon, 04 Mar 2002 17:48:12 -0500
12194              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
12195      Branch: perl
12196            ! lib/DB.pm lib/perl5db.pl
12197 ____________________________________________________________________________
12198 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
12199         Log: metaconfig unit changes in preparation of reentrancy changes.
12200      Branch: metaconfig
12201            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
12202            + U/threads/d_ttyname_r.U
12203            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
12204            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
12205            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
12206            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
12207            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12208            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
12209            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12210            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
12211            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
12212            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12213            ! U/threads/d_strerror_r.U
12214 ____________________________________________________________________________
12215 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
12216         Log: Mysterious characters.
12217      Branch: perl
12218            ! utf8.h
12219 ____________________________________________________________________________
12220 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
12221         Log: Unused.
12222      Branch: perl
12223            ! op.c
12224 ____________________________________________________________________________
12225 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
12226         Log: Implement :std subpragma of the open pragma
12227              that makes the standard filehandles to talk in
12228              encodings.  This change set off a weird warning
12229              from op.c, though: disabled it now until someone
12230              who knows what it is about comes along.
12231      Branch: perl
12232            ! lib/open.pm op.c
12233 ____________________________________________________________________________
12234 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
12235         Log: Document the logic of :locale better.
12236      Branch: perl
12237            ! lib/open.pm
12238 ____________________________________________________________________________
12239 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
12240         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
12241              From: Slaven Rezic <slaven.rezic@berlin.de>
12242              Date: 10 Mar 2002 02:49:17 +0100
12243              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
12244      Branch: perl
12245            ! hints/freebsd.sh
12246 ____________________________________________________________________________
12247 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
12248         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
12249              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12250              Date: Sun, 10 Mar 2002 17:08:54 +0900
12251              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
12252      Branch: perl
12253            ! ext/Encode/lib/Encode/Tcl.pm
12254            ! ext/Encode/lib/Encode/Tcl/Escape.pm
12255            ! ext/Encode/lib/Encode/Tcl/Extended.pm
12256            ! ext/Encode/lib/Encode/Tcl/Table.pm
12257 ____________________________________________________________________________
12258 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
12259         Log: The patch does the following:
12260              - Nix the unneccessary diagnostics line
12261              - Quell -w warnings if the first ENV doesn't exist
12262              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
12263              is too baroque and bloated for daily use (and for perl core inclusion).
12264              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
12265              non-fatal.
12266              - Consequently, the ^OPEN bits is set only when needed.
12267      Branch: perl
12268            ! lib/open.pm
12269 ____________________________________________________________________________
12270 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
12271         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
12272      Branch: perl
12273            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
12274 ____________________________________________________________________________
12275 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
12276         Log: Precedence problem.
12277      Branch: perl
12278            ! ext/Socket/socketpair.t
12279 ____________________________________________________________________________
12280 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
12281         Log: Renaming tweaks, and split off the reentrant "superbuffer"
12282              init routine.
12283      Branch: perl
12284            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
12285            ! sv.c util.c
12286 ____________________________________________________________________________
12287 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
12288         Log: The 7-bit jis seems to be the hanging one.
12289      Branch: perl
12290            ! ext/Encode/t/Tcl.t
12291 ____________________________________________________________________________
12292 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
12293         Log: Begone.
12294      Branch: perl
12295            ! ext/Encode/MANIFEST
12296 ____________________________________________________________________________
12297 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
12298         Log: Better fix from Autrijus.
12299      Branch: perl
12300            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
12301            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
12302 ____________________________________________________________________________
12303 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
12304         Log: Not everybody has Encode::HanExtra.
12305      Branch: perl
12306            ! ext/Encode/Encode.pm
12307 ____________________________________________________________________________
12308 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
12309         Log: Decutandpasto.
12310      Branch: perl
12311            ! ext/Encode/lib/Encode/Tcl.pm
12312 ____________________________________________________________________________
12313 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
12314         Log: Subject: [PATCH] Data::Dumper
12315              From: Nicholas Clark <nick@unfortu.net>
12316              Date: Sat, 9 Mar 2002 19:03:54 +0000
12317              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
12318      Branch: perl
12319            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12320            ! ext/Data/Dumper/t/dumper.t
12321 ____________________________________________________________________________
12322 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
12323         Log: Subject: [PATCH] socketpair.t w/o fork
12324              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12325              Date: Sat, 9 Mar 2002 14:55:11 +0100
12326              Message-ID: <3C8A224F.29578.13691BA@localhost>
12327              
12328              (modified as suggested by Sarathy)
12329      Branch: perl
12330            ! ext/Socket/socketpair.t
12331 ____________________________________________________________________________
12332 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
12333         Log: Subject: [PATCH perldelta] Mention Change 14727
12334              From: Autrijus Tang <autrijus@autrijus.org>
12335              Date: Sat, 9 Mar 2002 23:31:40 +0800
12336              Message-ID: <20020309153140.GA4224@not.autrijus.org>
12337      Branch: perl
12338            ! pod/perldelta.pod
12339 ____________________________________________________________________________
12340 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
12341         Log: Make Encode.pm implicitly load external CJK tables the first
12342              time they're needed (instead of immediately), from Autrijus
12343              Tang.
12344      Branch: perl
12345            ! ext/Encode/Encode.pm
12346 ____________________________________________________________________________
12347 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
12348         Log: Subject: Re: Two questions
12349              From: Nicholas Clark <nick@unfortu.net>
12350              Date: Sat, 9 Mar 2002 12:42:40 +0000
12351              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
12352      Branch: perl
12353            ! Porting/pumpkin.pod
12354 ____________________________________________________________________________
12355 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
12356         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
12357              From: Paul_GreenVOS@vos.stratus.com
12358              Date: Fri, 8 Mar 02 22:34 est
12359              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
12360      Branch: perl
12361            ! pp_sys.c
12362 ____________________________________________________________________________
12363 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
12364         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
12365              From: davem@fdgroup.co.uk
12366              Date: Sat, 9 Mar 2002 00:13:27 GMT
12367              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
12368      Branch: perl
12369            ! dump.c
12370 ____________________________________________________________________________
12371 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
12372         Log: Deglitch from Rafael.
12373      Branch: perl
12374            ! ext/B/t/lint.t
12375 ____________________________________________________________________________
12376 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
12377         Log: Still more portability.
12378      Branch: perl
12379            ! Porting/findrfuncs
12380 ____________________________________________________________________________
12381 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
12382         Log: More portability.
12383      Branch: perl
12384            ! Porting/findrfuncs
12385 ____________________________________________________________________________
12386 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
12387         Log: Shared library paths; running tests manually.
12388      Branch: perl
12389            ! INSTALL
12390 ____________________________________________________________________________
12391 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
12392         Log: Subject: RE: Two questions
12393              From: "Green, Paul" <Paul.Green@stratus.com>
12394              Date: Fri, 8 Mar 2002 17:55:19 -0500
12395              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
12396      Branch: perl
12397            ! Porting/pumpkin.pod
12398 ____________________________________________________________________________
12399 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
12400         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
12401              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
12402      Branch: perl
12403            + ext/B/t/lint.t
12404            ! MANIFEST ext/B/B/Lint.pm
12405 ____________________________________________________________________________
12406 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
12407         Log: metaconfig unit change for #15119.
12408      Branch: metaconfig
12409            ! U/threads/d_pthread_atfork.U
12410 ____________________________________________________________________________
12411 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
12412         Log: In DG/UX finding pthread_atfork requires a true compile,
12413              from Takis Psarogiannakopoulos.
12414      Branch: perl
12415            ! Configure config_h.SH
12416 ____________________________________________________________________________
12417 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
12418         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
12419              From: John Peacock <jpeacock@rowman.com>
12420              Date: Fri, 08 Mar 2002 15:52:41 -0500
12421              Message-ID: <3C892499.4050502@rowman.com>
12422      Branch: perl
12423            ! lib/ExtUtils/xsubpp
12424 ____________________________________________________________________________
12425 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
12426         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
12427              From: "Craig A. Berry" <craigberry@mac.com>
12428              Date: Fri, 08 Mar 2002 15:02:51 -0600
12429              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
12430      Branch: perl
12431            ! t/op/write.t
12432 ____________________________________________________________________________
12433 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
12434         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
12435              From: Paul_GreenVOS@vos.stratus.com
12436              Date: Fri, 8 Mar 02 14:45 est
12437              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
12438      Branch: perl
12439            ! installperl
12440 ____________________________________________________________________________
12441 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
12442         Log: Subject: [PATCH @15109] tm_tm_* for VMS
12443              From: "Craig A. Berry" <craigberry@mac.com>
12444              Date: Fri, 08 Mar 2002 13:07:52 -0600
12445              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
12446      Branch: perl
12447            ! configure.com
12448 ____________________________________________________________________________
12449 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
12450         Log: Detypo.
12451      Branch: perl
12452            ! Changes
12453 ____________________________________________________________________________
12454 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
12455         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
12456      Branch: perl
12457            ! t/op/pat.t
12458 ____________________________________________________________________________
12459 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
12460         Log: HP-UX nm seems to repeat itself.
12461      Branch: perl
12462            ! Porting/findrfuncs
12463 ____________________________________________________________________________
12464 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
12465         Log: Nice porting script from Sarathy.  Well, less nice
12466              in the sense that it shows the looong road ahead.
12467      Branch: perl
12468            + Porting/findrfuncs
12469            ! MANIFEST Porting/makerel
12470 ____________________________________________________________________________
12471 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
12472         Log: Subject: Re: Performance considerations for UTF-8
12473              From: Jarkko Hietaniemi <jhi@iki.fi>
12474              Date: Fri, 8 Mar 2002 18:53:28 +0200
12475              Message-ID: <20020308185328.D640@alpha.hut.fi>
12476              
12477              (put all in perlunicode)
12478      Branch: perl
12479            ! pod/perlunicode.pod
12480 ____________________________________________________________________________
12481 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
12482         Log: Update Changes.
12483      Branch: perl
12484            ! Changes patchlevel.h
12485 ____________________________________________________________________________
12486 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
12487         Log: Subject: Cygwin cygipc support skipped
12488              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
12489              Date: Fri, 8 Mar 2002 16:59:34 +0100
12490              Message-ID: <113694157285.20020308165934@familiehaase.de>
12491      Branch: perl
12492            ! hints/cygwin.sh
12493 ____________________________________________________________________________
12494 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
12495         Log: metaconfig unit change for #15106.
12496      Branch: metaconfig
12497            ! U/compline/d_gconvert.U
12498 ____________________________________________________________________________
12499 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
12500         Log: Subject: Re: [PATCH] tests for Gconvert
12501              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12502              Date: Thu, 07 Mar 2002 16:48:10 -0800
12503              Message-ID: <KpAi8gzkganW092yn@efn.org>
12504      Branch: perl
12505            ! Configure config_h.SH t/base/num.t
12506 ____________________________________________________________________________
12507 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
12508         Log: The new test has some teething problems.
12509      Branch: perl
12510            - ext/B/t/lint.t
12511            ! MANIFEST
12512 ____________________________________________________________________________
12513 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
12514         Log: Subject: [PATCH] B::Lint tests
12515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12516              Date: Fri, 8 Mar 2002 14:47:19 +0100
12517              Message-ID: <20020308144719.A2663@rafael>
12518      Branch: perl
12519            + ext/B/t/lint.t
12520            ! MANIFEST ext/B/B/Lint.pm
12521 ____________________________________________________________________________
12522 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
12523         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
12524              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12525              Date: Fri, 8 Mar 2002 13:24:14 GMT
12526              Message-Id: <200203081324.NAA00642@cleo>
12527      Branch: perl
12528            ! hints/powerux.sh
12529 ____________________________________________________________________________
12530 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
12531         Log: Subject: HP has some new models
12532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12533              Date: Fri, 08 Mar 2002 13:07:02 +0100
12534              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
12535      Branch: perl
12536            ! README.hpux
12537 ____________________________________________________________________________
12538 [ 15101] By: ams                                   on 2002/03/08  09:11:40
12539         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
12540              From: Stas Bekman <stas@stason.org>
12541              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
12542              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
12543      Branch: perl
12544            ! pod/perlguts.pod
12545 ____________________________________________________________________________
12546 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
12547         Log: Update Changes
12548      Branch: maint-5.6/macperl
12549            ! macos/Changes
12550 ____________________________________________________________________________
12551 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
12552         Log: Replace macperlbundled with macperldelta
12553      Branch: maint-5.6/macperl
12554            ! macos/macperl/MacPerl.podhelp
12555 ____________________________________________________________________________
12556 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
12557         Log: Comsetic fixes (Thomas Wegner)
12558      Branch: maint-5.6/macperl
12559            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
12560 ____________________________________________________________________________
12561 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
12562         Log: Bump OS version
12563      Branch: maint-5.6/macperl
12564            ! macos/config.sh
12565 ____________________________________________________________________________
12566 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
12567         Log: Thought I deleted this already?
12568      Branch: perl
12569            - ext/I18N/Langinfo/fallback.c
12570 ____________________________________________________________________________
12571 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
12572         Log: perlport updates from Pudge.
12573      Branch: perl
12574            ! pod/perlport.pod
12575 ____________________________________________________________________________
12576 [ 15094] By: ams                                   on 2002/03/08  03:06:03
12577         Log: Nitpick.
12578      Branch: perl
12579            ! MANIFEST
12580 ____________________________________________________________________________
12581 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
12582         Log: Wrong test.
12583      Branch: perl
12584            ! pod/perldelta.pod
12585 ____________________________________________________________________________
12586 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
12587         Log: Integrate change 14064 from macperl to blead.
12588      Branch: perl
12589           !> pod/perlmodinstall.pod pod/perlport.pod
12590 ____________________________________________________________________________
12591 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
12592         Log: Integrate recent perlport changes
12593      Branch: maint-5.6/macperl
12594           !> pod/perlport.pod
12595 ____________________________________________________________________________
12596 [ 15089] By: ams                                   on 2002/03/08  01:54:03
12597         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
12598              minor typo in perlguts.pod
12599              From: Anton Tagunov <tagunov@motor.ru>
12600              Date: Fri, 8 Mar 2002 05:26:59 +0300
12601              Message-Id: <4649821189.20020308052659@motor.ru>
12602      Branch: perl
12603            ! pod/perlguts.pod
12604 ____________________________________________________________________________
12605 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
12606         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"! 
12607              From: Anton Tagunov <tagunov@newmail.ru>
12608              Date: Fri, 8 Mar 2002 04:31:44 +0300
12609              Message-ID: <13946506773.20020308043144@newmail.ru>
12610              
12611              (one test changed)
12612      Branch: perl
12613            ! lib/encoding.t sv.c
12614 ____________________________________________________________________________
12615 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
12616         Log: Subject: [PATCH perldelta] some more deltas
12617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12618              Date: Thu, 7 Mar 2002 23:13:23 +0100
12619              Message-ID: <20020307231323.A13068@rafael>
12620      Branch: perl
12621            ! pod/perldelta.pod
12622 ____________________________________________________________________________
12623 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
12624         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
12625              From: Paul_GreenVOS@vos.stratus.com
12626              Date: Thu, 7 Mar 02 14:25 est
12627              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
12628      Branch: perl
12629            ! t/io/fs.t
12630 ____________________________________________________________________________
12631 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
12632         Log: As suggested by Anton Tagunov, eq and cmp now obey the
12633              encoding pragma (by remapping their byte argument if the
12634              other argument is in Unicode).  Also fix a bug found by
12635              Anton where ord undef under the encoding pragma would barf.
12636              ([ID 20020307.009] A null pointer dereference with 'use encoding')
12637              Finally, use the nicer form of sv_recode_to_utf8.
12638      Branch: perl
12639            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
12640 ____________________________________________________________________________
12641 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
12642         Log: Retract #14985, #14899, and #14990, following the principles
12643              "Do no harm." and "If it ain't broke, don't fix it."
12644              
12645              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
12646              some, but still broken, and I do not have the extra brain
12647              cells for the EBCDIC backport.  Secondly, the old version
12648              worked both in EBCDIC and non-.  Thirdly, the old version
12649              may be more amenable for the behaviour suggsted by Anton
12650              Tagunov regarding the encoding pragma.
12651      Branch: perl
12652            ! embed.fnc embed.h global.sym proto.h sv.c util.c
12653 ____________________________________________________________________________
12654 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
12655         Log: Long doubles give you long doubles.
12656      Branch: perl
12657            ! t/base/num.t
12658 ____________________________________________________________________________
12659 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
12660         Log: Forgotten deMANIFESTation.
12661      Branch: perl
12662            ! MANIFEST
12663 ____________________________________________________________________________
12664 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
12665         Log: Obsolete unused file, noticed by Dank Kogai.
12666      Branch: perl
12667            - ext/Encode/lib/Encode/JP/Tr.pm
12668 ____________________________________________________________________________
12669 [ 15080] By: ams                                   on 2002/03/07  11:31:46
12670         Log: Subject: [PATCH Changes] Changes should mirror version number
12671              From: Robin Barker <rmb1@cise.npl.co.uk>
12672              Date: Thu, 7 Mar 2002 11:04:24 GMT
12673              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
12674      Branch: perl
12675            ! Porting/pumpkin.pod
12676 ____________________________________________________________________________
12677 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
12678         Log: metaconfig unit change for #15078.
12679      Branch: metaconfig
12680            ! U/compline/d_gconvert.U
12681 ____________________________________________________________________________
12682 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
12683         Log: Subject: Re: [PATCH] tests for Gconvert
12684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12685              Date: Wed, 06 Mar 2002 20:22:54 -0800
12686              Message-ID: <esuh8gzkg2/b092yn@efn.org>
12687      Branch: perl
12688            ! Configure pod/perldelta.pod t/base/num.t
12689 ____________________________________________________________________________
12690 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
12691         Log: Mac OS X UFS does not do ctime.
12692      Branch: perl
12693            ! pod/perldelta.pod pod/perlport.pod
12694 ____________________________________________________________________________
12695 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
12696         Log: AUTHORS updates.
12697      Branch: perl
12698            ! AUTHORS
12699 ____________________________________________________________________________
12700 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
12701         Log: Continued Chinese puzzles from Autrijus.
12702      Branch: perl
12703            + ext/Encode/t/CN.t ext/Encode/t/TW.t
12704            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
12705 ____________________________________________________________________________
12706 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
12707         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
12708              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12709              Date: Wed, 6 Mar 2002 18:13:51 +0100
12710              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
12711      Branch: perl
12712            ! lib/File/Spec/Win32.pm
12713 ____________________________________________________________________________
12714 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
12715         Log: perlport tweaks.
12716      Branch: perl
12717            ! pod/perlport.pod
12718 ____________________________________________________________________________
12719 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
12720         Log: Subject: Re: [PATCH docs] Re: Bug with -M
12721              From: Michael G Schwern <schwern@pobox.com>
12722              Date: Wed, 6 Mar 2002 16:20:27 -0500
12723              Message-ID: <20020306212027.GC4257@blackrider>
12724      Branch: perl
12725            ! pod/perlfunc.pod pod/perlport.pod
12726 ____________________________________________________________________________
12727 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
12728         Log: perldelta updates.
12729      Branch: perl
12730            ! pod/perldelta.pod
12731 ____________________________________________________________________________
12732 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
12733         Log: 5005threads wasn't even compiling.
12734      Branch: perl
12735            ! perl.c
12736 ____________________________________________________________________________
12737 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
12738         Log: Subject: Re: perl@15047 New format tests for still existing bugs
12739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12740              Date: Wed, 06 Mar 2002 12:59:29 +0100
12741              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
12742      Branch: perl
12743            ! t/op/write.t
12744 ____________________________________________________________________________
12745 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
12746         Log: Regen Glossary et al.
12747      Branch: perl
12748            ! Porting/Glossary Porting/config.sh Porting/config_H
12749 ____________________________________________________________________________
12750 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
12751         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
12752              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
12753      Branch: perl
12754            ! util.c
12755 ____________________________________________________________________________
12756 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
12757         Log: metaconfig unit change for #15065.
12758      Branch: metaconfig
12759            ! U/compline/i_time.U
12760 ____________________________________________________________________________
12761 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
12762         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
12763      Branch: perl
12764            ! Configure config_h.SH
12765 ____________________________________________________________________________
12766 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
12767         Log: Must remove fallback.c also from here.
12768      Branch: perl
12769            ! MANIFEST
12770 ____________________________________________________________________________
12771 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
12772         Log: Subject: Re: perl@15047 WinCE
12773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12774              Date: Wed, 06 Mar 2002 13:41:30 +0100
12775              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
12776              
12777              Subject: Re: perl@15047 Win32
12778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12779              Date: Wed, 06 Mar 2002 13:46:02 +0100
12780              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
12781              
12782              Subject: Re: perl@15047 Epoc
12783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12784              Date: Wed, 06 Mar 2002 13:48:31 +0100
12785              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
12786              
12787              Subject: Re: perl@15047 NetWare
12788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12789              Date: Wed, 06 Mar 2002 13:55:46 +0100
12790              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
12791      Branch: perl
12792            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
12793            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12794            ! wince/Makefile.ce wince/config.h
12795 ____________________________________________________________________________
12796 [ 15062] By: ams                                   on 2002/03/06  09:26:49
12797         Log: Subject: Re: perl@15047
12798              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12799              Date: Wed, 06 Mar 2002 11:25:50 +0100
12800              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
12801      Branch: perl
12802            ! cygwin/perlld.in
12803 ____________________________________________________________________________
12804 [ 15061] By: ams                                   on 2002/03/06  08:44:12
12805         Log: Subject: Re: perl@15047
12806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12807              Date: Wed, 06 Mar 2002 10:38:02 +0100
12808              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
12809      Branch: perl
12810            ! pod/perldelta.pod
12811 ____________________________________________________________________________
12812 [ 15060] By: ams                                   on 2002/03/06  08:30:33
12813         Log: Subject: Update perlhist.pod
12814              From: mjd@plover.com
12815              Date: 6 Mar 2002 07:11:55 -0000
12816              Message-Id: <20020306071155.10240.qmail@plover.com>
12817              
12818              Subject: [PATCH pod/perlvar.pod] $^V => string
12819              From: Stas Bekman <stas@stason.org>
12820              Date: Wed, 06 Mar 2002 14:56:55 +0800
12821              Message-Id: <3C85BDB7.7050700@stason.org>
12822      Branch: perl
12823            ! pod/perlhist.pod pod/perlvar.pod
12824 ____________________________________________________________________________
12825 [ 15059] By: ams                                   on 2002/03/06  04:15:38
12826         Log: Subject: [PATCH] assorted configure.com fix-ups
12827              From: "Craig A. Berry" <craigberry@mac.com>
12828              Date: Tue, 5 Mar 2002 23:11:22 -0600
12829              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
12830      Branch: perl
12831            ! configure.com
12832 ____________________________________________________________________________
12833 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
12834         Log: IRIX failure with long doubles.
12835      Branch: perl
12836            ! t/op/pack.t
12837 ____________________________________________________________________________
12838 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
12839         Log: Make reality and Changes coincide.
12840      Branch: perl
12841            ! Changes
12842 ____________________________________________________________________________
12843 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
12844         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
12845              From: Anton Tagunov <tagunov@motor.ru>
12846              Date: Wed, 6 Mar 2002 02:10:21 +0300
12847              Message-ID: <11152782757.20020306021021@motor.ru>
12848              
12849              (reworded)
12850      Branch: perl
12851            ! pod/perluniintro.pod
12852 ____________________________________________________________________________
12853 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
12854         Log: Subject: [PATCH] B::Lint doesn't work
12855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12856              Date: Tue, 5 Mar 2002 22:51:18 +0100
12857              Message-ID: <20020305225118.C733@rafael>
12858      Branch: perl
12859            ! ext/B/B/Lint.pm
12860 ____________________________________________________________________________
12861 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
12862         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
12863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12864              Date: Mon, 04 Mar 2002 16:24:32 -0800
12865              Message-ID: <ABBh8gzkgezX092yn@efn.org>
12866      Branch: perl
12867            ! op.h pp_ctl.c t/op/flip.t
12868 ____________________________________________________________________________
12869 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
12870         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
12871              From: Nicholas Clark <nick@unfortu.net>
12872              Date: Tue, 5 Mar 2002 22:30:49 +0000
12873              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
12874      Branch: perl
12875            ! pod/perldelta.pod
12876 ____________________________________________________________________________
12877 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
12878         Log: Subject: [PATCH] tests for Gconvert
12879              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12880              Date: Tue, 05 Mar 2002 16:35:45 -0800
12881              Message-ID: <hRWh8gzkgONX092yn@efn.org>
12882      Branch: perl
12883            ! t/base/num.t
12884 ____________________________________________________________________________
12885 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
12886         Log: Subject: [PATCH] toplevel Makefile.SH
12887              From: Paul_GreenVOS@vos.stratus.com
12888              Date: Tue, 5 Mar 02 17:34 est
12889              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
12890      Branch: perl
12891            ! Makefile.SH
12892 ____________________________________________________________________________
12893 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
12894         Log: Subject: [PATCH] pointer to perldelta in Changes
12895              From: Chris Nandor <pudge@pobox.com>
12896              Date: Tue, 05 Mar 2002 16:04:50 -0500
12897              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
12898      Branch: perl
12899            ! Changes
12900 ____________________________________________________________________________
12901 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
12902         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
12903              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12904              Date: Tue, 5 Mar 2002 22:26:20 +0100
12905              Message-ID: <20020305222620.A733@rafael>
12906      Branch: perl
12907            ! pod/perldelta.pod
12908 ____________________________________________________________________________
12909 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
12910         Log: Solaris: allow for /usr/bin/df not to exist.
12911              
12912              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
12913              From: Kingpin <mthurn@copper.dulles.tasc.com>
12914              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
12915              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
12916      Branch: perl
12917            ! hints/solaris_2.sh
12918 ____________________________________________________________________________
12919 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
12920         Log: Update Changes.
12921      Branch: perl
12922            ! Changes patchlevel.h
12923 ____________________________________________________________________________
12924 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
12925         Log: Double MANIFESTing.
12926      Branch: perl
12927            ! ext/Encode/MANIFEST
12928 ____________________________________________________________________________
12929 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
12930         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
12931      Branch: perl
12932            - ext/Encode/Encode/7bit-kr.enc
12933            - ext/Encode/lib/Encode/Tcl/HanZi.pm
12934            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
12935 ____________________________________________________________________________
12936 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
12937         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
12938              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12939              Date: Tue, 5 Mar 2002 14:35:57 +0100
12940              Message-ID: <20020305143557.C695@rafael>   
12941      Branch: perl
12942            ! pp_sys.c t/lib/warnings/pp_sys
12943 ____________________________________________________________________________
12944 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
12945         Log: Subject: [PATCH Devel::PPPort]
12946              From: Robin Barker <rmb1@cise.npl.co.uk>
12947              Date: Tue, 5 Mar 2002 13:37:59 GMT
12948              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
12949      Branch: perl
12950            ! ext/Devel/PPPort/Makefile.PL
12951 ____________________________________________________________________________
12952 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
12953         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
12954      Branch: perl
12955            ! ext/Encode/t/Tcl.t
12956 ____________________________________________________________________________
12957 [ 15041] By: nick                                  on 2002/03/05  07:23:58
12958         Log: Integrate mainline (5.7.3)
12959      Branch: perlio
12960           +> ext/Encode/lib/Encode/CN/HZ.pm
12961            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
12962           !> (integrate 54 files)
12963 ____________________________________________________________________________
12964 [ 15040] By: ams                                   on 2002/03/05  05:10:33
12965         Log: Subject: DOC PATCH 5.7.3 (perldelta)
12966              From: mjd@plover.com
12967              Date: 5 Mar 2002 05:35:58 -0000
12968              Message-Id: <20020305053558.31677.qmail@plover.com>
12969      Branch: perl
12970            ! pod/perldelta.pod
12971 ____________________________________________________________________________
12972 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
12973         Log: This is 5.7.3.
12974      Branch: perl
12975            ! patchlevel.h
12976 ____________________________________________________________________________
12977 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
12978         Log: Shoo.
12979      Branch: perl
12980            ! ext/Encode/t/Tcl.t
12981 ____________________________________________________________________________
12982 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
12983         Log: Update Changes.
12984      Branch: perl
12985            ! Changes patchlevel.h
12986 ____________________________________________________________________________
12987 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
12988         Log: Regen perlapi.
12989      Branch: perl
12990            ! pod/perlapi.pod
12991 ____________________________________________________________________________
12992 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
12993         Log: Tie::File doc tweak for Win32 from mjd. 
12994      Branch: perl
12995            ! lib/Tie/File.pm
12996 ____________________________________________________________________________
12997 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
12998         Log: Regen toc.
12999      Branch: perl
13000            ! pod/perltoc.pod
13001 ____________________________________________________________________________
13002 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
13003         Log: Decommission Encode::Tcl HZ testing for now.
13004      Branch: perl
13005            ! ext/Encode/t/Tcl.t
13006 ____________________________________________________________________________
13007 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
13008         Log: Must have a return.
13009      Branch: perl
13010            ! pp_pack.c
13011 ____________________________________________________________________________
13012 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
13013         Log: The very latest win32 score from Jan Dubois.
13014      Branch: perl
13015            ! pod/perldelta.pod
13016 ____________________________________________________________________________
13017 [ 15030] By: ams                                   on 2002/03/05  01:40:01
13018         Log: Subject: [PATCH] README.macos
13019              From: Chris Nandor <pudge@pobox.com>
13020              Date: Mon, 04 Mar 2002 17:37:59 -0500
13021              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
13022      Branch: perl
13023            ! README.macos
13024 ____________________________________________________________________________
13025 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
13026         Log: "The last pieces of Chinese puzzle" from Autrijus.
13027      Branch: perl
13028            + ext/Encode/lib/Encode/CN/HZ.pm
13029            - ext/Encode/Encode/HZ.enc
13030            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
13031            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
13032 ____________________________________________________________________________
13033 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
13034         Log: Known test failures updates.
13035      Branch: perl
13036            ! pod/perldelta.pod
13037 ____________________________________________________________________________
13038 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
13039         Log: One more nit from mjd.
13040      Branch: perl
13041            ! lib/Tie/File/t/16_handle.t
13042 ____________________________________________________________________________
13043 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
13044         Log: Upgrade to Tie::File 0.17 from mjd.
13045      Branch: perl
13046            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
13047            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13048 ____________________________________________________________________________
13049 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
13050         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
13051              From: Nicholas Clark <nick@unfortu.net>
13052              Date: Mon, 4 Mar 2002 23:33:52 +0000
13053              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
13054      Branch: perl
13055            ! pod/perldelta.pod
13056 ____________________________________________________________________________
13057 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
13058         Log: Escapee.
13059      Branch: perl
13060            ! proto.h
13061 ____________________________________________________________________________
13062 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
13063         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
13064              From: Nicholas Clark <nick@unfortu.net>
13065              Date: Mon, 4 Mar 2002 22:48:38 +0000
13066              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
13067      Branch: perl
13068            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
13069            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
13070            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
13071            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
13072            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
13073            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
13074            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
13075 ____________________________________________________________________________
13076 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
13077         Log: Cleaner.
13078      Branch: perl
13079            ! Makefile.SH
13080 ____________________________________________________________________________
13081 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
13082         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
13083              From: Jeffrey Friedl <jfriedl@yahoo.com>
13084              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
13085              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
13086      Branch: perl
13087            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
13088            ! pod/perlvar.pod
13089 ____________________________________________________________________________
13090 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
13091         Log: More Han tweaks from Autrjius Tang: most importantly,
13092              gbk is identical to cp936, so gbk can be removed and
13093              taken care of by an alias.
13094      Branch: perl
13095            - ext/Encode/Encode/gbk.enc
13096            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13097            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
13098            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13099            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13100 ____________________________________________________________________________
13101 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
13102         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
13103              From: Nicholas Clark <nick@unfortu.net>
13104              Date: Mon, 4 Mar 2002 22:20:13 +0000
13105              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
13106      Branch: perl
13107            ! pod/perldelta.pod
13108 ____________________________________________________________________________
13109 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
13110         Log: Based on
13111              
13112              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
13113              From: Anton Tagunov <tagunov@motor.ru>
13114              Date: Mon, 4 Mar 2002 21:14:39 +0300
13115              Message-ID: <1814137429.20020304211439@motor.ru>
13116      Branch: perl
13117            ! pod/perlunicode.pod
13118 ____________________________________________________________________________
13119 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
13120         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
13121              From: John Peacock <jpeacock@rowman.com>
13122              Date: Mon, 04 Mar 2002 16:18:42 -0500
13123              Message-ID: <3C83E4B2.3060700@rowman.com>
13124              
13125              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
13126              From: John Peacock <jpeacock@rowman.com>
13127              Date: Mon, 04 Mar 2002 16:42:55 -0500
13128              Message-ID: <3C83EA5F.80303@rowman.com>
13129      Branch: perl
13130            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13131 ____________________________________________________________________________
13132 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
13133         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
13134              From: "Craig A. Berry" <craigberry@mac.com>
13135              Date: Mon, 04 Mar 2002 14:47:59 -0600
13136              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
13137              
13138              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
13139              From: "Craig A. Berry" <craigberry@mac.com>
13140              Date: Mon, 04 Mar 2002 15:04:58 -0600
13141              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
13142      Branch: perl
13143            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
13144 ____________________________________________________________________________
13145 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
13146         Log: metaconfig unit change for #15014.
13147      Branch: metaconfig/U/perl
13148            ! Extensions.U
13149 ____________________________________________________________________________
13150 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
13151         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
13152              of known extensions, where Encode::JP already is.
13153      Branch: perl
13154            ! Configure Porting/config.sh Porting/config_H uconfig.h
13155 ____________________________________________________________________________
13156 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
13157         Log: SJIS, from Dan Kogai.
13158      Branch: perl
13159            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
13160 ____________________________________________________________________________
13161 [ 15012] By: nick                                  on 2002/03/04  17:35:50
13162         Log: Intergrate perlio's Encode/compile
13163      Branch: perl
13164           !> ext/Encode/compile
13165 ____________________________________________________________________________
13166 [ 15011] By: nick                                  on 2002/03/04  17:29:54
13167         Log: Avoid $Id$ cleverness and just have a $VERSION.
13168      Branch: perlio
13169            ! ext/Encode/compile
13170 ____________________________________________________________________________
13171 [ 15010] By: nick                                  on 2002/03/04  17:29:14
13172         Log: Integrate mainline
13173      Branch: perlio
13174           +> lib/Math/BigInt/t/isa.t
13175           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
13176           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
13177           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13178           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
13179           !> warnings.pl
13180 ____________________________________________________________________________
13181 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
13182         Log: Integrate ext/Encode/compile from perlio.
13183      Branch: perl
13184           !> ext/Encode/compile
13185 ____________________________________________________________________________
13186 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
13187         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
13188              updates not integrated, something odd going on in there.)
13189      Branch: perl
13190           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
13191           !> lib/Tie/File/t/16_handle.t
13192 ____________________________________________________________________________
13193 [ 15007] By: nick                                  on 2002/03/04  17:08:17
13194         Log: Integrate mainline
13195      Branch: perlio
13196           !> AUTHORS Changes Porting/Glossary Porting/config.sh
13197           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
13198           !> pod/perltoc.pod
13199 ____________________________________________________________________________
13200 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
13201         Log: A new M::BI test.
13202      Branch: perl
13203            + lib/Math/BigInt/t/isa.t
13204            ! MANIFEST
13205 ____________________________________________________________________________
13206 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
13207         Log: Subject: VMS test and perldelta update
13208              From: "Craig A. Berry" <craigberry@mac.com>
13209              Date: Mon, 04 Mar 2002 11:03:37 -0600
13210              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
13211      Branch: perl
13212            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
13213 ____________________________________________________________________________
13214 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
13215         Log: Needed for threaded builds.
13216      Branch: perl
13217            ! embed.fnc embed.h
13218 ____________________________________________________________________________
13219 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
13220         Log: Subject: [PATCH] taint + deprecated warnings
13221              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13222              Date: Mon, 4 Mar 2002 16:33:23 -0000
13223              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
13224      Branch: perl
13225            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
13226            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13227            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
13228 ____________________________________________________________________________
13229 [ 15002] By: nick                                  on 2002/03/04  16:19:06
13230         Log: Win32 tweak
13231      Branch: perlio
13232            ! lib/Tie/File/t/16_handle.t
13233 ____________________________________________________________________________
13234 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
13235         Log: Update Changes.
13236      Branch: perl
13237            ! Changes patchlevel.h
13238 ____________________________________________________________________________
13239 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
13240         Log: AUTHORS updates.
13241      Branch: perl
13242            ! AUTHORS
13243 ____________________________________________________________________________
13244 [ 14999] By: nick                                  on 2002/03/04  15:26:43
13245         Log: Win32 hack
13246      Branch: perlio
13247            ! ext/Encode/compile ext/Encode/t/JP.t
13248 ____________________________________________________________________________
13249 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
13250         Log: Encode doc tweak from Autrijus Tang.
13251      Branch: perl
13252            ! ext/Encode/Encode.pm
13253 ____________________________________________________________________________
13254 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
13255         Log: Regen Glossary et al.  (It seems the #14875 didn't
13256              quite work in removing the double-dot?)
13257      Branch: perl
13258            ! Porting/Glossary Porting/config.sh Porting/config_H
13259 ____________________________________________________________________________
13260 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
13261         Log: Regen toc.
13262      Branch: perl
13263            ! pod/perltoc.pod
13264 ____________________________________________________________________________
13265 [ 14995] By: nick                                  on 2002/03/04  14:42:09
13266         Log: Remove debugging assert
13267      Branch: perlio
13268            ! ext/threads/shared/shared.xs
13269 ____________________________________________________________________________
13270 [ 14994] By: nick                                  on 2002/03/04  14:41:54
13271         Log: Integrate mainline
13272      Branch: perlio
13273           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
13274           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13275           !> lib/Tie/File/t/15_pushpop.t util.c
13276 ____________________________________________________________________________
13277 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
13278         Log: Han update from Autrijus Tang. 
13279      Branch: perl
13280            ! ext/Encode/Encode.pm
13281 ____________________________________________________________________________
13282 [ 14992] By: nick                                  on 2002/03/04  14:08:38
13283         Log: Integrate mainline - all tests pass - some noise from threads
13284              av_simple (SuSE7.3).
13285      Branch: perlio
13286           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13287           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13288           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13289           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13290           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13291           +> lib/Tie/File/t/11_rv_splice_rs.t
13292           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13293           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13294           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13295            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13296            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13297            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13298            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13299            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13300            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13301            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13302            - lib/Tie/File/15_pushpop.t
13303           !> (integrate 47 files)
13304 ____________________________________________________________________________
13305 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
13306         Log: Missing MANIFESTations.
13307      Branch: perl
13308            ! MANIFEST
13309 ____________________________________________________________________________
13310 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
13311         Log: Attempt at portability.
13312      Branch: perl
13313            ! util.c
13314 ____________________________________________________________________________
13315 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
13316         Log: Needed by #14985.
13317      Branch: perl
13318            ! embed.h global.sym proto.h
13319 ____________________________________________________________________________
13320 [ 14988] By: ams                                   on 2002/03/04  08:59:27
13321         Log: Upgrade to Tie::File 0.16.
13322      Branch: perl
13323            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13324            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
13325            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13326            ! lib/Tie/File/t/15_pushpop.t
13327 ____________________________________________________________________________
13328 [ 14987] By: ams                                   on 2002/03/04  08:48:11
13329         Log: Subject: [PATCH @14577] perly-fixer
13330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13331              Date: Mon, 4 Mar 2002 02:28:51 -0500
13332              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
13333      Branch: perl
13334            ! Makefile.SH perly.fixer
13335 ____________________________________________________________________________
13336 [ 14986] By: ams                                   on 2002/03/04  08:43:37
13337         Log: Subject: [PATCH @14577] xsubpp
13338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13339              Date: Mon, 4 Mar 2002 02:25:52 -0500
13340              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
13341      Branch: perl
13342            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13343 ____________________________________________________________________________
13344 [ 14985] By: ams                                   on 2002/03/04  08:40:46
13345         Log: Subject: [PATCH @14577] sv_cmp and friends
13346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13347              Date: Mon, 4 Mar 2002 02:31:04 -0500
13348              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
13349      Branch: perl
13350            ! embed.fnc sv.c util.c
13351 ____________________________________________________________________________
13352 [ 14984] By: ams                                   on 2002/03/04  08:16:06
13353         Log: Fix File::Path docs as suggested by Ronald Kimball.
13354      Branch: perl
13355            ! lib/File/Path.pm
13356 ____________________________________________________________________________
13357 [ 14983] By: ams                                   on 2002/03/04  08:11:20
13358         Log: Update perldata fix as suggested by Benjamin Goldberg.
13359      Branch: perl
13360            ! pod/perldata.pod
13361 ____________________________________________________________________________
13362 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
13363         Log: Faulty skip.
13364      Branch: perl
13365            ! ext/DB_File/t/db-recno.t
13366 ____________________________________________________________________________
13367 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
13368         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
13369              From: Anton Tagunov <tagunov@motor.ru>
13370              Date: Mon, 4 Mar 2002 05:41:41 +0300
13371              Message-Id: <7916563907.20020304054141@motor.ru>
13372              
13373              Subject: [ID 20020303.005] Patch perlinicode C API description
13374              From: Anton Tagunov <tagunov@motor.ru>
13375              Date: Mon, 4 Mar 2002 06:08:23 +0300
13376              Message-Id: <2018165510.20020304060823@motor.ru>
13377      Branch: perl
13378            ! lib/utf8.pm pod/perlunicode.pod
13379 ____________________________________________________________________________
13380 [ 14980] By: ams                                   on 2002/03/04  02:19:20
13381         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
13382              From: Anton Tagunov <tagunov@motor.ru>
13383              Date: Mon, 4 Mar 2002 02:17:40 +0300
13384              Message-Id: <1344322124.20020304021740@motor.ru>
13385      Branch: perl
13386            ! pod/perldata.pod
13387 ____________________________________________________________________________
13388 [ 14979] By: ams                                   on 2002/03/04  02:17:54
13389         Log: Subject: RE: [PATCH] RE: DB_File breakage
13390              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13391              Date: Sun, 3 Mar 2002 23:56:31 -0000
13392              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
13393      Branch: perl
13394            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13395            ! ext/DB_File/t/db-recno.t
13396 ____________________________________________________________________________
13397 [ 14978] By: ams                                   on 2002/03/04  02:07:16
13398         Log: Subject: [PATCH] docs for ExtUtils::Manifest
13399              From: Nicholas Clark <nick@unfortu.net>
13400              Date: Sun, 3 Mar 2002 23:29:25 +0000
13401              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
13402      Branch: perl
13403            ! lib/ExtUtils/Manifest.pm
13404 ____________________________________________________________________________
13405 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
13406         Log: Forgot from the M::BI 1.54 update.
13407      Branch: perl
13408            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
13409            ! lib/Math/BigInt/t/upgrade.inc
13410 ____________________________________________________________________________
13411 [ 14976] By: ams                                   on 2002/03/04  02:04:32
13412         Log: Subject: [PATCH] attr
13413              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13414              Date: Sun, 3 Mar 2002 22:09:58 -0000
13415              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
13416      Branch: perl
13417            ! lib/warnings.pm warnings.pl
13418 ____________________________________________________________________________
13419 [ 14975] By: ams                                   on 2002/03/04  02:01:27
13420         Log: Subject: [PATCH] File::Path documentation
13421              From: Colin Meyer <cmeyer@helvella.org>
13422              Date: Sun, 3 Mar 2002 14:54:24 -0800
13423              Message-Id: <20020303145424.A21774@hobart.helvella.org>
13424      Branch: perl
13425            ! lib/File/Path.pm
13426 ____________________________________________________________________________
13427 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
13428         Log: Typo.
13429      Branch: perl
13430            ! lib/Math/BigInt/t/upgrade.t
13431 ____________________________________________________________________________
13432 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
13433         Log: Editing errors.
13434      Branch: perl
13435            ! MANIFEST
13436 ____________________________________________________________________________
13437 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
13438         Log: Upgrade to Math::BigInt 1.54.
13439      Branch: perl
13440            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13441            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13442            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
13443            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
13444            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
13445            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
13446 ____________________________________________________________________________
13447 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
13448         Log: Test tweak from Craig Berry.
13449      Branch: perl
13450            ! lib/Tie/File/t/15_pushpop.t
13451 ____________________________________________________________________________
13452 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
13453         Log: Upgrade to Tie::File 0.15.
13454      Branch: perl
13455            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13456            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13457            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13458            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13459            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13460            + lib/Tie/File/t/11_rv_splice_rs.t
13461            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13462            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13463            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13464            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13465            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13466            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13467            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13468            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13469            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13470            - lib/Tie/File/15_pushpop.t
13471            ! MANIFEST lib/Tie/File.pm
13472 ____________________________________________________________________________
13473 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
13474         Log: The EBCDIC gaps apply only to the real A-Z.
13475      Branch: perl
13476            ! ext/B/B/Deparse.pm
13477 ____________________________________________________________________________
13478 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
13479         Log: EBCDIC: deparse \cX correctly.
13480      Branch: perl
13481            ! ext/B/B/Deparse.pm
13482 ____________________________________________________________________________
13483 [ 14967] By: ams                                   on 2002/03/03  18:18:00
13484         Log: Subject: [PATCH] nit in perlsyn.pod
13485              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13486              Date: Sun, 03 Mar 2002 20:16:10 +0100
13487              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
13488      Branch: perl
13489            ! pod/perlsyn.pod
13490 ____________________________________________________________________________
13491 [ 14966] By: ams                                   on 2002/03/03  18:06:32
13492         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
13493              From: Michael G Schwern <schwern@pobox.com>
13494              Date: Sun, 3 Mar 2002 13:33:28 -0500
13495              Message-Id: <20020303183328.GA3296@blackrider>
13496      Branch: perl
13497            ! utils/h2xs.PL
13498 ____________________________________________________________________________
13499 [ 14965] By: ams                                   on 2002/03/03  18:00:03
13500         Log: Subject: [ PATCH ] HP back to default
13501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13502              Date: Sun, 03 Mar 2002 18:48:34 +0100
13503              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
13504      Branch: perl
13505            ! hints/hpux.sh
13506 ____________________________________________________________________________
13507 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
13508         Log: EBCDIC: special cases of special cases.
13509      Branch: perl
13510            ! t/uni/case.pl
13511 ____________________________________________________________________________
13512 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
13513         Log: EBCDIC: the v-string components cannot exceed 2147483647.
13514      Branch: perl
13515            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
13516 ____________________________________________________________________________
13517 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
13518         Log: Remove the bogus "incorrect case" warning completely.
13519              The problem exists, but the cure, in which ever form
13520              it will be, needs to be something more subtle.
13521      Branch: perl
13522            ! op.c pod/perldiag.pod
13523 ____________________________________________________________________________
13524 [ 14961] By: ams                                   on 2002/03/03  13:39:09
13525         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
13526              From: Mark-Jason Dominus <mjd@plover.com>
13527              Date: Sun, 03 Mar 2002 09:32:16 -0500
13528              Message-Id: <20020303143216.10536.qmail@plover.com>
13529      Branch: perl
13530            ! t/op/tiearray.t
13531 ____________________________________________________________________________
13532 [ 14960] By: nick                                  on 2002/03/03  09:59:59
13533         Log: Integrate mainline
13534      Branch: perlio
13535           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13536            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13537            ! ext/Encode/compile
13538           !> (integrate 27 files)
13539 ____________________________________________________________________________
13540 [ 14959] By: ams                                   on 2002/03/03  08:11:34
13541         Log: Fix #14957.
13542      Branch: perl
13543            ! ext/DB_File/t/db-recno.t
13544 ____________________________________________________________________________
13545 [ 14958] By: ams                                   on 2002/03/03  05:51:00
13546         Log: Subject: [PATCH @14577] NL in debugger
13547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13548              Date: Sat, 2 Mar 2002 05:34:12 -0500
13549              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
13550      Branch: perl
13551            ! lib/perl5db.pl
13552 ____________________________________________________________________________
13553 [ 14957] By: ams                                   on 2002/03/03  05:00:04
13554         Log: Subject: Re: DB_File breakage
13555              From: Schuyler Erle <schuyler@oreilly.com>
13556              Date: Sat, 02 Mar 2002 21:50:30 -0800
13557              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
13558      Branch: perl
13559            ! ext/DB_File/t/db-recno.t
13560 ____________________________________________________________________________
13561 [ 14956] By: ams                                   on 2002/03/03  04:40:08
13562         Log: Subject: [PATCH @14577] Debugging OPs
13563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13564              Date: Sat, 2 Mar 2002 05:49:58 -0500
13565              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
13566      Branch: perl
13567            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
13568            ! pod/perlrun.pod sv.h
13569 ____________________________________________________________________________
13570 [ 14955] By: ams                                   on 2002/03/03  04:34:41
13571         Log: Subject: Tie::Array doc patch
13572              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
13573              Date: Sat, 02 Mar 2002 08:42:56 +0900
13574              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
13575      Branch: perl
13576            ! lib/Tie/Array.pm
13577 ____________________________________________________________________________
13578 [ 14954] By: ams                                   on 2002/03/03  04:23:33
13579         Log: Subject: Re: Smoke 14870
13580              From: Nicholas Clark <nick@unfortu.net>
13581              Date: Sat, 2 Mar 2002 20:00:53 +0000
13582              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
13583      Branch: perl
13584            ! README.hpux
13585 ____________________________________________________________________________
13586 [ 14953] By: ams                                   on 2002/03/03  04:15:49
13587         Log: Subject: RE: VERSION core
13588              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13589              Date: Sat, 2 Mar 2002 22:50:44 -0000
13590              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
13591      Branch: perl
13592            ! t/comp/use.t
13593 ____________________________________________________________________________
13594 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
13595         Log: The #14949 removed this error from non-Win32.
13596      Branch: perl
13597            ! t/lib/warnings/op
13598 ____________________________________________________________________________
13599 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
13600         Log: BeOS back on track.
13601      Branch: perl
13602            ! README.beos
13603 ____________________________________________________________________________
13604 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
13605         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
13606              higher is okay.
13607      Branch: perl
13608            ! ext/POSIX/t/posix.t
13609 ____________________________________________________________________________
13610 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
13611         Log: For now, make "incorrect case" a Win32-only warning.
13612      Branch: perl
13613            ! op.c
13614 ____________________________________________________________________________
13615 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
13616         Log: Demand more before attempting socketpair().
13617      Branch: perl
13618            ! pp_sys.c
13619 ____________________________________________________________________________
13620 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
13621         Log: Remove obsolete hack.
13622      Branch: perl
13623            ! makedepend.SH
13624 ____________________________________________________________________________
13625 [ 14946] By: ams                                   on 2002/03/02  16:00:32
13626         Log: Forgot to delete encode.* from MANIFEST.
13627      Branch: perl
13628            ! MANIFEST
13629 ____________________________________________________________________________
13630 [ 14945] By: ams                                   on 2002/03/02  14:41:03
13631         Log: Delete ex-test output.
13632      Branch: perl
13633            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13634 ____________________________________________________________________________
13635 [ 14944] By: ams                                   on 2002/03/02  13:54:35
13636         Log: Subject: [PATCH] DB_File 1.803
13637              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13638              Date: Sat, 2 Mar 2002 14:33:32 -0000
13639              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
13640      Branch: perl
13641            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13642            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13643 ____________________________________________________________________________
13644 [ 14943] By: ams                                   on 2002/03/02  13:43:06
13645         Log: Upgrade to Tie::File 0.14.
13646      Branch: perl
13647            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13648            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
13649            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
13650 ____________________________________________________________________________
13651 [ 14942] By: nick                                  on 2002/03/02  11:05:53
13652         Log: Integrate mainline
13653      Branch: perlio
13654           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13655           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
13656           +> ext/Encode/t/table.utf8
13657           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
13658           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
13659           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13660           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
13661           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
13662           !> universal.c utils/perldoc.PL
13663 ____________________________________________________________________________
13664 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
13665         Log: More CJK (just C, really) tables from Autrijus Tang
13666              (originally from iconv, used with permission of Bruno Haible)
13667      Branch: perl
13668            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13669            + ext/Encode/Encode/iso-ir-165.enc
13670            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13671            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
13672            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
13673 ____________________________________________________________________________
13674 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
13675         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
13676              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13677              Date: Fri, 1 Mar 2002 15:32:13 -0500
13678              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
13679      Branch: perl
13680            ! utils/perldoc.PL
13681 ____________________________________________________________________________
13682 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
13683         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
13684              From: Schuyler Erle <schuyler@oreilly.com>
13685              Date: Fri, 01 Mar 2002 14:22:19 -0800
13686              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
13687              
13688              Subject: Re: PATCH: "splice() offset past end of array" warning.
13689              From: Mark-Jason Dominus <mjd@plover.com>
13690              Date: Fri, 01 Mar 2002 17:19:49 -0500
13691              Message-ID: <20020301221949.7610.qmail@plover.com>
13692      Branch: perl
13693            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
13694 ____________________________________________________________________________
13695 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
13696         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
13697              From: Mark-Jason Dominus <mjd@plover.com>
13698              Date: Fri, 01 Mar 2002 18:35:35 -0500
13699              Message-ID: <20020301233535.15969.qmail@plover.com>
13700      Branch: perl
13701            ! av.c
13702 ____________________________________________________________________________
13703 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
13704         Log: Subject: RE: VERSION core
13705              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13706              Date: Fri, 1 Mar 2002 23:47:48 -0000
13707              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
13708      Branch: perl
13709            ! pod/perldiag.pod universal.c
13710 ____________________________________________________________________________
13711 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
13712         Log: Update Changes
13713      Branch: maint-5.6/macperl
13714            ! macos/Changes
13715 ____________________________________________________________________________
13716 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
13717         Log: Fix update to resources
13718      Branch: maint-5.6/macperl
13719            ! macos/macperl/MacPerl.r
13720 ____________________________________________________________________________
13721 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
13722         Log: metaconfig unit change for #14930.
13723      Branch: metaconfig
13724            ! U/modified/Init.U
13725 ____________________________________________________________________________
13726 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
13727         Log: Fix debugger to handle Mac OS psedofiles
13728      Branch: maint-5.6/macperl
13729            ! lib/DB.pm lib/perl5db.pl
13730 ____________________________________________________________________________
13731 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
13732         Log: Various fixes from Thomas Wegner
13733      Branch: maint-5.6/macperl
13734            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
13735 ____________________________________________________________________________
13736 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
13737         Log: Some resource updates
13738      Branch: maint-5.6/macperl
13739            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
13740            ! macos/macperl/MacPerl.rsrc
13741 ____________________________________________________________________________
13742 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
13743         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
13744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13745              Date: Fri, 01 Mar 2002 09:38:59 -0800
13746              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
13747      Branch: perl
13748            ! Configure
13749 ____________________________________________________________________________
13750 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
13751         Log: Add some missing sfio symbols (Alan Fry)
13752      Branch: maint-5.6/macperl
13753            ! macos/macperl.sym
13754 ____________________________________________________________________________
13755 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
13756         Log: Update version and README
13757      Branch: maint-5.6/macperl
13758            ! README.macos macos/MPVersion.r
13759 ____________________________________________________________________________
13760 [ 14926] By: nick                                  on 2002/03/01  15:56:41
13761         Log: Integrate mainline
13762      Branch: perlio
13763           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
13764           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13765           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13766           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13767           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13768           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13769           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13770           +> lib/Tie/File/13_size_rs.t
13771           !> (integrate 80 files)
13772 ____________________________________________________________________________
13773 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
13774         Log: Better advertising.
13775      Branch: perl
13776            ! pod/perldelta.pod pod/perlfaq5.pod
13777 ____________________________________________________________________________
13778 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
13779         Log: Update Changes.
13780      Branch: perl
13781            ! Changes patchlevel.h
13782 ____________________________________________________________________________
13783 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
13784         Log: Lost in the shuffle.
13785      Branch: perl
13786            + lib/Math/BigInt/t/downgrade.t
13787            ! MANIFEST
13788 ____________________________________________________________________________
13789 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
13790         Log: Advertise Tie::File.
13791      Branch: perl
13792            ! pod/perldelta.pod pod/perlfaq5.pod
13793 ____________________________________________________________________________
13794 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
13795         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
13796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13797              Date: Thu, 28 Feb 2002 18:55:48 +0100
13798              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
13799      Branch: perl
13800            ! x2p/walk.c
13801 ____________________________________________________________________________
13802 [ 14920] By: ams                                   on 2002/03/01  09:06:01
13803         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
13804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13805              Date: Tue, 26 Feb 2002 19:54:31 -0500
13806              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
13807      Branch: perl
13808            ! embed.fnc ext/B/B/Deparse.pm gv.c
13809 ____________________________________________________________________________
13810 [ 14919] By: ams                                   on 2002/03/01  03:03:12
13811         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
13812      Branch: perl
13813            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
13814            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13815            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13816            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13817            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13818            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13819            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13820 ____________________________________________________________________________
13821 [ 14918] By: ams                                   on 2002/03/01  02:36:58
13822         Log: Add Tie::File 0.12 from MJD.
13823      Branch: perl
13824            + lib/Tie/File.pm lib/Tie/File/01_gen.t
13825            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13826            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13827            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13828            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13829            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13830            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13831            ! MANIFEST
13832 ____________________________________________________________________________
13833 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
13834         Log: Encoding name mapping tweaks.
13835      Branch: perl
13836            ! ext/Encode/Encode.pm
13837 ____________________________________________________________________________
13838 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
13839         Log: metaconfig unit change for #14915.
13840      Branch: metaconfig
13841            ! U/modified/Init.U
13842 ____________________________________________________________________________
13843 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
13844         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
13845              From: Paul_GreenVOS@vos.stratus.com
13846              Date: Thu, 28 Feb 02 15:05 est
13847              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
13848      Branch: perl
13849            ! Configure
13850 ____________________________________________________________________________
13851 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
13852         Log: PL_bostr was pointing to the wrong string
13853              (a string left around from the loading of the Unicode \w)
13854              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
13855              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
13856      Branch: perl
13857            ! regexec.c
13858 ____________________________________________________________________________
13859 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
13860         Log: Sync with libnet-1.10
13861      Branch: perl
13862            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
13863            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
13864            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
13865            ! lib/Net/t/netrc.t
13866 ____________________________________________________________________________
13867 [ 14912] By: ams                                   on 2002/02/28  13:02:50
13868         Log: Subject: [PATCH] perldelta.pod fixes
13869              From: Autrijus Tang <autrijus@autrijus.org>
13870              Date: Thu, 28 Feb 2002 21:44:15 +0800
13871              Message-Id: <20020228134415.GB16422@not.autrijus.org>
13872      Branch: perl
13873            ! pod/perldelta.pod
13874 ____________________________________________________________________________
13875 [ 14911] By: ams                                   on 2002/02/28  11:31:44
13876         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
13877              From: Stas Bekman <stas@stason.org>
13878              Date: Mon, 04 Feb 2002 16:18:53 +0800
13879              Message-Id: <3C7E1E5F.1000605@stason.org>
13880              (Applied by hand).
13881      Branch: perl
13882            ! lib/File/Copy.pm
13883 ____________________________________________________________________________
13884 [ 14910] By: ams                                   on 2002/02/28  11:26:47
13885         Log: Subject: [PATCH lib/Pod/Html.pm]
13886              From: Stas Bekman <stas@stason.org>
13887              Date: Thu, 28 Feb 2002 20:05:01 +0800
13888              Message-Id: <3C7E1CED.7000307@stason.org>
13889      Branch: perl
13890            ! lib/Pod/Html.pm
13891 ____________________________________________________________________________
13892 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
13893         Log: Tests for #14908.
13894      Branch: perl
13895            ! t/op/pat.t
13896 ____________________________________________________________________________
13897 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
13898         Log: Make shared hash keys to be \0-terminated:
13899              one possible resolution for
13900              "UTF-8, weird \w behaviour after HASH-KEY-ification"
13901              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
13902              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
13903              The hash keys weren't \0-terminated.  This meant that the EOL ($)
13904              in regmatch() got the nextchr beyond the last character.  Since
13905              the keys were UTF-8, the nextchr was \1, not the usual
13906              string-terminating \0.  Wham, no match.
13907              
13908              I think another possible resolution could be to stop the nextchr
13909              computation in regmatch() from peeking beyond the last character
13910              of the string:
13911              
13912              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
13913      Branch: perl
13914            ! hv.c hv.h
13915 ____________________________________________________________________________
13916 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
13917         Log: Subject: [PATCH] Perl interface to newIO()
13918              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13919              Date: Wed, 27 Feb 2002 20:15:27 -0800
13920              Message-ID: <f7af8gzkgaET092yn@efn.org>
13921      Branch: perl
13922            ! lib/Symbol.pm
13923 ____________________________________________________________________________
13924 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
13925         Log: The "list" part of
13926              
13927              Subject: [PATCH perlop] .. returns a *list* of *integers*
13928              From: Mike Guy <mjtg@cam.ac.uk>
13929              Date: Tue, 26 Feb 2002 18:30:22 +0000
13930              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
13931              
13932              plus few nits.
13933      Branch: perl
13934            ! pod/perlop.pod
13935 ____________________________________________________________________________
13936 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
13937         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
13938              From: Abe Timmerman <abe@ztreet.demon.nl>
13939              Date: Thu, 28 Feb 2002 00:04:06 +0100
13940              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
13941      Branch: perl
13942            ! lib/File/stat.t
13943 ____________________________________________________________________________
13944 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
13945         Log: Integrate from maintperl.
13946      Branch: maint-5.6/macperl
13947           !> doio.c op.c t/io/open.t t/pragma/strict-subs
13948 ____________________________________________________________________________
13949 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
13950         Log: Upgrade to Math::BigInt 1.53.
13951      Branch: perl
13952            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13953            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13954            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13955            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
13956            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
13957            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
13958 ____________________________________________________________________________
13959 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
13960         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
13961              From: "Craig A. Berry" <craigberry@mac.com>
13962              Date: Wed, 27 Feb 2002 15:36:38 -0600
13963              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
13964      Branch: perl
13965            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
13966            ! vms/ext/filespec.t
13967 ____________________________________________________________________________
13968 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
13969         Log: Subject: [PATCH] Some minor changes for Cygwin
13970              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
13971              Date: Wed, 27 Feb 2002 22:25:41 +0100
13972              Message-ID: <14296492589.20020227222541@familiehaase.de>
13973      Branch: perl
13974            ! Makefile.SH README.cygwin cygwin/perlld.in
13975 ____________________________________________________________________________
13976 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
13977         Log: Update the UTF-8 explanation table.
13978      Branch: perl
13979            ! pod/perlunicode.pod utf8.h
13980 ____________________________________________________________________________
13981 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
13982         Log: Repatch from Robin Barker: anon subs in C<package;> are
13983              now __ANON__::__ANON__ (should help for mod_perl package
13984              since #12251)
13985      Branch: perl
13986            ! gv.c op.c t/op/runlevel.t toke.c
13987 ____________________________________________________________________________
13988 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
13989         Log: Update Changes.
13990      Branch: perl
13991            ! Changes patchlevel.h
13992 ____________________________________________________________________________
13993 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
13994         Log: perldelta updates.
13995      Branch: perl
13996            ! pod/perldelta.pod
13997 ____________________________________________________________________________
13998 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
13999         Log: Signedness nit.
14000      Branch: perl
14001            ! regexec.c
14002 ____________________________________________________________________________
14003 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
14004         Log: Subject: Re: Smoke 14870
14005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14006              Date: Wed, 27 Feb 2002 16:48:35 +0100
14007              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
14008              
14009              (with some additional garnish)
14010      Branch: perl
14011            ! README.hpux hints/hpux.sh
14012 ____________________________________________________________________________
14013 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
14014         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
14015              into perl.exp in AIX.
14016      Branch: perl
14017            ! makedef.pl perl.h
14018 ____________________________________________________________________________
14019 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
14020         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
14021              From: Robin Barker <rmb1@cise.npl.co.uk>
14022              Date: Wed, 27 Feb 2002 14:39:35 GMT
14023              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
14024      Branch: perl
14025            ! pod/perlrun.pod
14026 ____________________________________________________________________________
14027 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
14028         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
14029              From: Robin Barker <rmb1@cise.npl.co.uk>
14030              Date: Wed, 27 Feb 2002 12:25:30 GMT
14031              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
14032      Branch: perl
14033            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
14034            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
14035            ! pod/perlunicode.pod pod/perluniintro.pod
14036 ____________________________________________________________________________
14037 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
14038         Log: Only modify LD_LIBRARY_PATH in case there are directories.
14039      Branch: perl
14040            ! hints/dec_osf.sh
14041 ____________________________________________________________________________
14042 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
14043         Log: Subject: [PATCH] perl/hints/vos.sh
14044              From: Paul_GreenVOS@vos.stratus.com
14045              Date: Tue, 26 Feb 02 15:19 est
14046              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
14047      Branch: perl
14048            ! hints/vos.sh
14049 ____________________________________________________________________________
14050 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
14051         Log: Forgot from #14888.
14052      Branch: perl
14053            ! ext/Unicode/Normalize/mkheader
14054 ____________________________________________________________________________
14055 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
14056         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
14057      Branch: perl
14058            ! ext/Unicode/Normalize/Changes
14059            ! ext/Unicode/Normalize/Normalize.pm
14060            ! ext/Unicode/Normalize/Normalize.xs
14061            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
14062            ! ext/Unicode/Normalize/t/test.t
14063 ____________________________________________________________________________
14064 [ 14887] By: ams                                   on 2002/02/26  23:51:52
14065         Log: Subject: Missing diagnostics
14066              From: Simon Glover <scog@roe.ac.uk>
14067              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
14068              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
14069              
14070              Subject: [PATCH] Better wording for the lvalue vec diagnostic
14071              From: Simon Glover <scog@roe.ac.uk>
14072              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
14073              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
14074      Branch: perl
14075            ! doop.c pod/perldiag.pod t/op/vec.t
14076 ____________________________________________________________________________
14077 [ 14886] By: ams                                   on 2002/02/26  15:48:34
14078         Log: Subject: [PATCH] Not OK 5.7.2@14884
14079              From: andreas.koenig@anima.de (Andreas J. Koenig)
14080              Date: Tue, 26 Feb 2002 15:03:55 +0100
14081              Message-Id: <m38z9gfigk.fsf@anima.de>
14082      Branch: perl
14083            ! t/lib/access.t
14084 ____________________________________________________________________________
14085 [ 14885] By: nick                                  on 2002/02/26  13:48:55
14086         Log: Integrate mainline
14087      Branch: perlio
14088           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
14089           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
14090           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14091            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
14092           !> (integrate 102 files)
14093 ____________________________________________________________________________
14094 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
14095         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
14096              1.1999999999999996, or thereabouts (yes, even sprintf).
14097      Branch: perl
14098            ! t/base/num.t
14099 ____________________________________________________________________________
14100 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
14101         Log: Neither.
14102      Branch: perl
14103            ! pod/perldelta.pod
14104 ____________________________________________________________________________
14105 [ 14882] By: ams                                   on 2002/02/26  08:46:55
14106         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
14107              From: Michael G Schwern <schwern@pobox.com>
14108              Date: Tue, 26 Feb 2002 01:01:28 -0500
14109              Message-Id: <20020226060128.GA2439@blackrider>
14110      Branch: perl
14111            ! hv.c pod/perldiag.pod
14112 ____________________________________________________________________________
14113 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
14114         Log: Subject: [PATCH B::Concise] docs, typos
14115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14116              Date: Mon, 25 Feb 2002 16:41:16 +0100
14117              Message-ID: <20020225164116.A1054@rafael>
14118      Branch: perl
14119            ! ext/B/B/Concise.pm
14120 ____________________________________________________________________________
14121 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
14122         Log: POSIX: add isatty to @EXPORT_OK, reformat.
14123      Branch: perl
14124            ! ext/POSIX/POSIX.pm
14125 ____________________________________________________________________________
14126 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
14127         Log: If using -Dloclibpth=... the directories need to
14128              be appended to LD_LIBRARY_PATH (and ickily, if those
14129              directories contain a (newer?) libdb.so, we need to
14130              prepend    /usr/shlib to loclibpth).
14131      Branch: perl
14132            ! hints/dec_osf.sh
14133 ____________________________________________________________________________
14134 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
14135         Log: Subject: [PATCH] Perl interface to newIO()
14136              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
14137              Date: Mon, 25 Feb 2002 15:04:57 -0800
14138              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
14139      Branch: perl
14140            ! lib/Symbol.pm lib/Symbol.t
14141 ____________________________________________________________________________
14142 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
14143         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
14144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
14145              Date: Mon, 25 Feb 2002 21:58:30 +0100
14146              Message-ID: <20020225215830.A744@rafael>
14147      Branch: perl
14148            ! pod/perlvar.pod
14149 ____________________________________________________________________________
14150 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
14151         Log: Big5 tweaks from Autrijus Tang.
14152      Branch: perl
14153            ! ext/Encode/Encode/big5.enc
14154 ____________________________________________________________________________
14155 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
14156         Log: Subject: [PATCH Glossary configpm] cleanups
14157              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14158              Date: Mon, 25 Feb 2002 23:27:15 +0100
14159              Message-ID: <20020225232715.C744@rafael>
14160      Branch: perl
14161            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
14162 ____________________________________________________________________________
14163 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
14164         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
14165              From: Nicholas Clark <nick@unfortu.net>
14166              Date: Mon, 25 Feb 2002 21:53:24 +0000
14167              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
14168      Branch: perl
14169            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
14170            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14171            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
14172 ____________________________________________________________________________
14173 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
14174         Log: Upgrade to I18N::LangTags 0.27.
14175              (Causes one flipflop back to perl.com URL, must poke Sean.)
14176      Branch: perl
14177            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14178            ! lib/I18N/LangTags/List.pm
14179 ____________________________________________________________________________
14180 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
14181         Log: Upgrade to Getopt::Long 2.28.
14182      Branch: perl
14183            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14184            ! lib/Getopt/Long/README
14185 ____________________________________________________________________________
14186 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
14187         Log: No =head.
14188      Branch: perl
14189            ! pod/perlebcdic.pod
14190 ____________________________________________________________________________
14191 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
14192         Log: Update Changes.
14193      Branch: perl
14194            ! Changes patchlevel.h
14195 ____________________________________________________________________________
14196 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
14197         Log: metaconfig unit change for #14868.
14198      Branch: metaconfig
14199            ! U/modified/Chk_MANI.U
14200 ____________________________________________________________________________
14201 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
14202         Log: Some hosts understand split -l 50, some only split -50
14203              (from Paul Eggert).
14204      Branch: perl
14205            ! Configure
14206 ____________________________________________________________________________
14207 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
14208         Log: Subject: Re: [PATCH bleadperl] socketpair.t
14209              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14210              Date: Sun, 24 Feb 2002 10:31:25 +0100
14211              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
14212              
14213              (the pid half only)
14214      Branch: perl
14215            ! win32/win32.c
14216 ____________________________________________________________________________
14217 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
14218         Log: Mention the new pack tricks.
14219      Branch: perl
14220            ! pod/perldelta.pod
14221 ____________________________________________________________________________
14222 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
14223         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
14224              From: Richard.Foley@t-online.de (Richard Foley)
14225              Date: Mon, 25 Feb 2002 13:47:03 +0100
14226              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
14227      Branch: perl
14228            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
14229            ! pod/perldebug.pod pod/perldelta.pod
14230 ____________________________________________________________________________
14231 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
14232         Log: Typo corrections from John P. Linderman.
14233      Branch: perl
14234            ! ext/IPC/SysV/Semaphore.pm
14235 ____________________________________________________________________________
14236 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
14237         Log: Upgrade to Math::BigInt 1.52.
14238      Branch: perl
14239            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14240            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14241            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14242            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
14243            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
14244 ____________________________________________________________________________
14245 [ 14862] By: ams                                   on 2002/02/25  10:39:40
14246         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
14247              From: Robin Barker <rmb1@cise.npl.co.uk>
14248              Date: Mon, 25 Feb 2002 11:35:06 GMT
14249              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
14250              
14251              Subject: [PATCH Net/Cmd.pm]
14252              From: Robin Barker <rmb1@cise.npl.co.uk>
14253              Date: Mon, 25 Feb 2002 11:37:06 GMT
14254              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
14255      Branch: perl
14256            ! lib/Cwd.pm lib/Net/Cmd.pm
14257 ____________________________________________________________________________
14258 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
14259         Log: Cut-and-paste errors.
14260      Branch: perl
14261            ! t/op/pat.t
14262 ____________________________________________________________________________
14263 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
14264         Log: EBCDIC: the control characters are not that easy to find.
14265      Branch: perl
14266            ! t/op/pat.t
14267 ____________________________________________________________________________
14268 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
14269         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
14270              From: John Peacock <jpeacock@rowman.com>
14271              Date: Sun, 24 Feb 2002 22:08:28 -0500
14272              Message-ID: <3C79AAAC.6060903@rowman.com>
14273      Branch: perl
14274            ! sv.c
14275 ____________________________________________________________________________
14276 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
14277         Log: SvSetSV() is not returnable, but that's okay since
14278              sv_copypv() returns void.
14279      Branch: perl
14280            ! sv.c
14281 ____________________________________________________________________________
14282 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
14283         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
14284              From: John Peacock <jpeacock@rowman.com>                 
14285              Date: Sun, 24 Feb 2002 16:40:07 -0500
14286              Message-ID: <3C795DB7.40105@rowman.com>               
14287      Branch: perl
14288            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
14289            ! pp_hot.c proto.h sv.c
14290 ____________________________________________________________________________
14291 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
14292         Log: Tiny code cleanup.
14293      Branch: perl
14294            ! regexec.c
14295 ____________________________________________________________________________
14296 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
14297         Log: Use to_uni_fold().
14298      Branch: perl
14299            ! regcomp.c
14300 ____________________________________________________________________________
14301 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
14302         Log: Document the new taint behaviour of exec LIST and
14303              system LIST.
14304      Branch: perl
14305            ! pod/perldelta.pod
14306 ____________________________________________________________________________
14307 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
14308         Log: Subject: [PATCH] Re: taint news
14309              From: Rick Delaney <rick.delaney@rogers.com>             
14310              Date: 24 Feb 2002 11:35:00 -0500
14311              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
14312      Branch: perl
14313            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
14314 ____________________________________________________________________________
14315 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
14316         Log: EBCDIC tweak (native instead of uni) and comment update.
14317      Branch: perl
14318            ! regexec.c
14319 ____________________________________________________________________________
14320 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
14321         Log: Using uninitialized (and wrong) variables is not good.
14322      Branch: perl
14323            ! regcomp.c
14324 ____________________________________________________________________________
14325 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
14326         Log: EBCDIC: this seems to calm the last of the
14327              Malformed UTF-8 warnings.
14328      Branch: perl
14329            ! regcomp.c utf8.c
14330 ____________________________________________________________________________
14331 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
14332         Log: EBCDIC: document using Encode for character conversions.
14333      Branch: perl
14334            ! pod/perlebcdic.pod
14335 ____________________________________________________________________________
14336 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
14337         Log: EBCDIC: disable also Unicode::Collate and
14338              Unicode::Normalize for now.  Real users of
14339              EBCDIC have to decide what they want.
14340      Branch: perl
14341            ! ext/Unicode/Normalize/Normalize.pm
14342            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14343            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
14344            ! lib/Unicode/Collate/t/test.t
14345 ____________________________________________________________________________
14346 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
14347         Log: AUTHORS updates.
14348      Branch: perl
14349            ! AUTHORS
14350 ____________________________________________________________________________
14351 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
14352         Log: Retract #14571: there may be a better solution than
14353              tweaking the test.
14354      Branch: perl
14355            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14356 ____________________________________________________________________________
14357 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
14358         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
14359              From: "Craig A. Berry" <craigberry@mac.com> 
14360              Date: Sat, 23 Feb 2002 14:14:35 -0600
14361              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
14362      Branch: perl
14363            ! configure.com
14364 ____________________________________________________________________________
14365 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
14366         Log: metaconfig unit change for #14843.
14367      Branch: metaconfig/U/perl
14368            ! Extensions.U
14369 ____________________________________________________________________________
14370 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
14371         Log: Also Encode/JP needs to be listed explicitly.
14372              (Any other sub-Encode extensions?)
14373      Branch: perl
14374            ! Configure
14375 ____________________________________________________________________________
14376 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
14377         Log: Document known UNICOS/mk deficiency.
14378      Branch: perl
14379            ! pod/perldelta.pod
14380 ____________________________________________________________________________
14381 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
14382         Log: Subject: [PATCH] README mention version 5.0
14383              From: Autrijus Tang <autrijus@autrijus.org>
14384              Date: Sat, 23 Feb 2002 09:35:22 +0800
14385              Message-ID: <20020223013522.GA8694@not.autrijus.org>
14386      Branch: perl
14387            ! README
14388 ____________________________________________________________________________
14389 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
14390         Log: metaconfig unit change for #14839.
14391      Branch: metaconfig
14392            ! U/modified/Signal.U
14393 ____________________________________________________________________________
14394 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
14395         Log: Old hosts like NeXT Classic don't have sort -k,
14396              from Paul Eggert.
14397      Branch: perl
14398            ! Configure
14399 ____________________________________________________________________________
14400 [ 14838] By: ams                                   on 2002/02/22  21:14:29
14401         Log: Minor clarifications as suggested by Anton Tagunov.
14402      Branch: perl
14403            ! pod/perlsyn.pod
14404 ____________________________________________________________________________
14405 [ 14837] By: ams                                   on 2002/02/22  21:07:02
14406         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
14407              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14408              Date: Fri, 22 Feb 2002 23:01:07 +0100
14409              Message-Id: <20020222230107.A15069@rafael>
14410      Branch: perl
14411            ! sv.c t/op/gv.t
14412 ____________________________________________________________________________
14413 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
14414         Log: metaconfig unit change for #14835.
14415      Branch: metaconfig
14416            ! U/modified/Chk_MANI.U
14417 ____________________________________________________________________________
14418 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
14419         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
14420      Branch: perl
14421            ! Configure
14422 ____________________________________________________________________________
14423 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
14424         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
14425              From: Michael G Schwern <schwern@pobox.com>
14426              Date: Fri, 22 Feb 2002 12:10:28 -0500
14427              Message-ID: <20020222171027.GB4181@blackrider>
14428      Branch: perl
14429            ! ext/Encode/compile
14430 ____________________________________________________________________________
14431 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
14432         Log: Update Changes.
14433      Branch: perl
14434            ! Changes patchlevel.h
14435 ____________________________________________________________________________
14436 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
14437         Log: Implement IV/UV/NV/long double pack/unpack with
14438              template letters j/J/F/D (the latter two have been
14439              undocumented aliases of f/d).
14440      Branch: perl
14441            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
14442 ____________________________________________________________________________
14443 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
14444         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14445              From: Nicholas Clark <nick@unfortu.net>
14446              Date: Fri, 22 Feb 2002 14:01:25 +0000
14447              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
14448      Branch: perl
14449            ! ext/Encode/compile
14450 ____________________________________________________________________________
14451 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
14452         Log: NetWare change from Ananth Kesari.
14453      Branch: perl
14454            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
14455            ! MANIFEST
14456 ____________________________________________________________________________
14457 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
14458         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
14459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14460              Date: Fri, 22 Feb 2002 03:55:13 -0500
14461              Message-ID: <20020222035513.A894@math.ohio-state.edu>
14462      Branch: perl
14463            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
14464 ____________________________________________________________________________
14465 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
14466         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
14467      Branch: perl
14468            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
14469 ____________________________________________________________________________
14470 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
14471         Log: Make measure_struct a file static.
14472      Branch: perl
14473            ! pp_pack.c
14474 ____________________________________________________________________________
14475 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
14476         Log: EBCDIC: someone who knows what they are doing
14477              and whether it is possible at all in the first
14478              place needs to figure these tests out on EBCDIC.
14479              The CJK encodings heavily abuse their knowledge
14480              of ASCII and that may require a translation layer
14481              or four to survive UTF-EBCDIC.
14482      Branch: perl
14483            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
14484 ____________________________________________________________________________
14485 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
14486         Log: croak() needs context.
14487      Branch: perl
14488            ! pp_pack.c
14489 ____________________________________________________________________________
14490 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
14491         Log: Subject: [PATCH @14577] pack with a human face: the sequel
14492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14493              Date: Thu, 21 Feb 2002 21:33:37 -0500
14494              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
14495      Branch: perl
14496            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
14497            ! proto.h t/op/pack.t
14498 ____________________________________________________________________________
14499 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
14500         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14501              From: Nicholas Clark <nick@unfortu.net> 
14502              Date: Fri, 22 Feb 2002 00:49:44 +0000
14503              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
14504      Branch: perl
14505            ! ext/Encode/compile
14506 ____________________________________________________________________________
14507 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
14508         Log: Test for #14795.
14509      Branch: perl
14510            ! t/op/pat.t
14511 ____________________________________________________________________________
14512 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
14513         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
14514      Branch: perl
14515            ! t/op/pat.t
14516 ____________________________________________________________________________
14517 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
14518         Log: Subject: [PATCH] next batch of bugfixes
14519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14520              Date: Thu, 21 Feb 2002 23:54:41 +0100
14521              Message-ID: <20020221235441.A17260@rafael>
14522      Branch: perl
14523            ! ext/B/B/Deparse.pm
14524 ____________________________________________________________________________
14525 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
14526         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)
14527              From: chromatic <chromatic@rmci.net>
14528              Date: Thu, 21 Feb 2002 14:17:35 -0700
14529              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
14530      Branch: perl
14531            ! lib/File/stat.pm lib/File/stat.t
14532 ____________________________________________________________________________
14533 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
14534         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
14535      Branch: perl
14536            ! ext/re/re.xs
14537 ____________________________________________________________________________
14538 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
14539         Log: Upgrade to Math::BigInt 1.51.
14540      Branch: perl
14541            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
14542            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
14543            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14544            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14545            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14546            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14547            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
14548            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
14549            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
14550            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
14551            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
14552            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14553 ____________________________________________________________________________
14554 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
14555         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
14556              From: "Gerrit P. Haase" <gp@familiehaase.de>
14557              Date: Thu, 21 Feb 2002 21:20:25 +0100
14558              Message-ID: <69510538936.20020221212025@familiehaase.de>
14559      Branch: perl
14560            ! Makefile.SH
14561 ____________________________________________________________________________
14562 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
14563         Log: Subject: [PATCH @14577] grouping in pack/unpack
14564              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14565              Date: Thu, 21 Feb 2002 06:06:14 -0500
14566              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
14567      Branch: perl
14568            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
14569            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
14570 ____________________________________________________________________________
14571 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
14572         Log: Subject: [PATCH propose] question about fs.t
14573              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14574              Date: Thu, 21 Feb 2002 15:10:21 +0100
14575              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
14576      Branch: perl
14577            ! t/io/fs.t
14578 ____________________________________________________________________________
14579 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
14580         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
14581              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
14582              Date: Thu, 21 Feb 2002 09:54:28 +0100
14583              Message-ID: <13576559576.20020221095428@familiehaase.de>     
14584      Branch: perl
14585            ! Makefile.SH
14586 ____________________________________________________________________________
14587 [ 14812] By: ams                                   on 2002/02/21  14:59:09
14588         Log: Subject: typo correction
14589              From: mjd@plover.com
14590              Date: 21 Feb 2002 15:43:49 -0000
14591              Message-Id: <20020221154349.22772.qmail@plover.com>
14592      Branch: perl
14593            ! pod/perldebug.pod
14594 ____________________________________________________________________________
14595 [ 14811] By: ams                                   on 2002/02/21  14:02:12
14596         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
14597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14598              Date: Thu, 21 Feb 2002 15:22:22 +0100
14599              Message-Id: <20020221152222.A15095@rafael>
14600      Branch: perl
14601            ! op.h toke.c
14602 ____________________________________________________________________________
14603 [ 14810] By: ams                                   on 2002/02/21  12:45:28
14604         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
14605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14606              Date: Thu, 21 Feb 2002 06:02:48 -0500
14607              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
14608      Branch: perl
14609            ! lib/ExtUtils/Mksymlists.pm makedef.pl
14610 ____________________________________________________________________________
14611 [ 14809] By: nick                                  on 2002/02/21  09:31:08
14612         Log: Integrate mainline
14613      Branch: perlio
14614           +> lib/Pod/t/Select.t
14615           !> (integrate 37 files)
14616 ____________________________________________________________________________
14617 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
14618         Log: metaconfig unit change for #14807.
14619      Branch: metaconfig
14620            ! U/modified/Signal.U
14621 ____________________________________________________________________________
14622 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
14623         Log: Revert #14805, didn't quite work.
14624      Branch: perl
14625            ! Configure config_h.SH
14626 ____________________________________________________________________________
14627 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
14628         Log: metaconfig changes for #14805.
14629      Branch: metaconfig
14630            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
14631 ____________________________________________________________________________
14632 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
14633         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14634              From: Paul Eggert <eggert@twinsun.com>
14635              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
14636              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
14637      Branch: perl
14638            ! Configure config_h.SH
14639 ____________________________________________________________________________
14640 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
14641         Log: More advice.
14642      Branch: perl
14643            ! README.os390
14644 ____________________________________________________________________________
14645 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
14646         Log: Missing MANIFESTation.
14647      Branch: perl
14648            ! MANIFEST
14649 ____________________________________________________________________________
14650 [ 14802] By: ams                                   on 2002/02/20  22:55:25
14651         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
14652              From: Autrijus Tang <autrijus@autrijus.org>
14653              Date: Thu, 21 Feb 2002 07:13:12 +0800
14654              Message-Id: <20020220231312.GA775@not.autrijus.org>
14655      Branch: perl
14656            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
14657 ____________________________________________________________________________
14658 [ 14801] By: ams                                   on 2002/02/20  22:27:20
14659         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
14660              From: Abe Timmerman <abe@ztreet.demon.nl>
14661              Date: Thu, 21 Feb 2002 00:20:40 +0100
14662              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
14663      Branch: perl
14664            + lib/Pod/t/Select.t
14665 ____________________________________________________________________________
14666 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
14667         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
14668              twice, causing the loop to skip every other character.
14669      Branch: perl
14670            ! utf8.c
14671 ____________________________________________________________________________
14672 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
14673         Log: Better debugging info.
14674      Branch: perl
14675            ! t/uni/case.pl
14676 ____________________________________________________________________________
14677 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
14678         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
14679              From: Nicholas Clark <nick@unfortu.net>
14680              Date: Wed, 20 Feb 2002 22:13:05 +0000
14681              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
14682      Branch: perl
14683            ! ext/Encode/compile
14684 ____________________________________________________________________________
14685 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
14686         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
14687              From: Paul Eggert <eggert@twinsun.com>
14688              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
14689              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
14690      Branch: perl
14691            ! pod/perlhack.pod
14692 ____________________________________________________________________________
14693 [ 14796] By: nick                                  on 2002/02/20  18:15:00
14694         Log: Integrate mainline
14695      Branch: perlio
14696           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14697           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
14698           +> lib/Locale/Country.pod lib/Locale/Currency.pod
14699           +> lib/Locale/Language.pod lib/Locale/Script.pm
14700           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
14701           +> t/uni/title.t t/uni/upper.t
14702           !> (integrate 41 files)
14703 ____________________________________________________________________________
14704 [ 14795] By: ams                                   on 2002/02/20  17:08:38
14705         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
14706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14707              Date: Wed, 20 Feb 2002 18:06:59 +0000
14708              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
14709      Branch: perl
14710            ! pp_ctl.c
14711 ____________________________________________________________________________
14712 [ 14794] By: ams                                   on 2002/02/20  16:41:56
14713         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
14714              From: Paul_GreenVOS@vos.stratus.com
14715              Date: Wed, 20 Feb 02 12:21 est
14716              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
14717      Branch: perl
14718            ! Makefile.SH
14719 ____________________________________________________________________________
14720 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
14721         Log: Forgot from #14790.
14722      Branch: perl
14723            ! pp_pack.c
14724 ____________________________________________________________________________
14725 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
14726         Log: Update Changes.
14727      Branch: perl
14728            ! Changes patchlevel.h
14729 ____________________________________________________________________________
14730 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
14731         Log: Integrate change #14778 from maintperl.
14732      Branch: perl
14733            ! t/lib/strict/subs
14734           !> op.c
14735 ____________________________________________________________________________
14736 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
14737         Log: Subject: Re: [ID 20020220.001] pack w with objects
14738              From: Ulrich Pfeifer <upf@de.uu.net>
14739              Date: 20 Feb 2002 11:21:15 +0100
14740              Message-ID: <p5g03wcv38.fsf@de.uu.net>
14741      Branch: perl
14742            ! t/op/pack.t
14743 ____________________________________________________________________________
14744 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
14745         Log: Subject: Re: [PATCH] go faster for Encode's compile
14746              From: Nicholas Clark <nick@unfortu.net> 
14747              Date: Tue, 19 Feb 2002 23:38:36 +0000
14748              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
14749      Branch: perl
14750            ! ext/Encode/compile
14751 ____________________________________________________________________________
14752 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
14753         Log: Regen Glossary.
14754      Branch: perl
14755            ! Porting/Glossary Porting/config.sh Porting/config_H
14756 ____________________________________________________________________________
14757 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
14758         Log: metaconfig unit change for #14786 (not visible yet,
14759              since Glossary needs regenerating)
14760      Branch: metaconfig
14761            ! U/compline/d_gconvert.U
14762 ____________________________________________________________________________
14763 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
14764         Log: Subject: d_Gconvert hints and Glossary
14765              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14766              Date: Tue, 19 Feb 2002 11:55:36 -0800
14767              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
14768      Branch: perl
14769            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
14770            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
14771            ! hints/svr5.sh
14772 ____________________________________________________________________________
14773 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
14774         Log: metaconfig unit changes for #14784.
14775      Branch: metaconfig
14776            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
14777 ____________________________________________________________________________
14778 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
14779         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14780              From: Paul Eggert <eggert@twinsun.com>              
14781              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
14782              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
14783      Branch: perl
14784            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
14785            ! pod/perlhack.pod
14786 ____________________________________________________________________________
14787 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
14788         Log: metaconfig unit change for #14782.
14789      Branch: metaconfig/U/perl
14790            ! Mksymlinks.U
14791 ____________________________________________________________________________
14792 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
14793         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
14794              From: "Gerrit P. Haase" <gp@familiehaase.de>
14795              Date: Wed, 20 Feb 2002 00:23:29 +0100
14796              Message-ID: <70348722516.20020220002329@familiehaase.de>
14797      Branch: perl
14798            ! Configure
14799 ____________________________________________________________________________
14800 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
14801         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
14802              From: Nicholas Clark <nick@unfortu.net> 
14803              Date: Tue, 19 Feb 2002 19:27:42 +0000
14804              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
14805              
14806              (with modifications)
14807      Branch: perl
14808            ! pod/perlsub.pod
14809 ____________________________________________________________________________
14810 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
14811         Log: NetWare tweak from Ananth Kesari.
14812      Branch: perl
14813            ! lib/ExtUtils/MakeMaker.pm
14814 ____________________________________________________________________________
14815 [ 14779] By: ams                                   on 2002/02/20  06:51:55
14816         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
14817      Branch: perl
14818            ! pod/perlfaq4.pod
14819 ____________________________________________________________________________
14820 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
14821         Log: constant folding on the range operator had the effect of disabling
14822              peephole optimizations in all the siblings of the range OP; the
14823              effect of this was that barewords could escape strictures when
14824              they were hiding in such places
14825      Branch: maint-5.6/perl
14826            ! op.c t/pragma/strict-subs
14827 ____________________________________________________________________________
14828 [ 14777] By: ams                                   on 2002/02/20  00:56:21
14829         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
14830              From: Graham Barr <gbarr@pobox.com>
14831              Date: Tue, 19 Feb 2002 23:08:47 +0000
14832              Message-Id: <20020219230847.G66560@pobox.com>
14833      Branch: perl
14834            ! lib/Time/Local.pm
14835 ____________________________________________________________________________
14836 [ 14776] By: ams                                   on 2002/02/19  17:20:28
14837         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
14838              From: Nicholas Clark <nick@unfortu.net>
14839              Date: Tue, 19 Feb 2002 16:23:22 +0000
14840              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
14841      Branch: perl
14842            ! lib/Tie/Hash.pm
14843 ____________________________________________________________________________
14844 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
14845         Log: Regen doc, regen toc.
14846      Branch: perl
14847            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
14848 ____________________________________________________________________________
14849 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
14850         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14851              From: Dave Mitchell <davem@fdgroup.co.uk>
14852              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
14853              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
14854      Branch: perl
14855            ! pod/perlsub.pod
14856 ____________________________________________________________________________
14857 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
14858         Log: Detypo.
14859      Branch: perl
14860            ! lib/Tie/Memoize.pm
14861 ____________________________________________________________________________
14862 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
14863         Log: UTF-8 C API doc tweaks.
14864      Branch: perl
14865            ! pod/perlunicode.pod
14866 ____________________________________________________________________________
14867 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
14868         Log: Mention that the case-switchers know about Unicode, too.
14869      Branch: perl
14870            ! pod/perlop.pod
14871 ____________________________________________________________________________
14872 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
14873         Log: Upgrade to Locale::Codes 2.01.
14874      Branch: perl
14875            + lib/Locale/Constants.pod lib/Locale/Country.pod
14876            + lib/Locale/Currency.pod lib/Locale/Language.pod
14877            + lib/Locale/Script.pod
14878            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14879            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14880            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14881            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
14882 ____________________________________________________________________________
14883 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
14884         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14885              From: Dave Mitchell <davem@fdgroup.co.uk>
14886              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
14887              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
14888      Branch: perl
14889            ! pod/perlsub.pod
14890 ____________________________________________________________________________
14891 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
14892         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
14893              From: Sam Tregar <sam@tregar.com> 
14894              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
14895              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
14896      Branch: perl
14897            ! sv.h
14898 ____________________________________________________________________________
14899 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
14900         Log: The test requires perlio.
14901      Branch: perl
14902            ! ext/Encode/t/JP.t
14903 ____________________________________________________________________________
14904 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
14905         Log: Misplaced block end.
14906      Branch: perl
14907            ! utf8.c
14908 ____________________________________________________________________________
14909 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
14910         Log: The POSIX extensions are deadly.
14911      Branch: perl
14912            ! regcomp.c
14913 ____________________________________________________________________________
14914 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
14915         Log: Let's not overdo the growth.
14916      Branch: perl
14917            ! pp.c
14918 ____________________________________________________________________________
14919 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
14920         Log: Third time makes the charm.
14921      Branch: perl
14922            ! README.os390
14923 ____________________________________________________________________________
14924 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
14925         Log: Oops.
14926      Branch: perl
14927            ! utf8.c
14928 ____________________________________________________________________________
14929 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
14930         Log: Add back the new casing tests.
14931      Branch: perl
14932            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14933            ! MANIFEST
14934 ____________________________________________________________________________
14935 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
14936         Log: Prefer special case mappings.
14937      Branch: perl
14938            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14939            ! lib/unicore/To/Upper.pl lib/unicore/mktables
14940 ____________________________________________________________________________
14941 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
14942         Log: Try special casing first.
14943      Branch: perl
14944            ! utf8.c
14945 ____________________________________________________________________________
14946 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
14947         Log: Not extending enough.
14948      Branch: perl
14949            ! pp.c utf8.h
14950 ____________________________________________________________________________
14951 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
14952         Log: No need to store identity mappings.
14953      Branch: perl
14954            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14955            ! lib/unicore/mktables
14956 ____________________________________________________________________________
14957 [ 14756] By: ams                                   on 2002/02/18  20:21:17
14958         Log: Forward port #14704 from maint-5.6.
14959      Branch: perl
14960            ! doio.c
14961 ____________________________________________________________________________
14962 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
14963         Log: Regen Changes.
14964      Branch: perl
14965            ! Changes
14966 ____________________________________________________________________________
14967 [ 14754] By: ams                                   on 2002/02/18  19:01:09
14968         Log: Subject: [PATCH] VMS cando_by_name and current process privs
14969              From: "Craig A. Berry" <craigberry@mac.com>
14970              Date: Mon, 18 Feb 2002 14:03:30 -0600
14971              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
14972      Branch: perl
14973            ! vms/vms.c
14974 ____________________________________________________________________________
14975 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
14976         Log: Update Changes.
14977      Branch: perl
14978            ! Changes patchlevel.h
14979 ____________________________________________________________________________
14980 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
14981         Log: What do you know; these tests unearthed nasty problems.
14982              Will resolve those first.
14983      Branch: perl
14984            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14985            ! MANIFEST
14986 ____________________________________________________________________________
14987 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
14988         Log: Update Changes.
14989      Branch: perl
14990            ! Changes patchlevel.h
14991 ____________________________________________________________________________
14992 [ 14750] By: ams                                   on 2002/02/18  17:36:05
14993         Log: Subject: Re: IO::Poll: Removing Handles
14994              From: Matthew Sachs <matthewg@zevils.com>
14995              Date: Mon, 18 Feb 2002 13:19:01 -0500
14996              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
14997      Branch: perl
14998            ! ext/IO/lib/IO/t/io_poll.t
14999 ____________________________________________________________________________
15000 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
15001         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
15002              From: "Craig A. Berry" <craigberry@mac.com>
15003              Date: Mon, 18 Feb 2002 11:52:21 -0600
15004              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
15005      Branch: perl
15006            ! t/op/alarm.t t/op/glob.t
15007 ____________________________________________________________________________
15008 [ 14748] By: ams                                   on 2002/02/18  15:53:36
15009         Log: s/load_module/Perl_load_module/
15010      Branch: perl
15011            ! gv.c
15012 ____________________________________________________________________________
15013 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
15014         Log: Unused in ASCII, used in EBCDIC.
15015      Branch: perl
15016            ! utf8.c
15017 ____________________________________________________________________________
15018 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
15019         Log: Upgrade to Locale::Codes 2.00.
15020      Branch: perl
15021            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15022            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
15023            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
15024            ! lib/Locale/Constants.pm lib/Locale/Country.pm
15025            ! lib/Locale/Currency.pm lib/Locale/Language.pm
15026 ____________________________________________________________________________
15027 [ 14745] By: ams                                   on 2002/02/18  15:20:44
15028         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
15029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15030              Date: Sat, 16 Feb 2002 00:06:01 +0100
15031              Message-Id: <20020216000601.A17249@rafael>
15032      Branch: perl
15033            ! gv.c
15034 ____________________________________________________________________________
15035 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
15036         Log: More Unicode casing checks.
15037      Branch: perl
15038            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
15039            ! MANIFEST
15040 ____________________________________________________________________________
15041 [ 14743] By: ams                                   on 2002/02/18  14:35:38
15042         Log: Subject: IO::Poll: Removing Handles
15043              From: Matthew Sachs <matthewg@zevils.com>
15044              Date: Sun, 17 Feb 2002 04:49:46 -0500
15045              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
15046      Branch: perl
15047            ! ext/IO/lib/IO/Poll.pm
15048 ____________________________________________________________________________
15049 [ 14741] By: ams                                   on 2002/02/18  13:59:48
15050         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
15051              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15052              Date: Mon, 18 Feb 2002 15:41:26 +0100
15053              Message-Id: <20020218154126.A692@rafael>
15054      Branch: perl
15055            ! pp_ctl.c t/op/do.t
15056 ____________________________________________________________________________
15057 [ 14740] By: nick                                  on 2002/02/18  09:09:23
15058         Log: Integrate mainline
15059      Branch: perlio
15060           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15061           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
15062           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
15063           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15064           +> ext/Encode/lib/Encode/JP/Constants.pm
15065           +> ext/Encode/lib/Encode/JP/H2Z.pm
15066           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15067           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
15068           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
15069           +> os2/OS2/Process/t/os2_process.t
15070           +> os2/OS2/Process/t/os2_process_kid.t
15071           +> os2/OS2/Process/t/os2_process_text.t
15072            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15073            - ext/Encode/t/Japanese.t
15074           !> (integrate 47 files)
15075 ____________________________________________________________________________
15076 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
15077         Log: EBCDIC: now the worst seems to be over for
15078              the "Malformed" warnings.  Still a few of them,
15079              and plenty of test failures, but getting better.
15080      Branch: perl
15081            ! regcomp.c utf8.c
15082 ____________________________________________________________________________
15083 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
15084         Log: Upgrade to Net::Ping 2.12.
15085      Branch: perl
15086            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15087            ! lib/Net/Ping/t/110_icmp_inst.t
15088 ____________________________________________________________________________
15089 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
15090         Log: After much rewriting we are now pretty much
15091              back to where we started.
15092      Branch: perl
15093            ! utf8.c
15094 ____________________________________________________________________________
15095 [ 14736] By: ams                                   on 2002/02/18  01:23:00
15096         Log: Subject: [PATCH B::Deparse] two fixes
15097              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15098              Date: Sun, 17 Feb 2002 23:58:59 +0100
15099              Message-Id: <20020217235859.A32513@rafael>
15100      Branch: perl
15101            ! ext/B/B/Deparse.pm
15102 ____________________________________________________________________________
15103 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
15104         Log: Buglet.
15105      Branch: perl
15106            ! ext/Encode/lib/Encode/JP/JIS.pm
15107 ____________________________________________________________________________
15108 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
15109         Log: Clearing up to_utf8_case() continues: this time use
15110              a single return, and EBCDICification for all paths.
15111      Branch: perl
15112            ! utf8.c
15113 ____________________________________________________________________________
15114 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
15115         Log: Small tweaks to get the test running (fix @INC and
15116              do not overwrite the table.utf8 and table.rnd).
15117      Branch: perl
15118            ! ext/Encode/t/JP.t
15119 ____________________________________________________________________________
15120 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
15121         Log: Tiny tweak.
15122      Branch: perl
15123            ! utf8.c
15124 ____________________________________________________________________________
15125 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
15126         Log: Redundant casts.
15127      Branch: perl
15128            ! utf8.c
15129 ____________________________________________________________________________
15130 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
15131         Log: More filename portability tips.
15132      Branch: perl
15133            ! pod/perlport.pod
15134 ____________________________________________________________________________
15135 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
15136         Log: FAQ sync.
15137      Branch: perl
15138            ! pod/perlfaq3.pod pod/perlfaq5.pod
15139 ____________________________________________________________________________
15140 [ 14728] By: ams                                   on 2002/02/17  16:15:09
15141         Log: Subject: podlators 1.21 released
15142              From: Russ Allbery <rra@stanford.edu>
15143              Date: Sat, 16 Feb 2002 21:42:56 -0800
15144              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
15145      Branch: perl
15146            ! lib/Pod/Text/Overstrike.pm
15147 ____________________________________________________________________________
15148 [ 14727] By: sky                                   on 2002/02/17  11:36:52
15149         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
15150              From: Autrijus Tang <autrijus@autrijus.org>
15151              Date: Sun, 17 Feb 2002 19:46:47 +0800
15152              Message-ID: <20020217194647.A1410@not.autrijus.org>
15153      Branch: perl
15154            ! pp_ctl.c t/op/tiehandle.t util.c
15155 ____________________________________________________________________________
15156 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
15157         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
15158              input in native code points, not Unicode.
15159      Branch: perl
15160            ! utf8.c
15161 ____________________________________________________________________________
15162 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
15163         Log: Regen Glossary.
15164      Branch: perl
15165            ! Porting/Glossary Porting/config.sh Porting/config_H
15166 ____________________________________________________________________________
15167 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
15168         Log: The #14715 and #14716 were okay: they just revealed
15169              a bug in the EXACTF matching.
15170      Branch: perl
15171            ! regexec.c utf8.c
15172 ____________________________________________________________________________
15173 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
15174         Log: Retreat, retreat! (retract #14715 and #14716)
15175      Branch: perl
15176            ! utf8.c
15177 ____________________________________________________________________________
15178 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
15179         Log: Encode 0.40, from Dan Kogai.
15180      Branch: perl
15181            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15182            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
15183            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
15184            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15185            + ext/Encode/lib/Encode/JP/Constants.pm
15186            + ext/Encode/lib/Encode/JP/H2Z.pm
15187            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15188            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
15189            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
15190            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
15191            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15192            - ext/Encode/t/Japanese.t
15193            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
15194            ! ext/Encode/t/Encode.t
15195 ____________________________________________________________________________
15196 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
15197         Log: metaconfig unit change for #14720.
15198      Branch: perl
15199            ! Configure
15200 ____________________________________________________________________________
15201 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
15202         Log: Regenerate Configure (small tweaks on Yitzchak's,
15203              main difference being that the preference variables are
15204              called gconvert_...).
15205      Branch: metaconfig
15206            ! U/compline/d_gconvert.U
15207 ____________________________________________________________________________
15208 [ 14719] By: ams                                   on 2002/02/16  14:11:01
15209         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
15210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15211              Date: Thu, 14 Feb 2002 22:27:33 -0800
15212              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
15213              (Applied by hand.)
15214      Branch: perl
15215            ! Configure
15216 ____________________________________________________________________________
15217 [ 14718] By: ams                                   on 2002/02/16  13:45:28
15218         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
15219              From: Philip Newton <Philip.Newton@gmx.net>
15220              Date: Sat, 16 Feb 2002 10:05:05 +0100
15221              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
15222              (Applied by hand.)
15223      Branch: perl
15224            ! pod/perlport.pod
15225 ____________________________________________________________________________
15226 [ 14717] By: ams                                   on 2002/02/16  04:30:23
15227         Log: Remove dubious test.
15228      Branch: perl
15229            ! t/io/open.t
15230 ____________________________________________________________________________
15231 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
15232         Log: Tiny tweak.
15233      Branch: perl
15234            ! utf8.c
15235 ____________________________________________________________________________
15236 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
15237         Log: Restructure to_utf8_case() for simpler execution paths.
15238      Branch: perl
15239            ! utf8.c
15240 ____________________________________________________________________________
15241 [ 14714] By: ams                                   on 2002/02/16  02:43:59
15242         Log: Absorb #14701 by Sarathy from maint-5.6.
15243      Branch: perl
15244            ! doio.c t/io/open.t
15245 ____________________________________________________________________________
15246 [ 14713] By: ams                                   on 2002/02/16  01:51:27
15247         Log: Subject: [PATCH] VOS patches for perl 5.8
15248              From: Paul_GreenVOS@vos.stratus.com
15249              Date: Fri, 15 Feb 02 17:41 est
15250              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
15251      Branch: perl
15252            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
15253            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15254            ! vos/install_perl.cm
15255 ____________________________________________________________________________
15256 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
15257         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
15258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15259              Date: Fri, 15 Feb 2002 23:05:44 +0100
15260              Message-ID: <20020215230544.A690@rafael>
15261      Branch: perl
15262            ! ext/B/B/Deparse.pm
15263 ____________________________________________________________________________
15264 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
15265         Log: Add $VERSION.
15266      Branch: perl
15267            ! lib/Tie/Memoize.pm
15268 ____________________________________________________________________________
15269 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
15270         Log: Update Changes.
15271      Branch: perl
15272            ! Changes patchlevel.h
15273 ____________________________________________________________________________
15274 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
15275         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
15276              From: Robin Barker <rmb1@cise.npl.co.uk>
15277              Date: Thu, 14 Feb 2002 19:07:40 GMT
15278              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
15279              
15280              (the hints part only)
15281      Branch: perl
15282            ! hints/solaris_2.sh
15283 ____________________________________________________________________________
15284 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
15285         Log: metaconfig unit changes for #14707.
15286      Branch: metaconfig
15287            ! U/modified/cc.U
15288      Branch: metaconfig/U/perl
15289            ! Checkcc.U
15290 ____________________________________________________________________________
15291 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
15292         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
15293              From: Robin Barker <rmb1@cise.npl.co.uk>
15294              Date: Fri, 15 Feb 2002 12:14:39 GMT
15295              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
15296              
15297              Split checking-for-gcc and checking-for-cc.
15298      Branch: perl
15299            ! Configure
15300 ____________________________________________________________________________
15301 [ 14706] By: ams                                   on 2002/02/15  13:57:15
15302         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15303              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
15304              Date: 15 Feb 2002 10:53:06 +0200
15305              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
15306      Branch: perl
15307            ! lib/Pod/Html.pm
15308 ____________________________________________________________________________
15309 [ 14705] By: ams                                   on 2002/02/15  08:42:55
15310         Log: Subject: [PATCH @14577] OS/2 tests and more
15311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15312              Date: Fri, 15 Feb 2002 03:56:24 -0500
15313              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
15314      Branch: perl
15315            + os2/OS2/Process/t/os2_process.t
15316            + os2/OS2/Process/t/os2_process_kid.t
15317            + os2/OS2/Process/t/os2_process_text.t
15318            ! MANIFEST configpm hints/os2.sh makedef.pl
15319            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
15320            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
15321            ! os2/os2ish.h
15322 ____________________________________________________________________________
15323 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
15324         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
15325              avoid wasteful PL_fdpid fiddling where that is not warranted;
15326              mostly whitespace fixes
15327              
15328              these were longstanding todo items from:
15329              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
15330      Branch: maint-5.6/perl
15331            ! doio.c
15332 ____________________________________________________________________________
15333 [ 14702] By: nick                                  on 2002/02/15  08:31:41
15334         Log: Integrate mainline
15335      Branch: perlio
15336           +> lib/if.pm lib/if.t
15337           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
15338           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15339           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15340           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15341           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15342           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
15343           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
15344           !> t/lib/warnings/pp_sys
15345 ____________________________________________________________________________
15346 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
15347         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
15348              (and also dies quickly on Windows); this bug crept in as
15349              change#610, a.k.a change#646
15350      Branch: maint-5.6/perl
15351            ! doio.c t/io/open.t
15352 ____________________________________________________________________________
15353 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
15354         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15355              From: Ville "Skyttä" <ville.skytta@iki.fi>
15356              Date: Wed, 13 Feb 2002 22:29:39 +0200
15357              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
15358      Branch: perl
15359            ! lib/Pod/Html.pm
15360 ____________________________________________________________________________
15361 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
15362         Log: Document and test the C0 and C1.
15363      Branch: perl
15364            ! lib/charnames.pm lib/charnames.t
15365 ____________________________________________________________________________
15366 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
15367         Log: metaconfig unit change for #14697.
15368      Branch: metaconfig
15369            ! U/modified/Init.U
15370 ____________________________________________________________________________
15371 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
15372         Log: Also OS/2 seems to need exe set early.
15373      Branch: perl
15374            ! Configure
15375 ____________________________________________________________________________
15376 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
15377         Log: Document pack U0U.
15378      Branch: perl
15379            ! pod/perluniintro.pod
15380 ____________________________________________________________________________
15381 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
15382         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
15383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15384              Date: Thu, 14 Feb 2002 23:58:00 +0100
15385              Message-ID: <20020214235800.A12901@rafael>
15386      Branch: perl
15387            ! pp_sys.c t/lib/warnings/pp_sys
15388 ____________________________________________________________________________
15389 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
15390         Log: Subject: [PATCH @13746] conditional pragmas
15391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15392              Date: Mon, 31 Dec 2001 18:18:09 -0500
15393              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
15394      Branch: perl
15395            + lib/if.pm lib/if.t
15396            ! MANIFEST
15397 ____________________________________________________________________________
15398 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
15399         Log: Deparse bug introduced by #14615: the fix is just a workaround,
15400              I suspect there to be another deeper bug, must distill simpler
15401              test case.
15402      Branch: perl
15403            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15404 ____________________________________________________________________________
15405 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
15406         Log: Integrate perlio; 
15407              
15408              Make dependencies more precise (for nmake)
15409      Branch: perl
15410           !> ext/Encode/EUC_JP/Makefile.PL
15411 ____________________________________________________________________________
15412 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
15413         Log: Just a guess.
15414      Branch: perl
15415            ! lib/Tie/Handle.pm
15416 ____________________________________________________________________________
15417 [ 14690] By: nick                                  on 2002/02/14  16:30:56
15418         Log: Integrate mainline
15419      Branch: perlio
15420           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
15421           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
15422           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
15423           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
15424           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
15425           !> utf8.c
15426 ____________________________________________________________________________
15427 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
15428         Log: Upgrade to Net::Ping 2.11.
15429      Branch: perl
15430            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15431            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15432            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15433            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15434 ____________________________________________________________________________
15435 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
15436         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
15437              From: Robin Barker <rmb1@cise.npl.co.uk>
15438              Date: Wed, 13 Feb 2002 17:37:07 GMT
15439              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
15440              
15441              (updated version of the above)
15442      Branch: perl
15443            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15444 ____________________________________________________________________________
15445 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
15446         Log: Excise inexact blather.
15447      Branch: perl
15448            ! utf8.c
15449 ____________________________________________________________________________
15450 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
15451         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
15452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15453              Date: Mon, 31 Dec 2001 20:28:46 -0500
15454              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
15455      Branch: perl
15456            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
15457            ! MANIFEST
15458 ____________________________________________________________________________
15459 [ 14685] By: nick                                  on 2002/02/14  14:20:20
15460         Log: Make dependencies more precise (for nmake)
15461      Branch: perlio
15462            ! ext/Encode/EUC_JP/Makefile.PL
15463 ____________________________________________________________________________
15464 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
15465         Log: Subject: [PATCH @13746] tied hashes
15466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
15467              Date: Mon, 31 Dec 2001 19:15:39 -0500
15468              Message-ID: <20011231191539.A46@math.ohio-state.edu>
15469      Branch: perl
15470            ! lib/Tie/Hash.pm pod/perltie.pod
15471 ____________________________________________________________________________
15472 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
15473         Log: Subject: Re: [PATCH] Configure followed by make minitest
15474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15475              Date: Sun, 10 Feb 2002 23:22:05 -0800
15476              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
15477      Branch: perl
15478            ! Makefile.SH
15479 ____________________________________________________________________________
15480 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
15481         Log: Subject: Re: perl@14647
15482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15483              Date: Mon, 11 Feb 2002 19:30:36 +0100
15484              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
15485      Branch: perl
15486            ! t/op/groups.t
15487 ____________________________________________________________________________
15488 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
15489         Log: Update Changes.
15490      Branch: perl
15491            ! Changes patchlevel.h
15492 ____________________________________________________________________________
15493 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
15494         Log: Integrate perlio;
15495              
15496              Do not lc() the file names before doing dirname() or they don't match.
15497      Branch: perl
15498           !> lib/ExtUtils/t/Installed.t
15499 ____________________________________________________________________________
15500 [ 14679] By: sky                                   on 2002/02/13  12:56:13
15501         Log: rename mutex to make a bit more sense
15502      Branch: perl
15503            ! ext/threads/threads.xs
15504 ____________________________________________________________________________
15505 [ 14678] By: sky                                   on 2002/02/13  12:46:11
15506         Log: Track active threads....
15507      Branch: perl
15508            ! ext/threads/threads.pm ext/threads/threads.xs
15509 ____________________________________________________________________________
15510 [ 14677] By: nick                                  on 2002/02/13  09:30:42
15511         Log: Do not lc() the file names before doing dirname() or they don't match.
15512      Branch: perlio
15513            ! lib/ExtUtils/t/Installed.t
15514 ____________________________________________________________________________
15515 [ 14676] By: sky                                   on 2002/02/13  09:03:37
15516         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
15517              From: Michael G Schwern <schwern@pobox.com>
15518              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
15519              Message-Id: <20020213100017.GA6288@blackrider>
15520      Branch: perl
15521            ! lib/File/Spec/t/rel2abs2rel.t
15522 ____________________________________________________________________________
15523 [ 14675] By: sky                                   on 2002/02/13  09:00:24
15524         Log: Do not propagate END blocks to child threads, test.
15525      Branch: perl
15526            + ext/threads/t/end.t
15527            ! MANIFEST ext/threads/threads.xs
15528 ____________________________________________________________________________
15529 [ 14674] By: nick                                  on 2002/02/13  08:34:55
15530         Log: Integrate mainline
15531      Branch: perlio
15532           +> ext/threads/t/join.t
15533           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
15534           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
15535           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
15536 ____________________________________________________________________________
15537 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
15538         Log: metaconfig unit change for #14672.
15539      Branch: metaconfig
15540            ! U/modified/lns.U
15541 ____________________________________________________________________________
15542 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
15543         Log: $ln is supposed to be already set to $ln + executable suffix
15544              on platforms that need it, from Paul Green.
15545      Branch: perl
15546            ! Configure
15547 ____________________________________________________________________________
15548 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
15549         Log: Subject: New command syntax for 'x' command
15550              From: Mark-Jason Dominus <mjd@plover.com>
15551              Date: Tue, 12 Feb 2002 20:54:01 -0500
15552              Message-ID: <20020213015401.25685.qmail@plover.com>
15553      Branch: perl
15554            ! lib/perl5db.pl pod/perldebug.pod
15555 ____________________________________________________________________________
15556 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
15557         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
15558              From: Mark-Jason Dominus <mjd@plover.com>
15559              Date: Tue, 12 Feb 2002 20:20:42 -0500
15560              Message-ID: <20020213012042.25245.qmail@plover.com>
15561      Branch: perl
15562            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
15563 ____________________________________________________________________________
15564 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
15565         Log: Iteration continues.
15566      Branch: perl
15567            ! utf8.c
15568 ____________________________________________________________________________
15569 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
15570         Log: Duh.
15571      Branch: perl
15572            ! pp_pack.c t/op/length.t
15573 ____________________________________________________________________________
15574 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
15575         Log: Retract #14666.
15576      Branch: perl
15577            ! t/op/lc.t
15578 ____________________________________________________________________________
15579 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
15580         Log: (retracted by #14667)
15581      Branch: perl
15582            ! t/op/lc.t
15583 ____________________________________________________________________________
15584 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
15585         Log: Tiny test script tweaks.
15586      Branch: perl
15587            ! t/uni/fold.t
15588 ____________________________________________________________________________
15589 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
15590         Log: Rewrite the "special mapping" part of to_utf8_case(),
15591              this time with fewer bugs.  (See: The Law of Cybernetic
15592              Entymology.)
15593      Branch: perl
15594            ! utf8.c
15595 ____________________________________________________________________________
15596 [ 14663] By: sky                                   on 2002/02/12  18:26:16
15597         Log: Stop failures if you pass an object, sv_dup might not be the right 
15598              thing to use since I have a feeling we end up cloning far too much. 
15599              (Like the stash for example).... Maybe we need a lightweight sv_dup 
15600              that searches the target for things....
15601              Real fix is another option to perl_clone which controls if you should 
15602              save stashes.
15603      Branch: perl
15604            ! ext/threads/threads.xs
15605 ____________________________________________________________________________
15606 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
15607         Log: Retract #14661.
15608      Branch: perl
15609            ! hints/solaris_2.sh
15610 ____________________________________________________________________________
15611 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
15612         Log: (retracted by #14662)
15613      Branch: perl
15614            ! hints/solaris_2.sh
15615 ____________________________________________________________________________
15616 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
15617         Log: EBCDIC: another "can't happen".
15618      Branch: perl
15619            ! utf8.c
15620 ____________________________________________________________________________
15621 [ 14659] By: sky                                   on 2002/02/12  14:38:21
15622         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
15623      Branch: perl
15624            + ext/threads/t/join.t
15625            ! MANIFEST ext/threads/threads.xs
15626 ____________________________________________________________________________
15627 [ 14658] By: nick                                  on 2002/02/12  13:54:06
15628         Log: Integrate mainline
15629      Branch: perlio
15630           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
15631           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
15632           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
15633 ____________________________________________________________________________
15634 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
15635         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
15636              From: Jan Dubois <JanD@ActiveState.com> 
15637              Date: Tue, 12 Feb 2002 00:56:31 -0800
15638              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
15639      Branch: perl
15640            ! lib/Win32.pod win32/win32.c win32/win32.h
15641 ____________________________________________________________________________
15642 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
15643         Log: Subject: [PATCH] Re: 14654 introduced a bug 
15644              From: Michael G Schwern <schwern@pobox.com> 
15645              Date: Tue, 12 Feb 2002 05:37:36 -0500
15646              Message-ID: <20020212103736.GC14327@blackrider>
15647      Branch: perl
15648            ! lib/File/Spec/t/rel2abs2rel.t
15649 ____________________________________________________________________________
15650 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
15651         Log: More unset installman[13]dir tweaks from chromatic.
15652      Branch: perl
15653            ! lib/ExtUtils/Installed.pm
15654 ____________________________________________________________________________
15655 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
15656         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
15657              From: Michael G Schwern <schwern@pobox.com>
15658              Date: Mon, 11 Feb 2002 12:23:02 -0500
15659              Message-ID: <20020211172302.GD9556@blackrider>
15660      Branch: perl
15661            ! lib/File/Spec/t/rel2abs2rel.t
15662 ____________________________________________________________________________
15663 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
15664         Log: Use `` instead of -| to be a little bit more portable,
15665              from Michael Schwern.
15666      Branch: perl
15667            ! lib/ExtUtils/t/Embed.t
15668 ____________________________________________________________________________
15669 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
15670         Log: EBCDIC: this change for \N{} in particular is now
15671              unnecessary because of the recent more general
15672              pack U change.
15673      Branch: perl
15674            ! toke.c
15675 ____________________________________________________________________________
15676 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
15677         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
15678              From: "Craig A. Berry" <craigberry@mac.com>
15679              Date: Mon, 11 Feb 2002 17:13:47 -0600
15680              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
15681      Branch: perl
15682            ! t/test.pl
15683 ____________________________________________________________________________
15684 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
15685         Log: EBCDIC: pack U bytes change.
15686      Branch: perl
15687            ! t/op/length.t
15688 ____________________________________________________________________________
15689 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
15690         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
15691      Branch: perl
15692            ! t/op/each.t
15693 ____________________________________________________________________________
15694 [ 14648] By: nick                                  on 2002/02/11  16:14:50
15695         Log: Integrate mainline
15696      Branch: perlio
15697           !> Changes Configure Makefile.SH autodoc.pl
15698           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
15699           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
15700           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
15701 ____________________________________________________________________________
15702 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
15703         Log: Update Changes.
15704      Branch: perl
15705            ! Changes patchlevel.h
15706 ____________________________________________________________________________
15707 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
15708         Log: Regen toc.
15709      Branch: perl
15710            ! pod/perltoc.pod
15711 ____________________________________________________________________________
15712 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
15713         Log: Forgot from #14641.
15714      Branch: perl
15715            ! lib/ExtUtils/t/Embed.t
15716 ____________________________________________________________________________
15717 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
15718         Log: A forgotten metaconfig unit.
15719      Branch: metaconfig/U/perl
15720            + i_features.U
15721 ____________________________________________________________________________
15722 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
15723         Log: metaconfig unit changes for #14642.
15724      Branch: metaconfig
15725            + U/modified/lns.U
15726      Branch: metaconfig/U/perl
15727            ! issymlink.U
15728 ____________________________________________________________________________
15729 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
15730         Log: -Dmksymlinks was broken by #14628.
15731      Branch: perl
15732            ! Configure
15733 ____________________________________________________________________________
15734 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
15735         Log: Subject: [PATCH @14577] OS/2 build
15736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15737              Date: Mon, 11 Feb 2002 06:56:41 -0500
15738              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
15739              
15740              (sans the Configure, perlio.sym, and t/op/stat.t parts)
15741      Branch: perl
15742            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
15743            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
15744            ! os2/os2ish.h
15745 ____________________________________________________________________________
15746 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
15747         Log: Integrate perlio;
15748              
15749              Re-structure Japanese encodings - part 1
15750              
15751              Split Japanese encodings - part 2
15752              - build separate .c files with separate 'compile' steps
15753              - overall Japanese.xs / Japanese.pm which loads them
15754              
15755              Add test for Japanese encoding (well euc-jp anyway).
15756              Fix one bug shown by above
15757              Skip test which does not pass yet.
15758              
15759              Patch up the failing multi-byte write case, and un-skip
15760              the test.
15761      Branch: perl
15762           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
15763           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
15764            - ext/Encode/EUC_JP/EUC_JP.pm
15765           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15766 ____________________________________________________________________________
15767 [ 14639] By: nick                                  on 2002/02/11  11:59:18
15768         Log: Patch up the failing multi-byte write case, and un-skip
15769              the test.
15770      Branch: perlio
15771            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
15772 ____________________________________________________________________________
15773 [ 14638] By: nick                                  on 2002/02/11  10:55:39
15774         Log: Add test for Japanese encoding (well euc-jp anyway).
15775              Fix one bug shown by above
15776              Skip test which does not pass yet.
15777      Branch: perlio
15778            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
15779            + ext/Encode/t/table.ref
15780            ! MANIFEST ext/Encode/Encode.xs
15781 ____________________________________________________________________________
15782 [ 14637] By: nick                                  on 2002/02/11  09:07:04
15783         Log: Split Japanese encodings - part 2
15784              - build separate .c files with separate 'compile' steps
15785              - overall Japanese.xs / Japanese.pm which loads them
15786      Branch: perlio
15787            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15788 ____________________________________________________________________________
15789 [ 14636] By: nick                                  on 2002/02/11  08:15:42
15790         Log: Re-structure Japanese encodings - part 1
15791      Branch: perlio
15792           +> ext/Encode/EUC_JP/Japanese.pm
15793            - ext/Encode/EUC_JP/EUC_JP.pm
15794            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
15795 ____________________________________________________________________________
15796 [ 14635] By: nick                                  on 2002/02/11  08:05:12
15797         Log: Integrate mainline
15798      Branch: perlio
15799           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
15800           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
15801           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
15802 ____________________________________________________________________________
15803 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
15804         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
15805              From: Mike Guy <mjtg@cam.ac.uk>
15806              Date: Mon, 11 Feb 2002 02:50:42 +0000
15807              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
15808      Branch: perl
15809            ! t/op/arith.t
15810 ____________________________________________________________________________
15811 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
15812         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
15813              Stepping backward in the string would be majorly bad.
15814      Branch: perl
15815            ! regcomp.c
15816 ____________________________________________________________________________
15817 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
15818         Log: The debugger part of
15819              
15820              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
15821              From: Michael G Schwern <schwern@pobox.com> 
15822              Date: Wed, 6 Feb 2002 17:32:12 -0500
15823              Message-ID: <20020206223212.GG1346@blackrider>
15824      Branch: perl
15825            ! lib/perl5db.pl
15826 ____________________________________________________________________________
15827 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
15828         Log: Integrate perlio;
15829              
15830              Borland/Win32 tuning
15831              
15832              Move PerlIO_perlio to layer_syms where it belongs?
15833      Branch: perl
15834           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15835 ____________________________________________________________________________
15836 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
15837         Log: EBCDIC: the low 256 needs to be shuffled also
15838              in pack/unpack U (this breaks the equivalence
15839              of pack U and v-strings, but I think if someone
15840              has to give, v-strings are a good victim)
15841      Branch: perl
15842            ! pp_pack.c t/op/pack.t
15843 ____________________________________________________________________________
15844 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
15845         Log: metaconfig unit changes for #14628.
15846      Branch: metaconfig/U/perl
15847            ! d_u32align.U issymlink.U
15848 ____________________________________________________________________________
15849 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
15850         Log: Two Configure tweaks; the u32align test was trying
15851              to write into a string literal, the ln -s test was
15852              failing in VOS.
15853      Branch: perl
15854            ! Configure
15855 ____________________________________________________________________________
15856 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
15857         Log: DJGPP tweaks from Laszlo Molnar.
15858      Branch: perl
15859            ! djgpp/djgpp.c lib/File/Spec.pm
15860 ____________________________________________________________________________
15861 [ 14626] By: nick                                  on 2002/02/10  18:36:47
15862         Log: Move PerlIO_perlio to layer_syms where it belongs?
15863      Branch: perlio
15864            ! makedef.pl
15865 ____________________________________________________________________________
15866 [ 14625] By: nick                                  on 2002/02/10  18:02:21
15867         Log: Borland/Win32 tuning
15868      Branch: perlio
15869            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15870 ____________________________________________________________________________
15871 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
15872         Log: Additional explanation for the [:...:] failure.
15873      Branch: perl
15874            ! pod/perldiag.pod
15875 ____________________________________________________________________________
15876 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
15877         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
15878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15879              Date: Sun, 10 Feb 2002 13:32:48 +0100
15880              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
15881      Branch: perl
15882            ! makedef.pl
15883 ____________________________________________________________________________
15884 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
15885         Log: Test tweaks from chromatic for cases where there
15886              are no installman1dir or installman3dir.
15887      Branch: perl
15888            ! lib/ExtUtils/t/Installed.t
15889 ____________________________________________________________________________
15890 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
15891         Log: Integrate perlio;
15892              
15893              Nick Clark's tweaks to Encode compile process
15894              1. Use decimal constants to unit string arrays rather than
15895              very long string litterals (latter having possible "\0"
15896              on end issues, and needing ANSI C line splicing).
15897              2. Replace tail-recursion during insert process with itteration.
15898              Nick C sees 12% speedup from these.
15899      Branch: perl
15900           !> ext/Encode/Encode.pm ext/Encode/compile
15901 ____________________________________________________________________________
15902 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
15903         Log: Portability notes: filename characters, character sets.
15904      Branch: perl
15905            ! pod/perlport.pod
15906 ____________________________________________________________________________
15907 [ 14619] By: nick                                  on 2002/02/10  11:06:05
15908         Log: Integrate mainline
15909      Branch: perlio
15910            ! ext/Encode/Encode.pm
15911           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
15912           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
15913           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
15914           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
15915           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
15916 ____________________________________________________________________________
15917 [ 14618] By: nick                                  on 2002/02/10  10:48:15
15918         Log: Nick Clark's tweaks to Encode compile process
15919              1. Use decimal constants to unit string arrays rather than
15920              very long string litterals (latter having possible "\0"
15921              on end issues, and needing ANSI C line splicing).
15922              2. Replace tail-recursion during insert process with itteration.
15923              Nick C sees 12% speedup from these.
15924      Branch: perlio
15925            ! ext/Encode/compile
15926 ____________________________________________________________________________
15927 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
15928         Log: Use the "Unicode 1.0" name field for control characters,
15929              as suggested by Mark Davis.  Note that Unicode 3.2 will
15930              require some more legwork on this because of certain
15931              alternative names.
15932      Branch: perl
15933            ! lib/unicore/Name.pl lib/unicore/mktables
15934 ____________________________________________________________________________
15935 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
15936         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
15937      Branch: perl
15938            ! hints/os390.sh
15939 ____________________________________________________________________________
15940 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
15941         Log: EBCDIC: the non-printable characters are different.
15942      Branch: perl
15943            ! ext/B/B/Deparse.pm
15944 ____________________________________________________________________________
15945 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
15946         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
15947              From: Nicholas Clark <nick@unfortu.net> 
15948              Date: Sat, 9 Feb 2002 22:31:29 +0000
15949              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
15950      Branch: perl
15951            ! t/lib/warnings/pp_hot
15952 ____________________________________________________________________________
15953 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
15954         Log: Subject: [PATCH] Re: Modulus operator inconsistency
15955              From: Nicholas Clark <nick@unfortu.net>
15956              Date: Sat, 9 Feb 2002 21:00:13 +0000
15957              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
15958      Branch: perl
15959            ! op.c t/op/arith.t
15960 ____________________________________________________________________________
15961 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
15962         Log: Use the same escaping mechanism for all the *flags.
15963      Branch: perl
15964            ! lib/ExtUtils/Embed.pm
15965 ____________________________________________________________________________
15966 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
15967         Log: Protect possible parentheses in ccflags, ccdlflags, and
15968              ldflags.  (In OS/390 there are parentheses in ccflags.)
15969      Branch: perl
15970            ! lib/ExtUtils/Embed.pm
15971 ____________________________________________________________________________
15972 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
15973         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
15974              From: Peter Scott <Peter@PSDT.com>
15975              Date: Fri, 08 Feb 2002 19:20:19 -0800
15976              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
15977      Branch: perl
15978            ! lib/perl5db.pl
15979 ____________________________________________________________________________
15980 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
15981         Log: FAQ sync.
15982      Branch: perl
15983            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
15984 ____________________________________________________________________________
15985 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
15986         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
15987              From: Chris Nandor <pudge@pobox.com>
15988              Date: Fri, 08 Feb 2002 16:31:41 -0500
15989              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
15990      Branch: perl
15991            ! cop.h deb.c pp_ctl.c toke.c util.c
15992 ____________________________________________________________________________
15993 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
15994         Log: Redo CopFILE / MacPerl_MPWFIleName patch
15995      Branch: maint-5.6/macperl
15996            ! cop.h deb.c pp_ctl.c toke.c util.c
15997 ____________________________________________________________________________
15998 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
15999         Log: The metaconfig unit change to go with #14605.
16000      Branch: metaconfig/U/perl
16001            ! libperl.U
16002 ____________________________________________________________________________
16003 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
16004         Log: The Configure change to go with #14604.
16005      Branch: perl
16006            ! Configure
16007 ____________________________________________________________________________
16008 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
16009         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
16010              From: Andy Dougherty <doughera@lafayette.edu>
16011              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
16012              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
16013      Branch: perl
16014            ! hints/bsdos.sh
16015 ____________________________________________________________________________
16016 [ 14603] By: nick                                  on 2002/02/08  18:16:09
16017         Log: Integrate mainline
16018      Branch: perlio
16019           +> ext/threads/t/libc.t
16020           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
16021           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
16022 ____________________________________________________________________________
16023 [ 14602] By: sky                                   on 2002/02/08  15:19:15
16024         Log: Start testing for safe localtime functions, TODO, test more functions.
16025      Branch: perl
16026            + ext/threads/t/libc.t
16027            ! MANIFEST
16028 ____________________________________________________________________________
16029 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
16030         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
16031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16032              Date: Fri, 8 Feb 2002 00:21:07 +0100
16033              Message-ID: <20020208002107.E763@rafael>
16034      Branch: perl
16035            ! doio.c pp_sys.c t/io/argv.t
16036 ____________________________________________________________________________
16037 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
16038         Log: Subject: [PATCH] Configure followed by make minitest
16039              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16040              Date: Wed, 06 Feb 2002 21:35:20 -0800
16041              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
16042      Branch: perl
16043            ! t/op/taint.t t/run/fresh_perl.t
16044 ____________________________________________________________________________
16045 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
16046         Log: Integrate perlio;
16047              
16048              Extract something from yesterdays effort - convert my mail on pad
16049              data structures (incoporating Sarathy's corrections/clarifications)
16050              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
16051      Branch: perl
16052           !> cv.h pod/perlapi.pod pod/perlintern.pod
16053 ____________________________________________________________________________
16054 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
16055         Log: metaconfig unit changes for #14597.
16056      Branch: metaconfig
16057            ! U/modified/Loc.U
16058      Branch: metaconfig/U/perl
16059            ! libperl.U
16060 ____________________________________________________________________________
16061 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
16062         Log: Configure DJGPP tweak from Laszlo Molnar.
16063      Branch: perl
16064            ! Configure
16065 ____________________________________________________________________________
16066 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
16067         Log: DJGPP tweaks from Laszlo Molnar.
16068      Branch: perl
16069            ! djgpp/djgppsed.sh perl.c
16070 ____________________________________________________________________________
16071 [ 14595] By: nick                                  on 2002/02/08  09:19:29
16072         Log: Extract something from yesterdays effort - convert my mail on pad
16073              data structures (incoporating Sarathy's corrections/clarifications)
16074              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
16075      Branch: perlio
16076            ! cv.h pod/perlapi.pod pod/perlintern.pod
16077 ____________________________________________________________________________
16078 [ 14594] By: nick                                  on 2002/02/08  08:34:49
16079         Log: Integrate mainline
16080      Branch: perlio
16081           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
16082           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
16083           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
16084           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16085           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
16086           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
16087 ____________________________________________________________________________
16088 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
16089         Log: To really skip the test an exit() is needed.
16090      Branch: perl
16091            ! lib/encoding.t
16092 ____________________________________________________________________________
16093 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
16094         Log: More diagnostics from Nicholas Clark.
16095      Branch: perl
16096            ! lib/Benchmark.t
16097 ____________________________________________________________________________
16098 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
16099         Log: In case of failure be more verbose.
16100      Branch: perl
16101            ! t/base/num.t
16102 ____________________________________________________________________________
16103 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
16104         Log: Update Changes
16105      Branch: maint-5.6/macperl
16106            ! macos/Changes
16107 ____________________________________________________________________________
16108 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
16109         Log: Merge AEGizmos library into PPC binary
16110      Branch: maint-5.6/macperl
16111            ! macos/Makefile.mk
16112 ____________________________________________________________________________
16113 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
16114         Log: Add -ansifor for MrCpp options
16115      Branch: maint-5.6/macperl
16116            ! macos/BuildRules.mk
16117 ____________________________________________________________________________
16118 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
16119         Log: Check ownership of CatInfos (MacPerl Bug #494482)
16120      Branch: maint-5.6/macperl
16121            ! macos/ext/Mac/Files/Files.xs
16122 ____________________________________________________________________________
16123 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
16124         Log: Resource updates
16125      Branch: maint-5.6/macperl
16126            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
16127 ____________________________________________________________________________
16128 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
16129         Log: Empty path is ENOENT (MacPerl Bug #512351)
16130      Branch: maint-5.6/macperl
16131            ! macos/macperl/MPAppleEvents.c
16132 ____________________________________________________________________________
16133 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
16134         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
16135      Branch: maint-5.6/macperl
16136            ! macos/macperl/MPAEVTStream.cp
16137 ____________________________________________________________________________
16138 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
16139         Log: macify(ABSTRACT_FROM)
16140      Branch: maint-5.6/macperl
16141            ! macos/lib/ExtUtils/MM_MacOS.pm
16142 ____________________________________________________________________________
16143 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
16144         Log: Use correct Mac filenames in error messages, caller()
16145      Branch: maint-5.6/macperl
16146            ! deb.c pp_ctl.c toke.c util.c
16147 ____________________________________________________________________________
16148 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
16149         Log: Sanity checks to see that the IV/NV and the PV of numeric
16150              scalars stay in sync (unearthed this via the OS/390 gcvt()
16151              brokenness)
16152      Branch: perl
16153            + t/base/num.t
16154            ! MANIFEST
16155 ____________________________________________________________________________
16156 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
16157         Log: Retract the anon leak subpatch of #14418 and #14431
16158              (the latter came into bleadperl as part of #14433).
16159      Branch: perl
16160            ! op.c t/run/fresh_perl.t
16161 ____________________________________________________________________________
16162 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
16163         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
16164              mangles 0.1 to "10".  sprintf() seems more well-behaved.
16165      Branch: perl
16166            ! hints/os390.sh
16167 ____________________________________________________________________________
16168 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
16169         Log: Subject: [PATCH @14557] another Encode fix for VMS
16170              From: "Craig A. Berry" <craigberry@mac.com>
16171              Date: Wed, 06 Feb 2002 14:44:20 -0600
16172              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
16173      Branch: perl
16174            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
16175 ____________________________________________________________________________
16176 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
16177         Log: Integrate perlio;
16178              
16179              One way to avoid OS390 winge about #line directives.
16180      Branch: perl
16181           !> ext/Encode/EUC_JP/Makefile.PL
16182 ____________________________________________________________________________
16183 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
16184         Log: Update Changes.
16185      Branch: perl
16186            ! Changes patchlevel.h
16187 ____________________________________________________________________________
16188 [ 14575] By: nick                                  on 2002/02/06  15:23:24
16189         Log: One way to avoid OS390 winge about #line directives.
16190      Branch: perlio
16191            ! ext/Encode/EUC_JP/Makefile.PL
16192 ____________________________________________________________________________
16193 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
16194         Log: s/Netware/NetWare/
16195      Branch: perl
16196            ! MANIFEST
16197 ____________________________________________________________________________
16198 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
16199         Log: New Netware scripts.
16200      Branch: perl
16201            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
16202            + NetWare/t/NWScripts-Exist.pl
16203            ! MANIFEST
16204 ____________________________________________________________________________
16205 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
16206         Log: EBCDIC: the encoding pragma would need some rethinking,
16207              probably a pass of EBCDIC->Unicode mapping.  For now,
16208              disable it on EBCDIC.
16209      Branch: perl
16210            ! lib/encoding.pm lib/encoding.t
16211 ____________________________________________________________________________
16212 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
16213         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
16214              for the low 256.  Now tweaked the tests, but maybe it's
16215              the module that needs few NATIVE_TO_UNI()s somewhere?
16216      Branch: perl
16217            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16218 ____________________________________________________________________________
16219 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
16220         Log: Subject: [PATCH utf8.c] format problem
16221              From: Robin Barker <rmb1@cise.npl.co.uk>
16222              Date: Wed, 6 Feb 2002 14:01:43 GMT
16223              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
16224      Branch: perl
16225            ! utf8.c
16226 ____________________________________________________________________________
16227 [ 14569] By: nick                                  on 2002/02/06  09:52:23
16228         Log: Integrate mainline
16229      Branch: perlio
16230           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
16231           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16232           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16233           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16234           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
16235           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
16236 ____________________________________________________________________________
16237 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
16238         Log: EBCDIC: 0x41 is not cricket.
16239      Branch: perl
16240            ! ext/Encode/t/Encode.t
16241 ____________________________________________________________________________
16242 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
16243         Log: NetWare update from Ananth Kesari.
16244      Branch: perl
16245            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
16246            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16247            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16248            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16249            ! NetWare/t/NWScripts.pl makedef.pl
16250 ____________________________________________________________________________
16251 [ 14566] By: sky                                   on 2002/02/05  18:39:13
16252         Log: Subject: Re: File::Spec::rel2abs2rel (?)
16253              From: Michael G Schwern <schwern@pobox.com>
16254              Date: Tue, 5 Feb 2002 13:47:39 -0500
16255              Message-ID: <20020205184739.GB17375@blackrider>
16256      Branch: perl
16257            ! lib/File/Spec/t/rel2abs2rel.t
16258 ____________________________________________________________________________
16259 [ 14565] By: nick                                  on 2002/02/05  17:31:24
16260         Log: Integrate mainline
16261      Branch: perlio
16262           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
16263           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
16264           !> utf8.h
16265 ____________________________________________________________________________
16266 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
16267         Log: Integrate perlio;
16268              
16269              More Encode tweaks:
16270              - make expensive and marginal substring search optional (-O)
16271              - enable -O for ASCII-oid encodings (search space is small)
16272              - add ASCII-oid jis0201 to basic Encode.so
16273              - add some other Japanese encodings to EUC_JP bundle (without -O)
16274      Branch: perl
16275           +> ext/Encode/Encode/jis0201.ucm
16276           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16277           !> ext/Encode/compile
16278 ____________________________________________________________________________
16279 [ 14563] By: nick                                  on 2002/02/05  16:01:15
16280         Log: More Encode tweaks:
16281              - make expensive and marginal substring search optional (-O)
16282              - enable -O for ASCII-oid encodings (search space is small)
16283              - add ASCII-oid jis0201 to basic Encode.so
16284              - add some other Japanese encodings to EUC_JP bundle (without -O)
16285      Branch: perlio
16286            + ext/Encode/Encode/jis0201.ucm
16287            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16288            ! ext/Encode/compile
16289 ____________________________________________________________________________
16290 [ 14562] By: sky                                   on 2002/02/05  14:50:36
16291         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
16292      Branch: perl
16293            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
16294 ____________________________________________________________________________
16295 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
16296         Log: EBCDIC: SHARP S is different.
16297      Branch: perl
16298            ! regexec.c utf8.h
16299 ____________________________________________________________________________
16300 [ 14560] By: sky                                   on 2002/02/05  13:49:40
16301         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
16302      Branch: perl
16303            ! t/op/filetest.t
16304 ____________________________________________________________________________
16305 [ 14559] By: sky                                   on 2002/02/05  11:39:24
16306         Log: Add . first to the PATH environment to test that we really
16307              get ./perl and not some other older perl.
16308      Branch: perl
16309            ! lib/File/Spec/t/rel2abs2rel.t
16310 ____________________________________________________________________________
16311 [ 14558] By: sky                                   on 2002/02/05  11:20:21
16312         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...
16313      Branch: perl
16314            ! ext/POSIX/t/posix.t
16315 ____________________________________________________________________________
16316 [ 14557] By: sky                                   on 2002/02/05  10:30:58
16317         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
16318      Branch: perl
16319            ! hints/darwin.sh perl.h
16320 ____________________________________________________________________________
16321 [ 14556] By: nick                                  on 2002/02/05  06:58:52
16322         Log: Integrate mainline
16323      Branch: perlio
16324           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16325           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
16326           !> lib/File/Find/t/taint.t
16327 ____________________________________________________________________________
16328 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
16329         Log: Integrate change #14439 from maintperl
16330      Branch: maint-5.6/macperl
16331           !> op.c
16332 ____________________________________________________________________________
16333 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
16334         Log: Subject: [PATCH] File::Find tests not cleaning up properly
16335              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16336              Date: Mon, 4 Feb 2002 22:09:07 +0100
16337              Message-ID: <20020204220907.A8288@rafael>
16338      Branch: perl
16339            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16340 ____________________________________________________________________________
16341 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
16342         Log: Signedness mumblings from Tru64.
16343      Branch: perl
16344            ! ext/Encode/Encode.xs
16345 ____________________________________________________________________________
16346 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
16347         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
16348              From: "Craig A. Berry" <craigberry@mac.com>
16349              Date: Mon, 04 Feb 2002 17:16:00 -0600
16350              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
16351      Branch: perl
16352            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16353            ! ext/Encode/Encode.xs
16354 ____________________________________________________________________________
16355 [ 14551] By: nick                                  on 2002/02/04  16:00:31
16356         Log: Integrate mainline
16357      Branch: perlio
16358           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
16359           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
16360           !> regcomp.c
16361 ____________________________________________________________________________
16362 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
16363         Log: Update Changes.
16364      Branch: perl
16365            ! Changes patchlevel.h
16366 ____________________________________________________________________________
16367 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
16368         Log: Comment microtweaks.
16369      Branch: perl
16370            ! lib/locale.t
16371 ____________________________________________________________________________
16372 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
16373         Log: Subject: trivial docu patch
16374              From: andreas.koenig@anima.de (Andreas J. Koenig)
16375              Date: 04 Feb 2002 08:15:19 +0100
16376              Message-ID: <m3pu3l7m60.fsf@anima.de>
16377      Branch: perl
16378            ! pod/perluniintro.pod
16379 ____________________________________________________________________________
16380 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
16381         Log: Subject: [PATCH] (??{ }) anomaly
16382              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16383              Date: Sun, 03 Feb 2002 20:21:45 -0800
16384              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
16385      Branch: perl
16386            ! regcomp.c
16387 ____________________________________________________________________________
16388 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
16389         Log: Integrate perlio.
16390              
16391              Carry on where we left off if we have to grow destination
16392              SV during XS encode/decode
16393              
16394              Remove debugging warning, be consistent about API fails.
16395      Branch: perl
16396           !> ext/Encode/Encode.xs
16397 ____________________________________________________________________________
16398 [ 14545] By: nick                                  on 2002/02/03  20:03:38
16399         Log: Remove debugging warning, be consistent about API fails.
16400      Branch: perlio
16401            ! ext/Encode/Encode.xs
16402 ____________________________________________________________________________
16403 [ 14544] By: nick                                  on 2002/02/03  19:47:48
16404         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
16405      Branch: perlio
16406            ! ext/Encode/Encode.xs
16407 ____________________________________________________________________________
16408 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
16409         Log: Subject: PATCH CPAN.pm
16410              From: Mark-Jason Dominus <mjd@plover.com>
16411              Date: Sun, 03 Feb 2002 12:36:36 -0500
16412              Message-ID: <20020203173636.27451.qmail@plover.com>
16413      Branch: perl
16414            ! lib/CPAN.pm
16415 ____________________________________________________________________________
16416 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
16417         Log: Must search further back.
16418      Branch: perl
16419            ! lib/h2xs.t
16420 ____________________________________________________________________________
16421 [ 14541] By: nick                                  on 2002/02/03  18:52:09
16422         Log: Integrate mainline
16423      Branch: perlio
16424           !> (integrate 29 files)
16425 ____________________________________________________________________________
16426 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
16427         Log: EBCDIC: more natification.
16428      Branch: perl
16429            ! regcomp.c
16430 ____________________________________________________________________________
16431 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
16432         Log: Debug noise.
16433      Branch: perl
16434            ! ext/Encode/Encode.xs
16435 ____________________________________________________________________________
16436 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
16437         Log: Integrate perlio;
16438              
16439              Stable intermediate point in Encode cleanup.
16440              :encode(euc-jp) works on Dan's table.euc
16441              Much buffer copying and other silliness remains.
16442      Branch: perl
16443           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16444           !> ext/Encode/lib/Encode/Encoding.pm
16445 ____________________________________________________________________________
16446 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
16447         Log: Prettify.
16448      Branch: perl
16449            ! lib/unicore/mktables
16450 ____________________________________________________________________________
16451 [ 14536] By: nick                                  on 2002/02/03  17:32:03
16452         Log: Stable intermediate point in Encode cleanup.
16453              :encode(euc-jp) works on Dan's table.euc
16454              Much buffer copying and other silliness remains.
16455      Branch: perlio
16456            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16457            ! ext/Encode/lib/Encode/Encoding.pm
16458 ____________________________________________________________________________
16459 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
16460         Log: EBCDIC: it's much nicer to compare Unicode code points
16461              to Unicode code points.
16462      Branch: perl
16463            ! regexec.c
16464 ____________________________________________________________________________
16465 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
16466         Log: EBCDIC: character classes must remap the low 256.
16467      Branch: perl
16468            ! regcomp.c
16469 ____________________________________________________________________________
16470 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
16471         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
16472      Branch: perl
16473            ! lib/I18N/LangTags/List.pm
16474 ____________________________________________________________________________
16475 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
16476         Log: FAQ sync.
16477      Branch: perl
16478            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
16479            ! pod/perlfaq6.pod pod/perlfaq7.pod
16480 ____________________________________________________________________________
16481 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
16482         Log: Integrate perlio;
16483              
16484              Re-indent Encode.xs
16485              
16486              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16487              (Mis-feature discovered by Encode.)
16488      Branch: perl
16489           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
16490 ____________________________________________________________________________
16491 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
16492         Log: Subject: [PATCH] lstat FH and -l FH warnings
16493              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16494              Date: Sat, 2 Feb 2002 22:24:54 +0100           
16495              Message-ID: <20020202222454.A11608@rafael>       
16496      Branch: perl
16497            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
16498            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
16499 ____________________________________________________________________________
16500 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
16501         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
16502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16503              Date: Sat, 2 Feb 2002 13:11:01 +0100           
16504              Message-ID: <20020202131101.A722@rafael>               
16505              
16506              Subject: [PATCH t/op/ver.t] another false positive
16507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16508              Date: Sat, 2 Feb 2002 13:38:22 +0100           
16509              Message-ID: <20020202133822.E722@rafael>         
16510              
16511              Subject: [PATCH] t/test.pl:ok() doesn't work
16512              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
16513              Date: Sun, 03 Feb 2002 00:02:38 -0800          
16514              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
16515      Branch: perl
16516            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
16517            ! t/test.pl
16518 ____________________________________________________________________________
16519 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
16520         Log: Subject: [PATCH @13746] OS2::Process's constants
16521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16522              Date: Sat, 2 Feb 2002 01:00:55 -0500           
16523              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
16524      Branch: perl
16525            ! os2/OS2/Process/Makefile.PL
16526 ____________________________________________________________________________
16527 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
16528         Log: Subject: [PATCH @13746] h2xs   
16529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16530              Date: Sat, 2 Feb 2002 00:58:44 -0500           
16531              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
16532      Branch: perl
16533            ! utils/h2xs.PL
16534 ____________________________________________________________________________
16535 [ 14526] By: nick                                  on 2002/02/03  14:54:18
16536         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16537              (Mis-feature discovered by Encode.)
16538      Branch: perlio
16539            ! sv.c
16540 ____________________________________________________________________________
16541 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
16542         Log: EBCDIC: since #14519 made \N{...} to remap,
16543              the test cannot expect an ASCII code point.
16544      Branch: perl
16545            ! lib/charnames.t
16546 ____________________________________________________________________________
16547 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
16548         Log: Sub-MANIFEST-tweak.
16549      Branch: perl
16550            ! ext/Encode/MANIFEST
16551 ____________________________________________________________________________
16552 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
16553         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
16554              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16555              Date: Fri, 01 Feb 2002 23:51:03 +0900
16556              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
16557      Branch: perl
16558            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16559 ____________________________________________________________________________
16560 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
16561         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
16562              From: Andy Dougherty <doughera@lafayette.edu>
16563              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
16564              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
16565      Branch: perl
16566            ! README.solaris hints/solaris_2.sh
16567 ____________________________________________________________________________
16568 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
16569         Log: EBCDIC: no hope to get the low 256 right in unifolding.
16570      Branch: perl
16571            ! t/uni/fold.t
16572 ____________________________________________________________________________
16573 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
16574         Log: todo entry for missing pack formats.
16575      Branch: perl
16576            ! pod/perltodo.pod
16577 ____________________________________________________________________________
16578 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
16579         Log: EBCDIC: the low 256 \N{...} need to be remapped.
16580      Branch: perl
16581            ! toke.c
16582 ____________________________________________________________________________
16583 [ 14518] By: nick                                  on 2002/02/01  18:32:03
16584         Log: indent -kr -nce and some manual tweaks to match perl style.
16585      Branch: perlio
16586            ! ext/Encode/Encode.xs
16587 ____________________________________________________________________________
16588 [ 14517] By: nick                                  on 2002/02/01  18:20:46
16589         Log: Integrate mainline
16590      Branch: perlio
16591           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
16592           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
16593           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
16594           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
16595           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
16596           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
16597           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
16598 ____________________________________________________________________________
16599 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
16600         Log: Integrate perlio; 
16601              
16602              Minor Encode tweaks:
16603              - move Encode.pm back to top of Encode like normal XS extension
16604              - avoid .def as a file extension (Win32 builds)
16605      Branch: perl
16606            ! MANIFEST
16607           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16608           !> ext/Encode/Makefile.PL ext/Encode/compile
16609 ____________________________________________________________________________
16610 [ 14515] By: nick                                  on 2002/02/01  16:27:59
16611         Log: Minor Encode tweaks:
16612              - move Encode.pm back to top of Encode like normal XS extension
16613              - avoid .def as a file extension (Win32 builds)
16614      Branch: perlio
16615           +> ext/Encode/Encode.pm
16616            - ext/Encode/lib/Encode.pm
16617            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16618            ! ext/Encode/Makefile.PL ext/Encode/compile
16619 ____________________________________________________________________________
16620 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
16621         Log: Subject: [PATCH utf8.t] temp file not cleaned up
16622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16623              Date: Fri, 1 Feb 2002 15:47:46 +0100
16624              Message-ID: <20020201154746.A24079@rafael>
16625      Branch: perl
16626            ! t/io/utf8.t
16627 ____________________________________________________________________________
16628 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
16629         Log: Subject: [PATCH] make "lstat FH" croak
16630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16631              Date: Fri, 1 Feb 2002 15:12:50 +0100
16632              Message-ID: <20020201151250.A738@rafael>
16633      Branch: perl
16634            ! pod/perldiag.pod pp_sys.c t/op/stat.t
16635 ____________________________________________________________________________
16636 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
16637         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
16638              From: Kay Röpke <kroepke@dolphin-services.de>
16639              Date: Fri, 1 Feb 2002 01:10:43 +0100
16640              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
16641      Branch: perl
16642            ! t/op/stat.t
16643 ____________________________________________________________________________
16644 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
16645         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
16646              I got it in Tru64 + ithreads but only without -g, took
16647              some debugging by printf (which was no fun either since
16648              adding some debug printfs hid the error)
16649      Branch: perl
16650            ! regexec.c utf8.c
16651 ____________________________________________________________________________
16652 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
16653         Log: Subject: Re: [PATCH] perl -V:
16654              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
16655              Date: Thu, 31 Jan 2002 12:10:20 -0800
16656              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
16657              
16658              Subject: Re: [PATCH] perl -V:
16659              From: Michael G Schwern <schwern@pobox.com>
16660              Date: Thu, 31 Jan 2002 16:43:13 -0500
16661              Message-ID: <20020131214313.GH6498@blackrider>
16662      Branch: perl
16663            ! t/run/switches.t
16664 ____________________________________________________________________________
16665 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
16666         Log: #14505 effect.
16667      Branch: perl
16668            ! pod/perluniintro.pod
16669 ____________________________________________________________________________
16670 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
16671         Log: Daniel S. Lewart adopts the Math::Complex.
16672      Branch: perl
16673            ! lib/Math/Complex.pm
16674 ____________________________________________________________________________
16675 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
16676         Log: More Complex DWIMmery.
16677      Branch: perl
16678            ! lib/Math/Complex.pm lib/Math/Complex.t
16679 ____________________________________________________________________________
16680 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
16681         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
16682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16683              Date: Thu, 31 Jan 2002 14:37:52 +0100
16684              Message-ID: <20020131143752.A1452@rafael>
16685      Branch: perl
16686            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
16687 ____________________________________________________________________________
16688 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
16689         Log: Turn the I/O Unicode error by default on, but the
16690              character-generating Unicode error by default off,
16691              as Larry suggested.
16692      Branch: perl
16693            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
16694            ! utf8.c
16695 ____________________________________________________________________________
16696 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
16697         Log: Subject: [PATCH] open.pm minor cleanup
16698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16699              Date: Thu, 31 Jan 2002 15:03:02 +0100
16700              Message-ID: <20020131150302.C1452@rafael>
16701      Branch: perl
16702            ! lib/open.pm
16703 ____________________________________________________________________________
16704 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
16705         Log: Update Changes.
16706      Branch: perl
16707            ! Changes patchlevel.h
16708 ____________________________________________________________________________
16709 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
16710         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
16711              From: Robin Barker <rmb1@cise.npl.co.uk>
16712              Date: Wed, 30 Jan 2002 11:58:33 GMT
16713              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
16714      Branch: perl
16715            ! lib/CPAN.pm
16716 ____________________________________________________________________________
16717 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
16718         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
16719              re-sort MANIFEST.
16720      Branch: perl
16721            + ext/Encode/Encode.pm
16722            - ext/Encode/lib/Encode.pm
16723            ! MANIFEST ext/Encode/Makefile.PL
16724 ____________________________________________________________________________
16725 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
16726         Log: Integrate perlio;
16727              
16728              Collect some stats during compile process.
16729              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16730              as one XS - inconclusive - marginal win?
16731              Add some comments to encode.h
16732      Branch: perl
16733           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16734           !> ext/Encode/encode.h
16735 ____________________________________________________________________________
16736 [ 14499] By: nick                                  on 2002/01/30  09:57:47
16737         Log: Collect some stats during compile process.
16738              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16739              as one XS - inconclusive - marginal win?
16740              Add some comments to encode.h
16741      Branch: perlio
16742            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16743            ! ext/Encode/encode.h
16744 ____________________________________________________________________________
16745 [ 14498] By: nick                                  on 2002/01/30  07:27:55
16746         Log: Integrate Jarkko's path/INC tweaks
16747      Branch: perlio
16748           !> ext/Encode/compile
16749 ____________________________________________________________________________
16750 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
16751         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
16752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16753              Date: Tue, 29 Jan 2002 01:13:09 -0800
16754              Message-ID: <lemV8gzkgu/K092yn@efn.org>
16755      Branch: perl
16756            ! configpm
16757 ____________________________________________________________________________
16758 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
16759         Log: Subject: [PATCH t/op/inccode.t] new test
16760              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16761              Date: Tue, 29 Jan 2002 22:03:45 +0100
16762              Message-ID: <20020129220345.A704@rafael>
16763      Branch: perl
16764            ! t/op/inccode.t
16765 ____________________________________________________________________________
16766 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
16767         Log: EBCDIC: t/op/lc.t now passes.
16768      Branch: perl
16769            ! t/op/lc.t
16770 ____________________________________________________________________________
16771 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
16772         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
16773      Branch: perl
16774            ! utf8.c
16775 ____________________________________________________________________________
16776 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
16777         Log: Must find stuff during build.
16778      Branch: perl
16779            ! ext/Encode/compile
16780 ____________________________________________________________________________
16781 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
16782         Log: Integrate with perlio;
16783              
16784              Basics of a compiled Encode XS extension
16785      Branch: perl
16786           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16787           +> ext/Encode/Encode/euc-jp.ucm
16788           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16789           !> ext/Encode/encode.h
16790 ____________________________________________________________________________
16791 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
16792         Log: EBCDIC tweaks-- no new test passes, but getting closer.
16793      Branch: perl
16794            ! utf8.c
16795 ____________________________________________________________________________
16796 [ 14490] By: nick                                  on 2002/01/29  21:20:57
16797         Log: Basics of a compiled Encode XS extension
16798      Branch: perlio
16799            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16800            + ext/Encode/Encode/euc-jp.ucm
16801            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16802            ! ext/Encode/encode.h
16803 ____________________________________________________________________________
16804 [ 14489] By: nick                                  on 2002/01/29  18:40:54
16805         Log: Integrate mainline
16806      Branch: perlio
16807           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16808           +> ext/Encode/lib/Encode/Encoding.pm
16809           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16810           +> ext/Encode/lib/Encode/Tcl/Escape.pm
16811           +> ext/Encode/lib/Encode/Tcl/Extended.pm
16812           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
16813           +> ext/Encode/lib/Encode/Tcl/Table.pm
16814           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16815           +> ext/Encode/lib/Encode/iso10646_1.pm
16816           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16817           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16818           +> ext/Encode/t/Tcl.t
16819            - ext/Encode.t ext/Encode/Encode.pm
16820            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16821            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16822           !> (integrate 33 files)
16823 ____________________________________________________________________________
16824 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
16825         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
16826              From: Richard Clamp <richardc@unixbeard.net>
16827              Date: Mon, 28 Jan 2002 02:17:55 +0000
16828              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
16829      Branch: perl
16830            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
16831 ____________________________________________________________________________
16832 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
16833         Log: OS/390 seems to do length 0 udp reads, Nicholas says
16834              skippage is for now the best cause of action.
16835      Branch: perl
16836            ! ext/Socket/socketpair.t
16837 ____________________________________________________________________________
16838 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
16839         Log: Encode cleanup from Dan Kogai; reworked even further.
16840      Branch: perl
16841            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16842            + ext/Encode/lib/Encode/Encoding.pm
16843            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16844            + ext/Encode/lib/Encode/Tcl/Escape.pm
16845            + ext/Encode/lib/Encode/Tcl/Extended.pm
16846            + ext/Encode/lib/Encode/Tcl/HanZi.pm
16847            + ext/Encode/lib/Encode/Tcl/Table.pm
16848            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16849            + ext/Encode/lib/Encode/iso10646_1.pm
16850            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16851            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16852            + ext/Encode/t/Tcl.t
16853            - ext/Encode.t ext/Encode/Encode.pm
16854            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16855            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16856            ! MANIFEST ext/Encode/Encode/8859-1.ucm
16857            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
16858            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
16859            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
16860            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
16861            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
16862            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
16863            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
16864            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
16865            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
16866            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
16867            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
16868            ! ext/Encode/compile
16869 ____________________________________________________________________________
16870 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
16871         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
16872      Branch: perl
16873            ! djgpp/djgpp.c perlio.c
16874 ____________________________________________________________________________
16875 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
16876         Log: Prettier printing from Michael Schwern.
16877      Branch: perl
16878            ! t/test.pl
16879 ____________________________________________________________________________
16880 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
16881         Log: Show also the debug and debugcolor as known pragmas.
16882      Branch: perl
16883            ! ext/re/re.pm
16884 ____________________________________________________________________________
16885 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
16886         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
16887              From: "Craig A. Berry" <craigberry@mac.com>
16888              Date: Mon, 28 Jan 2002 16:30:30 -0600
16889              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
16890      Branch: perl
16891            ! ext/B/t/assembler.t
16892 ____________________________________________________________________________
16893 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
16894         Log: metaconfig unit change for #14480.
16895      Branch: metaconfig
16896            ! U/modified/Init.U
16897 ____________________________________________________________________________
16898 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
16899         Log: DJGPP needs to know its exe soon, too.
16900      Branch: perl
16901            ! Configure
16902 ____________________________________________________________________________
16903 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
16904         Log: Round #2 on EBCDICation.
16905      Branch: perl
16906            ! t/op/append.t
16907 ____________________________________________________________________________
16908 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
16909         Log: Integrate perlio;
16910              
16911              Set makefile.mk CCHOME etc. for default locations of MinGW and free
16912              Borland compilers. (Borland builds one or two oddities.)
16913      Branch: perl
16914           !> win32/config.bc win32/makefile.mk
16915 ____________________________________________________________________________
16916 [ 14477] By: nick                                  on 2002/01/28  20:12:31
16917         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
16918              Borland compilers. (Borland builds one or two oddities.)
16919      Branch: perlio
16920            ! win32/config.bc win32/makefile.mk
16921 ____________________________________________________________________________
16922 [ 14476] By: nick                                  on 2002/01/28  18:43:47
16923         Log: Integrate mainline
16924      Branch: perlio
16925           !> Configure hints/hpux.sh
16926 ____________________________________________________________________________
16927 [ 14475] By: nick                                  on 2002/01/28  17:15:12
16928         Log: Integrate mainline
16929      Branch: perlio
16930           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
16931           !> patchlevel.h pp_sys.c t/lib/warnings/perl
16932 ____________________________________________________________________________
16933 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
16934         Log: metaconfig unit change for #14472.
16935      Branch: metaconfig/U/perl
16936            ! d_u32align.U
16937 ____________________________________________________________________________
16938 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
16939         Log: Misunderstood Merijn's patch.
16940      Branch: perl
16941            ! hints/hpux.sh
16942 ____________________________________________________________________________
16943 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
16944         Log: Misapplied Merijn's patch.
16945      Branch: perl
16946            ! Configure
16947 ____________________________________________________________________________
16948 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
16949         Log: Update Changes.
16950      Branch: perl
16951            ! Changes patchlevel.h
16952 ____________________________________________________________________________
16953 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
16954         Log: BeOS has sockets but not true ones.
16955      Branch: perl
16956            ! pp_sys.c
16957 ____________________________________________________________________________
16958 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
16959         Log: metaconfig unit change for #14467.
16960      Branch: metaconfig/U/perl
16961            ! d_u32align.U
16962 ____________________________________________________________________________
16963 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
16964         Log: For some strange reason under the smoke harness the alignment
16965              test hangs in HP-UX 10.20.  So hint it to avoid the test.
16966      Branch: perl
16967            ! hints/hpux.sh
16968 ____________________________________________________________________________
16969 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
16970         Log: Allow d_u32align to be hinted.
16971      Branch: perl
16972            ! Configure
16973 ____________________________________________________________________________
16974 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
16975         Log: The shift key is important.
16976      Branch: perl
16977            ! ext/B/B.xs
16978 ____________________________________________________________________________
16979 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
16980         Log: The "used only once" warnings (from gv_check) come
16981              in pseudorandom hash order-- in EBCDIC the order
16982              is different.  Add a new option that allow the warnings
16983              to come in any order (Paul Marquess).
16984      Branch: perl
16985            ! lib/warnings.t t/lib/warnings/perl
16986 ____________________________________________________________________________
16987 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
16988         Log: Integrate perlio; the 0nothread test failure without threads.
16989      Branch: perl
16990           !> ext/threads/shared/t/0nothread.t
16991 ____________________________________________________________________________
16992 [ 14463] By: nick                                  on 2002/01/28  08:22:36
16993         Log: Integrate mainline
16994      Branch: perlio
16995           !> (integrate 37 files)
16996 ____________________________________________________________________________
16997 [ 14462] By: nick                                  on 2002/01/28  08:09:53
16998         Log: 1st attempt at skipping broke threads case.
16999      Branch: perlio
17000            ! ext/threads/shared/t/0nothread.t
17001 ____________________________________________________________________________
17002 [ 14461] By: nick                                  on 2002/01/28  07:25:58
17003         Log: Skip new threads::shared test unless -Duseithreads
17004      Branch: perlio
17005            ! ext/threads/shared/t/0nothread.t
17006 ____________________________________________________________________________
17007 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
17008         Log: FAQ sync.
17009      Branch: perl
17010            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17011            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17012            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17013            ! pod/perlfaq9.pod
17014 ____________________________________________________________________________
17015 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
17016         Log: Upgrade to podlators 1.20.
17017      Branch: perl
17018            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
17019 ____________________________________________________________________________
17020 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
17021         Log: Retract #14448, a better patch coming up.
17022      Branch: perl
17023            ! lib/Pod/t/basic.t
17024 ____________________________________________________________________________
17025 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
17026         Log: EBCDIC portability.
17027      Branch: perl
17028            ! t/op/append.t
17029 ____________________________________________________________________________
17030 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
17031         Log: Further cygwin installperl tweak from Gerrit P. Haase.
17032      Branch: perl
17033            ! installperl
17034 ____________________________________________________________________________
17035 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
17036         Log: A bug in Bulgarian EBCDIC locale (this sounds like
17037              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
17038              locales failed, too.  The patch works around the bug by
17039              skipping the test, but the real problem may be deeper
17040              (affecting probably only EBCDIC platforms, though):
17041              see the comment in locale.t for more details.
17042      Branch: perl
17043            ! lib/locale.t
17044 ____________________________________________________________________________
17045 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
17046         Log: metaconfig unit change for #14453.
17047      Branch: metaconfig/U/perl
17048            ! libperl.U
17049 ____________________________________________________________________________
17050 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
17051         Log: Subject: Bleadperl on Cygwin today
17052              From: "Gerrit P. Haase" <gp@familiehaase.de>              
17053              Date: Sun, 27 Jan 2002 22:30:41 +0100
17054              Message-ID: <462007239437.20020127223041@familiehaase.de>
17055      Branch: perl
17056            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
17057            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
17058            ! lib/ExtUtils/t/MM_Cygwin.t
17059 ____________________________________________________________________________
17060 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
17061         Log: Unfinished EBCDIC branch.
17062      Branch: perl
17063            ! t/op/ver.t
17064 ____________________________________________________________________________
17065 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
17066         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
17067      Branch: perl
17068            ! ext/B/B.xs ext/B/B/Deparse.pm
17069 ____________________________________________________________________________
17070 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
17071         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
17072              platforms.
17073      Branch: perl
17074            ! ext/B/t/stash.t
17075 ____________________________________________________________________________
17076 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
17077         Log: Apparently no need for EBCDIC exception any more.
17078      Branch: perl
17079            ! ext/B/t/showlex.t
17080 ____________________________________________________________________________
17081 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
17082         Log: (retracted by #14458)
17083              (Russ Allbery) OS/390 is using a high-bit character for ESC,
17084              skip the test for now.  A better fix would be to override
17085              the notion of the platform's escape sequence in the test
17086              of Pod::Text::Termcap.  We may have to apply a filter to
17087              the output to substitute back in the ESC character that
17088              the test expects, but only on OS/390.
17089      Branch: perl
17090            ! lib/Pod/t/basic.t
17091 ____________________________________________________________________________
17092 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
17093         Log: Detypo.
17094      Branch: perl
17095            ! ext/Devel/Peek/Peek.t
17096 ____________________________________________________________________________
17097 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
17098         Log: OS/390 USS has a different idea of the pw* functions.
17099              Also, test the name with eq, not with ==.
17100      Branch: perl
17101            ! lib/User/pwent.t
17102 ____________________________________________________________________________
17103 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
17104         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
17105      Branch: perl
17106            ! doio.c
17107 ____________________________________________________________________________
17108 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
17109         Log: ASCIIisms.
17110      Branch: perl
17111            ! ext/PerlIO/t/encoding.t
17112 ____________________________________________________________________________
17113 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
17114         Log: chr(42) ne '*'  if one is in EBCDIC.
17115      Branch: perl
17116            ! t/op/pack.t
17117 ____________________________________________________________________________
17118 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
17119         Log: Subject: [PATCH] Fix up recent op/stat.t failures
17120              From: Andy Dougherty <doughera@lafayette.edu>
17121              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
17122              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
17123      Branch: perl
17124            ! t/op/stat.t
17125 ____________________________________________________________________________
17126 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
17127         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
17128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17129              Date: Sun, 27 Jan 2002 15:03:18 +0100
17130              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
17131      Branch: perl
17132            ! lib/ExtUtils/t/Command.t
17133 ____________________________________________________________________________
17134 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
17135         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
17136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17137              Date: Sun, 27 Jan 2002 14:51:10 +0100
17138              Message-ID: <20020127145110.A16332@rafael>
17139      Branch: perl
17140            ! ext/B/B/Deparse.pm
17141 ____________________________________________________________________________
17142 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
17143         Log: integrate change#14431 from perlio branch (Nick's fix for
17144              change#13474 to be more defensive about looking at pad entries
17145              that may not exist yet)
17146      Branch: maint-5.6/perl
17147            ! op.c
17148 ____________________________________________________________________________
17149 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
17150         Log: Comment to avoid later "cleanups."
17151      Branch: perl
17152            ! lib/ExtUtils/MakeMaker.pm
17153 ____________________________________________________________________________
17154 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
17155         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
17156              instead of just FOO=... cmd ...
17157      Branch: perl
17158            ! Makefile.SH
17159 ____________________________________________________________________________
17160 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
17161         Log: Overquoting bad (in UNIX one would get
17162              Can't open perl script "'-I../lib'": No such file or directory)
17163      Branch: perl
17164            ! lib/Pod/t/Usage.t
17165 ____________________________________________________________________________
17166 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
17167         Log: Integrate perlio;
17168              
17169              "All tests successful" VC6.0 Win32
17170              (Update config.vc to need cppstdin so those tests are skipped...)
17171      Branch: perl
17172           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17173           !> win32/config_H.vc
17174 ____________________________________________________________________________
17175 [ 14434] By: nick                                  on 2002/01/26  22:27:08
17176         Log: "All tests successful" VC6.0 Win32
17177              (Update config.vc to need cppstdin so those tests are skipped...)
17178      Branch: perlio
17179            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17180            ! win32/config_H.vc
17181 ____________________________________________________________________________
17182 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
17183         Log: Integrate perlio;
17184              
17185              1st two tests of File/Find/t/find.t and taint.t were run after 
17186              calling cleanup(). If previous fail had left for_find directory,
17187              but no content in it then cleanup() returned cd'ed to that directory.
17188              So tests failed. Fixed cleanup()-s.
17189              
17190              If we get to sighandler by mistake (no perl handler set) then
17191              warn() and exit() rather than die() - should never happen
17192              but if it does context needed to die is likely to be trashed
17193              as well.
17194              
17195              Win32 signal emulation cleanup.
17196              
17197              Tinkering with thread cleanup mutex-ing - not the problem 
17198              (op.c is) but could have been...
17199              
17200              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17201              Should really be looked at by someone that knows about pads.
17202              
17203              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17204              for CRLF line endings.
17205      Branch: perl
17206           !> ext/threads/threads.xs lib/File/Find/t/find.t
17207           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
17208           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17209 ____________________________________________________________________________
17210 [ 14432] By: nick                                  on 2002/01/26  21:10:38
17211         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17212              for CRLF line endings.
17213      Branch: perlio
17214            ! lib/Filter/Simple.pm
17215 ____________________________________________________________________________
17216 [ 14431] By: nick                                  on 2002/01/26  21:08:35
17217         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17218              Should really be looked at by someone that knows about pads.
17219      Branch: perlio
17220            ! op.c
17221 ____________________________________________________________________________
17222 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
17223         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
17224              From: "Craig A. Berry" <craigberry@mac.com>       
17225              Date: Sat, 26 Jan 2002 11:19:44 -0600
17226              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
17227      Branch: perl
17228            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
17229 ____________________________________________________________________________
17230 [ 14429] By: nick                                  on 2002/01/26  18:04:22
17231         Log: Tinkering with thread cleanup mutex-ing - not the problem 
17232              (op.c is) but could have been...
17233      Branch: perlio
17234            ! ext/threads/threads.xs
17235 ____________________________________________________________________________
17236 [ 14428] By: nick                                  on 2002/01/26  18:03:13
17237         Log: Win32 signal emulation cleanup.
17238      Branch: perlio
17239            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17240 ____________________________________________________________________________
17241 [ 14427] By: nick                                  on 2002/01/26  13:59:33
17242         Log: If we get to sighandler by mistake (no perl handler set) then
17243              warn() and exit() rather than die() - should never happen
17244              but if it does context needed to die is likely to be trashed
17245              as well.
17246      Branch: perlio
17247            ! mg.c
17248 ____________________________________________________________________________
17249 [ 14426] By: nick                                  on 2002/01/26  13:56:23
17250         Log: Integrate mainline
17251      Branch: perlio
17252           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
17253           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
17254           !> t/run/fresh_perl.t
17255 ____________________________________________________________________________
17256 [ 14425] By: nick                                  on 2002/01/26  08:11:33
17257         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
17258              calling cleanup(). If previous fail had left for_find directory,
17259              but no content in it then cleanup() returned cd'ed to that directory.
17260              So tests failed. Fixed cleanup()-s.
17261      Branch: perlio
17262            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17263 ____________________________________________________________________________
17264 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
17265         Log: Integrate perlio;
17266              
17267              Fix winsystem.t's attempt to build showav.exe to work
17268              with gcc (which writes a.exe unless told with -o ).
17269              Also put in a few more fail-safes to check .exe got
17270              built somehow.
17271              
17272              More Win32 tuning
17273              
17274              Save $! so that other syscalls don't disturb it before
17275              we test it.
17276      Branch: perl
17277           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
17278           !> t/op/winsystem.t
17279 ____________________________________________________________________________
17280 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
17281         Log: Subject: [PATCH] new test in op/universal.t
17282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17283              Date: Fri, 25 Jan 2002 23:17:33 +0100
17284              Message-ID: <20020125231733.A11733@rafael>
17285      Branch: perl
17286            ! t/op/universal.t
17287 ____________________________________________________________________________
17288 [ 14422] By: nick                                  on 2002/01/25  21:37:03
17289         Log: Save $! so that other syscalls don't disturb it before 
17290              we test it.
17291      Branch: perlio
17292            ! ext/Socket/socketpair.t
17293 ____________________________________________________________________________
17294 [ 14421] By: nick                                  on 2002/01/25  19:05:57
17295         Log: More Win32 tuning
17296      Branch: perlio
17297            ! t/op/stat.t t/op/taint.t
17298 ____________________________________________________________________________
17299 [ 14420] By: nick                                  on 2002/01/25  18:21:42
17300         Log: Fix winsystem.t's attempt to build showav.exe to work 
17301              with gcc (which writes a.exe unless told with -o ).
17302              Also put in a few more fail-safes to check .exe got 
17303              built somehow.
17304      Branch: perlio
17305            ! t/op/winsystem.t
17306 ____________________________________________________________________________
17307 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
17308         Log: Subject: [Patch Encode.xs] calculation of need overflows
17309              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17310              Date: Sat, 26 Jan 2002 00:58:50 +0900
17311              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
17312      Branch: perl
17313            ! ext/Encode/Encode.xs
17314 ____________________________________________________________________________
17315 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
17316         Log: Integrate changes 13474+13478+13584 from maintperl;
17317              anon sub leakage.
17318      Branch: perl
17319            ! op.c t/run/fresh_perl.t
17320 ____________________________________________________________________________
17321 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
17322         Log: Update Changes.
17323      Branch: perl
17324            ! Changes patchlevel.h
17325 ____________________________________________________________________________
17326 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
17327         Log: Integrate perlio; extensive threads and threads::shared work
17328              (note that the below is a chronological list of perlio
17329              check-in entries since the last integrate)
17330              
17331              Nearly-working threads re-structuring. Do not integrate,
17332              submit-ing to get to Win32, and as "off site" backup.
17333              
17334              threads work again on Win32. (Not threads::shared yet)
17335              Submit to see if they do on Linux.
17336              
17337              Add new threads/typemap to MANIFEST
17338              
17339              XS side of new threads::shared designed, coded and compiles,
17340              and mostly commented but is totaly untested.
17341              submit in case anyone wants a preview.
17342              
17343              Miss mg_len == 0 meaning don't Safefree
17344              
17345              Shared scalars working, some shared array ops working.
17346              
17347              Implement recursive lock and use of scope for PL_sharedsv_space,
17348              so now croak() from asserts does not leave locks.
17349              Make hv_simple compile (new prototype for debugging probe).
17350              
17351              thread::shared nearly working again - remaining issue
17352              is references withing shared space.
17353              Added bulk test with no threads involved (for debugging)
17354              Tuned tests to skip those needing _thrcnt
17355              
17356              SvTEMP_off to stop private PV's being stolen and stored in shared space
17357              
17358              Except Win32 from echo tests. (Alarm does not break into connect)
17359              
17360              Expand command line test globs on Win32.
17361              
17362              threads::shared tidy up:
17363              - Add _id() function to shared.xs so we can test refs point at same thing.
17364              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17365              - Allow no_share to pass if sharing to works despite mis-ordering.
17366              - Change docs of threads to document ->create() (as used in tests),
17367              and not mention "new".
17368              
17369              Linux/NFS hackery was not faking right number of passes.
17370      Branch: perl
17371           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
17372           +> ext/threads/typemap
17373            - ext/threads/threads.h sharedsv.c sharedsv.h
17374            ! NetWare/config_H.wc
17375           !> (integrate 38 files)
17376 ____________________________________________________________________________
17377 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
17378         Log: Subject: Re: perldebguts minor tweaks
17379              From: Joe McMahon <mcmahon@metalab.unc.edu>
17380              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
17381              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
17382      Branch: perl
17383            ! pod/perldebguts.pod
17384 ____________________________________________________________________________
17385 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
17386         Log: metaconfig unit change for #14413.
17387      Branch: metaconfig
17388            ! U/modified/prototype.U
17389 ____________________________________________________________________________
17390 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
17391         Log: Okay, you can come home now, _().
17392      Branch: perl
17393            ! config_h.SH
17394 ____________________________________________________________________________
17395 [ 14412] By: nick                                  on 2002/01/25  11:01:49
17396         Log: Integrate mainline
17397              All but ../lib/Unicode/UCD.t pass.
17398      Branch: perlio
17399           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17400           +> lib/unicore/CaseFolding.txt
17401           +> lib/unicore/CompositionExclusions.txt
17402           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17403           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17404           +> vos/vos.c
17405            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17406            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17407            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17408            - lib/unicore/NamesList.html lib/unicore/PropList.html
17409            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17410            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17411            - lib/unicore/rename
17412           !> (integrate 424 files)
17413 ____________________________________________________________________________
17414 [ 14411] By: nick                                  on 2002/01/25  09:45:13
17415         Log: Linux/NFS hackery was not faking right number of passes.
17416      Branch: perlio
17417            ! t/io/fs.t
17418 ____________________________________________________________________________
17419 [ 14410] By: nick                                  on 2002/01/25  09:35:07
17420         Log: threads::shared tidy up:
17421              - Add _id() function to shared.xs so we can test refs point at same thing.
17422              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17423              - Allow no_share to pass if sharing to works despite mis-ordering.
17424              - Change docs of threads to document ->create() (as used in tests),
17425              and not mention "new".
17426      Branch: perlio
17427            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17428            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
17429            ! ext/threads/threads.pm
17430 ____________________________________________________________________________
17431 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
17432         Log: Subject: perldebguts minor tweaks
17433              From: Joe McMahon <mcmahon@metalab.unc.edu>
17434              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
17435              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
17436      Branch: perl
17437            ! pod/perldebguts.pod
17438 ____________________________________________________________________________
17439 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
17440         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
17441              From: Peter Scott <Peter@PSDT.com>
17442              Date: Thu, 24 Jan 2002 08:51:34 -0800
17443              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
17444      Branch: perl
17445            ! pod/perldebguts.pod
17446 ____________________________________________________________________________
17447 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
17448         Log: Few more paranoia checks for Unicode hash keys.
17449      Branch: perl
17450            ! t/op/each.t
17451 ____________________________________________________________________________
17452 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
17453         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
17454              From: Andy Dougherty <doughera@lafayette.edu>
17455              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
17456              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
17457      Branch: perl
17458            ! t/op/stat.t
17459 ____________________________________________________________________________
17460 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
17461         Log: The
17462              
17463              Subject: Very old debugger UTF-8 bug
17464              From: andreas.koenig@anima.de (Andreas J. Koenig)
17465              Date: 24 Jan 2002 12:45:44 +0100
17466              Message-ID: <m3y9iot1jr.fsf@anima.de>
17467              
17468              still broken, but this should work as a stopgap
17469              measure to stop pp_match accessing naughty data.
17470      Branch: perl
17471            ! pod/perldiag.pod pp_hot.c
17472 ____________________________________________________________________________
17473 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
17474         Log: metaconfig unit change for #14403.
17475      Branch: metaconfig/U/perl
17476            ! d_u32align.U
17477 ____________________________________________________________________________
17478 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
17479         Log: Pacify picky compilers (this time Sun Workshop).
17480      Branch: perl
17481            ! Configure
17482 ____________________________________________________________________________
17483 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
17484         Log: Subject: Very old debugger UTF-8 bug
17485              From: andreas.koenig@anima.de (Andreas J. Koenig)
17486              Date: 24 Jan 2002 12:45:44 +0100
17487              Message-ID: <m3y9iot1jr.fsf@anima.de>
17488      Branch: perl
17489            ! lib/dumpvar.pl
17490 ____________________________________________________________________________
17491 [ 14401] By: nick                                  on 2002/01/24  07:50:38
17492         Log: Expand command line test globs on Win32.
17493      Branch: perlio
17494            ! t/harness
17495 ____________________________________________________________________________
17496 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
17497         Log: Sprinkle some copyrights (use the oldest timestamp to
17498              be found in the repository, which is most often not right,
17499              but at least consistent)
17500      Branch: perl
17501            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
17502            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
17503            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
17504            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
17505            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
17506            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
17507            ! unixish.h xsutils.c
17508 ____________________________________________________________________________
17509 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
17510         Log: Don't crash on Help for long text (bug #506672)
17511      Branch: maint-5.6/macperl
17512            ! macos/macperl/MPHelp.c
17513 ____________________________________________________________________________
17514 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
17515         Log: Fix minor path problem
17516      Branch: maint-5.6/macperl
17517            ! macos/macperl/Droplets/tarzipme.plx
17518 ____________________________________________________________________________
17519 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
17520         Log: Minor text changes
17521      Branch: maint-5.6/macperl
17522            ! macos/Perl.r
17523 ____________________________________________________________________________
17524 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
17525         Log: Bump versions, dates, etc.
17526      Branch: maint-5.6/macperl
17527            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
17528 ____________________________________________________________________________
17529 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
17530         Log: coderefs in @INC and absolute paths
17531      Branch: maint-5.6/macperl
17532            ! embed.h pp_ctl.c proto.h
17533 ____________________________________________________________________________
17534 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
17535         Log: Minor module thingys
17536      Branch: maint-5.6/macperl
17537            ! macos/ext/Mac/Controls/Controls.xs
17538            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
17539            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
17540            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
17541            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
17542            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
17543            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
17544            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
17545            ! macos/ext/Mac/Movies/Movies.xs
17546            ! macos/ext/Mac/Navigation/Navigation.pm
17547            ! macos/ext/Mac/Navigation/Navigation.xs
17548            ! macos/ext/Mac/Notification/Notification.xs
17549            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
17550            ! macos/ext/Mac/Processes/Processes.xs
17551            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
17552            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
17553            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
17554            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
17555            ! macos/ext/Mac/Resources/Resources.pm
17556            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
17557            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
17558            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
17559            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
17560            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
17561 ____________________________________________________________________________
17562 [ 14393] By: nick                                  on 2002/01/23  19:52:19
17563         Log: Except Win32 from echo tests. (Alarm does not break into connect)
17564      Branch: perlio
17565            ! ext/Socket/Socket.t
17566 ____________________________________________________________________________
17567 [ 14392] By: nick                                  on 2002/01/23  19:31:57
17568         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
17569      Branch: perlio
17570            ! ext/threads/shared/shared.xs
17571 ____________________________________________________________________________
17572 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
17573         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
17574      Branch: perl
17575            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17576            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
17577            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
17578            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
17579            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
17580            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
17581            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
17582            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
17583            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
17584            ! x2p/util.c x2p/util.h x2p/walk.c
17585 ____________________________________________________________________________
17586 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
17587         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
17588              therefore quite probably also obsolete code.
17589      Branch: perl
17590            ! sv.c
17591 ____________________________________________________________________________
17592 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
17593         Log: Update Changes.
17594      Branch: perl
17595            ! Changes patchlevel.h
17596 ____________________________________________________________________________
17597 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
17598         Log: Small update on todo.  Could use a lot more.
17599      Branch: perl
17600            ! pod/perltodo.pod
17601 ____________________________________________________________________________
17602 [ 14387] By: nick                                  on 2002/01/23  14:19:30
17603         Log: thread::shared nearly working again - remaining issue
17604              is references withing shared space.
17605              Added bulk test with no threads involved (for debugging)
17606              Tuned tests to skip those needing _thrcnt
17607      Branch: perlio
17608            + ext/threads/shared/t/0nothread.t
17609            ! MANIFEST ext/threads/shared/shared.pm
17610            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
17611            ! ext/threads/shared/t/hv_refs.t
17612            ! ext/threads/shared/t/hv_simple.t
17613            ! ext/threads/shared/t/sv_simple.t
17614 ____________________________________________________________________________
17615 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
17616         Log: Subject: [ID 20020121.003] perldata doco bug
17617              From: John Stumbles <jstumbles@bluearc.com>
17618              Date: Mon, 21 Jan 2002 14:19:56 -0000
17619              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
17620      Branch: perl
17621            ! pod/perldata.pod
17622 ____________________________________________________________________________
17623 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
17624         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
17625              From: Michael G Schwern <schwern@pobox.com>
17626              Date: Mon, 21 Jan 2002 15:16:42 -0500
17627              Message-ID: <20020121201642.GA6659@blackrider>
17628      Branch: perl
17629            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
17630 ____________________________________________________________________________
17631 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
17632         Log: Subject: [PATCH] Re: eval not catching warnings?
17633              From: abigail@foad.org
17634              Date: Wed, 23 Jan 2002 15:35:47 +0100
17635              Message-ID: <20020123143547.24798.qmail@foad.org>
17636      Branch: perl
17637            ! pod/perlfunc.pod
17638 ____________________________________________________________________________
17639 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
17640         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
17641              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17642              Date: Tue, 22 Jan 2002 17:00:54 -0800            
17643              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
17644      Branch: perl
17645            ! t/run/fresh_perl.t
17646 ____________________________________________________________________________
17647 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
17648         Log: metaconfig unit change for #14381.
17649      Branch: metaconfig/U/perl
17650            ! d_u32align.U
17651 ____________________________________________________________________________
17652 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
17653         Log: HP-UX 10.20 cc pacifying from Merijn.
17654      Branch: perl
17655            ! Configure
17656 ____________________________________________________________________________
17657 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
17658         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
17659              From: "Craig A. Berry" <craigberry@mac.com> 
17660              Date: Tue, 22 Jan 2002 22:14:26 -0600
17661              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
17662      Branch: perl
17663            ! vms/test.com
17664 ____________________________________________________________________________
17665 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
17666         Log: AIX cpp bug: having macro arguments and character constants
17667              "the same" means trouble (here s and 's')
17668              What broke now was 841 and 842 of t/op/pat.t, because of the
17669              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
17670              (note that breakage happened only under cc_r and usethreads+
17671              useithreads)
17672      Branch: perl
17673            ! utf8.h
17674 ____________________________________________________________________________
17675 [ 14378] By: nick                                  on 2002/01/22  20:33:15
17676         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
17677              so now croak() from asserts does not leave locks.
17678              Make hv_simple compile (new prototype for debugging probe).
17679      Branch: perlio
17680            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17681            ! ext/threads/shared/t/hv_simple.t
17682 ____________________________________________________________________________
17683 [ 14377] By: nick                                  on 2002/01/22  17:32:21
17684         Log: Shared scalars working, some shared array ops working.
17685      Branch: perlio
17686            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17687            ! ext/threads/shared/t/sv_refs.t
17688            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
17689 ____________________________________________________________________________
17690 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
17691         Log: Subject: [PATCH] Support truncate() in VOS port
17692              From: Paul_GreenVOS@vos.stratus.com
17693              Date: Mon, 21 Jan 02 23:27 est
17694              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
17695      Branch: perl
17696            + vos/vos.c
17697            ! MANIFEST hints/vos.sh vos/vosish.h
17698 ____________________________________________________________________________
17699 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
17700         Log: metaconfig unit changes for #14374.  Couldn't figure
17701              how to get completely rid of _() (some weird dependency
17702              pulling it in?) so renamed it as PROTO_().
17703      Branch: metaconfig
17704            + U/modified/d_shmat.U U/modified/prototype.U
17705            ! U/protos/d_drand48proto.U
17706      Branch: metaconfig/U/perl
17707            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
17708 ____________________________________________________________________________
17709 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
17710         Log: Get rid of the _() macro since (1) we require ANSI anyway
17711              (2) Other software (GNU) seems to use it and we don't need it,
17712              so let's give it up.
17713      Branch: perl
17714            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17715            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
17716            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
17717            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
17718            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
17719            ! wince/config.h wince/config_H.ce
17720 ____________________________________________________________________________
17721 [ 14373] By: nick                                  on 2002/01/22  10:10:48
17722         Log: Miss mg_len == 0 meaning don't Safefree
17723      Branch: perlio
17724            ! mg.c
17725 ____________________________________________________________________________
17726 [ 14372] By: nick                                  on 2002/01/21  22:34:06
17727         Log: XS side of new threads::shared designed, coded and compiles,
17728              and mostly commented but is totaly untested.
17729              submit in case anyone wants a preview.
17730      Branch: perlio
17731            + ext/threads/shared/typemap
17732            ! MANIFEST ext/threads/shared/shared.pm
17733            ! ext/threads/shared/shared.xs
17734 ____________________________________________________________________________
17735 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
17736         Log: Subject: [BUG] /\_/ an unrecognized escape?
17737              From: Michael G Schwern <schwern@pobox.com>
17738              Date: Mon, 21 Jan 2002 15:22:54 -0500
17739              Message-ID: <20020121202254.GA6731@blackrider>
17740      Branch: perl
17741            ! t/lib/warnings/toke toke.c
17742 ____________________________________________________________________________
17743 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
17744         Log: Undo the renaming of the Unicode data files; the simple
17745              solution being not including the *.html files.  This means
17746              that in the future there is no need for any renamings
17747              (well, assuming that the Consortium doesn't cause any),
17748              and the files are named like they are in the Consortium
17749              website, thus alleviating confusion.
17750      Branch: perl
17751            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17752            + lib/unicore/CaseFolding.txt
17753            + lib/unicore/CompositionExclusions.txt
17754            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17755            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17756            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17757            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17758            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17759            - lib/unicore/NamesList.html lib/unicore/PropList.html
17760            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17761            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17762            - lib/unicore/rename
17763            ! (edit 285 files)
17764 ____________________________________________________________________________
17765 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
17766         Log: Update Changes.
17767      Branch: perl
17768            ! Changes patchlevel.h
17769 ____________________________________________________________________________
17770 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
17771         Log: Subject: RE: BCC for Win32 is unhappy @14331
17772              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
17773              Date: Mon, 21 Jan 2002 09:48:40 +0300
17774              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
17775              
17776              (using IV instead of int)
17777      Branch: perl
17778            ! hv.h
17779 ____________________________________________________________________________
17780 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
17781         Log: path_is_absolute() needs a prototype (and maybe
17782              a better name, but that's another story).
17783      Branch: perl
17784            ! embed.fnc embed.h pp_ctl.c proto.h
17785 ____________________________________________________________________________
17786 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
17787         Log: Subject: Re: coderefs in @INC
17788              From: Chris Nandor <pudge@pobox.com>
17789              Date: Thu, 17 Jan 2002 11:26:02 -0500
17790              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
17791      Branch: perl
17792            ! pp_ctl.c
17793 ____________________________________________________________________________
17794 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
17795         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
17796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17797              Date: Sun, 20 Jan 2002 22:53:56 +0100
17798              Message-ID: <20020120225356.A12093@rafael>
17799      Branch: perl
17800            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
17801            ! t/lib/warnings/9enabled warnings.h warnings.pl
17802 ____________________________________________________________________________
17803 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
17804         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
17805              From: "Craig A. Berry" <craigberry@mac.com>
17806              Date: Sun, 20 Jan 2002 22:49:42 -0600
17807              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
17808      Branch: perl
17809            ! lib/ExtUtils/MakeMaker.pm
17810 ____________________________________________________________________________
17811 [ 14363] By: nick                                  on 2002/01/20  20:38:23
17812         Log: Add new threads/typemap to MANIFEST
17813      Branch: perlio
17814            ! MANIFEST
17815 ____________________________________________________________________________
17816 [ 14362] By: nick                                  on 2002/01/20  20:34:36
17817         Log: Integrate mainline
17818      Branch: perlio
17819           +> lib/Pod/t/Usage.t
17820           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
17821           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
17822           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
17823           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
17824           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
17825           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
17826           !> util.c
17827 ____________________________________________________________________________
17828 [ 14361] By: nick                                  on 2002/01/20  18:51:47
17829         Log: Integrate MANIFEST
17830      Branch: perlio
17831           !> MANIFEST
17832 ____________________________________________________________________________
17833 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
17834         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
17835              From: Paul_GreenVOS@vos.stratus.com
17836              Date: Sat, 19 Jan 02 17:17 est
17837              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
17838              
17839              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
17840              From: Paul_GreenVOS@vos.stratus.com
17841              Date: Sat, 19 Jan 02 17:19 est
17842              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
17843      Branch: perl
17844            ! lib/ExtUtils/t/Command.t
17845 ____________________________________________________________________________
17846 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
17847         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
17848              From: Paul_GreenVOS@vos.stratus.com
17849              Date: Sat, 19 Jan 02 14:30 est
17850              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
17851      Branch: perl
17852            ! lib/AnyDBM_File.t
17853 ____________________________________________________________________________
17854 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
17855         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17857              Date: Sun, 20 Jan 2002 13:51:36 +0100
17858              Message-ID: <20020120135136.A710@rafael>
17859      Branch: perl
17860            ! ext/File/Glob/t/basic.t
17861 ____________________________________________________________________________
17862 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
17863         Log: #14352 deleted ext/threads/threads.h
17864      Branch: perlio
17865            ! MANIFEST
17866 ____________________________________________________________________________
17867 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
17868         Log: Eradicate sharedsv.*
17869      Branch: perlio
17870            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
17871 ____________________________________________________________________________
17872 [ 14355] By: nick                                  on 2002/01/20  11:50:22
17873         Log: threads work again on Win32. (Not threads::shared yet)
17874              Submit to see if they do on Linux.
17875      Branch: perlio
17876            ! ext/threads/shared/shared.xs ext/threads/threads.xs
17877            ! win32/makefile.mk
17878 ____________________________________________________________________________
17879 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
17880         Log: Make also hex() and oct() to croak if their arguments
17881              cannot be downgraded (that is, if they contain wide
17882              characters), just like crypt() does (and use the croak
17883              feature of sv_utf8_downgrade()).
17884      Branch: perl
17885            ! pp.c t/op/oct.t
17886 ____________________________________________________________________________
17887 [ 14353] By: nick                                  on 2002/01/19  22:20:09
17888         Log: Integrate Time/Local and its test
17889      Branch: perlio
17890           !> lib/Time/Local.pm lib/Time/Local.t
17891 ____________________________________________________________________________
17892 [ 14352] By: nick                                  on 2002/01/19  22:17:07
17893         Log: Nearly-working threads re-structuring. Do not integrate,
17894              submit-ing to get to Win32, and as "off site" backup.
17895      Branch: perlio
17896            + ext/threads/typemap
17897            - ext/threads/threads.h sharedsv.c sharedsv.h
17898            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
17899            ! embedvar.h ext/threads/shared/shared.pm
17900            ! ext/threads/shared/shared.xs ext/threads/threads.pm
17901            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
17902            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
17903            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
17904 ____________________________________________________________________________
17905 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
17906         Log: Regen toc.
17907      Branch: perl
17908            ! pod/perltoc.pod
17909 ____________________________________________________________________________
17910 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
17911         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
17912              From: David Dyck <dcd@tc.fluke.com>
17913              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
17914              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
17915      Branch: perl
17916            ! pod/perl5004delta.pod pod/perl5005delta.pod
17917            ! pod/perl561delta.pod pod/perl56delta.pod
17918 ____________________________________________________________________________
17919 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
17920         Log: FAQ sync.
17921      Branch: perl
17922            ! pod/perlfaq1.pod pod/perlfaq2.pod
17923 ____________________________________________________________________________
17924 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
17925         Log: Subject: [PATCH lib/Pod/t/Usage.t]
17926              From: Abe Timmerman <abe@ztreet.demon.nl>
17927              Date: Sat, 19 Jan 2002 19:57:57 +0100
17928              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
17929      Branch: perl
17930            + lib/Pod/t/Usage.t
17931            ! MANIFEST
17932 ____________________________________________________________________________
17933 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
17934         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
17935              From: Paul_GreenVOS@vos.stratus.com
17936              Date: Sat, 19 Jan 02 13:15 est
17937              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
17938      Branch: perl
17939            ! ext/SDBM_File/sdbm.t
17940 ____________________________________________________________________________
17941 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
17942         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
17943      Branch: perl
17944           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17945           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17946 ____________________________________________________________________________
17947 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
17948         Log: Alternative Time::Local algorithm that uses matemathical formula
17949              for timegm instead of progressive guessing
17950      Branch: perl
17951            ! lib/Time/Local.pm
17952 ____________________________________________________________________________
17953 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
17954         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17955              From: Paul_GreenVOS@vos.stratus.com
17956              Date: Sat, 19 Jan 02 11:20 est
17957              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
17958      Branch: perl
17959            ! ext/File/Glob/t/basic.t
17960 ____________________________________________________________________________
17961 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
17962         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
17963              From: Paul_GreenVOS@vos.stratus.com
17964              Date: Fri, 18 Jan 02 22:56 est
17965              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
17966      Branch: perl
17967            ! ext/Cwd/t/cwd.t
17968 ____________________________________________________________________________
17969 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
17970         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
17971              From: Paul_GreenVOS@vos.stratus.com
17972              Date: Fri, 18 Jan 02 22:48 est
17973              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
17974      Branch: perl
17975            ! lib/Time/Local.t
17976 ____________________________________________________________________________
17977 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
17978         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
17979              From: Paul_GreenVOS@vos.stratus.com
17980              Date: Fri, 18 Jan 02 16:22 est
17981              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
17982      Branch: perl
17983            ! ext/Devel/DProf/DProf.t
17984 ____________________________________________________________________________
17985 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
17986         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
17987              From: Tels <perl_dummy@bloodgate.com>
17988              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
17989              Message-Id: <200201182106.XAA19133@taku.hut.fi>
17990      Branch: perl
17991            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
17992 ____________________________________________________________________________
17993 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
17994         Log: Don't do socketpair udp unless you've got all what it takes.
17995      Branch: perl
17996            ! util.c
17997 ____________________________________________________________________________
17998 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
17999         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
18000              From: Tels <perl_dummy@bloodgate.com>
18001              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
18002              Message-Id: <200201182206.AAA15310@taku.hut.fi>
18003      Branch: perl
18004            ! lib/ExtUtils/MM_BeOS.pm
18005 ____________________________________________________________________________
18006 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
18007         Log: metaconfig unit change for #14336.
18008      Branch: metaconfig
18009            ! U/modified/myhostname.U
18010 ____________________________________________________________________________
18011 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
18012         Log: Avoid bare "set", and kiss .uucp goodbye.
18013      Branch: perl
18014            ! Configure
18015 ____________________________________________________________________________
18016 [ 14335] By: nick                                  on 2002/01/18  22:11:42
18017         Log: Split out core of sv_magic() into sv_magicext().
18018              sv_magic provides the extra restictions (no READONLY, only
18019              one of each type, canned set of vtables), and sv_magicext()
18020              does the actual data twiddling.
18021              Also enhances semantics of ->mg_ptr setting via name/namlen
18022              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
18023              scratch area (namlen > 0 && name == NULL).
18024              sv_magicext also returns the MAGIC * it added.
18025              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
18026              
18027              To come sv_unmagicext() - which will remove just one magic
18028              of particular type, and additionaly match against ->mg_ptr,
18029              or the MAGIC * (need to experiment as to which is more natural).
18030      Branch: perlio
18031            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
18032            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
18033 ____________________________________________________________________________
18034 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
18035         Log: Retract #14327 for now, going to the limit seems
18036              to be too much for many platforms.
18037      Branch: perl
18038            ! lib/Time/Local.t
18039 ____________________________________________________________________________
18040 [ 14333] By: nick                                  on 2002/01/18  18:58:33
18041         Log: Integrate mainline
18042      Branch: perlio
18043           !> Changes patchlevel.h
18044 ____________________________________________________________________________
18045 [ 14332] By: nick                                  on 2002/01/18  16:19:06
18046         Log: Integrate mainline
18047      Branch: perlio
18048           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
18049           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
18050            - lib/ExtUtils/inst
18051           !> (integrate 32 files)
18052 ____________________________________________________________________________
18053 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
18054         Log: Update Changes.
18055      Branch: perl
18056            ! Changes patchlevel.h
18057 ____________________________________________________________________________
18058 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
18059         Log: Try to make the connect/read/write timeouting.
18060      Branch: perl
18061            ! ext/Socket/Socket.t
18062 ____________________________________________________________________________
18063 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
18064         Log: Netware Makefile tweak from Ananth Kesari.
18065      Branch: perl
18066            ! NetWare/Makefile
18067 ____________________________________________________________________________
18068 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
18069         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
18070              From: Michael G Schwern <schwern@pobox.com>
18071              Date: Fri, 18 Jan 2002 03:10:27 -0500
18072              Message-ID: <20020118081027.GE7226@blackrider>
18073      Branch: perl
18074            ! lib/File/Find.pm
18075 ____________________________________________________________________________
18076 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
18077         Log: (retracted by #14334)
18078              
18079              Subject: [PATCH] Improving lib/Time/Local.t
18080              From: Paul_GreenVOS@vos.stratus.com        
18081              Date: Thu, 17 Jan 02 22:36 est
18082              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
18083      Branch: perl
18084            ! lib/Time/Local.t
18085 ____________________________________________________________________________
18086 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
18087         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
18088              From: Abe Timmerman <abe@ztreet.demon.nl>  
18089              Date: Fri, 18 Jan 2002 13:18:47 +0100
18090              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
18091      Branch: perl
18092            ! lib/ExtUtils/t/MM_Win32.t
18093 ____________________________________________________________________________
18094 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
18095         Log: Subject: [PATCH] Syncing with bleadperl 
18096              From: Michael G Schwern <schwern@pobox.com> 
18097              Date: Fri, 18 Jan 2002 03:04:33 -0500
18098              Message-ID: <20020118080432.GC7226@blackrider>
18099      Branch: perl
18100            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
18101            - lib/ExtUtils/inst
18102            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
18103            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18104            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
18105            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
18106            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
18107            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
18108            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
18109            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
18110            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
18111            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18112            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
18113            ! lib/ExtUtils/testlib.pm
18114 ____________________________________________________________________________
18115 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
18116         Log: Detypo.
18117      Branch: perl
18118            ! AUTHORS
18119 ____________________________________________________________________________
18120 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
18121         Log: Subject: [PATCH] MM check_hints test
18122              From: Michael G Schwern <schwern@pobox.com>
18123              Date: Thu, 17 Jan 2002 20:25:57 -0500
18124              Message-ID: <20020118012557.GE32762@blackrider>
18125      Branch: perl
18126            + lib/ExtUtils/t/hints.t
18127            ! MANIFEST
18128 ____________________________________________________________________________
18129 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
18130         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
18131              From: Michael G Schwern <schwern@pobox.com> 
18132              Date: Thu, 17 Jan 2002 20:12:20 -0500
18133              Message-ID: <20020118011220.GC32762@blackrider>
18134              
18135              (#14317 replaced with this)
18136      Branch: perl
18137            ! lib/ExtUtils/MakeMaker.pm
18138 ____________________________________________________________________________
18139 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
18140         Log: Subject: [PATCH perldiag] overload.pm warnings
18141              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18142              Date: Thu, 17 Jan 2002 23:53:49 +0100
18143              Message-ID: <20020117235349.A14530@rafael>
18144      Branch: perl
18145            ! pod/perldiag.pod
18146 ____________________________________________________________________________
18147 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
18148         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
18149              From: Michael G Schwern <schwern@pobox.com>
18150              Date: Thu, 17 Jan 2002 16:35:47 -0500
18151              Message-ID: <20020117213546.GD23830@blackrider>
18152      Branch: perl
18153            ! lib/File/Find.pm
18154 ____________________________________________________________________________
18155 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
18156         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
18157              From: chromatic <chromatic@rmci.net>
18158              Date: Thu, 17 Jan 2002 13:04:22 -0700
18159              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
18160      Branch: perl
18161            ! pod/perltodo.pod
18162 ____________________________________________________________________________
18163 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
18164         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
18165              From: chromatic <chromatic@rmci.net>
18166              Date: Thu, 17 Jan 2002 12:59:04 -0700
18167              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
18168      Branch: perl
18169            ! lib/ExtUtils/t/Mkbootstrap.t
18170 ____________________________________________________________________________
18171 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
18172         Log: (replaced by #14322)
18173              The #14300 broke hints file handling.
18174      Branch: perl
18175            ! lib/ExtUtils/MakeMaker.pm
18176 ____________________________________________________________________________
18177 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
18178         Log: metaconfig unit change for #14315.
18179      Branch: metaconfig/U/perl
18180            ! uselongdbl.U
18181 ____________________________________________________________________________
18182 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
18183         Log: Subject: [PATCH] long doubles
18184              From: Nicholas Clark <nick@unfortu.net>
18185              Date: Thu, 17 Jan 2002 17:06:28 +0000
18186              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
18187      Branch: perl
18188            ! Configure
18189 ____________________________________________________________________________
18190 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
18191         Log: metaconfig unit change for #14313.
18192      Branch: metaconfig
18193            ! U/modified/i_ndbm.U
18194 ____________________________________________________________________________
18195 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
18196         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
18197              From: Andy Dougherty <doughera@lafayette.edu>
18198              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
18199              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
18200      Branch: perl
18201            ! Configure
18202 ____________________________________________________________________________
18203 [ 14312] By: nick                                  on 2002/01/17  21:38:38
18204         Log: Integrate mainline (for ndbm fixes etc.)
18205      Branch: perlio
18206           +> t/run/fresh_perl.t
18207            - t/run/kill_perl.t
18208           !> Changes MANIFEST ext/Opcode/Opcode.xs
18209           !> ext/SDBM_File/sdbm/Makefile.PL
18210           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
18211           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
18212           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
18213           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
18214           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
18215 ____________________________________________________________________________
18216 [ 14311] By: sky                                   on 2002/01/17  21:01:00
18217         Log: Simplify the code that duplicates the threads 
18218              init function and the parameters to the thread by using sv_dup. 
18219              Note,what happens if you pass a shared variable as a parameter?
18220      Branch: perl
18221            ! ext/threads/threads.xs
18222 ____________________________________________________________________________
18223 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
18224         Log: Update Changes.
18225      Branch: perl
18226            ! Changes patchlevel.h
18227 ____________________________________________________________________________
18228 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
18229         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
18230              with fresh_perl_is() and fresh_perl_like().
18231      Branch: perl
18232            + t/run/fresh_perl.t
18233            - t/run/kill_perl.t
18234            ! MANIFEST t/test.pl
18235 ____________________________________________________________________________
18236 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
18237         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
18238              From: Benjamin Goldberg <goldbb2@earthlink.net>
18239              Date: Wed, 09 Jan 2002 21:03:16 -0500
18240              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
18241      Branch: perl
18242            ! ext/Unicode/Normalize/Normalize.pm
18243 ____________________________________________________________________________
18244 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
18245         Log: Retract #14144 as Hugo isn't happy with it.
18246      Branch: perl
18247            ! scope.c t/run/kill_perl.t
18248 ____________________________________________________________________________
18249 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
18250         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
18251              From: Richard Clamp <richardc@unixbeard.net>
18252              Date: Wed, 16 Jan 2002 17:34:31 +0000
18253              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
18254      Branch: perl
18255            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
18256 ____________________________________________________________________________
18257 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
18258         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
18259              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18260              Date: Tue, 15 Jan 2002 21:23:30 +0100
18261              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
18262      Branch: perl
18263            ! ext/Opcode/Opcode.xs
18264 ____________________________________________________________________________
18265 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
18266         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
18267              From: Paul_GreenVOS@vos.stratus.com
18268              Date: Wed, 16 Jan 02 6:42 est
18269              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
18270      Branch: perl
18271            ! t/io/fs.t t/op/crypt.t
18272 ____________________________________________________________________________
18273 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
18274         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
18275              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18276              Date: Wed, 16 Jan 2002 13:43:39 +0100
18277              Message-ID: <20020116134339.A704@rafael>
18278              
18279              (replaces #14302)
18280      Branch: perl
18281            ! mg.c t/lib/warnings/mg
18282 ____________________________________________________________________________
18283 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
18284         Log: (replaced by #14303)
18285              Subject: [PATCH] length of undefined $(digit) should warn
18286              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18287              Date: Tue, 15 Jan 2002 23:02:44 +0100            
18288              Message-ID: <20020115230244.A31786@rafael>     
18289      Branch: perl
18290            ! mg.c t/lib/warnings/mg
18291 ____________________________________________________________________________
18292 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
18293         Log: The non-MakeMaker.pm parts of
18294              
18295              Subject: [PATCH] Re: MM_Beos.pm?
18296              From: Tels <perl_dummy@bloodgate.com>
18297              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
18298              Message-Id: <200201142006.WAA29544@taas.iki.fi>
18299      Branch: perl
18300            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
18301            ! lib/ExtUtils/t/MM_Unix.t
18302 ____________________________________________________________________________
18303 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
18304         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
18305              From: Michael G Schwern <schwern@pobox.com>    
18306              Date: Tue, 15 Jan 2002 20:07:50 -0500            
18307              Message-ID: <20020116010750.GH625@blackrider>  
18308      Branch: perl
18309            ! lib/ExtUtils/MakeMaker.pm
18310 ____________________________________________________________________________
18311 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
18312         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
18313              From: Jeffrey Friedl <jfriedl@yahoo.com>       
18314              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
18315              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
18316      Branch: perl
18317            ! lib/Text/Tabs.pm
18318 ____________________________________________________________________________
18319 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
18320         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
18321              From: "Green, Paul" <Paul.Green@stratus.com>
18322              Date: Tue, 15 Jan 2002 22:28:10 -0500
18323              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
18324      Branch: perl
18325            ! lib/ExtUtils/MM_Unix.pm
18326 ____________________________________________________________________________
18327 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
18328         Log: Integrate perlio; offsetof() is in <stddef.h>
18329      Branch: perl
18330           !> ext/Socket/Socket.xs
18331 ____________________________________________________________________________
18332 [ 14296] By: nick                                  on 2002/01/16  13:02:29
18333         Log: offsetof() is in <stddef.h>
18334      Branch: perlio
18335            ! ext/Socket/Socket.xs
18336 ____________________________________________________________________________
18337 [ 14295] By: nick                                  on 2002/01/16  07:25:29
18338         Log: Integrate mainline
18339      Branch: perlio
18340           +> (branch 262 files)
18341            - (delete 285 files)
18342           !> (integrate 34 files)
18343 ____________________________________________________________________________
18344 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
18345         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
18346              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
18347              Canonical.pl and Exact.pl.
18348      Branch: perl
18349            + (add 259 files)
18350            - (delete 288 files)
18351            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
18352            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
18353            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18354            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
18355 ____________________________________________________________________________
18356 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
18357         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
18358      Branch: perl
18359            ! ext/Socket/Socket.xs
18360 ____________________________________________________________________________
18361 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
18362         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
18363              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18364              Date: Tue, 15 Jan 2002 21:59:19 +0100
18365              Message-ID: <3C44A637.16602.25EB208@localhost>
18366      Branch: perl
18367            ! embed.fnc embed.h proto.h
18368 ____________________________________________________________________________
18369 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
18370         Log: Duh.  The updated In/*.pl weren't checked in.
18371      Branch: perl
18372            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
18373            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
18374            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
18375            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
18376            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
18377            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
18378            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
18379            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
18380            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
18381            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
18382            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
18383            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
18384            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
18385            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
18386            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
18387            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
18388            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
18389            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
18390            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
18391            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
18392            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
18393            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
18394            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
18395            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
18396            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
18397            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
18398            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
18399            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
18400            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
18401            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
18402            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
18403            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
18404            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
18405            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
18406            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
18407            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
18408            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
18409            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
18410            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
18411            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
18412            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
18413            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
18414            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
18415            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
18416            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
18417            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
18418            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
18419            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
18420 ____________________________________________________________________________
18421 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
18422         Log: Update Changes.
18423      Branch: perl
18424            ! Changes patchlevel.h
18425 ____________________________________________________________________________
18426 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
18427         Log: Jeffrey is trying very hard to avoid working on his
18428              book, it would seem :-) (better naming, better comments
18429              in the files)
18430      Branch: perl
18431            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
18432            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
18433            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
18434            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
18435            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
18436            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18437            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
18438            - lib/unicore/Is/IDStart.pl
18439            ! (edit 200 files)
18440 ____________________________________________________________________________
18441 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
18442         Log: metaconfig unit changes for #14287.
18443      Branch: metaconfig
18444            + U/modified/Chk_MANI.U
18445            ! U/modified/Extract.U U/modified/Finish.U
18446      Branch: metaconfig/U/perl
18447            ! Extensions.U dlsrc.U
18448 ____________________________________________________________________________
18449 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
18450         Log: Some protection against spaces in directory names.
18451              (Tru64 still has some makedepend problems in such
18452              cases but that looks like Tru64's problem.)
18453      Branch: perl
18454            ! Configure Makefile.SH
18455 ____________________________________________________________________________
18456 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
18457         Log: Should have been in #14285 but I have sausages for fingers.
18458      Branch: perl
18459            + lib/ExtUtils/MM_BeOS.pm
18460 ____________________________________________________________________________
18461 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
18462         Log: MM_BeOS from Tels.
18463      Branch: perl
18464            + lib/ExtUtils/t/MM_BeOS.t
18465            ! MANIFEST
18466 ____________________________________________________________________________
18467 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
18468         Log: Integrate perlio;
18469              
18470              (reintroduce #14251) Slab allocator for ops
18471              - moved the statics to intrpvar.h
18472              - implemented Slab_Free()
18473              - uses PerlMemShared (for now) if distinction exists.
18474              
18475              Slab allocator submit after resolve -ay to keep it!
18476              
18477              Hand merge of non slab allocator stuff
18478              
18479              const-ness fix in savepv's passing of NULL
18480              
18481              Typo in #else branch of PL_SLAB_ALLOC
18482              
18483              Integrate rest of mainline
18484              
18485              Regen embed enable slab for PERL_IMPLICIT_SYS
18486              
18487              Correct name of PL_OP_SLAB_ALLOC
18488              
18489              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18490              e.g. -Duse64bitint on a 32-bit platform.
18491              Now uses I32 for use-count and is more careful with its casts.
18492      Branch: perl
18493           !> (integrate 28 files)
18494 ____________________________________________________________________________
18495 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
18496         Log: Add Shuck URL
18497      Branch: maint-5.6/macperl
18498            ! macos/macperl/MacPerl.podhelp
18499 ____________________________________________________________________________
18500 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
18501         Log: Remove obsolete docs
18502      Branch: maint-5.6/macperl
18503            ! ext/File/Glob/Glob.pm
18504 ____________________________________________________________________________
18505 [ 14281] By: nick                                  on 2002/01/15  15:08:43
18506         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18507              e.g. -Duse64bitint on a 32-bit platform.
18508              Now uses I32 for use-count and is more careful with its casts.
18509      Branch: perlio
18510            ! intrpvar.h op.c
18511 ____________________________________________________________________________
18512 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
18513         Log: Update bundled modules.  Yow!
18514      Branch: maint-5.6/macperl
18515            + macos/bundled_ext/Compress/Zlib/constants.h
18516            + macos/bundled_ext/Compress/Zlib/constants.xs
18517            + macos/bundled_ext/Filter/Util/Call/ppport.h
18518            + macos/bundled_ext/Storable/t/compat-0.6.t
18519            + macos/bundled_ext/Storable/t/dump.pl
18520            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
18521            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
18522            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
18523            + macos/bundled_lib/blib/lib/URI/ssh.pm
18524            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
18525            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
18526            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
18527            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
18528            + macos/bundled_lib/t/Filter/Simple/data.t
18529            + macos/bundled_lib/t/Filter/Simple/export.t
18530            + macos/bundled_lib/t/Filter/Simple/filter_only.t
18531            + macos/bundled_lib/t/Filter/Simple/import.t
18532            + macos/bundled_lib/t/NEXT/actual.t
18533            + macos/bundled_lib/t/NEXT/actuns.t
18534            + macos/bundled_lib/t/NEXT/next.t
18535            + macos/bundled_lib/t/NEXT/unseen.t
18536            + macos/bundled_lib/t/libnet/netrc.t
18537            + macos/bundled_lib/t/libwww-perl/base/http.t
18538            + macos/bundled_lib/t/libwww-perl/live/activestate.t
18539            - macos/bundled_ext/Filter/t/FilterTest.pm
18540            - macos/bundled_ext/Storable/t/compat06.t
18541            - macos/bundled_ext/Storable/t/st-dump.pl
18542            - macos/bundled_lib/t/NEXT/test.pl
18543            - macos/bundled_lib/t/libwww-perl/live/google.t
18544            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
18545            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
18546            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
18547            ! macos/bundled_ext/Compress/Zlib/README
18548            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
18549            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
18550            ! macos/bundled_ext/Compress/Zlib/t/examples.t
18551            ! macos/bundled_ext/Filter/Util/Call/Call.pm
18552            ! macos/bundled_ext/Filter/Util/Call/Call.xs
18553            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
18554            ! macos/bundled_ext/Filter/t/call.t
18555            ! macos/bundled_ext/Filter/t/filter-util.pl
18556            ! macos/bundled_ext/Storable/ChangeLog
18557            ! macos/bundled_ext/Storable/README
18558            ! macos/bundled_ext/Storable/Storable.pm
18559            ! macos/bundled_ext/Storable/t/blessed.t
18560            ! macos/bundled_ext/Storable/t/canonical.t
18561            ! macos/bundled_ext/Storable/t/dclone.t
18562            ! macos/bundled_ext/Storable/t/forgive.t
18563            ! macos/bundled_ext/Storable/t/freeze.t
18564            ! macos/bundled_ext/Storable/t/lock.t
18565            ! macos/bundled_ext/Storable/t/overload.t
18566            ! macos/bundled_ext/Storable/t/recurse.t
18567            ! macos/bundled_ext/Storable/t/retrieve.t
18568            ! macos/bundled_ext/Storable/t/store.t
18569            ! macos/bundled_ext/Storable/t/tied.t
18570            ! macos/bundled_ext/Storable/t/tied_hook.t
18571            ! macos/bundled_ext/Storable/t/tied_items.t
18572            ! macos/bundled_ext/Storable/t/utf8.t
18573            ! macos/bundled_lib/blib/lib/File/Sort.pm
18574            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
18575            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
18576            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
18577            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
18578            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
18579            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
18580            ! macos/bundled_lib/blib/lib/LWP.pm
18581            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
18582            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
18583            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
18584            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
18585            ! macos/bundled_lib/blib/lib/Mail/Address.pm
18586            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
18587            ! macos/bundled_lib/blib/lib/Mail/Field.pm
18588            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
18589            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
18590            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
18591            ! macos/bundled_lib/blib/lib/Mail/Header.pm
18592            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
18593            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
18594            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
18595            ! macos/bundled_lib/blib/lib/Mail/Send.pm
18596            ! macos/bundled_lib/blib/lib/Mail/Util.pm
18597            ! macos/bundled_lib/blib/lib/NEXT.pm
18598            ! macos/bundled_lib/blib/lib/Net/Config.pm
18599            ! macos/bundled_lib/blib/lib/Net/Domain.pm
18600            ! macos/bundled_lib/blib/lib/Net/FTP.pm
18601            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
18602            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
18603            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
18604            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
18605            ! macos/bundled_lib/blib/lib/Net/POP3.pm
18606            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
18607            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
18608            ! macos/bundled_lib/blib/lib/Switch.pm
18609            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
18610            ! macos/bundled_lib/blib/lib/URI/Escape.pm
18611            ! macos/bundled_lib/blib/lib/URI/ftp.pm
18612            ! macos/bundled_lib/blib/lib/lwpcook.pod
18613            ! macos/bundled_lib/t/Filter/Simple/filter.t
18614            ! macos/bundled_lib/t/Switch/t/nested.t
18615            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
18616            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
18617            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
18618            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
18619            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
18620            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
18621            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
18622            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
18623            ! macos/bundled_lib/t/libnet/config.t
18624            ! macos/bundled_lib/t/libnet/ftp.t
18625            ! macos/bundled_lib/t/libnet/hostname.t
18626            ! macos/bundled_lib/t/libnet/nntp.t
18627            ! macos/bundled_lib/t/libnet/require.t
18628            ! macos/bundled_lib/t/libnet/smtp.t
18629            ! macos/bundled_lib/t/libwww-perl/base/headers.t
18630            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
18631            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
18632            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
18633            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18634            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
18635            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
18636            ! macos/bundled_lib/t/libwww-perl/live/validator.t
18637            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
18638 ____________________________________________________________________________
18639 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
18640         Log: Subject: [PATCH] Socket::sockaddr_family
18641              From: Gisle Aas <gisle@ActiveState.com> 
18642              Date: 15 Jan 2002 06:35:28 -0800
18643              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
18644      Branch: perl
18645            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
18646 ____________________________________________________________________________
18647 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
18648         Log: Subject: [PATCH perldiag] Style issue
18649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18650              Date: Tue, 15 Jan 2002 15:36:30 +0100                
18651              Message-ID: <20020115153630.A11568@rafael>
18652      Branch: perl
18653            ! pod/perldiag.pod
18654 ____________________________________________________________________________
18655 [ 14277] By: nick                                  on 2002/01/15  14:30:51
18656         Log: Correct name of PL_OP_SLAB_ALLOC
18657      Branch: perlio
18658            ! perl.h
18659 ____________________________________________________________________________
18660 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
18661         Log: NetWare tweak from Ananth Kesari.
18662      Branch: perl
18663            ! lib/ExtUtils/MakeMaker.pm
18664 ____________________________________________________________________________
18665 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
18666         Log: Throwback.
18667      Branch: perl
18668            ! MANIFEST
18669 ____________________________________________________________________________
18670 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
18671         Log: A couple of additional character classes from Jeffrey,
18672              hopefully useful in future for internal use for implementing
18673              some special cases of casing.
18674              
18675              Also regenerate once more all the character classes,
18676              now without the timestamp.  A timestamp would be kind of
18677              nice but it's not: having a timestamp in a file means that
18678              even if the effective contents of file really didn't
18679              change, the file looks as if it changed.
18680      Branch: perl
18681            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18682            + lib/unicore/Is/CombAbov.pl
18683            ! (edit 304 files)
18684 ____________________________________________________________________________
18685 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
18686         Log: Make the test harder.
18687      Branch: perl
18688            ! t/op/pat.t
18689 ____________________________________________________________________________
18690 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
18691         Log: Additional utf8_heavy.pl tweak from Jeffrey.
18692      Branch: perl
18693            ! lib/utf8_heavy.pl
18694 ____________________________________________________________________________
18695 [ 14271] By: nick                                  on 2002/01/15  11:29:47
18696         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
18697      Branch: perlio
18698            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
18699            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
18700 ____________________________________________________________________________
18701 [ 14270] By: nick                                  on 2002/01/15  08:19:08
18702         Log: Integrate rest of mainline
18703      Branch: perlio
18704           !> (integrate 28 files)
18705 ____________________________________________________________________________
18706 [ 14269] By: nick                                  on 2002/01/15  08:02:44
18707         Log: Typo in #else branch of PL_SLAB_ALLOC
18708      Branch: perlio
18709            ! op.c
18710 ____________________________________________________________________________
18711 [ 14268] By: nick                                  on 2002/01/15  07:57:47
18712         Log: const-ness fix in savepv's passing of NULL
18713      Branch: perlio
18714            ! util.c
18715 ____________________________________________________________________________
18716 [ 14267] By: nick                                  on 2002/01/15  07:42:17
18717         Log: Hand merge of non slab allocator stuff
18718      Branch: perlio
18719            ! op.c
18720 ____________________________________________________________________________
18721 [ 14266] By: nick                                  on 2002/01/15  07:39:33
18722         Log: Slab allocator submit after resolve -ay to keep it!
18723      Branch: perlio
18724           !> op.c
18725 ____________________________________________________________________________
18726 [ 14265] By: nick                                  on 2002/01/15  07:05:06
18727         Log: Blind integrate of bulk of mainline.
18728      Branch: perlio
18729           +> (branch 173 files)
18730            - (delete 184 files)
18731           !> (integrate 146 files)
18732 ____________________________________________________________________________
18733 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
18734         Log: Pod nits.
18735      Branch: perl
18736            ! lib/Unicode/UCD.pm pod/perlunicode.pod
18737 ____________________________________________________________________________
18738 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
18739         Log: The Unicode categories doc patch to go with #14254,
18740              from Jeffrey.
18741      Branch: perl
18742            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
18743 ____________________________________________________________________________
18744 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
18745         Log: There isn't going to be perl.third.exe.
18746      Branch: perl
18747            ! Makefile.SH
18748 ____________________________________________________________________________
18749 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
18750         Log: Subject: [PATCH] small coredump correction
18751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18752              Date: Tue, 15 Jan 2002 00:22:52 +0100
18753              Message-ID: <20020115002252.I691@rafael>
18754      Branch: perl
18755            ! op.c
18756 ____________________________________________________________________________
18757 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
18758         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
18759              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18760              Date: Mon, 14 Jan 2002 23:03:04 +0100
18761              Message-ID: <20020114230304.A691@rafael>   
18762              
18763              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
18764              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18765              Date: Mon, 14 Jan 2002 23:18:43 +0100
18766              Message-ID: <20020114231843.E691@rafael>   
18767      Branch: perl
18768            ! pod/perlsub.pod t/op/override.t toke.c
18769 ____________________________________________________________________________
18770 [ 14259] By: nick                                  on 2002/01/14  22:02:49
18771         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
18772              Need to use CopXXXXX macros everywhere and add CopSTASH_free
18773              Add new scope type and add support for it to scope.c and scope stack
18774              dup-er in sv.c. Add savesharedpv().
18775              Also zealous version of Win32's vmem.h to catch all the abuses.
18776              With this t/op/fork.t passes even with zealous checking and 
18777              checker is point a finger at various threads/shared issues.
18778              
18779              PL_curcop->cop_io is still an issue.
18780      Branch: perlio
18781            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
18782            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
18783            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
18784            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
18785            ! win32/vmem.h win32/win32.c win32/win32.h
18786 ____________________________________________________________________________
18787 [ 14258] By: nick                                  on 2002/01/14  20:24:28
18788         Log: Integrate build parts of mainline
18789      Branch: perlio
18790           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
18791           !> lib/ExtUtils/t/MM_Win32.t
18792 ____________________________________________________________________________
18793 [ 14257] By: nick                                  on 2002/01/14  16:10:54
18794         Log: Inverted sense of special-ness of specialCopIO - supposed to 
18795              be true if value is "special" i.e. NOT an SV.
18796      Branch: perlio
18797            ! perlio.h
18798 ____________________________________________________________________________
18799 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
18800         Log: Update Changes.
18801      Branch: perl
18802            ! Changes patchlevel.h
18803 ____________________________________________________________________________
18804 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
18805         Log: Retract #14251 (the op slab allocator from perlio)
18806              until we figure out why 2.2.19 x86 debian gets
18807              a circular sibling chain and therefore hangs in
18808              the Perl_ck_subr() sibling for-loop.
18809      Branch: perl
18810            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18811            ! perlapi.c perlapi.h proto.h
18812 ____________________________________________________________________________
18813 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
18814         Log: Big mktables rewrite from Jeffrey;
18815              documentation not yet updated.
18816      Branch: perl
18817            + (add 171 files)
18818            - (delete 182 files)
18819            ! (edit 135 files)
18820 ____________________________________________________________________________
18821 [ 14253] By: ams                                   on 2002/01/14  03:15:05
18822         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
18823              From: Michael G Schwern <schwern@pobox.com>
18824              Date: Sun, 13 Jan 2002 21:00:07 -0500
18825              Message-Id: <20020114020007.GB2877@blackrider>
18826      Branch: perl
18827            ! lib/Cwd.pm
18828 ____________________________________________________________________________
18829 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
18830         Log: Subject: Re: Win32 status - progress !
18831              From: Abe Timmerman <abe@ztreet.demon.nl>       
18832              Date: Mon, 14 Jan 2002 02:29:51 +0100
18833              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
18834      Branch: perl
18835            ! lib/ExtUtils/t/MM_Win32.t
18836 ____________________________________________________________________________
18837 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
18838         Log: Integrate perlio.
18839              
18840              Slab allocator for ops
18841              - moved the statics to intrpvar.h
18842              - implemented Slab_Free()
18843              - uses PerlMemShared (for now) if distinction exists.
18844      Branch: perl
18845           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18846           !> perlapi.c perlapi.h proto.h
18847 ____________________________________________________________________________
18848 [ 14250] By: nick                                  on 2002/01/13  23:22:34
18849         Log: Slab allocator for ops
18850              - moved the statics to intrpvar.h
18851              - implemented Slab_Free()
18852              - uses PerlMemShared (for now) if distinction exists.
18853      Branch: perlio
18854            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18855            ! perlapi.c perlapi.h proto.h
18856 ____________________________________________________________________________
18857 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
18858         Log: Start a new test category: uni.  Much of t/op/pat
18859              should probably be moved here, but holding on that
18860              until Jeffrey finishes his big mktables rewrite.
18861              Bits and pieces of op/split, op/pack, op/append,
18862              op/join, could probably be moved to respective uni
18863              tests, too.
18864      Branch: perl
18865            + t/uni/fold.t t/uni/sprintf.t
18866            - t/op/unifold.t t/op/unisprintf.t
18867            ! MANIFEST t/TEST t/harness
18868 ____________________________________________________________________________
18869 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
18870         Log: Subject: [PATCH] enable Win32 to build again
18871              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18872              Date: Sun, 13 Jan 2002 21:49:24 +0100
18873              Message-ID: <3C4200E4.15926.23F6131@localhost>
18874              
18875              miniperl.exe.exe does not exe that well.
18876      Branch: perl
18877            ! lib/ExtUtils/MM_Unix.pm
18878 ____________________________________________________________________________
18879 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
18880         Log: Mention some of the load-affected tests.
18881      Branch: perl
18882            ! INSTALL
18883 ____________________________________________________________________________
18884 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
18885         Log: Move the UTF-8 conversion code earlier so that
18886              op/ver is happy.
18887      Branch: perl
18888            ! sv.c t/op/ver.t
18889 ____________________________________________________________________________
18890 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
18891         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
18892              have diverged quite a bit so no updates there.
18893      Branch: perl
18894            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18895            ! ext/List/Util/lib/List/Util.pm
18896            ! ext/List/Util/lib/Scalar/Util.pm
18897 ____________________________________________________________________________
18898 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
18899         Log: Make the crypt() pickier: if downgrading doesn't work,
18900              croak.
18901      Branch: perl
18902            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
18903 ____________________________________________________________________________
18904 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
18905         Log: Grow the buffer in case Unicode caused size changes
18906              (and it very probably did).
18907      Branch: perl
18908            ! sv.c
18909 ____________________________________________________________________________
18910 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
18911         Log: Future-proofing from Jeffrey Friedl (for conflicting
18912              In* and Is* names).
18913      Branch: perl
18914            ! lib/utf8_heavy.pl
18915 ____________________________________________________________________________
18916 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
18917         Log: Subject: [PATCH] Re: Warning in B.xs
18918              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18919              Date: Sun, 13 Jan 2002 19:39:52 +0100
18920              Message-ID: <3C41E288.20562.1C8C895@localhost>
18921      Branch: perl
18922            ! ext/B/B.xs
18923 ____________________________________________________________________________
18924 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
18925         Log: Subject: Re: lookbehind broken with latest bleedperl
18926              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18927              Date: Sun, 13 Jan 2002 18:06:22 +0000
18928              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
18929      Branch: perl
18930            ! regexec.c t/op/re_tests
18931 ____________________________________________________________________________
18932 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
18933         Log: Subject: [PATCH] more MM_Unix.t tests
18934              From: Tels <perl_dummy@bloodgate.com>
18935              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
18936              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
18937              
18938              Subject: [PATCH] 14220 misunderstood, I bet          
18939              From: andreas.koenig@anima.de (Andreas J. Koenig)
18940              Date: 12 Jan 2002 21:31:58 +0100
18941              Message-ID: <m3k7un8g5d.fsf@anima.de>
18942      Branch: perl
18943            ! lib/ExtUtils/t/MM_Unix.t
18944 ____________________________________________________________________________
18945 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
18946         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
18947              From: Tels <perl_dummy@bloodgate.com>
18948              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
18949              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
18950              
18951              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
18952              From: Tels <perl_dummy@bloodgate.com>
18953              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
18954              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
18955      Branch: perl
18956            ! lib/ExtUtils/MM_Unix.pm
18957 ____________________________________________________________________________
18958 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
18959         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
18960              From: Nicholas Clark <nick@unfortu.net> 
18961              Date: Sun, 13 Jan 2002 15:58:34 +0000
18962              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
18963      Branch: perl
18964            ! lib/Benchmark.t
18965 ____________________________________________________________________________
18966 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
18967         Log: Anton Berezin did more reading and the uid setting story
18968              gets more complex.
18969      Branch: perl
18970            ! pod/perltodo.pod utils/perldoc.PL
18971 ____________________________________________________________________________
18972 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
18973         Log: Integrate perlio;
18974              
18975              Win32 fixes:
18976              - vmem.h hack to handle free-by-wrong-thread after eval "".
18977              - Initialize timerid 
18978      Branch: perl
18979           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18980 ____________________________________________________________________________
18981 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
18982         Log: Subject: Re: HiRes
18983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18984              Date: Sun, 13 Jan 2002 10:18:46 +0100
18985              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
18986              
18987              Give up on socketpair in HP-UX.
18988      Branch: perl
18989            ! ext/Socket/socketpair.t
18990 ____________________________________________________________________________
18991 [ 14233] By: nick                                  on 2002/01/13  16:29:30
18992         Log: Integrate mainline
18993      Branch: perlio
18994           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
18995           !> (integrate 46 files)
18996 ____________________________________________________________________________
18997 [ 14232] By: nick                                  on 2002/01/13  15:37:48
18998         Log: Win32 fixes:
18999              - vmem.h hack to handle free-by-wrong-thread after eval "".
19000              - Initialize timerid 
19001      Branch: perlio
19002            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
19003 ____________________________________________________________________________
19004 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
19005         Log: *groan*
19006      Branch: perl
19007            ! t/op/pat.t
19008 ____________________________________________________________________________
19009 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
19010         Log: One more sharp s case found by Jeffrey.
19011      Branch: perl
19012            ! regexec.c t/op/pat.t
19013 ____________________________________________________________________________
19014 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
19015         Log: Comment tweak.
19016      Branch: perl
19017            ! regexec.c
19018 ____________________________________________________________________________
19019 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
19020         Log: Don't bother checking for the Greek special
19021              cases if the node is too short.
19022      Branch: perl
19023            ! regcomp.c
19024 ____________________________________________________________________________
19025 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
19026         Log: Update Changes.
19027      Branch: perl
19028            ! Changes patchlevel.h
19029 ____________________________________________________________________________
19030 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
19031         Log: metaconfig unit change for #14225.
19032      Branch: metaconfig
19033            + U/modified/i_ndbm.U
19034 ____________________________________________________________________________
19035 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
19036         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
19037              From: Jonathan Stowe <gellyfish@gellyfish.com>
19038              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
19039              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
19040      Branch: perl
19041            ! Configure config_h.SH
19042 ____________________________________________________________________________
19043 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
19044         Log: Quick reformat using indent -kr -nce, as requested
19045              by Dan Kogai and suggest by NI-S.
19046      Branch: perl
19047            ! ext/Encode/encengine.c
19048 ____________________________________________________________________________
19049 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
19050         Log: Couple more Unicode lookbehind tests.
19051      Branch: perl
19052            ! t/op/pat.t
19053 ____________________________________________________________________________
19054 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
19055         Log: Sharp S as a special treat for our German UTF-8 testers :-)
19056      Branch: perl
19057            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
19058 ____________________________________________________________________________
19059 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
19060         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
19061              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19062              Date: Sat, 12 Jan 2002 20:37:32 +0100
19063              Message-ID: <3C409E8C.16203.196C2D3@localhost>
19064      Branch: perl
19065            ! ext/B/B/Deparse.pm
19066 ____________________________________________________________________________
19067 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
19068         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
19069              really worth the bits it's printed on?
19070      Branch: perl
19071            ! lib/ExtUtils/t/MM_Unix.t
19072 ____________________________________________________________________________
19073 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
19074         Log: Special treatment for U+03B0 and U+0390 in //i,
19075              this means that we can remove the minlen pessimisations
19076              introduced by the #14096.
19077      Branch: perl
19078            ! pp_hot.c regcomp.c regexec.c
19079 ____________________________________________________________________________
19080 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
19081         Log: Integrate perlio;
19082              
19083              Abstract out the cloning of SvPVX and handle shared pv in a 
19084              safe (if suboptimal) manner. Does not fix op/fork.t :-(
19085              
19086              Win32-ize socketpair test
19087              - Win32 can fork even though $Config{d_fork} is undef
19088              - SOCK_DGRAM does not work - skip those tests.
19089      Branch: perl
19090           !> ext/Socket/socketpair.t sv.c
19091 ____________________________________________________________________________
19092 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
19093         Log: One should first drop the real uid, not the effective uid.
19094              [ID 20020110.003]
19095      Branch: perl
19096            ! utils/perldoc.PL
19097 ____________________________________________________________________________
19098 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
19099         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
19100              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19101              Date: Fri, 11 Jan 2002 23:29:48 +0100
19102              Message-ID: <3C3F756C.4581.2E2A938@localhost>
19103      Branch: perl
19104            + ext/B/C/C.xs ext/B/C/Makefile.PL
19105            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
19106            ! utils/perlcc.PL
19107 ____________________________________________________________________________
19108 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
19109         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19110              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
19111              Date: Fri, 11 Jan 2002 14:29:30 -0800
19112              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
19113      Branch: perl
19114            ! ext/B/t/concise.t
19115 ____________________________________________________________________________
19116 [ 14214] By: nick                                  on 2002/01/12  12:31:12
19117         Log: Win32-ize socketpair test
19118              - Win32 can fork even though $Config{d_fork} is undef
19119              - SOCK_DGRAM does not work - skip those tests.
19120      Branch: perlio
19121            ! ext/Socket/socketpair.t
19122 ____________________________________________________________________________
19123 [ 14213] By: nick                                  on 2002/01/12  11:46:28
19124         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
19125              safe (if suboptimal) manner. Does not fix op/fork.t :-(
19126      Branch: perlio
19127            ! sv.c
19128 ____________________________________________________________________________
19129 [ 14212] By: ams                                   on 2002/01/12  06:10:52
19130         Log: Subject: [PATCH] More fixes for Stratus VOS
19131              From: "Green, Paul" <Paul.Green@stratus.com>
19132              Date: Fri, 11 Jan 2002 17:30:37 -0500
19133              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
19134      Branch: perl
19135            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
19136 ____________________________________________________________________________
19137 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
19138         Log: Upgrade to CGI.pm 2.80.
19139      Branch: perl
19140            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
19141 ____________________________________________________________________________
19142 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
19143         Log: FAQ sync.
19144      Branch: perl
19145            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19146            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19147            ! pod/perlfaq8.pod
19148 ____________________________________________________________________________
19149 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
19150         Log: This is getting embarrassing.
19151      Branch: perl
19152            ! t/op/pat.t
19153 ____________________________________________________________________________
19154 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
19155         Log: Doc tweaks.
19156      Branch: perl
19157            ! pod/perlunicode.pod
19158 ____________________________________________________________________________
19159 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
19160         Log: Updating the test count is good; also rephrasing
19161              so that there is no ok output containing "not".
19162      Branch: perl
19163            ! t/op/pat.t
19164 ____________________________________________________________________________
19165 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
19166         Log: Andreas is busy :-)
19167      Branch: perl
19168            ! doop.c t/op/unisprintf.t
19169 ____________________________________________________________________________
19170 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
19171         Log: Unicode lookbehind looked bad.
19172      Branch: perl
19173            ! regexec.c t/op/pat.t
19174 ____________________________________________________________________________
19175 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
19176         Log: Garbage collection.
19177      Branch: perl
19178            ! t/run/kill_perl.t
19179 ____________________________________________________________________________
19180 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
19181         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
19182              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19183              Date: Fri, 11 Jan 2002 23:29:48 +0100
19184              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
19185      Branch: perl
19186            ! embed.fnc global.sym makedef.pl
19187 ____________________________________________________________________________
19188 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
19189         Log: Subject: [PATCH] perldelta nit?
19190              From: Robert Spier <rspier@pobox.com>
19191              Date: Fri, 11 Jan 2002 15:19:16 -0800
19192              Message-ID: <15423.29428.164185.251700@rls.cx>
19193      Branch: perl
19194            ! pod/perldelta.pod
19195 ____________________________________________________________________________
19196 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
19197         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19198              From: Michael G Schwern <schwern@pobox.com>
19199              Date: Fri, 11 Jan 2002 17:08:17 -0500
19200              Message-ID: <20020111220817.GG2838@blackrider>
19201      Branch: perl
19202            ! t/run/kill_perl.t t/test.pl
19203 ____________________________________________________________________________
19204 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
19205         Log: Subject: [PATCH] Correct misleading error message
19206              From: Mike Guy <mjtg@cam.ac.uk>
19207              Date: Fri, 11 Jan 2002 18:36:33 +0000
19208              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
19209              
19210              hash assignment -> anonymous hash
19211      Branch: perl
19212            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
19213 ____________________________________________________________________________
19214 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
19215         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
19216              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19217              Date: Fri, 11 Jan 2002 16:58:14 +0100
19218              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
19219      Branch: perl
19220            ! ext/Unicode/Normalize/mkheader
19221 ____________________________________________________________________________
19222 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
19223         Log: Add a new test for is-sprintf-preserving Unicodeness:
19224              #14194 and an old one from kill_perl.t (I could have used
19225              sprintf.t, but it's format was quite fixed, and I didn't
19226              feel like breaking the format)
19227      Branch: perl
19228            + t/op/unisprintf.t
19229            ! MANIFEST t/run/kill_perl.t
19230 ____________________________________________________________________________
19231 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
19232         Log: Integrate perlio;
19233              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19234      Branch: perl
19235           !> win32/win32.c
19236 ____________________________________________________________________________
19237 [ 14196] By: nick                                  on 2002/01/11  20:58:20
19238         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19239              as C runtime seems to get its hands on them even though we said
19240              they were handled.
19241              Still an issue with "die" out of signal handler - get panic: pp_iter
19242      Branch: perlio
19243            ! win32/win32.c
19244 ____________________________________________________________________________
19245 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
19246         Log: Integrate perlio;
19247              A mostly-stable version of "new" Win32 signal/kill support.
19248      Branch: perl
19249           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
19250           !> win32/config.gc win32/config.vc win32/config_H.bc
19251           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19252           !> win32/makefile.mk win32/win32.c win32/win32.h
19253 ____________________________________________________________________________
19254 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
19255         Log: Fix for
19256              
19257              Subject: UTF-8 sprintf bug in bleadperl
19258              From: andreas.koenig@anima.de (Andreas J. Koenig)
19259              Date: 11 Jan 2002 15:47:15 +0100
19260              Message-ID: <m3vge99c7g.fsf@anima.de>
19261              
19262              I have tests, have just to figure out where to put them
19263              since op/sprintf looks a bit unfriendly for tests of
19264              somewhat freer form.
19265      Branch: perl
19266            ! doop.c sv.c
19267 ____________________________________________________________________________
19268 [ 14193] By: nick                                  on 2002/01/11  18:25:34
19269         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
19270              Builds and passes a few tests.
19271      Branch: perlio
19272           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
19273           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
19274           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
19275           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
19276           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19277           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19278           +> t/lib/sample-tests/lone_not_bug
19279           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19280           +> t/lib/sample-tests/vms_nit
19281           !> (integrate 63 files)
19282 ____________________________________________________________________________
19283 [ 14192] By: nick                                  on 2002/01/11  17:49:39
19284         Log: A mostly-stable version of "new" Win32 signal/kill support.
19285      Branch: perlio
19286            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
19287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19288            ! win32/config_h.PL win32/makefile.mk win32/win32.c
19289            ! win32/win32.h
19290 ____________________________________________________________________________
19291 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
19292         Log: Update Changes.
19293      Branch: perl
19294            ! Changes patchlevel.h
19295 ____________________________________________________________________________
19296 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
19297         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19298              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19299              Date: Thu, 10 Jan 2002 18:21:34 -0800
19300              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
19301      Branch: perl
19302            + ext/B/t/concise.t
19303            ! MANIFEST
19304 ____________________________________________________________________________
19305 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
19306         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
19307              necessary in form.t and html.t @INC setups.
19308      Branch: perl
19309            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
19310 ____________________________________________________________________________
19311 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
19312         Log: Yet another twist.
19313      Branch: perl
19314            ! t/test.pl
19315 ____________________________________________________________________________
19316 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
19317         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
19318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19319              Date: Fri, 11 Jan 2002 13:04:15 +0100      
19320              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
19321      Branch: perl
19322            ! hints/aix.sh
19323 ____________________________________________________________________________
19324 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
19325         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
19326              From: Jonathan Stowe <gellyfish@gellyfish.com> 
19327              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
19328              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
19329      Branch: perl
19330            ! lib/AnyDBM_File.t
19331 ____________________________________________________________________________
19332 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
19333         Log: Arguments were being mangled.
19334      Branch: perl
19335            ! t/test.pl
19336 ____________________________________________________________________________
19337 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
19338         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19339              From: Jonathan Stowe <gellyfish@gellyfish.com>
19340              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
19341              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
19342      Branch: perl
19343            ! lib/AnyDBM_File.t
19344 ____________________________________________________________________________
19345 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
19346         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
19347              From: Michael G Schwern <schwern@pobox.com> 
19348              Date: Fri, 11 Jan 2002 04:26:27 -0500
19349              Message-ID: <20020111092626.GA16544@blackrider>
19350      Branch: perl
19351            ! t/run/kill_perl.t t/test.pl
19352 ____________________________________________________________________________
19353 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
19354         Log: Subject: [PATCH] Test::Harness 2.01
19355              From: Michael G Schwern <schwern@pobox.com> 
19356              Date: Thu, 10 Jan 2002 21:11:24 -0500
19357              Message-ID: <20020111021123.GA30666@blackrider>
19358      Branch: perl
19359            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
19360            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
19361            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
19362            + lib/Test/Harness/t/nonumbers.t
19363            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19364            + t/lib/sample-tests/lone_not_bug
19365            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19366            + t/lib/sample-tests/vms_nit
19367            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
19368            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
19369 ____________________________________________________________________________
19370 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
19371         Log: patch is silly when creating new files: don't run
19372              patch more than once.
19373      Branch: perl
19374            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19375 ____________________________________________________________________________
19376 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
19377         Log: Forgot from #14179.
19378      Branch: perl
19379            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
19380 ____________________________________________________________________________
19381 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
19382         Log: Subject: [PATCH] is() undef/'' behavior change
19383              From: Michael G Schwern <schwern@pobox.com> 
19384              Date: Fri, 11 Jan 2002 03:35:51 -0500
19385              Message-ID: <20020111083551.GC30666@blackrider>
19386              
19387              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
19388              From: Michael G Schwern <schwern@pobox.com> 
19389              Date: Fri, 11 Jan 2002 03:37:44 -0500
19390              Message-ID: <20020111083744.GD30666@blackrider>
19391      Branch: perl
19392            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
19393            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
19394            ! lib/Pod/t/InputObjects.t lib/blib.t
19395 ____________________________________________________________________________
19396 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
19397         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
19398              From: Michael G Schwern <schwern@pobox.com> 
19399              Date: Thu, 10 Jan 2002 19:56:23 -0500
19400              Message-ID: <20020111005623.GA13192@blackrider>
19401      Branch: perl
19402            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19403            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
19404            ! lib/Test/Simple.pm lib/Test/Simple/Changes
19405            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
19406            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19407            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
19408            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
19409            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
19410            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
19411            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
19412            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
19413            ! lib/Test/Simple/t/plan_is_noplan.t
19414            ! lib/Test/Simple/t/plan_no_plan.t
19415            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
19416            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
19417            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
19418            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
19419            ! lib/Test/Tutorial.pod
19420 ____________________________________________________________________________
19421 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
19422         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
19423              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
19424              
19425              turns out even the malloc() was never really needed to begin with,
19426              so get rid of it
19427      Branch: perl
19428            ! sv.c
19429 ____________________________________________________________________________
19430 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
19431         Log: Small doc tweaks.
19432      Branch: perl
19433            ! pod/perluniintro.pod
19434 ____________________________________________________________________________
19435 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
19436         Log: support using the CRT's malloc() family of functions instead of
19437              the internal one when ithreads is enabled; allocate large blocks
19438              using VirtualAlloc() since the Heap*() functions may only be tuned
19439              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
19440              
19441              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
19442              also see comments at the top of win32/vmem.h for other options that
19443              can be set
19444      Branch: perl
19445            ! win32/vmem.h
19446 ____________________________________________________________________________
19447 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
19448         Log: Subject: micropatch
19449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19450              Date: Thu, 10 Jan 2002 18:20:58 +0000
19451              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
19452      Branch: perl
19453            ! regcomp.c
19454 ____________________________________________________________________________
19455 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
19456         Log: Subject: [PATCH] Embed.t on Win32
19457              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19458              Date: Thu, 10 Jan 2002 18:56:21 +0100
19459              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
19460      Branch: perl
19461            ! lib/ExtUtils/t/Embed.t
19462 ____________________________________________________________________________
19463 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
19464         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
19465              From: Gisle Aas <gisle@ActiveState.com>
19466              Date: 10 Jan 2002 08:56:05 -0800
19467              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
19468      Branch: perl
19469            ! toke.c
19470 ____________________________________________________________________________
19471 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
19472         Log: Subject: [PATCH] doc fixes
19473              From: "Brendan O'Dea" <bod@debian.org>
19474              Date: Fri, 11 Jan 2002 03:49:54 +1100
19475              Message-ID: <20020110164954.GA21891@compusol.com.au>
19476      Branch: perl
19477            ! lib/I18N/Collate.pm pod/perlfunc.pod
19478 ____________________________________________________________________________
19479 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
19480         Log: Integrate perlio; More signal hackery.
19481      Branch: perl
19482           !> win32/win32.c
19483 ____________________________________________________________________________
19484 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
19485         Log: No need to show internal encodings, or return them
19486              in random order.
19487      Branch: perl
19488            ! ext/Encode/Encode.pm
19489 ____________________________________________________________________________
19490 [ 14168] By: nick                                  on 2002/01/10  17:33:31
19491         Log: Integrate mainline
19492      Branch: perlio
19493            - ext/Unicode/Normalize/Normalize.pod
19494           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19495           !> ext/Unicode/Normalize/Makefile.PL
19496           !> ext/Unicode/Normalize/Normalize.pm
19497           !> ext/Unicode/Normalize/Normalize.xs
19498           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
19499           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
19500           !> t/run/kill_perl.t toke.c
19501 ____________________________________________________________________________
19502 [ 14167] By: nick                                  on 2002/01/10  17:08:35
19503         Log: More signal hackery
19504      Branch: perlio
19505            ! win32/win32.c
19506 ____________________________________________________________________________
19507 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
19508         Log: I think we can claim to be supporting Unicode
19509              "loose matching" now.
19510      Branch: perl
19511            ! pod/perlunicode.pod
19512 ____________________________________________________________________________
19513 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
19514         Log: Subject: doc patch
19515              From: mjd@plover.com
19516              Date: 10 Jan 2002 15:12:27 -0000
19517              Message-ID: <20020110151227.14850.qmail@plover.com>
19518      Branch: perl
19519            ! pod/perlrun.pod
19520 ____________________________________________________________________________
19521 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
19522         Log: Subject: Re: [ID 20011223.001] accept leaks memory
19523              From: Andy Dougherty <doughera@lafayette.edu>
19524              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
19525              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
19526      Branch: perl
19527            ! hints/linux.sh
19528 ____________________________________________________________________________
19529 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
19530         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
19531      Branch: perl
19532           !> win32/win32.c
19533 ____________________________________________________________________________
19534 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
19535         Log: Subject: [PATCH] Magic numbers in B::Concise
19536              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
19537              Date: Wed, 9 Jan 2002 23:04:01 -0800
19538              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
19539      Branch: perl
19540            ! ext/B/B/Concise.pm ext/B/O.pm
19541 ____________________________________________________________________________
19542 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
19543         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
19544              From: Gisle Aas <gisle@ActiveState.com>
19545              Date: 09 Jan 2002 21:52:40 -0800
19546              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
19547      Branch: perl
19548            ! t/lib/strict/vars toke.c
19549 ____________________________________________________________________________
19550 [ 14160] By: nick                                  on 2002/01/09  21:29:39
19551         Log: Skeleton coding of more kill() support on Win32.
19552      Branch: perlio
19553            ! win32/win32.c
19554 ____________________________________________________________________________
19555 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
19556         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
19557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19558              Date: Wed, 9 Jan 2002 23:24:32 +0100
19559              Message-ID: <20020109232432.A692@rafael>
19560      Branch: perl
19561            ! ext/B/B/Deparse.pm
19562 ____________________________________________________________________________
19563 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
19564         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19565              From: Jonathan Stowe <gellyfish@gellyfish.com>
19566              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
19567              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
19568      Branch: perl
19569            ! t/run/kill_perl.t
19570 ____________________________________________________________________________
19571 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
19572         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19573              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19574              Date: Wed, 09 Jan 2002 20:16:54 +0000
19575              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
19576      Branch: perl
19577            ! regexec.c
19578 ____________________________________________________________________________
19579 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
19580         Log: Subject: [Patch @14129] fixes Unicode::Normalize
19581              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19582              Date: Thu, 10 Jan 2002 01:08:56 +0900
19583              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
19584      Branch: perl
19585            - ext/Unicode/Normalize/Normalize.pod
19586            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
19587            ! ext/Unicode/Normalize/Normalize.pm
19588            ! ext/Unicode/Normalize/Normalize.xs
19589            ! ext/Unicode/Normalize/mkheader
19590 ____________________________________________________________________________
19591 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
19592         Log: Integrate perlio; (Re-)implement alarm() for Win32.
19593      Branch: perl
19594           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19595           !> win32/win32iop.h
19596 ____________________________________________________________________________
19597 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
19598         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
19599              From: Nicholas Clark <nick@unfortu.net>
19600              Date: Wed, 9 Jan 2002 17:56:04 +0000
19601              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
19602      Branch: perl
19603            ! t/op/readdir.t
19604 ____________________________________________________________________________
19605 [ 14153] By: nick                                  on 2002/01/09  16:18:57
19606         Log: Integrate mainline
19607      Branch: perlio
19608           +> ext/threads/t/stress_re.t t/op/unifold.t
19609            - lib/unifold.t
19610           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
19611           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
19612           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
19613 ____________________________________________________________________________
19614 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
19615         Log: Update Changes.
19616      Branch: perl
19617            ! Changes patchlevel.h
19618 ____________________________________________________________________________
19619 [ 14151] By: nick                                  on 2002/01/09  14:27:36
19620         Log: (Re-)implement alarm() for Win32.
19621      Branch: perlio
19622            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19623            ! win32/win32iop.h
19624 ____________________________________________________________________________
19625 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
19626         Log: Thinko.
19627      Branch: perl
19628            ! ext/threads/t/stress_re.t
19629 ____________________________________________________________________________
19630 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
19631         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19632              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
19633              Date: Wed, 09 Jan 2002 13:37:17 +0000                
19634              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
19635      Branch: perl
19636            ! regexec.c t/op/re_tests
19637 ____________________________________________________________________________
19638 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
19639         Log: Subject: Re: Weird Malformed warning in bleadperl    
19640              From: andreas.koenig@anima.de (Andreas J. Koenig)    
19641              Date: 09 Jan 2002 11:12:37 +0100
19642              Message-ID: <m3itabbzoq.fsf@anima.de>
19643      Branch: perl
19644            ! regexec.c t/op/pat.t
19645 ____________________________________________________________________________
19646 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
19647         Log: Forgot stress_re.t from MANIFEST.
19648      Branch: perl
19649            ! MANIFEST
19650 ____________________________________________________________________________
19651 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
19652         Log: In dumping use isPRINT() instead of isprint() so that locale
19653              does not come into play.
19654      Branch: perl
19655            ! utf8.c
19656 ____________________________________________________________________________
19657 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
19658         Log: Add a threads stress test for regular expressions
19659              (mostly just a modified stress_string.t) and doesn't
19660              test that much of regular expressions, just that $1
19661              doesn't get stomped by competing threads (as it does
19662              in the 5005threads of old).
19663      Branch: perl
19664            + ext/threads/t/stress_re.t
19665            ! MANIFEST
19666 ____________________________________________________________________________
19667 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
19668         Log: (retracted by #14307)
19669              Subject: Re: [ID 20010912.007] substr reference core dump
19670              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19671              Date: Tue, 08 Jan 2002 19:17:50 +0000
19672              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
19673      Branch: perl
19674            ! scope.c t/run/kill_perl.t
19675 ____________________________________________________________________________
19676 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
19677         Log: SANY (. with /s) wasn't happy on Unicode.
19678      Branch: perl
19679            ! regexec.c t/op/pat.t
19680 ____________________________________________________________________________
19681 [ 14142] By: ams                                   on 2002/01/08  22:42:10
19682         Log: Subject: [PATCH] perldebug nit
19683              From: Tels <tels@bloodgate.com>
19684              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
19685      Branch: perl
19686            ! pod/perldebug.pod
19687 ____________________________________________________________________________
19688 [ 14141] By: ams                                   on 2002/01/08  21:32:59
19689         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
19690              From: "Green, Paul" <Paul.Green@stratus.com>
19691              Date: Tue, 8 Jan 2002 17:31:35 -0500
19692              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
19693      Branch: perl
19694            ! Makefile.SH
19695 ____________________________________________________________________________
19696 [ 14140] By: ams                                   on 2002/01/08  21:27:57
19697         Log: Subject: [PATCH] Re: Slight chokage from Deparse
19698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19699              Date: Tue, 8 Jan 2002 23:04:45 +0100
19700              Message-Id: <20020108230445.A4798@rafael>
19701      Branch: perl
19702            ! ext/B/B/Deparse.pm
19703 ____________________________________________________________________________
19704 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
19705         Log: Subject: [patch] peep() is rude
19706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
19707              Date: Tue, 08 Jan 2002 19:17:50 +0000            
19708              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
19709      Branch: perl
19710            ! op.c t/run/kill_perl.t
19711 ____________________________________________________________________________
19712 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
19713         Log: unifold is really an op test since it requires
19714              no external modules for its actual testing:
19715              only the unicore CaseFold.txt file, and File::Spec
19716              to portably access that file.
19717      Branch: perl
19718            + t/op/unifold.t
19719            - lib/unifold.t
19720            ! MANIFEST
19721 ____________________________________________________________________________
19722 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
19723         Log: Subject: [patch] save a test 
19724              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19725              Date: Tue, 08 Jan 2002 16:18:47 +0000
19726              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
19727      Branch: perl
19728            ! regcomp.c
19729 ____________________________________________________________________________
19730 [ 14136] By: nick                                  on 2002/01/08  16:11:55
19731         Log: Integrate mainline
19732      Branch: perlio
19733           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19734           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19735           !> (integrate 37 files)
19736 ____________________________________________________________________________
19737 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
19738         Log: Subject: Not OK 13843 
19739              From: andreas.koenig@anima.de (Andreas J. Koenig)
19740              Date: 08 Jan 2002 14:12:29 +0100
19741              Message-ID: <m38zb9c7gi.fsf@anima.de>
19742      Branch: perl
19743            ! op.c t/op/subst.t
19744 ____________________________________________________________________________
19745 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
19746         Log: Missed one variant of the fold testing, noticed bu Hugo.
19747      Branch: perl
19748            ! lib/unifold.t
19749 ____________________________________________________________________________
19750 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
19751         Log: Enchance the Storable magic description.
19752      Branch: perl
19753            ! ext/Storable/Storable.pm
19754 ____________________________________________________________________________
19755 [ 14132] By: ams                                   on 2002/01/08  09:16:12
19756         Log: Subject: [PATCH] don't installperl pods
19757              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19758              Date: Tue, 08 Jan 2002 10:36:01 +0100
19759              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
19760      Branch: perl
19761            ! installperl
19762 ____________________________________________________________________________
19763 [ 14131] By: ams                                   on 2002/01/08  03:38:40
19764         Log: Subject: Math-BigInt v1.49 released
19765              From: Tels <perl_dummy@bloodgate.com>
19766              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
19767      Branch: perl
19768            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19769            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19770            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19771            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19772            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19773            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19774            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
19775            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19776            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
19777            ! t/lib/Math/BigInt/Subclass.pm
19778 ____________________________________________________________________________
19779 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
19780         Log: A little better comments.
19781      Branch: perl
19782            ! regexec.c
19783 ____________________________________________________________________________
19784 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
19785         Log: No normalization form DNF.
19786      Branch: perl
19787            ! ext/Unicode/Normalize/Normalize.pm
19788 ____________________________________________________________________________
19789 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
19790         Log: Extension nits found by -Wall (several from threads
19791              and threads::shared, but leaving them to Arthur).
19792      Branch: perl
19793            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
19794            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
19795            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
19796            ! ext/Unicode/Normalize/mkheader x2p/str.c
19797 ____________________________________________________________________________
19798 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
19799         Log: Sync up Changes etc.
19800      Branch: maint-5.6/macperl
19801            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
19802 ____________________________________________________________________________
19803 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
19804         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
19805      Branch: maint-5.6/macperl
19806            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
19807 ____________________________________________________________________________
19808 [ 14125] By: ams                                   on 2002/01/07  22:03:22
19809         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
19810              From: Nicholas Clark (sans From field in mail header)
19811              Date: Mon, 7 Jan 2002 16:18:23 +0000
19812              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
19813      Branch: perl
19814            ! lib/Exporter.pm
19815 ____________________________________________________________________________
19816 [ 14124] By: ams                                   on 2002/01/07  21:46:11
19817         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
19818              From: "Green, Paul" <Paul.Green@stratus.com>
19819              Date: Mon, 7 Jan 2002 16:59:38 -0500
19820              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
19821      Branch: perl
19822            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
19823 ____________________________________________________________________________
19824 [ 14123] By: nick                                  on 2002/01/07  18:49:55
19825         Log: Integrate mainline
19826      Branch: perlio
19827           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
19828           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
19829           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
19830           !> regexec.c t/op/re_tests utf8.c utf8.h
19831 ____________________________________________________________________________
19832 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
19833         Log: Update Changes.
19834      Branch: perl
19835            ! Changes patchlevel.h
19836 ____________________________________________________________________________
19837 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
19838         Log: Subject: [PATCH] Correct module name in perldelta*
19839              From: Mike Guy <mjtg@cam.ac.uk>
19840              Date: Mon, 07 Jan 2002 17:02:43 +0000
19841              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
19842      Branch: perl
19843            ! pod/perl561delta.pod pod/perl56delta.pod
19844 ____________________________________________________________________________
19845 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
19846         Log: AUTHORS update.
19847      Branch: perl
19848            ! AUTHORS
19849 ____________________________________________________________________________
19850 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
19851         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
19852      Branch: perl
19853            ! ext/Storable/Storable.pm
19854 ____________________________________________________________________________
19855 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
19856         Log: perldelta updates.
19857      Branch: perl
19858            ! pod/perldelta.pod
19859 ____________________________________________________________________________
19860 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
19861         Log: Document the flags of pv_uni_display().
19862      Branch: perl
19863            ! pod/perlapi.pod utf8.c
19864 ____________________________________________________________________________
19865 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
19866         Log: Forgot from #14115.
19867      Branch: perl
19868            ! t/op/re_tests
19869 ____________________________________________________________________________
19870 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
19871         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
19872              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19873              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
19874              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
19875      Branch: perl
19876            ! regcomp.c
19877 ____________________________________________________________________________
19878 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
19879         Log: More regex and utf8 debug dumping.
19880      Branch: perl
19881            ! dump.c regcomp.c regexec.c utf8.c utf8.h
19882 ____________________________________________________________________________
19883 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
19884         Log: Unused variable.
19885      Branch: perl
19886            ! regcomp.c
19887 ____________________________________________________________________________
19888 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
19889         Log: Regen toc.
19890      Branch: perl
19891            ! pod/perltoc.pod
19892 ____________________________________________________________________________
19893 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
19894         Log: capitalize correctly, noticed by David Dyck.
19895      Branch: perl
19896            ! lib/sort.pm
19897 ____________________________________________________________________________
19898 [ 14110] By: nick                                  on 2002/01/06  22:05:19
19899         Log: Integrate mainline - threads mended, DB_File sick?
19900      Branch: perlio
19901           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
19902           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19903           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19904           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
19905           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
19906 ____________________________________________________________________________
19907 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
19908         Log: No need to overqualify.
19909      Branch: perl
19910            ! lib/sort.pm
19911 ____________________________________________________________________________
19912 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
19913         Log: PL_debug_pad wasn't initialized to zeroes which broke
19914              ithreads + DEBUGGING.
19915      Branch: perl
19916            ! sv.c
19917 ____________________________________________________________________________
19918 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
19919         Log: Update Changes.
19920      Branch: perl
19921            ! Changes patchlevel.h
19922 ____________________________________________________________________________
19923 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
19924         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19925              From: Jonathan Stowe <gellyfish@gellyfish.com>
19926              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
19927              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
19928      Branch: perl
19929            ! pp_sys.c
19930 ____________________________________________________________________________
19931 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
19932         Log: DB_File sync from Paul Marquess.
19933      Branch: perl
19934            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19935            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19936            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
19937 ____________________________________________________________________________
19938 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
19939         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
19940              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
19941              Date: Sun, 6 Jan 2002 11:44:30 +0100
19942              Message-ID: <3C38389E.7831.493570@localhost>
19943      Branch: perl
19944            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
19945            ! utils/perlcc.PL
19946 ____________________________________________________________________________
19947 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
19948         Log: Tests for #14098.
19949      Branch: perl
19950            ! t/op/lc.t
19951 ____________________________________________________________________________
19952 [ 14102] By: nick                                  on 2002/01/06  11:33:55
19953         Log: Integrate mainline (PPPort still multi-building).
19954      Branch: perlio
19955           +> lib/unifold.t
19956           !> (integrate 30 files)
19957 ____________________________________________________________________________
19958 [ 14101] By: ams                                   on 2002/01/06  04:52:50
19959         Log: Subject: [PATCH] Bad prototype detection now an optional warning
19960              From: Sam Tregar <sam@tregar.com>
19961              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
19962              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
19963      Branch: perl
19964            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
19965            ! t/comp/proto.t toke.c
19966 ____________________________________________________________________________
19967 [ 14100] By: ams                                   on 2002/01/06  01:56:59
19968         Log: Subject: [PATCH] Correct several Stratus VOS build issues
19969              From: "Green, Paul" <Paul.Green@stratus.com>
19970              Date: Sat, 5 Jan 2002 21:30:56 -0500
19971              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
19972      Branch: perl
19973            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
19974 ____________________________________________________________________________
19975 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
19976         Log: Further perl.org URL elaboration from Ask.
19977      Branch: perl
19978            ! pod/perlfaq1.pod pod/perlfaq2.pod
19979 ____________________________________________________________________________
19980 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
19981         Log: The same problem with To{Lower,Title,Upper}
19982              as earlier with ToFold.
19983      Branch: perl
19984            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19985            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19986 ____________________________________________________________________________
19987 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
19988         Log: Retract #14057 for now; the alarm/setitimer timers
19989              seen to be the same in many systems, which leads into
19990              hangups.
19991      Branch: perl
19992            ! ext/Time/HiRes/HiRes.t
19993 ____________________________________________________________________________
19994 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
19995         Log: Finish up (ha!) the Unicode case folding;
19996              enhance regex dumping code.
19997      Branch: perl
19998            + lib/unifold.t
19999            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
20000            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
20001 ____________________________________________________________________________
20002 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
20003         Log: Use the perl.org news gw instead of the perl.com one
20004              (from Ask).
20005      Branch: perl
20006            ! pod/perlfaq1.pod pod/perlfaq2.pod
20007 ____________________________________________________________________________
20008 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
20009         Log: Zero() wasn't documented.
20010      Branch: perl
20011            ! pod/perlclib.pod
20012 ____________________________________________________________________________
20013 [ 14093] By: ams                                   on 2002/01/05  17:58:35
20014         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
20015              From: Nicholas Clark <nick@unfortu.net>
20016              Date: Sat, 5 Jan 2002 18:55:39 +0000
20017              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
20018      Branch: perl
20019            ! lib/Memoize/t/tie_ndbm.t
20020 ____________________________________________________________________________
20021 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
20022         Log: Also UNICOS/mk has deviant socketpair().
20023      Branch: perl
20024            ! ext/Socket/socketpair.t
20025 ____________________________________________________________________________
20026 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
20027         Log: Ooops.  Retract the regex parts of #14090.
20028      Branch: perl
20029            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
20030 ____________________________________________________________________________
20031 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
20032         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
20033              From: Nicholas Clark <nick@unfortu.net> 
20034              Date: Sat, 5 Jan 2002 18:10:13 +0000
20035              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
20036      Branch: perl
20037            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
20038            ! regcomp.h regexec.c
20039 ____________________________________________________________________________
20040 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
20041         Log: Integrate perlio; a missing aTHX.
20042      Branch: perl
20043           !> op.c
20044 ____________________________________________________________________________
20045 [ 14088] By: nick                                  on 2002/01/05  12:35:01
20046         Log: One missing aTHX_
20047      Branch: perlio
20048            ! op.c
20049 ____________________________________________________________________________
20050 [ 14087] By: nick                                  on 2002/01/05  12:00:48
20051         Log: Raw integrate of mainline - op.c looks dodgy.
20052      Branch: perlio
20053           +> lib/Pod/t/Functions.t t/op/winsystem.t
20054            - lib/File/Spec/NW5.pm t/op/system.t
20055           !> (integrate 77 files)
20056 ____________________________________________________________________________
20057 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
20058         Log: integrate changes from maint-5.6/macperl branch
20059      Branch: maint-5.6/perl
20060           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
20061           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
20062 ____________________________________________________________________________
20063 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
20064         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
20065              found by Marc Lehmann.
20066      Branch: perl
20067            ! pp.c
20068 ____________________________________________________________________________
20069 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
20070         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
20071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20072              Date: Sat, 5 Jan 2002 00:31:12 +0100
20073              Message-ID: <20020105003112.E1850@rafael>              
20074      Branch: perl
20075            ! t/comp/proto.t
20076 ____________________________________________________________________________
20077 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
20078         Log: A bit of "perl.com" cleanup.
20079      Branch: perl
20080            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
20081            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
20082            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
20083            ! pod/perlmodlib.PL pod/perlmodlib.pod
20084 ____________________________________________________________________________
20085 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
20086         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
20087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20088              Date: Fri, 4 Jan 2002 23:35:19 +0100
20089              Message-ID: <20020104233519.A1850@rafael>
20090      Branch: perl
20091            ! op.c
20092 ____________________________________________________________________________
20093 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
20094         Log: Integrate change #14062 from macperl;
20095              Define setbuf, setvbuf for Mac OS
20096      Branch: perl
20097           !> ext/IO/IO.xs
20098 ____________________________________________________________________________
20099 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
20100         Log: Bump version, update Changes
20101      Branch: maint-5.6/macperl
20102            ! macos/Changes macos/MPVersion.r
20103 ____________________________________________________________________________
20104 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
20105         Log: Add more droplets
20106      Branch: maint-5.6/macperl
20107            + macos/macperl/Droplets/gluedialect.plx
20108            + macos/macperl/Droplets/glueedit.plx
20109            + macos/macperl/Droplets/gluemac.plx
20110            + macos/macperl/Droplets/gluescriptadds.plx
20111            + macos/macperl/Droplets/installme.plx
20112            + macos/macperl/Droplets/show_glue_pods.plx
20113            + macos/macperl/Droplets/tarzipme.plx
20114            + macos/macperl/Droplets/untarzipme.plx
20115 ____________________________________________________________________________
20116 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
20117         Log: Display the native pwd command.
20118      Branch: perl
20119            ! ext/Cwd/t/cwd.t
20120 ____________________________________________________________________________
20121 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
20122         Log: Under Mac OS X /dev/stdout is normally a symlink,
20123              but when running the test it seems to become a socket.
20124              So let's extend our censorship.
20125      Branch: perl
20126            ! t/op/stat.t
20127 ____________________________________________________________________________
20128 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
20129         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
20130      Branch: maint-5.6/macperl
20131            + macos/HandleSocket.cp
20132            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
20133            ! macos/macperl.sym
20134 ____________________________________________________________________________
20135 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
20136         Log: Doc updates
20137      Branch: maint-5.6/macperl
20138            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
20139 ____________________________________________________________________________
20140 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
20141         Log: Update libraries
20142      Branch: maint-5.6/macperl
20143            ! macos/macperl/Makefile.mk
20144 ____________________________________________________________________________
20145 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
20146         Log: Update tests to Mac::StandardFile from StandardFile.pl,
20147              plus other fixes
20148      Branch: maint-5.6/macperl
20149            ! macos/ext/Mac/Menus/t/MenuBar.t
20150            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
20151            ! macos/ext/Mac/Movies/t/PlayMovie.t
20152            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
20153            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
20154            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
20155            ! macos/ext/Mac/Resources/t/Resources.t
20156 ____________________________________________________________________________
20157 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
20158         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
20159      Branch: maint-5.6/macperl
20160            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
20161            ! macos/ext/Mac/Movies/Movies.xs
20162            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
20163            ! macos/ext/Mac/StandardFile/StandardFile.xs
20164            ! macos/ext/Mac/Windows/Windows.xs
20165 ____________________________________________________________________________
20166 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
20167         Log: Updates for Universal Headers 3.4 (forgot one)
20168      Branch: maint-5.6/macperl
20169            ! macos/macperl/MPConsole.cp
20170 ____________________________________________________________________________
20171 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
20172         Log: Updates for Universal Headers 3.4
20173      Branch: maint-5.6/macperl
20174            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
20175            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
20176            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
20177            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
20178            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
20179            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
20180            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
20181            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
20182            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
20183 ____________________________________________________________________________
20184 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
20185         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
20186              from <200112112327.JAA25434@gpo.metropolis.net.au>;
20187              don't crash on quit for 68K (MacPerl Bug #490013)
20188      Branch: maint-5.6/macperl
20189            ! macos/macish.c macos/macperl/MPConsole.cp
20190 ____________________________________________________________________________
20191 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
20192         Log: If we do have socketpair(), make my_socketpair()
20193              just call the real socketpair().  This way we always
20194              have real code behind my_socketpair() and a symbol
20195              corresponding to the my_socketpair in global.sym.
20196      Branch: perl
20197            ! embed.fnc embed.h makedef.pl proto.h util.c
20198 ____________________________________________________________________________
20199 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
20200         Log: Disable sigaction (MacPerl Bug #470321)
20201      Branch: maint-5.6/macperl
20202            ! macos/config.h macos/config.sh
20203 ____________________________________________________________________________
20204 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
20205         Log: Make GUSI resource work (MacPerl Bug #464638)
20206      Branch: maint-5.6/macperl
20207            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
20208            ! macos/macperl/MacPerl.rsrc
20209 ____________________________________________________________________________
20210 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
20211         Log: Make AutoSplit go a little deeper
20212      Branch: maint-5.6/macperl
20213            ! macos/Makefile.mk
20214 ____________________________________________________________________________
20215 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
20216         Log: A few doc updates from bleadperl
20217      Branch: maint-5.6/macperl
20218            ! pod/perlmodinstall.pod pod/perlport.pod
20219 ____________________________________________________________________________
20220 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
20221         Log: Sync up to latest changes from bleadperl
20222      Branch: maint-5.6/macperl
20223            ! lib/File/Find.pm
20224 ____________________________________________________________________________
20225 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
20226         Log: Define setbuf, setvbuf for Mac OS
20227      Branch: maint-5.6/macperl
20228            ! ext/IO/IO.xs
20229 ____________________________________________________________________________
20230 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
20231         Log: Delete by request of Mark-Jason Dominus (change #13676)
20232      Branch: maint-5.6/macperl
20233            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
20234 ____________________________________________________________________________
20235 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
20236         Log: Spread the good word of "env".
20237      Branch: perl
20238            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
20239 ____________________________________________________________________________
20240 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
20241         Log: Till the system tests do something non-Win*, better rename
20242              the test so that people on other platforms don't get confused.
20243              (Not win32system, because assumedly there's win64, too.)
20244      Branch: perl
20245            + t/op/winsystem.t
20246            - t/op/system.t
20247            ! MANIFEST
20248 ____________________________________________________________________________
20249 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
20250         Log: Some tweaks.
20251      Branch: perl
20252            ! lib/Pod/t/Functions.t
20253 ____________________________________________________________________________
20254 [ 14057] By: ams                                   on 2002/01/04  17:40:31
20255         Log: (retracted by #14057)
20256              
20257              Subject: [PATCH] Time/HiRes/HiRes.t
20258              From: Nicholas Clark <nick@unfortu.net>
20259              Date: Fri, 4 Jan 2002 17:28:46 +0000
20260              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
20261      Branch: perl
20262            ! ext/Time/HiRes/HiRes.t
20263 ____________________________________________________________________________
20264 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
20265         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
20266              From: Abe Timmerman <abe@ztreet.demon.nl>
20267              Date: Fri, 04 Jan 2002 18:42:33 +0100
20268              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
20269      Branch: perl
20270            + lib/Pod/t/Functions.t
20271            ! MANIFEST lib/Pod/Functions.pm
20272 ____________________________________________________________________________
20273 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
20274         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
20275              From: "Craig A. Berry" <craigberry@mac.com>
20276              Date: Thu, 3 Jan 2002 17:32:20 -0600
20277              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
20278      Branch: perl
20279            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
20280 ____________________________________________________________________________
20281 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
20282         Log: Document the U+0085, U+2028, and U+2029.
20283      Branch: perl
20284            ! pod/perlre.pod pod/perlretut.pod
20285 ____________________________________________________________________________
20286 [ 14053] By: ams                                   on 2002/01/04  03:27:44
20287         Log: Subject: [PATCH] warn if not CORE::dump
20288              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20289              Date: Thu, 3 Jan 2002 22:04:00 +0100
20290              Message-Id: <20020103220400.A13958@rafael>
20291      Branch: perl
20292            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
20293 ____________________________________________________________________________
20294 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
20295         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
20296      Branch: perl
20297            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
20298 ____________________________________________________________________________
20299 [ 14051] By: ams                                   on 2002/01/04  03:00:12
20300         Log: Subject: [PATCH] File::Compare::VERSION
20301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20302              Date: Thu, 3 Jan 2002 23:42:52 +0100
20303              Message-Id: <20020103234252.G13958@rafael>
20304      Branch: perl
20305            ! lib/File/Compare.pm
20306 ____________________________________________________________________________
20307 [ 14050] By: ams                                   on 2002/01/04  02:58:05
20308         Log: Subject: [PATCH @14042] threads::shared doc
20309              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
20310              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
20311              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
20312      Branch: perl
20313            ! ext/threads/shared/shared.pm
20314 ____________________________________________________________________________
20315 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
20316         Log: #14048 exposed few false positives, to be fixed soonish.
20317      Branch: perl
20318            ! t/op/pat.t
20319 ____________________________________________________________________________
20320 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
20321         Log: Do not add the first characters of multicharacter foldings
20322              into character classes.
20323      Branch: perl
20324            ! regcomp.c
20325 ____________________________________________________________________________
20326 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
20327         Log: A bit of testing for #14046.
20328      Branch: perl
20329            ! t/op/pat.t
20330 ____________________________________________________________________________
20331 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
20332         Log: Allow emitting the foldcased version of "\x{df}", "ss"
20333              (among others, another example would be \x{fb00} -> "ff")
20334      Branch: perl
20335            ! regcomp.c
20336 ____________________________________________________________________________
20337 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
20338         Log: Subject: [PATCH] File::Spec & NetWare
20339              From: Dave Rolsky <autarch@urth.org>
20340              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
20341              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
20342      Branch: perl
20343            - lib/File/Spec/NW5.pm
20344            ! MANIFEST lib/File/Spec.pm
20345 ____________________________________________________________________________
20346 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
20347         Log: FAQ sync (RCS Ids only?)
20348      Branch: perl
20349            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
20350 ____________________________________________________________________________
20351 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
20352         Log: AUTHORs updates.
20353      Branch: perl
20354            ! AUTHORS
20355 ____________________________________________________________________________
20356 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
20357         Log: Update Changes.
20358      Branch: perl
20359            ! Changes patchlevel.h
20360 ____________________________________________________________________________
20361 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
20362         Log: Missed the =head1 additions.
20363      Branch: perl
20364            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
20365            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
20366            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
20367            ! util.c
20368 ____________________________________________________________________________
20369 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
20370         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
20371              From: Robin Barker <rmb1@cise.npl.co.uk>
20372              Date: Thu, 3 Jan 2002 15:26:20 GMT
20373              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
20374      Branch: perl
20375            ! lib/Carp.t lib/Carp/Heavy.pm
20376 ____________________________________________________________________________
20377 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
20378         Log: Subject: [PATCH hv.c] 
20379              From: Robin Barker <rmb1@cise.npl.co.uk>
20380              Date: Thu, 3 Jan 2002 14:49:06 GMT
20381              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
20382              
20383              -Wformat check.
20384      Branch: perl
20385            ! hv.c
20386 ____________________________________________________________________________
20387 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
20388         Log: NetWare tweaks from Ananth Kesari.
20389      Branch: perl
20390            ! NetWare/t/NWScripts.pl lib/File/Find.pm
20391 ____________________________________________________________________________
20392 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
20393         Log: Cast.
20394      Branch: perl
20395            ! regexec.c
20396 ____________________________________________________________________________
20397 [ 14036] By: ams                                   on 2002/01/03  12:12:31
20398         Log: Grammar fix suggested by Gwyn Judd.
20399      Branch: perl
20400            ! pod/perldiag.pod
20401 ____________________________________________________________________________
20402 [ 14035] By: nick                                  on 2002/01/03  09:22:42
20403         Log: More strange perlio != mainline differences where
20404              I have not been.
20405      Branch: perlio
20406           !> hints/unicos.sh hints/unicosmk.sh
20407 ____________________________________________________________________________
20408 [ 14034] By: nick                                  on 2002/01/03  09:19:37
20409         Log: Integrate mainline (including force integrate of
20410              lib/charnames.pm which had got out-of-step)
20411      Branch: perlio
20412           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
20413 ____________________________________________________________________________
20414 [ 14033] By: ams                                   on 2002/01/03  08:24:24
20415         Log: Subject: Not ok 14031: PPPort Makefile.PL
20416              From: andreas.koenig@anima.de (Andreas J. Koenig)
20417              Date: 03 Jan 2002 10:17:46 +0100
20418              Message-Id: <m3sn9n94jp.fsf@anima.de>
20419      Branch: perl
20420            ! ext/Devel/PPPort/Makefile.PL
20421 ____________________________________________________________________________
20422 [ 14032] By: nick                                  on 2002/01/03  08:24:00
20423         Log: Integrate mainline.
20424      Branch: perlio
20425           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
20426           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
20427           !> (integrate 31 files)
20428 ____________________________________________________________________________
20429 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
20430         Log: Off-by-one is my middle name.
20431      Branch: perl
20432            ! regexec.c
20433 ____________________________________________________________________________
20434 [ 14030] By: ams                                   on 2002/01/02  23:56:37
20435         Log: Subject: [PATCH @14015] threads::shared disabling
20436              From: Andy Bussey <andybussey@yahoo.co.uk>
20437              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
20438              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
20439      Branch: perl
20440            + ext/threads/shared/t/no_share.t
20441            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
20442 ____________________________________________________________________________
20443 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
20444         Log: Simon's new perlapi scheme, I hope I got all the pieces.
20445      Branch: perl
20446            + autodoc.pl embed.fnc
20447            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
20448 ____________________________________________________________________________
20449 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
20450         Log: Integrate perlio; more PPPort Makefile source dependence removal
20451      Branch: perl
20452           !> ext/Devel/PPPort/Makefile.PL perl.h
20453 ____________________________________________________________________________
20454 [ 14027] By: ams                                   on 2002/01/02  21:42:50
20455         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
20456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20457              Date: Wed, 2 Jan 2002 23:09:13 +0100
20458              Message-Id: <20020102230913.A17373@rafael>
20459      Branch: perl
20460            ! pod/perldiag.pod
20461 ____________________________________________________________________________
20462 [ 14026] By: ams                                   on 2002/01/02  21:38:34
20463         Log: Subject: Re: PATCH: lib/Term/Cap.pm
20464              From: Jonathan Stowe <gellyfish@gellyfish.com>
20465              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
20466              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
20467      Branch: perl
20468            ! lib/Term/Cap.pm
20469 ____________________________________________________________________________
20470 [ 14025] By: ams                                   on 2002/01/02  18:34:26
20471         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
20472              From: Sam Tregar <sam@tregar.com>
20473              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
20474              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
20475      Branch: perl
20476            ! pod/perldiag.pod t/comp/proto.t toke.c
20477 ____________________________________________________________________________
20478 [ 14024] By: ams                                   on 2002/01/02  18:16:12
20479         Log: Subject: PATCH: lib/Term/Cap.pm
20480              From: Norton Allen <allen@huarp.harvard.edu>
20481              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
20482              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
20483      Branch: perl
20484            ! lib/Term/Cap.pm
20485 ____________________________________________________________________________
20486 [ 14023] By: ams                                   on 2002/01/02  18:12:31
20487         Log: Subject: PATCH: lib/Cwd.pm for QNX4
20488              From: Norton Allen <allen@huarp.harvard.edu>
20489              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
20490              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
20491      Branch: perl
20492            ! lib/Cwd.pm
20493 ____________________________________________________________________________
20494 [ 14022] By: nick                                  on 2002/01/02  18:01:21
20495         Log: More PPPort Makefile source dependence removal
20496      Branch: perlio
20497            ! ext/Devel/PPPort/Makefile.PL
20498 ____________________________________________________________________________
20499 [ 14021] By: nick                                  on 2002/01/02  17:44:36
20500         Log: Sort out muddle of editing on three machines ...
20501      Branch: perlio
20502           !> Changes MANIFEST cygwin/Makefile.SHs
20503           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
20504           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
20505           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
20506 ____________________________________________________________________________
20507 [ 14020] By: ams                                   on 2002/01/02  17:06:27
20508         Log: Fix misplaced application of #14016.
20509      Branch: perl
20510            ! op.c
20511 ____________________________________________________________________________
20512 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
20513         Log: Integrate perlio; avoid uninit debug_pad.
20514      Branch: perl
20515           !> sv.c
20516 ____________________________________________________________________________
20517 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
20518         Log: makedepend VOS fix from Paul Green.
20519      Branch: perl
20520            ! makedepend.SH
20521 ____________________________________________________________________________
20522 [ 14017] By: nick                                  on 2002/01/02  16:09:43
20523         Log: Avoid un-init perl_debug_pad in clones
20524      Branch: perlio
20525            ! sv.c
20526 ____________________________________________________________________________
20527 [ 14016] By: ams                                   on 2002/01/02  15:58:11
20528         Log: Subject: [PATCH] random crash in B::LISTOP::last
20529              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20530              Date: Wed, 2 Jan 2002 17:37:28 +0100
20531              Message-Id: <3C334558.3906.19CB98D@localhost>
20532      Branch: perl
20533            ! op.c
20534 ____________________________________________________________________________
20535 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
20536         Log: Update Changes.
20537      Branch: perl
20538            ! Changes patchlevel.h
20539 ____________________________________________________________________________
20540 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
20541         Log: One more iteration of the ibcmp_utf8() interface,
20542              hopefully this is a convergent iteration...
20543      Branch: perl
20544            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
20545 ____________________________________________________________________________
20546 [ 14013] By: ams                                   on 2002/01/02  13:43:58
20547         Log: Upgrade to podlators-1.19.
20548      Branch: perl
20549            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
20550            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
20551            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
20552            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
20553            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
20554 ____________________________________________________________________________
20555 [ 14012] By: ams                                   on 2002/01/02  09:48:51
20556         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
20557              From: martyn@inpharmatica.co.uk
20558              Date: Wed, 19 Dec 2001 19:05:00 +0000
20559              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
20560      Branch: perl
20561            ! lib/Pod/Usage.pm
20562 ____________________________________________________________________________
20563 [ 14011] By: nick                                  on 2002/01/02  08:38:18
20564         Log: Integrate mainline
20565      Branch: perlio
20566           !> (integrate 28 files)
20567 ____________________________________________________________________________
20568 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
20569         Log: Make ibcmp_utf8() optionally progress in either string for
20570              as long as it takes and optionally record how far it got.
20571      Branch: perl
20572            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
20573 ____________________________________________________________________________
20574 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
20575         Log: Once more try to get the PPPort Makefile right.
20576      Branch: perl
20577            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
20578 ____________________________________________________________________________
20579 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
20580         Log: -Wall silencing.
20581      Branch: perl
20582            ! utf8.c
20583 ____________________________________________________________________________
20584 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
20585         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
20586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20587              Date: Tue, 1 Jan 2002 22:45:21 +0100       
20588              Message-ID: <20020101224521.A691@rafael>
20589      Branch: perl
20590            ! ext/B/B/Deparse.pm
20591 ____________________________________________________________________________
20592 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
20593         Log: VOS tweak from Paul Green: VOS has different O_BINARY
20594              and O_TEXT, but VOS always uses LF, never CRLF.
20595      Branch: perl
20596            ! perl.h
20597 ____________________________________________________________________________
20598 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
20599         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
20600      Branch: perl
20601            ! regexec.c utf8.c
20602 ____________________________________________________________________________
20603 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
20604         Log: Now that to_utf8_fold() was fixed.
20605      Branch: perl
20606            ! regcomp.c regexec.c
20607 ____________________________________________________________________________
20608 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
20609         Log: Integrate perlio; experimental binmode() re-coding.
20610      Branch: perl
20611           !> perlio.c
20612 ____________________________________________________________________________
20613 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
20614         Log: Document the to_utf8_*() functions.
20615      Branch: perl
20616            ! embed.pl pod/perlapi.pod utf8.c
20617 ____________________________________________________________________________
20618 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
20619         Log: Better support for multicharacter foldings.
20620              Now all but two of the CaseFold.txt cases work-- but
20621              only when the target string is single-character, more
20622              debugging needed.
20623      Branch: perl
20624            ! regexec.c
20625 ____________________________________________________________________________
20626 [ 14000] By: ams                                   on 2002/01/01  15:59:43
20627         Log: Subject: [PATCH] don't installperl pods
20628              From: Nicholas Clark <nick@unfortu.net>
20629              Date: Tue, 1 Jan 2002 16:44:12 +0000
20630              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
20631      Branch: perl
20632            ! installperl
20633 ____________________________________________________________________________
20634 [ 13999] By: ams                                   on 2002/01/01  14:34:04
20635         Log: Subject: [PATCH] perldiag.pod transposition
20636              From: Nicholas Clark <nick@unfortu.net>
20637              Date: Tue, 1 Jan 2002 15:03:52 +0000
20638              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
20639      Branch: perl
20640            ! pod/perldiag.pod
20641 ____________________________________________________________________________
20642 [ 13998] By: ams                                   on 2002/01/01  13:36:49
20643         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
20644              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20645              Date: Tue, 1 Jan 2002 15:12:36 +0100
20646              Message-Id: <20020101151236.A951@rafael>
20647      Branch: perl
20648            ! pod/perldiag.pod
20649 ____________________________________________________________________________
20650 [ 13997] By: ams                                   on 2002/01/01  13:33:06
20651         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
20652              From: Nicholas Clark <nick@unfortu.net>
20653              Date: Tue, 1 Jan 2002 13:13:17 +0000
20654              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
20655      Branch: perl
20656            ! ext/Socket/socketpair.t
20657 ____________________________________________________________________________
20658 [ 13996] By: ams                                   on 2002/01/01  04:44:28
20659         Log: Subject: [PATCH @13746] Leaner exporter
20660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20661              Date: Mon, 31 Dec 2001 18:16:08 -0500
20662              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
20663      Branch: perl
20664            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
20665 ____________________________________________________________________________
20666 [ 13995] By: ams                                   on 2002/01/01  04:29:44
20667         Log: Subject: [PATCH @13746] h2xs broken
20668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20669              Date: Mon, 31 Dec 2001 17:48:55 -0500
20670              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
20671      Branch: perl
20672            ! utils/h2xs.PL
20673 ____________________________________________________________________________
20674 [ 13994] By: ams                                   on 2002/01/01  04:25:46
20675         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
20676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20677              Date: Mon, 31 Dec 2001 17:42:25 -0500
20678              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
20679      Branch: perl
20680            ! lib/ExtUtils/MM_Unix.pm
20681 ____________________________________________________________________________
20682 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
20683         Log: Rename the variables to be a bit more consistent.
20684      Branch: perl
20685            ! utf8.c
20686 ____________________________________________________________________________
20687 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
20688         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
20689              (found by Jeffrey Friedl)
20690      Branch: perl
20691            ! regexec.c t/op/pat.t utf8.c
20692 ____________________________________________________________________________
20693 [ 13991] By: nick                                  on 2001/12/31  18:08:55
20694         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
20695      Branch: perlio
20696            ! perlio.c
20697 ____________________________________________________________________________
20698 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
20699         Log: Update Changes.
20700      Branch: perl
20701            ! Changes patchlevel.h
20702 ____________________________________________________________________________
20703 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
20704         Log: Less unused ones.
20705      Branch: perl
20706            ! regexec.c
20707 ____________________________________________________________________________
20708 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
20709         Log: Unused variable.
20710      Branch: perl
20711            ! regcomp.c
20712 ____________________________________________________________________________
20713 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
20714         Log: Forgotten file.
20715      Branch: perl
20716            ! MANIFEST
20717 ____________________________________________________________________________
20718 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
20719         Log: Subject: Re: Cygwin: one down one to go 
20720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20721              Date: Mon, 31 Dec 2001 18:34:36 +0100
20722              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
20723      Branch: perl
20724            ! cygwin/Makefile.SHs
20725 ____________________________________________________________________________
20726 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
20727         Log: Add some comments to the recent Unicode case-folding saga.
20728      Branch: perl
20729            ! regcomp.c regexec.c
20730 ____________________________________________________________________________
20731 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
20732         Log: Slight comment tweakage.
20733      Branch: perl
20734            ! ext/I18N/Langinfo/Langinfo.t
20735 ____________________________________________________________________________
20736 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
20737         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
20738      Branch: perl
20739            ! perl.h
20740 ____________________________________________________________________________
20741 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
20742         Log: Subject: [ PATCH] Cygwin: one down one to go
20743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20744              Date: Mon, 31 Dec 2001 17:03:40 +0100
20745              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
20746      Branch: perl
20747            ! lib/Pod/t/basic.t
20748 ____________________________________________________________________________
20749 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
20750         Log: Tweak the dependencies not to recompile everytime,
20751              as suggested by NI-S.
20752      Branch: perl
20753            ! ext/Devel/PPPort/Makefile.PL
20754 ____________________________________________________________________________
20755 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
20756         Log: Planning still not right.
20757      Branch: perl
20758            ! lib/User/grent.t
20759 ____________________________________________________________________________
20760 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
20761         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
20762              From: Michael G Schwern <schwern@pobox.com>
20763              Date: Sun, 30 Dec 2001 18:07:55 -0500
20764              Message-ID: <20011230230755.GG12840@blackrider>
20765              
20766              (lib/User/grent, really)
20767      Branch: perl
20768            ! lib/User/grent.t
20769 ____________________________________________________________________________
20770 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
20771         Log: Integrate perlio; cleanup, in particular avoid accidental
20772              PerlIO_flush(NULL) if PerlIONext is NULL.
20773      Branch: perl
20774           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
20775 ____________________________________________________________________________
20776 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
20777         Log: Subject: typo in IO::Socket::INET.pm
20778              From: mjd@plover.com
20779              Date: 31 Dec 2001 14:31:10 -0000
20780              Message-ID: <20011231143110.4989.qmail@plover.com>
20781      Branch: perl
20782            ! ext/IO/lib/IO/Socket/INET.pm
20783 ____________________________________________________________________________
20784 [ 13976] By: nick                                  on 2001/12/31  13:56:11
20785         Log: Integrate mainline
20786      Branch: perlio
20787           !> (integrate 29 files)
20788 ____________________________________________________________________________
20789 [ 13975] By: nick                                  on 2001/12/31  12:40:50
20790         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
20791              if PerlIONext is NULL.
20792      Branch: perlio
20793            ! perlio.c perliol.h
20794 ____________________________________________________________________________
20795 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
20796         Log: Subject: Re: [PATCH] Basic bad prototype detection
20797              From: Sam Tregar <sam@tregar.com>
20798              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
20799              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
20800      Branch: perl
20801            ! t/comp/proto.t toke.c
20802 ____________________________________________________________________________
20803 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
20804         Log: Subject: [PATCH] configure.com / scriptdirexp
20805              From: "Craig A. Berry" <craigberry@mac.com>
20806              Date: Sun, 30 Dec 2001 15:47:28 -0600
20807              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
20808      Branch: perl
20809            ! configure.com
20810 ____________________________________________________________________________
20811 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
20812         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
20813              From: Abe Timmerman <abe@ztreet.demon.nl>
20814              Date: Mon, 31 Dec 2001 03:55:27 +0100
20815              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
20816      Branch: perl
20817            ! lib/ExtUtils/t/MM_Win32.t
20818 ____________________________________________________________________________
20819 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
20820         Log: Subject: [PATCH] Basic bad prototype detection
20821              From: Sam Tregar <sam@tregar.com> 
20822              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
20823              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
20824      Branch: perl
20825            ! pod/perldiag.pod t/comp/proto.t toke.c
20826 ____________________________________________________________________________
20827 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
20828         Log: Makefiles are sloppy about the exe suffix
20829              (from Paul Green)
20830      Branch: perl
20831            ! Makefile.SH x2p/Makefile.SH
20832 ____________________________________________________________________________
20833 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
20834         Log: Delay folding until necessary; start of handling
20835              folding into several characters.
20836      Branch: perl
20837            ! regcomp.c regexec.c
20838 ____________________________________________________________________________
20839 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
20840         Log: gcc -Wall dewhine.
20841      Branch: perl
20842            ! regexec.c
20843 ____________________________________________________________________________
20844 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
20845         Log: More Unicode folding tweaks, avoid potential false matches.
20846      Branch: perl
20847            ! regexec.c
20848 ____________________________________________________________________________
20849 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
20850         Log: Make that six wrongs.
20851      Branch: perl
20852            ! regexec.c utf8.c
20853 ____________________________________________________________________________
20854 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
20855         Log: Four wrongs can make a right.
20856      Branch: perl
20857            ! regexec.c utf8.c
20858 ____________________________________________________________________________
20859 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
20860         Log: Fix all the I case foldings as per CaseFold.txt.
20861      Branch: perl
20862            ! regcomp.c regexec.c
20863 ____________________________________________________________________________
20864 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
20865         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
20866      Branch: perl
20867            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
20868            ! regexec.c utf8.c
20869 ____________________________________________________________________________
20870 [ 13962] By: nick                                  on 2001/12/30  18:33:41
20871         Log: Integrate 8.3 fix for PPPort fix
20872      Branch: perlio
20873           +> ext/Devel/PPPort/ppport_h.PL
20874            - ext/Devel/PPPort/ppport.h.PL
20875            ! ext/Devel/PPPort/MANIFEST
20876           !> ext/Devel/PPPort/Makefile.PL
20877 ____________________________________________________________________________
20878 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
20879         Log: Integrate perlio; more win32 stuff:
20880              
20881              A. Use Perl_my_socketpair()
20882              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
20883              load winsock.
20884              C. (In passing) work round fact that $$ is now SvREADONLY
20885              so we need to take special measures to set it during
20886              pseudo-fork.
20887      Branch: perl
20888           !> util.c win32/perlhost.h
20889 ____________________________________________________________________________
20890 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
20891         Log: Fix ppport.h for Unix.
20892      Branch: perl
20893            + ext/Devel/PPPort/ppport_h.PL
20894            - ext/Devel/PPPort/ppport.h.PL
20895            ! MANIFEST ext/Devel/PPPort/Makefile.PL
20896 ____________________________________________________________________________
20897 [ 13959] By: nick                                  on 2001/12/30  16:53:42
20898         Log: Win32 stuff:
20899              A. Use Perl_my_socketpair()
20900              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
20901              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
20902              take special measures to set it during pseudo-fork.
20903      Branch: perlio
20904            ! util.c win32/perlhost.h
20905 ____________________________________________________________________________
20906 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
20907         Log: Integrate perlio; win32 kicking.
20908      Branch: perl
20909           +> ext/Devel/PPPort/ppport.h.PL
20910           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
20911           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
20912           !> proto.h
20913 ____________________________________________________________________________
20914 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
20915         Log: metaconfig unit change for #13956.
20916      Branch: metaconfig
20917            ! U/modified/spitshell.U
20918 ____________________________________________________________________________
20919 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
20920         Log: Must look for cat also in $PATH (noticed by Philip Newton).
20921      Branch: perl
20922            ! Configure
20923 ____________________________________________________________________________
20924 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
20925         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
20926              From: Blair Zajac <blair@orcaware.com>
20927              Date: Sat, 29 Dec 2001 22:37:03 -0800
20928              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
20929      Branch: perl
20930            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20931 ____________________________________________________________________________
20932 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
20933         Log: Regen files.
20934      Branch: perl
20935            ! embed.h global.sym pod/perlapi.pod uconfig.h
20936 ____________________________________________________________________________
20937 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
20938         Log: Subject: [PATCH] -t without -w 
20939              From: Michael G Schwern <schwern@pobox.com>
20940              Date: Sat, 29 Dec 2001 23:46:25 -0500
20941              Message-ID: <20011230044625.GA14386@blackrider>
20942      Branch: perl
20943            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
20944            ! warnings.pl
20945 ____________________________________________________________________________
20946 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
20947         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
20948              From: Dave Rolsky <autarch@urth.org>               
20949              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
20950              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
20951              
20952              $^O is NetWare, not Netware.
20953      Branch: perl
20954            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
20955 ____________________________________________________________________________
20956 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
20957         Log: Sarathy thinks undoing C++ comments from C++ files
20958              is a bit too zealous.
20959      Branch: perl
20960            ! win32/perlhost.h win32/vmem.h
20961 ____________________________________________________________________________
20962 [ 13950] By: nick                                  on 2001/12/30  14:30:02
20963         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
20964              This gets them into Errno.pm - yet to prove they end up in $!.
20965      Branch: perlio
20966            ! ext/Errno/Errno_pm.PL
20967 ____________________________________________________________________________
20968 [ 13949] By: nick                                  on 2001/12/30  12:02:21
20969         Log: Integrate Cwd muddle
20970      Branch: perlio
20971           !> MANIFEST installperl lib/Cwd.pm
20972 ____________________________________________________________________________
20973 [ 13948] By: nick                                  on 2001/12/30  11:51:40
20974         Log: remove embed.pl duplicates
20975      Branch: perlio
20976            ! embed.h embed.pl global.sym proto.h
20977 ____________________________________________________________________________
20978 [ 13947] By: nick                                  on 2001/12/30  11:35:51
20979         Log: More Cwd tidy up
20980      Branch: perl
20981            ! MANIFEST installperl
20982 ____________________________________________________________________________
20983 [ 13946] By: nick                                  on 2001/12/30  11:12:42
20984         Log: Undo a mess trying Cwd.pm in its ext directory
20985      Branch: perl
20986            + lib/Cwd.pm
20987            - ext/Cwd/Cwd.pm
20988 ____________________________________________________________________________
20989 [ 13945] By: nick                                  on 2001/12/30  10:03:43
20990         Log: Integrate mainline
20991      Branch: perl
20992           +> ext/Cwd/Cwd.pm
20993            - lib/Cwd.pm
20994            ! MANIFEST
20995      Branch: perlio
20996           !> (integrate 45 files)
20997 ____________________________________________________________________________
20998 [ 13944] By: nick                                  on 2001/12/30  09:27:16
20999         Log: "Port" Devel::PPPort to Win32:
21000              - need to set @INC before use in the test
21001              - {} are special to dmake, so use ppport.h.PL
21002              rather than commandline 
21003      Branch: perlio
21004            + ext/Devel/PPPort/ppport.h.PL
21005            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
21006 ____________________________________________________________________________
21007 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
21008         Log: Update Changes.
21009      Branch: perl
21010            ! Changes patchlevel.h
21011 ____________________________________________________________________________
21012 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
21013         Log: Subject: [PATCH] cleaner close on tests, take 2
21014              From: andreas.koenig@anima.de (Andreas J. Koenig)
21015              Date: 29 Dec 2001 21:42:37 +0100
21016              Message-ID: <m33d1tvjuq.fsf@anima.de>
21017              
21018              (the DB_File patches)
21019      Branch: perl
21020            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21021            ! ext/DB_File/t/db-recno.t
21022 ____________________________________________________________________________
21023 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
21024         Log: Integrate perlio; regen'ed config_H.?c
21025      Branch: perl
21026           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21027 ____________________________________________________________________________
21028 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
21029         Log: Subject: [PATCH] cleaner close on tests, take 2             
21030              From: andreas.koenig@anima.de (Andreas J. Koenig)
21031              Date: 29 Dec 2001 21:42:37 +0100
21032              Message-ID: <m33d1tvjuq.fsf@anima.de>
21033              
21034              (except for the three DB_File patch fragments)
21035      Branch: perl
21036            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
21037            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
21038            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
21039            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
21040            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
21041            ! t/op/runlevel.t t/op/write.t t/run/switches.t
21042 ____________________________________________________________________________
21043 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
21044         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
21045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21046              Date: Sat, 29 Dec 2001 20:38:59 +0100
21047              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
21048              
21049              (NetWare tree not touched because it's very //)
21050      Branch: perl
21051            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
21052            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
21053            ! wince/include/errno.h wince/include/netdb.h
21054            ! wince/include/sys/socket.h wince/include/sys/stat.h
21055            ! wince/perllib.c wince/perlmain.c wince/win32.h
21056            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
21057            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
21058 ____________________________________________________________________________
21059 [ 13938] By: nick                                  on 2001/12/29  19:23:32
21060         Log: Integrate mainline (ok linux)
21061      Branch: perlio
21062           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
21063           !> (integrate 33 files)
21064 ____________________________________________________________________________
21065 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
21066         Log: Give up on serious testing of langinfo().  Leave the old
21067              code in place, though.
21068      Branch: perl
21069            ! ext/I18N/Langinfo/Langinfo.t
21070 ____________________________________________________________________________
21071 [ 13936] By: nick                                  on 2001/12/29  18:20:33
21072         Log: Routine regen_config_h - no real differences other than order of crypt 
21073      Branch: perlio
21074            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21075 ____________________________________________________________________________
21076 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
21077         Log: Integrate perlio;
21078              
21079              Define the two socket error numbers in terms of WSAEXXXXX equivalents
21080              
21081              Fudge Config.pm so File::Spec does not croak.
21082      Branch: perl
21083           !> win32/FindExt.pm win32/win32.h
21084 ____________________________________________________________________________
21085 [ 13934] By: nick                                  on 2001/12/29  17:27:50
21086         Log: Fudge Config.pm so File::Spec does not croak.
21087      Branch: perlio
21088            ! win32/FindExt.pm
21089 ____________________________________________________________________________
21090 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
21091         Log: metaconfig unit changes for #13932.
21092      Branch: metaconfig
21093            + U/modified/Init.U
21094            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
21095 ____________________________________________________________________________
21096 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
21097         Log: VOS tweaks from Paul Green.
21098              
21099              The Configure tweaks: the _exe needs to be
21100              set after the init; VOS has fd 3 hardwired to /dev/tty;
21101              the grep/ln/make substitutions really need to stick.
21102      Branch: perl
21103            ! Configure hints/vos.sh perl.h util.c vos/build.cm
21104            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21105            ! vos/config.ga.h vos/vosish.h
21106 ____________________________________________________________________________
21107 [ 13931] By: nick                                  on 2001/12/29  17:00:38
21108         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
21109              (just to get util.c to compile)
21110      Branch: perlio
21111            ! win32/win32.h
21112 ____________________________________________________________________________
21113 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
21114         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
21115              From: coral@eekeek.org
21116              Date: Fri, 28 Dec 2001 19:58:22 -0500      
21117              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
21118      Branch: perl
21119            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
21120            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
21121            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
21122            ! pod/perlunicode.pod pod/perlxs.pod util.c
21123 ____________________________________________________________________________
21124 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
21125         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
21126      Branch: perl
21127            ! t/op/exec.t
21128 ____________________________________________________________________________
21129 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
21130         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
21131              From: Abe Timmerman <abe@ztreet.demon.nl>
21132              Date: Sat, 29 Dec 2001 13:10:06 +0100
21133              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
21134      Branch: perl
21135            + lib/Pod/t/InputObjects.t
21136 ____________________________________________________________________________
21137 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
21138         Log: Integrate perlio;
21139              
21140              Quick fix (after couple of clever fixes failed) for
21141              "accept leaks memory" fail [ID 20011223.001]
21142              
21143              Nick Clark's embed.pl fix for my_socketpair
21144      Branch: perl
21145           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
21146 ____________________________________________________________________________
21147 [ 13926] By: nick                                  on 2001/12/29  15:23:21
21148         Log: Nick Clark's embed.pl fix for my_socketpair
21149      Branch: perlio
21150            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
21151 ____________________________________________________________________________
21152 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
21153         Log: Slight tweaks on the MM_Win32.t.
21154      Branch: perl
21155            ! lib/ExtUtils/t/MM_Win32.t
21156 ____________________________________________________________________________
21157 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
21158         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
21159              From: Abe Timmerman <abe@ztreet.demon.nl>
21160              Date: Sat, 29 Dec 2001 12:51:36 +0100
21161              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
21162      Branch: perl
21163            + lib/ExtUtils/t/MM_Win32.t
21164            ! MANIFEST
21165 ____________________________________________________________________________
21166 [ 13923] By: nick                                  on 2001/12/29  15:12:07
21167         Log: Quick fix (after couple of clever fixes failed) for
21168              "accept leaks memory" fail [ID 20011223.001]
21169      Branch: perlio
21170            ! pp_sys.c
21171 ____________________________________________________________________________
21172 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
21173         Log: Subject: [PATCH] Module names and other nits
21174              From: Autrijus Tang <autrijus@autrijus.org>                 
21175              Date: Sat, 29 Dec 2001 01:59:28 +0800
21176              Message-ID: <20011229015928.A29712@geb.elixus.org>              
21177      Branch: perl
21178            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
21179            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
21180            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
21181            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
21182            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
21183 ____________________________________________________________________________
21184 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
21185         Log: socketpair tweaks from Nicholas Clark.
21186      Branch: perl
21187            ! ext/Socket/socketpair.t util.c
21188 ____________________________________________________________________________
21189 [ 13920] By: nick                                  on 2001/12/29  12:36:21
21190         Log: Integrate mainline
21191      Branch: perlio
21192           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
21193           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
21194           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21195           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
21196           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
21197           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
21198           !> t/op/sysio.t
21199 ____________________________________________________________________________
21200 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
21201         Log: Retract #13917.
21202      Branch: perl
21203            ! doop.c
21204 ____________________________________________________________________________
21205 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
21206         Log: Subject: provisional MakeMaker patch for VMS
21207              From: "Craig A. Berry" <craigberry@mac.com> 
21208              Date: Thu, 27 Dec 2001 22:29:37 -0600
21209              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
21210      Branch: perl
21211            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21212 ____________________________________________________________________________
21213 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
21214         Log: (retracted by #13919)
21215      Branch: perl
21216            ! doop.c
21217 ____________________________________________________________________________
21218 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
21219         Log: metaconfig unit change for #13915.
21220      Branch: metaconfig/U/perl
21221            ! d_u32align.U
21222 ____________________________________________________________________________
21223 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
21224         Log: Remove debris in any case.
21225      Branch: perl
21226            ! Configure
21227 ____________________________________________________________________________
21228 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
21229         Log: Subject: [PATCH] Re: B::walksymtable oddness
21230              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21231              Date: Thu, 27 Dec 2001 19:14:24 +0100
21232              Message-ID: <3C2B7310.861.18820D0@localhost>
21233      Branch: perl
21234            ! ext/B/B.pm
21235 ____________________________________________________________________________
21236 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
21237         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
21238              From: Nicholas Clark <nick@unfortu.net> 
21239              Date: Fri, 28 Dec 2001 00:43:02 +0000
21240              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
21241      Branch: perl
21242            ! ext/Socket/socketpair.t
21243 ____________________________________________________________________________
21244 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
21245         Log: Fast Latin1<->UTF-8 conversion for older Perls.
21246      Branch: perl
21247            ! pod/perluniintro.pod
21248 ____________________________________________________________________________
21249 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
21250         Log: Update Changes.
21251      Branch: perl
21252            ! Changes patchlevel.h
21253 ____________________________________________________________________________
21254 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
21255         Log: More wait status trickery for BeOS.
21256      Branch: perl
21257            ! ext/POSIX/POSIX.xs
21258 ____________________________________________________________________________
21259 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
21260         Log: metaconfig unit change for #13908.
21261      Branch: metaconfig/U/perl
21262            ! d_u32align.U
21263 ____________________________________________________________________________
21264 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
21265         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
21266      Branch: perl
21267            ! Configure
21268 ____________________________________________________________________________
21269 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
21270         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
21271              From: gbarr@monty.mutatus.co.uk
21272              Date: 27 Dec 2001 14:41:36 -0000
21273              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
21274      Branch: perl
21275            ! lib/ExtUtils/t/Embed.t
21276 ____________________________________________________________________________
21277 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
21278         Log: Subject: [PATCH] Re: socketpair emulation
21279              From: Nicholas Clark <nick@unfortu.net> 
21280              Date: Wed, 26 Dec 2001 20:08:14 +0000
21281              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
21282      Branch: perl
21283            ! ext/Socket/socketpair.t
21284 ____________________________________________________________________________
21285 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
21286         Log: Subject: [DOC PATCH] left is right and right is left
21287              From: Philip Newton <Philip.Newton@gmx.net>
21288              Date: Thu, 27 Dec 2001 10:04:17 +0100
21289              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
21290      Branch: perl
21291            ! pod/perlfunc.pod pod/perlport.pod
21292 ____________________________________________________________________________
21293 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
21294         Log: Subject: [PATCH] check return of close
21295              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21296              Date: 27 Dec 2001 09:47:30 +0100
21297              Message-ID: <m3ellhgicd.fsf@anima.de> 
21298              
21299              Subject: [PATCH] improve error reporting
21300              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21301              Date: 27 Dec 2001 09:54:55 +0100
21302              Message-ID: <m3adw5gi00.fsf@anima.de> 
21303              
21304              Subject: [PATCH] check return value of close
21305              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21306              Date: 27 Dec 2001 10:03:55 +0100
21307              Message-ID: <m3666tghl0.fsf@anima.de> 
21308              
21309              Subject: [PATCH] return of close
21310              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21311              Date: 27 Dec 2001 10:22:15 +0100
21312              Message-ID: <m31yhhggqg.fsf@anima.de> 
21313      Branch: perl
21314            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
21315            ! t/io/fflush.t
21316 ____________________________________________________________________________
21317 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
21318         Log: Subject: [PATCH] check return of close
21319              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21320              Date: 27 Dec 2001 09:47:30 +0100
21321              Message-ID: <m3ellhgicd.fsf@anima.de> 
21322      Branch: perl
21323            ! t/base/rs.t
21324 ____________________________________________________________________________
21325 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
21326         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
21327              From: andreas.koenig@anima.de (Andreas J. Koenig)
21328              Date: 27 Dec 2001 09:21:16 +0100
21329              Message-ID: <m3n105gjk3.fsf@anima.de>
21330      Branch: perl
21331            ! t/op/sysio.t
21332 ____________________________________________________________________________
21333 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
21334         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
21335              From: "Gerrit P. Haase" <gp@familiehaase.de>
21336              Date: Thu, 27 Dec 2001 09:23:55 +0100 
21337              Message-ID: <98211521662.20011227092355@familiehaase.de>
21338      Branch: perl
21339            ! lib/ExtUtils/t/MM_Cygwin.t
21340 ____________________________________________________________________________
21341 [ 13900] By: nick                                  on 2001/12/27  11:11:51
21342         Log: Integrate mainline
21343      Branch: perlio
21344           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
21345           +> lib/File/Spec/NW5.pm
21346           !> (integrate 52 files)
21347 ____________________________________________________________________________
21348 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
21349         Log: Replace the awful (most likely generated and not very persistent)
21350              URL with something tangible.
21351      Branch: perl
21352            ! README.hpux
21353 ____________________________________________________________________________
21354 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
21355         Log: Naughty /dev/printer (ls -l, really) of IRIX.
21356      Branch: perl
21357            ! t/op/stat.t
21358 ____________________________________________________________________________
21359 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
21360         Log: Upgrade to Net::Ping 2.10.
21361      Branch: perl
21362            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
21363            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21364            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21365            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21366 ____________________________________________________________________________
21367 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
21368         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
21369              (this showed up in Benchmark.t)
21370      Branch: perl
21371            ! pp_sys.c
21372 ____________________________________________________________________________
21373 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
21374         Log: BeOS updates.
21375      Branch: perl
21376            ! README.beos beos/beos.c
21377 ____________________________________________________________________________
21378 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
21379         Log: Subject: Re: bleadperl doesn't compile
21380              From: "Gerrit P. Haase" <gp@familiehaase.de>
21381              Date: Wed, 26 Dec 2001 21:29:08 +0100
21382              Message-ID: <22168634623.20011226212908@familiehaase.de>
21383              
21384              Cygwin with multiplicity.
21385      Branch: perl
21386            ! perlio.c
21387 ____________________________________________________________________________
21388 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
21389         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21390              From: Nicholas Clark <nick@ccl4.org>
21391              Date: Wed, 26 Dec 2001 19:07:33 +0000
21392              Message-ID: <20011226190732.J48842@plum.flirble.org>            
21393              
21394              socketpair() (un)signedness nit.
21395      Branch: perl
21396            ! util.c
21397 ____________________________________________________________________________
21398 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
21399         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21400              From: Nicholas Clark <nick@ccl4.org>
21401              Date: Wed, 26 Dec 2001 19:19:47 +0000
21402              Message-ID: <20011226191946.K48842@plum.flirble.org>
21403              
21404              Use report_evil_fh().
21405      Branch: perl
21406            ! doio.c
21407 ____________________________________________________________________________
21408 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
21409         Log: Bad $? assumptions.
21410      Branch: perl
21411            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
21412 ____________________________________________________________________________
21413 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
21414         Log: Net::Ping isn't going to work much without
21415              the Socket extension; fail more gracefully.
21416      Branch: perl
21417            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21418            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21419            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21420            ! lib/Net/Ping/t/300_ping_stream.t
21421 ____________________________________________________________________________
21422 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
21423         Log: metaconfig unit change for #13888.
21424      Branch: metaconfig
21425            ! U/modified/Oldconfig.U
21426 ____________________________________________________________________________
21427 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
21428         Log: test -d /system is a bit too generic test for VOS
21429              (false hit in BeOS)
21430      Branch: perl
21431            ! Configure
21432 ____________________________________________________________________________
21433 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
21434         Log: No AF_UNIX in BeOS.
21435      Branch: perl
21436            ! util.c
21437 ____________________________________________________________________________
21438 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
21439         Log: FAQ sync.
21440      Branch: perl
21441            ! pod/perlfaq5.pod
21442 ____________________________________________________________________________
21443 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
21444         Log: Update Changes.
21445      Branch: perl
21446            ! Changes patchlevel.h
21447 ____________________________________________________________________________
21448 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
21449         Log: Make -t equal -tw.
21450      Branch: perl
21451            ! perl.c pod/perlrun.pod
21452 ____________________________________________________________________________
21453 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
21454         Log: Subject: Re: Not OK 13881
21455              From: John Peacock <jpeacock@rowman.com>
21456              Date: Tue, 25 Dec 2001 06:02:12 -0500
21457              Message-ID: <3C285CB4.8040006@rowman.com>
21458      Branch: perl
21459            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
21460 ____________________________________________________________________________
21461 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
21462         Log: Subject: Re: Not OK 13881
21463              From: andreas.koenig@anima.de (Andreas J. Koenig)
21464              Date: 25 Dec 2001 07:33:23 +0100
21465              Message-ID: <m3bsgnajws.fsf@anima.de>
21466      Branch: perl
21467            ! op.c
21468 ____________________________________________________________________________
21469 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
21470         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
21471              From: Mark-Jason Dominus <mjd@plover.com>    
21472              Date: Mon, 24 Dec 2001 18:14:48 -0500
21473              Message-ID: <20011224231448.25826.qmail@plover.com>
21474      Branch: perl
21475            ! op.c t/op/eval.t
21476 ____________________________________________________________________________
21477 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
21478         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
21479              From: Dave Rolsky <autarch@urth.org>
21480              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
21481              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
21482      Branch: perl
21483            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
21484            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
21485            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21486            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21487            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
21488 ____________________________________________________________________________
21489 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
21490         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
21491              From: Jeffrey Friedl <jfriedl@yahoo.com>
21492              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
21493              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
21494              
21495              The rest of the tests for plus few extras.
21496      Branch: perl
21497            ! t/op/pat.t
21498 ____________________________________________________________________________
21499 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
21500         Log: metaconfig unit change for #13877.
21501      Branch: metaconfig
21502            ! U/modified/Unix.U
21503 ____________________________________________________________________________
21504 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
21505         Log: No-op.
21506      Branch: perl
21507            ! Configure
21508 ____________________________________________________________________________
21509 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
21510         Log: More constant casting.
21511      Branch: perl
21512            ! regexec.c
21513 ____________________________________________________________________________
21514 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
21515         Log: Subject: perlhack.pod 
21516              From: "John P. Linderman" <jpl@research.att.com>
21517              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
21518              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
21519      Branch: perl
21520            ! pod/perlhack.pod
21521 ____________________________________________________________________________
21522 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
21523         Log: File::Find patch patches from Thomas Wegner.
21524      Branch: perl
21525            ! lib/File/Find.pm
21526 ____________________________________________________________________________
21527 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
21528         Log: Subject: Re: socketpair emulation 
21529              From: Nicholas Clark <nick@unfortu.net>                 
21530              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
21531              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
21532      Branch: perl
21533            ! ext/Socket/socketpair.t
21534 ____________________________________________________________________________
21535 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
21536         Log: Must cast constants if they can be quads.
21537      Branch: perl
21538            ! regcomp.c
21539 ____________________________________________________________________________
21540 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
21541         Log: Promote the e/uid to wide enough un/signed integers
21542              and printf them as such.
21543      Branch: perl
21544            ! taint.c
21545 ____________________________________________________________________________
21546 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
21547         Log: metaconfig unit change for #13869.
21548      Branch: metaconfig/U/perl
21549            ! d_u32align.U
21550 ____________________________________________________________________________
21551 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
21552         Log: The U32 alignment test wasn't really working, noticed
21553              by Paul Green.  Now the test works, but this means that
21554              we may see coredumps from the test.   I sure hope MMUless
21555              places don't crash on the test.
21556      Branch: perl
21557            ! Configure
21558 ____________________________________________________________________________
21559 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
21560         Log: metaconfig unit changes for #13867.
21561      Branch: metaconfig
21562            ! U/compline/nblock_io.U U/modified/Unix.U
21563            ! U/modified/spitshell.U
21564 ____________________________________________________________________________
21565 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
21566         Log: More VOS tweaks.
21567      Branch: perl
21568            ! Configure
21569 ____________________________________________________________________________
21570 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
21571         Log: The funky final sigma casefolding.
21572      Branch: perl
21573            ! regcomp.c regexec.c t/op/pat.t utf8.h
21574 ____________________________________________________________________________
21575 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
21576         Log: Update Changes.
21577      Branch: perl
21578            ! Changes patchlevel.h
21579 ____________________________________________________________________________
21580 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
21581         Log: Move the \C and \X to pat.t.
21582      Branch: perl
21583            ! t/op/pat.t t/op/re_tests
21584 ____________________________________________________________________________
21585 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
21586         Log: More logical test ordering.
21587      Branch: perl
21588            ! perl.h
21589 ____________________________________________________________________________
21590 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
21591         Log: Integrate perlio;
21592              
21593              Add at least the "important" PerlIO_xxxx functions to embed.pl
21594              so that they get implicit pTHX_ and we can avoid slow dTHX.
21595              
21596              Put PerlIO stuff inside EXTERN C
21597              
21598              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21599      Branch: perl
21600           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
21601           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
21602           !> win32/win32.c
21603 ____________________________________________________________________________
21604 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
21605         Log: Even more \X fixing.
21606      Branch: perl
21607            ! regexec.c t/op/pat.t
21608 ____________________________________________________________________________
21609 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
21610         Log: More \X fixing.
21611      Branch: perl
21612            ! regexec.c t/op/pat.t
21613 ____________________________________________________________________________
21614 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
21615         Log: Fix encoding pragma.
21616      Branch: perl
21617            ! regcomp.c
21618 ____________________________________________________________________________
21619 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
21620         Log: Subject: socketpair emulation
21621              From: Nicholas Clark <nick@unfortu.net>
21622              Date: Sat, 22 Dec 2001 18:38:18 +0000
21623              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
21624      Branch: perl
21625            + ext/Socket/socketpair.t
21626            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
21627            ! pp_sys.c proto.h util.c
21628 ____________________________________________________________________________
21629 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
21630         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
21631              From: Jeffrey Friedl <jfriedl@yahoo.com>
21632              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
21633              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
21634              
21635              (partially applied, most of the new tests need to be rethought)
21636      Branch: perl
21637            ! regcomp.c t/op/re_tests
21638 ____________________________________________________________________________
21639 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
21640         Log: Small tweaks.
21641      Branch: perl
21642            ! handy.h regexec.c
21643 ____________________________________________________________________________
21644 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
21645         Log: Unicode casefolding continues.
21646              (lib/encoding.t still failing.)
21647      Branch: perl
21648            ! regexec.c t/op/pat.t
21649 ____________________________________________________________________________
21650 [ 13854] By: nick                                  on 2001/12/22  20:01:27
21651         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21652      Branch: perlio
21653            ! makedef.pl perlio.h perlio.sym win32/win32.c
21654 ____________________________________________________________________________
21655 [ 13853] By: nick                                  on 2001/12/22  19:58:53
21656         Log: Put PerlIO stuff inside EXTERN C
21657      Branch: perlio
21658            ! embed.pl proto.h
21659 ____________________________________________________________________________
21660 [ 13852] By: nick                                  on 2001/12/22  18:04:34
21661         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
21662              so that they get implicit pTHX_ and we can avoid slow dTHX.
21663      Branch: perlio
21664            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
21665            ! perlio.h pod/perlapi.pod proto.h
21666 ____________________________________________________________________________
21667 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
21668         Log: metaconfig unit change for #13850.
21669      Branch: metaconfig
21670            ! U/modified/Loc.U
21671 ____________________________________________________________________________
21672 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
21673         Log: Rework the make logic (again).
21674      Branch: perl
21675            ! Configure
21676 ____________________________________________________________________________
21677 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
21678         Log: Integrate perlio;
21679              Fix mis-parse of autoloaded usage code by declaring the sub
21680              Correct checking code which Ilya spotted was tripped by CR at EOF.
21681              The CR at EOF fix earlier broke CR at end-of-buffer.
21682      Branch: perl
21683            ! regexec.c
21684           !> ext/POSIX/POSIX.pm perlio.c sv.c
21685 ____________________________________________________________________________
21686 [ 13848] By: nick                                  on 2001/12/22  15:11:17
21687         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
21688              This should be okay for both?
21689      Branch: perlio
21690            ! perlio.c
21691 ____________________________________________________________________________
21692 [ 13847] By: nick                                  on 2001/12/22  12:26:32
21693         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
21694              Also tone down perl -DP tracing of sv_gets.
21695      Branch: perlio
21696            ! perlio.c sv.c
21697 ____________________________________________________________________________
21698 [ 13846] By: nick                                  on 2001/12/22  10:49:27
21699         Log: Fix mis-parse of autoloaded usage code by declaring the sub
21700      Branch: perlio
21701            ! ext/POSIX/POSIX.pm
21702 ____________________________________________________________________________
21703 [ 13845] By: nick                                  on 2001/12/22  10:44:11
21704         Log: Integrate mainline - some fails:
21705              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
21706              -------------------------------------------------------------------------------
21707              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
21708              ../lib/encoding.t                    19    2  10.53%  17-18
21709              op/pat.t                            770    3   0.39%  754-755 757
21710      Branch: perlio
21711           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
21712           !> (integrate 36 files)
21713 ____________________________________________________________________________
21714 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
21715         Log: More Unicode casing fixes.
21716      Branch: perl
21717            ! regexec.c t/op/pat.t
21718 ____________________________________________________________________________
21719 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
21720         Log: Unicode casefolding fixes.
21721      Branch: perl
21722            ! op.c regcomp.c regexec.c t/op/pat.t
21723 ____________________________________________________________________________
21724 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
21725         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
21726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21727              Date: Sat, 22 Dec 2001 00:01:29 +0100
21728              Message-ID: <20011222000129.A713@rafael>
21729      Branch: perl
21730            ! ext/B/B/Deparse.pm
21731 ____________________________________________________________________________
21732 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
21733         Log: VOS config from Paul Green.
21734      Branch: perl
21735            ! hints/vos.sh
21736 ____________________________________________________________________________
21737 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
21738         Log: Subject: [PATCH @13746] CreateTTY on OS/2
21739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21740              Date: Fri, 21 Dec 2001 15:59:45 -0500
21741              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
21742      Branch: perl
21743            ! lib/perl5db.pl
21744 ____________________________________________________________________________
21745 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
21746         Log: Subject: [PATCH @13746] uninstalled build of modules broken
21747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21748              Date: Fri, 21 Dec 2001 15:49:09 -0500
21749              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
21750      Branch: perl
21751            ! lib/ExtUtils/MM_Unix.pm
21752 ____________________________________________________________________________
21753 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
21754         Log: Subject: [PATCH @13746] OS/2 File::* modules
21755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21756              Date: Fri, 21 Dec 2001 15:43:24 -0500
21757              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
21758      Branch: perl
21759            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
21760 ____________________________________________________________________________
21761 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
21762         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
21763              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21764              Date: Fri, 21 Dec 2001 17:29:07 +0100
21765              Message-ID: <3C236353.6625C4C0@alcatel.at>
21766      Branch: perl
21767            ! pod/perltie.pod
21768 ____________________________________________________________________________
21769 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
21770         Log: metaconfig unit changes for #13835
21771      Branch: metaconfig
21772            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
21773            ! U/modified/sh.U
21774 ____________________________________________________________________________
21775 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
21776         Log: Further VOS tweaks: the _exe needs to be introduced
21777              in the very beginning, and the make/gmake needs special
21778              VOS logic.
21779      Branch: perl
21780            ! Configure Makefile.SH
21781 ____________________________________________________________________________
21782 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
21783         Log: Update Changes.
21784      Branch: perl
21785            ! Changes patchlevel.h
21786 ____________________________________________________________________________
21787 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
21788         Log: metaconfig unit change for #13832.
21789      Branch: metaconfig
21790            ! U/modified/spitshell.U
21791 ____________________________________________________________________________
21792 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
21793         Log: Also the search for cat needs to be _exe-aware.
21794      Branch: perl
21795            ! Configure
21796 ____________________________________________________________________________
21797 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
21798         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
21799              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21800              Date: Fri, 21 Dec 2001 14:02:01 +0100
21801              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
21802      Branch: perl
21803            ! ext/B/B/Xref.pm
21804 ____________________________________________________________________________
21805 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
21806         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
21807      Branch: perl
21808            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21809            ! ext/B/t/assembler.t
21810 ____________________________________________________________________________
21811 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
21812         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
21813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21814              Date: Fri, 21 Dec 2001 11:15:38 +0100
21815              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
21816      Branch: perl
21817            ! hv.c
21818 ____________________________________________________________________________
21819 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
21820         Log: A plan is good.
21821      Branch: perl
21822            ! ext/re/re.t
21823 ____________________________________________________________________________
21824 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
21825         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
21826              From: chromatic <chromatic@rmci.net>
21827              Date: Thu, 20 Dec 2001 16:16:48 -0700
21828              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
21829      Branch: perl
21830            + ext/re/re.t
21831            ! MANIFEST
21832 ____________________________________________________________________________
21833 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
21834         Log: Synchronize the skippage message.
21835      Branch: perl
21836            ! lib/ExtUtils/t/MM_OS2.t
21837 ____________________________________________________________________________
21838 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
21839         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
21840              From: chromatic <chromatic@rmci.net>
21841              Date: Thu, 20 Dec 2001 16:09:10 -0700
21842              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
21843      Branch: perl
21844            + lib/ExtUtils/t/MM_OS2.t
21845            ! MANIFEST
21846 ____________________________________________________________________________
21847 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
21848         Log: Subject: perlfunc.pod patch re flock via fcntl
21849              From: "Tye McQueen" <tye@metronet.com>
21850              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
21851              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
21852      Branch: perl
21853            ! pod/perlfunc.pod
21854 ____________________________________________________________________________
21855 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
21856         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
21857              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
21858              (the Unicode maximum code point) warnable offenses.
21859      Branch: perl
21860            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
21861            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
21862 ____________________________________________________________________________
21863 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
21864         Log: Sterner admonishment on -t.
21865      Branch: perl
21866            ! pod/perlrun.pod
21867 ____________________________________________________________________________
21868 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
21869         Log: Subject: [PATCH B::Dpparse] minor qr// fix
21870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21871              Date: Thu, 20 Dec 2001 22:53:34 +0100
21872              Message-ID: <20011220225334.A735@rafael>
21873      Branch: perl
21874            ! ext/B/B/Deparse.pm
21875 ____________________________________________________________________________
21876 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
21877         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
21878              From: Robert Spier <rspier@pobox.com>
21879              Date: Thu, 20 Dec 2001 08:10:00 -0800
21880              Message-ID: <15394.3416.693353.107334@rls.cx>
21881      Branch: perl
21882            ! lib/Carp/Heavy.pm
21883 ____________________________________________________________________________
21884 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
21885         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
21886      Branch: perl
21887           !> win32/win32io.c
21888 ____________________________________________________________________________
21889 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
21890         Log: Subject: Re: [PATCH pod/perliol.pod] resend
21891              From: Stas Bekman <stas@stason.org>
21892              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
21893              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
21894      Branch: perl
21895            ! pod/perliol.pod
21896 ____________________________________________________________________________
21897 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
21898         Log: Fix up the APIs noone hopefully uses.
21899      Branch: perl
21900            ! utf8.c
21901 ____________________________________________________________________________
21902 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
21903         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
21904              Date: Wed, 19 Dec 2001 14:13:38 -0800
21905              From: Robert Spier <rspier@pobox.com>
21906              Message-ID: <15393.4370.605214.548582@rls.cx>
21907      Branch: perl
21908            ! lib/Carp.t lib/Carp/Heavy.pm
21909 ____________________________________________________________________________
21910 [ 13815] By: nick                                  on 2001/12/20  10:23:42
21911         Log: pTHX_ fixes for :win32 layer
21912      Branch: perlio
21913            ! win32/win32io.c
21914 ____________________________________________________________________________
21915 [ 13814] By: nick                                  on 2001/12/20  08:20:11
21916         Log: Integrate mainline (mostly) utf8.c does not compile.
21917      Branch: perlio
21918           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
21919           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21920           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21921           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21922           +> lib/Net/Ping/t/300_ping_stream.t
21923           !> Changes MANIFEST embed.h embed.pl embedvar.h
21924           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
21925           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
21926           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
21927           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
21928           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
21929 ____________________________________________________________________________
21930 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
21931         Log: Some bincompat clawbacks.
21932      Branch: perl
21933            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
21934            ! wince/perldll.def
21935 ____________________________________________________________________________
21936 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
21937         Log: gcc pacifying (RH 7.1/ia64).
21938      Branch: perl
21939            ! pp.c
21940 ____________________________________________________________________________
21941 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
21942         Log: Update Changes.
21943      Branch: perl
21944            ! Changes patchlevel.h
21945 ____________________________________________________________________________
21946 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
21947         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21948              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21949              Date: Wed, 19 Dec 2001 12:35:07 +0100
21950              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
21951              
21952              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21953              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21954              Date: Wed, 19 Dec 2001 17:34:51 +0000
21955              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
21956      Branch: perl
21957            ! pod/perlre.pod
21958 ____________________________________________________________________________
21959 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
21960         Log: Integrate perlio.
21961      Branch: perl
21962           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21963           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
21964 ____________________________________________________________________________
21965 [ 13808] By: nick                                  on 2001/12/19  16:08:27
21966         Log: Add pTHX to all vtable functions for future-proofing and
21967              consistency of PerlIO layers.
21968      Branch: perlio
21969            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21970            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
21971 ____________________________________________________________________________
21972 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
21973         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
21974      Branch: perl
21975            ! ext/B/B/Assembler.pm
21976 ____________________________________________________________________________
21977 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
21978         Log: Reword the alarm explanation.
21979      Branch: perl
21980            ! pod/perlfunc.pod
21981 ____________________________________________________________________________
21982 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
21983         Log: Subject: [PATCH @13746] OS/2 build
21984              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
21985              Date: Wed, 19 Dec 2001 02:45:41 -0500
21986              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
21987              
21988              (skipped the t/TEST change)
21989      Branch: perl
21990            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
21991            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
21992            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
21993 ____________________________________________________________________________
21994 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
21995         Log: Upgrade to Net::Ping 2.09.
21996      Branch: perl
21997            + lib/Net/Ping/CHANGES lib/Net/Ping/README
21998            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21999            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22000            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
22001            + lib/Net/Ping/t/300_ping_stream.t
22002            ! MANIFEST lib/Net/Ping.pm
22003 ____________________________________________________________________________
22004 [ 13803] By: nick                                  on 2001/12/19  14:43:24
22005         Log: Integrate mainline
22006      Branch: perlio
22007           +> ext/B/t/assembler.t lib/lib.t
22008           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22009           !> lib/lib_pm.PL t/op/glob.t utf8.c
22010 ____________________________________________________________________________
22011 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
22012         Log: B::Assembler/B::Disassembler patches and test;
22013              from Wolfgang Laun.
22014              
22015              TODO: getting perlcc working.
22016      Branch: perl
22017            + ext/B/t/assembler.t
22018            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
22019 ____________________________________________________________________________
22020 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
22021         Log: Can't printf U8s as UVs.
22022      Branch: perl
22023            ! utf8.c
22024 ____________________________________________________________________________
22025 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
22026         Log: Subject: Re: [PATCH] ...while $var = glob(...)
22027              From: Robin Houston <robin@kitsite.com> 
22028              Date: Wed, 19 Dec 2001 13:48:55 +0000
22029              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
22030              
22031              Not exactly a glob test but internal-logically correct.
22032      Branch: perl
22033            ! t/op/glob.t
22034 ____________________________________________________________________________
22035 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
22036         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
22037              From: Michael G Schwern <schwern@pobox.com> 
22038              Date: Wed, 19 Dec 2001 07:42:54 -0500
22039              Message-ID: <20011219124254.GF8630@blackrider>
22040      Branch: perl
22041            + lib/lib.t
22042            ! MANIFEST lib/lib_pm.PL
22043 ____________________________________________________________________________
22044 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
22045         Log: Integrate with perlio.
22046      Branch: perl
22047           !> hv.c hv.h scope.c util.c
22048 ____________________________________________________________________________
22049 [ 13797] By: nick                                  on 2001/12/19  12:03:21
22050         Log: Remove the sometimes-lvalue cast
22051      Branch: perlio
22052            ! hv.h
22053 ____________________________________________________________________________
22054 [ 13796] By: nick                                  on 2001/12/19  11:02:27
22055         Log: alarm.t with -Uuseperlio fix
22056              - SA_RESTART should only be function of PERL_OLD_SIGNALS
22057              not USE_PERLIO
22058      Branch: perlio
22059            ! util.c
22060 ____________________________________________________________________________
22061 [ 13795] By: nick                                  on 2001/12/19  10:19:40
22062         Log: Fix READONLY hashes:
22063              1. Discovered need for disabled scope.c part of Jeff's patch.
22064              2. Corrected hv_delete* - entry was being de-linked from
22065              chain (patch program not smart enough?)
22066      Branch: perlio
22067            ! hv.c scope.c
22068 ____________________________________________________________________________
22069 [ 13794] By: nick                                  on 2001/12/19  09:35:13
22070         Log: Integrate mainline
22071      Branch: perlio
22072           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
22073           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
22074           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
22075           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
22076           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
22077 ____________________________________________________________________________
22078 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
22079         Log: Regen toc.
22080      Branch: perl
22081            ! pod/perltoc.pod
22082 ____________________________________________________________________________
22083 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
22084         Log: FAQ sync.
22085      Branch: perl
22086            ! pod/perlfaq5.pod
22087 ____________________________________________________________________________
22088 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
22089         Log: Reformat round.
22090      Branch: perl
22091            ! pod/perlunicode.pod
22092 ____________________________________________________________________________
22093 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
22094         Log: Subject: [PATCH] pod/perlunicode.pod
22095              From: Jeffrey Friedl <jfriedl@yahoo.com>
22096              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
22097              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
22098      Branch: perl
22099            ! pod/perlunicode.pod
22100 ____________________________________________________________________________
22101 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
22102         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
22103              From: Jeffrey Friedl <jfriedl@yahoo.com>
22104              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
22105              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
22106      Branch: perl
22107            ! pod/perluniintro.pod
22108 ____________________________________________________________________________
22109 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
22110         Log: Slight pod reformatting.
22111      Branch: perl
22112            ! pod/perluniintro.pod
22113 ____________________________________________________________________________
22114 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
22115         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
22116              From: Jeffrey Friedl <jfriedl@yahoo.com>    
22117              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
22118              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
22119      Branch: perl
22120            ! pod/perluniintro.pod
22121 ____________________________________________________________________________
22122 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
22123         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
22124              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22125              Date: Wed, 19 Dec 2001 01:45:23 +0000
22126              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
22127      Branch: perl
22128            ! sv.c
22129 ____________________________________________________________________________
22130 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
22131         Log: Subject: Porting/checkURL.pl
22132              From: abigail@foad.org
22133              Date: Tue, 18 Dec 2001 19:03:22 +0100          
22134              Message-ID: <20011218180322.8278.qmail@foad.org> 
22135      Branch: perl
22136            ! Porting/checkURL.pl
22137 ____________________________________________________________________________
22138 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
22139         Log: metaconfig unit change for #13783.
22140      Branch: metaconfig
22141            ! U/modified/Loc.U
22142 ____________________________________________________________________________
22143 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
22144         Log: A bit too oversweeping matching in #13778.
22145      Branch: perl
22146            ! Configure
22147 ____________________________________________________________________________
22148 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
22149         Log: Re-gen Configure based on #13778..13781.
22150      Branch: perl
22151            ! Configure config_h.SH
22152 ____________________________________________________________________________
22153 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
22154         Log: First assume that crypt() can live happy normal life in
22155              the libc or the moral equivalent; only then try magic.
22156      Branch: metaconfig
22157            + U/modified/d_crypt.U
22158 ____________________________________________________________________________
22159 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
22160         Log: In VOS ACLs confuse the testing.
22161      Branch: metaconfig
22162            ! U/modified/Findhdr.U
22163 ____________________________________________________________________________
22164 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
22165         Log: Either make or gmake.
22166      Branch: metaconfig
22167            ! U/modified/Loc.U
22168 ____________________________________________________________________________
22169 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
22170         Log: If your _exe is different from .exe and your test -f $foo
22171              doesn't do magic to recognize $foo$_exe, you will need to
22172              specify -D_exe=... on command line-- and this patch.
22173      Branch: metaconfig
22174            + U/modified/sh.U
22175            ! U/modified/Loc.U
22176 ____________________________________________________________________________
22177 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
22178         Log: Fix the bugs in #13768..13776, and regen Configure.
22179      Branch: metaconfig
22180            ! U/compline/nblock_io.U U/modified/Findhdr.U
22181            ! U/modified/spitshell.U
22182      Branch: metaconfig/U/perl
22183            ! issymlink.U perlpath.U
22184      Branch: perl
22185            ! Configure config_h.SH
22186 ____________________________________________________________________________
22187 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
22188         Log: Must test with $_exe. (There are plenty of similar
22189              spots earlier but they are a tad more complex to fix
22190              since they come before the hints are run.)
22191      Branch: metaconfig
22192            + U/modified/yacc.U
22193 ____________________________________________________________________________
22194 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
22195         Log: F_SETFL might require <fcntl.h>
22196      Branch: metaconfig
22197            ! U/compline/nblock_io.U
22198 ____________________________________________________________________________
22199 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
22200         Log: Don't require make; have both make and gmake optional.
22201              (Maybe have a check that at least one of them is available?)
22202      Branch: metaconfig
22203            ! U/modified/Loc.U
22204 ____________________________________________________________________________
22205 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
22206         Log: cat might be farther than /bin or /usr/bin.
22207      Branch: metaconfig
22208            ! U/modified/spitshell.U
22209 ____________________________________________________________________________
22210 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
22211         Log: In VOS the path component separator is >, not /.
22212      Branch: metaconfig
22213            ! U/modified/Findhdr.U
22214 ____________________________________________________________________________
22215 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
22216         Log: The VOS shell doesn't implement the ? wildcard
22217              (? is used for other purposes, I assume); but
22218              it does implement the * wildcard, and that works
22219              in the general case just fine.
22220      Branch: metaconfig/U/perl
22221            ! d_dlsymun.U
22222 ____________________________________________________________________________
22223 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
22224         Log: VOS detection.
22225      Branch: metaconfig
22226            ! U/modified/Oldconfig.U
22227 ____________________________________________________________________________
22228 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
22229         Log: Proper path for VOS.
22230      Branch: metaconfig
22231            ! U/modified/Head.U
22232 ____________________________________________________________________________
22233 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
22234         Log: Change s/>& 4/>&4/g for consistency.
22235      Branch: metaconfig
22236            + U/modified/d_dosuid.U
22237            ! U/modified/d_socket.U
22238      Branch: metaconfig/U/perl
22239            ! issymlink.U perlxvf.U
22240 ____________________________________________________________________________
22241 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
22242         Log: Subject: Re: Benchmark.t failure on Linux
22243              From: Nicholas Clark <nick@ccl4.org>
22244              Date: Tue, 18 Dec 2001 22:51:25 +0000
22245              Message-ID: <20011218225124.N21702@plum.flirble.org>
22246      Branch: perl
22247            ! lib/Benchmark.t
22248 ____________________________________________________________________________
22249 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
22250         Log: Re-applying #13752 until a better solution can be found.
22251      Branch: perl
22252            ! lib/ExtUtils/t/MM_Unix.t
22253 ____________________________________________________________________________
22254 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
22255         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
22256              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
22257              Date: Tue, 18 Dec 2001 12:05:40 -0500
22258              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
22259      Branch: perl
22260            ! lib/Exporter.pm
22261 ____________________________________________________________________________
22262 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
22263         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
22264              findings -- some of the warnings I can't explain except
22265              by NVgf being detected wrong, though.
22266      Branch: perl
22267            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
22268 ____________________________________________________________________________
22269 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
22270         Log: Subject: [PATCH] pod/perluniintro.pod
22271              From: Jeffrey Friedl <jfriedl@yahoo.com>
22272              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
22273              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
22274      Branch: perl
22275            ! pod/perluniintro.pod
22276 ____________________________________________________________________________
22277 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
22278         Log: ".pm" is the native executable suffix in VOS.
22279      Branch: perl
22280            ! hints/vos.sh
22281 ____________________________________________________________________________
22282 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
22283         Log: Integrate perlio;
22284              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22285      Branch: perl
22286           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22287 ____________________________________________________________________________
22288 [ 13760] By: nick                                  on 2001/12/18  15:55:22
22289         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22290              - added delete of READONLY value inhibit & test for same
22291              - re-tabbed
22292      Branch: perlio
22293            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22294 ____________________________________________________________________________
22295 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
22296         Log: (Undone by #13766.)
22297              Retract #13752.
22298      Branch: perl
22299            ! lib/ExtUtils/t/MM_Unix.t
22300 ____________________________________________________________________________
22301 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
22302         Log: Echoes of #13757.
22303      Branch: perl
22304            ! t/lib/warnings/utf8
22305 ____________________________________________________________________________
22306 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
22307         Log: Make the utf8 malformedness messages more verbose.
22308      Branch: perl
22309            ! lib/utf8.t utf8.c
22310 ____________________________________________________________________________
22311 [ 13756] By: nick                                  on 2001/12/18  14:43:58
22312         Log: Integrate mainline
22313      Branch: perlio
22314           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22315           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22316           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22317           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22318           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22319           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
22320            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22321            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22322            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
22323            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
22324            - lib/ExtUtils/testlib.t
22325           !> (integrate 28 files)
22326 ____________________________________________________________________________
22327 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
22328         Log: README.aix updates from Jens-Uwe Mager.
22329      Branch: perl
22330            ! README.aix
22331 ____________________________________________________________________________
22332 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
22333         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
22334              From: Michael G Schwern <schwern@pobox.com>
22335              Date: Tue, 18 Dec 2001 00:58:18 -0500
22336              Message-ID: <20011218055818.GC4362@blackrider>
22337      Branch: perl
22338            ! lib/Benchmark.t
22339 ____________________________________________________________________________
22340 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
22341         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
22342              From: Michael G Schwern <schwern@pobox.com>
22343              Date: Tue, 18 Dec 2001 00:40:38 -0500
22344              Message-ID: <20011218054038.GB4362@blackrider>
22345      Branch: perl
22346            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
22347 ____________________________________________________________________________
22348 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
22349         Log: (reintroduced by #13766)
22350              (retracted by #13759)
22351              
22352              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
22353              From: Michael G Schwern <schwern@pobox.com>  
22354              Date: Tue, 18 Dec 2001 00:00:23 -0500
22355              Message-ID: <20011218050023.GA27893@blackrider>
22356      Branch: perl
22357            ! lib/ExtUtils/t/MM_Unix.t
22358 ____________________________________________________________________________
22359 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
22360         Log: Re-patch #13749.
22361      Branch: perl
22362            ! t/op/glob.t
22363 ____________________________________________________________________________
22364 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
22365         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
22366              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22367              Date: Tue, 18 Dec 2001 12:55:43 +0000
22368              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
22369      Branch: perl
22370            ! ext/Devel/Peek/Peek.pm
22371 ____________________________________________________________________________
22372 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
22373         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
22374              From: Robin Houston <robin@kitsite.com> 
22375              Date: Tue, 18 Dec 2001 14:54:33 +0000
22376              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
22377      Branch: perl
22378            ! t/op/glob.t
22379 ____________________________________________________________________________
22380 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
22381         Log: Subject: [PATCH] slightly more for Exporter.pm
22382              From: Nicholas Clark <nick@ccl4.org>
22383              Date: Tue, 18 Dec 2001 00:22:03 +0000
22384              Message-ID: <20011218002203.M21702@plum.flirble.org>
22385      Branch: perl
22386            ! lib/Exporter.pm
22387 ____________________________________________________________________________
22388 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
22389         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
22390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22391              Date: Mon, 17 Dec 2001 16:37:18 +0100
22392              Message-ID: <20011217163718.A2292@rafael>
22393              
22394              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
22395              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22396              Date: Mon, 17 Dec 2001 23:17:06 +0100
22397              Message-ID: <20011217231706.A730@rafael>
22398      Branch: perl
22399            ! pod/perlsub.pod pp.c toke.c
22400 ____________________________________________________________________________
22401 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
22402         Log: Update Changes.
22403      Branch: perl
22404            ! Changes patchlevel.h
22405 ____________________________________________________________________________
22406 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
22407         Log: New test warrants a MANIFEST entry.
22408      Branch: perl
22409            ! MANIFEST
22410 ____________________________________________________________________________
22411 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
22412         Log: Subject: Re: [PATCH] ...while $var = glob(...)
22413              From: Robin Houston <robin@kitsite.com>
22414              Date: Mon, 17 Dec 2001 20:27:30 +0000
22415              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
22416              
22417              Can't portably unlink open files.
22418      Branch: perl
22419            ! t/op/glob.t
22420 ____________________________________________________________________________
22421 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
22422         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
22423      Branch: perl
22424            ! pod/perluniintro.pod
22425 ____________________________________________________________________________
22426 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
22427         Log: Move typeglob test from glob.t to gv.t.
22428      Branch: perl
22429            ! t/op/glob.t t/op/gv.t
22430 ____________________________________________________________________________
22431 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
22432         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
22433              From: Robin Houston <robin@kitsite.com> 
22434              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
22435              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
22436      Branch: perl
22437            ! t/op/glob.t
22438 ____________________________________________________________________________
22439 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
22440         Log: Demote the surrogate and non-character errors to warnings.
22441      Branch: perl
22442            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
22443 ____________________________________________________________________________
22444 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
22445         Log: Subject: [PATCH] more POSIX tests, and more autoloading
22446              From: Nicholas Clark <nick@ccl4.org>
22447              Date: Mon, 17 Dec 2001 18:27:47 +0000
22448              Message-ID: <20011217182747.D21702@plum.flirble.org>
22449      Branch: perl
22450            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
22451 ____________________________________________________________________________
22452 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
22453         Log: Subject: [PATCH] ...while $var = glob(...)
22454              From: Robin Houston <robin@kitsite.com> 
22455              Date: Mon, 17 Dec 2001 15:51:54 +0000
22456              Message-ID: <20011217155153.A311@robin.kitsite.com>
22457      Branch: perl
22458            ! op.c
22459 ____________________________________________________________________________
22460 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
22461         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
22462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22463              Date: Mon, 17 Dec 2001 15:23:01 +0100
22464              Message-ID: <20011217152301.A704@rafael>
22465      Branch: perl
22466            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
22467 ____________________________________________________________________________
22468 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
22469         Log: The system() vs $SIG{ARLM} is no more a todo.
22470      Branch: perl
22471            ! t/op/alarm.t
22472 ____________________________________________________________________________
22473 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
22474         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
22475              From: Michael G Schwern <schwern@pobox.com>
22476              Date: Sun, 16 Dec 2001 23:59:01 -0500
22477              Message-ID: <20011217045901.GL17232@blackrider>
22478      Branch: perl
22479            + t/op/alarm.t
22480            ! MANIFEST
22481 ____________________________________________________________________________
22482 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
22483         Log: s/UNIX/Unix/
22484      Branch: perl
22485            ! MANIFEST
22486 ____________________________________________________________________________
22487 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
22488         Log: Move ExtUtils tests to lib/ExtUtils/t.
22489      Branch: perl
22490            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22491            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22492            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22493            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22494            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22495            + lib/ExtUtils/t/testlib.t
22496            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22497            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22498            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
22499            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
22500            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
22501            ! MANIFEST
22502 ____________________________________________________________________________
22503 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
22504         Log: Subject: [PATCH] MM_Unix tests, and some questions
22505              From: Tels <perl_dummy@bloodgate.com>
22506              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
22507              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
22508              
22509              Subject: Re: [PATCH] MM_Unix tests, and some questions
22510              From: Tels <perl_dummy@bloodgate.com>
22511              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
22512              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
22513      Branch: perl
22514            + lib/ExtUtils/MM_Unix.t
22515            ! MANIFEST lib/ExtUtils/MM_Unix.pm
22516 ____________________________________________________________________________
22517 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
22518         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
22519              From: Michael G Schwern <schwern@pobox.com>
22520              Date: Sun, 16 Dec 2001 17:53:55 -0500
22521              Message-ID: <20011216225354.GE8900@blackrider>
22522      Branch: perl
22523            ! lib/ExtUtils/MM_Unix.pm
22524 ____________________________________________________________________________
22525 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
22526         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
22527              From: Michael G Schwern <schwern@pobox.com>                
22528              Date: Sun, 16 Dec 2001 16:12:55 -0500
22529              Message-ID: <20011216211255.GV8900@blackrider>
22530      Branch: perl
22531            ! ext/B/B/Deparse.pm
22532 ____________________________________________________________________________
22533 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
22534         Log: Subject: [PATCH] Exporter.pm
22535              From: Nicholas Clark <nick@ccl4.org>
22536              Date: Sun, 16 Dec 2001 19:24:25 +0000
22537              Message-ID: <20011216192425.R21702@plum.flirble.org>
22538      Branch: perl
22539            ! lib/Exporter.pm
22540 ____________________________________________________________________________
22541 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
22542         Log: Subject: [PATCH] Exporter.t (and question)
22543              From: Nicholas Clark <nick@ccl4.org>
22544              Date: Sun, 16 Dec 2001 17:24:55 +0000
22545              Message-ID: <20011216172455.P21702@plum.flirble.org>
22546      Branch: perl
22547            ! lib/Exporter.t
22548 ____________________________________________________________________________
22549 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
22550         Log: Subject: Re: perl@13661
22551              From: "John P. Linderman" <jpl@research.att.com>              
22552              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
22553              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
22554      Branch: perl
22555            ! pp_sort.c
22556 ____________________________________________________________________________
22557 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
22558         Log: Subject: Will the real Unicode encoding please stand up?
22559              From: Jeffrey Friedl <jfriedl@yahoo.com>
22560              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
22561              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
22562      Branch: perl
22563            ! pod/perluniintro.pod
22564 ____________________________________________________________________________
22565 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
22566         Log: Integrate perlio; interruptable system().
22567      Branch: perl
22568           !> util.c
22569 ____________________________________________________________________________
22570 [ 13724] By: nick                                  on 2001/12/17  09:16:50
22571         Log: Fix for alarm() breaking into wait*().
22572              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
22573              signal handler before caller re-does the system call.
22574      Branch: perlio
22575            ! util.c
22576 ____________________________________________________________________________
22577 [ 13723] By: nick                                  on 2001/12/17  07:45:13
22578         Log: Integrate mainline
22579      Branch: perlio
22580           +> (branch 26 files)
22581           !> (integrate 47 files)
22582 ____________________________________________________________________________
22583 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
22584         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
22585              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
22586              and characters beyond 0x10FFF should be disallowed, too,
22587              but some tests would need changing, but more importantly some
22588              APIs would need remodeling since one can easily generate such
22589              characters either by bitwise complements, tr complements, or
22590              v-strings.
22591      Branch: perl
22592            ! pod/perldiag.pod utf8.c
22593 ____________________________________________________________________________
22594 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
22595         Log: Make surrogates illegal also on EBCDIC.
22596      Branch: perl
22597            ! utf8.c
22598 ____________________________________________________________________________
22599 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
22600         Log: Subject: [patch @13687] Unicode::Collate 0.10
22601              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
22602              Date: Sun, 16 Dec 2001 21:22:12 +0900
22603              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
22604      Branch: perl
22605            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22606            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22607 ____________________________________________________________________________
22608 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
22609         Log: More documentation for the encoding pragma.
22610      Branch: perl
22611            ! lib/encoding.pm
22612 ____________________________________________________________________________
22613 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
22614         Log: Subject: [PATCH] lib/open.pm 
22615              From: Jeffrey Friedl <jfriedl@yahoo.com>
22616              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
22617              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
22618      Branch: perl
22619            ! lib/open.pm
22620 ____________________________________________________________________________
22621 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
22622         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
22623              From: chromatic <chromatic@rmci.net>
22624              Date: Sat, 15 Dec 2001 23:24:40 -0700
22625              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
22626      Branch: perl
22627            + lib/ExtUtils/Installed.t
22628            ! MANIFEST
22629 ____________________________________________________________________________
22630 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
22631         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
22632              From: Michael G Schwern <schwern@pobox.com>
22633              Date: Sun, 16 Dec 2001 01:14:00 -0500
22634              Message-ID: <20011216061400.GC8900@blackrider>
22635      Branch: perl
22636            ! lib/diagnostics.pm
22637 ____________________________________________________________________________
22638 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
22639         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
22640              From: Michael G Schwern <schwern@pobox.com>
22641              Date: Sun, 16 Dec 2001 01:12:42 -0500
22642              Message-ID: <20011216061242.GB8900@blackrider>
22643      Branch: perl
22644            ! t/test.pl
22645 ____________________________________________________________________________
22646 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
22647         Log: I sometimes outsmart myself.
22648      Branch: perl
22649            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22650 ____________________________________________________________________________
22651 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
22652         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
22653              From: Michael G Schwern <schwern@pobox.com>
22654              Date: Sat, 15 Dec 2001 15:08:29 -0500
22655              Message-ID: <20011215200829.GK1548@blackrider>
22656      Branch: perl
22657            ! lib/AutoSplit.pm
22658 ____________________________________________________________________________
22659 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
22660         Log: perlunicode enchancements suggested by Jeffrey Friedl.
22661      Branch: perl
22662            ! pod/perlunicode.pod
22663 ____________________________________________________________________________
22664 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
22665         Log: Subject: [PATCH] perlunicode.pod
22666              From: Jeffrey Friedl <jfriedl@yahoo.com>
22667              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
22668              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
22669      Branch: perl
22670            ! pod/perlunicode.pod
22671 ____________________________________________________________________________
22672 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
22673         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
22674              From: Jeffrey Friedl <jfriedl@yahoo.com>
22675              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
22676              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
22677      Branch: perl
22678            ! lib/utf8_heavy.pl
22679 ____________________________________________________________________________
22680 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
22681         Log: Can't create surrogates; so can't match them, either.
22682      Branch: perl
22683            ! pod/perlunicode.pod
22684 ____________________________________________________________________________
22685 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
22686         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
22687              From: Michael G Schwern <schwern@pobox.com>
22688              Date: Sat, 15 Dec 2001 21:20:35 -0500
22689              Message-ID: <20011216022035.GE5672@blackrider>
22690      Branch: perl
22691            ! t/test.pl
22692 ____________________________________________________________________________
22693 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
22694         Log: Make creating UTF-8 surrogates a punishable act.
22695      Branch: perl
22696            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
22697 ____________________________________________________________________________
22698 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
22699         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
22700      Branch: perl
22701            + lib/unicore/In/172.pl lib/unicore/In/173.pl
22702            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
22703            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
22704            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
22705            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
22706            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
22707 ____________________________________________________________________________
22708 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
22709         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
22710              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22711              Date: Sat, 15 Dec 2001 23:21:43 +0100
22712              Message-ID: <20011215232143.A11790@rafael>
22713      Branch: perl
22714            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22715 ____________________________________________________________________________
22716 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
22717         Log: Make charnames more robust.
22718      Branch: perl
22719            ! lib/charnames.pm
22720 ____________________________________________________________________________
22721 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
22722         Log: The hoops one has to jump through.
22723      Branch: perl
22724            ! ext/I18N/Langinfo/Langinfo.pm
22725 ____________________________________________________________________________
22726 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
22727         Log: Subject: [PATCH] perlstyle.pod nit on warnings
22728              From: Autrijus Tang <autrijus@egb.elixus.org>
22729              Date: Sat, 15 Dec 2001 04:24:34 -0800
22730              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
22731      Branch: perl
22732            ! pod/perlstyle.pod
22733 ____________________________________________________________________________
22734 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
22735         Log: I don't think we are in FooOS, Toto.
22736      Branch: perl
22737            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22738 ____________________________________________________________________________
22739 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
22740         Log: Subject: Re: Untested modules update:  There's more than we thought
22741              From: chromatic <chromatic@rmci.net>
22742              Date: Fri, 14 Dec 2001 17:20:24 -0700
22743              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
22744      Branch: perl
22745            + lib/ExtUtils/MM_Cygwin.t
22746            ! MANIFEST
22747 ____________________________________________________________________________
22748 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
22749         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
22750              From: Michael G Schwern <schwern@pobox.com> 
22751              Date: Fri, 14 Dec 2001 20:59:42 -0500
22752              Message-ID: <20011215015942.GF28596@blackrider>
22753      Branch: perl
22754            ! t/TEST
22755 ____________________________________________________________________________
22756 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
22757         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
22758              From: Michael G Schwern <schwern@pobox.com> 
22759              Date: Fri, 14 Dec 2001 20:03:46 -0500
22760              Message-ID: <20011215010346.GD28596@blackrider>
22761      Branch: perl
22762            + ext/B/t/bblock.t
22763            ! MANIFEST
22764 ____________________________________________________________________________
22765 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
22766         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
22767              From: Michael G Schwern <schwern@pobox.com> 
22768              Date: Fri, 14 Dec 2001 19:59:13 -0500
22769              Message-ID: <20011215005913.GC28596@blackrider>
22770      Branch: perl
22771            ! ext/B/B/Bblock.pm
22772 ____________________________________________________________________________
22773 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
22774         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
22775              From: Michael G Schwern <schwern@pobox.com> 
22776              Date: Fri, 14 Dec 2001 19:36:12 -0500
22777              Message-ID: <20011215003611.GA28596@blackrider>
22778      Branch: perl
22779            + ext/B/t/asmdata.t
22780            ! MANIFEST
22781 ____________________________________________________________________________
22782 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
22783         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
22784              From: Michael G Schwern <schwern@pobox.com> 
22785              Date: Fri, 14 Dec 2001 19:14:14 -0500
22786              Message-ID: <20011215001414.GA25077@blackrider>
22787      Branch: perl
22788            ! bytecode.pl ext/B/B/Asmdata.pm
22789 ____________________________________________________________________________
22790 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
22791         Log: Permissions.
22792      Branch: perl
22793            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
22794            ! ext/Devel/PPPort/module3.c
22795 ____________________________________________________________________________
22796 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
22797         Log: Benchmark test from Nicholas Clark.
22798      Branch: perl
22799            + lib/Benchmark.t
22800            ! MANIFEST lib/Benchmark.pm
22801 ____________________________________________________________________________
22802 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
22803         Log: Mithing.
22804      Branch: perl
22805            + lib/Attribute/Handlers/demo/demo2.pl
22806            + lib/Attribute/Handlers/demo/demo3.pl
22807            + lib/Attribute/Handlers/demo/demo4.pl
22808 ____________________________________________________________________________
22809 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
22810         Log: Silence compiler worries found by Schwern/Digital cc.
22811      Branch: perl
22812            ! perlio.c sv.c x2p/str.c
22813 ____________________________________________________________________________
22814 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
22815         Log: User may not have a valid home directory even if
22816              getpwuid() succedds.
22817      Branch: perl
22818            ! ext/File/Glob/t/basic.t
22819 ____________________________________________________________________________
22820 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
22821         Log: Integrate with perlio.  (No changes, but that's okay.)
22822      Branch: perl
22823           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
22824 ____________________________________________________________________________
22825 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
22826         Log: Add a Configure hints file for VOS: the POSIX support
22827              of VOS is getting close to the point where it can run
22828              Configure (some Configure tweaks will be required).
22829      Branch: perl
22830            + hints/vos.sh
22831            ! MANIFEST
22832 ____________________________________________________________________________
22833 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
22834         Log: Update Changes.
22835      Branch: perl
22836            ! Changes patchlevel.h
22837 ____________________________________________________________________________
22838 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
22839         Log: Reintroduce Attribute::Handlers with Spider's fixes.
22840      Branch: perl
22841            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22842            + lib/Attribute/Handlers/README
22843            + lib/Attribute/Handlers/demo/Demo.pm
22844            + lib/Attribute/Handlers/demo/Descriptions.pm
22845            + lib/Attribute/Handlers/demo/MyClass.pm
22846            + lib/Attribute/Handlers/demo/demo.pl
22847            + lib/Attribute/Handlers/demo/demo_call.pl
22848            + lib/Attribute/Handlers/demo/demo_chain.pl
22849            + lib/Attribute/Handlers/demo/demo_cycle.pl
22850            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22851            + lib/Attribute/Handlers/demo/demo_phases.pl
22852            + lib/Attribute/Handlers/demo/demo_range.pl
22853            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22854            + lib/Attribute/Handlers/t/multi.t
22855            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
22856 ____________________________________________________________________________
22857 [ 13685] By: nick                                  on 2001/12/14  15:57:00
22858         Log: Integrate mainline
22859      Branch: perlio
22860           +> t/run/switcht.t
22861           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22862           !> perlapi.h pod/perlrun.pod t/TEST taint.c
22863 ____________________________________________________________________________
22864 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
22865         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
22866              From: Michael G Schwern <schwern@pobox.com> 
22867              Date: Thu, 13 Dec 2001 19:27:08 -0500
22868              Message-ID: <20011214002707.GA10532@blackrider>
22869              
22870              (reword the perlrun -t description a bit,
22871              and move the Itaint_warn to the bottom of
22872              the intrpvar.h for binary compatibility)
22873      Branch: perl
22874            + t/run/switcht.t
22875            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22876            ! perlapi.h pod/perlrun.pod t/TEST taint.c
22877 ____________________________________________________________________________
22878 [ 13683] By: nick                                  on 2001/12/14  12:29:41
22879         Log: Integrate mainline
22880      Branch: perlio
22881           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
22882           +> lib/Term/ReadLine.t t/op/hashassign.t
22883            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22884            - lib/Attribute/Handlers/README
22885            - lib/Attribute/Handlers/demo/Demo.pm
22886            - lib/Attribute/Handlers/demo/Descriptions.pm
22887            - lib/Attribute/Handlers/demo/MyClass.pm
22888            - lib/Attribute/Handlers/demo/demo.pl
22889            - lib/Attribute/Handlers/demo/demo2.pl
22890            - lib/Attribute/Handlers/demo/demo3.pl
22891            - lib/Attribute/Handlers/demo/demo4.pl
22892            - lib/Attribute/Handlers/demo/demo_call.pl
22893            - lib/Attribute/Handlers/demo/demo_chain.pl
22894            - lib/Attribute/Handlers/demo/demo_cycle.pl
22895            - lib/Attribute/Handlers/demo/demo_hashdir.pl
22896            - lib/Attribute/Handlers/demo/demo_phases.pl
22897            - lib/Attribute/Handlers/demo/demo_range.pl
22898            - lib/Attribute/Handlers/demo/demo_rawdata.pl
22899            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
22900           !> (integrate 101 files)
22901 ____________________________________________________________________________
22902 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
22903         Log: Detypo.
22904      Branch: perl
22905            ! utf8.c
22906 ____________________________________________________________________________
22907 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
22908         Log: Buffer overflow checks.
22909      Branch: perl
22910            ! utf8.c
22911 ____________________________________________________________________________
22912 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
22913         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
22914              From: Spider Boardman <spider@leggy.zk3.dec.com>
22915              Date: Thu, 13 Dec 2001 15:32:51 -0500
22916              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
22917      Branch: perl
22918            ! lib/ExtUtils/Embed.t
22919 ____________________________________________________________________________
22920 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
22921         Log: More on the Unicode "line" definition.
22922      Branch: perl
22923            ! pod/perlunicode.pod
22924 ____________________________________________________________________________
22925 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
22926         Log: Open-ended VERSION?
22927      Branch: perl
22928            ! lib/ExtUtils/Install.pm
22929 ____________________________________________________________________________
22930 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
22931         Log: Subject: [PATCH] Better make distclean
22932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22933              Date: Thu, 13 Dec 2001 21:10:18 +0100
22934              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
22935      Branch: perl
22936            ! Makefile.SH
22937 ____________________________________________________________________________
22938 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
22939         Log: Remove Memoize::Saves as requested by mjd.
22940      Branch: perl
22941            - lib/Memoize/Saves.pm
22942            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
22943 ____________________________________________________________________________
22944 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
22945         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
22946              From: Michael G Schwern <schwern@pobox.com>
22947              Date: Tue, 11 Dec 2001 23:17:32 -0500
22948              Message-ID: <20011212041732.GS17250@blackrider>
22949      Branch: perl
22950            ! lib/ExtUtils/Install.pm
22951 ____________________________________________________________________________
22952 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
22953         Log: Subject: [PATCH] Re: use utf8; with bad utf8
22954              From: Nicholas Clark <nick@ccl4.org>
22955              Date: Thu, 13 Dec 2001 17:09:39 +0000
22956              Message-ID: <20011213170939.L21702@plum.flirble.org>
22957      Branch: perl
22958            ! t/lib/1_compile.t
22959 ____________________________________________________________________________
22960 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
22961         Log: Subject: (LONG!) Sort benchmarks and patch
22962              From: "John P. Linderman" <jpl@research.att.com>
22963              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
22964              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
22965      Branch: perl
22966            ! pp_sort.c
22967 ____________________________________________________________________________
22968 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
22969         Log: Unadorned numbers evil.
22970      Branch: perl
22971            ! pp.c regcomp.c regexec.c utf8.c utf8.h
22972 ____________________________________________________________________________
22973 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
22974         Log: "preprocessing directive not recognized within macro arg"
22975      Branch: perl
22976            ! ext/Data/Dumper/Dumper.xs
22977 ____________________________________________________________________________
22978 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
22979         Log: Subject: Clarifying the documentation of goto            
22980              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
22981              Date: Thu, 13 Dec 2001 08:57:38 -0500
22982              Message-ID: <3C18BD8B@operamail.com>
22983      Branch: perl
22984            ! pod/perlfunc.pod
22985 ____________________________________________________________________________
22986 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
22987         Log: It could be possible for the case-insensitive
22988              Unicode-aware string comparison to wander off
22989              to the la-la land.
22990      Branch: perl
22991            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
22992            ! regexec.c utf8.c
22993 ____________________________________________________________________________
22994 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
22995         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
22996              From: Michael G Schwern <schwern@pobox.com> 
22997              Date: Wed, 12 Dec 2001 21:53:46 -0500
22998              Message-ID: <20011213025346.GH25129@blackrider>
22999      Branch: perl
23000            ! lib/Net/hostent.t t/op/stat.t t/test.pl
23001 ____________________________________________________________________________
23002 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
23003         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
23004              From: Michael G Schwern <schwern@pobox.com> 
23005              Date: Wed, 12 Dec 2001 20:33:42 -0500
23006              Message-ID: <20011213013342.GX25129@blackrider>
23007      Branch: perl
23008            ! t/io/fs.t
23009 ____________________________________________________________________________
23010 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
23011         Log: Subject: Re: [PATCH] use utf8; tests
23012              From: Nicholas Clark <nick@ccl4.org>
23013              Date: Thu, 13 Dec 2001 00:16:58 +0000
23014              Message-ID: <20011213001658.I21702@plum.flirble.org>
23015      Branch: perl
23016            ! lib/utf8.t
23017 ____________________________________________________________________________
23018 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
23019         Log: EPOC fixes from Olaf Flebbe.
23020      Branch: perl
23021            ! README.epoc epoc/config.sh epoc/createpkg.pl
23022            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
23023 ____________________________________________________________________________
23024 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
23025         Log: Subject: [PATCH perl@13661] VMS test fix-ups
23026              From: "Craig A. Berry" <craigberry@mac.com>
23027              Date: Wed, 12 Dec 2001 16:27:48 -0600
23028              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
23029      Branch: perl
23030            ! lib/Net/hostent.t t/io/fs.t
23031 ____________________________________________________________________________
23032 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
23033         Log: Subject: Re: Next cygwin round.
23034              From: "Gerrit P. Haase" <gp@familiehaase.de>
23035              Date: Wed, 12 Dec 2001 21:59:00 +0100
23036              Message-ID: <122343874595.20011212215900@familiehaase.de>
23037      Branch: perl
23038            ! t/io/fs.t
23039 ____________________________________________________________________________
23040 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
23041         Log: Subject: [PATCH] use utf8; tests
23042              From: Nicholas Clark <nick@ccl4.org>
23043              Date: Wed, 12 Dec 2001 20:07:04 +0000
23044              Message-ID: <20011212200704.E21702@plum.flirble.org>
23045      Branch: perl
23046            ! lib/utf8.t t/test.pl
23047 ____________________________________________________________________________
23048 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
23049         Log: Update Changes.
23050      Branch: perl
23051            ! Changes patchlevel.h
23052 ____________________________________________________________________________
23053 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
23054         Log: Subject: [PATCH] Passing in env to perl_parse did not work
23055              From: Gisle Aas <gisle@ActiveState.com>
23056              Date: 11 Dec 2001 20:52:57 -0800
23057              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
23058      Branch: perl
23059            ! perl.c perl.h
23060 ____________________________________________________________________________
23061 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
23062         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
23063              mostly gcc -Wall complaining about the argument of %p not
23064              being a void *.
23065      Branch: perl
23066            ! perlio.c regcomp.c taint.c toke.c
23067 ____________________________________________________________________________
23068 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
23069         Log: metaconfig unit change for #13657.
23070      Branch: metaconfig
23071            ! U/modified/nis.U
23072 ____________________________________________________________________________
23073 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
23074         Log: Try YP/NIS also from /usr/lib/yp.
23075      Branch: perl
23076            ! Configure
23077 ____________________________________________________________________________
23078 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
23079         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
23080              From: Michael G Schwern <schwern@pobox.com>                
23081              Date: Wed, 12 Dec 2001 05:27:02 -0500      
23082              Message-ID: <20011212102702.GW17250@blackrider>
23083              
23084              (the op/grent part)
23085      Branch: perl
23086            ! t/op/grent.t
23087 ____________________________________________________________________________
23088 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
23089         Log: Weed out .files from ls and readdir() results.
23090      Branch: perl
23091            ! t/op/stat.t
23092 ____________________________________________________________________________
23093 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
23094         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
23095              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23096              Date: Wed, 12 Dec 2001 10:52:21 +0100
23097              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
23098      Branch: perl
23099            ! lib/File/Find.pm
23100 ____________________________________________________________________________
23101 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
23102         Log: Subject: [PATCH] doio fatal on cygwin for 13651
23103              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
23104              Date: Wed, 12 Dec 2001 11:28:13 +0100      
23105              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
23106      Branch: perl
23107            ! doio.c
23108 ____________________________________________________________________________
23109 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
23110         Log: Get the whole line of ls, makes debugging easier
23111              (from Schwern)
23112      Branch: perl
23113            ! t/op/stat.t
23114 ____________________________________________________________________________
23115 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
23116         Log: rename() must be tested even without link()
23117              or the utime() and rename-directory tests fail.
23118              (Also got the BeOS utime atime/time the wrong way round.)
23119      Branch: perl
23120            ! t/io/fs.t
23121 ____________________________________________________________________________
23122 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
23123         Log: Now that the beos.c is compiled at the main level
23124              the header is in the beos/
23125      Branch: perl
23126            ! beos/beos.c
23127 ____________________________________________________________________________
23128 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
23129         Log: Must remember to require Socket.
23130      Branch: perl
23131            ! ext/Sys/Syslog/syslog.t
23132 ____________________________________________________________________________
23133 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
23134         Log: In BeOS Errno must resort to actual compilation
23135              and execution for some of the error constants.
23136      Branch: perl
23137            ! ext/Errno/Errno_pm.PL
23138 ____________________________________________________________________________
23139 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
23140         Log: BeOS still has no good sockets.
23141      Branch: perl
23142            ! ext/IO/lib/IO/t/io_sel.t
23143 ____________________________________________________________________________
23144 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
23145         Log: BeOS sockets are not true sockets.
23146      Branch: perl
23147            ! ext/IO/lib/IO/t/io_poll.t
23148 ____________________________________________________________________________
23149 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
23150         Log: No Socket, no Syslog.
23151      Branch: perl
23152            ! ext/Sys/Syslog/syslog.t
23153 ____________________________________________________________________________
23154 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
23155         Log: (On some platforms) missing truncate FH.
23156      Branch: perl
23157            ! pod/perltodo.pod
23158 ____________________________________________________________________________
23159 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
23160         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
23161              and vms would be muchly appreciated.
23162      Branch: perl
23163            ! t/io/fs.t
23164 ____________________________________________________________________________
23165 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
23166         Log: utime() updates only the mtime in BeOS. 
23167      Branch: perl
23168            ! pod/perlport.pod
23169 ____________________________________________________________________________
23170 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
23171         Log: No link(), no need to dSP.
23172      Branch: perl
23173            ! pp_sys.c
23174 ____________________________________________________________________________
23175 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
23176         Log: Missing argument.
23177      Branch: perl
23178            ! utf8.c
23179 ____________________________________________________________________________
23180 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
23181         Log: (1) To assume any setuid programs is silly.
23182              (2) Chaining tests with booleans means that some
23183              of them may not get run which means getting out
23184              of test count sync.
23185      Branch: perl
23186            ! t/op/stat.t
23187 ____________________________________________________________________________
23188 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
23189         Log: The beos.c needs to be in the main directory.
23190      Branch: perl
23191            ! hints/beos.sh
23192 ____________________________________________________________________________
23193 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
23194         Log: Detypo and rename.
23195      Branch: perl
23196            ! doio.c perl.h perlio.c perliol.h
23197 ____________________________________________________________________________
23198 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
23199         Log: This time I test compiled.  Honest.
23200      Branch: perl
23201            ! beos/beos.c
23202 ____________________________________________________________________________
23203 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
23204         Log: Subject: [PATCH] slightly more pack tests
23205              From: Nicholas Clark <nick@ccl4.org>
23206              Date: Tue, 11 Dec 2001 23:41:23 +0000
23207              Message-ID: <20011211234123.Y21702@plum.flirble.org>
23208      Branch: perl
23209            ! t/op/pack.t
23210 ____________________________________________________________________________
23211 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
23212         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
23213              From: "Craig A. Berry" <craigberry@mac.com>
23214              Date: Tue, 11 Dec 2001 16:39:13 -0600
23215              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
23216      Branch: perl
23217            ! configure.com
23218 ____________________________________________________________________________
23219 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
23220         Log: metaconfig unit change for #13632.
23221      Branch: metaconfig/U/perl
23222            ! perlpath.U
23223 ____________________________________________________________________________
23224 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
23225         Log: Subject: $Config{perlpath} and -Dversiononly
23226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23227              Date: Tue, 11 Dec 2001 23:32:33 +0100
23228              Message-ID: <20011211233233.A11587@rafael>
23229      Branch: perl
23230            ! Configure
23231 ____________________________________________________________________________
23232 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
23233         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
23234              From: Nicholas Clark <nick@ccl4.org>
23235              Date: Tue, 11 Dec 2001 21:59:36 +0000
23236              Message-ID: <20011211215935.W21702@plum.flirble.org>
23237      Branch: perl
23238            ! t/op/pack.t
23239 ____________________________________________________________________________
23240 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
23241         Log: More UTF-8 API docs.
23242      Branch: perl
23243            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
23244 ____________________________________________________________________________
23245 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
23246         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23247              From: Nicholas Clark <nick@ccl4.org>
23248              Date: Tue, 11 Dec 2001 20:08:59 +0000
23249              Message-ID: <20011211200859.S21702@plum.flirble.org>
23250      Branch: perl
23251            ! t/op/pack.t
23252 ____________________________________________________________________________
23253 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
23254         Log: Subject: Re: use utf8; with bad utf8
23255              From: Nicholas Clark <nick@ccl4.org>
23256              Date: Tue, 11 Dec 2001 19:49:21 +0000
23257              Message-ID: <20011211194921.R21702@plum.flirble.org>
23258      Branch: perl
23259            ! lib/utf8.t
23260 ____________________________________________________________________________
23261 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
23262         Log: Can't spell worth a dam.  (Try Three Gorges.)
23263      Branch: perl
23264            ! beos/beos.c
23265 ____________________________________________________________________________
23266 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
23267         Log: We need DWIM cpps.
23268      Branch: perl
23269            ! perlio.c
23270 ____________________________________________________________________________
23271 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
23272         Log: The unixish.h needs to be found and the waitpid wrapper
23273              could use a proto.
23274      Branch: perl
23275            ! beos/beosish.h
23276 ____________________________________________________________________________
23277 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
23278         Log: The BeOS waitpid() seems to be broken,
23279              have a wrapper for it.
23280      Branch: perl
23281            + beos/beos.c beos/beosish.h
23282            ! MANIFEST hints/beos.sh perl.h
23283 ____________________________________________________________________________
23284 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
23285         Log: Unlean the leaning tower of Babel.
23286      Branch: perl
23287            ! perl.h
23288 ____________________________________________________________________________
23289 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
23290         Log: Retract #13607 until we figure out what to do with autouse.
23291      Branch: perl
23292            ! lib/Carp.pm
23293 ____________________________________________________________________________
23294 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
23295         Log: Try to handle platforms that have O_TEXT != O_BINARY but
23296              which are not DOSish, BeOS being one of such platforms.
23297              Ideally this should be a Configure test, not a hardwired
23298              cpp symbol test... 
23299      Branch: perl
23300            ! doio.c perl.h perlio.c perliol.h
23301 ____________________________________________________________________________
23302 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
23303         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
23304              From: Jonathan Stowe <gellyfish@gellyfish.com>
23305              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
23306              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
23307      Branch: perl
23308            ! lib/Term/Cap.pm lib/Term/Cap.t
23309 ____________________________________________________________________________
23310 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
23311         Log: Subject: [patch perlio.c] test for NULL before derefencing
23312              From: Stas Bekman <stas@stason.org>
23313              Date: Tue, 11 Dec 2001 16:17:55 +0800
23314              Message-ID: <3C15C133.8@stason.org>
23315      Branch: perl
23316            ! perlio.c
23317 ____________________________________________________________________________
23318 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
23319         Log: metaconfig unit change for #13617.
23320      Branch: metaconfig/U/perl
23321            ! Extensions.U
23322 ____________________________________________________________________________
23323 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
23324         Log: BeOS has socket() but not enough to build a working Socket.
23325              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
23326              new networking implementation, which is rumored to fix the
23327              non-standardness of sockets, but it's apparently not publicly
23328              available, and anything to do with BeOS has become quite
23329              complicated with the sale of the Be assets to Palm.)
23330      Branch: perl
23331            ! Configure
23332 ____________________________________________________________________________
23333 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
23334         Log: Update changes
23335      Branch: maint-5.6/macperl
23336            ! macos/Changes
23337 ____________________________________________________________________________
23338 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
23339         Log: Add extra pod to help
23340      Branch: maint-5.6/macperl
23341            ! macos/macperl/MacPerl.podhelp
23342 ____________________________________________________________________________
23343 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
23344         Log: Return DoAppleScript errors in $@
23345      Branch: maint-5.6/macperl
23346            ! macos/ext/MacPerl/OSA.xs
23347 ____________________________________________________________________________
23348 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
23349         Log: Clear out $^E before each script run
23350      Branch: maint-5.6/macperl
23351            ! macos/macperl/MPScript.c
23352 ____________________________________________________________________________
23353 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
23354         Log: Integrate various changes from maint-5.6/perl/.
23355      Branch: maint-5.6/macperl
23356           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
23357           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
23358 ____________________________________________________________________________
23359 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
23360         Log: Subject: Exporter's documentation shouldn't lie               
23361              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23362              Date: Mon, 10 Dec 2001 21:30:20 -0500
23363              Message-ID: <3C4AA201@operamail.com>
23364      Branch: perl
23365            ! lib/Exporter.pm
23366 ____________________________________________________________________________
23367 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
23368         Log: Make Errno better in BeOS (the second hunk is
23369              good on any platform).  Still not working in BeOS
23370              are the E constants that refer BeOS native error
23371              constants (B_...) which are enums (*groan*).
23372      Branch: perl
23373            ! ext/Errno/Errno_pm.PL
23374 ____________________________________________________________________________
23375 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
23376         Log: The BeOS linker seems to link the last seen symbol,
23377              not the first (so the symbols of op.o from libperl.so
23378              would get linked to miniperl instead of the symbols of
23379              opmini.o)-- use the same trick as for NeXT4 for linking
23380              miniperl.
23381      Branch: perl
23382            ! Makefile.SH
23383 ____________________________________________________________________________
23384 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
23385         Log: Subject: Re: [PATCH] tests for hash assignment
23386              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23387              Date: Tue, 11 Dec 2001 01:48:55 +0000
23388              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
23389      Branch: perl
23390            ! utf8.c
23391 ____________________________________________________________________________
23392 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
23393         Log: (retracted by #13622)
23394              
23395              Subject: RE: More verbose POD for Carp
23396              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23397              Date: Mon, 10 Dec 2001 20:23:20 -0500
23398              Message-ID: <3C4A3566@operamail.com>
23399      Branch: perl
23400            ! lib/Carp.pm
23401 ____________________________________________________________________________
23402 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
23403         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
23404              From: "Craig A. Berry" <craigberry@mac.com>
23405              Date: Mon, 10 Dec 2001 18:25:37 -0600
23406              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
23407      Branch: perl
23408            ! t/op/write.t t/test.pl
23409 ____________________________________________________________________________
23410 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
23411         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
23412              From: Michael G Schwern <schwern@pobox.com>
23413              Date: Mon, 10 Dec 2001 08:00:01 -0500
23414              Message-ID: <20011210130000.GK1770@blackrider>
23415      Branch: perl
23416            ! t/comp/multiline.t
23417 ____________________________________________________________________________
23418 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
23419         Log: Subject: Re: [PATCH] tests for hash assignment
23420              From: Nicholas Clark <nick@ccl4.org>
23421              Date: Mon, 10 Dec 2001 23:22:28 +0000
23422              Message-ID: <20011210232228.M21702@plum.flirble.org>
23423      Branch: perl
23424            + t/op/hashassign.t
23425            ! MANIFEST t/op/each.t t/test.pl
23426 ____________________________________________________________________________
23427 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
23428         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
23429              From: "Craig A. Berry" <craigberry@mac.com>
23430              Date: Mon, 10 Dec 2001 16:38:14 -0600
23431              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
23432      Branch: perl
23433            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
23434 ____________________________________________________________________________
23435 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
23436         Log: Subject: [PATCH perl@13600] configure.com fixes
23437              From: "Craig A. Berry" <craigberry@mac.com>
23438              Date: Mon, 10 Dec 2001 14:40:20 -0600
23439              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
23440      Branch: perl
23441            ! configure.com
23442 ____________________________________________________________________________
23443 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
23444         Log: Silence BeOS compilation moaning.
23445      Branch: perl
23446            ! perl.h
23447 ____________________________________________________________________________
23448 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
23449         Log: Update Changes.
23450      Branch: perl
23451            ! Changes patchlevel.h
23452 ____________________________________________________________________________
23453 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
23454         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
23455              From: Michael G Schwern <schwern@pobox.com>
23456              Date: Mon, 10 Dec 2001 01:21:03 -0500
23457              Message-ID: <20011210062103.GC1770@blackrider>
23458      Branch: perl
23459            ! lib/ExtUtils/Command.t
23460 ____________________________________________________________________________
23461 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
23462         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
23463              From: Michael G Schwern <schwern@pobox.com>
23464              Date: Mon, 10 Dec 2001 01:10:57 -0500
23465              Message-ID: <20011210061057.GB1770@blackrider>
23466      Branch: perl
23467            ! t/op/groups.t
23468 ____________________________________________________________________________
23469 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
23470         Log: Retract #13596, #13593 should do the trick.
23471      Branch: perl
23472            ! t/op/stat.t
23473 ____________________________________________________________________________
23474 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
23475         Log: (retracted by #13597, #13593 does the job better)
23476              
23477              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
23478              From: Michael G Schwern <schwern@pobox.com>
23479              Date: Mon, 10 Dec 2001 00:53:16 -0500
23480              Message-ID: <20011210055316.GA1770@blackrider>
23481      Branch: perl
23482            ! t/op/stat.t
23483 ____________________________________________________________________________
23484 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
23485         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
23486              From: Michael G Schwern <schwern@pobox.com> 
23487              Date: Mon, 10 Dec 2001 02:19:14 -0500
23488              Message-ID: <20011210071914.GF1770@blackrider>
23489      Branch: perl
23490            ! lib/AutoSplit.t
23491 ____________________________________________________________________________
23492 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
23493         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23494              From: Michael G Schwern <schwern@pobox.com>
23495              Date: Mon, 10 Dec 2001 02:47:40 -0500
23496              Message-ID: <20011210074739.GH1770@blackrider>
23497      Branch: perl
23498            ! t/op/pack.t
23499 ____________________________________________________________________________
23500 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
23501         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
23502              From: Michael G Schwern <schwern@pobox.com>
23503              Date: Mon, 10 Dec 2001 02:54:22 -0500
23504              Message-ID: <20011210075422.GI1770@blackrider>
23505      Branch: perl
23506            ! t/test.pl
23507 ____________________________________________________________________________
23508 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
23509         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
23510              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23511              Date: Mon, 10 Dec 2001 08:45:20 +0100
23512              Message-ID: <3C146810.60B5B7C0@alcatel.at>
23513      Branch: perl
23514            ! pp_pack.c
23515 ____________________________________________________________________________
23516 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
23517         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
23518              From: Michael G Schwern <schwern@pobox.com>
23519              Date: Mon, 10 Dec 2001 03:27:02 -0500
23520              Message-ID: <20011210082702.GN1770@blackrider>
23521      Branch: perl
23522            ! t/io/openpid.t
23523 ____________________________________________________________________________
23524 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
23525         Log: More chmod +w.
23526      Branch: perl
23527            ! Porting/makerel
23528 ____________________________________________________________________________
23529 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
23530         Log: Just skip the readability test if running as root.
23531      Branch: perl
23532            ! lib/Net/t/netrc.t
23533 ____________________________________________________________________________
23534 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
23535         Log: Tell about the downside of safe signals.
23536      Branch: perl
23537            ! pod/perldelta.pod
23538 ____________________________________________________________________________
23539 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
23540         Log: Make the whole -lperl thing NetBSD only until we
23541              find some other platform that needs the same.
23542      Branch: perl
23543            ! lib/ExtUtils/MM_Unix.pm
23544 ____________________________________________________________________________
23545 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
23546         Log: Subject: [PATCH t/op/pack.t] Cleanup
23547              From: Michael G Schwern <schwern@pobox.com> 
23548              Date: Sun, 9 Dec 2001 23:08:26 -0500
23549              Message-ID: <20011210040826.GD660@blackrider>
23550      Branch: perl
23551            ! t/op/pack.t
23552 ____________________________________________________________________________
23553 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
23554         Log: Add threads support for NetBSD.
23555              
23556              This is also the first (I think) Perl threads build with
23557              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
23558              NetBSD does not as of yet have true kernel POSIX threads,
23559              but the user-level pth seems to be doing pretty well--
23560              the only failure is that threads/t/basic okays 6 and 7
23561              consistently seem be arriving in the reverse order.
23562              Well, gdbm.t is also failing: 'Undefined PLT symbol
23563              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
23564              guessing that GDBM would need a threaded rebuild.
23565      Branch: perl
23566            ! hints/netbsd.sh
23567 ____________________________________________________________________________
23568 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
23569         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
23570              potential performance hit and change in semantics of closure
23571              lookups after C<undef &foo>)
23572      Branch: maint-5.6/perl
23573            ! op.c
23574 ____________________________________________________________________________
23575 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
23576         Log: metaconfig unit change for #13582.
23577      Branch: metaconfig
23578            ! U/threads/usethreads.U
23579 ____________________________________________________________________________
23580 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
23581         Log: Update the ithreads selection info in Configure,
23582              as suggested by Michael Schwern.
23583      Branch: perl
23584            ! Configure
23585 ____________________________________________________________________________
23586 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
23587         Log: Clearing locale environment simply doesn't seem to
23588              guarantee that (nl_)langinfo(CODESET) would return nil.
23589              (I for example get "ISO8859-1", so <guess>maybe there can
23590              be per-system default settings at work</guess>.)
23591      Branch: perl
23592            ! lib/open.t
23593 ____________________________________________________________________________
23594 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
23595         Log: Subject: RE: Exporter fixes reversed in 13540?
23596              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23597              Date: Sun, 9 Dec 2001 12:55:15 -0500
23598              Message-ID: <3C13F455@operamail.com>
23599      Branch: perl
23600            ! lib/open.pm
23601 ____________________________________________________________________________
23602 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
23603         Log: Root is the lizard king.
23604      Branch: perl
23605            ! lib/Net/t/netrc.t
23606 ____________________________________________________________________________
23607 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
23608         Log: Telling how many tests we are expecting helps.
23609      Branch: perl
23610            ! ext/POSIX/t/waitpid.t
23611 ____________________________________________________________________________
23612 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
23613         Log: Add a test case for waitpid(): from Rocco Caputo.
23614      Branch: perl
23615            + ext/POSIX/t/waitpid.t
23616            ! MANIFEST
23617 ____________________________________________________________________________
23618 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
23619         Log: Subject: [PATCH] Term::ReadLine tweaks and test
23620              From: Richard Clamp <richardc@unixbeard.net>
23621              Date: Mon, 10 Dec 2001 00:51:47 +0000
23622              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
23623      Branch: perl
23624            + lib/Term/ReadLine.t
23625            ! MANIFEST lib/Term/ReadLine.pm
23626 ____________________________________________________________________________
23627 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
23628         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
23629              From: Rocco Caputo <troc@netrus.net>
23630              Date: Sun, 9 Dec 2001 18:12:38 -0500
23631              Message-ID: <20011209181238.A803@eyrie.homenet>
23632      Branch: perl
23633            ! win32/win32.c
23634 ____________________________________________________________________________
23635 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
23636         Log: make sure that va_start() has matching va_end();
23637              from OpenBSD 3.0.
23638      Branch: perl
23639            ! x2p/util.c
23640 ____________________________________________________________________________
23641 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
23642         Log: h2ph updates from OpenBSD 3.0.
23643      Branch: perl
23644            ! utils/h2ph.PL
23645 ____________________________________________________________________________
23646 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
23647         Log: OpenBSD hints update from OpenBSD 3.0.
23648      Branch: perl
23649            ! hints/openbsd.sh
23650 ____________________________________________________________________________
23651 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
23652         Log: DJGPP tweaks from Laszlo Molnar.
23653      Branch: perl
23654            ! djgpp/config.over lib/File/Find/t/find.t
23655            ! lib/File/Find/t/taint.t t/pod/find.t
23656 ____________________________________________________________________________
23657 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
23658         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
23659              From: Michael G Schwern <schwern@pobox.com> 
23660              Date: Sun, 9 Dec 2001 19:28:12 -0500
23661              Message-ID: <20011210002812.GF13586@blackrider>
23662      Branch: perl
23663            ! README.cygwin
23664 ____________________________________________________________________________
23665 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
23666         Log: README.cygwin update from Gerrit P. Haase.
23667      Branch: perl
23668            ! README.cygwin
23669 ____________________________________________________________________________
23670 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
23671         Log: Apply NetBSD patch-ag: shared/static linking,
23672              but make the change less intrusive on non-NetBSD.
23673      Branch: perl
23674            ! lib/ExtUtils/MM_Unix.pm
23675 ____________________________________________________________________________
23676 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
23677         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
23678      Branch: perl
23679            ! lib/ExtUtils/Liblist.pm
23680 ____________________________________________________________________________
23681 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
23682         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
23683      Branch: perl
23684            ! regcomp.c
23685 ____________________________________________________________________________
23686 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
23687         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
23688      Branch: perl
23689            ! pp.c
23690 ____________________________________________________________________________
23691 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
23692         Log: Apply NetBSD patch-ac.
23693              (the fix has already been done: change #9706, fully qualified
23694              pathnames in packlists)
23695      Branch: perl
23696            ! lib/ExtUtils/Install.pm
23697 ____________________________________________________________________________
23698 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
23699         Log: Apply NetBSD patch-ab: NetBSD hints update.
23700      Branch: perl
23701            ! hints/netbsd.sh
23702 ____________________________________________________________________________
23703 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
23704         Log: metaconfig unit changes for #13560.
23705      Branch: metaconfig/U/perl
23706            ! dlsrc.U i_ieeefp.U libperl.U
23707 ____________________________________________________________________________
23708 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
23709         Log: NetBSD has <ieeefp.h> but hidden.
23710      Branch: perl
23711            ! hints/netbsd.sh
23712 ____________________________________________________________________________
23713 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
23714         Log: Implement NetBSD patch-aa.
23715      Branch: perl
23716            ! Configure
23717 ____________________________________________________________________________
23718 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
23719         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
23720              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
23721              Date: Sun, 09 Dec 2001 13:40:58 +0100
23722              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
23723              
23724              (The lstat()s were there in 5.6.1: what happened to them?)
23725      Branch: perl
23726            ! lib/File/Find.pm
23727 ____________________________________________________________________________
23728 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
23729         Log: Quickie documentation of the C UTF-8 API.
23730      Branch: perl
23731            ! pod/perlunicode.pod
23732 ____________________________________________________________________________
23733 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
23734         Log: Subject: bleadperl on cygwin weirdness...
23735              From: "Gerrit P. Haase" <gp@familiehaase.de>
23736              Date: Sun, 9 Dec 2001 20:31:28 +0100
23737              Message-ID: <13779422183.20011209203128@familiehaase.de>          
23738              
23739              (plus libperl*.dll version portability tweaks)
23740      Branch: perl
23741            ! lib/ExtUtils/Embed.t
23742 ____________________________________________________________________________
23743 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
23744         Log: Instead of muting symbol export error if under eval,
23745              delay the errors until the croak().
23746              
23747              (replaces #13408)
23748      Branch: perl
23749            ! lib/Exporter/Heavy.pm
23750 ____________________________________________________________________________
23751 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
23752         Log: Basegroup 0 is a cygwin_nt thing.
23753      Branch: perl
23754            ! t/op/groups.t
23755 ____________________________________________________________________________
23756 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
23757         Log: Also WinME is LoseLink.
23758      Branch: perl
23759            ! t/op/stat.t
23760 ____________________________________________________________________________
23761 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
23762         Log: Forgotten checkin.
23763      Branch: perl
23764            ! lib/User/grent.t
23765 ____________________________________________________________________________
23766 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
23767         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
23768              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23769              Date: Sun, 09 Dec 2001 13:45:06 +0100
23770              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
23771      Branch: perl
23772            ! lib/File/Find.pm
23773 ____________________________________________________________________________
23774 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
23775         Log: Tweakback.
23776      Branch: perl
23777            ! lib/Net/hostent.t
23778 ____________________________________________________________________________
23779 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
23780         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
23781              From: Michael G Schwern <schwern@pobox.com>
23782              Date: Sat, 8 Dec 2001 14:48:38 -0500
23783              Message-ID: <20011208194838.GA8650@blackrider>
23784      Branch: perl
23785            ! t/op/grent.t
23786 ____________________________________________________________________________
23787 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
23788         Log: Subject: [README.cygwin] Removing old expected test failures
23789              From: Michael G Schwern <schwern@pobox.com>
23790              Date: Sat, 8 Dec 2001 15:38:28 -0500
23791              Message-ID: <20011208203828.GB9017@blackrider>
23792      Branch: perl
23793            ! README.cygwin
23794 ____________________________________________________________________________
23795 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
23796         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
23797              From: Michael G Schwern <schwern@pobox.com>                
23798              Date: Sat, 8 Dec 2001 15:26:59 -0500
23799              Message-ID: <20011208202659.GA9017@blackrider> 
23800      Branch: perl
23801            ! lib/Net/hostent.t
23802 ____________________________________________________________________________
23803 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
23804         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
23805              From: Michael G Schwern <schwern@pobox.com> 
23806              Date: Sat, 8 Dec 2001 15:06:16 -0500
23807              Message-ID: <20011208200616.GA8915@blackrider>
23808      Branch: perl
23809            ! t/op/stat.t
23810 ____________________________________________________________________________
23811 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
23812         Log: Developer deprecations and an incompatibility.
23813      Branch: perl
23814            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
23815 ____________________________________________________________________________
23816 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
23817         Log: Shoo.
23818      Branch: perl
23819            - lib/Attribute/Handlers.pm
23820 ____________________________________________________________________________
23821 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
23822         Log: Remove Attribute::Handlers, as per Damian's request.
23823              (Because of fixing the my variables to be now handled
23824              in run-time, the whole internals of the A::H needs to
23825              be rewritten and Damian will not have time for that
23826              for months.)
23827      Branch: perl
23828            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23829            - lib/Attribute/Handlers/demo/Demo.pm
23830            - lib/Attribute/Handlers/demo/Descriptions.pm
23831            - lib/Attribute/Handlers/demo/MyClass.pm
23832            - lib/Attribute/Handlers/demo/demo.pl
23833            - lib/Attribute/Handlers/demo/demo2.pl
23834            - lib/Attribute/Handlers/demo/demo3.pl
23835            - lib/Attribute/Handlers/demo/demo4.pl
23836            - lib/Attribute/Handlers/demo/demo_call.pl
23837            - lib/Attribute/Handlers/demo/demo_chain.pl
23838            - lib/Attribute/Handlers/demo/demo_cycle.pl
23839            - lib/Attribute/Handlers/demo/demo_hashdir.pl
23840            - lib/Attribute/Handlers/demo/demo_phases.pl
23841            - lib/Attribute/Handlers/demo/demo_range.pl
23842            - lib/Attribute/Handlers/demo/demo_rawdata.pl
23843            - lib/Attribute/Handlers/t/multi.t
23844            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
23845            ! pod/perlmodlib.pod pod/perltoc.pod
23846 ____________________________________________________________________________
23847 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
23848         Log: Subject: Re: attributes are broken
23849              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23850              Date: Sun, 09 Dec 2001 00:09:23 -0500
23851              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
23852      Branch: perl
23853            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
23854            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
23855            ! xsutils.c
23856 ____________________________________________________________________________
23857 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
23858         Log: Forgotten checkin.
23859      Branch: perl
23860            ! lib/Pod/Text.pm
23861 ____________________________________________________________________________
23862 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
23863         Log: uconfig.h update.
23864      Branch: perl
23865            ! uconfig.h
23866 ____________________________________________________________________________
23867 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
23868         Log: Update Changes.
23869      Branch: perl
23870            ! Changes patchlevel.h
23871 ____________________________________________________________________________
23872 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
23873         Log: Note that some of the Unicode features are
23874              dependent on perlio.
23875      Branch: perl
23876            ! pod/perluniintro.pod
23877 ____________________________________________________________________________
23878 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
23879         Log: Regen perlapi, regen toc.
23880      Branch: perl
23881            ! pod/perlapi.pod pod/perltoc.pod
23882 ____________________________________________________________________________
23883 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
23884         Log: FAQ sync.
23885      Branch: perl
23886            ! pod/perlfaq4.pod pod/perlfaq6.pod
23887 ____________________________________________________________________________
23888 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
23889         Log: Subject: [PATCH] Fix odd language in an sv.c comment
23890              From: coral@eekeek.org
23891              Date: Sat, 8 Dec 2001 12:19:39 -0500
23892              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
23893      Branch: perl
23894            ! sv.c
23895 ____________________________________________________________________________
23896 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
23897         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
23898              From: Michael G Schwern <schwern@pobox.com>
23899              Date: Fri, 7 Dec 2001 20:03:45 -0500
23900              Message-ID: <20011208010345.GD642@blackrider>
23901              
23902              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
23903              From: Michael G Schwern <schwern@pobox.com>
23904              Date: Fri, 7 Dec 2001 20:13:54 -0500
23905              Message-ID: <20011208011354.GE642@blackrider>
23906              
23907              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
23908              From: Michael G Schwern <schwern@pobox.com>
23909              Date: Fri, 7 Dec 2001 21:47:36 -0500
23910              Message-ID: <20011208024736.GH642@blackrider>
23911              
23912              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
23913              From: Michael G Schwern <schwern@pobox.com>
23914              Date: Fri, 7 Dec 2001 23:09:43 -0500
23915              Message-ID: <20011208040943.GK642@blackrider>
23916              
23917              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
23918              Message-Id: <a05101004b83754903506@[172.16.52.1]>
23919              Date: Fri, 7 Dec 2001 23:28:15 -0600
23920              From: "Craig A. Berry" <craigberry@mac.com>
23921      Branch: perl
23922            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
23923 ____________________________________________________________________________
23924 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
23925         Log: Integrate perlio.
23926      Branch: perl
23927           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
23928           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
23929 ____________________________________________________________________________
23930 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
23931         Log: Retract #11156 since Sarathy has found that it breaks code:
23932              http://bugs.ActiveState.com/show_bug.cgi?id=18457
23933              http://bugs.ActiveState.com/show_bug.cgi?id=18858
23934      Branch: perl
23935            ! op.c sv.c t/op/pos.t
23936 ____________________________________________________________________________
23937 [ 13532] By: nick                                  on 2001/12/08  14:11:12
23938         Log: Integrate mainline
23939      Branch: perlio
23940           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
23941           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
23942 ____________________________________________________________________________
23943 [ 13531] By: nick                                  on 2001/12/08  13:48:21
23944         Log: Tweak multi-arg open error messages
23945      Branch: perlio
23946            ! perlio.c
23947 ____________________________________________________________________________
23948 [ 13530] By: nick                                  on 2001/12/08  10:20:06
23949         Log: Allow multi-arg open() if opening layer declares this legal.
23950      Branch: perlio
23951            ! doio.c perlio.c perliol.h
23952 ____________________________________________________________________________
23953 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
23954         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
23955              From: Michael G Schwern <schwern@pobox.com>       
23956              Date: Fri, 7 Dec 2001 19:41:31 -0500
23957              Message-ID: <20011208004131.GC642@blackrider>
23958      Branch: perl
23959            ! t/run/switches.t t/test.pl
23960 ____________________________________________________________________________
23961 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
23962         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
23963              From: Michael G Schwern <schwern@pobox.com>       
23964              Date: Fri, 7 Dec 2001 19:12:44 -0500
23965              Message-ID: <20011208001244.GB642@blackrider>
23966      Branch: perl
23967            ! t/op/stat.t
23968 ____________________________________________________________________________
23969 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
23970         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
23971              From: Michael G Schwern <schwern@pobox.com>
23972              Date: Fri, 7 Dec 2001 17:28:57 -0500
23973              Message-ID: <20011207222857.GI23210@blackrider>
23974      Branch: perl
23975            ! t/op/magic.t
23976 ____________________________________________________________________________
23977 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
23978         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
23979      Branch: perl
23980            ! t/test.pl
23981 ____________________________________________________________________________
23982 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
23983         Log: which_perl: delay as much a possible till runtime.
23984      Branch: perl
23985            ! t/test.pl
23986 ____________________________________________________________________________
23987 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
23988         Log: Further tweakage to which_perl().
23989      Branch: perl
23990            ! t/test.pl
23991 ____________________________________________________________________________
23992 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
23993         Log: perluniintro tweaks.
23994      Branch: perl
23995            ! pod/perluniintro.pod
23996 ____________________________________________________________________________
23997 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
23998         Log: Tweak the $Perl computation.
23999      Branch: perl
24000            ! t/test.pl
24001 ____________________________________________________________________________
24002 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
24003         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
24004              From: Nicholas Clark <nick@ccl4.org>
24005              Date: Fri, 7 Dec 2001 17:06:56 +0000
24006              Message-ID: <20011207170656.G21702@plum.flirble.org>
24007      Branch: perl
24008            ! doop.c t/op/chop.t
24009 ____________________________________________________________________________
24010 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
24011         Log: Update Changes.
24012      Branch: perl
24013            ! Changes patchlevel.h
24014 ____________________________________________________________________________
24015 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
24016         Log: Missing ).
24017      Branch: perl
24018            ! t/test.pl
24019 ____________________________________________________________________________
24020 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
24021         Log: Allow several arguments to display().
24022      Branch: perl
24023            ! t/test.pl
24024 ____________________________________________________________________________
24025 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
24026         Log: /dev/stdout could be either a character special file
24027              or a named pipe, so let's pretend it doesn't exist.
24028      Branch: perl
24029            ! t/op/stat.t
24030 ____________________________________________________________________________
24031 [ 13516] By: nick                                  on 2001/12/07  15:09:23
24032         Log: Integrate again - can I catch up ?
24033      Branch: perlio
24034           !> t/test.pl
24035 ____________________________________________________________________________
24036 [ 13515] By: nick                                  on 2001/12/07  15:08:17
24037         Log: Integrate mainline some more
24038      Branch: perlio
24039           !> README.hpux hints/linux.sh pod/perlfunc.pod
24040 ____________________________________________________________________________
24041 [ 13514] By: nick                                  on 2001/12/07  15:07:15
24042         Log: Integrate mainline
24043      Branch: perlio
24044           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
24045           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
24046           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
24047           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
24048           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
24049           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
24050           +> t/lib/Math/BigInt/BareCalc.pm
24051            - ext/Devel/PPPort/harness/Harness.pm
24052            - ext/Devel/PPPort/harness/Harness.xs
24053            - ext/Devel/PPPort/harness/Makefile.PL
24054            - ext/Devel/PPPort/harness/module2.c
24055            - ext/Devel/PPPort/harness/module3.c
24056            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
24057            - lib/File/Spec/Functions.t
24058           !> (integrate 103 files)
24059 ____________________________________________________________________________
24060 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
24061         Log: Add display() for displaying icky scalars.
24062      Branch: perl
24063            ! t/test.pl
24064 ____________________________________________________________________________
24065 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
24066         Log: Subject: [ID 20011207.001] documentation bug for waitpid
24067              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
24068              Date: Fri, 7 Dec 2001 12:44:56 +0100
24069              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
24070      Branch: perl
24071            ! pod/perlfunc.pod
24072 ____________________________________________________________________________
24073 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
24074         Log: gcc version matching didn't.
24075      Branch: perl
24076            ! hints/linux.sh
24077 ____________________________________________________________________________
24078 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
24079         Log: Subject: HP renamed their servers              
24080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24081              Date: Fri, 07 Dec 2001 12:07:22 +0100
24082              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
24083      Branch: perl
24084            ! README.hpux
24085 ____________________________________________________________________________
24086 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
24087         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
24088              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24089              Date: Fri, 7 Dec 2001 00:24:55 -0500
24090              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
24091      Branch: perl
24092            ! pod/perlport.pod
24093 ____________________________________________________________________________
24094 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
24095         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
24096              From: Michael G Schwern <schwern@pobox.com> 
24097              Date: Thu, 6 Dec 2001 22:56:34 -0500
24098              Message-ID: <20011207035634.GO22648@blackrider>
24099      Branch: perl
24100            ! t/base/lex.t t/op/exec.t
24101 ____________________________________________________________________________
24102 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
24103         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
24104              From: Michael G Schwern <schwern@pobox.com>
24105              Date: Thu, 6 Dec 2001 22:45:44 -0500
24106              Message-ID: <20011207034544.GN22648@blackrider>
24107              
24108              (plus op/ref tweak)
24109      Branch: perl
24110            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
24111            ! t/run/kill_perl.t t/test.pl
24112 ____________________________________________________________________________
24113 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
24114         Log: Upgrade to Math::BigInt 1.48.
24115      Branch: perl
24116            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
24117            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24118            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
24119            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24120            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
24121            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24122            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
24123 ____________________________________________________________________________
24124 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
24125         Log: Mention also perl56delta in case someone is upgrading from
24126              Perl 5.005_03.
24127      Branch: perl
24128            ! pod/perldelta.pod
24129 ____________________________________________________________________________
24130 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
24131         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
24132              From: Michael G Schwern <schwern@pobox.com>
24133              Date: Thu, 6 Dec 2001 15:15:28 -0500
24134              Message-ID: <20011206201528.GF16414@blackrider>
24135              
24136              (just the term.t, not the lex.t)
24137              
24138              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
24139              From: Michael G Schwern <schwern@pobox.com>
24140              Date: Thu, 6 Dec 2001 15:22:22 -0500
24141              Message-ID: <20011206202222.GG16414@blackrider>
24142              
24143              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
24144              From: Michael G Schwern <schwern@pobox.com>
24145              Date: Thu, 6 Dec 2001 15:31:58 -0500
24146              Message-ID: <20011206203158.GI16414@blackrider>
24147              
24148              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
24149              From: Michael G Schwern <schwern@pobox.com>
24150              Date: Thu, 6 Dec 2001 17:38:55 -0500
24151              Message-ID: <20011206223855.GC22648@blackrider>
24152      Branch: perl
24153            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
24154            ! t/test.pl
24155 ____________________________________________________________________________
24156 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
24157         Log: Update the thr5005 situation.
24158      Branch: perl
24159            ! pod/perldelta.pod
24160 ____________________________________________________________________________
24161 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
24162         Log: perldelta borrowings from perl561delta.
24163      Branch: perl
24164            ! pod/perldelta.pod
24165 ____________________________________________________________________________
24166 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
24167         Log: Add the 5.6.1 perldelta as perl561delta.
24168              (Makes it easier to steal stuff for perldelta :-)
24169      Branch: perl
24170            + pod/perl561delta.pod
24171            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24172 ____________________________________________________________________________
24173 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
24174         Log: Retract #13496 for now.
24175      Branch: perl
24176            ! t/base/lex.t t/base/term.t
24177 ____________________________________________________________________________
24178 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
24179         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
24180              From: "Craig A. Berry" <craigberry@mac.com>
24181              Date: Thu, 6 Dec 2001 14:54:36 -0600
24182              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
24183      Branch: perl
24184            ! vms/ext/filespec.t
24185 ____________________________________________________________________________
24186 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
24187         Log: (retracted by #13499)
24188              
24189              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
24190              From: Michael G Schwern <schwern@pobox.com>
24191              Date: Thu, 6 Dec 2001 15:15:28 -0500
24192              Message-ID: <20011206201528.GF16414@blackrider>
24193      Branch: perl
24194            ! t/base/lex.t t/base/term.t
24195 ____________________________________________________________________________
24196 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
24197         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
24198              From: Michael G Schwern <schwern@pobox.com>
24199              Date: Thu, 6 Dec 2001 13:54:48 -0500
24200              Message-ID: <20011206185448.GC16414@blackrider>
24201      Branch: perl
24202            ! t/op/stat.t
24203 ____________________________________________________________________________
24204 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
24205         Log: The #4 has nothing to do with Unicode.
24206      Branch: perl
24207            ! t/op/tr.t
24208 ____________________________________________________________________________
24209 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
24210         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
24211              From: Michael G Schwern <schwern@pobox.com>
24212              Date: Thu, 6 Dec 2001 13:45:48 -0500
24213              Message-ID: <20011206184548.GB16414@blackrider>
24214      Branch: perl
24215            ! t/op/tr.t
24216 ____________________________________________________________________________
24217 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
24218         Log: Update Changes.
24219      Branch: perl
24220            ! Changes patchlevel.h
24221 ____________________________________________________________________________
24222 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
24223         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
24224              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24225              Date: Thu, 6 Dec 2001 11:41:25 EST
24226              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
24227      Branch: perl
24228            ! vms/vms.c vms/vmsish.h
24229 ____________________________________________________________________________
24230 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
24231         Log: Subject: [PATCH] Re: weirdness in regexps
24232              From: Robin Houston <robin@kitsite.com> 
24233              Date: Thu, 6 Dec 2001 14:44:01 +0000
24234              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
24235      Branch: perl
24236            ! op.c t/lib/strict/subs
24237 ____________________________________________________________________________
24238 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
24239         Log: Make the -b -c -S tests count all of the /dev, not just
24240              check the first one, as suggested by Benjamin Goldberg.
24241      Branch: perl
24242            ! t/op/stat.t
24243 ____________________________________________________________________________
24244 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
24245         Log: Subject: Re: [PATCH: bleadperl] casefold backref
24246              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24247              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
24248              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
24249      Branch: perl
24250            ! regexec.c
24251 ____________________________________________________________________________
24252 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
24253         Log: Nits noticed by Philip Newton, and de-tab DB.t.
24254      Branch: perl
24255            ! lib/DB.t
24256 ____________________________________________________________________________
24257 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
24258         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
24259              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24260              Date: 6 Dec 2001 11:06:01 -0000
24261              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
24262      Branch: perl
24263            ! op.c t/op/tr.t
24264 ____________________________________________________________________________
24265 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
24266         Log: Subject: [PATCH: bleadperl] casefold backref
24267              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24268              Date: Wed, 05 Dec 2001 17:27:05 +0000
24269              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
24270      Branch: perl
24271            ! regexec.c t/op/re_tests
24272 ____________________________________________________________________________
24273 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
24274         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
24275              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24276              Date: Wed, 5 Dec 2001 22:34:53 EST
24277              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
24278      Branch: perl
24279            ! mg.c vms/vms.c vms/vmsish.h
24280 ____________________________________________________________________________
24281 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
24282         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
24283              From: Michael G Schwern <schwern@pobox.com>
24284              Date: Wed, 5 Dec 2001 19:52:58 -0500
24285              Message-ID: <20011205195257.A903@blackrider>
24286      Branch: perl
24287            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
24288            + lib/File/Spec/t/rel2abs2rel.t
24289            - lib/File/Spec.t lib/File/Spec/Functions.t
24290            ! MANIFEST
24291 ____________________________________________________________________________
24292 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
24293         Log: Subject: Re: Silly stat() portability questions                
24294              From: Benjamin Goldberg <goldbb2@earthlink.net>
24295              Date: Wed, 05 Dec 2001 22:52:35 -0500
24296              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
24297      Branch: perl
24298            ! pod/perlport.pod
24299 ____________________________________________________________________________
24300 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
24301         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
24302              From: "Craig A. Berry" <craigberry@mac.com>
24303              Date: Wed, 05 Dec 2001 16:41:59 -0600
24304              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
24305      Branch: perl
24306            ! README.vms configure.com lib/File/Spec/VMS.pm
24307            ! vms/ext/filespec.t
24308 ____________________________________________________________________________
24309 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
24310         Log: $apply->('club', $glibc_maintainers);
24311              
24312              (Nick Clark just reported that <langinfo.h> YESSTR
24313              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
24314      Branch: perl
24315            ! ext/I18N/Langinfo/Langinfo.t
24316 ____________________________________________________________________________
24317 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
24318         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
24319      Branch: perl
24320            ! pod/perlport.pod
24321 ____________________________________________________________________________
24322 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
24323         Log: tweak change#13474 (pad entries can apparently be null in some
24324              situations)
24325      Branch: maint-5.6/perl
24326            ! op.c
24327 ____________________________________________________________________________
24328 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
24329         Log: Restore the /dev -b -c -S part of the test.
24330      Branch: perl
24331            ! t/op/stat.t
24332 ____________________________________________________________________________
24333 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
24334         Log: Retract #13475 until Arthur gets back to the mine.
24335      Branch: perl
24336            ! op.c t/run/kill_perl.t
24337 ____________________________________________________________________________
24338 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
24339         Log: (retracted by #13476)
24340              
24341              Manually apply #13474; fixes stale reference to dead
24342              CvOUTSIDE(); this can happen when anonymous subroutines
24343              that aren't closures are returned from an eval""
24344              
24345              (threads/shared/sv_refs.t is coredump-unhappy about this change)
24346      Branch: perl
24347            ! op.c t/run/kill_perl.t
24348 ____________________________________________________________________________
24349 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
24350         Log: replacement for change#10451
24351              
24352              fixes stale reference to dead CvOUTSIDE(); this can happen when
24353              anonymous subroutines that aren't closures are returned from an
24354              eval""
24355      Branch: maint-5.6/perl
24356            ! op.c t/op/misc.t
24357 ____________________________________________________________________________
24358 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
24359         Log: revert change#10451,10472; it was a naive fix that simply
24360              reintroduced the memory leak!
24361      Branch: maint-5.6/perl
24362            ! op.c t/op/misc.t
24363 ____________________________________________________________________________
24364 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
24365         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
24366              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24367              Date: Wed, 05 Dec 2001 10:49:20 +0100
24368              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
24369      Branch: perl
24370            ! lib/File/Basename.pm lib/File/Basename.t
24371 ____________________________________________________________________________
24372 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
24373         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
24374              From: Michael G Schwern <schwern@pobox.com> 
24375              Date: Wed, 5 Dec 2001 02:47:59 -0500
24376              Message-ID: <20011205024759.H14333@blackrider>
24377      Branch: perl
24378            ! t/op/magic.t
24379 ____________________________________________________________________________
24380 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
24381         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
24382              From: Michael G Schwern <schwern@pobox.com>              
24383              Date: Wed, 5 Dec 2001 02:22:05 -0500
24384              Message-ID: <20011205022205.F14333@blackrider>
24385      Branch: perl
24386            ! t/op/stat.t vms/test.com
24387 ____________________________________________________________________________
24388 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
24389         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24390              From: Michael G Schwern <schwern@pobox.com> 
24391              Date: Tue, 4 Dec 2001 23:40:10 -0500
24392              Message-ID: <20011204234010.B14333@blackrider>
24393      Branch: perl
24394            ! t/op/stat.t
24395 ____________________________________________________________________________
24396 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
24397         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24398              From: Michael G Schwern <schwern@pobox.com> 
24399              Date: Tue, 4 Dec 2001 21:09:18 -0500           
24400              Message-ID: <20011204210918.D13279@blackrider>
24401              
24402              t/test.
24403      Branch: perl
24404            ! t/test.pl
24405 ____________________________________________________________________________
24406 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
24407         Log: (accidentally empty check-in)
24408      Branch: perl
24409            ! t/op/stat.t
24410 ____________________________________________________________________________
24411 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
24412         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
24413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24414              Date: Tue, 04 Dec 2001 23:40:27 +0100
24415              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
24416      Branch: perl
24417            ! mg.c
24418 ____________________________________________________________________________
24419 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
24420         Log: Subject: [PATCH] minor pod fix in Safe.pm
24421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24422              Date: Tue, 4 Dec 2001 22:02:34 +0100
24423              Message-ID: <20011204220234.A17293@rafael>
24424      Branch: perl
24425            ! ext/Opcode/Safe.pm
24426 ____________________________________________________________________________
24427 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
24428         Log: CRLF GRRR.
24429      Branch: perl
24430            ! djgpp/configure.bat
24431 ____________________________________________________________________________
24432 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
24433         Log: DJGPP fixes from Laszlo Molnar.
24434      Branch: perl
24435            ! djgpp/configure.bat djgpp/djgpp.h
24436 ____________________________________________________________________________
24437 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
24438         Log: Update Changes.
24439      Branch: perl
24440            ! Changes patchlevel.h
24441 ____________________________________________________________________________
24442 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
24443         Log: Must wipe out the memory of real Socket before starting
24444              to use the new fake one.
24445      Branch: perl
24446            ! lib/Net/t/config.t
24447 ____________________________________________________________________________
24448 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
24449         Log: LC_ALL might trump LANG.
24450      Branch: perl
24451            ! lib/open.t
24452 ____________________________________________________________________________
24453 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
24454         Log: Make the eval runtime.
24455      Branch: perl
24456            ! lib/open.pm
24457 ____________________________________________________________________________
24458 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
24459         Log: Make the Langinfo test both more lenient (allow
24460              for any symbol not to exists) and stricter (add
24461              more symbols).
24462      Branch: perl
24463            ! ext/I18N/Langinfo/Langinfo.t
24464 ____________________________________________________________________________
24465 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
24466         Log: integrate change#13453 from maint-5.6
24467              
24468              tweak change#11399 to use an explicit flag rather than
24469              ass_u_ming w32_pseudo_id will only be zero for the real
24470              toplevel interpreter; avoids multiple hosts from diddling
24471              the environment at the same time
24472      Branch: perl
24473           !> win32/perlhost.h
24474 ____________________________________________________________________________
24475 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
24476         Log: Subject: [PATCH] VMS update for perldelta.pod
24477              From: "Craig A. Berry" <craigberry@mac.com> 
24478              Date: Tue, 4 Dec 2001 00:23:12 -0600
24479              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
24480      Branch: perl
24481            ! pod/perldelta.pod
24482 ____________________________________________________________________________
24483 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
24484         Log: NetWare tweak from Ananth Kesari.
24485      Branch: perl
24486            ! NetWare/Makefile
24487 ____________________________________________________________________________
24488 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
24489         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
24490              Not adding the test suite because of its many assumptions.
24491      Branch: perl
24492            ! lib/Net/Ping.pm
24493 ____________________________________________________________________________
24494 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
24495         Log: tweak change#11399 to use an explicit flag rather than
24496              ass_u_ming w32_pseudo_id will only be zero for the real
24497              toplevel interpreter; avoids multiple hosts from diddling
24498              the environment at the same time
24499      Branch: maint-5.6/perl
24500            ! win32/perlhost.h
24501 ____________________________________________________________________________
24502 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
24503         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
24504              from Len Makin.
24505      Branch: perl
24506            + hints/super-ux.sh
24507            ! MANIFEST
24508 ____________________________________________________________________________
24509 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
24510         Log: Add Mac OS X known failures to perldelta.
24511      Branch: perl
24512            ! pod/perldelta.pod
24513 ____________________________________________________________________________
24514 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
24515         Log: I think it's time to call the utf8 code non-test.
24516      Branch: perl
24517            ! utf8.c
24518 ____________________________________________________________________________
24519 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
24520         Log: Retract #13303, need rethink.
24521      Branch: perl
24522            ! utf8.c
24523 ____________________________________________________________________________
24524 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
24525         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
24526              From: "Craig A. Berry" <craigberry@mac.com>
24527              Date: Mon, 03 Dec 2001 16:28:06 -0600
24528              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
24529      Branch: perl
24530            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
24531 ____________________________________________________________________________
24532 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
24533         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
24534              From: Andy Dougherty <doughera@lafayette.edu>
24535              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
24536              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
24537      Branch: perl
24538            ! hints/solaris_2.sh
24539 ____________________________________________________________________________
24540 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
24541         Log: This test is not very robust on 8.3-constrained systems:
24542              all the "with truncated name" lines between "Autosplitting ..."
24543              and "some names are not unique" lines are unexpected,
24544              and the truncation message becomes:
24545              testtest.al, testtest.al truncate to testtest 
24546      Branch: perl
24547            ! lib/AutoSplit.t
24548 ____________________________________________________________________________
24549 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
24550         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
24551      Branch: perl
24552            ! ext/I18N/Langinfo/Langinfo.t
24553 ____________________________________________________________________________
24554 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
24555         Log: Test::Morify UCD.t
24556      Branch: perl
24557            ! lib/Unicode/UCD.t
24558 ____________________________________________________________________________
24559 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
24560         Log: If Socket has not been built (e.g. DJGPP) the libnet
24561              tests fall over with (too) much noise.
24562      Branch: perl
24563            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
24564            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
24565            ! lib/Net/t/smtp.t lib/Net/t/time.t
24566 ____________________________________________________________________________
24567 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
24568         Log: Subject: [PATCH] shared hash keys and ++/--
24569              From: Nicholas Clark <nick@ccl4.org>
24570              Date: Mon, 3 Dec 2001 16:37:16 +0000
24571              Message-ID: <20011203163716.C21702@plum.flirble.org>
24572      Branch: perl
24573            ! pp.c pp_hot.c sv.c t/op/inc.t
24574 ____________________________________________________________________________
24575 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
24576         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
24577              From: Jonathan Stowe <jns@gellyfish.com>
24578              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
24579              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
24580      Branch: perl
24581            ! lib/Term/Cap.pm
24582 ____________________________________________________________________________
24583 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
24584         Log: Update Changes.
24585      Branch: perl
24586            ! Changes patchlevel.h
24587 ____________________________________________________________________________
24588 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
24589         Log: perldelta tweaks.
24590      Branch: perl
24591            ! pod/perldelta.pod
24592 ____________________________________________________________________________
24593 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
24594         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
24595              From: Sam Tregar <sam@tregar.com> 
24596              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
24597              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
24598      Branch: perl
24599            ! pod/perlnewmod.pod
24600 ____________________________________________________________________________
24601 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
24602         Log: microperl casting nit.
24603      Branch: perl
24604            ! utf8.c
24605 ____________________________________________________________________________
24606 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
24607         Log: Make sharepvn a macro since all it does is a deref.
24608      Branch: perl
24609            ! embed.h embed.pl global.sym hv.c hv.h proto.h
24610 ____________________________________________________________________________
24611 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
24612         Log: perldelta updates.
24613      Branch: perl
24614            ! pod/perldelta.pod
24615 ____________________________________________________________________________
24616 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
24617         Log: PPPort update from Paul Marquess.
24618      Branch: perl
24619            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
24620            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
24621            + ext/Devel/PPPort/t/test.t
24622            - ext/Devel/PPPort/harness/Harness.pm
24623            - ext/Devel/PPPort/harness/Harness.xs
24624            - ext/Devel/PPPort/harness/Makefile.PL
24625            - ext/Devel/PPPort/harness/module2.c
24626            - ext/Devel/PPPort/harness/module3.c
24627            - ext/Devel/PPPort/harness/t/test.t
24628            ! MANIFEST ext/Devel/PPPort/MANIFEST
24629            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
24630            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
24631            ! ext/Devel/PPPort/soak
24632 ____________________________________________________________________________
24633 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
24634         Log: No use talking about dynamic library search patch
24635              unless we are having a dynamic build.
24636      Branch: perl
24637            ! t/TEST
24638 ____________________________________________________________________________
24639 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
24640         Log: Be more explicit on the List::Util build trick,
24641              should also stop unneeded rebuilds on static builds.
24642      Branch: perl
24643            ! ext/List/Util/Makefile.PL
24644 ____________________________________________________________________________
24645 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
24646         Log: We need to replace the optimize (-O1) with
24647              the -h scalar0 -h vector0, not append them
24648              to the ccflags.
24649      Branch: perl
24650            ! hints/unicos.sh hints/unicosmk.sh
24651 ____________________________________________________________________________
24652 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
24653         Log: Subject: [PATCH] Shared hash keys 
24654              From: Nicholas Clark <nick@ccl4.org>
24655              Date: Sun, 2 Dec 2001 20:52:32 +0000
24656              Message-ID: <20011202205232.U21702@plum.flirble.org>
24657      Branch: perl
24658            ! doop.c t/op/tr.t
24659 ____________________________________________________________________________
24660 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
24661         Log: Better add new files to MANIFEST, too.
24662      Branch: perl
24663            ! MANIFEST
24664 ____________________________________________________________________________
24665 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
24666         Log: Subject: {PATCH] perlpacktut.pod
24667              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
24668              Date: Sun, 02 Dec 2001 19:55:06 +0100
24669              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
24670      Branch: perl
24671            ! pod/perlpacktut.pod
24672 ____________________________________________________________________________
24673 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
24674         Log: Various small nits found by DJGPP build.
24675      Branch: perl
24676            ! doio.c mg.c pp.c util.c
24677 ____________________________________________________________________________
24678 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
24679         Log: Subject: RE: More verbose POD for Carp
24680              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
24681              Date: Sun, 2 Dec 2001 11:32:51 -0500
24682              Message-ID: <3C0A9748@operamail.com>
24683      Branch: perl
24684            ! lib/Carp.pm
24685 ____________________________________________________________________________
24686 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
24687         Log: Add a header for DJGPP with the function prototypes.
24688      Branch: perl
24689            + djgpp/djgpp.h
24690            ! MANIFEST djgpp/djgpp.c
24691 ____________________________________________________________________________
24692 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
24693         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
24694              From: Abe Timmerman <abe@ztreet.demon.nl>
24695              Date: Sun, 02 Dec 2001 02:41:25 +0100
24696              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
24697      Branch: perl
24698            ! pp_sys.c
24699 ____________________________________________________________________________
24700 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
24701         Log: There isn't PTR2INT(), there's PTR2IV().
24702      Branch: perl
24703            ! ext/Time/HiRes/HiRes.xs
24704 ____________________________________________________________________________
24705 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
24706         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
24707              From: Marc Lehmann <root@schmorp.de>
24708              Date: Sun, 02 Dec 2001 02:44:53 +0100
24709              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
24710      Branch: perl
24711            ! ext/Time/HiRes/HiRes.xs
24712 ____________________________________________________________________________
24713 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
24714         Log: encode()/decode() examples.
24715      Branch: perl
24716            ! ext/Encode/Encode.pm
24717 ____________________________________________________________________________
24718 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
24719         Log: DJGPP tweaks from Laszlo Molnar.
24720      Branch: perl
24721            ! djgpp/config.over djgpp/djgppsed.sh
24722 ____________________________________________________________________________
24723 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
24724         Log: Update Changes.
24725      Branch: perl
24726            ! Changes patchlevel.h
24727 ____________________________________________________________________________
24728 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
24729         Log: Integrate perlio;
24730              
24731              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
24732              which do not have file descriptors. Noticed a possibly
24733              worse problem in the process ...
24734      Branch: perl
24735           !> doio.c
24736 ____________________________________________________________________________
24737 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
24738         Log: Non-VMS-fixed and Win32-skipped version of
24739              
24740              Subject: [PATCH t/op/exec.t] Portabilty fix 
24741              From: Michael G Schwern <schwern@pobox.com> 
24742              Date: Fri, 30 Nov 2001 16:09:27 -0500
24743              Message-ID: <20011130160927.A10406@blackrider>
24744      Branch: perl
24745            ! t/op/exec.t
24746 ____________________________________________________________________________
24747 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
24748         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
24749              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24750              Date: Sat, 1 Dec 2001 07:01:09 -0500
24751              Message-ID: <3C0D2E39@operamail.com>
24752              
24753              Subject: More verbose POD for Carp
24754              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24755              Date: Sat, 1 Dec 2001 08:04:16 -0500
24756              Message-ID: <3C285C2B@operamail.com>
24757      Branch: perl
24758            ! lib/Carp.pm lib/Carp/Heavy.pm
24759 ____________________________________________________________________________
24760 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
24761         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
24762              From: chromatic <chromatic@rmci.net>
24763              Date: Sat, 01 Dec 2001 12:41:58 -0700
24764              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
24765      Branch: perl
24766            ! lib/DB.t
24767 ____________________________________________________________________________
24768 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
24769         Log: Try to make a missing RADIXCHAR a softer kinder error.
24770      Branch: perl
24771            ! ext/I18N/Langinfo/Langinfo.t
24772 ____________________________________________________________________________
24773 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
24774         Log: Have a little faith on nl_langinfo() itself.
24775      Branch: perl
24776            ! ext/I18N/Langinfo/Langinfo.xs
24777 ____________________________________________________________________________
24778 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
24779         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
24780              the max, not max plus one)
24781      Branch: perl
24782            ! ext/I18N/Langinfo/Langinfo.xs
24783 ____________________________________________________________________________
24784 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
24785         Log: Make reality agree with the comment.
24786      Branch: perl
24787            ! ext/I18N/Langinfo/Langinfo.xs
24788 ____________________________________________________________________________
24789 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
24790         Log: Try to protect against wild langinfo() arguments.
24791      Branch: perl
24792            ! ext/I18N/Langinfo/Langinfo.xs
24793 ____________________________________________________________________________
24794 [ 13409] By: nick                                  on 2001/12/01  18:19:59
24795         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
24796              have file descriptors. Noticed a possibly worse problem in the process ...
24797      Branch: perlio
24798            ! doio.c
24799 ____________________________________________________________________________
24800 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
24801         Log: (replaced by #13556)
24802              
24803              If we are inside an eval, let's be silent about
24804              separate symbols and just croak() in the end.
24805      Branch: perl
24806            ! lib/Exporter/Heavy.pm
24807 ____________________________________________________________________________
24808 [ 13407] By: nick                                  on 2001/12/01  17:14:05
24809         Log: Integrate mainline
24810      Branch: perlio
24811           !> (integrate 26 files)
24812 ____________________________________________________________________________
24813 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
24814         Log: Subject: Fix for Exporter error reporting behaviour
24815              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24816              Date: Sat, 1 Dec 2001 06:34:48 -0500
24817              Message-ID: <3C0D1B9A@operamail.com>
24818      Branch: perl
24819            ! lib/Exporter.pm lib/Exporter/Heavy.pm
24820 ____________________________________________________________________________
24821 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
24822         Log: Need to hide behind an eval to avoid a warning
24823              about :utf8 on non-perlio configs.
24824      Branch: perl
24825            ! lib/open.t
24826 ____________________________________________________________________________
24827 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
24828         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
24829              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24830              Date: Fri, 30 Nov 2001 23:46:58 +0100
24831              Message-ID: <20011130234658.A717@rafael>
24832      Branch: perl
24833            ! op.c t/op/method.t
24834 ____________________________________________________________________________
24835 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
24836         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
24837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24838              Date: Thu, 29 Nov 2001 22:46:12 +0100
24839              Message-ID: <20011129224612.A699@rafael>
24840      Branch: perl
24841            ! ext/B/B/Xref.pm
24842 ____________________________________________________________________________
24843 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
24844         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
24845              From: Tels <perl_dummy@bloodgate.com>
24846              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
24847              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
24848      Branch: perl
24849            ! pod/perlfunc.pod
24850 ____________________________________________________________________________
24851 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
24852         Log: Subject: [REPATCH] reference pointer comparison
24853              From: Nicholas Clark <nick@ccl4.org>
24854              Date: Sat, 1 Dec 2001 13:00:17 +0000
24855              Message-ID: <20011201130017.I21702@plum.flirble.org>
24856      Branch: perl
24857            ! pp.c
24858 ____________________________________________________________________________
24859 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
24860         Log: Upgrade to Storable 1.0.14.
24861      Branch: perl
24862            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24863 ____________________________________________________________________________
24864 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
24865         Log: Add simple caches for ::viacode() and ::vianame().
24866      Branch: perl
24867            ! lib/charnames.pm lib/charnames.t
24868 ____________________________________________________________________________
24869 [ 13398] By: nick                                  on 2001/12/01  10:36:24
24870         Log: Integrate mainline.
24871      Branch: perlio
24872           +> (branch 44 files)
24873            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
24874            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
24875            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
24876           !> (integrate 250 files)
24877 ____________________________________________________________________________
24878 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
24879         Log: Regen toc and modlib.
24880      Branch: perl
24881            ! pod/perlmodlib.pod pod/perltoc.pod
24882 ____________________________________________________________________________
24883 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
24884         Log: Upgrade to podlators-1.18.
24885      Branch: perl
24886            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
24887 ____________________________________________________________________________
24888 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
24889         Log: -h scalar0 -h vector0 seems to help for both
24890              UNICOS and UNICOS/mk on the unpack %65c problems.
24891              
24892              (replaces #13393)
24893      Branch: perl
24894            ! hints/unicos.sh hints/unicosmk.sh
24895 ____________________________________________________________________________
24896 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
24897         Log: More Socket constants.
24898      Branch: perl
24899            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
24900 ____________________________________________________________________________
24901 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
24902         Log: (replaced by #13395)
24903      Branch: perl
24904            ! hints/unicosmk.sh
24905 ____________________________________________________________________________
24906 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
24907         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
24908              From: Andy Dougherty <doughera@lafayette.edu>
24909              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
24910              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
24911              
24912              Simplify the test skippage criterion now that we are
24913              no more dependent on sed.
24914      Branch: perl
24915            ! t/comp/cpp.t t/run/switchPx.t
24916 ____________________________________________________________________________
24917 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
24918         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
24919              From: Michael G Schwern <schwern@pobox.com>
24920              Date: Fri, 30 Nov 2001 11:48:44 -0500
24921              Message-ID: <20011130114844.C1303@blackrider>
24922              
24923              (replaces #13381)
24924      Branch: perl
24925            ! t/op/stat.t
24926 ____________________________________________________________________________
24927 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
24928         Log: Let's not assume how much memory has been allocated
24929              to PVs.
24930      Branch: perl
24931            ! ext/Devel/Peek/Peek.t
24932 ____________________________________________________________________________
24933 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
24934         Log: VOS needs to know the modules, including pp_sort.
24935      Branch: perl
24936            ! vos/perl.bind
24937 ____________________________________________________________________________
24938 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
24939         Log: Unused variables.
24940      Branch: perl
24941            ! ext/Unicode/Normalize/Normalize.xs
24942 ____________________________________________________________________________
24943 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
24944         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
24945              From: John Peacock <jpeacock@rowman.com>     
24946              Date: Fri, 30 Nov 2001 10:24:00 -0500        
24947              Message-ID: <3C07A490.A22A76B0@rowman.com>   
24948      Branch: perl
24949            ! lib/ExtUtils/Embed.t
24950 ____________________________________________________________________________
24951 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
24952         Log: Tweak for the VOS building script from Paul Green.
24953      Branch: perl
24954            ! vos/configure_perl.cm
24955 ____________________________________________________________________________
24956 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
24957         Log: Update Changes.
24958      Branch: perl
24959            ! Changes patchlevel.h
24960 ____________________________________________________________________________
24961 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
24962         Log: Cannot test if cppstdin has not yet been installed.
24963      Branch: perl
24964            ! t/run/switchPx.t
24965 ____________________________________________________________________________
24966 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
24967         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
24968              From: Michael G Schwern <schwern@pobox.com> 
24969              Date: Thu, 29 Nov 2001 22:05:11 -0500
24970              Message-ID: <20011129220510.A18869@blackrider>
24971              
24972              TODO 1: if cppstdin is used and not yet installed,
24973              the Px.t will fail (must do the same as in cpp.t)
24974              
24975              TODO 2: does this work if no Perl whatsoever has
24976              yet been installed?  That is, we should be using
24977              the Perl we are building to execute the one-liner.
24978      Branch: perl
24979            + t/run/switchPx.aux t/run/switchPx.t
24980            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
24981            ! vms/test.com
24982 ____________________________________________________________________________
24983 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
24984         Log: Upgrade to Unicode::Normalize 0.12.
24985      Branch: perl
24986            ! ext/Unicode/Normalize/Changes
24987            ! ext/Unicode/Normalize/Normalize.pm
24988            ! ext/Unicode/Normalize/Normalize.xs
24989            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24990            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24991            ! ext/Unicode/Normalize/t/test.t
24992 ____________________________________________________________________________
24993 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
24994         Log: (replaced by #13391)
24995              
24996              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
24997              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
24998              Date: 30 Nov 2001 11:41:53 -0000             
24999              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
25000              
25001              No need to die if we have high-paranoia (non-chdirable)
25002              system directories.
25003      Branch: perl
25004            ! t/op/stat.t
25005 ____________________________________________________________________________
25006 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
25007         Log: Paragraph rewrapping.
25008      Branch: perl
25009            ! pod/perliol.pod
25010 ____________________________________________________________________________
25011 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
25012         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
25013              From: Stas Bekman <stas@stason.org>
25014              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
25015              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
25016      Branch: perl
25017            ! pod/perliol.pod
25018 ____________________________________________________________________________
25019 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
25020         Log: Whether select() gets restarted on signals is
25021              implementation dependent.
25022      Branch: perl
25023            ! ext/Time/HiRes/HiRes.t
25024 ____________________________________________________________________________
25025 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
25026         Log: More forgotten checkins.
25027      Branch: perl
25028            ! embed.h embed.pl proto.h
25029 ____________________________________________________________________________
25030 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
25031         Log: Add a note about folding vs lowercase.
25032      Branch: perl
25033            ! regexec.c
25034 ____________________________________________________________________________
25035 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
25036         Log: Use to_uni_fold (and add changed global.sym)
25037      Branch: perl
25038            ! global.sym utf8.c
25039 ____________________________________________________________________________
25040 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
25041         Log: Make to Unicode character functions to use UVs
25042              instead of U32s and add to_uni_fold().
25043      Branch: perl
25044            ! embed.pl proto.h utf8.c
25045 ____________________________________________________________________________
25046 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
25047         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
25048              From: Nicholas Clark <nick@ccl4.org>
25049              Date: Thu, 29 Nov 2001 22:47:32 +0000
25050              Message-ID: <20011129224732.W37621@plum.flirble.org>
25051      Branch: perl
25052            ! pod/perlpacktut.pod
25053 ____________________________________________________________________________
25054 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
25055         Log: README.vos updates from Paul Green.
25056      Branch: perl
25057            ! README.vos
25058 ____________________________________________________________________________
25059 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
25060         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
25061              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25062              Date: Thu, 29 Nov 2001 14:18:51 EST
25063              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
25064      Branch: perl
25065            ! mg.c vms/vms.c vms/vmsish.h
25066 ____________________________________________________________________________
25067 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
25068         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
25069              From: Michael G Schwern <schwern@pobox.com>
25070              Date: Thu, 29 Nov 2001 13:12:31 -0500
25071              Message-ID: <20011129131231.E11300@blackrider>
25072      Branch: perl
25073            ! README.vms
25074 ____________________________________________________________________________
25075 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
25076         Log: BGET_IV was missing.
25077      Branch: perl
25078            ! ext/ByteLoader/bytecode.h
25079 ____________________________________________________________________________
25080 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
25081         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
25082              From: Jonathan Stowe <gellyfish@gellyfish.com>
25083              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
25084              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
25085      Branch: perl
25086            ! lib/Term/Cap.pm
25087 ____________________________________________________________________________
25088 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
25089         Log: Porting/checkURL.pl was missing.
25090      Branch: perl
25091            ! MANIFEST
25092 ____________________________________________________________________________
25093 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
25094         Log: Subject: INSTALL and READMEs should be reviewed
25095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25096              Date: Thu, 29 Nov 2001 16:49:36 +0100
25097              Message-ID: <20011129164936.A17492@rafael>         
25098      Branch: perl
25099            ! README.cygwin
25100 ____________________________________________________________________________
25101 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
25102         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
25103              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
25104              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
25105              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
25106      Branch: perl
25107            ! README.os390
25108 ____________________________________________________________________________
25109 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
25110         Log: Update Changes.
25111      Branch: perl
25112            ! Changes patchlevel.h
25113 ____________________________________________________________________________
25114 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
25115         Log: The changes to the curliffed files didn't stick in #13348.
25116      Branch: perl
25117            ! README.dos README.win32
25118 ____________________________________________________________________________
25119 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
25120         Log: Subject: Re: Found the rev where File::Glob broke
25121              From: Andy Dougherty <doughera@lafayette.edu>
25122              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
25123              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
25124      Branch: perl
25125            ! lib/ExtUtils/MM_Unix.pm
25126 ____________________________________________________________________________
25127 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
25128         Log: Use __DATA__ instead of __END__.
25129      Branch: perl
25130            ! lib/Term/Cap.pm
25131 ____________________________________________________________________________
25132 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
25133         Log: Subject: [PATCH toke.c] autosplit into @F fix
25134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25135              Date: Thu, 29 Nov 2001 14:52:23 +0100
25136              Message-ID: <20011129145223.A25817@rafael>         
25137      Branch: perl
25138            ! toke.c
25139 ____________________________________________________________________________
25140 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
25141         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
25142              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25143              Date: Thu, 29 Nov 2001 15:48:15 +0100
25144              Message-ID: <20011129154815.C25817@rafael>         
25145      Branch: perl
25146            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
25147 ____________________________________________________________________________
25148 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
25149         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
25150              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
25151              Date: Wed, 28 Nov 2001 20:35:29 +0100
25152              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
25153      Branch: perl
25154            ! pod/perlpacktut.pod
25155 ____________________________________________________________________________
25156 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
25157         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
25158              From: Stas Bekman <stas@stason.org>
25159              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
25160              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
25161              
25162              (with tweaks)
25163      Branch: perl
25164            ! pod/perlapio.pod
25165 ____________________________________________________________________________
25166 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
25167         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25168              From: Tels <perl_dummy@bloodgate.com>
25169              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
25170              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
25171              
25172              (plus paragraph rewrapping)
25173      Branch: perl
25174            ! lib/Exporter.pm
25175 ____________________________________________________________________________
25176 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
25177         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
25178              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
25179              Date: Wed, 28 Nov 2001 21:47:59 +0000
25180              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
25181      Branch: perl
25182            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25183 ____________________________________________________________________________
25184 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
25185         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
25186              From: Andy Dougherty <doughera@lafayette.edu>
25187              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
25188              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
25189      Branch: perl
25190            ! INSTALL ext/Time/HiRes/HiRes.t
25191 ____________________________________________________________________________
25192 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
25193         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
25194              From: Michael G Schwern <schwern@pobox.com> 
25195              Date: Wed, 28 Nov 2001 16:37:01 -0500
25196              Message-ID: <20011128163701.H676@blackrider>
25197      Branch: perl
25198            ! t/run/kill_perl.t
25199 ____________________________________________________________________________
25200 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
25201         Log: @INC tweak.
25202      Branch: perl
25203            ! t/op/ref.t
25204 ____________________________________________________________________________
25205 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
25206         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
25207              From: Nicholas Clark <nick@ccl4.org>
25208              Date: Wed, 28 Nov 2001 23:38:43 +0000
25209              Message-ID: <20011128233843.N37621@plum.flirble.org>  
25210      Branch: perl
25211            ! installman
25212 ____________________________________________________________________________
25213 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
25214         Log: Tweak the forking logic.
25215      Branch: perl
25216            ! Porting/checkURL.pl
25217 ____________________________________________________________________________
25218 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
25219         Log: Update perlmodlib.PL as per #13348.  The L<> got
25220              changed back because that is coming from ParseLink.pm.
25221      Branch: perl
25222            ! pod/perlmodlib.PL pod/perlmodlib.pod
25223 ____________________________________________________________________________
25224 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
25225         Log: URL fixups from Michael Schwern.
25226      Branch: perl
25227            ! README.cygwin README.dos README.hpux README.mint README.mpeix
25228            ! README.os390 README.qnx README.solaris README.vos README.win32
25229            ! pod/perlmodlib.pod
25230 ____________________________________________________________________________
25231 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
25232         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25233              From: Barrie Slaymaker <barries@slaysys.com>
25234              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
25235              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
25236      Branch: perl
25237            ! lib/Exporter.pm
25238 ____________________________________________________________________________
25239 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
25240         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
25241      Branch: perl
25242            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
25243 ____________________________________________________________________________
25244 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
25245         Log: Subject: [PATCH] Re: $\ very broken
25246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25247              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
25248              Message-ID: <20011128223308.E732@rafael>   
25249              
25250              Subject: Re: [PATCH] Re: $\ very broken     
25251              From: Nicholas Clark <nick@ccl4.org>
25252              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
25253              Message-ID: <20011128222859.K37621@plum.flirble.org>
25254      Branch: perl
25255            ! mg.c t/op/ref.t
25256 ____________________________________________________________________________
25257 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
25258         Log: Add Abigail's link checker with the following tweaks:
25259              - known dummy URLs (Peter Prymmer)
25260              - do also READMEs and INSTALL (Michael Schwern)
25261              - do also ftp URLs
25262              - add fork retry loop in case the allowed number
25263              of processes per user is low
25264      Branch: perl
25265            + Porting/checkURL.pl
25266            ! MANIFEST
25267 ____________________________________________________________________________
25268 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
25269         Log: Update Changes.
25270      Branch: perl
25271            ! Changes patchlevel.h
25272 ____________________________________________________________________________
25273 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
25274         Log: In Linux if we have modern enough gcc and supported
25275              enough CPU, crank up the optimization level to -O3.
25276      Branch: perl
25277            ! hints/linux.sh
25278 ____________________________________________________________________________
25279 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
25280         Log: Add perlpacktut from Wolfgang Laun; regen toc.
25281      Branch: perl
25282            + pod/perlpacktut.pod
25283            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
25284            ! pod/perltoc.pod
25285 ____________________________________________________________________________
25286 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
25287         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
25288              From: PPrymmer@factset.com
25289              Date: Wed, 28 Nov 2001 07:51:26 -0500
25290              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
25291      Branch: perl
25292            ! vms/test.com
25293 ____________________________________________________________________________
25294 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
25295         Log: Test cases for the first half of #13338.
25296      Branch: perl
25297            ! t/lib/h2ph.h t/lib/h2ph.pht
25298 ____________________________________________________________________________
25299 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
25300         Log: Subject: Re: h2ph confused by comments in an enum.
25301              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25302              Date: Wed, 28 Nov 2001 04:19:21 +0000
25303              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
25304              
25305              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
25306              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25307              Date: Wed, 28 Nov 2001 13:36:35 +0000
25308              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
25309      Branch: perl
25310            ! utils/h2ph.PL
25311 ____________________________________________________________________________
25312 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
25313         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
25314              From: Jonathan Stowe <gellyfish@gellyfish.com>
25315              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
25316              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
25317              
25318              (replace #13327)
25319      Branch: perl
25320            ! lib/Term/Cap.pm
25321 ____________________________________________________________________________
25322 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
25323         Log: Replace #13335 with
25324              
25325              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
25326              From: Russ Allbery <rra@stanford.edu>
25327              Date: 27 Nov 2001 20:42:49 -0800
25328              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
25329      Branch: perl
25330            ! lib/Pod/Text/Termcap.pm
25331 ____________________________________________________________________________
25332 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
25333         Log: (replaced by #13336)
25334              
25335              Subject: [PATCH perl@13323] Termcap.pm with no termios
25336              From: "Craig A. Berry" <craigberry@mac.com> 
25337              Date: Tue, 27 Nov 2001 22:28:50 -0600
25338              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
25339      Branch: perl
25340            ! lib/Pod/Text/Termcap.pm
25341 ____________________________________________________________________________
25342 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
25343         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
25344              From: "Craig A. Berry" <craigberry@mac.com> 
25345              Date: Tue, 27 Nov 2001 21:46:45 -0600
25346              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
25347      Branch: perl
25348            ! configure.com
25349 ____________________________________________________________________________
25350 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
25351         Log: Upgrade to podlators 1.17.
25352      Branch: perl
25353            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
25354            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
25355 ____________________________________________________________________________
25356 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
25357         Log: Fix for "a\x{100}" =~ /A/i.
25358      Branch: perl
25359            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
25360            ! utf8.c
25361 ____________________________________________________________________________
25362 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
25363         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
25364              From: "Craig A. Berry" <craigberry@mac.com>
25365              Date: Tue, 27 Nov 2001 17:11:49 -0600
25366              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
25367      Branch: perl
25368            ! lib/DB.t
25369 ____________________________________________________________________________
25370 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
25371         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
25372              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25373              Date: Tue, 27 Nov 2001 14:55:23 -0500
25374              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
25375              
25376              Subject: [PATCH: perl@13324] updates to perldelta.pod 
25377              From: PPrymmer@factset.com
25378              Date: Tue, 27 Nov 2001 18:06:04 -0500
25379              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
25380              
25381              plus added some known problems.
25382      Branch: perl
25383            ! pod/perldelta.pod
25384 ____________________________________________________________________________
25385 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
25386         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
25387              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25388              Date: Tue, 27 Nov 2001 15:38:02 EST 
25389              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
25390      Branch: perl
25391            ! configure.com vms/vms.c vms/vmsish.h
25392 ____________________________________________________________________________
25393 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
25394         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
25395              From: Michael G Schwern <schwern@pobox.com> 
25396              Date: Tue, 27 Nov 2001 15:31:12 -0500
25397              Message-ID: <20011127153112.G20929@blackrider>
25398      Branch: perl
25399            ! t/run/kill_perl.t
25400 ____________________________________________________________________________
25401 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
25402         Log: (replaced by #13337)
25403              
25404              VMS can safely hardcode a termcap entry for VT100.
25405      Branch: perl
25406            ! lib/Term/Cap.pm
25407 ____________________________________________________________________________
25408 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
25409         Log: VMS piping fixes from Charles Lane (perl -P should
25410              be working now).
25411      Branch: perl
25412            ! vms/vms.c
25413 ____________________________________________________________________________
25414 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
25415         Log: Subject: [PATCH] perlvar.pod fix
25416              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25417              Date: Tue, 27 Nov 2001 13:11:47 -0500
25418              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
25419      Branch: perl
25420            ! pod/perlvar.pod
25421 ____________________________________________________________________________
25422 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
25423         Log: Update Changes.
25424      Branch: perl
25425            ! Changes patchlevel.h
25426 ____________________________________________________________________________
25427 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
25428         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
25429              From: "Craig A. Berry" <craigberry@mac.com> 
25430              Date: Tue, 27 Nov 2001 10:21:18 -0600
25431              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
25432      Branch: perl
25433            ! lib/ExtUtils/MM_VMS.pm
25434 ____________________________________________________________________________
25435 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
25436         Log: Protect against accumulating -options -options -options.
25437      Branch: perl
25438            ! hints/hpux.sh
25439 ____________________________________________________________________________
25440 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
25441         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
25442              From: Barrie Slaymaker <barries@slaysys.com>
25443              Date: Tue, 27 Nov 2001 10:58:54 -0500
25444              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
25445      Branch: perl
25446            ! lib/Benchmark.pm
25447 ____________________________________________________________________________
25448 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
25449         Log: Tiny fix from John P. Linderman.
25450      Branch: perl
25451            ! lib/sort.pm
25452 ____________________________________________________________________________
25453 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
25454         Log: The Story of sort(), from John P. Linderman.
25455      Branch: perl
25456            ! pod/perldelta.pod
25457 ____________________________________________________________________________
25458 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
25459         Log: Add information what to do if you are reading
25460              perluniintro but using some older Perl.
25461      Branch: perl
25462            ! pod/perluniintro.pod
25463 ____________________________________________________________________________
25464 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
25465         Log: Update the 'wide characters' FAQ entry.
25466      Branch: perl
25467            ! pod/perlfaq6.pod
25468 ____________________________________________________________________________
25469 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
25470         Log: Fix for
25471              
25472              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
25473              From: Marc Lehmann <root@schmorp.de>
25474              Date: Tue, 27 Nov 2001 14:27:14 +0100
25475              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
25476      Branch: perl
25477            ! ext/Encode.t ext/Encode/Encode.xs
25478 ____________________________________________________________________________
25479 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
25480         Log: Subject: [PATCH] DB_File 1.801
25481              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25482              Date: Tue, 27 Nov 2001 15:06:45 -0000
25483              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
25484      Branch: perl
25485            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25486            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25487 ____________________________________________________________________________
25488 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
25489         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
25490      Branch: perl
25491            ! pod/perlmodlib.pod
25492 ____________________________________________________________________________
25493 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
25494         Log: sort() doc tweaks from John P. Linderman.
25495      Branch: perl
25496            ! pod/perlfunc.pod
25497 ____________________________________________________________________________
25498 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
25499         Log: Subject: [PATCH] More perldelta.pod nits
25500              From: Simon Glover <scog@roe.ac.uk>
25501              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
25502              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
25503      Branch: perl
25504            ! pod/perldelta.pod
25505 ____________________________________________________________________________
25506 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
25507         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
25508              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25509              Date: Tue, 27 Nov 2001 11:52:31 -0000
25510              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
25511      Branch: perl
25512            ! ext/Devel/PPPort/harness/Makefile.PL
25513 ____________________________________________________________________________
25514 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
25515         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
25516              From: Michael G Schwern <schwern@pobox.com>
25517              Date: Tue, 27 Nov 2001 03:38:24 -0500
25518              Message-ID: <20011127033824.A17775@blackrider>
25519      Branch: perl
25520            ! t/TEST
25521 ____________________________________________________________________________
25522 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
25523         Log: Subject: Re: perlcc very broken
25524              From: John Peacock <jpeacock@rowman.com>
25525              Date: Tue, 27 Nov 2001 06:48:01 -0500
25526              Message-ID: <3C037D71.4030508@rowman.com>
25527      Branch: perl
25528            ! utils/perlcc.PL
25529 ____________________________________________________________________________
25530 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
25531         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
25532              From: David Dyck <dcd@tc.fluke.com>
25533              Date: Mon, 26 Nov 2001 22:04:38 -0800
25534              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
25535      Branch: perl
25536            ! t/op/pack.t
25537 ____________________________________________________________________________
25538 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
25539         Log: Subject: [ID 20011126.149] t/op/split fails step 37
25540              From: David Dyck <dcd@tc.fluke.com>
25541              Date: Mon, 26 Nov 2001 21:52:35 -0800
25542              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
25543      Branch: perl
25544            ! t/op/split.t
25545 ____________________________________________________________________________
25546 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
25547         Log: incorporate last minute change from libnet 1.0901-tobe
25548      Branch: perl
25549            ! lib/Net/SMTP.pm
25550 ____________________________________________________________________________
25551 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
25552         Log: Pass 7 at perldelta - random edits.
25553      Branch: perl
25554            ! pod/perldelta.pod
25555 ____________________________________________________________________________
25556 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
25557         Log: Portability and skippage tweaks.
25558      Branch: perl
25559            ! t/op/split.t
25560 ____________________________________________________________________________
25561 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
25562         Log: (retracted by #13449)
25563              Try to make Unicode casemapping to work for EBCDIC, too.
25564      Branch: perl
25565            ! utf8.c
25566 ____________________________________________________________________________
25567 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
25568         Log: Just printing 1..0 is not quite enough...
25569      Branch: perl
25570            ! lib/Dumpvalue.t
25571 ____________________________________________________________________________
25572 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
25573         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
25574              Delay the match until runtime.
25575      Branch: perl
25576            ! t/op/append.t
25577 ____________________________________________________________________________
25578 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
25579         Log: UTF-EBCDIC.
25580      Branch: perl
25581            ! ext/Devel/Peek/Peek.t
25582 ____________________________________________________________________________
25583 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
25584         Log: Be UTF-EBCDIC aware.
25585      Branch: perl
25586            ! lib/bytes.t
25587 ____________________________________________________________________________
25588 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
25589         Log: Bad assumption which way digits and letters sort.
25590      Branch: perl
25591            ! lib/English.t
25592 ____________________________________________________________________________
25593 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
25594         Log: If in EBCDIC but no Convert::EBCDIC
25595              the libnet tests will all fail.
25596      Branch: perl
25597            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
25598            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
25599            ! lib/Net/t/smtp.t lib/Net/t/time.t
25600 ____________________________________________________________________________
25601 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
25602         Log: Just sorting to guarantee order is not enough.
25603              (Think EBCDIC.) 
25604      Branch: perl
25605            ! lib/ExtUtils/Manifest.t
25606 ____________________________________________________________________________
25607 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
25608         Log: OS/390 cleanable gunk.
25609      Branch: perl
25610            ! lib/ExtUtils/MM_Unix.pm
25611 ____________________________________________________________________________
25612 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
25613         Log: Update the EBCDIC MD5 checksums.
25614      Branch: perl
25615            ! ext/Digest/MD5/t/files.t
25616 ____________________________________________________________________________
25617 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
25618         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25619              From: Nicholas Clark <nick@ccl4.org>
25620              Date: Mon, 26 Nov 2001 23:06:34 +0000
25621              Message-ID: <20011126230633.Q37621@plum.flirble.org>
25622      Branch: perl
25623            ! installman
25624 ____________________________________________________________________________
25625 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
25626         Log: sort tweaks from John P. Linderman.
25627      Branch: perl
25628            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
25629 ____________________________________________________________________________
25630 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
25631         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
25632              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
25633              Date: Mon, 26 Nov 2001 18:47:25 -0600
25634              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
25635              
25636              Craig Berry submitted half of this patch just yesterday.
25637              Spooky cosmic resonance.
25638      Branch: perl
25639            ! ext/Socket/Socket.xs
25640 ____________________________________________________________________________
25641 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
25642         Log: Subject: [PATCH] doio slightly smaller
25643              From: Nicholas Clark <nick@ccl4.org>
25644              Date: Tue, 27 Nov 2001 00:40:23 +0000      
25645              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
25646      Branch: perl
25647            ! doio.c
25648 ____________________________________________________________________________
25649 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
25650         Log: perldelta nits from Autrijus Tang and Ron Kimball.
25651      Branch: perl
25652            ! pod/perldelta.pod
25653 ____________________________________________________________________________
25654 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
25655         Log: Subject: [PATCH] unpack P* uses random length for item
25656              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
25657              Date: Mon, 26 Nov 2001 19:56:32 +0100
25658              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
25659      Branch: perl
25660            ! pod/perldiag.pod pp_pack.c t/op/pack.t
25661 ____________________________________________________________________________
25662 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
25663         Log: Subject: [PATCH current] system and taintedness
25664              From: Radu Greab <radu@netsoft.ro>
25665              Date: Mon, 26 Nov 2001 18:42:29 +0200
25666              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
25667      Branch: perl
25668            ! pp_sys.c t/op/taint.t
25669 ____________________________________________________________________________
25670 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
25671         Log: Subject: [PATCH @ 13283] Devel::PPPort
25672              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25673              Date: Mon, 26 Nov 2001 14:37:17 -0000
25674              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
25675      Branch: perl
25676            + ext/Devel/PPPort/MANIFEST
25677            ! MANIFEST ext/Devel/PPPort/Makefile.PL
25678            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
25679            ! ext/Devel/PPPort/harness/Harness.xs
25680            ! ext/Devel/PPPort/harness/Makefile.PL
25681            ! ext/Devel/PPPort/harness/module2.c
25682            ! ext/Devel/PPPort/harness/module3.c
25683            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
25684 ____________________________________________________________________________
25685 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
25686         Log: Update the test list.
25687      Branch: perl
25688            ! t/lib/1_compile.t
25689 ____________________________________________________________________________
25690 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
25691         Log: Sync-up tests with libnet distribution
25692      Branch: perl
25693            + lib/Net/t/netrc.t
25694            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
25695 ____________________________________________________________________________
25696 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
25697         Log: Update Changes.
25698      Branch: perl
25699            ! Changes patchlevel.h
25700 ____________________________________________________________________________
25701 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
25702         Log: Upgrade to podlators 1.16.
25703      Branch: perl
25704            + lib/Pod/t/basic.cap
25705            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
25706            ! lib/Pod/t/basic.t pod/pod2man.PL
25707 ____________________________________________________________________________
25708 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
25709         Log: Pass 6 at perldelta - sort enhancements, generic and
25710              platform specific bug fixes.
25711      Branch: perl
25712            ! pod/perldelta.pod
25713 ____________________________________________________________________________
25714 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
25715         Log: PROPAGATE documentation from Tony Cook.
25716      Branch: perl
25717            ! pod/perlfunc.pod
25718 ____________________________________________________________________________
25719 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
25720         Log: DJGPP cannot do signals that well.
25721      Branch: perl
25722            ! ext/POSIX/t/sigaction.t
25723 ____________________________________________________________________________
25724 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
25725         Log: Can't do subsecond alarms without ualarm; and break out
25726              early if alarms do not seem to be coming in as expected.
25727      Branch: perl
25728            ! ext/Time/HiRes/HiRes.t
25729 ____________________________________________________________________________
25730 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
25731         Log: No Socket, little Net.
25732      Branch: perl
25733            ! t/lib/1_compile.t
25734 ____________________________________________________________________________
25735 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
25736         Log: Take the taint brush to the getcwds.
25737      Branch: perl
25738            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
25739 ____________________________________________________________________________
25740 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
25741         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
25742              From: "Craig A. Berry" <craigberry@mac.com>
25743              Date: Sun, 25 Nov 2001 16:20:45 -0600
25744              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
25745      Branch: perl
25746            ! ext/Socket/Socket.xs
25747 ____________________________________________________________________________
25748 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
25749         Log: Since in some DOS filesystems the timestamp granularity
25750              may be only two seconds, better sleep for three to play safe.
25751              (Helps CygWin, at least.)
25752      Branch: perl
25753            ! lib/Memoize/t/expire_file.t
25754 ____________________________________________________________________________
25755 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
25756         Log: For some reason CygWin wasn't collapsing multiple
25757              slashes into one, which made some Spec.t tests to fail.
25758              Either CygWin was being too prudish or the collapsing
25759              logic needs to be rethunk.
25760      Branch: perl
25761            ! lib/File/Spec/Unix.pm
25762 ____________________________________________________________________________
25763 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
25764         Log: Cygwin needs to have libperl.dll around if trying to link
25765              with -lperl.  Note: this change cures the test but whether
25766              it cures CygPerl installation, I don't know: hopefully the
25767              libperl5_7_2.dll, or the version equivalent, gets installed
25768              also as libperl.dll to the proper place(s).
25769      Branch: perl
25770            ! lib/ExtUtils/Embed.t
25771 ____________________________________________________________________________
25772 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
25773         Log: -I../lib/.. and -L../lib/..?  Strange.
25774      Branch: perl
25775            ! lib/ExtUtils/Embed.t
25776 ____________________________________________________________________________
25777 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
25778         Log: $MM?
25779      Branch: perl
25780            ! lib/ExtUtils/Embed.pm
25781 ____________________________________________________________________________
25782 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
25783         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
25784              From: Dave Rolsky <autarch@urth.org>
25785              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
25786              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
25787      Branch: perl
25788            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
25789            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25790 ____________________________________________________________________________
25791 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
25792         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
25793              From: chromatic <chromatic@rmci.net>
25794              Date: Sat, 24 Nov 2001 14:56:57 -0700
25795              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
25796              
25797              plus a tweak for ithreads builds.
25798      Branch: perl
25799            + lib/DB.t
25800            ! MANIFEST lib/DB.pm
25801 ____________________________________________________________________________
25802 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
25803         Log: Win32 compilation tweaks for Blair Zajac.
25804      Branch: perl
25805            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
25806 ____________________________________________________________________________
25807 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
25808         Log: I don't think trying to bracket the hires time with lores
25809              times is going to be portable enough: Cygwin seems to be
25810              capable of getting hires ones rather consistently lower
25811              than the lores ones.  So let's try average difference instead.
25812      Branch: perl
25813            ! ext/Time/HiRes/HiRes.t
25814 ____________________________________________________________________________
25815 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
25816         Log: Subject: Re: benchmarks, sorts and reproducibility
25817              From: "John P. Linderman" <jpl@research.att.com>
25818              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
25819              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
25820              
25821              Randomize large partitions for quicksort to dodge the
25822              angry gods of quadratic.
25823      Branch: perl
25824            ! pp_sort.c
25825 ____________________________________________________________________________
25826 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
25827         Log: The joys of portable quoting.
25828      Branch: perl
25829            ! ext/Devel/PPPort/harness/Makefile.PL
25830 ____________________________________________________________________________
25831 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
25832         Log: sort pragma tweaks.
25833      Branch: perl
25834            ! lib/sort.pm
25835 ____________________________________________________________________________
25836 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
25837         Log: Skip the link= directives of utils.lst if no mandir
25838              (if no manpages).
25839      Branch: perl
25840            ! installman
25841 ____________________________________________________________________________
25842 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
25843         Log: integrate changes#8340,13260 from mainline
25844              
25845              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25846              
25847              change#3373 introduced a handle leak in backticks and piped open()s
25848              that fail
25849      Branch: maint-5.6/perl
25850            ! t/io/pipe.t util.c
25851 ____________________________________________________________________________
25852 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
25853         Log: change#3373 introduced a handle leak in backticks and piped open()s
25854              that fail
25855      Branch: perl
25856            ! util.c
25857 ____________________________________________________________________________
25858 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
25859         Log: metaconfig unit change for #13258.
25860      Branch: metaconfig/U/perl
25861            ! d_procselfexe.U
25862 ____________________________________________________________________________
25863 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
25864         Log: Extraenous breaks noticed by David Dyck.
25865      Branch: perl
25866            ! Configure
25867 ____________________________________________________________________________
25868 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
25869         Log: Revert the /proc/self/auxv experiment for now.
25870      Branch: perl
25871            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
25872 ____________________________________________________________________________
25873 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
25874         Log: Also ExtUtils.t had $^X assumptions.
25875      Branch: perl
25876            ! lib/ExtUtils.t
25877 ____________________________________________________________________________
25878 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
25879         Log: Now is Solaris if you start the t/perl in the t/
25880              as "./perl", the $^X will be "../perl", not "./perl".
25881      Branch: perl
25882            ! t/lib/1_compile.t
25883 ____________________________________________________________________________
25884 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
25885         Log: The new way of finding out $^X in Solaris
25886              requires a little tweak if the executable
25887              pathname is *not* absolute: prepend "./"
25888              (otherwise `$^X ...` will start perl from PATH...)
25889      Branch: perl
25890            ! perl.c
25891 ____________________________________________________________________________
25892 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
25893         Log: Avoid "will not stay shared" warnings.
25894      Branch: perl
25895            ! lib/ExtUtils/MM_Unix.pm
25896 ____________________________________________________________________________
25897 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
25898         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
25899              From: Michael G Schwern <schwern@pobox.com>
25900              Date: Sat, 24 Nov 2001 19:56:18 -0500
25901              Message-ID: <20011124195618.A14614@blackrider>            
25902      Branch: perl
25903            ! perl.c pp_sys.c t/op/magic.t util.c
25904 ____________________________________________________________________________
25905 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
25906         Log: In the MakeMaker pm_to_blib target don't copy all
25907              the files in one fell swoop, deal with them hunkwise,
25908              helps for CLIs with limited line lengths.
25909              (This seems to help for DJGPP building Encode,
25910              where there are dozens of files to copy.)
25911      Branch: perl
25912            ! lib/ExtUtils/MM_Unix.pm
25913 ____________________________________________________________________________
25914 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
25915         Log: testsuite leaves stray files behind on windows
25916      Branch: perl
25917            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
25918 ____________________________________________________________________________
25919 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
25920         Log: xsubpp produces a spurious warning on directories called 'typemap'
25921      Branch: perl
25922            ! lib/ExtUtils/xsubpp
25923 ____________________________________________________________________________
25924 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
25925         Log: xsubpp treats invalid (indented) cpp directives as comments
25926      Branch: perl
25927            ! ext/IO/IO.xs
25928 ____________________________________________________________________________
25929 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
25930         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
25931      Branch: perl
25932            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
25933 ____________________________________________________________________________
25934 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
25935         Log: The debug_pag needs to be visible at all times
25936              because of the re extension.
25937      Branch: perl
25938            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
25939 ____________________________________________________________________________
25940 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
25941         Log: Subject: Re: [PATCH] Tests are good
25942              From: Philip Newton <Philip.Newton@gmx.net>
25943              Date: Sat, 24 Nov 2001 21:24:00 +0100
25944              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
25945      Branch: perl
25946            ! pod/perlhack.pod
25947 ____________________________________________________________________________
25948 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
25949         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
25950              From: "Craig A. Berry" <craigberry@mac.com> 
25951              Date: Sat, 24 Nov 2001 12:45:44 -0600
25952              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
25953              
25954              (with tweaks, and combined with Sarathy's #13242)
25955      Branch: perl
25956            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
25957 ____________________________________________________________________________
25958 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
25959         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
25960              From: John Peacock <jpeacock@rowman.com>
25961              Date: Sat, 24 Nov 2001 14:27:46 -0500
25962              Message-ID: <3BFFF4B2.40509@rowman.com> 
25963      Branch: perl
25964            ! lib/Exporter/Heavy.pm
25965 ____________________________________________________________________________
25966 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
25967         Log: use portable quotes
25968      Branch: perl
25969            ! ext/Devel/PPPort/harness/Makefile.PL
25970 ____________________________________________________________________________
25971 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
25972         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25973              From: Nicholas Clark <nick@ccl4.org>
25974              Date: Sat, 24 Nov 2001 18:06:26 +0000
25975              Message-ID: <20011124180626.T37621@plum.flirble.org>
25976      Branch: perl
25977            ! installman
25978 ____________________________________________________________________________
25979 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
25980         Log: Subject: [PATCH] perl5005delta.pod L<>
25981              From: Nicholas Clark <nick@ccl4.org>
25982              Date: Sat, 24 Nov 2001 18:04:21 +0000
25983              Message-ID: <20011124180421.S37621@plum.flirble.org>
25984      Branch: perl
25985            ! pod/perl5005delta.pod
25986 ____________________________________________________________________________
25987 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
25988         Log: fix typo in config.vc; regenerate win32 config_H.* files
25989      Branch: perl
25990            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25991            ! win32/config_H.vc
25992 ____________________________________________________________________________
25993 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
25994         Log: Mention the charnames::vianame().
25995      Branch: perl
25996            ! pod/perluniintro.pod
25997 ____________________________________________________________________________
25998 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
25999         Log: Add charnames::vianame() in case people want to access
26000              the codes in run-time (as opposed to the compile-timeness
26001              of \N{...}).
26002      Branch: perl
26003            ! lib/charnames.pm lib/charnames.t
26004 ____________________________________________________________________________
26005 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
26006         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
26007              From: Nicholas Clark <nick@ccl4.org>
26008              Date: Sat, 24 Nov 2001 16:30:42 +0000
26009              Message-ID: <20011124163042.R37621@plum.flirble.org>
26010      Branch: perl
26011            ! regcomp.c regcomp.h
26012 ____________________________________________________________________________
26013 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
26014         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
26015              From: Nicholas Clark <nick@ccl4.org>
26016              Date: Sat, 24 Nov 2001 16:24:33 +0000
26017              Message-ID: <20011124162433.Q37621@plum.flirble.org>
26018              
26019              cmp fixes.
26020      Branch: perl
26021            ! pp.c
26022 ____________________________________________________________________________
26023 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
26024         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
26025              (It seems that "./perl" gets resolved to "perl" now.)
26026      Branch: perl
26027            ! perl.c
26028 ____________________________________________________________________________
26029 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
26030         Log: Subject: [PATCH] DB_File 1.800        
26031              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
26032              Date: Sat, 24 Nov 2001 11:41:41 -0000
26033              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
26034      Branch: perl
26035            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26036            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
26037            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26038            ! ext/DB_File/t/db-recno.t
26039 ____________________________________________________________________________
26040 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
26041         Log: Tweak the PUSHED documentation.
26042      Branch: perl
26043            ! ext/PerlIO/Via/Via.pm
26044 ____________________________________________________________________________
26045 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
26046         Log: Update 1_compile for new known tests.
26047      Branch: perl
26048            ! t/lib/1_compile.t
26049 ____________________________________________________________________________
26050 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
26051         Log: Move the MBF/MBI test modules to t/lib.
26052      Branch: perl
26053            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
26054            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
26055            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
26056            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
26057            ! lib/Math/BigInt/t/sub_mbi.t
26058 ____________________________________________________________________________
26059 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
26060         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
26061              From: "Craig A. Berry" <craigberry@mac.com> 
26062              Date: Fri, 23 Nov 2001 18:05:35 -0600
26063              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
26064      Branch: perl
26065            ! configure.com
26066 ____________________________________________________________________________
26067 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
26068         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
26069              From: PPrymmer@factset.com 
26070              Date: Fri, 23 Nov 2001 17:03:07 -0500
26071              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
26072      Branch: perl
26073            ! ext/Unicode/Normalize/mkheader
26074 ____________________________________________________________________________
26075 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
26076         Log: Here are the right helper files.
26077      Branch: perl
26078            + t/lib/Filter/Simple/ExportTest.pm
26079            + t/lib/Filter/Simple/FilterOnlyTest.pm
26080            + t/lib/Filter/Simple/FilterTest.pm
26081            + t/lib/Filter/Simple/ImportTest.pm
26082            ! MANIFEST
26083 ____________________________________________________________________________
26084 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
26085         Log: Update Changes.
26086      Branch: perl
26087            ! Changes patchlevel.h
26088 ____________________________________________________________________________
26089 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
26090         Log: Never mind.
26091      Branch: perl
26092            - lib/Filter/Simple/lib/ExportTest.pm
26093            - lib/Filter/Simple/lib/ImportTest.pm
26094 ____________________________________________________________________________
26095 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
26096         Log: Mis-add.
26097      Branch: perl
26098            + lib/Filter/Simple/lib/ExportTest.pm
26099            + lib/Filter/Simple/lib/ImportTest.pm
26100 ____________________________________________________________________________
26101 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
26102         Log: Upgrade to Filter::Simple 0.77.
26103      Branch: perl
26104            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
26105            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
26106            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
26107            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
26108            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
26109 ____________________________________________________________________________
26110 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
26111         Log: Missing p4 add.
26112      Branch: perl
26113            + lib/ExtUtils/MM_VMS.t
26114 ____________________________________________________________________________
26115 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
26116         Log: Pass 5 at perldelta - module and utility updates cleanup.
26117      Branch: perl
26118            ! pod/perldelta.pod
26119 ____________________________________________________________________________
26120 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
26121         Log: metaconfig unit change for #13219.
26122      Branch: metaconfig/U/perl
26123            ! d_procselfexe.U
26124 ____________________________________________________________________________
26125 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
26126         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
26127      Branch: perl
26128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26129            ! pod/buildtoc.PL pod/perltoc.pod
26130 ____________________________________________________________________________
26131 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
26132         Log: Add procselfexe and d_dirfd to strange lands.
26133      Branch: perl
26134            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
26135            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26136            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26137            ! win32/config.gc win32/config.vc win32/config.win64
26138            ! wince/config.ce
26139 ____________________________________________________________________________
26140 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
26141         Log: metaconfig unit change for #13216.
26142      Branch: metaconfig/U/perl
26143            ! d_procselfexe.U
26144 ____________________________________________________________________________
26145 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
26146         Log: Better to "quote" the pathname.
26147      Branch: perl
26148            ! Configure config_h.SH
26149 ____________________________________________________________________________
26150 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
26151         Log: Use PROCSELFEXE_PATH.
26152      Branch: perl
26153            ! perl.c
26154 ____________________________________________________________________________
26155 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
26156         Log: metaconfig unit change for #13213.
26157      Branch: metaconfig/U/perl
26158            ! d_procselfexe.U
26159 ____________________________________________________________________________
26160 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
26161         Log: Add probing for BSD-like /proc/curproc/file.
26162      Branch: perl
26163            ! Configure config_h.SH
26164 ____________________________________________________________________________
26165 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
26166         Log: metaconfig unit change for 13211.
26167      Branch: metaconfig/U/perl
26168            + d_dirfd.U
26169 ____________________________________________________________________________
26170 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
26171         Log: Add probing for dirfd() so that it can be added it IO::Dir.
26172      Branch: perl
26173            ! Configure config_h.SH perl.h
26174 ____________________________________________________________________________
26175 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
26176         Log: ...and update the test count.
26177      Branch: perl
26178            ! lib/Pod/t/basic.t
26179 ____________________________________________________________________________
26180 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
26181         Log: Must remove the cap test also from the test script.
26182      Branch: perl
26183            ! lib/Pod/t/basic.t
26184 ____________________________________________________________________________
26185 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
26186         Log: Subject: [PATCH] Tests are good
26187              From: Nicholas Clark <nick@ccl4.org>
26188              Date: Fri, 23 Nov 2001 18:12:21 +0000
26189              Message-ID: <20011123181220.F37621@plum.flirble.org>
26190      Branch: perl
26191            ! pod/perlhack.pod
26192 ____________________________________________________________________________
26193 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
26194         Log: The basic.cap from podlators 1.14 is not very portable.
26195      Branch: perl
26196            - lib/Pod/t/basic.cap
26197            ! MANIFEST
26198 ____________________________________________________________________________
26199 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
26200         Log: Subject: Re: [DOC PATCHES] pod cleanups
26201              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26202              Date: 22 Nov 2001 12:54:16 -0000
26203              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
26204      Branch: perl
26205            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
26206            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
26207 ____________________________________________________________________________
26208 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
26209         Log: FAQ sync.
26210      Branch: perl
26211            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
26212 ____________________________________________________________________________
26213 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
26214         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
26215              From: PPrymmer@factset.com
26216              Date: Fri, 23 Nov 2001 11:43:45 -0500
26217              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
26218      Branch: perl
26219            ! MANIFEST lib/ExtUtils/MM_VMS.pm
26220 ____________________________________________________________________________
26221 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
26222         Log: Corify podlators 1.14 test.
26223      Branch: perl
26224            ! lib/Pod/t/basic.t
26225 ____________________________________________________________________________
26226 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
26227         Log: Output tweak needed because of podlators 1.14.
26228      Branch: perl
26229            ! t/pod/multiline_items.xr
26230 ____________________________________________________________________________
26231 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
26232         Log: Upgrade to podlators 1.14.
26233      Branch: perl
26234            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
26235            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
26236            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
26237            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
26238            ! lib/Pod/Text/Overstrike.pm
26239 ____________________________________________________________________________
26240 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
26241         Log: perlmodinstall tweaks from Philip Newton.
26242      Branch: perl
26243            ! pod/perlmodinstall.pod
26244 ____________________________________________________________________________
26245 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
26246         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
26247              From: Autrijus Tang <autrijus@autrijus.org>           
26248              Date: Fri, 23 Nov 2001 23:55:53 +0800
26249              Message-ID: <20011123235553.A2310@not.autrijus.org>
26250      Branch: perl
26251            ! Porting/genlog
26252 ____________________________________________________________________________
26253 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
26254         Log: Subject: Re: regex oddness with \Z and $&
26255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
26256              Date: Fri, 23 Nov 2001 15:15:24 +0000
26257              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
26258      Branch: perl
26259            ! regcomp.c t/op/re_tests
26260 ____________________________________________________________________________
26261 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
26262         Log: regen_headers.
26263      Branch: perl
26264            ! embed.h global.sym pod/perlapi.pod proto.h
26265 ____________________________________________________________________________
26266 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
26267         Log: Forgotten check-in.
26268      Branch: perl
26269            ! pod/perlapi.pod
26270 ____________________________________________________________________________
26271 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
26272         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
26273      Branch: perl
26274            ! lib/Test/Simple.pm
26275 ____________________________________________________________________________
26276 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
26277         Log: Retract #13173 (effectively retract Net::Ping 2.06,
26278              go back to 2.04, the 2.06 hasn't seen the patches
26279              that have gone to the blead version.)
26280      Branch: perl
26281            - lib/Net/Ping/CHANGES lib/Net/Ping/README
26282            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26283            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26284            - lib/Net/Ping/t/200_ping_tcp.t
26285            ! MANIFEST lib/Net/Ping.pm
26286 ____________________________________________________________________________
26287 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
26288         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
26289              From: Robin Barker <rmb1@cise.npl.co.uk>
26290              Date: Thu, 22 Nov 2001 11:00:38 GMT
26291              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
26292      Branch: perl
26293            ! utils/perldoc.PL
26294 ____________________________________________________________________________
26295 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
26296         Log: metaconfig unit change for #13191.
26297      Branch: metaconfig/U/perl
26298            ! d_procselfexe.U
26299 ____________________________________________________________________________
26300 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
26301         Log: procselfexe tweak: for some reason I had a ls in
26302              /proc/self/exe, not the ls Configure thought it
26303              would found.
26304      Branch: perl
26305            ! Configure
26306 ____________________________________________________________________________
26307 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
26308         Log: Corify the Net::Ping tests; skip the tests
26309              unless $ENV{PERL_TEST_Net_Ping} is true.
26310      Branch: perl
26311            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26312            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26313            ! lib/Net/Ping/t/200_ping_tcp.t
26314 ____________________________________________________________________________
26315 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
26316         Log: metaconfig units changes for #13188.
26317      Branch: metaconfig
26318            ! U/modified/Head.U
26319      Branch: metaconfig/U/perl
26320            ! issymlink.U
26321 ____________________________________________________________________________
26322 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
26323         Log: The #13182 didn't really help.  The real problem
26324              seems to be that 'sh' can in AIX mean at least three
26325              different things, and we can't know which one it is
26326              unless we export $newsh from an earlier run (and it's
26327              the 'bsh' aka 'sh' that has the the broken test -h).
26328      Branch: perl
26329            ! Configure
26330 ____________________________________________________________________________
26331 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
26332         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
26333      Branch: perl
26334            ! op.c t/op/override.t
26335 ____________________________________________________________________________
26336 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
26337         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
26338              From: PPrymmer@factset.com 
26339              Date: Wed, 21 Nov 2001 20:17:25 -0500
26340              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
26341      Branch: perl
26342            ! lib/Shell.t
26343 ____________________________________________________________________________
26344 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
26345         Log: Reapply perlmodinstall parts of #12897.
26346      Branch: perl
26347            ! pod/perlmodinstall.pod
26348 ____________________________________________________________________________
26349 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
26350         Log: perlmodinstall 2.01 from Jon Orwant.
26351      Branch: perl
26352            ! pod/perlmodinstall.pod
26353 ____________________________________________________________________________
26354 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
26355         Log: Subject: [PATCH @10907] REXX on OS/2
26356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26357              Date: Wed, 21 Nov 2001 15:26:11 -0500
26358              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
26359      Branch: perl
26360            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26361            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
26362 ____________________________________________________________________________
26363 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
26364         Log: metaconfig unit change for #13181.
26365      Branch: metaconfig/U/perl
26366            ! issymlink.U
26367 ____________________________________________________________________________
26368 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
26369         Log: AIX has broken builtin 'test'.
26370      Branch: perl
26371            ! Configure
26372 ____________________________________________________________________________
26373 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
26374         Log: Subject: [PATCH 5.7.x] INSTALL size update
26375              From: Andy Dougherty <doughera@lafayette.edu>
26376              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
26377              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
26378      Branch: perl
26379            ! INSTALL
26380 ____________________________________________________________________________
26381 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
26382         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
26383              to pp_sort.c.  Includes the quicksort stabilizing layer
26384              from John P. Linderman.  -Msort=qsort or -Msort=fast is
26385              faster than without (or with -Msort=mergesort or -Msort=safe)
26386              for short random inputs, but for some reason not quite as fast
26387              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
26388              optimizing definitely needed.
26389      Branch: perl
26390            + lib/sort.pm lib/sort.t pp_sort.c
26391            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
26392            ! embed.pl global.sym perl.h pp_ctl.c proto.h
26393            ! vms/descrip_mms.template vos/build.cm win32/Makefile
26394            ! win32/makefile.mk wince/Makefile.ce
26395 ____________________________________________________________________________
26396 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
26397         Log: Sync file with libnet-1.0901-tobe
26398      Branch: perl
26399            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
26400            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
26401            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
26402            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
26403            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
26404 ____________________________________________________________________________
26405 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
26406         Log: Subject: [PATCH perldoc] problems with pod2man
26407              From: Robin Barker <rmb1@cise.npl.co.uk>
26408              Date: Wed, 21 Nov 2001 17:48:51 GMT
26409              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
26410      Branch: perl
26411            ! utils/perldoc.PL
26412 ____________________________________________________________________________
26413 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
26414         Log: debug_pad only visible when debugging.
26415      Branch: perl
26416            ! makedef.pl
26417 ____________________________________________________________________________
26418 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
26419         Log: metaconfig units changes for #13174.
26420      Branch: metaconfig/U/perl
26421            + d_procselfexe.U
26422            - procselfexe.U
26423 ____________________________________________________________________________
26424 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
26425         Log: procselfexe tweaks.
26426      Branch: perl
26427            ! Configure config_h.SH
26428 ____________________________________________________________________________
26429 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
26430         Log: Upgrade to Net::Ping 2.06.
26431      Branch: perl
26432            + lib/Net/Ping/CHANGES lib/Net/Ping/README
26433            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26434            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26435            + lib/Net/Ping/t/200_ping_tcp.t
26436            ! MANIFEST lib/Net/Ping.pm
26437 ____________________________________________________________________________
26438 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
26439         Log: Upgrade to Math::BigInt 1.47.
26440      Branch: perl
26441            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26442            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
26443            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
26444            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
26445            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
26446            ! lib/Math/BigInt/t/sub_mbi.t
26447 ____________________________________________________________________________
26448 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
26449         Log: Dynaloading for POSIX-BC from Thomas Dorner.
26450      Branch: perl
26451            ! hints/posix-bc.sh
26452 ____________________________________________________________________________
26453 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
26454         Log: Strange: the same mysterious regex study bug
26455              seems to be present both in OS/390 and POSIX-BC.
26456              Deep EBCDIC magic that regex engine gets wrong,
26457              or a bug in some compiler/library shared by the
26458              two platforms?  From Thomas Dorner.
26459      Branch: perl
26460            ! t/op/study.t
26461 ____________________________________________________________________________
26462 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
26463         Log: More lost and found.
26464      Branch: perl
26465            + lib/Test/Simple/README
26466            ! MANIFEST
26467 ____________________________________________________________________________
26468 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
26469         Log: MANIFESTly missing.
26470      Branch: perl
26471            ! MANIFEST
26472 ____________________________________________________________________________
26473 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
26474         Log: Subject: Re: PERFORCE change 13162 for review               
26475              From: Philip Newton <Philip.Newton@gmx.net> 
26476              Date: Wed, 21 Nov 2001 16:44:30 +0100
26477              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
26478      Branch: perl
26479            ! ext/Devel/PPPort/PPPort.pm
26480 ____________________________________________________________________________
26481 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
26482         Log: Update Changes.
26483      Branch: perl
26484            ! Changes patchlevel.h
26485 ____________________________________________________________________________
26486 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
26487         Log: Small doc tweaks.
26488      Branch: perl
26489            ! ext/PerlIO/Via/Via.pm
26490 ____________________________________________________________________________
26491 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
26492         Log: Redundant return.
26493      Branch: perl
26494            ! ext/MIME/Base64/QuotedPrint.pm
26495 ____________________________________________________________________________
26496 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
26497         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
26498              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
26499              Date: Wed, 21 Nov 2001 10:23:16 +0100
26500              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
26501      Branch: perl
26502            ! pp_pack.c t/op/pack.t
26503 ____________________________________________________________________________
26504 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
26505         Log: Add Devel::PPPort originally from Kenneth Albanowski,
26506              revigorated by Paul Marquess: gives h2xs a Perl version
26507              portability boost.
26508      Branch: perl
26509            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
26510            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
26511            + ext/Devel/PPPort/harness/Harness.pm
26512            + ext/Devel/PPPort/harness/Harness.xs
26513            + ext/Devel/PPPort/harness/Makefile.PL
26514            + ext/Devel/PPPort/harness/module2.c
26515            + ext/Devel/PPPort/harness/module3.c
26516            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
26517            ! MANIFEST lib/h2xs.t utils/h2xs.PL
26518 ____________________________________________________________________________
26519 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
26520         Log: Oops.
26521      Branch: perl
26522            ! lib/Test/Simple/t/filehandles.t
26523 ____________________________________________________________________________
26524 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
26525         Log: Subject: Re: PERFORCE change 13152 for review               
26526              From: Philip Newton <Philip.Newton@gmx.net> 
26527              Date: Wed, 21 Nov 2001 09:04:05 +0100
26528              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
26529      Branch: perl
26530            ! lib/Test/Builder.pm
26531 ____________________________________________________________________________
26532 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
26533         Log: Subject: Re: PERFORCE change 13142 for review
26534              From: Philip Newton <Philip.Newton@gmx.net>
26535              Date: Wed, 21 Nov 2001 09:04:03 +0100
26536              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
26537              
26538              plus rewrap few paragraphs.
26539      Branch: perl
26540            ! lib/Pod/LaTeX.pm
26541 ____________________________________________________________________________
26542 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
26543         Log: Integrate #13154 from macperl; Remove comments.
26544      Branch: perl
26545           !> lib/File/Spec/Mac.pm
26546 ____________________________________________________________________________
26547 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
26548         Log: Update the list of modules having tests.
26549      Branch: perl
26550            ! t/lib/1_compile.t
26551 ____________________________________________________________________________
26552 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
26553         Log: Slight doc changes.
26554      Branch: maint-5.6/macperl
26555            ! macos/macperl/MacPerl.podhelp
26556 ____________________________________________________________________________
26557 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
26558         Log: Add UTF-16 coercion.
26559      Branch: maint-5.6/macperl
26560            ! macos/lib/Mac/AppleEvents/Simple.pm
26561 ____________________________________________________________________________
26562 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
26563         Log: Remove comments.
26564      Branch: maint-5.6/macperl
26565            ! lib/File/Spec/Mac.pm
26566 ____________________________________________________________________________
26567 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
26568         Log: Fix FSpGetCatInfo (and other functions) corrupting
26569              memory with bad filespecs (bug #471867)
26570      Branch: maint-5.6/macperl
26571            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
26572 ____________________________________________________________________________
26573 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
26574         Log: Upgrade to Test::Simple 0.33.
26575      Branch: perl
26576            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
26577            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
26578            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
26579 ____________________________________________________________________________
26580 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
26581         Log: Upgrade to Test::Harness 1.26.
26582      Branch: perl
26583            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26584 ____________________________________________________________________________
26585 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
26586         Log: Integrate change #13145 from maintperl;
26587              another compatibility tweak to change#12559: avoid quoting
26588              arguments that already have quotes; add test case
26589      Branch: perl
26590           !> t/op/system_tests win32/win32.c
26591 ____________________________________________________________________________
26592 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
26593         Log: integrate change#13147 from mainline (fixes nit in change#10091)
26594              
26595              Subject: [PATCH] spaceship and refs
26596      Branch: maint-5.6/perl
26597            ! pp.c pp_hot.c t/op/cmp.t
26598 ____________________________________________________________________________
26599 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
26600         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
26601              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
26602              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
26603              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
26604      Branch: perl
26605            + lib/Pod/t/utils.t
26606            ! MANIFEST
26607 ____________________________________________________________________________
26608 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
26609         Log: Subject: [PATCH] spaceship and refs
26610              From: Nicholas Clark <nick@ccl4.org>
26611              Date: Tue, 20 Nov 2001 21:59:51 +0000
26612              Message-ID: <20011120215951.U62891@plum.flirble.org> 
26613      Branch: perl
26614            ! pp.c pp_hot.c t/op/cmp.t
26615 ____________________________________________________________________________
26616 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
26617         Log: Try to clarify which I/O call operates on bytes,
26618              which on characters, which on either.
26619      Branch: perl
26620            ! pod/perlfunc.pod
26621 ____________________________________________________________________________
26622 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
26623         Log: another compatibility tweak to change#12559: avoid quoting
26624              arguments that already have quotes; add test case
26625      Branch: maint-5.6/perl
26626            ! t/op/system_tests win32/win32.c
26627 ____________________________________________________________________________
26628 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
26629         Log: Give a simple example of writing PerlIO::Via handlers
26630              in Perl.
26631      Branch: perl
26632            ! ext/PerlIO/Via/Via.pm
26633 ____________________________________________________________________________
26634 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
26635         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
26636      Branch: perl
26637            + lib/Pod/t/latex.t
26638            ! MANIFEST
26639 ____________________________________________________________________________
26640 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
26641         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
26642              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26643              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
26644              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
26645      Branch: perl
26646            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
26647 ____________________________________________________________________________
26648 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
26649         Log: Spread d_procselfexe to far-off lands (undefined).
26650      Branch: perl
26651            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
26652            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26653            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26654            ! win32/config.gc win32/config.vc win32/config.win64
26655            ! wince/config.ce
26656 ____________________________________________________________________________
26657 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
26658         Log: Integrate perlio; add detection and use of /proc/self/exe
26659              (Linuxism for finding the absolute path of the executable)
26660      Branch: perl
26661           !> Configure config_h.SH perl.c t/op/magic.t
26662 ____________________________________________________________________________
26663 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
26664         Log: Really define do_report_used() only if DEBUGGING.
26665      Branch: perl
26666            ! sv.c
26667 ____________________________________________________________________________
26668 [ 13138] By: nick                                  on 2001/11/20  20:01:05
26669         Log: perl.c change to use HAS_PROCSELFEXE, also
26670              tweak to $^X test to comprehend full path to real executable
26671              being returned (like Cygwin as it happens...)
26672      Branch: perlio
26673            ! perl.c t/op/magic.t
26674 ____________________________________________________________________________
26675 [ 13137] By: nick                                  on 2001/11/20  19:46:00
26676         Log: Integrate mainline
26677      Branch: perlio
26678           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26679           +> lib/NEXT/t/unseen.t
26680            - lib/NEXT/test.pl
26681           !> (integrate 34 files)
26682 ____________________________________________________________________________
26683 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
26684         Log: Subject: [?PATCH] terser pp_eq
26685              From: Nicholas Clark <nick@ccl4.org>
26686              Date: Mon, 19 Nov 2001 23:09:02 +0000
26687              Message-ID: <20011119230901.O62891@plum.flirble.org>
26688      Branch: perl
26689            ! pp_hot.c
26690 ____________________________________________________________________________
26691 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
26692         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
26693      Branch: perl
26694            ! pod/perldelta.pod
26695 ____________________________________________________________________________
26696 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
26697         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26698              From: Andy Dougherty <doughera@lafayette.edu>
26699              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
26700              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
26701      Branch: perl
26702            ! ext/re/Makefile.PL ext/re/re.xs
26703 ____________________________________________________________________________
26704 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
26705         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26706              From: Andy Dougherty <doughera@lafayette.edu>
26707              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
26708              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
26709      Branch: perl
26710            ! ext/re/re.xs
26711 ____________________________________________________________________________
26712 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
26713         Log: Integrate change #13119 from macperl.
26714              (No changes since already applied the patch,
26715              just keep perforce happy and well-fed.)
26716      Branch: perl
26717           !> lib/Pod/Html.pm
26718 ____________________________________________________________________________
26719 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
26720         Log: Subject: [PATCH] filter-util.pl for Mac OS
26721              From: Chris Nandor <pudge@pobox.com>
26722              Date: Tue, 20 Nov 2001 00:16:11 -0500
26723              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
26724      Branch: perl
26725            ! t/lib/filter-util.pl
26726 ____________________________________________________________________________
26727 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
26728         Log: Subject: [PATCH] Portability fix for Pod::Html
26729              From: Chris Nandor <pudge@pobox.com>
26730              Date: Tue, 20 Nov 2001 00:01:05 -0500
26731              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
26732      Branch: perl
26733            ! lib/Pod/Html.pm
26734 ____________________________________________________________________________
26735 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
26736         Log: Need to skip more tests if not perlio.
26737      Branch: perl
26738            ! lib/open.t
26739 ____________________________________________________________________________
26740 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
26741         Log: Pass 3 at perldelta - sort the lists of new modules,
26742              module improvements, and new platforms.
26743      Branch: perl
26744            ! pod/perldelta.pod
26745 ____________________________________________________________________________
26746 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
26747         Log: Document ${^OPEN}.
26748      Branch: perl
26749            ! pod/perlvar.pod
26750 ____________________________________________________________________________
26751 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
26752         Log: Make configpm work with extra keys
26753      Branch: maint-5.6/macperl
26754            ! macos/configpm
26755 ____________________________________________________________________________
26756 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
26757         Log: Version and doc updates
26758      Branch: maint-5.6/macperl
26759            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
26760 ____________________________________________________________________________
26761 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
26762         Log: More fixes for error message parsing (bug #470316)
26763      Branch: maint-5.6/macperl
26764            ! macos/macish.c
26765 ____________________________________________________________________________
26766 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
26767         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
26768              remove obsolete function (bug #465225)
26769      Branch: maint-5.6/macperl
26770            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
26771            ! macos/macperl/MPScript.c
26772 ____________________________________________________________________________
26773 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
26774         Log: Add p2as droplet to distribution.
26775      Branch: maint-5.6/macperl
26776            + macos/macperl/Droplets/p2as.plx
26777 ____________________________________________________________________________
26778 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
26779         Log: Bundle File::Sort.
26780      Branch: maint-5.6/macperl
26781            + macos/bundled_lib/blib/lib/File/Sort.pm
26782 ____________________________________________________________________________
26783 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
26784         Log: Various bundled module fixes.
26785      Branch: maint-5.6/macperl
26786            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
26787            ! macos/bundled_ext/Digest/MD5/t/files.t
26788            ! macos/bundled_ext/Filter/t/filter-util.pl
26789            ! macos/bundled_lib/blib/lib/Net/Config.pm
26790            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
26791 ____________________________________________________________________________
26792 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
26793         Log: Portability fix for Pod::Html.
26794      Branch: maint-5.6/macperl
26795            ! lib/Pod/Html.pm
26796 ____________________________________________________________________________
26797 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
26798         Log: Upgrade to Text::Balanced 1.89.
26799      Branch: perl
26800            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
26801            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
26802            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
26803            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
26804            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
26805            ! lib/Text/Balanced/t/gentag.t
26806 ____________________________________________________________________________
26807 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
26808         Log: Upgrade to NEXT 0.50.
26809      Branch: perl
26810            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26811            + lib/NEXT/t/unseen.t
26812            - lib/NEXT/test.pl
26813            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
26814 ____________________________________________________________________________
26815 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
26816         Log: Integrate with maint-5.6/perl.
26817      Branch: maint-5.6/macperl
26818           !> win32/win32.c
26819 ____________________________________________________________________________
26820 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
26821         Log: Update the README.threads scary header a bit.
26822      Branch: perl
26823            ! README.threads
26824 ____________________________________________________________________________
26825 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
26826         Log: Pass 2 at perldelta: add some changes since 5.7.2.
26827      Branch: perl
26828            ! pod/perldelta.pod
26829 ____________________________________________________________________________
26830 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
26831         Log: Subject: [DOC PATCH] perlfaq4.pod 
26832              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26833              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
26834              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
26835      Branch: perl
26836            ! pod/perlfaq4.pod
26837 ____________________________________________________________________________
26838 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
26839         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
26840              From: Michael G Schwern <schwern@pobox.com> 
26841              Date: Mon, 19 Nov 2001 19:53:12 -0500
26842              Message-ID: <20011119195311.I11883@blackrider>
26843      Branch: perl
26844            ! perl.c
26845 ____________________________________________________________________________
26846 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
26847         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
26848              From: PPrymmer@factset.com
26849              Date: Mon, 19 Nov 2001 17:08:59 -0500
26850              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
26851      Branch: perl
26852            ! vms/descrip_mms.template
26853 ____________________________________________________________________________
26854 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
26855         Log: Create a per-interpeter debug scratchpad container
26856              and use that for the regexec debugging.
26857      Branch: perl
26858            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
26859 ____________________________________________________________________________
26860 [ 13109] By: nick                                  on 2001/11/19  22:01:45
26861         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
26862              Configure unit detects the feature).
26863      Branch: metaconfig/U/perl
26864            + procselfexe.U
26865      Branch: perlio
26866            ! Configure config_h.SH
26867 ____________________________________________________________________________
26868 [ 13108] By: nick                                  on 2001/11/19  20:39:17
26869         Log: Integrate mainline
26870      Branch: perlio
26871           +> t/op/or.t
26872           !> (integrate 44 files)
26873 ____________________________________________________________________________
26874 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
26875         Log: sysseek tweak.
26876      Branch: perl
26877            ! pod/perlfunc.pod
26878 ____________________________________________________________________________
26879 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
26880         Log: Move the sysio tests from io/utf8 to lib/open.
26881      Branch: perl
26882            ! lib/open.t t/io/utf8.t
26883 ____________________________________________________________________________
26884 [ 13105] By: nick                                  on 2001/11/19  20:15:39
26885         Log: Add a .package and a README to //depot/metaconfig
26886      Branch: metaconfig
26887            + .package README
26888 ____________________________________________________________________________
26889 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
26890         Log: Thou shalt not mix stdio and sysio.
26891      Branch: perl
26892            ! t/io/utf8.t
26893 ____________________________________________________________________________
26894 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
26895         Log: Update Changes.
26896      Branch: perl
26897            ! Changes patchlevel.h
26898 ____________________________________________________________________________
26899 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
26900         Log: The runops_debug needs to be present always, otherwise
26901              places like AIX which need an explicit symbol export list
26902              will croak when trying to build Devel::Peek (which uses
26903              the runops_debug).
26904      Branch: perl
26905            ! makedef.pl
26906 ____________________________________________________________________________
26907 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
26908         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
26909              From: PPrymmer@factset.com 
26910              Date: Mon, 19 Nov 2001 11:34:22 -0500
26911              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
26912      Branch: perl
26913            ! lib/Memoize/t/tie_sdbm.t
26914 ____________________________________________________________________________
26915 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
26916         Log: Retract #13088: it seems that unless dump.c is extensively
26917              reorganized as to what symbols it shows, when, and to whom,
26918              we are stuck with having the dump.o symbols in the libperl
26919              and thusly in the main Perl binary.
26920      Branch: perl
26921            ! embedvar.h perlapi.h perlvars.h
26922 ____________________________________________________________________________
26923 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
26924         Log: The _uni_display should not be in dump.c since they
26925              are used under normal operation (S_not_a_number()).
26926      Branch: perl
26927            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
26928 ____________________________________________________________________________
26929 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
26930         Log: Protect sv_dump() from being included unless DEBUGGING,
26931              as noticed by Ilya.
26932      Branch: perl
26933            ! sv.c
26934 ____________________________________________________________________________
26935 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
26936         Log: Pending further investigation skip the tell() tests.
26937              The tell() is okay on Solaris, HP-UX and Tru64, but fails
26938              (by returning too much) in Linux.
26939      Branch: perl
26940            ! t/io/utf8.t
26941 ____________________________________________________________________________
26942 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
26943         Log: Retract #13082 until a better solution is found:
26944              statics break ithreads.
26945      Branch: perl
26946            ! regexec.c
26947 ____________________________________________________________________________
26948 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
26949         Log: Figures 1 and 2 for UTF-8.
26950      Branch: perl
26951            ! pod/perlunicode.pod
26952 ____________________________________________________________________________
26953 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
26954         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
26955              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26956              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
26957              Message-ID: <20011119132645.A15034@rafael>
26958      Branch: perl
26959            ! op.c pod/perldiag.pod t/lib/warnings/op
26960 ____________________________________________________________________________
26961 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
26962         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
26963              From: Michael G Schwern <schwern@pobox.com> 
26964              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
26965              Message-ID: <20011119031112.E786@blackrider>
26966      Branch: perl
26967            ! t/op/closure.t
26968 ____________________________________________________________________________
26969 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
26970         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
26971              From: Michael G Schwern <schwern@pobox.com>
26972              Date: Mon, 19 Nov 2001 03:42:56 -0500
26973              Message-ID: <20011119034256.I786@blackrider>
26974      Branch: perl
26975            + t/op/or.t
26976            ! MANIFEST
26977 ____________________________________________________________________________
26978 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
26979         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
26980              From: "Craig A. Berry" <craigberry@mac.com>
26981              Date: Sun, 18 Nov 2001 14:33:48 -0600
26982              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
26983      Branch: perl
26984            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
26985 ____________________________________________________________________________
26986 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
26987         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26988              From: Dave Rolsky <autarch@urth.org>
26989              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
26990              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26991      Branch: perl
26992            ! lib/ExtUtils/Manifest.pm
26993 ____________________________________________________________________________
26994 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
26995         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26996              From: Dave Rolsky <autarch@urth.org>
26997              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
26998              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26999      Branch: perl
27000            ! lib/ExtUtils/Install.pm
27001 ____________________________________________________________________________
27002 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
27003         Log: The runops_dbg should not be needed.
27004      Branch: perl
27005            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
27006 ____________________________________________________________________________
27007 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
27008         Log: do_spawn() cleanup from Charles Lane.
27009      Branch: perl
27010            ! vms/vms.c
27011 ____________________________________________________________________________
27012 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
27013         Log: Update the list of tests.
27014      Branch: perl
27015            ! t/lib/1_compile.t
27016 ____________________________________________________________________________
27017 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
27018         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
27019              From: Michael G Schwern <schwern@pobox.com> 
27020              Date: Fri, 16 Nov 2001 17:37:04 -0500
27021              Message-ID: <20011116173703.L30160@blackrider>
27022      Branch: perl
27023            ! t/lib/warnings/sv
27024 ____________________________________________________________________________
27025 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
27026         Log: FAQ sync.
27027      Branch: perl
27028            ! pod/perlfaq4.pod
27029 ____________________________________________________________________________
27030 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
27031         Log: Integrate perlio; win32 sync.
27032      Branch: perl
27033           !> perlio.c win32/win32io.c
27034 ____________________________________________________________________________
27035 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
27036         Log: (retracted by #13096)
27037              Debugging would be badly skewed by a malloc per regex dump.
27038      Branch: perl
27039            ! regexec.c
27040 ____________________________________________________________________________
27041 [ 13081] By: nick                                  on 2001/11/18  19:08:40
27042         Log: Win32 layer has a dup which needs to match new prototype.
27043      Branch: perlio
27044            ! win32/win32io.c
27045 ____________________________________________________________________________
27046 [ 13080] By: nick                                  on 2001/11/18  19:05:02
27047         Log: Wrong way to get stdio mode used.
27048      Branch: perlio
27049            ! perlio.c
27050 ____________________________________________________________________________
27051 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
27052         Log: Retract #13048: that introduced a malloc() (through savepvn())
27053              to *every* m//, which killed the performance quite badly.
27054      Branch: perl
27055            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27056 ____________________________________________________________________________
27057 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
27058         Log: Pass 1 at perldelta.pod: sort the section contents
27059              together, drop all but the 5.7.2 known problems,
27060              leave the 5.7.1 security note since that's the
27061              fullest explanation (update the date on that).
27062      Branch: perl
27063            ! pod/perldelta.pod
27064 ____________________________________________________________________________
27065 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
27066         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
27067              
27068              Tiny problem in the test for 20011113.110: I hope
27069              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
27070      Branch: perl
27071            ! pp.c t/op/repeat.t
27072 ____________________________________________________________________________
27073 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
27074         Log: All of syswrite/send/sendto need to return character counts,
27075              and character counts from the offset, not the beginning of
27076              the scalar.
27077      Branch: perl
27078            ! pp_sys.c
27079 ____________________________________________________________________________
27080 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
27081         Log: Integrate PerlIO: duping fixes.
27082      Branch: perl
27083           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27084           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
27085           !> perliol.h sv.c
27086 ____________________________________________________________________________
27087 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
27088         Log: syswrite() was still returning byte counts, not character counts.
27089      Branch: perl
27090            ! pp_sys.c t/io/utf8.t
27091 ____________________________________________________________________________
27092 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
27093         Log: Add test for sysread().
27094      Branch: perl
27095            ! t/io/utf8.t
27096 ____________________________________________________________________________
27097 [ 13072] By: nick                                  on 2001/11/18  16:15:31
27098         Log: Allow dup'ing of PerlIO::Scalar etc.
27099      Branch: perlio
27100            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27101            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
27102            ! perliol.h sv.c
27103 ____________________________________________________________________________
27104 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
27105         Log: Prepend a null byte to the test set.
27106      Branch: perl
27107            ! t/io/utf8.t
27108 ____________________________________________________________________________
27109 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
27110         Log: Document how "no utf8;" can become handy.
27111      Branch: perl
27112            ! lib/utf8.pm
27113 ____________________________________________________________________________
27114 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
27115         Log: Integrate perlio; force the inclusion of the PL_runops_*
27116      Branch: perl
27117           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
27118 ____________________________________________________________________________
27119 [ 13068] By: nick                                  on 2001/11/18  13:23:33
27120         Log: embed.pl generated changes I forgot to include
27121      Branch: perlio
27122            ! embedvar.h perlapi.h pod/perlapi.pod
27123 ____________________________________________________________________________
27124 [ 13067] By: nick                                  on 2001/11/18  12:50:19
27125         Log: Force inclusion of both Perl_runops_* in perl itself,
27126              so they are available for Peek.xs etc.
27127      Branch: perlio
27128            ! perlvars.h
27129 ____________________________________________________________________________
27130 [ 13066] By: nick                                  on 2001/11/18  11:00:34
27131         Log: Integrate mainline - a few Devel::Peak fails.
27132      Branch: perlio
27133           +> (branch 29 files)
27134            - ext/Thread/Thread.pm lib/Benchmark.t
27135            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27136            - lib/Lingua/KO/Hangul/Util/README
27137            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
27138            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
27139            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
27140            - vms/ext/vmsish.pm vms/ext/vmsish.t
27141            ! hv.c
27142           !> (integrate 389 files)
27143 ____________________________________________________________________________
27144 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
27145         Log: Start working on perldelta.  This is not yet any sort of
27146              editing; just concatenating perl570delta, perl571delta,
27147              and perl572delta.  Any sorting not done, any duplicate
27148              removal not done, any removal or update of obsolete items
27149              not done, any changes since 5.7.2 not included.  So there.
27150      Branch: perl
27151            ! pod/perldelta.pod
27152 ____________________________________________________________________________
27153 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
27154         Log: Banish "use utf8".
27155      Branch: perl
27156            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
27157 ____________________________________________________________________________
27158 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
27159         Log: Tweak from Charles Lane.
27160      Branch: perl
27161            ! vms/vms.c
27162 ____________________________________________________________________________
27163 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
27164         Log: Integrate change #13058 from maintperl;
27165              change#12559 breaks things on Win9x because command.com doesn't
27166              grok dquotes at all; disable all the system() smarts for
27167              command.com
27168      Branch: perl
27169           !> win32/win32.c
27170 ____________________________________________________________________________
27171 [ 13061] By: ams                                   on 2001/11/17  13:46:11
27172         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
27173              From: Jonathan Stowe <gellyfish@gellyfish.com>
27174              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
27175              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
27176      Branch: perl
27177            ! lib/Term/Cap.pm
27178 ____________________________________________________________________________
27179 [ 13060] By: ams                                   on 2001/11/17  09:49:10
27180         Log: Subject: [PATCH9 File/Find.pm doc nits
27181              From: Tels <perl_dummy@bloodgate.com>
27182              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
27183      Branch: perl
27184            ! lib/File/Find.pm
27185 ____________________________________________________________________________
27186 [ 13059] By: ams                                   on 2001/11/17  09:38:38
27187         Log: Subject: [PATCH] Benchmark.pm nit
27188              From: Tels <perl_dummy@bloodgate.com>
27189              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
27190      Branch: perl
27191            ! lib/Benchmark.pm
27192 ____________________________________________________________________________
27193 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
27194         Log: change#12559 breaks things on Win9x because command.com doesn't
27195              grok dquotes at all; disable all the system() smarts for
27196              command.com
27197      Branch: maint-5.6/perl
27198            ! win32/win32.c
27199 ____________________________________________________________________________
27200 [ 13057] By: ams                                   on 2001/11/16  20:30:03
27201         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
27202              From: Andy Dougherty <doughera@lafayette.edu>
27203              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
27204              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
27205      Branch: perl
27206            ! lib/Unicode/UCD.t
27207 ____________________________________________________________________________
27208 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
27209         Log: Subject: [Patch Perl@13023] VMS system() warning
27210              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27211              Date: Fri, 16 Nov 2001 15:20:11 EST
27212              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
27213      Branch: perl
27214            ! vms/vms.c
27215 ____________________________________________________________________________
27216 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
27217         Log: It's neither-nor, and protect against the impossible.
27218      Branch: perl
27219            ! lib/Thread.pm
27220 ____________________________________________________________________________
27221 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
27222         Log: 5005threads didn't work because $Thread::VERSION wasn't
27223              visible.  Oops.
27224      Branch: perl
27225            ! ext/Thread/Makefile.PL lib/Thread.pm
27226 ____________________________________________________________________________
27227 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
27228         Log: Robustness against Linux using something else than gcc;
27229              based on
27230              
27231              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
27232              From: Charles Randall <cfriv@yahoo.com>
27233              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
27234              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
27235      Branch: perl
27236            ! ext/Errno/Errno_pm.PL
27237 ____________________________________________________________________________
27238 [ 13052] By: ams                                   on 2001/11/16  16:46:39
27239         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
27240              From: Russ Allbery <rra@stanford.edu>
27241              Date: 16 Nov 2001 09:44:21 -0800
27242              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
27243      Branch: perl
27244            ! lib/Pod/ParseLink.pm
27245 ____________________________________________________________________________
27246 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
27247         Log: Update perluniintro on the UTF-8 output matters
27248              (that -w will warn unless the stream is explicitly UTF-8-ified).
27249      Branch: perl
27250            ! pod/perluniintro.pod
27251 ____________________________________________________________________________
27252 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
27253         Log: Adding new files to MANIFEST is nice.
27254      Branch: perl
27255            ! MANIFEST
27256 ____________________________________________________________________________
27257 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
27258         Log: Update Changes.
27259      Branch: perl
27260            ! Changes patchlevel.h
27261 ____________________________________________________________________________
27262 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
27263         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
27264              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
27265              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
27266              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
27267      Branch: perl
27268            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27269 ____________________________________________________________________________
27270 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
27271         Log: Rename perlunintro to perluniintro; regen toc.
27272      Branch: perl
27273            + pod/perluniintro.pod
27274            - pod/perlunintro.pod
27275            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27276 ____________________________________________________________________________
27277 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
27278         Log: Document the negated lookahead trick to emulate
27279              character class subtraction.
27280      Branch: perl
27281            ! pod/perlunicode.pod
27282 ____________________________________________________________________________
27283 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
27284         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
27285              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27286              Date: Fri, 16 Nov 2001 23:31:04 +0900
27287              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
27288              
27289              (with the tweak that Cntrl is not C, it's Cc)
27290      Branch: perl
27291            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
27292            ! lib/unicore/mktables
27293 ____________________________________________________________________________
27294 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
27295         Log: Subject: [PATCH current] runtime runops switch
27296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27297              Date: Fri, 16 Nov 2001 00:48:09 -0500
27298              Message-ID: <20011116004809.A934@math.ohio-state.edu>
27299      Branch: perl
27300            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
27301            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
27302            ! pod/perlintern.pod proto.h run.c
27303 ____________________________________________________________________________
27304 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
27305         Log: Further discourage old Thread code; tell how to tell
27306              the difference.
27307      Branch: perl
27308            ! lib/Thread.pm
27309 ____________________________________________________________________________
27310 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
27311         Log: A missing return; from Charles Lane.
27312      Branch: perl
27313            ! vms/vms.c
27314 ____________________________________________________________________________
27315 [ 13041] By: ams                                   on 2001/11/16  12:11:14
27316         Log: Subject: [PATCH] Doc spellcheck + podcheck
27317              From: Autrijus Tang <autrijus@egb.elixus.org>
27318              Date: Thu, 15 Nov 2001 22:49:05 -0800
27319              Message-Id: <20011116064905.GA44092@egb.elixus.org>
27320              
27321              Subject: [PATCH] podcheck+spellcheck, the rest of the story
27322              From: Autrijus Tang <autrijus@egb.elixus.org>
27323              Date: Fri, 16 Nov 2001 00:42:20 -0800
27324              Message-Id: <20011116084220.GA44295@egb.elixus.org>
27325              
27326              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
27327              From: Nicholas Clark <nick@ccl4.org>
27328              Date: Fri, 16 Nov 2001 10:32:01 +0000
27329              Message-Id: <20011116103200.F62891@plum.flirble.org>
27330              (Applied after suitable de-mangling.)
27331      Branch: perl
27332            ! README.aix README.dgux README.dos README.epoc README.hpux
27333            ! README.mint README.mpeix README.netware README.os2
27334            ! README.os390 README.plan9 README.qnx README.solaris
27335            ! README.threads doio.c pod/perl571delta.pod
27336            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
27337            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
27338            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
27339            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
27340            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
27341            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
27342 ____________________________________________________________________________
27343 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
27344         Log: Avoid redefinedness warning for now.
27345      Branch: perl
27346            ! lib/Thread.pm
27347 ____________________________________________________________________________
27348 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
27349         Log: use strict.
27350      Branch: perl
27351            ! lib/Thread.pm
27352 ____________________________________________________________________________
27353 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
27354         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
27355              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
27356              Date: Thu, 15 Nov 2001 22:54:47 EST 
27357              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
27358      Branch: perl
27359            ! vms/vms.c vms/vmspipe.com
27360 ____________________________________________________________________________
27361 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
27362         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
27363              From: "chromatic" <chromatic@rmci.net>
27364              Date: Thu, 15 Nov 2001 19:54:23 -0700
27365              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
27366      Branch: perl
27367            ! lib/File/stat.t
27368 ____________________________________________________________________________
27369 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
27370         Log: Make Thread a wrapper for both ithreads and 5005threads.
27371              Needs a lot of work and Arthur's eyeballing (and finishing
27372              few missing odds and ends of threads.pm).  Now Thread
27373              is an extension without its own .pm.
27374              
27375              If there are people who have experience working with
27376              either the 5005threads or the ithreads: cleaning up
27377              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
27378              and porting the various Thread::* modules, like Thread::Queue,
27379              to work also with ithreads, is needed.
27380              
27381              Removed the 5005threads requirement from the 5005 tests
27382              for easier testing (not all of them work yet since
27383              they use the Thread::* modules that have not been made
27384              to work with ithreads).  Leave the 5005 tests named as
27385              *.tx so that they are not run by "make test".
27386      Branch: perl
27387            + lib/Thread.pm
27388            - ext/Thread/Thread.pm
27389            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
27390            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
27391            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
27392            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
27393            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
27394            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
27395            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
27396 ____________________________________________________________________________
27397 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
27398         Log: $VERSION "a5" doesn't quite work.
27399      Branch: perl
27400            ! ext/B/Makefile.PL
27401 ____________________________________________________________________________
27402 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
27403         Log: Add the fruits of Larry Shatzer's version verifying script.
27404              (There are some straddlers, but they will be fixed in the
27405              upcoming releases of the modules.)
27406      Branch: perl
27407            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
27408            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
27409            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
27410            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
27411            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
27412            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
27413            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
27414            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
27415            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
27416            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
27417            ! wince/FindExt.pm
27418 ____________________________________________________________________________
27419 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
27420         Log: Add Larry Shatzer's VERSION verifying script.
27421      Branch: perl
27422            + Porting/checkVERSION.pl
27423            ! MANIFEST Porting/pumpkin.pod
27424 ____________________________________________________________________________
27425 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
27426         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
27427              From: Michael G Schwern <schwern@pobox.com>
27428              Date: Thu, 15 Nov 2001 19:26:40 -0500
27429              Message-ID: <20011115192640.R31399@blackrider>
27430      Branch: perl
27431            ! t/test.pl
27432 ____________________________________________________________________________
27433 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
27434         Log: Document the MY_CXT business; from Paul Marquess.
27435      Branch: perl
27436            ! pod/perlxs.pod
27437 ____________________________________________________________________________
27438 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
27439         Log: VMSCMD synch attempt.
27440      Branch: perl
27441            ! vms/vms.c vms/vmsish.h
27442 ____________________________________________________________________________
27443 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
27444         Log: Advise against -P as instructed by Schwern.
27445      Branch: perl
27446            ! pod/perlrun.pod
27447 ____________________________________________________________________________
27448 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
27449         Log: Subject: [PATCH] v-strings as Objects Step 1
27450              From: John Peacock <jpeacock@rowman.com>
27451              Date: Thu, 15 Nov 2001 12:41:04 -0500
27452              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
27453      Branch: perl
27454            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
27455            ! util.c
27456 ____________________________________________________________________________
27457 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
27458         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
27459              From: Michael G Schwern <schwern@pobox.com>
27460              Date: Thu, 15 Nov 2001 12:47:59 -0500
27461              Message-ID: <20011115124759.E31399@blackrider>
27462      Branch: perl
27463            + t/run/switchx.aux t/run/switchx.t
27464            ! MANIFEST t/run/switches.t
27465 ____________________________________________________________________________
27466 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
27467         Log: Upgrade to Getopt::Long 2.26_03.
27468      Branch: perl
27469            ! lib/Getopt/Long.pm
27470 ____________________________________________________________________________
27471 [ 13025] By: ams                                   on 2001/11/15  20:46:22
27472         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
27473              From: Michael G Schwern <schwern@pobox.com>
27474              Date: Thu, 15 Nov 2001 16:24:11 -0500
27475              Message-Id: <20011115162411.M31399@blackrider>
27476      Branch: perl
27477            ! vms/vms.c
27478 ____________________________________________________________________________
27479 [ 13024] By: ams                                   on 2001/11/15  19:32:06
27480         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
27481              From: rspier@pobox.com (Robert Spier)
27482              Date: Thu, 15 Nov 2001 11:19:21 -0800
27483              Message-Id: <15348.5433.732364.963687@rls.cx>
27484      Branch: perl
27485            ! op.c
27486 ____________________________________________________________________________
27487 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
27488         Log: Update Changes.
27489      Branch: perl
27490            ! Changes patchlevel.h
27491 ____________________________________________________________________________
27492 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
27493         Log: Subject: [PATCH] new tests for command-line switches
27494              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27495              Date: Thu, 15 Nov 2001 17:00:30 +0100
27496              Message-ID: <20011115170030.A14193@rafael>
27497      Branch: perl
27498            + t/run/switches.t
27499            ! MANIFEST
27500 ____________________________________________________________________________
27501 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
27502         Log: Upgrade to podlators 1.13.
27503      Branch: perl
27504            + lib/Pod/ParseLink.pm
27505            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
27506            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
27507            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
27508            ! t/pod/pod2usage.xr t/pod/podselect.xr
27509 ____________________________________________________________________________
27510 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
27511         Log: skip "might be used uninitialized".
27512      Branch: perl
27513            ! pp_sys.c
27514 ____________________________________________________________________________
27515 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
27516         Log: Fix for "perlio bug in koi8-r encoding".  The problem
27517              seemed to be that binmode() always flushed the handle,
27518              which is not so good when switching encodings.  Fixed,
27519              added Matt Sergeant's testcase, documented in perlfunc/binmode,
27520              also added a pointer about disciplines to perlfunc/open,
27521              and in general cleaned up and reformatted the open entry.
27522      Branch: perl
27523            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
27524 ____________________________________________________________________________
27525 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
27526         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
27527              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27528              Date: 15 Nov 2001 08:57:06 -0000
27529              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
27530              
27531              chop() and chomp() are not real list functions,
27532              so let's not have them overrideable.  (Casey will
27533              be confused since in #7071 he patched the other way.)
27534      Branch: perl
27535            ! pod/perlfunc.pod toke.c
27536 ____________________________________________________________________________
27537 [ 13017] By: ams                                   on 2001/11/15  12:56:49
27538         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
27539              From: Robin Barker <rmb1@cise.npl.co.uk>
27540              Date: Thu, 15 Nov 2001 13:48:34 GMT
27541              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
27542              (Applied with tweaks.)
27543      Branch: perl
27544            ! pod/perltrap.pod
27545 ____________________________________________________________________________
27546 [ 13016] By: ams                                   on 2001/11/15  09:12:48
27547         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
27548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27549              Date: Thu, 15 Nov 2001 09:06:39 +0100
27550              Message-Id: <20011115090639.A13005@rafael>
27551      Branch: perl
27552            ! pod/perlrun.pod
27553 ____________________________________________________________________________
27554 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
27555         Log: "link =" from utils.lst was being processed oddly.
27556      Branch: perl
27557            ! installman
27558 ____________________________________________________________________________
27559 [ 13014] By: ams                                   on 2001/11/15  02:52:52
27560         Log: Subject: [PATCH current] CreateTTY in -d
27561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27562              Date: Wed, 14 Nov 2001 21:26:31 -0500
27563              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
27564      Branch: perl
27565            ! lib/perl5db.pl
27566 ____________________________________________________________________________
27567 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
27568         Log: Corify the Filter::Simple tests. 
27569      Branch: perl
27570            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
27571            ! lib/Filter/Simple/t/filter_only.t
27572 ____________________________________________________________________________
27573 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
27574         Log: Upgrade to Filter::Simple 0.70.
27575      Branch: perl
27576            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
27577            + t/lib/FilterOnlyTest.pm
27578            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
27579            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
27580            ! t/lib/FilterTest.pm
27581 ____________________________________________________________________________
27582 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
27583         Log: Cleanliness inspired by Cygwin.
27584      Branch: perl
27585            ! Makefile.SH x2p/Makefile.SH
27586 ____________________________________________________________________________
27587 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
27588         Log: Add perlunintro (formerly known as perlunitut); regen toc.
27589      Branch: perl
27590            + pod/perlunintro.pod
27591            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27592 ____________________________________________________________________________
27593 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
27594         Log: FAQ sync.
27595      Branch: perl
27596            ! pod/perlfaq6.pod
27597 ____________________________________________________________________________
27598 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
27599         Log: Quieten pgcc 2.91.66 worries.
27600      Branch: perl
27601            ! gv.c pp_ctl.c utf8.c
27602 ____________________________________________________________________________
27603 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
27604         Log: Upgrade to Switch 2.06.
27605      Branch: perl
27606            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
27607            ! lib/Switch/t/nested.t
27608 ____________________________________________________________________________
27609 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
27610         Log: Upgrade to Attribute::Handlers 0.76.
27611      Branch: perl
27612            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27613            ! lib/Attribute/Handlers/README
27614            ! lib/Attribute/Handlers/demo/Demo.pm
27615            ! lib/Attribute/Handlers/demo/Descriptions.pm
27616            ! lib/Attribute/Handlers/demo/MyClass.pm
27617            ! lib/Attribute/Handlers/demo/demo_cycle.pl
27618            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
27619            ! lib/Attribute/Handlers/t/multi.t
27620 ____________________________________________________________________________
27621 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
27622         Log: Signedness nit.
27623      Branch: perl
27624            ! regexec.c
27625 ____________________________________________________________________________
27626 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
27627         Log: VERSIONize.
27628      Branch: perl
27629            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
27630            ! lib/integer.pm
27631 ____________________________________________________________________________
27632 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
27633         Log: No pod in internal Net::FTP classes.
27634      Branch: perl
27635            ! pod/buildtoc.PL
27636 ____________________________________________________________________________
27637 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
27638         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
27639              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27640              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
27641              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
27642      Branch: perl
27643            ! regexec.c
27644 ____________________________________________________________________________
27645 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
27646         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
27647              Pudge correctly).
27648      Branch: perl
27649            ! t/test.pl
27650 ____________________________________________________________________________
27651 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
27652         Log: Add comments to mark where $^X is being handled.
27653      Branch: perl
27654            ! perl.c toke.c
27655 ____________________________________________________________________________
27656 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
27657         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
27658              From: Michael G Schwern <schwern@pobox.com>
27659              Date: Wed, 14 Nov 2001 16:38:25 -0500
27660              Message-ID: <20011114163825.D6519@blackrider>
27661      Branch: perl
27662            ! t/op/repeat.t
27663 ____________________________________________________________________________
27664 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
27665         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
27666              From: Michael G Schwern <schwern@pobox.com>
27667              Date: Wed, 14 Nov 2001 13:19:15 -0500
27668              Message-ID: <20011114131915.K5096@blackrider>
27669      Branch: perl
27670            ! t/op/die_exit.t
27671 ____________________________________________________________________________
27672 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
27673         Log: Subject: Re: [PATCH] new version of runperl()
27674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27675              Date: Wed, 14 Nov 2001 15:39:12 EST
27676              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
27677              
27678              "VMS $^X pipes etc" patch.
27679      Branch: perl
27680            ! vms/vms.c
27681 ____________________________________________________________________________
27682 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
27683         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
27684              and add "verbose" option to show the final command.
27685      Branch: perl
27686            ! t/test.pl
27687 ____________________________________________________________________________
27688 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
27689         Log: Goof in some of the comment fields of #12994.
27690      Branch: perl
27691            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
27692            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
27693            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
27694            ! lib/unicore/In/9.pl
27695 ____________________________________________________________________________
27696 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
27697         Log: The First, Last ranges in the Unicode data weren't
27698              getting their general categories added properly;
27699              noticed by Jeffrey Friedl.
27700      Branch: perl
27701            ! lib/unicore/Category.pl lib/unicore/In/0.pl
27702            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
27703            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
27704            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
27705            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
27706            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
27707            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
27708            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
27709            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
27710            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
27711            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
27712            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
27713            ! lib/unicore/mktables
27714 ____________________________________________________________________________
27715 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
27716         Log: Subject: [PATCH] new version of runperl()
27717              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27718              Date: Wed, 14 Nov 2001 12:23:01 +0100
27719              Message-ID: <20011114122301.A29384@rafael>
27720      Branch: perl
27721            ! t/io/argv.t t/test.pl
27722 ____________________________________________________________________________
27723 [ 12992] By: ams                                   on 2001/11/14  13:40:39
27724         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
27725              From: Michael G Schwern <schwern@pobox.com>
27726              Date: Tue, 13 Nov 2001 23:17:54 -0500
27727              Message-Id: <20011113231754.S32567@blackrider>
27728      Branch: perl
27729            ! perl.c
27730 ____________________________________________________________________________
27731 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
27732         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
27733              From: Philip Newton <Philip.Newton@gmx.net>
27734              Date: Wed, 14 Nov 2001 10:59:53 +0100
27735              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
27736              
27737              plus a lot of paragraph reformatting because of long lines.
27738      Branch: perl
27739            ! pod/perlapio.pod
27740 ____________________________________________________________________________
27741 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
27742         Log: A bool is not a pointer.
27743      Branch: perl
27744            ! pp_sys.c
27745 ____________________________________________________________________________
27746 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
27747         Log: AUTHORS updates.
27748      Branch: perl
27749            ! AUTHORS
27750 ____________________________________________________________________________
27751 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
27752         Log: There are several MIME RFCs.
27753      Branch: perl
27754            ! ext/Encode/Encode.pm
27755 ____________________________________________________________________________
27756 [ 12987] By: ams                                   on 2001/11/14  01:09:28
27757         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
27758              From: Michael G Schwern <schwern@pobox.com>
27759              Date: Tue, 13 Nov 2001 20:59:13 -0500
27760              Message-Id: <20011113205913.H32567@blackrider>
27761      Branch: perl
27762            ! t/op/groups.t vms/test.com
27763 ____________________________________________________________________________
27764 [ 12986] By: ams                                   on 2001/11/14  01:07:06
27765         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
27766              From: Michael G Schwern <schwern@pobox.com>
27767              Date: Tue, 13 Nov 2001 20:51:34 -0500
27768              Message-Id: <20011113205134.F32567@blackrider>
27769      Branch: perl
27770            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
27771 ____________________________________________________________________________
27772 [ 12985] By: ams                                   on 2001/11/14  00:43:59
27773         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
27774              From: Michael G Schwern <schwern@pobox.com>
27775              Date: Tue, 13 Nov 2001 20:38:42 -0500
27776              Message-Id: <20011113203842.E32567@blackrider>
27777      Branch: perl
27778            ! pod/perlport.pod
27779 ____________________________________________________________________________
27780 [ 12984] By: ams                                   on 2001/11/14  00:32:15
27781         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
27782              From: Michael G Schwern <schwern@pobox.com>
27783              Date: Tue, 13 Nov 2001 20:27:02 -0500
27784              Message-Id: <20011113202702.D32567@blackrider>
27785      Branch: perl
27786            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
27787            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
27788            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
27789            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
27790 ____________________________________________________________________________
27791 [ 12983] By: ams                                   on 2001/11/14  00:00:27
27792         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
27793              From: Michael G Schwern <schwern@pobox.com>
27794              Date: Tue, 13 Nov 2001 19:51:59 -0500
27795              Message-Id: <20011113195159.B32567@blackrider>
27796      Branch: perl
27797            ! pod/perlport.pod
27798 ____________________________________________________________________________
27799 [ 12982] By: ams                                   on 2001/11/13  23:53:11
27800         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
27801              From: Larry Shatzer <fugazi@zippy.zyx.net>
27802              Date: Tue, 13 Nov 2001 17:27:59 -0700
27803              Message-Id: <20011113172759.E27768@zippy.zyx.net>
27804      Branch: perl
27805            ! pod/perlapio.pod
27806 ____________________________________________________________________________
27807 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
27808         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
27809              "large enough" Unicode characters returned more than one
27810              as their "Unicode size".
27811      Branch: perl
27812            ! pp_sys.c t/io/utf8.t
27813 ____________________________________________________________________________
27814 [ 12980] By: ams                                   on 2001/11/13  19:32:33
27815         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
27816              From: "Craig A. Berry" <craigberry@mac.com>
27817              Date: Tue, 13 Nov 2001 14:33:25 -0600
27818              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
27819      Branch: perl
27820            ! vms/gen_shrfls.pl
27821 ____________________________________________________________________________
27822 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
27823         Log: Subject: Minor patch to Encode.pm (detypo)
27824              From: "Philip Newton" <Philip.Newton@gmx.net>
27825              Date: Tue, 13 Nov 2001 20:11:01 +0100
27826              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
27827      Branch: perl
27828            ! ext/Encode/Encode.pm
27829 ____________________________________________________________________________
27830 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
27831         Log: Evil tabulators.
27832      Branch: perl
27833            ! ext/Encode/Encode.pm
27834 ____________________________________________________________________________
27835 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
27836         Log: Document the available encodings.
27837      Branch: perl
27838            ! ext/Encode/Encode.pm
27839 ____________________________________________________________________________
27840 [ 12976] By: ams                                   on 2001/11/13  17:14:07
27841         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27842              From: Barrie Slaymaker <barries@slaysys.com>
27843              Date: Tue, 13 Nov 2001 12:41:36 -0500
27844              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
27845      Branch: perl
27846            ! t/op/universal.t
27847 ____________________________________________________________________________
27848 [ 12975] By: ams                                   on 2001/11/13  16:24:21
27849         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27850              From: Barrie Slaymaker <barries@slaysys.com>
27851              Date: Tue, 13 Nov 2001 10:56:20 -0500
27852              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
27853              (Test applied with minor tweaks and ->isa("HASH") omission.)
27854      Branch: perl
27855            ! lib/UNIVERSAL.pm t/op/universal.t
27856 ____________________________________________________________________________
27857 [ 12974] By: ams                                   on 2001/11/13  15:46:07
27858         Log: Subject: [PATCH Benchmark.pm] docco tweaks
27859              From: Barrie Slaymaker <barries@slaysys.com>
27860              Date: Tue, 13 Nov 2001 11:34:45 -0500
27861              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
27862      Branch: perl
27863            ! lib/Benchmark.pm
27864 ____________________________________________________________________________
27865 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
27866         Log: Subject: [PATCH] Attack of the C loops, round 1
27867              From: Richard Soderberg <rs@oregonnet.com>
27868              Date: Mon, 12 Nov 2001 12:07:29 -0800
27869              Message-Id: <200111122007.MAA01994@oregonnet.com>
27870              
27871              Subject: [PATCH] bytecode.pl (tiny patch)
27872              From: Richard Soderberg <rs@oregonnet.com>
27873              Date: Mon, 12 Nov 2001 12:53:24 -0800
27874              Message-Id: <200111122053.MAA06272@oregonnet.com>
27875      Branch: perl
27876            ! bytecode.pl installhtml
27877 ____________________________________________________________________________
27878 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
27879         Log: Subject: [PATCH] Update to Filter::Util::Call
27880              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27881              Date: Sun, 11 Nov 2001 22:33:33 -0000
27882              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
27883              
27884              Use the new CXT* macros.
27885      Branch: perl
27886            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27887 ____________________________________________________________________________
27888 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
27889         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
27890              From: Michael G Schwern <schwern@pobox.com>
27891              Date: Mon, 12 Nov 2001 20:50:34 -0500
27892              Message-ID: <20011112205034.H2888@blackrider>
27893      Branch: perl
27894            + lib/vmsish.pm lib/vmsish.t
27895            - vms/ext/vmsish.pm vms/ext/vmsish.t
27896            ! MANIFEST vms/descrip_mms.template
27897 ____________________________________________________________________________
27898 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
27899         Log: :utf8 works only with perlio.
27900      Branch: perl
27901            ! lib/open.t
27902 ____________________________________________________________________________
27903 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
27904         Log: Subject: Re: @Config -"des" not quite working on VMS
27905              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27906              Date: Tue, 13 Nov 2001 08:35:13 EST 
27907              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
27908      Branch: perl
27909            ! configure.com
27910 ____________________________________________________________________________
27911 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
27912         Log: Subject: [PATCH] lib/charnames.pm 
27913              From: Jeffrey Friedl <jfriedl@yahoo.com>
27914              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
27915              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
27916      Branch: perl
27917            ! lib/charnames.pm
27918 ____________________________________________________________________________
27919 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
27920         Log: Docs for Mac::err.
27921      Branch: maint-5.6/macperl
27922            ! macos/ext/Mac/err/err.pm
27923 ____________________________________________________________________________
27924 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
27925         Log: Some cleanup; change some globals to references for
27926              possible persistence later.
27927      Branch: maint-5.6/macperl
27928            ! macos/lib/Mac/Glue.pm
27929 ____________________________________________________________________________
27930 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
27931         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
27932      Branch: maint-5.6/macperl
27933            ! macos/ext/Mac/Files/Files.pm
27934 ____________________________________________________________________________
27935 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
27936         Log: Get Mac::Navigation to compile (bug #464684).
27937      Branch: maint-5.6/macperl
27938            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
27939            ! macos/ext/Mac/Navigation/Makefile.PL
27940            ! macos/ext/Mac/Navigation/Navigation.xs
27941            ! macos/macperl/Makefile.mk
27942 ____________________________________________________________________________
27943 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
27944         Log: Add in modules and POD to help menu.
27945      Branch: maint-5.6/macperl
27946            ! macos/macperl/MacPerl.podhelp
27947 ____________________________________________________________________________
27948 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
27949         Log: Update bundled modules.
27950      Branch: maint-5.6/macperl
27951            + macos/bundled_ext/Filter/t/FilterTest.pm
27952            + macos/bundled_ext/List/Util/t/shuffle.t
27953            + macos/bundled_ext/Storable/t/compat06.t
27954            + macos/bundled_ext/Storable/t/st-dump.pl
27955            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
27956            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
27957            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
27958            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
27959            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
27960            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
27961            + macos/bundled_lib/blib/lib/lwpcook.pod
27962            + macos/bundled_lib/t/Filter/Simple/filter.t
27963            + macos/bundled_lib/t/Switch/t/given.t
27964            + macos/bundled_lib/t/Switch/t/nested.t
27965            + macos/bundled_lib/t/Switch/t/switch.t
27966            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
27967            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
27968            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
27969            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
27970            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
27971            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
27972            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
27973            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
27974            + macos/bundled_lib/t/URI/rfc2732.t
27975            + macos/bundled_lib/t/libnet/config.t
27976            + macos/bundled_lib/t/libnet/libnet_t.pl
27977            + macos/bundled_lib/t/libwww-perl/live/google.t
27978            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
27979            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
27980            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
27981            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
27982            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
27983            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
27984            + macos/bundled_lib/t/libwww-perl/live/validator.t
27985            - macos/bundled_ext/Filter/t/MyFilter.pm
27986            - macos/bundled_ext/Storable/t/compat-0.6.t
27987            - macos/bundled_ext/Storable/t/dump.pl
27988            - macos/bundled_ext/Time/Piece/Makefile.PL
27989            - macos/bundled_ext/Time/Piece/Piece.pm
27990            - macos/bundled_ext/Time/Piece/Piece.t
27991            - macos/bundled_ext/Time/Piece/Piece.xs
27992            - macos/bundled_ext/Time/Piece/README
27993            - macos/bundled_ext/Time/Piece/Seconds.pm
27994            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
27995            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
27996            - macos/bundled_lib/blib/lib/Net/PH.pm
27997            - macos/bundled_lib/blib/lib/Net/SNPP.pm
27998            - macos/bundled_lib/blib/lib/Text/Balanced.pod
27999            - macos/bundled_lib/t/Filter/Simple/test.pl
28000            - macos/bundled_lib/t/Switch/test.pl
28001            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
28002            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
28003            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
28004            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
28005            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
28006            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
28007            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
28008            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
28009            - macos/bundled_lib/t/libnet/ph.t
28010            ! (edit 125 files)
28011 ____________________________________________________________________________
28012 [ 12961] By: ams                                   on 2001/11/13  00:45:08
28013         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
28014              From: Michael G Schwern <schwern@pobox.com>
28015              Date: Mon, 12 Nov 2001 20:16:45 -0500
28016              Message-Id: <20011112201644.G2888@blackrider>
28017      Branch: perl
28018            ! pod/perlport.pod
28019 ____________________________________________________________________________
28020 [ 12960] By: ams                                   on 2001/11/12  23:54:00
28021         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
28022              Recoving dup tests for VMS
28023              From: Michael G Schwern <schwern@pobox.com>
28024              Date: Mon, 12 Nov 2001 19:35:33 -0500
28025              Message-Id: <20011112193533.D2888@blackrider>
28026      Branch: perl
28027            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
28028 ____________________________________________________________________________
28029 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
28030         Log: Update Changes.
28031      Branch: perl
28032            ! Changes patchlevel.h
28033 ____________________________________________________________________________
28034 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
28035         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
28036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
28037              Date: Mon, 12 Nov 2001 12:35:18 EST 
28038              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
28039      Branch: perl
28040            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
28041            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
28042 ____________________________________________________________________________
28043 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
28044         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
28045              From: Barrie Slaymaker <barries@slaysys.com>
28046              Date: Mon, 12 Nov 2001 11:19:52 -0500
28047              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
28048      Branch: perl
28049            ! lib/File/Spec.t lib/File/Spec/Win32.pm
28050 ____________________________________________________________________________
28051 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
28052         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
28053              From: Barrie Slaymaker <barries@slaysys.com>
28054              Date: Mon, 12 Nov 2001 11:07:36 -0500
28055              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
28056      Branch: perl
28057            ! lib/Benchmark.pm
28058 ____________________________________________________________________________
28059 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
28060         Log: Misplaced test, noticed by Barrie Slaymaker.
28061              (We are missing Benchmark tests, then.)
28062      Branch: perl
28063            + ext/Devel/DProf/DProf.t
28064            - lib/Benchmark.t
28065            ! MANIFEST
28066 ____________________________________________________________________________
28067 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
28068         Log: Subject: [PATCH] a few typo fixes 
28069              From: Jeffrey Friedl <jfriedl@yahoo.com>
28070              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
28071              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
28072              
28073              Patching README.foo instead of pod/perlfoo.pod,
28074              not patching Math::BigInt (Tels will take care of that),
28075              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
28076              and perldoc.PL instead of libnetcfg and perldoc, patching
28077              ext/Digest/MD5/t/files.t since MD5.pm was changed.
28078      Branch: perl
28079            ! (edit 109 files)
28080 ____________________________________________________________________________
28081 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
28082         Log: Add a note about the dangers of bad UTF-8.
28083      Branch: perl
28084            ! pod/perlunicode.pod
28085 ____________________________________________________________________________
28086 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
28087         Log: NetWare Nit from Ananth Kesari.
28088      Branch: perl
28089            ! NetWare/config.wc
28090 ____________________________________________________________________________
28091 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
28092         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
28093      Branch: perl
28094            ! ext/Encode/Encode.pm
28095 ____________________________________________________________________________
28096 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
28097         Log: (retracted by #12951)
28098      Branch: perl
28099            ! ext/Encode/Encode.pm
28100 ____________________________________________________________________________
28101 [ 12949] By: ams                                   on 2001/11/12  06:40:18
28102         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
28103              From: Robert Spier <rspier@pobox.com>
28104              Date: Sun, 11 Nov 2001 18:50:18 -0800
28105              Message-Id: <15343.14570.121505.233336@rls.cx>
28106              
28107              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
28108              From: Rick Delaney <rick.delaney@home.com>
28109              Date: 12 Nov 2001 00:15:52 -0500
28110              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
28111      Branch: perl
28112            ! pp_hot.c t/op/taint.t
28113 ____________________________________________________________________________
28114 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
28115         Log: It seems that we actually have this detail implemented
28116              as for as Level 1 Support of Unicode regex support is
28117              concerned: at Level 1 only 1:1 support for loose
28118              (aka caseless, aka caseigoring ) matching is required.
28119      Branch: perl
28120            ! pod/perlunicode.pod
28121 ____________________________________________________________________________
28122 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
28123         Log: (retracted by #12951)
28124      Branch: perl
28125            ! ext/Encode/Encode.pm
28126 ____________________________________________________________________________
28127 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
28128         Log: BOM, bom, Bom.
28129      Branch: perl
28130            ! pod/perlunicode.pod
28131 ____________________________________________________________________________
28132 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
28133         Log: Upgrade to Math::BigInt 1.46.
28134      Branch: perl
28135            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28136            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
28137            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
28138            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
28139            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28140 ____________________________________________________________________________
28141 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
28142         Log: Subject: Re: PERFORCE change 12943 for review
28143              From: "Philip Newton" <Philip.Newton@gmx.net>
28144              Date: Sun, 11 Nov 2001 20:53:36 +0100
28145              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
28146      Branch: perl
28147            ! pod/perlunicode.pod
28148 ____________________________________________________________________________
28149 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
28150         Log: Doc updates; make the Unicode discussions a little
28151              bit less alarming, and add information about encodings,
28152              surrogates, and BOMs.
28153      Branch: perl
28154            ! pod/perlunicode.pod
28155 ____________________________________________________________________________
28156 [ 12942] By: ams                                   on 2001/11/11  16:45:00
28157         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
28158              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
28159              Date: Mon, 12 Nov 2001 00:22:57 +0900
28160              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
28161      Branch: perl
28162            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28163            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28164 ____________________________________________________________________________
28165 [ 12941] By: ams                                   on 2001/11/11  13:01:40
28166         Log: Subject: Re: PERFORCE change 12929 for review
28167              From: "Philip Newton" <Philip.Newton@gmx.net>
28168              Date: Sun, 11 Nov 2001 14:27:44 +0100
28169              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
28170      Branch: perl
28171            ! MANIFEST
28172 ____________________________________________________________________________
28173 [ 12940] By: ams                                   on 2001/11/11  05:06:43
28174         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
28175              From: Michael G Schwern <schwern@pobox.com>
28176              Date: Thu, 8 Nov 2001 22:56:45 -0500
28177              Message-Id: <20011108225645.H5587@blackrider>
28178      Branch: perl
28179            ! t/op/chdir.t
28180 ____________________________________________________________________________
28181 [ 12939] By: ams                                   on 2001/11/11  05:01:00
28182         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
28183              From: Michael G Schwern <schwern@pobox.com>
28184              Date: Sun, 11 Nov 2001 00:54:43 -0500
28185              Message-Id: <20011111005443.A24450@blackrider>
28186      Branch: perl
28187            ! ext/Cwd/t/cwd.t
28188 ____________________________________________________________________________
28189 [ 12938] By: ams                                   on 2001/11/11  03:25:13
28190         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
28191              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
28192              From: "chromatic" <chromatic@rmci.net>
28193              Date: Sat, 10 Nov 2001 21:03:20 -0700
28194              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
28195      Branch: perl
28196            ! lib/File/stat.pm lib/File/stat.t
28197 ____________________________________________________________________________
28198 [ 12937] By: ams                                   on 2001/11/11  02:05:23
28199         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
28200              From: "Craig A. Berry" <craigberry@mac.com>
28201              Date: Sat, 10 Nov 2001 17:23:52 -0600
28202              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
28203      Branch: perl
28204            ! t/op/magic.t
28205 ____________________________________________________________________________
28206 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
28207         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
28208      Branch: perl
28209            ! lib/open.pm lib/open.t
28210 ____________________________________________________________________________
28211 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
28212         Log: The Official name of ASCII.
28213      Branch: perl
28214            ! ext/Encode/Encode.pm
28215 ____________________________________________________________________________
28216 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
28217         Log: The KOI8-R example wasn't quite right.
28218      Branch: perl
28219            ! lib/open.pm lib/open.t
28220 ____________________________________________________________________________
28221 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
28222         Log: Enhance the open pragma to support :utf8, :locale,
28223              and :encoding directly as special cases, and rename
28224              the INOUT to IO.
28225      Branch: perl
28226            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
28227 ____________________________________________________________________________
28228 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
28229         Log: Document the UTF-16 surrogate encoding and decoding.
28230      Branch: perl
28231            ! ext/Encode/Encode.pm
28232 ____________________________________________________________________________
28233 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
28234         Log: A potential recursion breaker.
28235      Branch: perl
28236            ! sv.c
28237 ____________________________________________________________________________
28238 [ 12930] By: ams                                   on 2001/11/10  07:46:53
28239         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
28240              (was Re: perl@12892)
28241              From: "chromatic" <chromatic@rmci.net>
28242              Date: Sat, 10 Nov 2001 01:28:09 -0700
28243              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
28244      Branch: perl
28245            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28246            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28247            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28248            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28249 ____________________________________________________________________________
28250 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
28251         Log: Add a test for the bytes pragma.
28252      Branch: perl
28253            + lib/bytes.t
28254            ! MANIFEST
28255 ____________________________________________________________________________
28256 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
28257         Log: Doc update.
28258      Branch: perl
28259            ! lib/bytes.pm
28260 ____________________________________________________________________________
28261 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
28262         Log: Cease to exist.
28263      Branch: perl
28264            - lib/Unicode/Normalize.pm
28265 ____________________________________________________________________________
28266 [ 12926] By: ams                                   on 2001/11/10  03:23:16
28267         Log: Subject: [patch] my_setenv speedup + fixes
28268              From: Doug MacEachern <dougm@covalent.net>
28269              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
28270              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
28271      Branch: perl
28272            ! util.c
28273 ____________________________________________________________________________
28274 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
28275         Log: Newline trouble.
28276      Branch: perl
28277            ! lib/ExtUtils/Embed.t
28278 ____________________________________________________________________________
28279 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
28280         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
28281              From: "Craig A. Berry" <craigberry@mac.com>
28282              Date: Fri, 09 Nov 2001 18:13:16 -0600
28283              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
28284      Branch: perl
28285            ! vms/munchconfig.c
28286 ____________________________________________________________________________
28287 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
28288         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
28289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28290              Date: Sat, 10 Nov 2001 00:10:45 +0100
28291              Message-ID: <20011110001045.A11945@rafael>
28292      Branch: perl
28293            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
28294            + t/run/switchn.t t/run/switchp.t
28295            ! MANIFEST
28296 ____________________________________________________________________________
28297 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
28298         Log: Subject: [PATCH] some tests not cleaning up properly               
28299              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28300              Date: Fri, 9 Nov 2001 22:13:10 +0100
28301              Message-ID: <20011109221310.A11115@rafael>
28302      Branch: perl
28303            ! ext/Cwd/t/cwd.t t/io/argv.t
28304 ____________________________________________________________________________
28305 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
28306         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
28307              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28308              Date: Fri, 9 Nov 2001 15:07:19 EST
28309              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
28310      Branch: perl
28311            ! lib/ExtUtils/Embed.t
28312 ____________________________________________________________________________
28313 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
28314         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
28315              have been copied so it shouldn't be freed in perl_destruct()
28316      Branch: perl
28317            ! perl.c
28318 ____________________________________________________________________________
28319 [ 12919] By: ams                                   on 2001/11/09  15:36:22
28320         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
28321              From: Michael G Schwern <schwern@pobox.com>
28322              Date: Fri, 9 Nov 2001 00:38:59 -0500
28323              Message-Id: <20011109003859.K5587@blackrider>
28324              (Applied with directory name changes suggested by Craig Berry.)
28325      Branch: perl
28326            ! ext/Cwd/t/cwd.t
28327 ____________________________________________________________________________
28328 [ 12918] By: ams                                   on 2001/11/09  15:29:15
28329         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
28330              From: Michael G Schwern <schwern@pobox.com>
28331              Date: Fri, 9 Nov 2001 01:44:14 -0500
28332              Message-Id: <20011109014414.N5587@blackrider>
28333      Branch: perl
28334            ! vms/ext/filespec.t
28335 ____________________________________________________________________________
28336 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
28337         Log: Update Changes.
28338      Branch: perl
28339            ! Changes patchlevel.h
28340 ____________________________________________________________________________
28341 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
28342         Log: Regen toc.
28343      Branch: perl
28344            ! pod/perltoc.pod
28345 ____________________________________________________________________________
28346 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
28347         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
28348              see http://www.jepstone.net/bjepson//jpl/cvs.html
28349      Branch: perl
28350            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28351 ____________________________________________________________________________
28352 [ 12914] By: ams                                   on 2001/11/09  14:05:12
28353         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
28354              From: Michael G Schwern <schwern@pobox.com>
28355              Date: Thu, 8 Nov 2001 22:05:49 -0500
28356              Message-Id: <20011108220549.F5587@blackrider>
28357      Branch: perl
28358            ! vms/test.com
28359 ____________________________________________________________________________
28360 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
28361         Log: NetWare update from Ananth Kesari.
28362      Branch: perl
28363            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
28364 ____________________________________________________________________________
28365 [ 12912] By: ams                                   on 2001/11/09  13:40:26
28366         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
28367              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28368              Date: Fri, 9 Nov 2001 14:32:28 +0100
28369              Message-Id: <20011109143228.A18996@rafael>
28370      Branch: perl
28371            ! perl.c
28372 ____________________________________________________________________________
28373 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
28374         Log: FAQ sync.
28375      Branch: perl
28376            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28377            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28378            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
28379 ____________________________________________________________________________
28380 [ 12910] By: ams                                   on 2001/11/09  07:33:49
28381         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
28382              From: Michael G Schwern <schwern@pobox.com>
28383              Date: Fri, 9 Nov 2001 00:41:56 -0500
28384              Message-Id: <20011109004156.L5587@blackrider>
28385      Branch: perl
28386            ! lib/File/Find/t/find.t
28387 ____________________________________________________________________________
28388 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
28389         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
28390              The CPAN distribution has both pm and XS implementations,
28391              and for performance reasons we choose the XS.
28392              Another reason to choose the XS is that it doesn't
28393              require Lingua::KO::Hangul::Util, which means that
28394              we can delete that-- which in turn means that Unicode::UCD
28395              cannot expect that: support it, but don't expect.
28396              Ditto Unicode::Collate.
28397              
28398              Note that Unicode::Normalize Makefile.PL and
28399              Normalize.xs have been modified from the CPAN 0.10
28400              versions: the first one to be simpler (no pm) and
28401              clean up the generated unf*.h files, the second one
28402              to quench compiler grumblings.  Must notify Sadahiro
28403              about these changes.
28404      Branch: perl
28405            + ext/Unicode/Normalize/Changes
28406            + ext/Unicode/Normalize/Makefile.PL
28407            + ext/Unicode/Normalize/Normalize.pm
28408            + ext/Unicode/Normalize/Normalize.pod
28409            + ext/Unicode/Normalize/Normalize.xs
28410            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
28411            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
28412            + ext/Unicode/Normalize/t/test.t
28413            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
28414            - lib/Lingua/KO/Hangul/Util/README
28415            - lib/Lingua/KO/Hangul/Util/t/test.t
28416            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
28417            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
28418            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
28419            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
28420            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
28421            ! win32/makefile.mk
28422 ____________________________________________________________________________
28423 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
28424         Log: Test miscounting.
28425      Branch: perl
28426            ! ext/POSIX/t/posix.t
28427 ____________________________________________________________________________
28428 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
28429         Log: Quote the variables in failures messages more nicely.
28430      Branch: perl
28431            ! t/test.pl
28432 ____________________________________________________________________________
28433 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
28434         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28435              From: Michael G Schwern <schwern@pobox.com>
28436              Date: Thu, 8 Nov 2001 17:24:49 -0500
28437              Message-ID: <20011108172449.A5587@blackrider>
28438              
28439              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28440              From: "Craig A. Berry" <craigberry@mac.com>
28441              Date: Thu, 8 Nov 2001 16:35:00 -0600
28442              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
28443      Branch: perl
28444            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
28445 ____________________________________________________________________________
28446 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
28447         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
28448              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28449              Date: Thu, 8 Nov 2001 22:52:50 -0000
28450              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
28451      Branch: perl
28452            ! ext/DB_File/t/db-recno.t
28453 ____________________________________________________________________________
28454 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
28455         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
28456              (Probably not an EBCDIC issue the way one would think
28457              since no chr() et alia are used in UCD.pm.)
28458      Branch: perl
28459            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
28460 ____________________________________________________________________________
28461 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
28462         Log: Whether overwriting the $self->{...} values (see #12902)
28463              is a good policy or not is debatable, but let's at least
28464              be consistent.
28465      Branch: perl
28466            ! lib/ExtUtils/MM_Unix.pm
28467 ____________________________________________________________________________
28468 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
28469         Log: The MakeMaker argument () quoting patch that sneaked
28470              in at #12883 didn't handle make macros like this $(...).
28471              Leaning toothpicks, we've got them.
28472      Branch: perl
28473            ! lib/ExtUtils/MM_Unix.pm
28474 ____________________________________________________________________________
28475 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
28476         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
28477              From: Michael G Schwern <schwern@pobox.com>
28478              Date: Wed, 7 Nov 2001 02:02:29 -0500
28479              Message-ID: <20011107020229.K2858@blackrider>
28480      Branch: perl
28481            ! t/io/argv.t t/test.pl vms/test.com
28482 ____________________________________________________________________________
28483 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
28484         Log: Subject: [PATCH 20011106.084] -s on #! line 
28485              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28486              Date: Wed, 7 Nov 2001 22:23:39 +0100
28487              Message-ID: <20011107222339.E729@rafael>
28488      Branch: perl
28489            ! embed.h embed.pl perl.c proto.h toke.c
28490 ____________________________________________________________________________
28491 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
28492         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
28493              From: Michael G Schwern <schwern@pobox.com>
28494              Date: Wed, 7 Nov 2001 16:52:49 -0500
28495              Message-ID: <20011107165249.I7346@blackrider>
28496      Branch: perl
28497            ! pod/perlhack.pod
28498 ____________________________________________________________________________
28499 [ 12898] By: ams                                   on 2001/11/08  13:02:19
28500         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28501              From: Mark-Jason Dominus <mjd@plover.com>
28502              Date: Thu, 08 Nov 2001 08:59:02 -0500
28503              Message-Id: <20011108135902.2275.qmail@plover.com>
28504      Branch: perl
28505            ! INSTALL README README.amiga README.os2 README.vms
28506            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
28507            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
28508 ____________________________________________________________________________
28509 [ 12897] By: ams                                   on 2001/11/08  12:49:28
28510         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28511              From: mjd@plover.com
28512              Date: 8 Nov 2001 13:33:18 -0000
28513              Message-Id: <20011108133318.1786.qmail@plover.com>
28514      Branch: perl
28515            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
28516            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28517            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28518            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
28519            ! pod/perlport.pod pod/perlvar.pod
28520 ____________________________________________________________________________
28521 [ 12896] By: ams                                   on 2001/11/08  11:22:12
28522         Log: open(FH, $file) should strip leading and trailing whitespace.
28523      Branch: perl
28524            ! doio.c
28525 ____________________________________________________________________________
28526 [ 12895] By: ams                                   on 2001/11/08  10:17:14
28527         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
28528              From: "Craig A. Berry" <craigberry@mac.com>
28529              Date: Wed, 07 Nov 2001 13:41:50 -0600
28530              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
28531      Branch: perl
28532            ! t/op/glob.t
28533 ____________________________________________________________________________
28534 [ 12894] By: ams                                   on 2001/11/08  08:32:20
28535         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
28536              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
28537              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
28538              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
28539      Branch: perl
28540            ! makedepend.SH
28541 ____________________________________________________________________________
28542 [ 12893] By: ams                                   on 2001/11/08  08:26:31
28543         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
28544              From: mjd@plover.com
28545              Date: 8 Nov 2001 08:08:07 -0000
28546              Message-Id: <20011108080807.30147.qmail@plover.com>
28547              
28548              Subject: bleadperl perl.pod
28549              From: mjd@plover.com
28550              Date: 8 Nov 2001 08:10:47 -0000
28551              Message-Id: <20011108081047.30178.qmail@plover.com>
28552              
28553              Subject: more bleadperl perl.pod
28554              From: mjd@plover.com
28555              Date: 8 Nov 2001 08:16:28 -0000
28556              Message-Id: <20011108081628.30229.qmail@plover.com>
28557      Branch: perl
28558            ! pod/perl.pod pod/perldebug.pod
28559 ____________________________________________________________________________
28560 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
28561         Log: Tweak for Cray-friendliness from Nicholas Clark.
28562      Branch: perl
28563            ! sv.c
28564 ____________________________________________________________________________
28565 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
28566         Log: VMS patch redo from Charles Lane.
28567      Branch: perl
28568            ! vms/gen_shrfls.pl
28569 ____________________________________________________________________________
28570 [ 12890] By: ams                                   on 2001/11/07  15:16:10
28571         Log: Subject: [ID 20011107.088] two perl pod nits
28572              From: lvirden@cas.org
28573              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
28574              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
28575      Branch: perl
28576            ! pod/perl.pod pod/perlfaq3.pod
28577 ____________________________________________________________________________
28578 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
28579         Log: Update Changes.
28580      Branch: perl
28581            ! Changes patchlevel.h
28582 ____________________________________________________________________________
28583 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
28584         Log: The (emulated) "no utf8" must be in a BEGIN block
28585              to be effective.
28586      Branch: perl
28587            ! lib/CGI/t/html.t
28588 ____________________________________________________________________________
28589 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
28590         Log: "v-strings" is the right term.
28591      Branch: perl
28592            ! pod/perltodo.pod
28593 ____________________________________________________________________________
28594 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
28595         Log: Add vstrings-as-objects need to perltodo.
28596      Branch: perl
28597            ! pod/perltodo.pod
28598 ____________________________________________________________________________
28599 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
28600         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
28601              From: Nicholas Clark <nick@ccl4.org>
28602              Date: Wed, 7 Nov 2001 14:36:32 +0000
28603              Message-ID: <20011107143631.I24980@plum.flirble.org>
28604      Branch: perl
28605            ! t/op/pack.t
28606 ____________________________________________________________________________
28607 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
28608         Log: The Embed test requires a major rewrite for VMS
28609              (plus it reveals a couple of annoying glitches
28610              in buffering), so skip the test for now; from
28611              Charles Lane.
28612      Branch: perl
28613            ! lib/ExtUtils/Embed.t
28614 ____________________________________________________________________________
28615 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
28616         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
28617              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28618              Date: Wed, 7 Nov 2001 09:23:28 EST
28619              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
28620              
28621              (Also i seems that an unrelated experimental patch
28622              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
28623      Branch: perl
28624            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
28625 ____________________________________________________________________________
28626 [ 12882] By: ams                                   on 2001/11/07  05:14:04
28627         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
28628              From: Mark-Jason Dominus <mjd@plover.com>
28629              Date: Wed, 07 Nov 2001 00:43:46 -0500
28630              Message-Id: <20011107054346.14428.qmail@plover.com>
28631      Branch: perl
28632            ! gv.c op.c toke.c
28633 ____________________________________________________________________________
28634 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
28635         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
28636              From: Michael G Schwern <schwern@pobox.com>             
28637              Date: Tue, 6 Nov 2001 22:04:39 -0500
28638              Message-ID: <20011106220439.D2858@blackrider>              
28639      Branch: perl
28640            ! lib/perl5db.pl
28641 ____________________________________________________________________________
28642 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
28643         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
28644              stress))
28645              From: Jonathan Stowe <gellyfish@gellyfish.com>
28646              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
28647              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
28648              
28649              (except for one hunk where indentation differs)
28650      Branch: perl
28651            ! lib/Term/Cap.t
28652 ____________________________________________________________________________
28653 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
28654         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
28655              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28656              Date: Tue, 6 Nov 2001 21:45:01 +0100
28657              Message-ID: <20011106214501.A704@rafael>
28658      Branch: perl
28659            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
28660            ! lib/File/Spec/Win32.pm
28661 ____________________________________________________________________________
28662 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
28663         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
28664              From: Michael G Schwern <schwern@pobox.com>              
28665              Date: Tue, 6 Nov 2001 20:58:45 -0500
28666              Message-ID: <20011106205845.G29411@blackrider>
28667      Branch: perl
28668            ! t/test.pl
28669 ____________________________________________________________________________
28670 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
28671         Log: Subject: making do_sprintf public       
28672              From: Doug MacEachern <dougm@covalent.net>    
28673              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
28674              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
28675      Branch: perl
28676            ! embed.h embed.pl global.sym
28677 ____________________________________________________________________________
28678 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
28679         Log: Update to CGI.pm 2.78.
28680              
28681              TODO: the test suite needs to be merged so that
28682              when in core, the core version is tested, and when
28683              using the CPAN version, testing the CPAN version.
28684              (the changes need to be sent to Lincoln, too...)
28685      Branch: perl
28686            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28687            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
28688            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28689            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28690            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28691            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28692 ____________________________________________________________________________
28693 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
28694         Log: Integrate with perlio; (strictly) readonly hashes via XS.
28695      Branch: perl
28696           +> t/lib/access.t
28697           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28698 ____________________________________________________________________________
28699 [ 12874] By: nick                                  on 2001/11/06  21:05:16
28700         Log: Keep It Simple and Stupid version of readonly hash support.
28701              - Test for SvREAONLY(hv) at a few spots in hv.c
28702              - add the error message to perldiag.pod
28703              - (dubious) add access::readonly() to univeral.c
28704              - add test using above
28705              - fixup ext/B/t/stash.t to account for access:: existing
28706      Branch: perlio
28707            + t/lib/access.t
28708            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28709 ____________________________________________________________________________
28710 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
28711         Log: Fix incorrect warnings about broken globbing;
28712              from Andy Dougherty.
28713      Branch: perl
28714            ! hints/linux.sh
28715 ____________________________________________________________________________
28716 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
28717         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
28718              toggle-on from the encoding pragma.
28719      Branch: perl
28720            ! regcomp.c regexec.c
28721 ____________________________________________________________________________
28722 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
28723         Log: Retract #12824, doesn't help and is ignored
28724              by Configure anyway.
28725      Branch: perl
28726            ! hints/beos.sh
28727 ____________________________________________________________________________
28728 [ 12870] By: ams                                   on 2001/11/06  10:40:37
28729         Log: Subject: Cosmetic change
28730              From: H.Merijn Brand <h.m.brand@hccnet.nl>
28731              Date: Tue, 06 Nov 2001 12:30:52 +0100
28732              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
28733      Branch: perl
28734            ! README.hpux
28735 ____________________________________________________________________________
28736 [ 12869] By: nick                                  on 2001/11/06  08:26:40
28737         Log: Integrate mainline
28738      Branch: perlio
28739           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
28740           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
28741 ____________________________________________________________________________
28742 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
28743         Log: The parentheses are protected enough.
28744      Branch: perl
28745            ! hints/os390.sh
28746 ____________________________________________________________________________
28747 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
28748         Log: ccflags, not ldflags.
28749      Branch: perl
28750            ! hints/os390.sh
28751 ____________________________________________________________________________
28752 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
28753         Log: ... and the proto to go with #12865.
28754      Branch: perl
28755            ! proto.h
28756 ____________________________________________________________________________
28757 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
28758         Log: Oops.  Luckily nothing was using this symbol yet.
28759      Branch: perl
28760            ! global.sym
28761 ____________________________________________________________________________
28762 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
28763         Log: Implement the encoding pragma for regex literals.
28764      Branch: perl
28765            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
28766 ____________________________________________________________________________
28767 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
28768         Log: More UTF8 EXACT fixing.
28769      Branch: perl
28770            ! regexec.c
28771 ____________________________________________________________________________
28772 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
28773         Log: More re debugging.
28774      Branch: perl
28775            ! regexec.c
28776 ____________________________________________________________________________
28777 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
28778         Log: EXACT correction attempt.  Continued in #12863.
28779      Branch: perl
28780            ! regexec.c
28781 ____________________________________________________________________________
28782 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
28783         Log: Unterminated L<.
28784      Branch: perl
28785            ! ext/DB_File/DB_File.pm
28786 ____________________________________________________________________________
28787 [ 12859] By: nick                                  on 2001/11/05  19:15:17
28788         Log: Integrate mainline
28789      Branch: perlio
28790           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28791           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28792           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
28793           +> lib/Math/BigInt/t/sub_mbi.t
28794            - lib/Math/BigInt/t/Math/Subclass.pm
28795            - lib/Math/BigInt/t/subclass.t
28796           !> (integrate 30 files)
28797 ____________________________________________________________________________
28798 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
28799         Log: Regex debugging fixes from Hugo.
28800      Branch: perl
28801            ! regcomp.c regexec.c
28802 ____________________________________________________________________________
28803 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
28804         Log: IRIX: at some point the cc -version has started
28805              to output to stderr, not stdout any more.
28806      Branch: perl
28807            ! hints/irix_6.sh
28808 ____________________________________________________________________________
28809 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
28810         Log: Update Changes.
28811      Branch: perl
28812            ! Changes patchlevel.h
28813 ____________________________________________________________________________
28814 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
28815         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
28816      Branch: perl
28817            ! lib/File/Spec/Unix.pm
28818 ____________________________________________________________________________
28819 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
28820         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
28821              From: rgarciasuarez@free.fr
28822              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
28823              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
28824      Branch: perl
28825            ! lib/File/Spec/Unix.pm
28826 ____________________________________________________________________________
28827 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
28828         Log: Use config.arch in OS/390 where the combination of
28829              IEEE floats and ldflags is tricky.
28830      Branch: perl
28831            ! hints/os390.sh
28832 ____________________________________________________________________________
28833 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
28834         Log: Metaconfig unit change for #12851.
28835      Branch: metaconfig
28836            ! U/modified/Config_sh.U
28837 ____________________________________________________________________________
28838 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
28839         Log: Support a config.arch file, similar to config.over,
28840              but loaded just before it.
28841      Branch: perl
28842            ! Configure INSTALL
28843 ____________________________________________________________________________
28844 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
28845         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
28846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28847              Date: Mon, 5 Nov 2001 14:26:24 +0100
28848              Message-ID: <20011105142624.C31977@rafael>
28849      Branch: perl
28850            ! lib/Symbol.pm lib/Symbol.t
28851 ____________________________________________________________________________
28852 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
28853         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
28854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28855              Date: Sun, 4 Nov 2001 22:28:57 +0100
28856              Message-ID: <20011104222857.C696@rafael>
28857      Branch: perl
28858            ! pod/perldebug.pod pod/perlpodspec.pod
28859 ____________________________________________________________________________
28860 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
28861         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
28862      Branch: perl
28863            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
28864 ____________________________________________________________________________
28865 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
28866         Log: Math::Big* test tweaks to work better with core:
28867              but the coast still not clear.
28868      Branch: perl
28869            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
28870            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28871 ____________________________________________________________________________
28872 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
28873         Log: Protect against high load: measure how much wall
28874              clock time went by while sleeping.  Avoids some
28875              false negatives, while may introduce some false
28876              positives.  Life is hard.
28877      Branch: perl
28878            ! ext/Time/HiRes/HiRes.t
28879 ____________________________________________________________________________
28880 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
28881         Log: More forgotten from #12843.
28882      Branch: perl
28883            ! lib/Math/BigInt/t/bigfltpm.inc
28884 ____________________________________________________________________________
28885 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
28886         Log: Forgot from #12843.
28887      Branch: perl
28888            + lib/Math/BigInt/t/bigintpm.inc
28889            ! MANIFEST
28890 ____________________________________________________________________________
28891 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
28892         Log: Upgrade to Math::BigInt 1.45; from Tels.
28893              NOTE: some of the tests are failing but that's because
28894              the core integration is not yet done.
28895      Branch: perl
28896            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28897            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28898            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28899            - lib/Math/BigInt/t/Math/Subclass.pm
28900            - lib/Math/BigInt/t/subclass.t
28901            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
28902            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
28903            ! lib/Math/BigInt/t/mbimbf.t
28904 ____________________________________________________________________________
28905 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
28906         Log: VMS: adds capability to control more configuration stuff with
28907              -D and -U switches; parsing config.sh to extract previous config
28908              info in VMS-form, and a rewrite of the "prompt/response" routine;
28909              from Charles Lane.
28910      Branch: perl
28911            ! configure.com
28912 ____________________________________________________________________________
28913 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
28914         Log: Subject: Typo correction in perldebguts.pod
28915              From: mjd@plover.com
28916              Date: 4 Nov 2001 16:20:05 -0000
28917              Message-ID: <20011104162005.16699.qmail@plover.com>
28918      Branch: perl
28919            ! pod/perldebguts.pod
28920 ____________________________________________________________________________
28921 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
28922         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
28923              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28924              Date: Sun, 4 Nov 2001 11:47:30 +0100
28925              Message-ID: <20011104114730.A715@rafael>
28926              
28927              Remove -T from the test, wrong place for that.
28928      Branch: perl
28929            ! lib/File/Temp/t/mktemp.t
28930 ____________________________________________________________________________
28931 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
28932         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
28933              From: Nicholas Clark <nick@ccl4.org>
28934              Date: Sun, 4 Nov 2001 10:41:24 +0000
28935              Message-ID: <20011104104123.U20123@plum.flirble.org>
28936      Branch: perl
28937            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
28938 ____________________________________________________________________________
28939 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
28940         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28941              From: Michael G Schwern <schwern@pobox.com>
28942              Date: Sat, 3 Nov 2001 15:41:47 -0500
28943              Message-ID: <20011103154147.C600@blackrider>
28944      Branch: perl
28945            ! lib/Term/Cap.t
28946 ____________________________________________________________________________
28947 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
28948         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
28949              From: "Craig A. Berry" <craigberry@mac.com>     
28950              Date: Sat, 03 Nov 2001 16:02:28 -0600
28951              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
28952      Branch: perl
28953            ! ext/Time/HiRes/HiRes.t
28954 ____________________________________________________________________________
28955 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
28956         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28957              From: "chromatic" <chromatic@rmci.net>
28958              Date: Sat, 03 Nov 2001 12:28:17 -0700
28959              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
28960      Branch: perl
28961            ! lib/Term/Cap.t
28962 ____________________________________________________________________________
28963 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
28964         Log: Don't bother doing POSIX charclass parsing if it
28965              possibly cannot be so.  Prepares way for charclass
28966              syntax like [[abc]||[def]] (or just [[abc][def]])
28967              for union, [[\w]&&[$a]] for intersection,
28968              and [[a-z]&&[^def]] for subtraction.
28969              
28970              Currently /[[a]/ (or /[a[]/) parses as a character
28971              class containing two characters, "[" and "a",
28972              this may have to be broken for the syntax described
28973              above, otherwise we would have to scan the whole pattern
28974              to find out whether the square brackets match pairwise.
28975              Luckily, the special case of "[" doesn't seem to be
28976              documented (as opposed to "]" and "-"), so we may have
28977              better story for breaking it...  One can always use \[
28978              if one wants a literal "[", so there.
28979      Branch: perl
28980            ! regcomp.c
28981 ____________________________________________________________________________
28982 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
28983         Log: Comment correction.
28984      Branch: perl
28985            ! regcomp.c
28986 ____________________________________________________________________________
28987 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
28988         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
28989              The latter is a RedHatism.
28990      Branch: perl
28991            ! lib/ExtUtils/MakeMaker.pm
28992 ____________________________________________________________________________
28993 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
28994         Log: Integrate perlio.
28995      Branch: perl
28996           !> perlio.c
28997 ____________________________________________________________________________
28998 [ 12831] By: nick                                  on 2001/11/03  11:42:15
28999         Log: Integrate mainline
29000      Branch: perlio
29001           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
29002           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
29003           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
29004           !> sv.c t/test.pl
29005 ____________________________________________________________________________
29006 [ 12830] By: nick                                  on 2001/11/03  10:27:34
29007         Log: Fix clone_leak problem.
29008              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
29009              as vestige of calling PerlLIO_dup().
29010      Branch: perlio
29011            ! perlio.c
29012 ____________________________________________________________________________
29013 [ 12829] By: nick                                  on 2001/11/03  09:40:46
29014         Log: Tweaks attempting to locate Doug's clone_leak leak.
29015              - add some PerlIO_debug()
29016              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
29017              - Even if it closing stdout etc. do a fflush()
29018      Branch: perlio
29019            ! perlio.c
29020 ____________________________________________________________________________
29021 [ 12828] By: nick                                  on 2001/11/03  08:34:31
29022         Log: Integrate mainline
29023      Branch: perlio
29024           !> (integrate 54 files)
29025 ____________________________________________________________________________
29026 [ 12827] By: ams                                   on 2001/11/03  03:45:19
29027         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
29028              remove this later). Based on a patch from Robert Spier in
29029              <15330.61459.14452.795263@rls.cx>.
29030      Branch: perl
29031            ! sv.c
29032 ____________________________________________________________________________
29033 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
29034         Log: microperl sync.
29035      Branch: perl
29036            ! doio.c perl.c perl.h perlio.c regexec.c
29037 ____________________________________________________________________________
29038 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
29039         Log: Definitions for the Unicode Newline Guidelines.
29040      Branch: perl
29041            ! perl.h
29042 ____________________________________________________________________________
29043 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
29044         Log: (retracted by #12871)
29045              
29046              There is no csh of any kind in default BeOS.
29047              For the purposes of miniperl globbing, bash
29048              will do.
29049      Branch: perl
29050            ! hints/beos.sh
29051 ____________________________________________________________________________
29052 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
29053         Log: Integrate change #12820 from macperl to maint and blead;
29054              
29055              Fix up (dynaloading) to work properly with multiplicity
29056      Branch: maint-5.6/perl
29057           !> ext/DynaLoader/dl_mac.xs
29058      Branch: perl
29059           !> ext/DynaLoader/dl_mac.xs
29060 ____________________________________________________________________________
29061 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
29062         Log: Several fixes for various exit problems and clearing out
29063              task queue, as well as another (incomplete) go at
29064              fixing error message handling
29065      Branch: maint-5.6/macperl
29066            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
29067 ____________________________________________________________________________
29068 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
29069         Log: Add source files for bleadperl builds
29070      Branch: maint-5.6/macperl
29071            ! macos/Makefile.mk
29072 ____________________________________________________________________________
29073 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
29074         Log: Fix up to work properly with multiplicity
29075      Branch: maint-5.6/macperl
29076            ! ext/DynaLoader/dl_mac.xs
29077 ____________________________________________________________________________
29078 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
29079         Log: Integrate with maintperl.
29080      Branch: maint-5.6/macperl
29081           +> t/op/system.t t/op/system_tests
29082           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
29083           !> pod/perltodo.pod util.c win32/win32.c
29084 ____________________________________________________________________________
29085 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
29086         Log: Locate _PATH_LOG if it's a socket even if not #defined
29087              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
29088              via Nick Clark.
29089      Branch: perl
29090            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
29091 ____________________________________________________________________________
29092 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
29093         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
29094              From: Michael G Schwern <schwern@pobox.com>
29095              Date: Fri, 2 Nov 2001 15:36:41 -0500
29096              Message-ID: <20011102153641.E23234@blackrider>
29097      Branch: perl
29098            ! t/test.pl
29099 ____________________________________________________________________________
29100 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
29101         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
29102              From: merlyn@stonehenge.com (Randal L. Schwartz)
29103              Date: 02 Nov 2001 09:33:34 -0800
29104              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
29105              
29106              (two of the changes)
29107              
29108              Better coexistence with extensions.
29109      Branch: perl
29110            ! ext/Errno/Errno_pm.PL hints/darwin.sh
29111 ____________________________________________________________________________
29112 [ 12815] By: ams                                   on 2001/11/02  16:47:43
29113         Log: Subject: Re: [PATCH] the the double double word word fix fix
29114              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29115              Date: Fri, 02 Nov 2001 19:43:07 +0100
29116              Message-Id: <3BE2E93B.627C198E@alcatel.at>
29117      Branch: perl
29118            ! pod/perldebug.pod
29119 ____________________________________________________________________________
29120 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
29121         Log: Update Changes.
29122      Branch: perl
29123            ! Changes patchlevel.h
29124 ____________________________________________________________________________
29125 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
29126         Log: More encoding testing.
29127      Branch: perl
29128            ! lib/encoding.pm lib/encoding.t
29129 ____________________________________________________________________________
29130 [ 12812] By: ams                                   on 2001/11/02  15:07:11
29131         Log: Slight modification of #12811.
29132      Branch: perl
29133            ! op.c
29134 ____________________________________________________________________________
29135 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
29136         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
29137              From: Radu Greab <radu@netsoft.ro>
29138              Date: Fri, 2 Nov 2001 15:28:58 +0200
29139              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
29140      Branch: perl
29141            ! op.c t/op/stat.t
29142 ____________________________________________________________________________
29143 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
29144         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
29145              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29146              Date: Thu, 1 Nov 2001 22:35:50 +0100
29147              Message-ID: <20011101223550.A10849@rafael>
29148      Branch: perl
29149            ! lib/ExtUtils/Embed.t
29150 ____________________________________________________________________________
29151 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
29152         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
29153              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29154              Date: 2 Nov 2001 14:48:51 -0000
29155              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
29156      Branch: perl
29157            ! lib/File/Find.pm
29158 ____________________________________________________________________________
29159 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
29160         Log: Add documentation.
29161      Branch: perl
29162            ! embed.pl pod/perlapi.pod utf8.c
29163 ____________________________________________________________________________
29164 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
29165         Log: Unicode: add ToFold mapping.  Not used yet; but basically
29166              a more useful mapping for caseless aka case-ignoring than
29167              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
29168              algorithm for creating the foldings uses equivalence classes,
29169              see http://www.unicode.org/unicode/reports/tr21/
29170              Hopefully this feature will be used in //i.
29171              (The folding tables were introduced by #12689.)
29172      Branch: perl
29173            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
29174            ! utf8.c
29175 ____________________________________________________________________________
29176 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
29177         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
29178              From: "Craig A. Berry" <craigberry@mac.com>
29179              Date: Fri, 02 Nov 2001 00:03:52 -0600
29180              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
29181      Branch: perl
29182            ! lib/AutoSplit.t
29183 ____________________________________________________________________________
29184 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
29185         Log: Subject: Trivial doc patch
29186              From: andreas.koenig@anima.de (Andreas J. Koenig)
29187              Date: 02 Nov 2001 06:11:35 +0100
29188              Message-ID: <m37kt94v08.fsf@anima.de>
29189      Branch: perl
29190            ! pod/perlport.pod
29191 ____________________________________________________________________________
29192 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
29193         Log: Make encoding and charnames pragmas coexist.
29194      Branch: perl
29195            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
29196 ____________________________________________________________________________
29197 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
29198         Log: The basic character classes seem to go untested with Unicode.
29199      Branch: perl
29200            ! t/op/pat.t
29201 ____________________________________________________________________________
29202 [ 12802] By: ams                                   on 2001/11/02  00:39:36
29203         Log: Subject: [PATCH] the the double double word word fix fix
29204              From: Richard Soderberg <rs@oregonnet.com>
29205              Date: Thu, 1 Nov 2001 13:12:03 -0800
29206              Message-Id: <200111012112.NAA23288@oregonnet.com>
29207              
29208              Subject: Re: [PATCH] the the double double word word fix fix
29209              From: Mark-Jason Dominus <mjd@plover.com>
29210              Date: Thu, 01 Nov 2001 16:43:40 -0500
29211              Message-Id: <20011101214340.2044.qmail@plover.com>
29212              
29213              Subject: Re: [PATCH] the the double double word word fix fix
29214              From: Mark-Jason Dominus <mjd@plover.com>
29215              Date: Thu, 01 Nov 2001 16:51:39 -0500
29216              Message-Id: <20011101215139.2196.qmail@plover.com>
29217      Branch: perl
29218            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
29219            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
29220            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
29221            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
29222            ! pod/perltodo.pod pod/perlxstut.pod
29223 ____________________________________________________________________________
29224 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
29225         Log: Comment tweaks.
29226      Branch: perl
29227            ! toke.c
29228 ____________________________________________________________________________
29229 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
29230         Log: FAQ sync.
29231      Branch: perl
29232            ! pod/perlfaq9.pod
29233 ____________________________________________________________________________
29234 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
29235         Log: If an encoding is set by -M/-m, it must be in
29236              effect only for the actual script, not any other
29237              required/-M/-m'ed module, otherwise we enter a nasty
29238              recursion in regexec.c while trying to init the simple
29239              UTF-8 charclasses like PL_utf8_alnum.
29240      Branch: perl
29241            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
29242 ____________________________________________________________________________
29243 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
29244         Log: A bit more descriptive name.
29245      Branch: perl
29246            ! mg.c
29247 ____________________________________________________________________________
29248 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
29249         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
29250              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29251              Date: Wed, 31 Oct 2001 13:47:04 EST
29252              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
29253      Branch: perl
29254            ! ext/Time/HiRes/HiRes.t
29255 ____________________________________________________________________________
29256 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
29257         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
29258              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29259              Date: Wed, 31 Oct 2001 13:43:29 EST
29260              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
29261      Branch: perl
29262            ! mg.c
29263 ____________________________________________________________________________
29264 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
29265         Log: Subject: [PATCH] Various test cleanups
29266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29267              Date: Tue, 30 Oct 2001 21:56:26 +0100
29268              Message-ID: <20011030215626.A28503@rafael>
29269      Branch: perl
29270            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29271            ! ext/DB_File/t/db-recno.t ext/Encode.t
29272 ____________________________________________________________________________
29273 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
29274         Log: Update Changes.
29275      Branch: perl
29276            ! Changes patchlevel.h
29277 ____________________________________________________________________________
29278 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
29279         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
29280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
29281              Date: Wed, 31 Oct 2001 17:16:39 +0100
29282              Message-ID: <20011031171639.A32511@rafael>
29283      Branch: perl
29284            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
29285 ____________________________________________________________________________
29286 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
29287         Log: Skip message nit.
29288      Branch: perl
29289            ! t/io/fs.t
29290 ____________________________________________________________________________
29291 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
29292         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
29293              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29294              Date: 31 Oct 2001 14:49:37 -0000
29295              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
29296      Branch: perl
29297            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
29298 ____________________________________________________________________________
29299 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
29300         Log: Extend the effect of the encoding pragma to chr() and ord().
29301              
29302              TODO: regex literals, reentrancy problems with the utf8
29303              and charnames pragmas.
29304      Branch: perl
29305            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
29306 ____________________________________________________________________________
29307 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
29308         Log: Doc tweaks.
29309      Branch: perl
29310            ! lib/encoding.pm
29311 ____________________________________________________________________________
29312 [ 12788] By: nick                                  on 2001/10/31  08:59:56
29313         Log: Integrate mainline
29314      Branch: perlio
29315           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
29316           !> (integrate 49 files)
29317 ____________________________________________________________________________
29318 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
29319         Log: Forgot new proto.
29320      Branch: perl
29321            ! proto.h
29322 ____________________________________________________________________________
29323 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
29324         Log: Clarification: use encoding cannot be used to
29325              change the default encoding of "your whole script";
29326              only the default encoding of the *data*.  Also, it
29327              seems that "use encoding" does not mix with "use utf8"
29328              (a coredumping recursion ensues).  Should not be a huge
29329              problem since "use utf8" is pretty marginal nowadays.
29330      Branch: perl
29331            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
29332 ____________________________________________________________________________
29333 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
29334         Log: More documentation for the encode pragma.
29335      Branch: perl
29336            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
29337            ! pod/perlapi.pod pod/perlunicode.pod sv.c
29338 ____________________________________________________________________________
29339 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
29340         Log: Thinko in #12783.
29341      Branch: perl
29342            ! sv.c
29343 ____________________________________________________________________________
29344 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
29345         Log: Make sv_recode_to_utf8() a real API: the encoding
29346              is a parameter, instead of a global.  Document the
29347              PERL_ENCODING.
29348      Branch: perl
29349            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
29350            ! toke.c
29351 ____________________________________________________________________________
29352 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
29353         Log: Enable -Mencoding=foobar also for string literals.
29354      Branch: perl
29355            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
29356            ! pod/perlapi.pod proto.h sv.c toke.c
29357 ____________________________________________________________________________
29358 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
29359         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29360              From: Andy Dougherty <doughera@lafayette.edu>
29361              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
29362              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
29363      Branch: perl
29364            ! ext/POSIX/hints/svr4.pl
29365 ____________________________________________________________________________
29366 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
29367         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
29368              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29369              Date: Mon, 29 Oct 2001 23:11:58 -0000
29370              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29371              
29372              Add compat.h.
29373      Branch: perl
29374            ! lib/h2xs.t utils/h2xs.PL
29375 ____________________________________________________________________________
29376 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
29377         Log: Subject: PerlIOBuf_dup
29378              From: Nicholas Clark <nick@ccl4.org>              
29379              Date: Mon, 29 Oct 2001 21:52:35 +0000             
29380              Message-ID: <20011029215235.K41204@plum.flirble.org>
29381              
29382              Add prototype.
29383      Branch: perl
29384            ! perliol.h
29385 ____________________________________________________________________________
29386 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
29387         Log: Subject: [PATCH] Make malloc.c errors more useful
29388              From: Richard Soderberg <rs@oregonnet.com>
29389              Date: Mon, 29 Oct 2001 22:28:02 -0800
29390              Message-Id: <200110300628.WAA11025@oregonnet.com>
29391      Branch: perl
29392            ! malloc.c
29393 ____________________________________________________________________________
29394 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
29395         Log: Retract #12776 - the bug 19990906.001 is still valid.
29396      Branch: perl
29397            ! t/run/kill_perl.t
29398 ____________________________________________________________________________
29399 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
29400         Log: (Retracted by #12777)
29401              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
29402              From: Michael G Schwern <schwern@pobox.com> 
29403              Date: Mon, 29 Oct 2001 23:01:08 -0500
29404              Message-ID: <20011029230108.G18053@blackrider>
29405      Branch: perl
29406            ! t/run/kill_perl.t
29407 ____________________________________________________________________________
29408 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
29409         Log: Comment nits.
29410      Branch: perl
29411            ! lib/encoding.t
29412 ____________________________________________________________________________
29413 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
29414         Log: integrate change#12772 from mainline
29415              
29416              Subject: [PATCH] Mommy, what's a pointer cast?
29417      Branch: maint-5.6/perl
29418            ! perl.h
29419 ____________________________________________________________________________
29420 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
29421         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29422              From: Richard Soderberg <rs@oregonnet.com>
29423              Date: Mon, 29 Oct 2001 17:01:10 -0800
29424              Message-Id: <200110300101.RAA31561@oregonnet.com>
29425              
29426              (threads* parts)
29427      Branch: perl
29428            ! ext/threads/shared/shared.xs ext/threads/threads.xs
29429 ____________________________________________________________________________
29430 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
29431         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29432              From: Richard Soderberg <rs@oregonnet.com>
29433              Date: Mon, 29 Oct 2001 17:01:10 -0800
29434              Message-Id: <200110300101.RAA31561@oregonnet.com>
29435              
29436              (the perl.h part)
29437      Branch: perl
29438            ! perl.h
29439 ____________________________________________________________________________
29440 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
29441         Log: Subject: [PATCH] OpenBSD likes signal.h 
29442              From: Richard Soderberg <rs@oregonnet.com>
29443              Date: Mon, 29 Oct 2001 17:00:31 -0800
29444              Message-Id: <200110300100.RAA31533@oregonnet.com>
29445      Branch: perl
29446            ! unixish.h
29447 ____________________________________________________________________________
29448 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
29449         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
29450              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29451              Date: Mon, 29 Oct 2001 23:04:23 -0000
29452              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29453      Branch: perl
29454            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29455            ! ext/DB_File/t/db-recno.t
29456 ____________________________________________________________________________
29457 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
29458         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
29459              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29460              Date: Mon, 29 Oct 2001 12:34:07 -0600
29461              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
29462      Branch: perl
29463            ! ext/Time/HiRes/HiRes.t
29464 ____________________________________________________________________________
29465 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
29466         Log: Update Changes.
29467      Branch: perl
29468            ! Changes patchlevel.h
29469 ____________________________________________________________________________
29470 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
29471         Log: AIX needs an explicit symbol export list.
29472      Branch: perl
29473            ! lib/ExtUtils/Embed.t
29474 ____________________________________________________________________________
29475 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
29476         Log: The test (and the module) would require some
29477              quality hacking time to work on EBCDIC.  Based on
29478              the test results nothing seems to be majorly broken,
29479              the module just seems to have strange assumptions:
29480              got: ''\226\225\205'
29481              expected: ''one'
29482              The \226\225\205 being, of course, 'one', in EBCDIC.
29483      Branch: perl
29484            ! lib/Dumpvalue.t
29485 ____________________________________________________________________________
29486 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
29487         Log: Mark the test known to be failing in EBCDIC.
29488      Branch: perl
29489            ! t/op/tr.t
29490 ____________________________________________________________________________
29491 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
29492         Log: None of the libnet modules are going to work in
29493              EBCDIC without the Convert::EBCDIC.
29494      Branch: perl
29495            ! t/lib/1_compile.t
29496 ____________________________________________________________________________
29497 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
29498         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
29499      Branch: perl
29500            ! t/op/pack.t
29501 ____________________________________________________________________________
29502 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
29503         Log: UTF-EBCDIC ain't UTF-8.
29504      Branch: perl
29505            ! t/op/pack.t
29506 ____________________________________________________________________________
29507 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
29508         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
29509      Branch: perl
29510            ! t/lib/1_compile.t
29511 ____________________________________________________________________________
29512 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
29513         Log: Let's not assume ASCII.
29514      Branch: perl
29515            ! t/op/lc.t
29516 ____________________________________________________________________________
29517 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
29518         Log: Call the new perlio symbols differently.
29519      Branch: perl
29520            ! makedef.pl
29521 ____________________________________________________________________________
29522 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
29523         Log: Don't expect ASCII ordering.
29524      Branch: perl
29525            ! lib/ExtUtils/Manifest.t
29526 ____________________________________________________________________________
29527 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
29528         Log: Forgot from #12756.
29529      Branch: perl
29530            ! perlio.h
29531 ____________________________________________________________________________
29532 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
29533         Log: BeOS tweaks:
29534              - fseeko and ftello can be found by Configure but
29535              we do not seem to have prototypes for them so
29536              let's make up some
29537              - BeOS didn't use to have real sockets (sockets as
29538              filedescriptors) but the BONE package is supposed
29539              to fix this.  I do not know how to detect BONEness,
29540              see hints/beos.sh for a spot that needs to fixed.
29541              - BeOS has O_TEXT != O_BINARY but has no setmode()
29542      Branch: perl
29543            ! hints/beos.sh perlio.c
29544 ____________________________________________________________________________
29545 [ 12755] By: sky                                   on 2001/10/29  12:56:12
29546         Log: Ugly fix to not die when a thread creator is holding locks.
29547      Branch: perl
29548            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29549            ! ext/threads/threads.xs
29550 ____________________________________________________________________________
29551 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
29552         Log: Integrate change #12752 from maintperl;
29553              
29554              croak(Nullch) wasn't printing the contents of ERRSV if there was
29555              no outer eval (bug in change#6125)
29556      Branch: perl
29557           !> util.c
29558 ____________________________________________________________________________
29559 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
29560         Log: Subject: [PATCH h2xs] Use of static data in XS modules
29561              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29562              Date: Sun, 28 Oct 2001 21:19:07 -0000
29563              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
29564              
29565              with nits from Sarathy.
29566      Branch: perl
29567            ! utils/h2xs.PL
29568 ____________________________________________________________________________
29569 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
29570         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
29571              no outer eval (bug in change#6125)
29572      Branch: maint-5.6/perl
29573            ! util.c
29574 ____________________________________________________________________________
29575 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
29576         Log: More todo for the encoding pragma.
29577      Branch: perl
29578            ! lib/encoding.pm
29579 ____________________________________________________________________________
29580 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
29581         Log: Add the encoding pragma to control the "upgrade"
29582              from the native eight bit data to Unicode.
29583              
29584              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
29585      Branch: perl
29586            + lib/encoding.pm lib/encoding.t
29587            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
29588            ! pod/perlunicode.pod pod/perlvar.pod sv.c
29589 ____________________________________________________________________________
29590 [ 12749] By: sky                                   on 2001/10/28  21:02:33
29591         Log: Update documentation.
29592      Branch: perl
29593            ! ext/threads/shared/shared.pm
29594 ____________________________________________________________________________
29595 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
29596         Log: Integrate change #12747 from maintperl;
29597              
29598              finishing touches to system() fixes on windows:
29599              * detect cmd shell correctly even if it had full path in it
29600              * more quoting needed for single-arg system if the argument
29601              really had multiple quoted arguments within it
29602              * be smarter about not calling the shell when the executable
29603              has spaces, but otherwise does not need shell involvement
29604              * add a testsuite (windows-specific currently)
29605      Branch: perl
29606           +> t/op/system.t t/op/system_tests
29607            ! MANIFEST pod/perltodo.pod
29608           !> win32/win32.c
29609 ____________________________________________________________________________
29610 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
29611         Log: finishing touches to system() fixes on windows:
29612              * detect cmd shell correctly even if it had full path in it
29613              * more quoting needed for single-arg system if the argument
29614              really had multiple quoted arguments within it
29615              * be smarter about not calling the shell when the executable
29616              has spaces, but otherwise does not need shell involvement
29617              * add a testsuite (windows-specific currently)
29618      Branch: maint-5.6/perl
29619            + t/op/system.t t/op/system_tests
29620            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
29621 ____________________________________________________________________________
29622 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
29623         Log: Integrate perlio.
29624      Branch: perl
29625           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
29626 ____________________________________________________________________________
29627 [ 12745] By: nick                                  on 2001/10/28  16:08:14
29628         Log: Mingw32 fixup for Embed.t
29629      Branch: perlio
29630            ! lib/ExtUtils/Embed.t
29631 ____________________________________________________________________________
29632 [ 12744] By: nick                                  on 2001/10/28  15:54:14
29633         Log: GCC vs MS 64-bit constant syntax
29634      Branch: perlio
29635            ! ext/Time/HiRes/HiRes.xs
29636 ____________________________________________________________________________
29637 [ 12743] By: nick                                  on 2001/10/28  15:42:55
29638         Log: Integrate mainline
29639      Branch: perlio
29640           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
29641 ____________________________________________________________________________
29642 [ 12742] By: sky                                   on 2001/10/28  14:47:10
29643         Log: Manpage updates.
29644      Branch: perl
29645            ! ext/threads/threads.pm
29646 ____________________________________________________________________________
29647 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
29648         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
29649      Branch: perl
29650            ! lib/ExtUtils/Embed.t
29651 ____________________________________________________________________________
29652 [ 12740] By: nick                                  on 2001/10/28  14:14:24
29653         Log: Integrate mainline
29654      Branch: perlio
29655           !> lib/ExtUtils/Embed.t win32/win32.c
29656 ____________________________________________________________________________
29657 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
29658         Log: Need to be ./executed.
29659      Branch: perl
29660            ! lib/ExtUtils/Embed.t
29661 ____________________________________________________________________________
29662 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
29663         Log: Integrate perlio.
29664      Branch: perl
29665           !> perlio.c win32/win32.h
29666 ____________________________________________________________________________
29667 [ 12737] By: nick                                  on 2001/10/28  13:53:45
29668         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
29669              by gcc -xc++.
29670      Branch: perlio
29671            ! win32/win32.h
29672 ____________________________________________________________________________
29673 [ 12736] By: nick                                  on 2001/10/28  13:50:50
29674         Log: Have :stdio layer update an honour the fd refcnt table.
29675              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
29676      Branch: perlio
29677            ! perlio.c
29678 ____________________________________________________________________________
29679 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
29680         Log: Integrate changes #12724 and #12725 from maintperl;
29681              multiarg system now works.
29682      Branch: perl
29683           !> win32/win32.c
29684 ____________________________________________________________________________
29685 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
29686         Log: Integrate perlio.
29687      Branch: perl
29688           +> lib/ExtUtils/Embed.t
29689           !> MANIFEST perlio.c
29690 ____________________________________________________________________________
29691 [ 12733] By: nick                                  on 2001/10/28  13:07:16
29692         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
29693              least for PERLIO=perlio unthreaded case
29694      Branch: perlio
29695            ! perlio.c
29696 ____________________________________________________________________________
29697 [ 12732] By: nick                                  on 2001/10/28  11:10:24
29698         Log: Typo in exe name
29699      Branch: perlio
29700            ! lib/ExtUtils/Embed.t
29701 ____________________________________________________________________________
29702 [ 12731] By: nick                                  on 2001/10/28  11:09:59
29703         Log: Integrate Mainline
29704      Branch: perlio
29705           !> Changes configure.com ext/DB_File/DB_File.pm
29706           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
29707           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
29708           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
29709           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
29710           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
29711           !> t/TEST t/op/regexp.t win32/buildext.pl
29712 ____________________________________________________________________________
29713 [ 12730] By: nick                                  on 2001/10/28  11:05:35
29714         Log: Fixup Embed.t for Win32/VC++
29715      Branch: perlio
29716            ! lib/ExtUtils/Embed.t
29717 ____________________________________________________________________________
29718 [ 12729] By: nick                                  on 2001/10/28  09:36:20
29719         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
29720              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
29721              ExtUtils::Embed.
29722      Branch: perlio
29723            + lib/ExtUtils/Embed.t
29724            ! MANIFEST
29725 ____________________________________________________________________________
29726 [ 12728] By: sky                                   on 2001/10/28  08:12:53
29727         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
29728              line manually!
29729      Branch: perl
29730            ! lib/ExtUtils/xsubpp
29731 ____________________________________________________________________________
29732 [ 12727] By: sky                                   on 2001/10/28  08:02:09
29733         Log: And here we use the prototypes.
29734      Branch: perl
29735            ! ext/threads/shared/shared.xs
29736 ____________________________________________________________________________
29737 [ 12726] By: sky                                   on 2001/10/28  08:00:48
29738         Log: Support [] style prototypes.
29739      Branch: perl
29740            ! lib/ExtUtils/xsubpp
29741 ____________________________________________________________________________
29742 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
29743         Log: yet another multi-arg system() fix on windows: batch files as the
29744              first argument (i.e. directly executed by CreateProcess()) need
29745              extra quoting to escape shell-shock
29746      Branch: maint-5.6/perl
29747            ! win32/win32.c
29748 ____________________________________________________________________________
29749 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
29750         Log: another multi-arg system() fix on windows: passing empty arguments
29751              now works
29752      Branch: maint-5.6/perl
29753            ! win32/win32.c
29754 ____________________________________________________________________________
29755 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
29756         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
29757              No final #else #error because we do not seem to
29758              be using #error?
29759      Branch: perl
29760            ! op.h
29761 ____________________________________________________________________________
29762 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
29763         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
29764              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
29765              Date: Sat, 27 Oct 2001 23:28:44 EST 
29766              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
29767      Branch: perl
29768            ! ext/Time/HiRes/HiRes.xs
29769 ____________________________________________________________________________
29770 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
29771         Log: Regen perlapi, perltoc.
29772      Branch: perl
29773            ! pod/perlapi.pod pod/perltoc.pod
29774 ____________________________________________________________________________
29775 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
29776         Log: Subject: [PATCH] sv.h documentation
29777              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
29778              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
29779              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
29780      Branch: perl
29781            ! sv.h
29782 ____________________________________________________________________________
29783 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
29784         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
29785              system("nmake -nologo", "clean") and there is no executable
29786              called "nmake -nologo"; this used to "work" pre-change#12559 due
29787              to bugs in multiarg system() that have since been fixed
29788      Branch: perl
29789            ! win32/buildext.pl
29790 ____________________________________________________________________________
29791 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
29792         Log: Update Changes.
29793      Branch: perl
29794            ! Changes patchlevel.h
29795 ____________________________________________________________________________
29796 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
29797         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
29798              From: Richard.Foley@t-online.de (Richard Foley)            
29799              Date: Sun, 28 Oct 2001 00:48:32 +0200
29800              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
29801      Branch: perl
29802            ! pod/perlhack.pod
29803 ____________________________________________________________________________
29804 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
29805         Log: Must store pointers with the right width.
29806      Branch: perl
29807            ! op.h
29808 ____________________________________________________________________________
29809 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
29810         Log: Integrate change #12711 from perlio;
29811              
29812              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29813              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29814      Branch: perl
29815           !> perlio.c
29816 ____________________________________________________________________________
29817 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
29818         Log: Subject: [PATCH] make minitest
29819              From: Nicholas Clark <nick@ccl4.org>
29820              Date: Sat, 27 Oct 2001 22:56:16 +0100
29821              Message-ID: <20011027225616.L20275@plum.flirble.org>
29822      Branch: perl
29823            ! t/TEST
29824 ____________________________________________________________________________
29825 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
29826         Log: Patch #12661 missed this.
29827      Branch: perl
29828            ! ext/DB_File/DB_File.pm
29829 ____________________________________________________________________________
29830 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
29831         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
29832              From: "Craig A. Berry" <craigberry@mac.com>
29833              Date: Sat, 27 Oct 2001 16:07:47 -0500
29834              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
29835      Branch: perl
29836            ! configure.com perlio.c
29837 ____________________________________________________________________________
29838 [ 12711] By: nick                                  on 2001/10/27  19:49:25
29839         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29840              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29841      Branch: perlio
29842            ! perlio.c
29843 ____________________________________________________________________________
29844 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
29845         Log: Let's not replace reason if there's one already supplied.
29846      Branch: perl
29847            ! t/op/regexp.t
29848 ____________________________________________________________________________
29849 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
29850         Log: is not good.
29851      Branch: perl
29852            ! t/op/regexp.t
29853 ____________________________________________________________________________
29854 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
29855         Log: ldlibpth can exist but be unset.
29856      Branch: perl
29857            ! t/TEST
29858 ____________________________________________________________________________
29859 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
29860         Log: Unicode: property alias naming cleanup.
29861      Branch: perl
29862            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
29863 ____________________________________________________________________________
29864 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
29865         Log: FAQ sync.
29866      Branch: perl
29867            ! pod/perlfaq4.pod
29868 ____________________________________________________________________________
29869 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
29870         Log: Integrate change #12703 from maintperl;
29871              
29872              typemap stuff intervenes before declaration, move it to PREINIT
29873              section
29874              
29875              (an empty integrate, but now the files are in sync
29876              between the branches)
29877      Branch: perl
29878           !> ext/ODBM_File/ODBM_File.xs
29879 ____________________________________________________________________________
29880 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
29881         Log: More PerlIO symbols.
29882      Branch: perl
29883            ! makedef.pl
29884 ____________________________________________________________________________
29885 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
29886         Log: typemap stuff intervenes before declaration, move it to PREINIT
29887              section
29888      Branch: maint-5.6/perl
29889            ! ext/ODBM_File/ODBM_File.xs
29890 ____________________________________________________________________________
29891 [ 12702] By: nick                                  on 2001/10/27  14:09:35
29892         Log: Integrate mainline
29893      Branch: perlio
29894           +> ext/threads/shared/t/av_simple.t
29895           +> ext/threads/shared/t/hv_refs.t
29896           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
29897           !> (integrate 109 files)
29898 ____________________________________________________________________________
29899 [ 12700] By: ams                                   on 2001/10/26  21:22:23
29900         Log: Subject: [PATCH] tweak divide
29901              From: Nicholas Clark <nick@ccl4.org>
29902              Date: Fri, 26 Oct 2001 22:52:17 +0100
29903              Message-Id: <20011026225217.B20275@plum.flirble.org>
29904      Branch: perl
29905            ! pp.c
29906 ____________________________________________________________________________
29907 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
29908         Log: Integrate a buncha things from maintperl.
29909      Branch: maint-5.6/macperl
29910           !> (integrate 32 files)
29911 ____________________________________________________________________________
29912 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
29913         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29914              From: Andy Dougherty <doughera@lafayette.edu>
29915              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
29916              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
29917      Branch: perl
29918            ! hints/svr4.sh
29919 ____________________________________________________________________________
29920 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
29921         Log: When you're root, many things become writable.
29922      Branch: perl
29923            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
29924 ____________________________________________________________________________
29925 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
29926         Log: Update Changes.
29927      Branch: perl
29928            ! Changes patchlevel.h
29929 ____________________________________________________________________________
29930 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
29931         Log: Term/Cap.t attempts to access the floppy drive for no good reason
29932              on dosish systems
29933      Branch: perl
29934            ! lib/Term/Cap.t
29935 ____________________________________________________________________________
29936 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
29937         Log: fix misleading comment on known inadequacy in B::Terse, and skip
29938              it correctly
29939      Branch: perl
29940            ! ext/B/t/terse.t
29941 ____________________________________________________________________________
29942 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
29943         Log: fix spurious AutoSplit.t failure under windows
29944      Branch: perl
29945            ! lib/AutoSplit.t
29946 ____________________________________________________________________________
29947 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
29948         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
29949      Branch: perl
29950            ! ext/Time/HiRes/HiRes.t
29951 ____________________________________________________________________________
29952 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
29953         Log: More logical to use %04"UVXf" than %"UVuf" since
29954              the Unicode standard prefers hex.
29955      Branch: perl
29956            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
29957            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
29958            ! lib/unicore/mktables utf8.c
29959 ____________________________________________________________________________
29960 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
29961         Log: change#12065 seems to have broken Encode build on windows; fix
29962      Branch: perl
29963            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
29964 ____________________________________________________________________________
29965 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
29966         Log: Unicode: add the case folding table.
29967      Branch: perl
29968            + lib/unicore/To/Fold.pl
29969            ! MANIFEST lib/unicore/mktables
29970 ____________________________________________________________________________
29971 [ 12688] By: sky                                   on 2001/10/26  13:51:29
29972         Log: Get the new functions right, do not export lock since we use builtin lock.
29973              TODO: fix xsubpp to support the new prototypes
29974      Branch: perl
29975            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29976 ____________________________________________________________________________
29977 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
29978         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
29979              as suggested by Sarathy.
29980      Branch: perl
29981            ! mg.c
29982 ____________________________________________________________________________
29983 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
29984         Log: avoid compiler warning
29985      Branch: perl
29986            ! win32/win32.c
29987 ____________________________________________________________________________
29988 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
29989         Log: WinCE update from Rainer Keuchel.
29990      Branch: perl
29991            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
29992            ! wince/wince.c
29993 ____________________________________________________________________________
29994 [ 12684] By: sky                                   on 2001/10/26  13:34:33
29995         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
29996      Branch: perl
29997            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29998 ____________________________________________________________________________
29999 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
30000         Log: More fixes that were made to the core and not in the libnet src
30001      Branch: perl
30002            ! lib/Net/Domain.pm
30003 ____________________________________________________________________________
30004 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
30005         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
30006              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
30007              Date: Fri, 26 Oct 2001 13:55:21 +0200
30008              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
30009              
30010              (plus make the db-recno.t#59 accept both \n and \r\n)
30011      Branch: perl
30012            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30013            ! ext/DB_File/t/db-recno.t
30014 ____________________________________________________________________________
30015 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
30016         Log: Fix tests to be able to run in the core and the CPAN dist
30017      Branch: perl
30018            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
30019            ! lib/Net/t/require.t lib/Net/t/smtp.t
30020 ____________________________________________________________________________
30021 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
30022         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
30023              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30024              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
30025              Date: Fri, 26 Oct 2001 08:34:46 EDT
30026      Branch: perl
30027            ! ext/Time/HiRes/HiRes.t
30028 ____________________________________________________________________________
30029 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
30030         Log: Sync libnet modules with what will be libnet-1.08
30031      Branch: perl
30032            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
30033            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
30034            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
30035            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
30036 ____________________________________________________________________________
30037 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
30038         Log: Integrate maintperl changes #12268 and #12669;
30039              
30040              final touches to the audit for statics and thread-unsafe code
30041              * make DB_File, ODBM_File thread-safe 
30042              * remove unnecessary/dangerous statics and protect others
30043              from not getting accidentally enabled under threaded perls
30044              
30045              windows support functions get_childdir() et al aren't exported
30046              correctly under vanilla build
30047              
30048              Testing under win32 appreciated since changes there had
30049              to be manually merged and I cannot test how badly did I do.
30050      Branch: perl
30051           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
30052           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
30053           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
30054           !> win32/vmem.h win32/win32.c win32/win32iop.h
30055 ____________________________________________________________________________
30056 [ 12677] By: sky                                   on 2001/10/26  12:37:17
30057         Log: More Config::threads to threads::threads changes
30058      Branch: perl
30059            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
30060 ____________________________________________________________________________
30061 [ 12676] By: sky                                   on 2001/10/26  12:31:46
30062         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
30063      Branch: perl
30064            ! ext/threads/threads.pm ext/threads/threads.xs
30065 ____________________________________________________________________________
30066 [ 12675] By: sky                                   on 2001/10/26  12:06:30
30067         Log: Allocing a TLS in runtime is not too hot.
30068      Branch: perl
30069            ! ext/threads/threads.xs
30070 ____________________________________________________________________________
30071 [ 12674] By: sky                                   on 2001/10/26  11:59:09
30072         Log: Don't display debug data.
30073      Branch: perl
30074            ! ext/threads/threads.pm
30075 ____________________________________________________________________________
30076 [ 12673] By: sky                                   on 2001/10/26  11:35:47
30077         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
30078              complete bar support for blessed objects.
30079              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
30080      Branch: perl
30081            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
30082 ____________________________________________________________________________
30083 [ 12672] By: sky                                   on 2001/10/26  11:15:28
30084         Log: Fix case where shared reference does not exist in current thread.
30085      Branch: perl
30086            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
30087 ____________________________________________________________________________
30088 [ 12671] By: sky                                   on 2001/10/26  08:48:52
30089         Log: Support for references in shared arrays.
30090      Branch: perl
30091            ! ext/threads/shared/shared.xs
30092 ____________________________________________________________________________
30093 [ 12670] By: sky                                   on 2001/10/26  08:30:11
30094         Log: Add tests for references in hashes.
30095      Branch: perl
30096            + ext/threads/shared/t/hv_refs.t
30097            ! MANIFEST
30098 ____________________________________________________________________________
30099 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
30100         Log: windows support functions get_childdir() et al aren't exported
30101              correctly under vanilla build
30102      Branch: maint-5.6/perl
30103            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
30104 ____________________________________________________________________________
30105 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
30106         Log: final touches to the audit for statics and thread-unsafe code
30107              * make DB_File, ODBM_File thread-safe 
30108              * remove unnecessary/dangerous statics and protect others
30109              from not getting accidentally enabled under threaded perls
30110      Branch: maint-5.6/perl
30111            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
30112            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
30113            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
30114            ! win32/win32.c
30115 ____________________________________________________________________________
30116 [ 12667] By: ams                                   on 2001/10/26  03:48:36
30117         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
30118              From: "Richard Soderberg" <rs@crystalflame.net>
30119              Date: Thu, 25 Oct 2001 23:42:50 -0400
30120              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
30121      Branch: perl
30122            ! sharedsv.c
30123 ____________________________________________________________________________
30124 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
30125         Log: Integrate change #12664 from maintperl;
30126              
30127              the newest GCCs don't seem to like C<"string1"##STRING2>
30128              so keep it as C<"string1" STRING2> (latter appears to
30129              work everywhere)
30130      Branch: perl
30131           !> ext/DynaLoader/dlutils.c
30132 ____________________________________________________________________________
30133 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
30134         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
30135              From: Chris Nandor <pudge@pobox.com>
30136              Date: Thu, 25 Oct 2001 22:15:03 -0400
30137              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
30138      Branch: perl
30139            ! perl.h
30140 ____________________________________________________________________________
30141 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
30142         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
30143              C<"string1" STRING2> (latter appears to work everywhere)
30144      Branch: maint-5.6/perl
30145            ! ext/DynaLoader/dlutils.c
30146 ____________________________________________________________________________
30147 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
30148         Log: AUTHORS update.
30149      Branch: perl
30150            ! AUTHORS
30151 ____________________________________________________________________________
30152 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
30153         Log: Integrate change #12660 from maintperl;
30154              
30155              make the dMY_CXT stuff available under all of
30156              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30157      Branch: perl
30158           !> perl.h
30159 ____________________________________________________________________________
30160 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
30161         Log: Subject: [PATCH] DB_File-1.79
30162              From: "Paul Marquess" <paul.marquess@openwave.com>
30163              Date: Fri, 26 Oct 2001 00:03:54 +0100
30164              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
30165      Branch: perl
30166            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
30167            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
30168 ____________________________________________________________________________
30169 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
30170         Log: make the dMY_CXT stuff available under all of
30171              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30172      Branch: maint-5.6/perl
30173            ! perl.h
30174 ____________________________________________________________________________
30175 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
30176         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
30177              From: Michael G Schwern <schwern@pobox.com>
30178              Date: Thu, 25 Oct 2001 18:28:12 -0400
30179              Message-ID: <20011025182812.M4811@blackrider>
30180      Branch: perl
30181            ! t/run/kill_perl.t
30182 ____________________________________________________________________________
30183 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
30184         Log: STRLEN != int.
30185      Branch: perl
30186            ! regcomp.c regexec.c
30187 ____________________________________________________________________________
30188 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
30189         Log: Subject: [PATCH] remove small IVop redundancy
30190              From: Nicholas Clark <nick@ccl4.org>
30191              Date: Thu, 25 Oct 2001 22:48:28 +0100
30192              Message-ID: <20011025224827.M66471@plum.flirble.org>
30193      Branch: perl
30194            ! pp.c pp_hot.c
30195 ____________________________________________________________________________
30196 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
30197         Log: Metaconfig unit change for #12655.
30198      Branch: metaconfig/U/perl
30199            ! Extensions.U
30200 ____________________________________________________________________________
30201 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
30202         Log: Subject: Re: Not OK @12650
30203              From: Andy Dougherty <doughera@lafayette.edu>
30204              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
30205              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
30206      Branch: perl
30207            ! Configure
30208 ____________________________________________________________________________
30209 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
30210         Log: Integrate changes #12652 and #12653 from maintperl;
30211              
30212              more tweaks to change#12626
30213              * move the boilerplate code over to perl.h and make DynaLoader
30214              use it
30215              * make re, Opcode, File::Glob and B threadsafe
30216              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30217              C<no re;> anywhere)
30218              
30219              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30220              
30221              File::Glob required a bit more work in bleadperl
30222              because of ExtUtils::Constant (see the Makefile.PL change)
30223      Branch: perl
30224            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
30225           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30226           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30227 ____________________________________________________________________________
30228 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
30229         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30230      Branch: maint-5.6/perl
30231            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30232            ! ext/Opcode/Opcode.xs ext/re/re.xs
30233 ____________________________________________________________________________
30234 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
30235         Log: more tweaks to change#12626
30236              * move the boilerplate code over to perl.h and make DynaLoader
30237              use it
30238              * make re, Opcode, File::Glob and B threadsafe
30239              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30240              C<no re;> anywhere)
30241      Branch: maint-5.6/perl
30242            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30243            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30244 ____________________________________________________________________________
30245 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
30246         Log: Metaconfig unit change for #12650.
30247      Branch: metaconfig/U/perl
30248            ! Extensions.U
30249 ____________________________________________________________________________
30250 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
30251         Log: Subject: Re: ithreads doesn't like usedl=n
30252              From: Andy Dougherty <doughera@lafayette.edu>
30253              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
30254              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
30255              
30256              Special-case threads::shared.
30257      Branch: perl
30258            ! Configure
30259 ____________________________________________________________________________
30260 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
30261         Log: Getting fancier...
30262      Branch: perl
30263            ! t/TEST
30264 ____________________________________________________________________________
30265 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
30266         Log: csh - what a pain.
30267      Branch: perl
30268            ! t/TEST
30269 ____________________________________________________________________________
30270 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
30271         Log: Update Changes.
30272      Branch: perl
30273            ! Changes patchlevel.h
30274 ____________________________________________________________________________
30275 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
30276         Log: Allow resetting the locale system for the duration
30277              of the build (Mac OS X default setting LANG=En_US
30278              ist kaputt)
30279      Branch: perl
30280            ! Makefile.SH
30281 ____________________________________________________________________________
30282 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
30283         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
30284      Branch: perl
30285            ! ext/Digest/MD5/t/files.t
30286 ____________________________________________________________________________
30287 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
30288         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
30289              From: Andy Dougherty <doughera@lafayette.edu>
30290              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
30291              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
30292      Branch: perl
30293            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
30294            ! ext/threads/shared/Makefile.PL
30295 ____________________________________________________________________________
30296 [ 12643] By: sky                                   on 2001/10/25  12:28:26
30297         Log: Add support for reference members of hashes.
30298      Branch: perl
30299            ! ext/threads/shared/shared.xs
30300 ____________________________________________________________________________
30301 [ 12642] By: ams                                   on 2001/10/25  12:21:13
30302         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
30303              From: "Norton Allen" <nort@qnx.com>
30304              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
30305              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
30306      Branch: perl
30307            ! ext/Digest/MD5/MD5.xs
30308 ____________________________________________________________________________
30309 [ 12641] By: sky                                   on 2001/10/25  10:27:39
30310         Log: Tests shared hashes.
30311      Branch: perl
30312            + ext/threads/shared/t/hv_simple.t
30313            ! MANIFEST
30314 ____________________________________________________________________________
30315 [ 12640] By: sky                                   on 2001/10/25  10:18:23
30316         Log: Fix threadcounts for arrays and hashes.
30317      Branch: perl
30318            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30319 ____________________________________________________________________________
30320 [ 12639] By: sky                                   on 2001/10/25  10:17:26
30321         Log: Note to self, doing *src_ary++ in a macro that evaluates
30322              the value more than once is a good way to dump core.
30323      Branch: perl
30324            ! sharedsv.c
30325 ____________________________________________________________________________
30326 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
30327         Log: Integrate change #12636 from maintperl; more dl fixups.
30328      Branch: perl
30329           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30330           !> ext/DynaLoader/dl_vms.xs
30331 ____________________________________________________________________________
30332 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
30333         Log: Like dl_hpux, like dl_dld.
30334      Branch: perl
30335            ! ext/DynaLoader/dl_dld.xs
30336 ____________________________________________________________________________
30337 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
30338         Log: followups to change#12635
30339      Branch: maint-5.6/perl
30340            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30341            ! ext/DynaLoader/dl_vms.xs
30342 ____________________________________________________________________________
30343 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
30344         Log: add part of change#12634 to the two files that need it; dl_aix.xs
30345              in maint-5.6 doesn't have the branch that had the problem in
30346              mainline
30347      Branch: maint-5.6/perl
30348            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
30349 ____________________________________________________________________________
30350 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
30351         Log: Fixes for #12627.
30352      Branch: perl
30353            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
30354 ____________________________________________________________________________
30355 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
30356         Log: Since pv_uni_display and sv_uni_display are now used
30357              in the re extension, their symbols have to be exported.
30358      Branch: perl
30359            ! embed.pl global.sym
30360 ____________________________________________________________________________
30361 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
30362         Log: Subject:  Re: [PATCH Perl@12567] debug /list
30363              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30364              Date: Tue, 23 Oct 2001 21:40:33 EDT
30365              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
30366      Branch: perl
30367            ! configure.com
30368 ____________________________________________________________________________
30369 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
30370         Log: This takes care of some of the re 'debug' cases but
30371              not all cases since the information whether the pattern
30372              or the target are utf8 seems to be either lost or not
30373              spread widely enough, sigh.
30374      Branch: perl
30375            ! regcomp.c
30376 ____________________________________________________________________________
30377 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
30378         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
30379              From: John Peacock <jpeacock@rowman.com>
30380              Date: Wed, 24 Oct 2001 16:53:29 -0400
30381              Message-ID: <3BD72A49.1508D152@rowman.com>
30382      Branch: perl
30383            ! configure.com
30384 ____________________________________________________________________________
30385 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
30386         Log: Upgrade NetWare and WinCE as in #12626.
30387      Branch: perl
30388            ! NetWare/dl_netware.xs wince/dl_win32.xs
30389 ____________________________________________________________________________
30390 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
30391         Log: Tru64 compiler nit.
30392      Branch: perl
30393            ! ext/threads/shared/shared.xs
30394 ____________________________________________________________________________
30395 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
30396         Log: Integrate change #12626 from maintperl;
30397              make DynaLoader threadsafe by moving all statics into
30398              interpreter-local space
30399              
30400              TODO: Netware, OS/2, WinCE
30401      Branch: perl
30402           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30403           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30404           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30405           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30406           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30407           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30408           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
30409 ____________________________________________________________________________
30410 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
30411         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
30412              space
30413      Branch: maint-5.6/perl
30414            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30415            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30416            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30417            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30418            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30419            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30420            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
30421 ____________________________________________________________________________
30422 [ 12625] By: sky                                   on 2001/10/24  20:05:26
30423         Log: Change #12623 inflicted an infinite hang. Fixed.
30424      Branch: perl
30425            ! ext/threads/shared/shared.xs
30426 ____________________________________________________________________________
30427 [ 12624] By: sky                                   on 2001/10/24  19:06:55
30428         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
30429      Branch: perl
30430            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30431 ____________________________________________________________________________
30432 [ 12623] By: sky                                   on 2001/10/24  18:06:34
30433         Log: We need to do sharedsv_find in the original perl context.
30434      Branch: perl
30435            ! ext/threads/shared/shared.xs
30436 ____________________________________________________________________________
30437 [ 12622] By: sky                                   on 2001/10/24  17:26:51
30438         Log: Add support for basic support for AVs, references not supported yet.
30439              Add test for AVs.
30440              Add more tests to sv_refs
30441              Fix documentation issues.  
30442      Branch: perl
30443            + ext/threads/shared/t/av_simple.t
30444            ! MANIFEST ext/threads/shared/shared.pm
30445            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
30446 ____________________________________________________________________________
30447 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
30448         Log: Dump Unicode better for re 'debug'.  The regprop()
30449              is unfinished since have to figure out how to detect
30450              Unicodeness in there.
30451      Branch: perl
30452            ! regcomp.c regexec.c
30453 ____________________________________________________________________________
30454 [ 12620] By: sky                                   on 2001/10/24  13:18:07
30455         Log: Add support for finding shared arrays and hashes.
30456      Branch: perl
30457            ! sharedsv.c
30458 ____________________________________________________________________________
30459 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
30460         Log: Rewrite sv_uni_display() as pv_uni_display() as
30461              reimplement sv_uni_display() using that.
30462      Branch: perl
30463            ! dump.c embed.h embed.pl proto.h
30464 ____________________________________________________________________________
30465 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
30466         Log: Integrate change #12615 from maintperl;
30467              on Windows, IO::File::new_tmpfile() fails after being called
30468              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30469              process-wide limit
30470      Branch: perl
30471           !> win32/win32.c
30472 ____________________________________________________________________________
30473 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
30474         Log: Don't try to print ints as IVs.
30475      Branch: perl
30476            ! ext/Time/HiRes/HiRes.xs
30477 ____________________________________________________________________________
30478 [ 12616] By: sky                                   on 2001/10/24  11:06:35
30479         Log: We only need to fetch the SV from the backend if the index
30480              is not the same as mg_private.     In theory this could be
30481              a problem if there are an exact multiple of U16 changes
30482              of a shared variable between two access in a given thread,
30483              we choose to avoid theory for now.
30484      Branch: perl
30485            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
30486 ____________________________________________________________________________
30487 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
30488         Log: on Windows, IO::File::new_tmpfile() fails after being called
30489              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30490              process-wide limit
30491      Branch: maint-5.6/perl
30492            ! win32/win32.c
30493 ____________________________________________________________________________
30494 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
30495         Log: Negation and Unicode: sort of solves 20010303.010,
30496              except not quite like reported in the Subject
30497              (Perl_warner is still utf8-ignorant).
30498      Branch: perl
30499            ! pp.c t/lib/warnings/sv
30500 ____________________________________________________________________________
30501 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
30502         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
30503      Branch: perl
30504            ! sv.c t/lib/warnings/sv
30505 ____________________________________________________________________________
30506 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
30507         Log: sv_uni_display(): do not add the "...", let the caller
30508              do it if wanted, and be prepared for more display options.
30509      Branch: perl
30510            ! dump.c embed.h embed.pl proto.h
30511 ____________________________________________________________________________
30512 [ 12611] By: nick                                  on 2001/10/23  20:28:07
30513         Log: Integrate mainline
30514      Branch: perlio
30515           !> Changes configure.com cygwin/cygwin.c
30516           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
30517           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
30518           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
30519           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
30520           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
30521           !> utils/h2xs.PL utils/perldoc.PL
30522 ____________________________________________________________________________
30523 [ 12610] By: sky                                   on 2001/10/23  19:39:24
30524         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
30525              don't call themselves READONLY but still die with modification
30526              attempt. We only call bless for ext and umagic.
30527      Branch: perl
30528            ! sv.c
30529 ____________________________________________________________________________
30530 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
30531         Log: Croak() on negative time; doc tweaks.
30532      Branch: perl
30533            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30534            ! ext/Time/HiRes/HiRes.xs
30535 ____________________________________________________________________________
30536 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
30537         Log: FAQ sync.
30538      Branch: perl
30539            ! pod/perlfaq4.pod pod/perlfaq7.pod
30540 ____________________________________________________________________________
30541 [ 12607] By: sky                                   on 2001/10/23  18:27:27
30542         Log: Call setmagic on the referent we are blessing.
30543      Branch: perl
30544            ! sv.c
30545 ____________________________________________________________________________
30546 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
30547         Log: Small test nits.
30548      Branch: perl
30549            ! t/op/lc.t
30550 ____________________________________________________________________________
30551 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
30552         Log: Update Changes.
30553      Branch: perl
30554            ! Changes patchlevel.h
30555 ____________________________________________________________________________
30556 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
30557         Log: Make the PerlIO_init() prototypes consistent.
30558      Branch: perl
30559            ! perlio.c
30560 ____________________________________________________________________________
30561 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
30562         Log: Upping the test count is a good idea.
30563      Branch: perl
30564            ! t/op/lc.t
30565 ____________________________________________________________________________
30566 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
30567         Log: Document the final sigma spot.
30568      Branch: perl
30569            ! pp.c
30570 ____________________________________________________________________________
30571 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
30572         Log: Fix multicharacter titlecase (ucfirst).
30573      Branch: perl
30574            ! pod/perlunicode.pod pp.c t/op/lc.t
30575 ____________________________________________________________________________
30576 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
30577         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
30578              From: Mikhail Zabaluev <mhz@alt-linux.org>
30579              Date: Tue, 23 Oct 2001 10:40:37 +0400
30580              Message-ID: <20011023104037.A12761@localhost.localdomain>
30581              
30582              (#12406 replaced with this)
30583      Branch: perl
30584            ! utils/perldoc.PL
30585 ____________________________________________________________________________
30586 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
30587         Log: MacOS Classic updates from Pudge.
30588      Branch: perl
30589            ! lib/File/Spec.t lib/File/Spec/Mac.pm
30590 ____________________________________________________________________________
30591 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
30592         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
30593              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30594              Date: Sun, 14 Oct 2001 23:14:46 +0200
30595              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
30596              
30597              except for the 2->4 changes.
30598      Branch: perl
30599            ! lib/AutoSplit.t
30600 ____________________________________________________________________________
30601 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
30602         Log: integrate macperl contents into maint-5.6
30603      Branch: maint-5.6/perl
30604            ! mg.c
30605           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
30606           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
30607           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
30608           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30609           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
30610           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
30611           !> t/lib/filefind.t t/lib/filespec.t
30612 ____________________________________________________________________________
30613 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
30614         Log: At some point the #6234 has been lost from the mainline
30615              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
30616      Branch: perl
30617            ! lib/File/Spec/Win32.pm
30618 ____________________________________________________________________________
30619 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
30620         Log: Cygwin seems to round up (or closest, but not down)
30621              for time(), so half of the time (bad pun intended)
30622              Time::HiRes::time() is less than time(), half of
30623              the time it's more.  So let's try harder in the loop.
30624      Branch: perl
30625            ! ext/Time/HiRes/HiRes.t
30626 ____________________________________________________________________________
30627 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
30628         Log: MacOS Classic timeofday(), from Chris Nandor. 
30629      Branch: perl
30630            ! ext/Time/HiRes/HiRes.xs
30631 ____________________________________________________________________________
30632 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
30633         Log: Integrate changes #12580 and #12581 from macperl;
30634              
30635              Fix path construction.
30636              
30637              (Copyright) Nit.
30638      Branch: perl
30639           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
30640 ____________________________________________________________________________
30641 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
30642         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
30643              doesn't seem to help (the error being output to console, maybe?)
30644      Branch: perl
30645            ! lib/Net/Domain.pm
30646 ____________________________________________________________________________
30647 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
30648         Log: Taint the getcwd() result also in Cygwin.
30649              (TODO: which other platforms need the same thing?)
30650      Branch: perl
30651            ! cygwin/cygwin.c
30652 ____________________________________________________________________________
30653 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
30654         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
30655      Branch: perl
30656            ! t/op/taint.t
30657 ____________________________________________________________________________
30658 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
30659         Log: getpwuid() fragility continues.
30660      Branch: perl
30661            ! utils/h2xs.PL
30662 ____________________________________________________________________________
30663 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
30664         Log: getpwuid() might succeed but that's no guarantee
30665              that the $home will be defined.
30666      Branch: perl
30667            ! ext/File/Glob/t/basic.t
30668 ____________________________________________________________________________
30669 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
30670         Log: It's safer to to expand the variable, too... (see #12571)
30671      Branch: perl
30672            ! t/TEST
30673 ____________________________________________________________________________
30674 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
30675         Log: Integrate with maintperl.
30676      Branch: maint-5.6/macperl
30677           !> win32/bin/pl2bat.pl win32/win32.c
30678 ____________________________________________________________________________
30679 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
30680         Log: Oops, forgot to include Win32 ... just as well, since it
30681              seems in bleadperl, change #7764 was not included
30682              (adding C:\temp).  Re-added.  Rip it back out if it
30683              doesn't belong.  :-)
30684      Branch: maint-5.6/macperl
30685            ! lib/File/Spec/Win32.pm
30686 ____________________________________________________________________________
30687 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
30688         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
30689              From: "Craig A. Berry" <craigberry@mac.com>
30690              Date: Mon, 22 Oct 2001 15:25:19 -0500
30691              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
30692      Branch: perl
30693            ! configure.com
30694 ____________________________________________________________________________
30695 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
30696         Log: Add in lots of File::Spec changes, from Thomas Wegner,
30697              and sync with changes from bleadperl.
30698      Branch: maint-5.6/macperl
30699            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
30700            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30701            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30702            ! lib/File/Spec/Win32.pm t/lib/filespec.t
30703 ____________________________________________________________________________
30704 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
30705         Log: Sync with latest File::Find and tests from bleadperl.
30706      Branch: maint-5.6/macperl
30707            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
30708 ____________________________________________________________________________
30709 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
30710         Log: Nit.
30711      Branch: maint-5.6/macperl
30712            ! perl.c
30713 ____________________________________________________________________________
30714 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
30715         Log: Fix path construction.
30716      Branch: maint-5.6/macperl
30717            ! ext/DynaLoader/DynaLoader_pm.PL
30718 ____________________________________________________________________________
30719 [ 12579] By: nick                                  on 2001/10/22  19:08:35
30720         Log: Integrate mainline (for Arthurs thread.xs fix)
30721      Branch: perlio
30722           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
30723 ____________________________________________________________________________
30724 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
30725         Log: Fix up exported symbols, move relevant docs
30726              over from macperl.pod.
30727      Branch: maint-5.6/macperl
30728            ! macos/ext/MacPerl/MacPerl.pm
30729 ____________________________________________________________________________
30730 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
30731         Log: Make ADDRESS called optionally as a method.
30732      Branch: maint-5.6/macperl
30733            ! macos/lib/Mac/Glue.pm
30734 ____________________________________________________________________________
30735 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
30736         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
30737              Apple event.
30738      Branch: maint-5.6/macperl
30739            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
30740            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
30741            ! macos/macperl/MPTerminology.aete
30742 ____________________________________________________________________________
30743 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
30744         Log: Clean up some build utilities. Change Entab to Duplicate;
30745              fix docs and error reporting; improve macify() of paths;
30746              remove requirement for Exporter.pm presence.
30747      Branch: maint-5.6/macperl
30748            ! macos/InstallBLIB macos/MacPerlTests.cmd
30749            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
30750 ____________________________________________________________________________
30751 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
30752         Log: Sync Time::HiRes with bleadperl
30753      Branch: maint-5.6/macperl
30754            ! macos/bundled_ext/Time/HiRes/HiRes.pm
30755            ! macos/bundled_ext/Time/HiRes/HiRes.t
30756            ! macos/bundled_ext/Time/HiRes/HiRes.xs
30757 ____________________________________________________________________________
30758 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
30759         Log: Fix up Changes
30760      Branch: maint-5.6/macperl
30761            ! macos/Changes
30762 ____________________________________________________________________________
30763 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
30764         Log: A user might belong to only a single group
30765              (the group equal to the group id).
30766      Branch: perl
30767            ! t/op/groups.t
30768 ____________________________________________________________________________
30769 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
30770         Log: Prepending (instead of replacing with) the pwd is safer. 
30771      Branch: perl
30772            ! t/TEST
30773 ____________________________________________________________________________
30774 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
30775         Log: Be more robust if no hostname or domainname
30776              (especially the latter)
30777      Branch: perl
30778            ! lib/Net/Domain.pm
30779 ____________________________________________________________________________
30780 [ 12569] By: sky                                   on 2001/10/22  17:41:07
30781         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
30782      Branch: perl
30783            ! ext/threads/threads.xs
30784 ____________________________________________________________________________
30785 [ 12568] By: nick                                  on 2001/10/22  16:31:24
30786         Log: Integrate mainline
30787      Branch: perlio
30788           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
30789           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30790           +> ext/threads/shared/t/sv_refs.t
30791           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
30792            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30793            - lib/unicore/To/SpecUpper.pl
30794           !> (integrate 42 files)
30795 ____________________________________________________________________________
30796 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
30797         Log: Update Changes.
30798      Branch: perl
30799            ! Changes patchlevel.h
30800 ____________________________________________________________________________
30801 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
30802         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
30803              From: Michael G Schwern <schwern@pobox.com>
30804              Date: Mon, 22 Oct 2001 03:48:38 -0400
30805              Message-ID: <20011022034838.B1676@blackrider>
30806      Branch: perl
30807            ! pod/perlvar.pod
30808 ____________________________________________________________________________
30809 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
30810         Log: Pod nits, as suggested by Stas Bekman.
30811      Branch: perl
30812            ! ext/threads/shared/shared.pm ext/threads/threads.pm
30813 ____________________________________________________________________________
30814 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
30815         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
30816              From: "Paul Marquess" <paul.marquess@openwave.com> 
30817              Date: Sun, 21 Oct 2001 21:11:15 +0100
30818              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
30819      Branch: perl
30820            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30821            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
30822            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
30823            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
30824            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
30825            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
30826            ! ext/SDBM_File/sdbm.t
30827 ____________________________________________________________________________
30828 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
30829         Log: Integrate change #12559 from maintperl;
30830              various fixes for system() and backticks under windows
30831      Branch: perl
30832           !> win32/win32.c
30833 ____________________________________________________________________________
30834 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
30835         Log: Integrate change #12560 from maintperl;
30836              make pl2bat use %0 rather than "%0" (the latter fails to work
30837              in a lot of common cases)
30838      Branch: perl
30839           !> win32/bin/pl2bat.pl
30840 ____________________________________________________________________________
30841 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
30842         Log: Integrate changes #12549 and #12550 from maintperl;
30843              
30844              readline() doesn't work with our variables; it confuses them with
30845              my variables (change#4227 was incomplete)
30846      Branch: perl
30847            ! t/lib/strict/vars
30848           !> t/base/rs.t toke.c
30849 ____________________________________________________________________________
30850 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
30851         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
30852              in a lot of common cases)
30853      Branch: maint-5.6/perl
30854            ! win32/bin/pl2bat.pl
30855 ____________________________________________________________________________
30856 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
30857         Log: various fixes for system() and backticks under windows:
30858              
30859              * avoid munging whitespace that is passed within quotes
30860              * work around a cmd.exe misfeature that made multi-arg
30861              system() unreliable when there is more than one quoted
30862              argument
30863              * make multi-arg system() autoquote arguments as needed
30864              before passing them to the shell (this avoids having to
30865              second guess the shell quoting)
30866              * perl's -Dp switch can be used to trace the innards
30867      Branch: maint-5.6/perl
30868            ! win32/win32.c
30869 ____________________________________________________________________________
30870 [ 12558] By: nick                                  on 2001/10/22  08:58:42
30871         Log: Integrate ithreads buffer flush fix from perlio
30872      Branch: perl
30873           !> ext/threads/t/basic.t perl.c
30874 ____________________________________________________________________________
30875 [ 12557] By: nick                                  on 2001/10/22  08:35:09
30876         Log: All tests pass (legitimately) on ithreads
30877      Branch: perlio
30878            ! ext/threads/t/basic.t perl.c
30879 ____________________________________________________________________________
30880 [ 12556] By: nick                                  on 2001/10/22  06:51:22
30881         Log: Integrate non-ithreads fix to mainline
30882      Branch: perl
30883           !> perlio.c
30884 ____________________________________________________________________________
30885 [ 12555] By: nick                                  on 2001/10/22  06:48:33
30886         Log: Restore non-ithreads build. Interestingly binmode test passes
30887              non-ithreads - so crlf layer is not damaged and ithreads fail
30888              is a symptom ...
30889      Branch: perlio
30890            ! perlio.c
30891 ____________________________________________________________________________
30892 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
30893         Log: Integrate from perlio; restructuring.
30894      Branch: perl
30895           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30896           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
30897           !> win32/perlhost.h
30898 ____________________________________________________________________________
30899 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
30900         Log: Integrate from maintperl
30901              (Changes 12350, 12496, 12548, 12549, 12550)
30902      Branch: maint-5.6/macperl
30903           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
30904           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
30905 ____________________________________________________________________________
30906 [ 12552] By: nick                                  on 2001/10/21  19:18:12
30907         Log: Win32 PerlIO_cleanup special cases should no longer be required.
30908      Branch: perlio
30909            ! perl.c
30910 ____________________________________________________________________________
30911 [ 12551] By: nick                                  on 2001/10/21  19:16:56
30912         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
30913      Branch: perlio
30914            ! win32/makefile.mk
30915 ____________________________________________________________________________
30916 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
30917         Log: change#12549 wasn't aware of strictures
30918      Branch: maint-5.6/perl
30919            ! t/pragma/strict-vars toke.c
30920 ____________________________________________________________________________
30921 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
30922         Log: readline() doesn't work with our variables; it confuses them with
30923              my variables (change#4227 was incomplete)
30924      Branch: maint-5.6/perl
30925            ! t/base/rs.t toke.c
30926 ____________________________________________________________________________
30927 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
30928         Log: change#12220 appears to have pulled in a mainline change that
30929              isn't applicable to maint-5.6 (some platforms don't taint
30930              cwd)
30931      Branch: maint-5.6/perl
30932            ! t/lib/filefind-taint.t
30933 ____________________________________________________________________________
30934 [ 12547] By: nick                                  on 2001/10/21  17:15:54
30935         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
30936              for them. Call explicit cleanup during destruct process.
30937              - one binmode test is failing
30938              - also ext/threads/t/basic.t fails under make test, and is noisy under
30939              harness. (Threads results are intermingled and don't match order expected.)
30940      Branch: perlio
30941            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30942            ! perlio.h perliol.h pod/perlapi.pod sv.c
30943 ____________________________________________________________________________
30944 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
30945         Log: Implement multicharacter case mappings where a single
30946              Unicode character can be mapped into several.
30947      Branch: perl
30948            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30949            - lib/unicore/To/SpecUpper.pl
30950            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
30951            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
30952            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
30953            ! proto.h t/op/lc.t utf8.c
30954 ____________________________________________________________________________
30955 [ 12545] By: sky                                   on 2001/10/21  15:25:16
30956         Log: First support of threads::shared, support shared svs and references.
30957      Branch: perl
30958            + ext/threads/shared/Makefile.PL ext/threads/shared/README
30959            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30960            + ext/threads/shared/t/sv_refs.t
30961            + ext/threads/shared/t/sv_simple.t
30962            ! MANIFEST sharedsv.c
30963 ____________________________________________________________________________
30964 [ 12544] By: nick                                  on 2001/10/21  14:52:35
30965         Log: PerlIO layer table as PL_perlio (per-interpreter)
30966      Branch: perlio
30967            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
30968            ! pod/perlapi.pod sv.c
30969 ____________________________________________________________________________
30970 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
30971         Log: Prettyprinting.
30972      Branch: perl
30973            ! pod/perlunicode.pod
30974 ____________________________________________________________________________
30975 [ 12542] By: ams                                   on 2001/10/21  03:50:25
30976         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
30977              From: "Sean M. Burke" <sburke@cpan.org>
30978              Date: Sat, 20 Oct 2001 17:51:09 -0600
30979              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
30980      Branch: perl
30981            + pod/perlpodspec.pod
30982            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
30983            ! pod/perltoc.pod
30984 ____________________________________________________________________________
30985 [ 12541] By: nick                                  on 2001/10/20  22:23:53
30986         Log: Fix typos in new locking on MemShared
30987              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
30988              - seems to make segfaults more deterministic - suspect they are 
30989              attempt to free() after Interp and Host have gone.
30990      Branch: perlio
30991            ! perlio.c win32/perlhost.h
30992 ____________________________________________________________________________
30993 [ 12540] By: nick                                  on 2001/10/20  21:50:46
30994         Log: Remove the MemShared re-#define (again)
30995      Branch: perlio
30996            ! perlio.c
30997 ____________________________________________________________________________
30998 [ 12539] By: nick                                  on 2001/10/20  21:49:06
30999         Log: Use locks on MemShared
31000      Branch: perlio
31001            ! win32/perlhost.h
31002 ____________________________________________________________________________
31003 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
31004         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
31005              From: "chromatic" <chromatic@rmci.net>
31006              Date: Sat, 20 Oct 2001 11:13:47 -0600
31007              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
31008      Branch: perl
31009            ! installhtml
31010 ____________________________________________________________________________
31011 [ 12537] By: nick                                  on 2001/10/20  16:44:03
31012         Log: Integrate mainline
31013      Branch: perlio
31014           !> (integrate 48 files)
31015 ____________________________________________________________________________
31016 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
31017         Log: Update Changes.
31018      Branch: perl
31019            ! Changes patchlevel.h
31020 ____________________________________________________________________________
31021 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
31022         Log: Upgrade to podlators 1.11, from Russ Allbery.
31023      Branch: perl
31024            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
31025            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31026            ! pod/pod2man.PL pod/pod2text.PL
31027 ____________________________________________________________________________
31028 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
31029         Log: Integrate perlio change #12532:
31030              introduce and use PerlIO_intmod2str().
31031      Branch: perl
31032           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
31033 ____________________________________________________________________________
31034 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
31035         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
31036      Branch: perl
31037            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
31038 ____________________________________________________________________________
31039 [ 12532] By: nick                                  on 2001/10/20  14:25:37
31040         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
31041              Use for non-PERLIO fdupopen().
31042      Branch: perlio
31043            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
31044 ____________________________________________________________________________
31045 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
31046         Log: Integrate perlio: PerlIO win32 fixes.
31047      Branch: perl
31048           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
31049           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
31050           !> proto.h sv.h win32/win32io.c
31051 ____________________________________________________________________________
31052 [ 12530] By: nick                                  on 2001/10/20  12:53:30
31053         Log: Fixed in two places - p4 resolve
31054      Branch: perlio
31055            ! perlsdio.h
31056 ____________________________________________________________________________
31057 [ 12529] By: nick                                  on 2001/10/20  12:51:05
31058         Log: Fix for ithreads/stdio build
31059      Branch: perlio
31060            ! perlio.c perlsdio.h
31061 ____________________________________________________________________________
31062 [ 12528] By: ams                                   on 2001/10/20  12:13:25
31063         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
31064              From: Michael G Schwern <schwern@pobox.com>
31065              Date: Sat, 20 Oct 2001 01:41:21 -0400
31066              Message-Id: <20011020014121.I3681@blackrider>
31067      Branch: perl
31068            ! installman
31069 ____________________________________________________________________________
31070 [ 12527] By: ams                                   on 2001/10/20  12:09:41
31071         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
31072              From: Michael G Schwern <schwern@pobox.com>
31073              Date: Sat, 20 Oct 2001 02:04:21 -0400
31074              Message-Id: <20011020020421.A11732@blackrider>
31075      Branch: perl
31076            ! lib/Pod/Checker.pm
31077 ____________________________________________________________________________
31078 [ 12526] By: ams                                   on 2001/10/20  11:59:41
31079         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
31080              From: "chromatic" <chromatic@rmci.net>
31081              Date: Fri, 19 Oct 2001 22:46:39 -0600
31082              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
31083      Branch: perl
31084            ! lib/Net/Config.pm
31085 ____________________________________________________________________________
31086 [ 12525] By: nick                                  on 2001/10/20  11:16:18
31087         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
31088              Perl_sv_setsv_flags directly.
31089      Branch: perlio
31090            ! ext/threads/threads.xs
31091 ____________________________________________________________________________
31092 [ 12524] By: nick                                  on 2001/10/20  10:28:17
31093         Log: Add a new flag character 'm' to embed.pl set to represent
31094              "functions" which are really macros. Use it foe the troublesome
31095              sv_setsv() etc. macros in sv.h - changing latter to define
31096              sv_setsv rather than sv_setsv_macro etc.
31097      Branch: perlio
31098            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
31099            ! pod/perlapi.pod proto.h sv.h
31100 ____________________________________________________________________________
31101 [ 12523] By: nick                                  on 2001/10/20  09:17:17
31102         Log: Add comments explaining why win32.h/embed.h are included where they are
31103              in perl.h 
31104      Branch: perlio
31105            ! perl.h
31106 ____________________________________________________________________________
31107 [ 12522] By: nick                                  on 2001/10/20  08:27:44
31108         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
31109              being used yet.
31110      Branch: perlio
31111            ! win32/win32io.c
31112 ____________________________________________________________________________
31113 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
31114         Log: Wording tweaks.
31115      Branch: perl
31116            ! t/TEST
31117 ____________________________________________________________________________
31118 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
31119         Log: Subject: IO module with nonblocking socket connect patch 
31120              From: Raul Dias <raul@dias.com.br>
31121              Date: Fri, 19 Oct 2001 22:45:32 -0300
31122              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
31123      Branch: perl
31124            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
31125 ____________________________________________________________________________
31126 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
31127         Log: Test vertical whitespace combined with /x in \p{}.
31128      Branch: perl
31129            ! t/op/pat.t
31130 ____________________________________________________________________________
31131 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
31132         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
31133              From: Gisle Aas <gisle@ActiveState.com> 
31134              Date: 19 Oct 2001 16:46:02 -0700
31135              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
31136      Branch: perl
31137            ! lib/ExtUtils/MakeMaker.pm
31138 ____________________________________________________________________________
31139 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
31140         Log: No more this symbol.
31141      Branch: perl
31142            ! makedef.pl
31143 ____________________________________________________________________________
31144 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
31145         Log: Integrate change #12511; fix gross win32 build issues.
31146      Branch: perl
31147           !> makedef.pl sv.c
31148 ____________________________________________________________________________
31149 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
31150         Log: Unpack in scalar context should return the first value
31151              returned in list context, as pointed out by Ton Hospel
31152              in 2001-05-21 (this is how it works already in blead,
31153              just adding the test).
31154      Branch: perl
31155            ! t/op/pack.t
31156 ____________________________________________________________________________
31157 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
31158         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
31159              From: "Craig A. Berry" <craigberry@mac.com>
31160              Date: Fri, 19 Oct 2001 16:59:30 -0500
31161              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
31162      Branch: perl
31163            ! utils/perldoc.PL
31164 ____________________________________________________________________________
31165 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
31166         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
31167              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31168              Date: Fri, 19 Oct 2001 17:45:23 EDT
31169              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
31170      Branch: perl
31171            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
31172            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
31173            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
31174            ! vms/vmsish.h
31175 ____________________________________________________________________________
31176 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
31177         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
31178              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31179              Date: Fri, 19 Oct 2001 17:26:35 EDT
31180              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
31181      Branch: perl
31182            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
31183 ____________________________________________________________________________
31184 [ 12511] By: nick                                  on 2001/10/19  19:55:36
31185         Log: Fix gross win32 build issues
31186      Branch: perlio
31187            ! makedef.pl sv.c
31188 ____________________________________________________________________________
31189 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
31190         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
31191              From: David Dyck <dcd@tc.fluke.com>
31192              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
31193              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
31194      Branch: perl
31195            ! lib/File/Find.pm
31196 ____________________________________________________________________________
31197 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
31198         Log: Subject: Re: PerlIO and Encode
31199              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31200              Date: Tue, 16 Oct 2001 01:50:16 +0900
31201              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
31202      Branch: perl
31203            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
31204            ! ext/Encode/Encode/Tcl.t
31205 ____________________________________________________________________________
31206 [ 12508] By: ams                                   on 2001/10/19  17:59:16
31207         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
31208              (See #12499)
31209      Branch: perl
31210            ! pod/perlintro.pod
31211 ____________________________________________________________________________
31212 [ 12507] By: nick                                  on 2001/10/19  16:30:43
31213         Log: Integrate mainline
31214      Branch: perlio
31215           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31216           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31217           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31218           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31219           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31220           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31221           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31222           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
31223           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
31224           +> win32/config_H.win64
31225            - lib/Test/Utils.pm lib/unicore/mktables.PL
31226            - t/lib/Test/Simple/Catch/More.pm
31227           !> (integrate 84 files)
31228 ____________________________________________________________________________
31229 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
31230         Log: Retract the #10451 which seems to be the cause
31231              of the major leakage from while(){eval"sub{}"}
31232      Branch: perl
31233            ! op.c t/run/kill_perl.t
31234 ____________________________________________________________________________
31235 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
31236         Log: Regen toc.
31237      Branch: perl
31238            ! pod/perltoc.pod
31239 ____________________________________________________________________________
31240 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
31241         Log: Tiny tweaks.
31242      Branch: perl
31243            ! pod/perl.pod
31244 ____________________________________________________________________________
31245 [ 12503] By: ams                                   on 2001/10/19  13:34:24
31246         Log: Subject: Re: perlintro.pod
31247              From: Abe Timmerman <abe@ztreet.demon.nl>
31248              Date: Fri, 19 Oct 2001 14:12:40 +0200
31249              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
31250      Branch: perl
31251            ! pod/perlintro.pod
31252 ____________________________________________________________________________
31253 [ 12502] By: ams                                   on 2001/10/19  13:24:12
31254         Log: Slight reorganisation of references.
31255      Branch: perl
31256            ! pod/perl.pod
31257 ____________________________________________________________________________
31258 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
31259         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
31260              From: Kay Röpke <kroepke@dolphin-services.de>
31261              Date: Fri, 19 Oct 2001 14:04:01 +0200 
31262              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
31263      Branch: perl
31264            ! lib/ExtUtils/MakeMaker.pm
31265 ____________________________________________________________________________
31266 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
31267         Log: Unicode categories continue:
31268              implement Category=, Script=, Block=
31269              (these are based on an upcoming update of TR#18)
31270              Fix a bug where we got two In categories named "old italic",
31271              and another where shortcut for the Is categories wasn't taken.
31272      Branch: perl
31273            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
31274            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
31275            ! pod/perlunicode.pod t/op/pat.t
31276 ____________________________________________________________________________
31277 [ 12499] By: ams                                   on 2001/10/19  01:42:29
31278         Log: Subject: a small patch to perlintro.pod.
31279              From: Autrijus Tang <autrijus@autrijus.org>
31280              Date: Fri, 19 Oct 2001 01:45:51 +0800
31281              Message-Id: <20011019014551.A35625@not.autrijus.org>
31282              (Applied by hand with nits.)
31283      Branch: perl
31284            ! pod/perlintro.pod
31285 ____________________________________________________________________________
31286 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
31287         Log: Subject: [PATCH] OpenBSD hints for ithreads
31288              From: Andy Dougherty <doughera@lafayette.edu>
31289              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
31290              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
31291      Branch: perl
31292            ! hints/openbsd.sh
31293 ____________________________________________________________________________
31294 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
31295         Log: Retract #12446; the problem solved by #12474.
31296      Branch: perl
31297            ! hints/aix.sh
31298 ____________________________________________________________________________
31299 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
31300         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
31301              message and suppress line number info (from Steve Hay
31302              <Steve.Hay@uk.radan.com>)
31303      Branch: maint-5.6/perl
31304            ! lib/Carp/Heavy.pm
31305 ____________________________________________________________________________
31306 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
31307         Log: More documented In categories.
31308      Branch: perl
31309            ! pod/perlunicode.pod
31310 ____________________________________________________________________________
31311 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
31312         Log: Update Changes.
31313      Branch: perl
31314            ! Changes patchlevel.h
31315 ____________________________________________________________________________
31316 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
31317         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
31318      Branch: perl
31319            ! MANIFEST
31320 ____________________________________________________________________________
31321 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
31322         Log: Wrong skip() arguments.
31323      Branch: perl
31324            ! ext/B/t/terse.t
31325 ____________________________________________________________________________
31326 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
31327         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
31328              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31329              Date: Wed, 17 Oct 2001 09:10:53 EDT 
31330              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
31331      Branch: perl
31332            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
31333            ! pod/perlapi.pod vms/vms.c
31334 ____________________________________________________________________________
31335 [ 12490] By: ams                                   on 2001/10/18  09:31:00
31336         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
31337              From: Mark-Jason Dominus <mjd@plover.com>
31338              Date: Thu, 18 Oct 2001 06:25:35 -0400
31339              Message-Id: <20011018102535.19264.qmail@plover.com>
31340      Branch: perl
31341            ! pod/perl.pod
31342 ____________________________________________________________________________
31343 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
31344         Log: Prettyprinting.
31345      Branch: perl
31346            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
31347 ____________________________________________________________________________
31348 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
31349         Log: Regen toc.
31350      Branch: perl
31351            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31352 ____________________________________________________________________________
31353 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
31354         Log: Add perlintro, from Skud.
31355      Branch: perl
31356            + pod/perlintro.pod
31357            ! MANIFEST
31358 ____________________________________________________________________________
31359 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
31360         Log: FAQ sync.
31361      Branch: perl
31362            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
31363            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
31364            ! pod/perlfaq8.pod pod/perlfaq9.pod
31365 ____________________________________________________________________________
31366 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
31367         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
31368              in speed (upto 20% speedup in certain operations) but meanwhile
31369              regexps and arithmetics got slower (5-10%) (according to
31370              perlbench average speedup is negligible, and within measuring
31371              flutter, 1%).  Therefore retracting all the changes
31372              aimed at getting -std1 to compile cleanly:  #12475, #12476,
31373              #12479, #12480, #12481, #12482, #12483, #12484.
31374      Branch: perl
31375            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
31376            ! pp_hot.c pp_sys.c toke.c
31377 ____________________________________________________________________________
31378 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
31379         Log: (retracted by #12485)
31380              Strict ANSI doesn't like the third argument of main()
31381              so enable ignoring it if using ultra picky compiler.
31382      Branch: perl
31383            ! miniperlmain.c
31384 ____________________________________________________________________________
31385 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
31386         Log: (retracted by #12485)
31387              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
31388      Branch: perl
31389            ! perl.h
31390 ____________________________________________________________________________
31391 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
31392         Log: (retracted by #12485)
31393              Add explanatory comment.
31394      Branch: perl
31395            ! mg.c
31396 ____________________________________________________________________________
31397 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
31398         Log: (retracted by #12485)
31399              More dollar$hiding.
31400      Branch: perl
31401            ! doio.c perl.h pp_sys.c
31402 ____________________________________________________________________________
31403 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
31404         Log: (retracted by #12485)
31405              KISS.
31406      Branch: perl
31407            ! mg.c
31408 ____________________________________________________________________________
31409 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
31410         Log: (retracted by #12485)
31411              Thou shalt not #ifdef inside macro invocations,
31412              noticed by Rafael Garcia-Suarez.
31413      Branch: perl
31414            ! mg.c
31415 ____________________________________________________________________________
31416 [ 12478] By: ams                                   on 2001/10/17  18:50:55
31417         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
31418              From: Anton Berezin <tobez@tobez.org>
31419              Date: Wed, 17 Oct 2001 18:25:48 +0200
31420              Message-Id: <20011017182548.A12082@heechee.tobez.org>
31421      Branch: perl
31422            ! pp_sys.c
31423 ____________________________________________________________________________
31424 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
31425         Log: (retracted by #12485)
31426              Unterminated #ifdef.
31427      Branch: perl
31428            ! mg.c
31429 ____________________________________________________________________________
31430 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
31431         Log: (retracted by #12485)
31432              Avoid dollar signs in identifiers (in non-VMS) to
31433              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
31434      Branch: perl
31435            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
31436            ! toke.c
31437 ____________________________________________________________________________
31438 [ 12474] By: ams                                   on 2001/10/17  15:14:50
31439         Log: Subject: Two AIX patches
31440              From: H.Merijn Brand <h.m.brand@hccnet.nl>
31441              Date: Wed, 17 Oct 2001 18:04:35 +0200
31442              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
31443      Branch: perl
31444            ! hints/aix.sh makedef.pl
31445 ____________________________________________________________________________
31446 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
31447         Log: Limiting the Time::HiRes::sleep and usleep to
31448              one second is not a good policy if drop-in
31449              replacement is still a goal.
31450      Branch: perl
31451            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31452            ! ext/Time/HiRes/HiRes.xs
31453 ____________________________________________________________________________
31454 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
31455         Log: Subject: [PATCH] Test::Simple 0.32
31456              From: Michael G Schwern <schwern@pobox.com> 
31457              Date: Wed, 17 Oct 2001 03:42:41 -0400
31458              Message-ID: <20011017034241.A25038@blackrider>
31459      Branch: perl
31460            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31461            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31462            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31463            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31464            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31465            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31466            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
31467            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
31468            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
31469            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31470            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
31471            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31472            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31473            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
31474            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
31475            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
31476            ! t/lib/Test/Simple/Catch.pm
31477            ! t/lib/Test/Simple/sample_tests/five_fail.plx
31478 ____________________________________________________________________________
31479 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
31480         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
31481              From: Michael G Schwern <schwern@pobox.com> 
31482              Date: Wed, 17 Oct 2001 04:04:13 -0400
31483              Message-ID: <20011017040413.C25550@blackrider>
31484      Branch: perl
31485            ! t/TEST t/harness vms/test.com
31486 ____________________________________________________________________________
31487 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
31488         Log: Regen doc with perlmodstyle added.
31489      Branch: perl
31490            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31491 ____________________________________________________________________________
31492 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
31493         Log: Pod cleanup.
31494      Branch: perl
31495            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
31496 ____________________________________________________________________________
31497 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
31498         Log: Subject: perlmodstyle as a patch
31499              From: Kirrily Robert <skud@infotrope.net>
31500              Date: Tue, 16 Oct 2001 22:47:23 -0400
31501              Message-ID: <20011016224723.A20673@infotrope.net>
31502      Branch: perl
31503            + pod/perlmodstyle.pod
31504            ! MANIFEST
31505 ____________________________________________________________________________
31506 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
31507         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
31508              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
31509              Date: Thu, 6 Sep 2001 11:09:40 +0100
31510              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
31511              
31512              Mention also the develooper p5p archive.
31513      Branch: perl
31514            ! pod/perlhack.pod
31515 ____________________________________________________________________________
31516 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
31517         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
31518              From: Kay Röpke <kroepke@dolphin-services.de>
31519              Date: Tue, 16 Oct 2001 17:23:52 +0200
31520              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
31521      Branch: perl
31522            ! lib/ExtUtils/MakeMaker.pm
31523 ____________________________________________________________________________
31524 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
31525         Log: Add the special casing mappings (from SpecCase.txt)
31526              (except for the hyper special case mappings that have
31527              the condition list); the special casing mappings are
31528              unused for now.  Small tidying up on mktables.
31529      Branch: perl
31530            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31531            + lib/unicore/To/SpecUpper.pl
31532            ! lib/unicore/mktables
31533 ____________________________________________________________________________
31534 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
31535         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
31536              From: "David H. Adler" <dha@panix.com>       
31537              Date: Tue, 16 Oct 2001 11:59:35 -0400
31538              Message-ID: <20011016115935.A13078@panix.com>
31539              
31540              Subject: [ PATCH ] perldata patch, revised
31541              From: "David H. Adler" <dha@panix.com>     
31542              Date: Tue, 16 Oct 2001 18:26:49 -0400
31543              Message-ID: <20011016182649.C23970@panix.com>
31544      Branch: perl
31545            ! pod/perldata.pod pod/perlop.pod
31546 ____________________________________________________________________________
31547 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
31548         Log: Integrate perlio: PerlIO_dup (for all but Win32).
31549      Branch: perl
31550           !> embed.h embed.pl ext/Encode/Encode.xs
31551           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
31552           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31553           !> win32/win32io.c
31554 ____________________________________________________________________________
31555 [ 12462] By: nick                                  on 2001/10/16  19:11:30
31556         Log: PerlIOXxxx_dups for all but Win32
31557      Branch: perlio
31558            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31559            ! ext/PerlIO/Via/Via.xs
31560 ____________________________________________________________________________
31561 [ 12461] By: nick                                  on 2001/10/16  18:28:48
31562         Log: Implement PerlIOStdio_dup (explains core dumps - dup
31563              was not setting up a FILE * to be fclosed()).
31564      Branch: perlio
31565            ! perlio.c
31566 ____________________________________________________________________________
31567 [ 12460] By: nick                                  on 2001/10/16  17:31:47
31568         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
31569              overflow.
31570      Branch: perlio
31571            ! perlio.c
31572 ____________________________________________________________________________
31573 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
31574         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
31575              From: "Craig A. Berry" <craigberry@mac.com>
31576              Date: Tue, 16 Oct 2001 13:08:38 -0500
31577              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
31578      Branch: perl
31579            ! configure.com
31580 ____________________________________________________________________________
31581 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
31582         Log: Can't expect too much accuracy from a sleep of one second.
31583              (I think this will also fail with high load.)
31584      Branch: perl
31585            ! ext/Time/HiRes/HiRes.t
31586 ____________________________________________________________________________
31587 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
31588         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
31589              From: "Werner, Randolf" <randolf.werner@sap.com>
31590              Date: Tue, 16 Oct 2001 18:33:02 +0200
31591              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
31592      Branch: perl
31593            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
31594            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
31595 ____________________________________________________________________________
31596 [ 12456] By: nick                                  on 2001/10/16  14:08:16
31597         Log: Builds under ithreads (but fails all threads tests)
31598      Branch: perlio
31599            ! hv.c perlio.c sv.c
31600 ____________________________________________________________________________
31601 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
31602         Log: I think the Perl_sortsv needs *not* be skipped?
31603      Branch: perl
31604            ! makedef.pl
31605 ____________________________________________________________________________
31606 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
31607         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
31608              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31609              Date: Tue, 16 Oct 2001 15:32:44 +0200
31610              Message-ID: <3BCC531C.11494.3E433F@localhost>
31611      Branch: perl
31612            ! t/op/groups.t
31613 ____________________________________________________________________________
31614 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
31615         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
31616              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31617              Date: Tue, 16 Oct 2001 15:01:04 +0200
31618              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
31619      Branch: perl
31620            ! t/io/fs.t
31621 ____________________________________________________________________________
31622 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
31623         Log: A forgotten deletion.
31624      Branch: perl
31625            - lib/unicore/mktables.PL
31626 ____________________________________________________________________________
31627 [ 12451] By: nick                                  on 2001/10/16  11:32:48
31628         Log: Skeleton of "PerlIO_dup" coded.
31629              Still-passes all tests non-threaded (well it would wouldn't it!)
31630      Branch: perlio
31631            ! embed.h embed.pl ext/Encode/Encode.xs
31632            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
31633            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31634            ! win32/win32io.c
31635 ____________________________________________________________________________
31636 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
31637         Log: Document the problem with the swash_fetch() API that affects
31638              more complex case conversions.
31639      Branch: perl
31640            ! lib/utf8_heavy.pl utf8.c
31641 ____________________________________________________________________________
31642 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
31643         Log: Make Time::HiRes::sleep() and usleep() to return
31644              the number of seconds (a floating point value) and 
31645              microseconds (an integer) actually slept (well,
31646              modulo the time spent in measuring the time actually
31647              slept...), to be a better drop-in replacement for
31648              the builtin sleep().  Noticed by Chris Nandor.
31649              
31650              Also make usleep() to croak if fed illegal number
31651              of useconds (anything greater than 1_000_000).
31652      Branch: perl
31653            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31654            ! ext/Time/HiRes/HiRes.xs
31655 ____________________________________________________________________________
31656 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
31657         Log: A missing SvREFCNT_dec.
31658      Branch: perl
31659            ! perl.c
31660 ____________________________________________________________________________
31661 [ 12447] By: nick                                  on 2001/10/15  20:27:53
31662         Log: Beginings of PerlIO_dup support (unstable)
31663      Branch: perlio
31664            ! perlio.c perliol.h
31665 ____________________________________________________________________________
31666 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
31667         Log: (retracted by #12497)
31668              In AIX vac 5 just can't seem to get regcomp right.
31669      Branch: perl
31670            ! hints/aix.sh
31671 ____________________________________________________________________________
31672 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
31673         Log: Bump the version number to agree with the maintperl one.
31674      Branch: perl
31675            ! lib/Tie/RefHash.pm
31676 ____________________________________________________________________________
31677 [ 12444] By: nick                                  on 2001/10/15  15:59:57
31678         Log: Integrate mainline
31679      Branch: perlio
31680           +> lib/Math/BigInt/t/Math/Subclass.pm
31681           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31682           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
31683           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
31684           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
31685           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
31686           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
31687           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31688           +> lib/unicore/mktables
31689            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31690            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31691            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31692            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31693            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31694            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31695            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31696            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31697            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31698            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31699            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31700            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31701            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31702            - lib/unicore/syllables.txt
31703           !> (integrate 344 files)
31704 ____________________________________________________________________________
31705 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
31706         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
31707      Branch: perl
31708            ! ext/DB_File/DB_File.xs
31709 ____________________________________________________________________________
31710 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
31711         Log: Sync the skip() amounts with the number of tests.
31712      Branch: perl
31713            ! lib/Term/Complete.t
31714 ____________________________________________________________________________
31715 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
31716         Log: Update Changes.
31717      Branch: perl
31718            ! Changes patchlevel.h
31719 ____________________________________________________________________________
31720 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
31721         Log: MacOS Classic catdir() rewrite from Thomas Wegner
31722              (backward incompatibility, but a deliberate one,
31723              the old version simply is broken in its logic),
31724              also documentation updates, and as suggested replicated
31725              the File::Spec::Unix documentation updates also on the
31726              File::Spec documentation.
31727              
31728              TODO: there seems to be duplication of documentation
31729              between File::Spec and File::Spec::Unix.  I think
31730              the ::Unix should be left only with specific UNIXisms,
31731              and all the generic documentation should be in ::Spec.
31732      Branch: perl
31733            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
31734            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
31735            ! lib/File/Spec/Unix.pm
31736 ____________________________________________________________________________
31737 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
31738         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
31739              From: Blair Zajac <blair@orcaware.com>
31740              Date: Mon, 24 Sep 2001 11:48:58 -0700
31741              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
31742              
31743              (the skip() messages)
31744      Branch: perl
31745            ! t/op/magic.t
31746 ____________________________________________________________________________
31747 [ 12438] By: ams                                   on 2001/10/14  23:43:59
31748         Log: Subject: [PATCH] make PerlIO default on VMS
31749              From: "Craig A. Berry" <craigberry@mac.com>
31750              Date: Sun, 14 Oct 2001 15:27:18 -0500
31751              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
31752      Branch: perl
31753            ! configure.com
31754 ____________________________________________________________________________
31755 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
31756         Log: Retract #12436 (Abhijit already did this at #12426)
31757      Branch: perl
31758            ! lib/ExtUtils/MM_Unix.pm
31759 ____________________________________________________________________________
31760 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
31761         Log: (retracted by #12437)
31762              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
31763              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
31764              Date: Sat, 13 Oct 2001 20:33:55 +0200
31765              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
31766      Branch: perl
31767            ! lib/ExtUtils/MM_Unix.pm
31768 ____________________________________________________________________________
31769 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
31770         Log: Subject: h2xs grammar nit
31771              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31772              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
31773              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
31774      Branch: perl
31775            ! utils/h2xs.PL
31776 ____________________________________________________________________________
31777 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
31778         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
31779              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31780              Date: Sun, 14 Oct 2001 11:25:08 +0100
31781              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
31782      Branch: perl
31783            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
31784            ! warnings.pl
31785 ____________________________________________________________________________
31786 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
31787         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
31788              for File::Spec::Mac::catfile)
31789      Branch: perl
31790            ! lib/h2xs.t
31791 ____________________________________________________________________________
31792 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
31793         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
31794              From: Nicholas Clark <nick@ccl4.org>
31795              Date: Sat, 13 Oct 2001 00:07:31 +0100
31796              Message-ID: <20011013000731.D67535@plum.flirble.org>
31797      Branch: perl
31798            ! lib/h2xs.t utils/h2xs.PL
31799 ____________________________________________________________________________
31800 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
31801         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
31802              before DEFINE and INC), and repent by taking DEFINE and
31803              INC away from PASTHRU.
31804      Branch: perl
31805            ! lib/ExtUtils/MM_Unix.pm
31806 ____________________________________________________________________________
31807 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
31808         Log: More MANIFEST anomalies.
31809      Branch: perl
31810            ! MANIFEST
31811 ____________________________________________________________________________
31812 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
31813         Log: Not that many.
31814      Branch: perl
31815            ! MANIFEST
31816 ____________________________________________________________________________
31817 [ 12428] By: sky                                   on 2001/10/13  20:59:27
31818         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
31819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31820              Date: Sat, 13 Oct 2001 23:15:55 +0200
31821              Message-ID: <20011013231555.A18071@rafael>
31822      Branch: perl
31823            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
31824            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
31825 ____________________________________________________________________________
31826 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
31827         Log: Rewrite mktables from scratch.
31828              - Cleaner.
31829              - Faster: 15-20 seconds as opposed to several minutes.
31830              - More dynamic: the names of the various categories
31831              such as the linebreak ones are dynamic, not static.
31832              - Is.pl: long names for the general category properties
31833              are now available.
31834              - Ranges (<... ,First>, <..., Last>) from the general
31835              categories work now.
31836              - No more mktables.PL because the mktables.PL is not
31837              and never has been run to create a mktables.
31838              - syllables.txt and Is/Syl*.pl removed: non-standard
31839              (not part of the Unicode), and the whole concept is
31840              being reworked (http://syllabary.sourceforge.net/),
31841              the old way wouldn't even work with the new Syllables.txt
31842              (it would result in 1000+ new categories)
31843      Branch: perl
31844            + lib/unicore/In/163.pl lib/unicore/In/164.pl
31845            + lib/unicore/In/165.pl lib/unicore/In/166.pl
31846            + lib/unicore/In/167.pl lib/unicore/In/168.pl
31847            + lib/unicore/In/169.pl lib/unicore/In/170.pl
31848            + lib/unicore/In/171.pl lib/unicore/Is.pl
31849            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31850            + lib/unicore/mktables
31851            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31852            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31853            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31854            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31855            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31856            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31857            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31858            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31859            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31860            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31861            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31862            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31863            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31864            - lib/unicore/syllables.txt
31865            ! (edit 304 files)
31866 ____________________________________________________________________________
31867 [ 12426] By: ams                                   on 2001/10/13  18:05:36
31868         Log: ExtUtils::MM_Unix should ignore comments when searching for
31869              $VERSION.
31870      Branch: perl
31871            ! lib/ExtUtils/MM_Unix.pm
31872 ____________________________________________________________________________
31873 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
31874         Log: Subject: Re: New module XML::Clean
31875              From: andreas.koenig@anima.de (Andreas J. Koenig)
31876              Date: 13 Oct 2001 10:17:09 +0200
31877              Message-ID: <m37ku0t0my.fsf@anima.de>
31878      Branch: perl
31879            ! pod/perlnewmod.pod
31880 ____________________________________________________________________________
31881 [ 12424] By: sky                                   on 2001/10/13  09:39:59
31882         Log: Set thread stack size if needed.
31883      Branch: perl
31884            ! ext/threads/threads.xs
31885 ____________________________________________________________________________
31886 [ 12423] By: sky                                   on 2001/10/13  09:36:49
31887         Log: We do want to set the attribute to joinable even on modern posix
31888              platforms.
31889      Branch: perl
31890            ! ext/threads/threads.xs
31891 ____________________________________________________________________________
31892 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
31893         Log: Subject: [PATCH ext/Data/Dumper.xs]
31894              From: Brian Ingerson <ingy@ttul.org>
31895              Date: Fri, 12 Oct 2001 19:32:35 -0700
31896              Message-ID: <20011012193235.B889@ttul.org>
31897      Branch: perl
31898            ! ext/Data/Dumper/Dumper.xs
31899 ____________________________________________________________________________
31900 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
31901         Log: Update Changes.
31902      Branch: perl
31903            ! Changes patchlevel.h
31904 ____________________________________________________________________________
31905 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
31906         Log: FAQ sync.
31907      Branch: perl
31908            ! pod/perlfaq3.pod pod/perlfaq4.pod
31909 ____________________________________________________________________________
31910 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
31911         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
31912              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
31913              Date: Fri, 12 Oct 2001 11:51:05 -0700
31914              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
31915      Branch: perl
31916            ! lib/File/Copy.pm
31917 ____________________________________________________________________________
31918 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
31919         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
31920              From: "chromatic" <chromatic@rmci.net>     
31921              Date: Thu, 11 Oct 2001 10:57:55 -0600
31922              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
31923              
31924              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
31925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31926              Date: Thu, 11 Oct 2001 22:34:21 +0200
31927              Message-ID: <20011011223421.A693@rafael>     
31928              
31929              plus undef $Term::Complete::stty as suggested by Rafael.
31930      Branch: perl
31931            ! lib/Term/Complete.pm lib/Term/Complete.t
31932 ____________________________________________________________________________
31933 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
31934         Log: UUnndduupplleexx..
31935      Branch: perl
31936            ! perl.h
31937 ____________________________________________________________________________
31938 [ 12416] By: sky                                   on 2001/10/12  20:16:19
31939         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
31940              From: Andy Dougherty <doughera@lafayette.edu>
31941              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
31942              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
31943              (Potentially only band-aid)
31944      Branch: perl
31945            ! sv.c
31946 ____________________________________________________________________________
31947 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
31948         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
31949              mishandles kill(), and therefore the sigaction test
31950              should be skipped, from Charles Lane.
31951      Branch: perl
31952            ! ext/POSIX/t/sigaction.t
31953 ____________________________________________________________________________
31954 [ 12414] By: sky                                   on 2001/10/12  18:47:49
31955         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
31956      Branch: perl
31957            ! op.h
31958 ____________________________________________________________________________
31959 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
31960         Log: Upgrade to Math::BigInt 1.44 from Tels and
31961              further fixes from John Peacock.
31962      Branch: perl
31963            + lib/Math/BigInt/t/Math/Subclass.pm
31964            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31965            + lib/Math/BigInt/t/subclass.t
31966            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31967            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31968            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31969            ! lib/Math/BigInt/t/mbimbf.t
31970 ____________________________________________________________________________
31971 [ 12412] By: sky                                   on 2001/10/12  18:28:23
31972         Log: perhaps pthread_attr_t really needs to be set for the old api
31973      Branch: perl
31974            ! ext/threads/threads.xs
31975 ____________________________________________________________________________
31976 [ 12411] By: sky                                   on 2001/10/12  18:11:45
31977         Log: pthread_keycreate not pthread_key_create under the here be dragons API
31978      Branch: perl
31979            ! ext/threads/threads.h
31980 ____________________________________________________________________________
31981 [ 12410] By: sky                                   on 2001/10/12  18:07:37
31982         Log: Apperently OLD PTHREADS API is a bit retarded.
31983              This should fix another set of compile failures in HP-UX 10.20.
31984      Branch: perl
31985            ! ext/threads/threads.h ext/threads/threads.xs
31986 ____________________________________________________________________________
31987 [ 12409] By: nick                                  on 2001/10/12  15:30:01
31988         Log: Blind integrate of mainline
31989      Branch: perlio
31990           +> (branch 32 files)
31991            - lib/unicode/README
31992           !> (integrate 121 files)
31993 ____________________________________________________________________________
31994 [ 12408] By: sky                                   on 2001/10/12  14:55:08
31995         Log: Let us avoid being smart for now.
31996      Branch: perl
31997            ! ext/threads/threads.h
31998 ____________________________________________________________________________
31999 [ 12407] By: sky                                   on 2001/10/12  14:38:12
32000         Log: (void*) the argument to make sure we work with picky compilers
32001      Branch: perl
32002            ! ext/threads/threads.xs
32003 ____________________________________________________________________________
32004 [ 12406] By: ams                                   on 2001/10/12  13:26:04
32005         Log: (replaced with #12600)
32006              
32007              Subject: [PATCH 5.6.1 perldoc] use File::Temp
32008              From: Mikhail Zabaluev <mhz@alt-linux.org>
32009              Date: Fri, 12 Oct 2001 12:47:47 +0400
32010              Message-Id: <20011012124747.E13918@localhost.localdomain>
32011      Branch: perl
32012            ! utils/perldoc.PL
32013 ____________________________________________________________________________
32014 [ 12405] By: ams                                   on 2001/10/12  13:05:32
32015         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
32016              From: andreas.koenig@anima.de (Andreas J. Koenig)
32017              Date: 12 Oct 2001 11:12:07 +0200
32018              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
32019      Branch: perl
32020            ! lib/Memoize/t/speed.t
32021 ____________________________________________________________________________
32022 [ 12404] By: sky                                   on 2001/10/12  12:46:15
32023         Log: A) Support OLD_PTHREADS_API
32024              B) Change from using pthread_t to using a TLS to store the
32025              index of the thread in an hash, this is to avoid problems when
32026              in fact pthread_t was not a seralizable type.
32027              Both these changes are because of HP-UX 10.20
32028              This has not been tested on win32 but should work there.
32029              Need to add support for NetWare.
32030      Branch: perl
32031            ! ext/threads/threads.h ext/threads/threads.xs
32032 ____________________________________________________________________________
32033 [ 12403] By: ams                                   on 2001/10/12  07:34:19
32034         Log: Subject: Re: New module XML::Clean
32035              From: andreas.koenig@anima.de (Andreas J. Koenig)
32036              Date: 12 Oct 2001 10:20:35 +0200
32037              Message-Id: <m3elo9uv58.fsf@anima.de>
32038      Branch: perl
32039            ! pod/perlnewmod.pod
32040 ____________________________________________________________________________
32041 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
32042         Log: More HP model tweaks from Merijn.
32043      Branch: perl
32044            ! README.hpux
32045 ____________________________________________________________________________
32046 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
32047         Log: Update Changes.
32048      Branch: perl
32049            ! Changes patchlevel.h
32050 ____________________________________________________________________________
32051 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
32052         Log: HP-UX update from H.Merijn Brand.
32053      Branch: perl
32054            ! README.hpux
32055 ____________________________________________________________________________
32056 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
32057         Log: Subject: [PATCH] fix link rot in README.vms
32058              From: "Craig A. Berry" <craigberry@mac.com>
32059              Date: Wed, 10 Oct 2001 17:17:00 -0500
32060              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
32061      Branch: perl
32062            ! README.vms
32063 ____________________________________________________________________________
32064 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
32065         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
32066              From: "chromatic" <chromatic@rmci.net>
32067              Date: Wed, 10 Oct 2001 15:50:30 -0600
32068              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
32069      Branch: perl
32070            ! lib/Term/Complete.t
32071 ____________________________________________________________________________
32072 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
32073         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
32074              From: "chromatic" <chromatic@rmci.net>
32075              Date: Wed, 10 Oct 2001 15:45:42 -0600
32076              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
32077      Branch: perl
32078            + lib/ExtUtils/Packlist.t
32079            ! MANIFEST
32080 ____________________________________________________________________________
32081 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
32082         Log: VMS needs quotes around the -I option to keep it from
32083              being downcased, from Charles Lane.
32084      Branch: perl
32085            ! t/run/kill_perl.t
32086 ____________________________________________________________________________
32087 [ 12395] By: ams                                   on 2001/10/10  16:22:32
32088         Log: Subject: [PATCH lib/FindBin.pm]
32089              From: Stas Bekman <stas@stason.org>
32090              Date: Tue, 09 Oct 2001 23:57:10 +0800
32091              Message-Id: <3BC31E56.60805@stason.org>
32092      Branch: perl
32093            ! lib/FindBin.pm
32094 ____________________________________________________________________________
32095 [ 12394] By: ams                                   on 2001/10/10  16:09:53
32096         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
32097              From: Abhijit Menon-Sen <ams@wiw.org>
32098              Date: Wed, 10 Oct 2001 21:59:33 +0530
32099              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
32100      Branch: perl
32101            ! ext/Data/Dumper/Dumper.xs
32102 ____________________________________________________________________________
32103 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
32104         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
32105              from Charles Lane.
32106      Branch: perl
32107            ! lib/File/Spec/VMS.pm
32108 ____________________________________________________________________________
32109 [ 12392] By: ams                                   on 2001/10/10  14:49:43
32110         Log: Subject: [PATCH] two s/// bugfixes
32111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32112              Date: Wed, 10 Oct 2001 17:23:44 +0200
32113              Message-Id: <20011010172344.C22440@rafael>
32114      Branch: perl
32115            ! pp_ctl.c regexec.c t/op/subst.t
32116 ____________________________________________________________________________
32117 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
32118         Log: Fix/improve handling of the [000000] special "root"
32119              directory, by putting cwd in canonical form when doing
32120              abs2rel, and prepending a 000000 to directory "chunks"
32121              if missing from base or path.  Also adjust test to
32122              reflect the (improved) output from abs2rel.
32123              From Charles Lane.
32124      Branch: perl
32125            ! lib/File/Spec.t lib/File/Spec/VMS.pm
32126 ____________________________________________________________________________
32127 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
32128         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
32129              all of the extra VMSish attributes (such as "treat this logical
32130              as a device name") that are necessary to make programs run.
32131              A tainted %ENV does not hinder VMS.  From Charles Lane.
32132      Branch: perl
32133            ! lib/File/Find/t/taint.t
32134 ____________________________________________________________________________
32135 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
32136         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
32137              
32138              o  VMS is case-insensitive, RTL downcases filenames read
32139              by perl... so need to re-upcase filenames like MANIFEST
32140              and MANIFEST.SKIP
32141              
32142              o  Need to convert VMS-style to Unix-style filenames when comparing
32143              names in MANIFEST to names in filesystem.
32144              
32145              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
32146              since VMS won't let you (easily) delete non-empty directories.
32147              
32148              From Charles Lane.
32149      Branch: perl
32150            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
32151 ____________________________________________________________________________
32152 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
32153         Log: Unix and VMS agree on "*" as a "match any number of any chars"
32154              wildcards, but differ ("?"  vs.  "%") for their "match any single
32155              char" wildcard.  This patch changes "?"  chars to "%" before doing a
32156              VMS glob...at no loss of functionality, since "?"  isn't a valid
32157              filename char on VMS.  From Charles Lane.
32158      Branch: perl
32159            ! doio.c
32160 ____________________________________________________________________________
32161 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
32162         Log: (accidentally empty submit; new life as #12390)
32163      Branch: perl
32164            ! lib/File/Find/t/taint.t
32165 ____________________________________________________________________________
32166 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
32167         Log: Even more VMS tweakage from Charles Lane:
32168              
32169              Tweak #1:  splitdir only works on directory part of filespec,
32170              split off volume first
32171              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
32172              (it's a horrible kludge in the run-time library,
32173              improved in later versions). Check the
32174              $Config{'d_setenv'} flag before attempting to set it.
32175      Branch: perl
32176            ! t/op/chdir.t
32177 ____________________________________________________________________________
32178 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
32179         Log: VMS tweakage from Charles Lane.
32180              
32181              . command.com doubles an output line when prompting for extensions
32182              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
32183              . perl5db doesn't clean up after itself
32184      Branch: perl
32185            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
32186 ____________________________________________________________________________
32187 [ 12384] By: sky                                   on 2001/10/09  19:16:11
32188         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32190              Date: Tue, 9 Oct 2001 22:10:26 +0200
32191              Message-ID: <20011009221026.A8579@rafael>
32192      Branch: perl
32193            ! pod/perldata.pod
32194 ____________________________________________________________________________
32195 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
32196         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
32197              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32198              Date: 9 Oct 2001 15:15:06 -0000
32199              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
32200      Branch: perl
32201            ! t/op/subst.t
32202 ____________________________________________________________________________
32203 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
32204         Log: Update Changes.
32205      Branch: perl
32206            ! Changes patchlevel.h
32207 ____________________________________________________________________________
32208 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
32209         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
32210              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
32211              when a NULL is passed for the filename string pointer.
32212              From Charles Lane.
32213      Branch: perl
32214            ! vms/vms.c
32215 ____________________________________________________________________________
32216 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
32217         Log: Subject: HP systems update
32218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32219              Date: Tue, 09 Oct 2001 15:59:22 +0200
32220              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
32221      Branch: perl
32222            ! README.hpux
32223 ____________________________________________________________________________
32224 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
32225         Log: CPAN::Nox does now have a test.
32226      Branch: perl
32227            ! t/lib/1_compile.t
32228 ____________________________________________________________________________
32229 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
32230         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
32231              From: David Dyck <dcd@tc.fluke.com>
32232              Date: Mon, 1 Oct 2001 12:17:36 -0700
32233              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
32234      Branch: perl
32235            ! installperl
32236 ____________________________________________________________________________
32237 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
32238         Log: NetWare update from Ananth Kesari.
32239      Branch: perl
32240            ! NetWare/nwperlsys.h makedef.pl
32241 ____________________________________________________________________________
32242 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
32243         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
32244              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32245              Date: Tue, 9 Oct 2001 08:40:57 EDT
32246              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
32247      Branch: perl
32248            ! lib/File/Find/t/find.t
32249 ____________________________________________________________________________
32250 [ 12374] By: ams                                   on 2001/10/09  05:31:45
32251         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
32252              ExtUtils::Mkbootstrap
32253              From: "chromatic" <chromatic@rmci.net>
32254              Date: Tue, 09 Oct 2001 00:08:37 -0600
32255              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
32256      Branch: perl
32257            + lib/ExtUtils/Mkbootstrap.t
32258            ! MANIFEST
32259 ____________________________________________________________________________
32260 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
32261         Log: Enable more debugging.
32262      Branch: perl
32263            ! lib/utf8_heavy.pl
32264 ____________________________________________________________________________
32265 [ 12372] By: ams                                   on 2001/10/09  02:11:59
32266         Log: #12370 forgot to modify is_gv_magical().
32267      Branch: perl
32268            ! gv.c
32269 ____________________________________________________________________________
32270 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
32271         Log: Make the toupper/lower/title API for Unicode not right
32272              but at least less wrong: prepare for the mapping being
32273              more than just one-character-to-one-character.
32274      Branch: perl
32275            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
32276            ! regexec.c utf8.c
32277 ____________________________________________________________________________
32278 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
32279         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
32280              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32281              Date: Mon, 8 Oct 2001 22:18:23 -0400
32282              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
32283      Branch: perl
32284            ! pod/perlvar.pod t/op/taint.t
32285 ____________________________________________________________________________
32286 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
32287         Log: FAQ sync.
32288      Branch: perl
32289            ! pod/perlfaq3.pod pod/perlfaq4.pod
32290 ____________________________________________________________________________
32291 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
32292         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
32293              From: "chromatic" <chromatic@rmci.net>
32294              Date: Mon, 08 Oct 2001 14:05:32 -0600
32295              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
32296      Branch: perl
32297            ! lib/Term/Cap.t
32298 ____________________________________________________________________________
32299 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
32300         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32301              From: Michael G Schwern <schwern@pobox.com>
32302              Date: Mon, 8 Oct 2001 17:00:14 -0400
32303              Message-ID: <20011008170014.L17083@blackrider>
32304      Branch: perl
32305            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
32306 ____________________________________________________________________________
32307 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
32308         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
32309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32310              Date: Mon, 8 Oct 2001 16:01:33 EDT
32311              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
32312      Branch: perl
32313            ! ext/Time/HiRes/HiRes.xs
32314 ____________________________________________________________________________
32315 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
32316         Log: Subject: [PATCH] Autosplit patch for VMS
32317              From: "Craig A. Berry" <craigberry@mac.com>
32318              Date: Mon, 08 Oct 2001 15:40:43 -0500
32319              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
32320      Branch: perl
32321            ! lib/AutoSplit.pm lib/AutoSplit.t
32322 ____________________________________________________________________________
32323 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
32324         Log: Don't assume that everybody is running OS X 10.1 yet;
32325              from Kay Röpke.
32326      Branch: perl
32327            ! hints/darwin.sh
32328 ____________________________________________________________________________
32329 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
32330         Log: Update Changes.
32331      Branch: perl
32332            ! Changes patchlevel.h
32333 ____________________________________________________________________________
32334 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
32335         Log: Retract #12358 for now.
32336      Branch: perl
32337            ! lib/Term/Cap.t
32338 ____________________________________________________________________________
32339 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
32340         Log: Can't figure out what this is testing.
32341              (If it is trying to catch SIGKILL, it should stop
32342              trying because that is by definition impossible.)
32343      Branch: perl
32344            ! lib/sigtrap.t
32345 ____________________________________________________________________________
32346 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
32347         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
32348              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
32349              Date: Sun, 30 Sep 2001 21:15:13 +0200
32350              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
32351      Branch: perl
32352            ! lib/ExtUtils/MM_Win32.pm
32353 ____________________________________________________________________________
32354 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
32355         Log: Clarify the ldlibpth part and condense the overall text.
32356      Branch: perl
32357            ! t/TEST
32358 ____________________________________________________________________________
32359 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
32360         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
32361              From: "chromatic" <chromatic@rmci.net>
32362              Date: Sun, 07 Oct 2001 16:59:26 -0600
32363              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
32364      Branch: perl
32365            ! lib/Term/Cap.t
32366 ____________________________________________________________________________
32367 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
32368         Log: Update the list because fo #12265.
32369      Branch: perl
32370            ! t/lib/1_compile.t
32371 ____________________________________________________________________________
32372 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
32373         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
32374              From: Nicholas Clark <nick@ccl4.org>
32375              Date: Sun, 7 Oct 2001 20:53:33 +0100
32376              Message-ID: <20011007205333.S38756@plum.flirble.org>   
32377      Branch: perl
32378            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
32379            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32380            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
32381            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
32382            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
32383            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
32384            ! lib/Switch/t/switch.t lib/Term/Complete.t
32385            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
32386            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
32387            ! t/op/my_stash.t
32388 ____________________________________________________________________________
32389 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
32390         Log: Integrate patch #12350 from maintperl; typo in
32391              IO::Seekable doc.
32392      Branch: perl
32393           !> ext/IO/lib/IO/Seekable.pm
32394 ____________________________________________________________________________
32395 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
32396         Log: Detypo.
32397      Branch: perl
32398            ! hints/darwin.sh
32399 ____________________________________________________________________________
32400 [ 12353] By: sky                                   on 2001/10/07  17:16:14
32401         Log: Change 12349 didn't really get it right.
32402      Branch: perl
32403            ! lib/Unicode/README
32404 ____________________________________________________________________________
32405 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
32406         Log: If running the harness the dynamic library search path
32407              may need setting.
32408      Branch: perl
32409            ! t/TEST
32410 ____________________________________________________________________________
32411 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
32412         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
32413              in ldflags.
32414      Branch: perl
32415            ! hints/darwin.sh
32416 ____________________________________________________________________________
32417 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
32418         Log: typo in IO::Seekable doc
32419      Branch: maint-5.6/perl
32420            ! ext/IO/lib/IO/Seekable.pm
32421 ____________________________________________________________________________
32422 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
32423         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
32424              doesn't work on Mac OS X 10.1 (when unpacking the tar the
32425              latter gets renamed as lib/unicode:1, assumedly for security
32426              reasons not to overwrite stuff)
32427      Branch: perl
32428            + lib/Unicode/README
32429            - lib/unicode/README
32430            ! MANIFEST
32431 ____________________________________________________________________________
32432 [ 12348] By: ams                                   on 2001/10/07  05:33:40
32433         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
32434              From: "chromatic" <chromatic@rmci.net>
32435              Date: Sat, 06 Oct 2001 21:42:03 -0600
32436              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
32437      Branch: perl
32438            + lib/CPAN/t/Nox.t
32439            ! MANIFEST
32440 ____________________________________________________________________________
32441 [ 12347] By: ams                                   on 2001/10/07  00:48:10
32442         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
32443              From: "chromatic" <chromatic@rmci.net>
32444              Date: Sat, 06 Oct 2001 18:52:10 -0600
32445              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
32446      Branch: perl
32447            + lib/sigtrap.t
32448            ! MANIFEST
32449 ____________________________________________________________________________
32450 [ 12346] By: ams                                   on 2001/10/06  23:14:01
32451         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
32452              h2xs write?)
32453              From: Nicholas Clark <nick@ccl4.org>
32454              Date: Sat, 6 Oct 2001 21:46:43 +0100
32455              Message-Id: <20011006214643.L38756@plum.flirble.org>
32456      Branch: perl
32457            ! utils/h2xs.PL
32458 ____________________________________________________________________________
32459 [ 12345] By: ams                                   on 2001/10/06  17:39:53
32460         Log: Subject: [PATCH] Memoize tests
32461              From: Nicholas Clark <nick@ccl4.org>
32462              Date: Sat, 6 Oct 2001 18:04:21 +0100
32463              Message-Id: <20011006180421.J38756@plum.flirble.org>
32464      Branch: perl
32465            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
32466            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
32467            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
32468            ! lib/Memoize/t/expire_module_n.t
32469            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
32470            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
32471            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
32472            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
32473            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
32474            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
32475 ____________________________________________________________________________
32476 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
32477         Log: Retract the latter part of #12343.
32478      Branch: perl
32479            ! ext/IO/lib/IO/Socket/INET.pm
32480 ____________________________________________________________________________
32481 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
32482         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32483              From: David Dyck <dcd@tc.fluke.com>
32484              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
32485              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
32486              
32487              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32488              From: David Dyck <dcd@tc.fluke.com>
32489              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
32490              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
32491      Branch: perl
32492            ! ext/IO/lib/IO/Socket/INET.pm
32493 ____________________________________________________________________________
32494 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
32495         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
32496              From: Robin Barker <rmb1@cise.npl.co.uk>
32497              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
32498              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
32499      Branch: perl
32500            ! t/TEST
32501 ____________________________________________________________________________
32502 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
32503         Log: Don't assume that %x is good for displaying UVs.
32504      Branch: perl
32505            ! dump.c
32506 ____________________________________________________________________________
32507 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
32508         Log: Update Changes.
32509      Branch: perl
32510            ! Changes patchlevel.h
32511 ____________________________________________________________________________
32512 [ 12339] By: ams                                   on 2001/10/05  10:22:34
32513         Log: Subject: [PATCH] perlfunc/select
32514              From: Nicholas Clark <nick@ccl4.org>
32515              Date: Fri, 5 Oct 2001 11:33:58 +0100
32516              Message-Id: <20011005113358.Z38756@plum.flirble.org>
32517      Branch: perl
32518            ! pod/perlfunc.pod
32519 ____________________________________________________________________________
32520 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
32521         Log: Retract #12313 and #12249.
32522      Branch: perl
32523            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32524            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
32525            ! pod/perlebcdic.pod
32526 ____________________________________________________________________________
32527 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
32528         Log: Subject: [PATCH] perlvms.pod update
32529              From: "Craig A. Berry" <craigberry@mac.com>
32530              Date: Thu, 04 Oct 2001 12:55:52 -0500
32531              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
32532      Branch: perl
32533            ! vms/perlvms.pod
32534 ____________________________________________________________________________
32535 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
32536         Log: Subject: PATCH: Tie::SubstrHash
32537              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
32538              Date: Thu, 04 Oct 2001 12:12:41 +0100
32539              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
32540      Branch: perl
32541            ! lib/Tie/SubstrHash.pm
32542 ____________________________________________________________________________
32543 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
32544         Log: Unicode properties saga continues.
32545      Branch: perl
32546            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
32547            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
32548 ____________________________________________________________________________
32549 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
32550         Log: Yet more Unicode properties.
32551      Branch: perl
32552            + lib/unicore/In/137.pl lib/unicore/In/138.pl
32553            + lib/unicore/In/139.pl lib/unicore/In/140.pl
32554            + lib/unicore/In/141.pl lib/unicore/In/142.pl
32555            + lib/unicore/In/143.pl lib/unicore/In/144.pl
32556            + lib/unicore/In/145.pl lib/unicore/In/146.pl
32557            + lib/unicore/In/147.pl lib/unicore/In/148.pl
32558            + lib/unicore/In/149.pl lib/unicore/In/150.pl
32559            + lib/unicore/In/151.pl lib/unicore/In/152.pl
32560            + lib/unicore/In/153.pl lib/unicore/In/154.pl
32561            + lib/unicore/In/155.pl lib/unicore/In/156.pl
32562            + lib/unicore/In/157.pl lib/unicore/In/158.pl
32563            + lib/unicore/In/159.pl lib/unicore/In/160.pl
32564            + lib/unicore/In/161.pl lib/unicore/In/162.pl
32565            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
32566            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
32567            ! pod/perlunicode.pod
32568 ____________________________________________________________________________
32569 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
32570         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
32571              From: "Craig A. Berry" <craigberry@mac.com>
32572              Date: Wed, 03 Oct 2001 17:45:25 -0500
32573              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
32574              
32575              (the lib/Term/Complete.t patched differently by #12332)
32576      Branch: perl
32577            ! lib/ExtUtils/Command.t
32578 ____________________________________________________________________________
32579 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
32580         Log: Restore only if something to restore.
32581      Branch: perl
32582            ! lib/Term/Complete.t
32583 ____________________________________________________________________________
32584 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
32585         Log: Update various resources for credits,
32586              minor icons fixes, and versions.
32587      Branch: maint-5.6/macperl
32588            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
32589            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
32590            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
32591 ____________________________________________________________________________
32592 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
32593         Log: Quiet the warnings about using undef value
32594      Branch: maint-5.6/macperl
32595            ! lib/File/Temp.pm
32596 ____________________________________________________________________________
32597 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
32598         Log: Fix up Ballon Help and Help menu docs (first pass);
32599              remove balloon rez file, and autogenerate with
32600              Balloon2Rez instead.
32601      Branch: maint-5.6/macperl
32602            + macos/macperl/macscripts/Balloon2Rez
32603            - macos/macperl/MPBalloons.r
32604            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
32605 ____________________________________________________________________________
32606 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
32607         Log: Allow overriding of defaults, for change #12327.
32608      Branch: maint-5.6/macperl
32609            ! perl.h
32610 ____________________________________________________________________________
32611 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
32612         Log: Override PerlProc_exit.
32613      Branch: maint-5.6/macperl
32614            ! macos/macish.h
32615 ____________________________________________________________________________
32616 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
32617         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
32618      Branch: maint-5.6/macperl
32619            + macos/bundled_lib/blib/lib/MD5.pm
32620            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
32621            + macos/lib/Mac/AETE/Dialect.pm
32622            + macos/lib/Mac/AETE/Format/Converter.pm
32623            + macos/lib/Mac/AETE/Format/Dictionary.pm
32624            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
32625            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
32626            + macos/lib/Mac/Toolbox.pod
32627            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
32628 ____________________________________________________________________________
32629 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
32630         Log: Sync up silly CVS headers ... I should commit CVS
32631              first to avoid this ...
32632      Branch: maint-5.6/macperl
32633            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
32634            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
32635            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
32636            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
32637 ____________________________________________________________________________
32638 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
32639         Log: Fix Matthias' address, and attributions.
32640      Branch: maint-5.6/macperl
32641            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
32642            ! pod/perlport.pod
32643 ____________________________________________________________________________
32644 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
32645         Log: Fix Matthias' address, and attributions.
32646      Branch: maint-5.6/macperl
32647            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
32648            ! macos/ext/Mac/Components/Components.pm
32649            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
32650            ! macos/ext/Mac/Dialogs/Dialogs.pm
32651            ! macos/ext/Mac/Events/Events.pm
32652            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
32653            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
32654            ! macos/ext/Mac/Gestalt/Gestalt.pm
32655            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
32656            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
32657            ! macos/ext/Mac/Menus/Menus.pm
32658            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
32659            ! macos/ext/Mac/Movies/Movies.pm
32660            ! macos/ext/Mac/Navigation/Navigation.pm
32661            ! macos/ext/Mac/Notification/Notification.pm
32662            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
32663            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
32664            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
32665            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
32666            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
32667            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
32668            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
32669            ! macos/ext/Mac/StandardFile/StandardFile.pm
32670            ! macos/ext/Mac/TextEdit/TextEdit.pm
32671            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
32672            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
32673            ! macos/lib/Mac/LowMem.pm
32674 ____________________________________________________________________________
32675 [ 12322] By: sky                                   on 2001/10/03  18:41:07
32676         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32677              From: "Craig A. Berry" <craigberry@mac.com>
32678              Date: Wed, 03 Oct 2001 14:30:55 -0500
32679              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32680      Branch: perl
32681            ! vms/vms.c
32682 ____________________________________________________________________________
32683 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
32684         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32685              From: "Craig A. Berry" <craigberry@mac.com>
32686              Date: Wed, 03 Oct 2001 14:30:55 -0500
32687              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32688      Branch: perl
32689            ! vms/vms.c
32690 ____________________________________________________________________________
32691 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
32692         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
32693              only IsL&) and Inherited (negative lookahead good);
32694              add tests for Common, Inherited, and L&.
32695      Branch: perl
32696            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
32697 ____________________________________________________________________________
32698 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
32699         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
32700              (The Unicode standard uses L& quite often.)
32701      Branch: perl
32702            ! lib/utf8_heavy.pl
32703 ____________________________________________________________________________
32704 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
32705         Log: Add the 'Common' Unicode property (code points not
32706              explicitly assigned to any other script).
32707      Branch: perl
32708            + lib/unicore/In/136.pl
32709            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
32710 ____________________________________________________________________________
32711 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
32712         Log: Skip the RV printing test under threads until fixed.
32713      Branch: perl
32714            ! ext/B/t/terse.t
32715 ____________________________________________________________________________
32716 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
32717         Log: Subject: 12309 / cygwin / win2k
32718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32719              Date: Wed, 03 Oct 2001 15:25:15 +0200
32720              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
32721      Branch: perl
32722            ! makedef.pl
32723 ____________________________________________________________________________
32724 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
32725         Log: Metaconfig unit change for #12314.
32726      Branch: metaconfig
32727            ! U/modified/Head.U
32728 ____________________________________________________________________________
32729 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
32730         Log: Subject: Both cygwin and djgpp on one machine
32731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32732              Date: Wed, 03 Oct 2001 15:02:59 +0200
32733              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
32734      Branch: perl
32735            ! Configure
32736 ____________________________________________________________________________
32737 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
32738         Log: (retracted by #12338)
32739              
32740              Subject: [PATCH] Code clean up for perlboot.pod
32741              From: Casey West <casey@geeknest.com>
32742              Date: Tue, 2 Oct 2001 19:24:43 -0400
32743              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
32744              
32745              Subject: [PATCH] Code clean up for perlbot.diff
32746              From: Casey West <casey@geeknest.com>
32747              Date: Tue, 2 Oct 2001 19:25:22 -0400
32748              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
32749              
32750              Subject: [PATCH] Code clean up for perlcall.pod
32751              From: Casey West <casey@geeknest.com>
32752              Date: Tue, 2 Oct 2001 19:25:57 -0400
32753              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
32754              
32755              Subject: [PATCH] Code clean up for perldata.pod
32756              From: Casey West <casey@geeknest.com>
32757              Date: Tue, 2 Oct 2001 19:26:29 -0400
32758              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
32759              
32760              Subject: [PATCH] Code clean up for perldbmfilter.pod
32761              From: Casey West <casey@geeknest.com>
32762              Date: Tue, 2 Oct 2001 19:26:59 -0400
32763              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
32764              
32765              Subject: [PATCH] Code clean up for perlebcdic.pod
32766              From: Casey West <casey@geeknest.com>
32767              Date: Tue, 2 Oct 2001 19:27:37 -0400
32768              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
32769      Branch: perl
32770            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32771            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
32772 ____________________________________________________________________________
32773 [ 12312] By: ams                                   on 2001/10/02  23:43:55
32774         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
32775              From: Michael G Schwern <schwern@pobox.com>
32776              Date: Tue, 2 Oct 2001 17:00:49 -0400
32777              Message-Id: <20011002170049.A9955@blackrider>
32778      Branch: perl
32779            ! lib/ExtUtils/MakeMaker.pm
32780 ____________________________________________________________________________
32781 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
32782         Log: FAQ sync.
32783      Branch: perl
32784            ! pod/perlfaq3.pod
32785 ____________________________________________________________________________
32786 [ 12310] By: nick                                  on 2001/10/02  16:09:49
32787         Log: Integrate mainline
32788      Branch: perlio
32789           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
32790           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32791           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
32792           !> patchlevel.h t/op/pat.t
32793 ____________________________________________________________________________
32794 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
32795         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
32796              not just one single space.
32797      Branch: perl
32798            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
32799 ____________________________________________________________________________
32800 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
32801         Log: AUTHORS updates.
32802      Branch: perl
32803            ! AUTHORS
32804 ____________________________________________________________________________
32805 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
32806         Log: Update Changes.
32807      Branch: perl
32808            ! Changes patchlevel.h
32809 ____________________________________________________________________________
32810 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
32811         Log: Work around old buggy glibcs for langinfo constants,
32812              from Nicholas Clark and David Dyck.
32813      Branch: perl
32814            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32815 ____________________________________________________________________________
32816 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
32817         Log: Eradicate Time::Piece; add an example.
32818      Branch: perl
32819            ! ext/I18N/Langinfo/Langinfo.pm
32820 ____________________________________________________________________________
32821 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
32822         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
32823              From: Robert Spier <rspier@pobox.com>
32824              Date: Mon, 1 Oct 2001 23:20:16 -0700
32825              Message-ID: <15289.23712.422087.878224@rls.cx>
32826      Branch: perl
32827            ! lib/Pod/Html.pm
32828 ____________________________________________________________________________
32829 [ 12303] By: sky                                   on 2001/10/02  10:40:57
32830         Log: Fixes obscure bug that manifests itself by.
32831              local $!=0;undef*STDOUT;#segfaults
32832              Has been around for a while. Possible other magic IO vars are
32833              possibly affected as well. Reported by Jos Boumans.
32834      Branch: perl
32835            ! mg.c
32836 ____________________________________________________________________________
32837 [ 12302] By: nick                                  on 2001/10/02  09:00:52
32838         Log: Integrate mainline
32839      Branch: perlio
32840           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
32841           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
32842           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
32843 ____________________________________________________________________________
32844 [ 12301] By: nick                                  on 2001/10/02  08:40:57
32845         Log: Integrate mainline + lib/open.t patch from Chromatic
32846      Branch: perlio
32847           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
32848            ! lib/open.t
32849           !> (integrate 29 files)
32850 ____________________________________________________________________________
32851 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
32852         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
32853              Until it has, better stop early if someone requests threads.
32854      Branch: perl
32855            ! hints/darwin.sh
32856 ____________________________________________________________________________
32857 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
32858         Log: Subject: [ID 20011001.011] redundant code in t/TEST
32859              From: David Dyck <dcd@tc.fluke.com>
32860              Date: Mon, 1 Oct 2001 12:56:24 -0700
32861              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
32862      Branch: perl
32863            ! t/TEST
32864 ____________________________________________________________________________
32865 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
32866         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
32867              From: "chromatic" <chromatic@rmci.net>
32868              Date: Mon, 01 Oct 2001 12:27:12 -0600
32869              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
32870      Branch: perl
32871            ! lib/Term/Cap.t
32872 ____________________________________________________________________________
32873 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
32874         Log: UNICOS testing patches from Nicholas Clark.
32875      Branch: perl
32876            ! t/op/arith.t t/op/pack.t
32877 ____________________________________________________________________________
32878 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
32879         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
32880              From: "chromatic" <chromatic@rmci.net>
32881              Date: Mon, 01 Oct 2001 10:21:51 -0600
32882              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
32883      Branch: perl
32884            ! lib/open.t
32885 ____________________________________________________________________________
32886 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
32887         Log: Make missing the RADIXCHAR a softer, gentler error.
32888      Branch: perl
32889            ! ext/I18N/Langinfo/Langinfo.t
32890 ____________________________________________________________________________
32891 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
32892         Log: Nuke also the LANG because of glibc.
32893      Branch: perl
32894            ! lib/open.t
32895 ____________________________________________________________________________
32896 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
32897         Log: Also the ^Is is optional.
32898      Branch: perl
32899            ! pod/perlunicode.pod t/op/pat.t
32900 ____________________________________________________________________________
32901 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
32902         Log: Be careful to pull chars from the varargs stack when
32903              formatting chars.
32904      Branch: perl
32905            ! regcomp.c
32906 ____________________________________________________________________________
32907 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
32908         Log: sortsv not in place anymore, noticed by John P. Linderman.
32909      Branch: perl
32910            ! pod/perlapi.pod pp_ctl.c
32911 ____________________________________________________________________________
32912 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
32913         Log: Make the diagnostic messages more neutral.
32914      Branch: perl
32915            ! ext/B/t/terse.t
32916 ____________________________________________________________________________
32917 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
32918         Log: Forgotten from #12288.
32919      Branch: perl
32920            ! ext/Data/Dumper/Dumper.pm
32921 ____________________________________________________________________________
32922 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
32923         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
32924              From: Brian Ingerson <ingy@ttul.org>
32925              Date: Sun, 30 Sep 2001 21:45:56 -0700
32926              Message-ID: <20010930214556.D26392@ttul.org>
32927              
32928              (remember also the #12289)
32929      Branch: perl
32930            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32931 ____________________________________________________________________________
32932 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
32933         Log: More Unicode property tests for the abbreviated
32934              general properties.
32935      Branch: perl
32936            ! t/op/pat.t
32937 ____________________________________________________________________________
32938 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
32939         Log: Further tweaks to the Unicode properties.
32940      Branch: perl
32941            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
32942 ____________________________________________________________________________
32943 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
32944         Log: Retract #12284.
32945      Branch: perl
32946            ! lib/Term/Cap.t
32947 ____________________________________________________________________________
32948 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
32949         Log: (Retracted by #12285)
32950      Branch: perl
32951            ! lib/Term/Cap.t
32952 ____________________________________________________________________________
32953 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
32954         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
32955              From: "chromatic" <chromatic@rmci.net>  
32956              Date: Sun, 30 Sep 2001 16:10:02 -0600
32957              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
32958      Branch: perl
32959            + lib/Term/Cap.t
32960            ! MANIFEST
32961 ____________________________________________________________________________
32962 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
32963         Log: Use stty -g to restore the terminal state, do not even
32964              try to run the tests if stty -g is not available.
32965      Branch: perl
32966            ! lib/Term/Complete.t
32967 ____________________________________________________________________________
32968 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
32969         Log: Cleanup utf8_heavy; allow dropping the In prefix from
32970              Unicode script/block properties.
32971      Branch: perl
32972            ! lib/utf8_heavy.pl
32973 ____________________________________________________________________________
32974 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
32975         Log: Retract the #12259 for now.
32976      Branch: perl
32977            ! embed.h embed.pl sv.h
32978 ____________________________________________________________________________
32979 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
32980         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
32981      Branch: perl
32982            + lib/Text/TabsWrap/CHANGELOG
32983            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
32984 ____________________________________________________________________________
32985 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
32986         Log: #12272 wasn't right, it introduced an extra ().
32987      Branch: perl
32988            ! lib/utf8_heavy.pl
32989 ____________________________________________________________________________
32990 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
32991         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
32992              From: Jonathan Stowe <gellyfish@gellyfish.com>
32993              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
32994              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
32995      Branch: perl
32996            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
32997 ____________________________________________________________________________
32998 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
32999         Log: Subject: Patch to put qsortsv in the public API
33000              From: Brian Ingerson <ingy@ttul.org>
33001              Date: Sat, 29 Sep 2001 17:41:13 -0700
33002              Message-ID: <20010929174113.A30223@ttul.org>
33003      Branch: perl
33004            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
33005 ____________________________________________________________________________
33006 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
33007         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
33008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33009              Date: Sat, 29 Sep 2001 23:54:48 +0200
33010              Message-ID: <20010929235448.A5017@rafael>
33011      Branch: perl
33012            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
33013 ____________________________________________________________________________
33014 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
33015         Log: FAQ sync.
33016      Branch: perl
33017            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33018            ! pod/perlfaq9.pod
33019 ____________________________________________________________________________
33020 [ 12273] By: bailey                                on 2001/09/29  23:43:46
33021         Log: Resync with mainline
33022      Branch: vmsperl
33023           +> (branch 1207 files)
33024            - (delete 324 files)
33025           !> (integrate 866 files)
33026 ____________________________________________________________________________
33027 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
33028         Log: Nasty recursion trap if one would match Unicode.
33029      Branch: perl
33030            ! lib/utf8_heavy.pl
33031 ____________________________________________________________________________
33032 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
33033         Log: More Unicode todo.
33034      Branch: perl
33035            ! pod/perltodo.pod
33036 ____________________________________________________________________________
33037 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
33038         Log: Explain a bit the new more flexible \p\P syntax.
33039      Branch: perl
33040            ! pod/perlunicode.pod
33041 ____________________________________________________________________________
33042 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
33043         Log: More leniency to the \p and \P: now can have whitespace
33044              between the property definition and the curlies; now can
33045              invert the property by having a caret between the open
33046              curly and the property.
33047      Branch: perl
33048            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
33049 ____________________________________________________________________________
33050 [ 12268] By: nick                                  on 2001/09/29  17:39:26
33051         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
33052              one test (lib/open.t) fails
33053      Branch: perlio
33054           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
33055           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
33056           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
33057           +> lib/Tie/Scalar.t lib/open.t
33058            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
33059            - ext/B/Stash.t
33060           !> (integrate 62 files)
33061 ____________________________________________________________________________
33062 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
33063         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
33064      Branch: perl
33065            ! t/op/chdir.t
33066 ____________________________________________________________________________
33067 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
33068         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
33069              From: "Craig A. Berry" <craigberry@mac.com> 
33070              Date: Sat, 29 Sep 2001 09:35:33 -0500
33071              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
33072      Branch: perl
33073            ! t/op/chdir.t
33074 ____________________________________________________________________________
33075 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
33076         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
33077              From: "chromatic" <chromatic@rmci.net>
33078              Date: Fri, 28 Sep 2001 21:20:12 -0600
33079              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
33080      Branch: perl
33081            + lib/Tie/Scalar.t
33082            ! MANIFEST lib/Tie/Scalar.pm
33083 ____________________________________________________________________________
33084 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
33085         Log: Allow for more flexibility in the \p{In...} names, now
33086              case doesn't matter, and any space or dash can be
33087              matched by any space, dash, underbar, or empty.
33088              (may be going too far on leniency)
33089      Branch: perl
33090            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
33091            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
33092            ! t/op/pat.t
33093 ____________________________________________________________________________
33094 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
33095         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
33096              From: "chromatic" <chromatic@rmci.net>
33097              Date: Fri, 28 Sep 2001 17:39:50 -0600
33098              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
33099      Branch: perl
33100            + lib/open.t
33101            ! MANIFEST
33102 ____________________________________________________________________________
33103 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
33104         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
33105              From: "Craig A. Berry" <craigberry@mac.com>
33106              Date: Fri, 28 Sep 2001 16:24:51 -0500
33107              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
33108      Branch: perl
33109            ! ext/File/Glob/t/basic.t
33110 ____________________________________________________________________________
33111 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
33112         Log: Subject: [DOC PATCH] Carp.pm pod typo
33113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33114              Date: Fri, 28 Sep 2001 23:14:51 +0200
33115              Message-ID: <20010928231451.E16889@rafael>
33116      Branch: perl
33117            ! lib/Carp.pm
33118 ____________________________________________________________________________
33119 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
33120         Log: Subject: [PATCH] Allow an @INC hook to set %INC
33121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33122              Date: Fri, 28 Sep 2001 22:18:13 +0200
33123              Message-ID: <20010928221813.A16889@rafael>
33124      Branch: perl
33125            ! pp_ctl.c
33126 ____________________________________________________________________________
33127 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
33128         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
33129              From: Nicholas Clark <nick@ccl4.org>
33130              Date: Fri, 28 Sep 2001 23:39:33 +0100
33131              Message-ID: <20010928233933.C23673@plum.flirble.org>
33132      Branch: perl
33133            ! embed.h embed.pl sv.h
33134 ____________________________________________________________________________
33135 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
33136         Log: Update Changes.
33137      Branch: perl
33138            ! Changes patchlevel.h
33139 ____________________________________________________________________________
33140 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
33141         Log: Move the B tests to B/t.
33142      Branch: perl
33143            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
33144            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
33145            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
33146            - ext/B/Showlex.t ext/B/Stash.t
33147            ! MANIFEST
33148 ____________________________________________________________________________
33149 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
33150         Log: Forgot from #12254.
33151      Branch: perl
33152            + ext/B/B/Terse.t
33153 ____________________________________________________________________________
33154 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
33155         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
33156              From: "chromatic" <chromatic@rmci.net>
33157              Date: Thu, 27 Sep 2001 23:22:17 -0600
33158              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
33159      Branch: perl
33160            ! MANIFEST
33161 ____________________________________________________________________________
33162 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
33163         Log: Test numbering mismatch.
33164      Branch: perl
33165            ! t/op/chdir.t
33166 ____________________________________________________________________________
33167 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
33168         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
33169              From: "Craig A. Berry" <craigberry@mac.com>
33170              Date: Wed, 26 Sep 2001 17:43:14 -0500
33171              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
33172      Branch: perl
33173            ! iperlsys.h t/op/chdir.t
33174 ____________________________________________________________________________
33175 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
33176         Log: Subject: [PATCH gv.c] make __ANON__ global
33177              From: Robin Barker <rmb1@cise.npl.co.uk>
33178              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
33179              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
33180      Branch: perl
33181            ! gv.c t/op/anonsub.t t/op/runlevel.t
33182 ____________________________________________________________________________
33183 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
33184         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
33185              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33186              Date: Thu, 27 Sep 2001 22:34:32 +0200
33187              Message-ID: <20010927223432.A1485@rafael>
33188      Branch: perl
33189            ! ext/B/B/Terse.pm
33190 ____________________________________________________________________________
33191 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
33192         Log: (retracted by #12338)
33193              
33194              Subject: [PATCH] Cleanup of perldsc.pod      
33195              From: Casey West <casey@geeknest.com>
33196              Date: Thu, 27 Sep 2001 11:13:17 -0400
33197              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
33198      Branch: perl
33199            ! pod/perldsc.pod
33200 ____________________________________________________________________________
33201 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
33202         Log: Not everyone is using ithreads...
33203      Branch: perl
33204            ! ext/Devel/Peek/Peek.t
33205 ____________________________________________________________________________
33206 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
33207         Log: Document the nss_delete core dump workaround for HP-UX
33208              and Solaris, bug IDs 20010805.018 and 20010629.004.
33209      Branch: perl
33210            ! README.hpux README.solaris
33211 ____________________________________________________________________________
33212 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
33213         Log: Dump Unicode hash keys also as Unicode,
33214              not just as a byte string.
33215      Branch: perl
33216            ! dump.c ext/Devel/Peek/Peek.t
33217 ____________________________________________________________________________
33218 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
33219         Log: Integrate changes #12241 and #12242 from macperl:
33220              
33221              Remove unneeded disabling of umask() calls
33222              
33223              Note (get|set)sockopt are available.
33224      Branch: perl
33225           !> lib/File/Temp.pm pod/perlport.pod
33226 ____________________________________________________________________________
33227 [ 12244] By: sky                                   on 2001/09/27  08:53:00
33228         Log: Flush buffers on thread closedown.
33229      Branch: perl
33230            ! ext/threads/threads.xs
33231 ____________________________________________________________________________
33232 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
33233         Log: Dump SvUTF8(sv)s also as \x{...}.
33234              
33235              TODO: dump the SvUTF8() hash keys similarly. 
33236      Branch: perl
33237            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
33238 ____________________________________________________________________________
33239 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
33240         Log: Note (get|set)sockopt are available.
33241      Branch: maint-5.6/macperl
33242            ! pod/perlport.pod
33243 ____________________________________________________________________________
33244 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
33245         Log: Remove unneeded disabling of umask() calls
33246      Branch: maint-5.6/macperl
33247            ! lib/File/Temp.pm
33248 ____________________________________________________________________________
33249 [ 12240] By: sky                                   on 2001/09/26  18:44:56
33250         Log: Documention update
33251      Branch: perl
33252            ! ext/threads/threads.pm
33253 ____________________________________________________________________________
33254 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
33255         Log: Update Changes.
33256      Branch: perl
33257            ! Changes patchlevel.h
33258 ____________________________________________________________________________
33259 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
33260         Log: Check that all environment variables are tainted.
33261      Branch: perl
33262            ! t/op/taint.t
33263 ____________________________________________________________________________
33264 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
33265         Log: Manual integration error in #12235.
33266      Branch: perl
33267            ! lib/File/DosGlob.t
33268 ____________________________________________________________________________
33269 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
33270         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
33271              From: "chromatic" <chromatic@rmci.net>
33272              Date: Tue, 25 Sep 2001 23:57:07 -0600
33273              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
33274      Branch: perl
33275            ! perlio.c
33276 ____________________________________________________________________________
33277 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
33278         Log: Integrate macperl changes from Chris Nandor:
33279              12192 11817 11815 11813 11778 11775
33280              
33281              Update CPAN.pm to work with new Mac::BuildTools instead
33282              of ExtUtils::MM_MacOS "orphan" functions
33283              
33284              Fix test
33285              
33286              Make syntax check report in MPW style, fix tests
33287              to use Mac::err=unix to get normal-style error
33288              messages.
33289              
33290              More module and test ports from Thomas Wegner et al
33291              
33292              Fix open of /dev/null for Mac OS
33293              
33294              Allow for platforms to override formatting of errors
33295              on output from Matthias Neeracher (core files)
33296      Branch: perl
33297            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
33298            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
33299            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
33300           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
33301           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
33302           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
33303 ____________________________________________________________________________
33304 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
33305         Log: grrr.
33306      Branch: perl
33307            ! t/op/gv.t
33308 ____________________________________________________________________________
33309 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
33310         Log: Retract #12232.
33311      Branch: perl
33312            ! t/op/gv.t
33313 ____________________________________________________________________________
33314 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
33315         Log: (Retracted by #12233.)
33316      Branch: perl
33317            ! t/op/gv.t
33318 ____________________________________________________________________________
33319 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
33320         Log: Detypo.
33321      Branch: perl
33322            ! ext/Encode/Makefile.PL
33323 ____________________________________________________________________________
33324 [ 12230] By: sky                                   on 2001/09/26  11:36:23
33325         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
33326              We are using a "delay" here because we do not want to depend on thread synchronization issues.
33327      Branch: perl
33328            + ext/threads/t/stress_cv.t
33329            ! MANIFEST ext/threads/t/stress_string.t
33330 ____________________________________________________________________________
33331 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
33332         Log: NetWare tweak from Ananth Kesari.
33333      Branch: perl
33334            ! NetWare/t/Readme.txt
33335 ____________________________________________________________________________
33336 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
33337         Log: Trick to fool case-blind filesystems.
33338      Branch: perl
33339            ! ext/Encode/Makefile.PL
33340 ____________________________________________________________________________
33341 [ 12227] By: sky                                   on 2001/09/26  11:06:50
33342         Log: Threads can start executing in a different order than they were
33343              created.... so we cannot ok() inside the threadstarter.
33344      Branch: perl
33345            ! ext/threads/t/stress_string.t
33346 ____________________________________________________________________________
33347 [ 12226] By: sky                                   on 2001/09/26  07:41:45
33348         Log: Add in stress_string.t to stress test threads a bit more.
33349      Branch: perl
33350            + ext/threads/t/stress_string.t
33351            ! MANIFEST
33352 ____________________________________________________________________________
33353 [ 12225] By: sky                                   on 2001/09/26  07:04:21
33354         Log: Fix negative refcount introduced by #12223.
33355      Branch: perl
33356            ! ext/threads/threads.xs
33357 ____________________________________________________________________________
33358 [ 12224] By: sky                                   on 2001/09/26  06:57:58
33359         Log: Update documentation to match change #12223
33360      Branch: perl
33361            ! sharedsv.c
33362 ____________________________________________________________________________
33363 [ 12223] By: sky                                   on 2001/09/26  06:54:32
33364         Log: Use a separate interpreter for the sharedsv space. Another
33365              negative sv leak. Sigh.
33366      Branch: perl
33367            ! sharedsv.c
33368 ____________________________________________________________________________
33369 [ 12222] By: sky                                   on 2001/09/26  05:58:35
33370         Log: Do the environ assignment in perl_contruct to match perl_destruct.
33371              Now we don't need to perl_parse/perl_run. However environ is a
33372              global....
33373      Branch: perl
33374            ! perl.c
33375 ____________________________________________________________________________
33376 [ 12221] By: sky                                   on 2001/09/26  05:41:02
33377         Log: Move the creation of PL_strtab to perl_construct so we can work
33378              with HV and HEs without running perl_parse.
33379      Branch: perl
33380            ! perl.c
33381 ____________________________________________________________________________
33382 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
33383         Log: integrate macperl changes into maint-5.6
33384      Branch: maint-5.6/perl
33385           !> (integrate 26 files)
33386 ____________________________________________________________________________
33387 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
33388         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
33389              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
33390      Branch: maint-5.6/macperl
33391            ! macos/ext/Mac/Fonts/Fonts.xs
33392            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
33393 ____________________________________________________________________________
33394 [ 12218] By: ams                                   on 2001/09/25  23:31:33
33395         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33396              From: Nicholas Clark <nick@ccl4.org>
33397              Date: Wed, 26 Sep 2001 01:20:20 +0100
33398              Message-Id: <20010926012020.B48092@plum.flirble.org>
33399      Branch: perl
33400            ! lib/AutoSplit.t
33401 ____________________________________________________________________________
33402 [ 12217] By: ams                                   on 2001/09/25  22:33:05
33403         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
33404              From: "Craig A. Berry" <craigberry@mac.com>
33405              Date: Tue, 25 Sep 2001 18:08:42 -0500
33406              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
33407      Branch: perl
33408            ! vms/vms.c
33409 ____________________________________________________________________________
33410 [ 12216] By: ams                                   on 2001/09/25  21:41:01
33411         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
33412              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
33413              From: Michael G Schwern <schwern@pobox.com>
33414              Date: Wed, 26 Sep 2001 00:38:21 -0400
33415              Message-Id: <20010926003821.A627@blackrider>
33416      Branch: perl
33417            ! lib/AutoSplit.t
33418 ____________________________________________________________________________
33419 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
33420         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
33421              From: Michael G Schwern <schwern@pobox.com>
33422              Date: Tue, 25 Sep 2001 17:43:49 -0400
33423              Message-ID: <20010925174349.B19534@blackrider>
33424      Branch: perl
33425            ! lib/Test/Simple.pm lib/Test/Utils.pm
33426 ____________________________________________________________________________
33427 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
33428         Log: Integrate changes from bleadperl.
33429      Branch: maint-5.6/macperl
33430           !> pod/perlport.pod
33431 ____________________________________________________________________________
33432 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
33433         Log: skip($mess) should result in one skip.
33434      Branch: perl
33435            ! t/test.pl
33436 ____________________________________________________________________________
33437 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
33438         Log: Integrate change #12200 from maintperl.
33439      Branch: maint-5.6/macperl
33440           !> win32/perlhost.h
33441 ____________________________________________________________________________
33442 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
33443         Log: Fix file types to "apple"
33444      Branch: maint-5.6/macperl
33445            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
33446            ! macos/ext/Mac/SAT/t/Collision.rsrc
33447 ____________________________________________________________________________
33448 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
33449         Log: Fix rsrc file as snd file; fix path in t file.
33450      Branch: maint-5.6/macperl
33451            ! macos/ext/Mac/Notification/t/Notification.rsrc
33452            ! macos/ext/Mac/Notification/t/Notification.t
33453 ____________________________________________________________________________
33454 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
33455         Log: Sync up with File::Find from bleadperl.
33456      Branch: maint-5.6/macperl
33457            ! lib/File/Find.pm t/lib/filefind-taint.t
33458 ____________________________________________________________________________
33459 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
33460         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
33461              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
33462              of hundreds)
33463      Branch: maint-5.6/macperl
33464            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
33465            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
33466            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
33467 ____________________________________________________________________________
33468 [ 12207] By: nick                                  on 2001/09/25  19:04:36
33469         Log: Integrate mainline (untested while modem is up)
33470      Branch: perlio
33471           +> lib/AutoSplit.t t/test.pl
33472            - lib/warnings/register.t
33473           !> (integrate 28 files)
33474 ____________________________________________________________________________
33475 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
33476         Log: perldiag entry for #12205.
33477      Branch: perl
33478            ! pod/perldiag.pod
33479 ____________________________________________________________________________
33480 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
33481         Log: Subject: [PATCH] warning on v-string in use/require
33482              From: John Peacock <jpeacock@rowman.com>
33483              Date: Mon, 24 Sep 2001 17:29:03 -0400
33484              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
33485      Branch: perl
33486            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
33487 ____________________________________________________________________________
33488 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
33489         Log: perltooc et al updates.
33490      Branch: perl
33491            ! plan9/mkfile pod/roffitall
33492 ____________________________________________________________________________
33493 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
33494         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
33495              From: Michael G Schwern <schwern@pobox.com>
33496              Date: Sun, 23 Sep 2001 00:07:12 -0400
33497              Message-ID: <20010923000712.A7005@blackrider>
33498      Branch: perl
33499            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
33500 ____________________________________________________________________________
33501 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
33502         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
33503              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33504              Date: Wed, 26 Sep 2001 01:25:10 +0900
33505              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
33506      Branch: perl
33507            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
33508            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
33509            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
33510 ____________________________________________________________________________
33511 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
33512         Log: Integrate change #12200 from maintperl;
33513              on windows, virtualized environment could propagate deleted variables
33514              into children if they happen to be at the very end of the table
33515      Branch: perl
33516           !> win32/perlhost.h
33517 ____________________________________________________________________________
33518 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
33519         Log: on windows, virtualized environment could propagate deleted variables
33520              into children if they happen to be at the very end of the table
33521              (thanks for succinct test case from Johan Holmberg, and fix from
33522              Doug Lankshear)
33523      Branch: maint-5.6/perl
33524            ! win32/perlhost.h
33525 ____________________________________________________________________________
33526 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
33527         Log: avoid the use of ftime() (it does a useless, potentially
33528              expensive call to GetTimeZoneInformation()); this potentially
33529              also results in three more digits of precision from
33530              Time::HiRes::time()
33531      Branch: perl
33532            ! ext/Time/HiRes/HiRes.xs
33533 ____________________________________________________________________________
33534 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
33535         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
33536              
33537              Note: io/binmode is failing, have to figure out why.
33538      Branch: perl
33539            + t/test.pl
33540            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
33541            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
33542            ! t/run/exit.t
33543 ____________________________________________________________________________
33544 [ 12197] By: ams                                   on 2001/09/25  13:48:55
33545         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33546              From: Nicholas Clark <nick@ccl4.org>
33547              Date: Tue, 25 Sep 2001 00:37:40 +0100
33548              Message-Id: <20010925003740.S4971@plum.flirble.org>
33549              (Further changes expected.)
33550      Branch: perl
33551            + lib/AutoSplit.t
33552            ! MANIFEST
33553 ____________________________________________________________________________
33554 [ 12196] By: sky                                   on 2001/09/25  13:37:12
33555         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
33556              _ftime to try and be more robust.
33557      Branch: perl
33558            ! ext/Time/HiRes/HiRes.xs
33559 ____________________________________________________________________________
33560 [ 12194] By: ams                                   on 2001/09/25  11:40:00
33561         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
33562              From: "Craig A. Berry" <craigberry@mac.com>
33563              Date: Mon, 24 Sep 2001 17:54:20 -0500
33564              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
33565      Branch: perl
33566            ! vms/descrip_mms.template
33567 ____________________________________________________________________________
33568 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
33569         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
33570              not working, cursor not spinning (Bug #422129); external
33571              editor problems (Bug #456329); escape/cmd-. not activating
33572              "Cancel" in Save dialog box (Bug #446960); Runtimes not
33573              executing on launch (Bug #464441).
33574      Branch: maint-5.6/macperl
33575            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
33576            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
33577            ! macos/macperl/MacPerl.r
33578 ____________________________________________________________________________
33579 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
33580         Log: Update CPAN.pm to work with new Mac::BuildTools instead
33581              of ExtUtils::MM_MacOS "orphan" functions
33582      Branch: maint-5.6/macperl
33583            ! lib/CPAN.pm
33584 ____________________________________________________________________________
33585 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
33586         Log: Fix up another xsubpp problem (Matthias Neeracher)
33587      Branch: maint-5.6/macperl
33588            ! macos/xsubpp
33589 ____________________________________________________________________________
33590 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
33591         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
33592      Branch: maint-5.6/macperl
33593            ! macos/lib/ExtUtils/MM_MacOS.pm
33594 ____________________________________________________________________________
33595 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
33596         Log: Fix up Makefiles for more Mac:: modules (and prepare for
33597              static build ...?)
33598      Branch: maint-5.6/macperl
33599            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33600            ! macos/macperl/Makefile.mk
33601 ____________________________________________________________________________
33602 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
33603         Log: Fix up tests
33604      Branch: maint-5.6/macperl
33605            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
33606 ____________________________________________________________________________
33607 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
33608         Log: Make malloc smarter, fix bugs.  (Bug #404030)
33609      Branch: maint-5.6/macperl
33610            ! macos/icemalloc.c macos/icemalloc.h
33611 ____________________________________________________________________________
33612 [ 12186] By: nick                                  on 2001/09/24  19:18:17
33613         Log: Integrate mainline
33614      Branch: perlio
33615           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33616           +> lib/filetest.t
33617           !> (integrate 30 files)
33618 ____________________________________________________________________________
33619 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
33620         Log: Retract #12136, the warnings::register is already
33621              tested by t/lib/warnings/9enabled, as pointed out
33622              by Paul Marquess.
33623      Branch: perl
33624            - lib/warnings/register.t
33625            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
33626 ____________________________________________________________________________
33627 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
33628         Log: fix Time::HiRes implementation of gettimeofday() on windows
33629              (HiRes.t#14 now passes)
33630      Branch: perl
33631            ! ext/Time/HiRes/HiRes.xs
33632 ____________________________________________________________________________
33633 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
33634         Log: File::Spec::catfile() canonifies everything to blackslashes on
33635              windows :-(
33636      Branch: perl
33637            ! lib/ExtUtils/Manifest.t
33638 ____________________________________________________________________________
33639 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
33640         Log: test number mismatch
33641      Branch: perl
33642            ! t/op/magic.t
33643 ____________________________________________________________________________
33644 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
33645         Log: ok().
33646      Branch: perl
33647            ! t/op/pack.t
33648 ____________________________________________________________________________
33649 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
33650         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
33651              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33652      Branch: perl
33653            ! pp_pack.c t/op/pack.t
33654 ____________________________________________________________________________
33655 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
33656         Log: Update Changes.
33657      Branch: perl
33658            ! Changes patchlevel.h
33659 ____________________________________________________________________________
33660 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
33661         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
33662              From: Michael G Schwern <schwern@pobox.com>
33663              Date: Mon, 24 Sep 2001 11:12:13 -0400
33664              Message-ID: <20010924111213.G27885@blackrider>
33665      Branch: perl
33666            ! lib/ExtUtils/Manifest.pm
33667 ____________________________________________________________________________
33668 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
33669         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
33670              From: Michael G Schwern <schwern@pobox.com> 
33671              Date: Mon, 24 Sep 2001 11:02:07 -0400
33672              Message-ID: <20010924110207.E27885@blackrider>
33673      Branch: perl
33674            ! vms/test.com
33675 ____________________________________________________________________________
33676 [ 12176] By: ams                                   on 2001/09/24  14:01:59
33677         Log: Update Changes.
33678      Branch: perl
33679            ! Changes
33680 ____________________________________________________________________________
33681 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
33682         Log: Various cleanups.
33683      Branch: perl
33684            ! ext/threads/Makefile.PL ext/threads/threads.xs
33685 ____________________________________________________________________________
33686 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
33687         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
33688      Branch: maint-5.6/macperl
33689           !> (integrate 33 files)
33690 ____________________________________________________________________________
33691 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
33692         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
33693              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33694              Date: Mon, 24 Sep 2001 20:04:58 +0900
33695              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
33696      Branch: perl
33697            ! ext/Encode/Encode/gb2312.enc
33698 ____________________________________________________________________________
33699 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
33700         Log: Clarifying comment to #12164.
33701      Branch: perl
33702            ! lib/Cwd.pm
33703 ____________________________________________________________________________
33704 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
33705         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
33706              From: Nicholas Clark <nick@ccl4.org>
33707              Date: Sun, 23 Sep 2001 23:00:56 +0100
33708              Message-ID: <20010923230055.Y4971@plum.flirble.org>
33709              
33710              (with "sample_constants" changed to "fallback")
33711      Branch: perl
33712            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33713            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
33714            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
33715            ! lib/h2xs.t utils/h2xs.PL
33716 ____________________________________________________________________________
33717 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
33718         Log: Metaconfig unit change for #12167.
33719      Branch: metaconfig
33720            ! U/modified/Cppsym.U
33721 ____________________________________________________________________________
33722 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
33723         Log: Add a few glibc cpp symbols to probe for.
33724      Branch: perl
33725            ! Configure
33726 ____________________________________________________________________________
33727 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
33728         Log: DJGPP tweaks for Laszlo Molnar.
33729      Branch: perl
33730            ! djgpp/djgppsed.sh dosish.h
33731 ____________________________________________________________________________
33732 [ 12165] By: ams                                   on 2001/09/24  10:07:08
33733         Log: Subject: [PATCH t/op/inccode.t] More tests
33734              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33735              Date: 24 Sep 2001 10:01:44 -0000
33736              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
33737      Branch: perl
33738            ! t/op/inccode.t
33739 ____________________________________________________________________________
33740 [ 12164] By: ams                                   on 2001/09/24  09:43:29
33741         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
33742              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
33743              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
33744              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
33745      Branch: perl
33746            ! lib/Cwd.pm
33747 ____________________________________________________________________________
33748 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
33749         Log: 1_compile updates.
33750      Branch: perl
33751            ! t/lib/1_compile.t
33752 ____________________________________________________________________________
33753 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
33754         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
33755              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33756              Date: Wed, 19 Sep 2001 22:47:14 +0200
33757              Message-ID: <20010919224714.A6382@rafael>
33758      Branch: perl
33759            ! pod/perlvar.pod pp_ctl.c
33760 ____________________________________________________________________________
33761 [ 12161] By: ams                                   on 2001/09/23  17:40:02
33762         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
33763              filetest Pragma
33764              From: "chromatic" <chromatic@rmci.net>
33765              Date: Sun, 23 Sep 2001 12:07:25 -0600
33766              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
33767      Branch: perl
33768            + lib/filetest.t
33769            ! MANIFEST t/lib/1_compile.t
33770 ____________________________________________________________________________
33771 [ 12160] By: ams                                   on 2001/09/23  16:32:11
33772         Log: Additional minor chdir() tweak.
33773      Branch: perl
33774            ! pod/perlfunc.pod
33775 ____________________________________________________________________________
33776 [ 12159] By: ams                                   on 2001/09/23  16:25:01
33777         Log: Subject: PATCH lib/ExtUtils/Command.t
33778              From: Abe Timmerman <abe@ztreet.demon.nl>
33779              Date: Sun, 23 Sep 2001 19:11:44 +0200
33780              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
33781      Branch: perl
33782            ! lib/ExtUtils/Command.t
33783 ____________________________________________________________________________
33784 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
33785         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
33786              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
33787              Date: Sun, 23 Sep 2001 02:02:26 +0200
33788              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
33789      Branch: perl
33790            ! makedef.pl
33791 ____________________________________________________________________________
33792 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
33793         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
33794              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
33795              Date: Sat, 22 Sep 2001 12:54:39 -0500
33796              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
33797      Branch: perl
33798            ! t/op/study.t
33799 ____________________________________________________________________________
33800 [ 12156] By: nick                                  on 2001/09/23  07:48:44
33801         Log: Integrate mainline
33802      Branch: perlio
33803            - check83.pl
33804           !> ext/Encode/Encode/2022-cn.enc
33805 ____________________________________________________________________________
33806 [ 12155] By: nick                                  on 2001/09/23  07:48:01
33807         Log: Integrate mainline
33808      Branch: perlio
33809           +> (branch 64 files)
33810            - ext/Encode/Encode/cns11643-1.enc
33811            - ext/Encode/Encode/cns11643-2.enc
33812            - ext/Encode/Encode/iso2022-cn.enc
33813            - ext/Encode/Encode/iso2022-jp.enc
33814            - ext/Encode/Encode/iso2022-jp1.enc
33815            - ext/Encode/Encode/iso2022-jp2.enc
33816            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33817            - ext/Encode/Encode/iso8859-1.enc
33818            - ext/Encode/Encode/iso8859-1.ucm
33819            - ext/Encode/Encode/iso8859-10.enc
33820            - ext/Encode/Encode/iso8859-10.ucm
33821            - ext/Encode/Encode/iso8859-13.enc
33822            - ext/Encode/Encode/iso8859-13.ucm
33823            - ext/Encode/Encode/iso8859-14.enc
33824            - ext/Encode/Encode/iso8859-14.ucm
33825            - ext/Encode/Encode/iso8859-15.enc
33826            - ext/Encode/Encode/iso8859-15.ucm
33827            - ext/Encode/Encode/iso8859-16.enc
33828            - ext/Encode/Encode/iso8859-16.ucm
33829            - ext/Encode/Encode/iso8859-2.enc
33830            - ext/Encode/Encode/iso8859-2.ucm
33831            - ext/Encode/Encode/iso8859-3.enc
33832            - ext/Encode/Encode/iso8859-3.ucm
33833            - ext/Encode/Encode/iso8859-4.enc
33834            - ext/Encode/Encode/iso8859-4.ucm
33835            - ext/Encode/Encode/iso8859-5.enc
33836            - ext/Encode/Encode/iso8859-5.ucm
33837            - ext/Encode/Encode/iso8859-6.enc
33838            - ext/Encode/Encode/iso8859-6.ucm
33839            - ext/Encode/Encode/iso8859-7.enc
33840            - ext/Encode/Encode/iso8859-7.ucm
33841            - ext/Encode/Encode/iso8859-8.enc
33842            - ext/Encode/Encode/iso8859-8.ucm
33843            - ext/Encode/Encode/iso8859-9.enc
33844            - ext/Encode/Encode/iso8859-9.ucm
33845            - ext/Encode/Encode/isoir-197.enc
33846            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
33847            - t/lib/sample-tests/header_at_end
33848            - t/lib/sample-tests/header_at_end_fail
33849           !> (integrate 174 files)
33850 ____________________________________________________________________________
33851 [ 12154] By: ams                                   on 2001/09/23  07:11:46
33852         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
33853              by Blair Zajac.
33854      Branch: perl
33855            ! pod/perlfunc.pod
33856 ____________________________________________________________________________
33857 [ 12153] By: ams                                   on 2001/09/23  06:56:32
33858         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
33859              Forgotten deprecation of *glob{FILEHANDLE}?
33860              From: "chromatic" <chromatic@rmci.net>
33861              Date: Sat, 22 Sep 2001 21:27:56 -0600
33862              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
33863      Branch: perl
33864            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
33865 ____________________________________________________________________________
33866 [ 12152] By: ams                                   on 2001/09/23  06:42:58
33867         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
33868              From: Michael G Schwern <schwern@pobox.com>
33869              Date: Sun, 23 Sep 2001 03:34:39 -0400
33870              Message-Id: <20010923033439.E7005@blackrider>
33871      Branch: perl
33872            ! lib/File/Find.pm
33873 ____________________________________________________________________________
33874 [ 12151] By: ams                                   on 2001/09/23  06:37:57
33875         Log: Subject: Re: t/op/magic.t missing tests on Win32
33876              From: Michael G Schwern <schwern@pobox.com>
33877              Date: Sat, 22 Sep 2001 20:29:09 -0400
33878              Message-Id: <20010922202909.I18223@blackrider>
33879      Branch: perl
33880            ! t/op/magic.t
33881 ____________________________________________________________________________
33882 [ 12150] By: ams                                   on 2001/09/23  06:36:26
33883         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
33884              Dumpvalue.pm
33885              From: "chromatic" <chromatic@rmci.net>
33886              Date: Sat, 22 Sep 2001 19:41:31 -0600
33887              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
33888      Branch: perl
33889            + lib/Dumpvalue.t
33890            ! MANIFEST lib/Dumpvalue.pm
33891 ____________________________________________________________________________
33892 [ 12149] By: ams                                   on 2001/09/23  06:25:35
33893         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
33894              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33895              Date: Sun, 23 Sep 2001 15:27:56 +0900
33896              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
33897      Branch: perl
33898            ! ext/Encode/Encode/2022-cn.enc
33899 ____________________________________________________________________________
33900 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
33901         Log: Manual eror in #12147.
33902      Branch: perl
33903            ! win32/win32.c
33904 ____________________________________________________________________________
33905 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
33906         Log: Integrate change #12146 from maintperl;
33907              win32_chdir() et al don't handle a NULL argument gracefully
33908      Branch: perl
33909           !> win32/perlhost.h win32/win32.c
33910 ____________________________________________________________________________
33911 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
33912         Log: win32_chdir() et al don't handle a NULL argument gracefully
33913      Branch: maint-5.6/perl
33914            ! win32/perlhost.h win32/win32.c
33915 ____________________________________________________________________________
33916 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
33917         Log: typo in change#12026
33918      Branch: maint-5.6/perl
33919            ! op.c
33920 ____________________________________________________________________________
33921 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
33922         Log: Subject: [PATCH] Re: scalar context unpack bugs
33923              From: Nicholas Clark <nick@ccl4.org>
33924              Date: Sat, 22 Sep 2001 23:07:56 +0100
33925              Message-ID: <20010922230755.O4971@plum.flirble.org>
33926      Branch: perl
33927            ! pp_pack.c t/op/pack.t
33928 ____________________________________________________________________________
33929 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
33930         Log: Try ExtUtils::Command.t everywhere, not just on Win32
33931              (as suggested by NI-S).  Also allow running it either
33932              in t/ or in the main directory.
33933      Branch: perl
33934            ! lib/ExtUtils/Command.t
33935 ____________________________________________________________________________
33936 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
33937         Log: Update the test on warnings/register.t.
33938      Branch: perl
33939            ! t/lib/1_compile.t
33940 ____________________________________________________________________________
33941 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
33942         Log: The code is now almost tidy enough to keep the IRIX cc happy.
33943      Branch: perl
33944            ! hints/irix_6.sh
33945 ____________________________________________________________________________
33946 [ 12140] By: ams                                   on 2001/09/22  17:26:32
33947         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
33948              use_ithreads
33949              From: "Craig A. Berry" <craigberry@mac.com>
33950              Date: Sat, 22 Sep 2001 13:15:32 -0500
33951              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
33952      Branch: perl
33953            ! configure.com
33954 ____________________________________________________________________________
33955 [ 12139] By: ams                                   on 2001/09/22  16:44:08
33956         Log: Do what perl_clone() does for sharedsv functions.
33957      Branch: perl
33958            ! embed.pl proto.h
33959 ____________________________________________________________________________
33960 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
33961         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
33962              (suggested by Sarathy, extensions shouldn't be dabbling with
33963              op structures, so binary backward compatibility should not be
33964              an issue.)
33965      Branch: perl
33966            ! hints/irix_6.sh op.h
33967 ____________________________________________________________________________
33968 [ 12137] By: ams                                   on 2001/09/22  16:21:05
33969         Log: More cleanups. (What's PERL_DECL_PROT?)
33970      Branch: perl
33971            ! embed.pl proto.h sharedsv.h
33972 ____________________________________________________________________________
33973 [ 12136] By: ams                                   on 2001/09/22  15:14:34
33974         Log: (Retracted by #12185)
33975              
33976              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
33977              Add Tests for warnings::register, Doc Update
33978              From: "chromatic" <chromatic@rmci.net>
33979              Date: Sat, 22 Sep 2001 09:43:20 -0600
33980              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
33981      Branch: perl
33982            + lib/warnings/register.t
33983            ! MANIFEST lib/warnings/register.pm
33984 ____________________________________________________________________________
33985 [ 12135] By: ams                                   on 2001/09/22  15:07:50
33986         Log: `@foo' should be @foo for consistency.
33987      Branch: perl
33988            ! pod/perldiag.pod
33989 ____________________________________________________________________________
33990 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
33991         Log: (Retracted by #12138)
33992              
33993              Add -woff (turn warning off) 3187:
33994              "A pointer is converted to a smaller integer."
33995              This happens when your pointers are 64-bit: then every case
33996              of converting pointers to PADOFFSETs (explicitly 32-bit)
33997              faces truncation (even explicit use of INT2PTR doesn't help).
33998              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
33999              Changing PADOFFSET from U32 to UV would help, but that
34000              would break binary backward compatibility of BASEOP and padop
34001              (assuming you have been using 64-bit pointers).
34002      Branch: perl
34003            ! hints/irix_6.sh
34004 ____________________________________________________________________________
34005 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
34006         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
34007              but the name comes from the inside the file, not from the file
34008              name, and Rumanian is the name of the language.
34009      Branch: perl
34010            + ext/Encode/Encode/macRumanian.enc
34011            - ext/Encode/Encode/macRomania.enc
34012            ! MANIFEST
34013 ____________________________________________________________________________
34014 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
34015         Log: Rename perltootc as perltooc for 8.3-friedliness.
34016      Branch: perl
34017            + pod/perltooc.pod
34018            - pod/perltootc.pod
34019            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
34020            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
34021            ! pod/perltoot.pod
34022 ____________________________________________________________________________
34023 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
34024         Log: Find more conflicts by lowercasing.
34025      Branch: perl
34026            + Porting/check83.pl
34027            - check83.pl
34028            ! MANIFEST
34029 ____________________________________________________________________________
34030 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
34031         Log: The AIX cc 5.0.0.0 is simply too buggy.
34032      Branch: perl
34033            ! hints/aix.sh
34034 ____________________________________________________________________________
34035 [ 12129] By: ams                                   on 2001/09/22  12:35:38
34036         Log: Uninteresting cleanup.
34037      Branch: perl
34038            ! form.h
34039 ____________________________________________________________________________
34040 [ 12128] By: ams                                   on 2001/09/22  12:28:48
34041         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
34042              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34043              Date: Sat, 22 Sep 2001 14:29:13 +0100
34044              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
34045      Branch: perl
34046            ! cv.h
34047 ____________________________________________________________________________
34048 [ 12127] By: ams                                   on 2001/09/22  12:04:28
34049         Log: What's a backet?
34050      Branch: perl
34051            ! dump.c
34052 ____________________________________________________________________________
34053 [ 12126] By: ams                                   on 2001/09/22  10:02:34
34054         Log: Removed duplicated tests #19 and #20.
34055      Branch: perl
34056            ! t/op/do.t
34057 ____________________________________________________________________________
34058 [ 12125] By: ams                                   on 2001/09/22  03:58:41
34059         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
34060              From: Michael Carman <mjcarman@home.com>
34061              Date: Fri, 21 Sep 2001 17:54:05 -0500
34062              Message-Id: <3BABC50D.6040202@home.com>
34063              (Applied with some changes.)
34064      Branch: perl
34065            ! pod/perlmod.pod
34066 ____________________________________________________________________________
34067 [ 12124] By: ams                                   on 2001/09/22  03:44:19
34068         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
34069              From: Michael G Schwern <schwern@pobox.com>
34070              Date: Fri, 21 Sep 2001 19:20:40 -0400
34071              Message-Id: <20010921192040.E5494@blackrider>
34072      Branch: perl
34073            ! t/op/chdir.t
34074 ____________________________________________________________________________
34075 [ 12123] By: ams                                   on 2001/09/22  03:41:08
34076         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
34077              From: Blair Zajac <blair@orcaware.com>
34078              Date: Fri, 21 Sep 2001 15:13:04 -0700
34079              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
34080      Branch: perl
34081            ! t/op/chdir.t
34082 ____________________________________________________________________________
34083 [ 12122] By: ams                                   on 2001/09/22  03:37:07
34084         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
34085              20010920.007
34086              From: Michael G Schwern <schwern@pobox.com>
34087              Date: Fri, 21 Sep 2001 17:59:03 -0400
34088              Message-Id: <20010921175903.V5494@blackrider>
34089      Branch: perl
34090            ! t/op/do.t
34091 ____________________________________________________________________________
34092 [ 12121] By: ams                                   on 2001/09/22  03:30:38
34093         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
34094              suite on WinCE)
34095              From: Michael G Schwern <schwern@pobox.com>
34096              Date: Fri, 21 Sep 2001 19:41:03 -0400
34097              Message-Id: <20010921194103.G5494@blackrider>
34098      Branch: perl
34099            ! pod/perlport.pod
34100 ____________________________________________________________________________
34101 [ 12120] By: ams                                   on 2001/09/22  03:28:06
34102         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
34103              From: Michael G Schwern <schwern@pobox.com>
34104              Date: Fri, 21 Sep 2001 17:33:35 -0400
34105              Message-Id: <20010921173335.T5494@blackrider>
34106              ($ENV{FOO}=undef hunk not applied.)
34107      Branch: perl
34108            ! t/op/magic.t
34109 ____________________________________________________________________________
34110 [ 12119] By: ams                                   on 2001/09/22  03:02:26
34111         Log: Subject: [PATCH] perldiag.pod
34112              From: Peter Scott <Peter@PSDT.com>
34113              Date: Fri, 21 Sep 2001 18:54:50 -0700
34114              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
34115              (Moved to the right place.)
34116      Branch: perl
34117            ! pod/perldiag.pod
34118 ____________________________________________________________________________
34119 [ 12118] By: ams                                   on 2001/09/21  20:05:29
34120         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
34121              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34122              Date: Fri, 21 Sep 2001 22:36:54 +0200
34123              Message-Id: <20010921223654.A12742@rafael>
34124      Branch: perl
34125            ! t/op/do.t
34126 ____________________________________________________________________________
34127 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
34128         Log: Restore things as they were before
34129              the backward compatibility police notices.
34130      Branch: perl
34131            ! lib/Cwd.pm
34132 ____________________________________________________________________________
34133 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
34134         Log: More Cwd from Schwern: make also OS/2 and DOS
34135              Cwd agree with File::Spec (that is, native path
34136              syntax using \ instead of / -- backward compatibility
34137              polic warning) and stop Win32 from using bsd_realpath().
34138      Branch: perl
34139            ! lib/Cwd.pm
34140 ____________________________________________________________________________
34141 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
34142         Log: Subject: [PATCH @12110] RE: Untested libraries update
34143              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34144              Date: Fri, 21 Sep 2001 18:21:07 +0100
34145              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
34146      Branch: perl
34147            ! lib/warnings/register.pm
34148 ____________________________________________________________________________
34149 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
34150         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
34151              From: Michael G Schwern <schwern@pobox.com>
34152              Date: Thu, 20 Sep 2001 22:54:02 -0400
34153              Message-ID: <20010920225402.A3611@blackrider>
34154      Branch: perl
34155            ! lib/Cwd.pm
34156 ____________________________________________________________________________
34157 [ 12113] By: ams                                   on 2001/09/21  17:08:24
34158         Log: Subject: [PATCH] avoid v-strings with require/use
34159              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34160              Date: Fri, 21 Sep 2001 12:34:40 -0400
34161              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
34162      Branch: perl
34163            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
34164            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
34165            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34166            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34167            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
34168            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
34169            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34170            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34171            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34172            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
34173            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
34174            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
34175            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
34176            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
34177            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
34178            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
34179            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
34180            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
34181            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
34182 ____________________________________________________________________________
34183 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
34184         Log: Update Changes.
34185      Branch: perl
34186            ! Changes patchlevel.h
34187 ____________________________________________________________________________
34188 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
34189         Log: Make AIX and Tru64 compilers happy.  
34190      Branch: perl
34191            ! ext/threads/threads.h ext/threads/threads.xs
34192 ____________________________________________________________________________
34193 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
34194         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
34195              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34196              Date: 21 Sep 2001 09:16:37 -0000
34197              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
34198      Branch: perl
34199            ! toke.c
34200 ____________________________________________________________________________
34201 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
34202         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
34203              From: Michael G Schwern <schwern@pobox.com>
34204              Date: Thu, 20 Sep 2001 21:21:34 -0400
34205              Message-ID: <20010920212134.Y28291@blackrider>
34206      Branch: perl
34207            ! pp_sys.c
34208 ____________________________________________________________________________
34209 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
34210         Log: Subject: Re: GDB Debugging Macros from mod_perl
34211              From: rspier@pobox.com (Robert Spier)
34212              Date: Thu, 20 Sep 2001 22:45:03 -0700
34213              Message-ID: <15274.54239.413929.49430@rls.cx>
34214      Branch: perl
34215            ! pod/perltodo.pod
34216 ____________________________________________________________________________
34217 [ 12105] By: sky                                   on 2001/09/21  10:33:34
34218         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
34219              timezone! GetSystemTime should be available on all Win32 
34220              platforms we support. Perhaps Time::HiRes should be extended to
34221              support WinCE and Novell?
34222      Branch: perl
34223            ! ext/Time/HiRes/HiRes.xs
34224 ____________________________________________________________________________
34225 [ 12104] By: sky                                   on 2001/09/21  08:12:39
34226         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
34227      Branch: perl
34228            ! ext/threads/threads.h ext/threads/threads.xs
34229 ____________________________________________________________________________
34230 [ 12103] By: sky                                   on 2001/09/21  07:57:41
34231         Log: Rename the *thread* functions to Perl_* to avoid clashes.
34232              Notably on AIX but could become a problem on other platforms.
34233      Branch: perl
34234            ! ext/threads/threads.h ext/threads/threads.xs
34235 ____________________________________________________________________________
34236 [ 12102] By: sky                                   on 2001/09/21  07:35:30
34237         Log: Add the shared sv space to the global vars.
34238              Fix problems compiling on win32.
34239      Branch: perl
34240            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
34241            ! sharedsv.c sharedsv.h
34242 ____________________________________________________________________________
34243 [ 12101] By: ams                                   on 2001/09/21  00:19:55
34244         Log: Subject: [PATCH] win32/Makefile warning fix
34245              From: Blair Zajac <blair@orcaware.com>
34246              Date: Thu, 20 Sep 2001 18:15:43 -0700
34247              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
34248      Branch: perl
34249            ! win32/Makefile
34250 ____________________________________________________________________________
34251 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
34252         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
34253              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34254              Date: Thu, 20 Sep 2001 18:36:22 +0200
34255              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
34256      Branch: perl
34257            ! lib/ExtUtils/Command.t
34258 ____________________________________________________________________________
34259 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
34260         Log: Cant spl wirth a dam.
34261      Branch: perl
34262            ! intrpvar.h
34263 ____________________________________________________________________________
34264 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
34265         Log: Don't use C++ comments.
34266      Branch: perl
34267            ! ext/threads/threads.xs
34268 ____________________________________________________________________________
34269 [ 12097] By: ams                                   on 2001/09/20  21:42:07
34270         Log: Change #12044 didn't.
34271      Branch: perl
34272            ! lib/constant.pm
34273 ____________________________________________________________________________
34274 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
34275         Log: Metaconfig unit changes for #12095.
34276      Branch: metaconfig
34277            ! U/modified/Myinit.U U/modified/libs.U
34278 ____________________________________________________________________________
34279 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
34280         Log: Remove iconv references since we are not using it
34281              and not going to; regen perltoc, perlmodlib.
34282              (Some references still linger in perltoc, have to figure
34283              out where they are coming from.)
34284      Branch: perl
34285            ! Configure NetWare/config.wc NetWare/config_H.wc
34286            ! Porting/Glossary Porting/config.sh Porting/config_H
34287            ! config_h.SH configure.com epoc/config.sh perl.h
34288            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
34289            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34290            ! vos/config.ga.h win32/config.bc win32/config.gc
34291            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34292            ! win32/config_H.vc wince/config.ce wince/config.h
34293            ! wince/config_H.ce
34294 ____________________________________________________________________________
34295 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
34296         Log: Subject: [PATCH docs] Re: ARGV and read
34297              From: Dave Mitchell <davem@fdgroup.co.uk>
34298              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
34299              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
34300      Branch: perl
34301            ! pod/perltodo.pod pod/perlvar.pod
34302 ____________________________________________________________________________
34303 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
34304         Log: Fresh copies from the cvs.perl.org perlfaq repository.
34305      Branch: perl
34306            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34307            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34308            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34309            ! pod/perlfaq9.pod
34310 ____________________________________________________________________________
34311 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
34312         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
34313              From: Nicholas Clark <nick@ccl4.org>
34314              Date: Thu, 20 Sep 2001 14:27:08 +0100
34315              Message-ID: <20010920142708.X4971@plum.flirble.org>
34316      Branch: perl
34317            ! pp_pack.c t/op/pack.t
34318 ____________________________________________________________________________
34319 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
34320         Log: The sharedsv_space* are variables, not code.  Duh.
34321      Branch: perl
34322            ! intrpvar.h makedef.pl
34323 ____________________________________________________________________________
34324 [ 12090] By: ams                                   on 2001/09/20  11:26:06
34325         Log: Subject: [patch lib/lib_pm.PL]
34326              From: Stas Bekman <stas@stason.org>
34327              Date: Thu, 20 Sep 2001 18:48:53 +0800
34328              Message-Id: <3BA9C995.6010302@stason.org>
34329              (Applied by hand.)
34330      Branch: perl
34331            ! lib/lib_pm.PL
34332 ____________________________________________________________________________
34333 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
34334         Log: Only 21 tests, skipping or not.
34335      Branch: perl
34336            ! lib/ExtUtils/Command.t
34337 ____________________________________________________________________________
34338 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
34339         Log: New exported symbols.
34340      Branch: perl
34341            ! makedef.pl
34342 ____________________________________________________________________________
34343 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
34344         Log: Update Changes.
34345      Branch: perl
34346            ! Changes patchlevel.h
34347 ____________________________________________________________________________
34348 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
34349         Log: Correct numbering of the tests is useful.
34350      Branch: perl
34351            ! ext/threads/t/basic.t
34352 ____________________________________________________________________________
34353 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
34354         Log: More tests now too.
34355      Branch: perl
34356            ! lib/ExtUtils/Command.t
34357 ____________________________________________________________________________
34358 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
34359         Log: More tests now.
34360      Branch: perl
34361            ! ext/threads/t/basic.t
34362 ____________________________________________________________________________
34363 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
34364         Log: The test assumed 7-bit ASCII.  Now it "just"
34365              assumes 8-bit whatever.
34366      Branch: perl
34367            ! t/op/crypt.t
34368 ____________________________________________________________________________
34369 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
34370         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
34371              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34372              Date: Wed, 19 Sep 2001 11:45:28 +0200
34373              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
34374              
34375              Lvalue casts are not portable.
34376      Branch: perl
34377            ! ext/threads/threads.xs
34378 ____________________________________________________________________________
34379 [ 12081] By: sky                                   on 2001/09/19  10:17:52
34380         Log: Make the basic test contain only realy basic API tests
34381              Seems to be a problem with detach.
34382      Branch: perl
34383            ! ext/threads/t/basic.t
34384 ____________________________________________________________________________
34385 [ 12080] By: ams                                   on 2001/09/19  01:23:55
34386         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
34387              From: Michael G Schwern <schwern@pobox.com>
34388              Date: Tue, 18 Sep 2001 19:53:48 -0400
34389              Message-Id: <20010918195348.M585@blackrider>
34390              
34391              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
34392              From: Michael G Schwern <schwern@pobox.com>
34393              Date: Tue, 18 Sep 2001 22:07:13 -0400
34394              Message-Id: <20010918220713.B19616@blackrider>
34395      Branch: perl
34396            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
34397            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34398            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
34399            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
34400            ! lib/Test/Tutorial.pod
34401 ____________________________________________________________________________
34402 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
34403         Log: Indent the test a bit.
34404      Branch: perl
34405            ! ext/threads/t/basic.t
34406 ____________________________________________________________________________
34407 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
34408         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
34409              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34410              Date: Tue, 18 Sep 2001 18:06:44 +0200
34411              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
34412      Branch: perl
34413            ! win32/win32.c
34414 ____________________________________________________________________________
34415 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
34416         Log: Subject: stat access time is wrong on Win95
34417              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34418              Date: Tue, 18 Sep 2001 21:59:24 +0200
34419              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
34420      Branch: perl
34421            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
34422 ____________________________________________________________________________
34423 [ 12076] By: ams                                   on 2001/09/18  22:11:25
34424         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
34425              From: Michael G Schwern <schwern@pobox.com>
34426              Date: Tue, 18 Sep 2001 18:47:14 -0400
34427              Message-Id: <20010918184714.I585@blackrider>
34428      Branch: perl
34429            ! t/op/crypt.t
34430 ____________________________________________________________________________
34431 [ 12075] By: sky                                   on 2001/09/18  19:29:37
34432         Log: two test failures
34433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34434              Message-ID: <20010918221702.A17408@rafael>
34435              partly applied, #12074 already fixed half the patch
34436      Branch: perl
34437            ! ext/threads/t/basic.t
34438 ____________________________________________________________________________
34439 [ 12074] By: sky                                   on 2001/09/18  18:49:03
34440         Log: Fixes test case failure introduced by #12071, the warning is
34441              now correctly spelled :-)
34442      Branch: perl
34443            ! ext/IO/lib/IO/t/io_sel.t
34444 ____________________________________________________________________________
34445 [ 12073] By: sky                                   on 2001/09/18  18:46:22
34446         Log: Make the test behave properly!
34447      Branch: perl
34448            ! ext/threads/t/basic.t
34449 ____________________________________________________________________________
34450 [ 12072] By: ams                                   on 2001/09/18  18:44:59
34451         Log: OP_RCATLINE is an SVOP, not a BASEOP.
34452      Branch: perl
34453            ! opcode.h opcode.pl
34454 ____________________________________________________________________________
34455 [ 12071] By: ams                                   on 2001/09/18  18:06:27
34456         Log: Deprecate != Depreciate.
34457      Branch: perl
34458            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
34459            ! lib/Pod/ParseUtils.pm
34460 ____________________________________________________________________________
34461 [ 12070] By: ams                                   on 2001/09/18  15:14:58
34462         Log: Subject: [PATCH] Getopt::Std cleanup
34463              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34464              Date: Tue, 18 Sep 2001 17:32:13 +0200
34465              Message-Id: <20010918173213.C777@rafael>
34466      Branch: perl
34467            ! lib/Getopt/Std.pm lib/Getopt/Std.t
34468 ____________________________________________________________________________
34469 [ 12069] By: sky                                   on 2001/09/18  14:56:33
34470         Log: Forgot the makefile
34471      Branch: perl
34472            + ext/threads/Makefile.PL
34473 ____________________________________________________________________________
34474 [ 12068] By: sky                                   on 2001/09/18  14:13:26
34475         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
34476              The test will fail because of Test.pm not knowing about threads. 
34477              basic needs to be manually tested
34478              compile time warnings on IV2PTR conversions need to be fixed
34479      Branch: perl
34480            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
34481            + ext/threads/threads.h ext/threads/threads.pm
34482            + ext/threads/threads.xs
34483            ! MANIFEST
34484 ____________________________________________________________________________
34485 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
34486         Log: DJGPP tweak from Laszlo Molnar.
34487      Branch: perl
34488            ! djgpp/config.over
34489 ____________________________________________________________________________
34490 [ 12066] By: sky                                   on 2001/09/18  10:24:31
34491         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
34492      Branch: perl
34493            ! sharedsv.c sharedsv.h
34494 ____________________________________________________________________________
34495 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
34496         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
34497              ditto ^cns.
34498      Branch: perl
34499            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
34500            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
34501            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
34502            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
34503            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
34504            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
34505            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
34506            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
34507            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
34508            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
34509            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
34510            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
34511            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
34512            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
34513            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
34514            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
34515            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
34516            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
34517            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
34518            + ext/Encode/Encode/ir-197.enc
34519            - ext/Encode/Encode/cns11643-1.enc
34520            - ext/Encode/Encode/cns11643-2.enc
34521            - ext/Encode/Encode/iso2022-cn.enc
34522            - ext/Encode/Encode/iso2022-jp.enc
34523            - ext/Encode/Encode/iso2022-jp1.enc
34524            - ext/Encode/Encode/iso2022-jp2.enc
34525            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
34526            - ext/Encode/Encode/iso8859-1.enc
34527            - ext/Encode/Encode/iso8859-1.ucm
34528            - ext/Encode/Encode/iso8859-10.enc
34529            - ext/Encode/Encode/iso8859-10.ucm
34530            - ext/Encode/Encode/iso8859-11.enc
34531            - ext/Encode/Encode/iso8859-11.ucm
34532            - ext/Encode/Encode/iso8859-13.enc
34533            - ext/Encode/Encode/iso8859-13.ucm
34534            - ext/Encode/Encode/iso8859-14.enc
34535            - ext/Encode/Encode/iso8859-14.ucm
34536            - ext/Encode/Encode/iso8859-15.enc
34537            - ext/Encode/Encode/iso8859-15.ucm
34538            - ext/Encode/Encode/iso8859-16.enc
34539            - ext/Encode/Encode/iso8859-16.ucm
34540            - ext/Encode/Encode/iso8859-2.enc
34541            - ext/Encode/Encode/iso8859-2.ucm
34542            - ext/Encode/Encode/iso8859-3.enc
34543            - ext/Encode/Encode/iso8859-3.ucm
34544            - ext/Encode/Encode/iso8859-4.enc
34545            - ext/Encode/Encode/iso8859-4.ucm
34546            - ext/Encode/Encode/iso8859-5.enc
34547            - ext/Encode/Encode/iso8859-5.ucm
34548            - ext/Encode/Encode/iso8859-6.enc
34549            - ext/Encode/Encode/iso8859-6.ucm
34550            - ext/Encode/Encode/iso8859-7.enc
34551            - ext/Encode/Encode/iso8859-7.ucm
34552            - ext/Encode/Encode/iso8859-8.enc
34553            - ext/Encode/Encode/iso8859-8.ucm
34554            - ext/Encode/Encode/iso8859-9.enc
34555            - ext/Encode/Encode/iso8859-9.ucm
34556            - ext/Encode/Encode/isoir-197.enc
34557            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
34558 ____________________________________________________________________________
34559 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
34560         Log: Must Uppercase.
34561      Branch: perl
34562            ! ext/Encode/Encode.pm
34563 ____________________________________________________________________________
34564 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
34565         Log: Add various encodings.
34566      Branch: perl
34567            + ext/Encode/Encode/iso8859-11.enc
34568            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
34569            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
34570            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
34571            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
34572            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
34573            + ext/Encode/Encode/viscii.ucm
34574            ! MANIFEST ext/Encode/Encode.pm
34575 ____________________________________________________________________________
34576 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
34577         Log: lib/unicode relic.
34578      Branch: perl
34579            ! ext/Encode/compile
34580 ____________________________________________________________________________
34581 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
34582         Log: Subject: [PATCH] Re: filename problems
34583              From: Michael G Schwern <schwern@pobox.com>
34584              Date: Mon, 17 Sep 2001 17:26:26 -0400
34585              Message-ID: <20010917172626.Q585@blackrider>
34586      Branch: perl
34587            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
34588            - t/lib/sample-tests/header_at_end
34589            - t/lib/sample-tests/header_at_end_fail
34590            ! MANIFEST lib/Test/Harness/t/test-harness.t
34591 ____________________________________________________________________________
34592 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
34593         Log: Explicitly explain the 1e9 seconds, not everybody
34594              is a C geek.
34595      Branch: perl
34596            ! ext/Time/HiRes/HiRes.pm
34597 ____________________________________________________________________________
34598 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
34599         Log: Explain an apparent bug reported by
34600              Richard J. Barbalace <rjbarbal@MIT.EDU>,
34601              with additional explanation from Gisle Aas.
34602      Branch: perl
34603            ! ext/Time/HiRes/HiRes.pm
34604 ____________________________________________________________________________
34605 [ 12058] By: ams                                   on 2001/09/17  19:52:01
34606         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
34607              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34608              Date: Mon, 17 Sep 2001 22:48:05 +0200
34609              Message-Id: <20010917224805.C11744@rafael>
34610      Branch: perl
34611            ! t/lib/warnings/op t/lib/warnings/pp
34612 ____________________________________________________________________________
34613 [ 12057] By: ams                                   on 2001/09/17  16:51:18
34614         Log: Its a nit!
34615      Branch: perl
34616            ! sv.h
34617 ____________________________________________________________________________
34618 [ 12056] By: ams                                   on 2001/09/17  16:47:55
34619         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
34620              From: "Craig A. Berry" <craigberry@mac.com>
34621              Date: Mon, 17 Sep 2001 12:34:20 -0500
34622              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
34623      Branch: perl
34624            ! vms/vms.c
34625 ____________________________________________________________________________
34626 [ 12055] By: ams                                   on 2001/09/17  16:05:15
34627         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
34628              From: Gisle Aas <gisle@ActiveState.com>
34629              Date: 16 Apr 2001 16:20:34 -0700
34630              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
34631              (Applied by hand.)
34632      Branch: perl
34633            ! lib/CPAN.pm lib/CPAN/Nox.pm
34634 ____________________________________________________________________________
34635 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
34636         Log: Update Changes.
34637      Branch: perl
34638            ! Changes patchlevel.h
34639 ____________________________________________________________________________
34640 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
34641         Log: Adding new files to the MANIFEST is always nice.
34642      Branch: perl
34643            ! MANIFEST
34644 ____________________________________________________________________________
34645 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
34646         Log: Reindent the PerlIO files (suggested by NI-S), used
34647              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
34648              (GNU indent).  Note that wholesale re-indenting might
34649              be nice, but that would break nice formatting/alignment
34650              of assignments, equality testing, and complex boolean
34651              expressions with lots of &s and |s.
34652      Branch: perl
34653            ! perlio.c perlio.h perliol.h
34654 ____________________________________________________________________________
34655 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
34656         Log: Add a script for being 8.3-polite.
34657              The found conflicts are being worked on.
34658      Branch: perl
34659            + check83.pl
34660            ! MANIFEST Porting/pumpkin.pod
34661 ____________________________________________________________________________
34662 [ 12050] By: sky                                   on 2001/09/17  12:44:36
34663         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
34664              finding it.
34665      Branch: perl
34666            ! sv.c
34667 ____________________________________________________________________________
34668 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
34669         Log: Bump up versions because of #12041.
34670      Branch: perl
34671            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
34672            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
34673            ! lib/Time/localtime.pm
34674 ____________________________________________________________________________
34675 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
34676         Log: Bump the version number because of #12042.
34677      Branch: perl
34678            ! lib/CPAN/FirstTime.pm
34679 ____________________________________________________________________________
34680 [ 12047] By: ams                                   on 2001/09/17  11:21:40
34681         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
34682              From: Abhijit Menon-Sen <ams@wiw.org>
34683              Date: Mon, 17 Sep 2001 17:44:12 +0530
34684              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
34685      Branch: perl
34686            ! op.c
34687 ____________________________________________________________________________
34688 [ 12046] By: sky                                   on 2001/09/17  07:14:17
34689         Log: Subject: Re: t/op/ver.t using skip() improperly
34690              From: "chromatic" <chromatic@rmci.net>
34691              Date: Mon, 17 Sep 2001 00:22:29 -0600
34692              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
34693      Branch: perl
34694            ! t/op/ver.t
34695 ____________________________________________________________________________
34696 [ 12045] By: nick                                  on 2001/09/17  07:12:14
34697         Log: Integrate mainline
34698      Branch: perlio
34699           +> t/op/chdir.t
34700           !> (integrate 117 files)
34701 ____________________________________________________________________________
34702 [ 12044] By: ams                                   on 2001/09/17  05:49:53
34703         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
34704              From: Ilmari Karonen <iltzu@sci.fi>
34705              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
34706              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
34707              (And $VERSION = '1.05'.)
34708      Branch: perl
34709            ! lib/constant.pm
34710 ____________________________________________________________________________
34711 [ 12043] By: ams                                   on 2001/09/17  05:44:50
34712         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
34713              From: Michael G Schwern <schwern@pobox.com>
34714              Date: Mon, 17 Sep 2001 07:49:04 +0200
34715              Message-Id: <20010917074904.V1588@blackrider>
34716              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
34717      Branch: perl
34718            + t/op/chdir.t
34719            ! MANIFEST pp_sys.c
34720 ____________________________________________________________________________
34721 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
34722         Log: Subject: Re: CPAN.pm needs some hacking 
34723              From: "chromatic" <chromatic@rmci.net>
34724              Date: Sun, 16 Sep 2001 16:46:29 -0600
34725              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
34726      Branch: perl
34727            ! lib/CPAN/FirstTime.pm
34728 ____________________________________________________________________________
34729 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
34730         Log: Change use|require 5.005_64 to use|require 5.6.1.
34731      Branch: perl
34732            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
34733            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34734            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34735            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
34736            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34737            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34738            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34739            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
34740            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
34741            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34742            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
34743            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
34744            ! lib/base.pm lib/fields.pm
34745 ____________________________________________________________________________
34746 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
34747         Log: Bump up version numbers.
34748              
34749              TODO 1: double check that pre-5.6.1 CPAN.pm:s
34750              don't try to download 5.8.0 because of the
34751              version numbers.  Mainly this means using _00
34752              in the core version numbers.
34753              
34754              TODO 2: the "use 5.005_64" in many modules
34755              needs to be changed to, say, "use 5.6.1".
34756      Branch: perl
34757            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
34758            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
34759            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
34760            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
34761            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
34762            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
34763            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34764            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
34765            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
34766            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
34767            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
34768 ____________________________________________________________________________
34769 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
34770         Log: Use UCHARAT() as suggested by Inaba Hiroto.
34771      Branch: perl
34772            ! regexec.c
34773 ____________________________________________________________________________
34774 [ 12038] By: ams                                   on 2001/09/16  15:16:24
34775         Log: Subject: [PATCH] Re: Core module version numbers review
34776              From: Peter Scott <Peter@PSDT.com>
34777              Date: Sun, 16 Sep 2001 09:09:58 -0700
34778              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
34779      Branch: perl
34780            ! lib/perl5db.pl
34781 ____________________________________________________________________________
34782 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
34783         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
34784              not yet fully implemented.
34785      Branch: perl
34786            ! pod/perlfunc.pod pod/perlunicode.pod
34787 ____________________________________________________________________________
34788 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
34789         Log: Subject: [patch] plug PL_beginav_save leak
34790              From: Doug MacEachern <dougm@covalent.net>
34791              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
34792              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
34793      Branch: perl
34794            ! perl.c
34795 ____________________________________________________________________________
34796 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
34797         Log: (accidentally empty checkin)
34798      Branch: perl
34799            ! sv.c
34800 ____________________________________________________________________________
34801 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
34802         Log: Subject: [patch] ithreads+PL_beginav_save
34803              From: Doug MacEachern <dougm@covalent.net>
34804              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
34805              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
34806      Branch: perl
34807            ! sv.c
34808 ____________________________________________________________________________
34809 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
34810         Log: Subject: [PATCH] h2xs.PL with C::Scan
34811              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34812              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
34813              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
34814      Branch: perl
34815            ! utils/h2xs.PL
34816 ____________________________________________________________________________
34817 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
34818         Log: Elaborate (well, make more vague, really) #12030.
34819      Branch: perl
34820            ! pod/perltodo.pod pod/perlunicode.pod
34821 ____________________________________________________________________________
34822 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
34823         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
34824              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34825              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
34826              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
34827      Branch: perl
34828            ! regexec.c
34829 ____________________________________________________________________________
34830 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
34831         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
34832              are not yet complete.
34833      Branch: perl
34834            ! pod/perltodo.pod pod/perlunicode.pod
34835 ____________________________________________________________________________
34836 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
34837         Log: Document what's still to be done on the regular expression
34838              Unicode support, based on the UTR#18.
34839      Branch: perl
34840            ! pod/perltodo.pod pod/perlunicode.pod
34841 ____________________________________________________________________________
34842 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
34843         Log: Regen headers.
34844      Branch: perl
34845            ! embedvar.h perlapi.h
34846 ____________________________________________________________________________
34847 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
34848         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
34849              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34850              Date: Sun, 09 Sep 2001 18:41:54 +0100
34851              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
34852      Branch: perl
34853            ! Porting/findvars ext/ByteLoader/bytecode.h
34854            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
34855            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
34856 ____________________________________________________________________________
34857 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
34858         Log: enable most warnings for windows build; fix the various typecasting
34859              nits that showed up (no bugfixes here)
34860      Branch: maint-5.6/perl
34861            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
34862            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
34863            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
34864            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
34865            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
34866            ! x2p/walk.c
34867 ____________________________________________________________________________
34868 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
34869         Log: Integrate change #12024 from maintperl
34870              (a local() precedence bug)
34871      Branch: perl
34872           !> lib/ExtUtils/Install.pm
34873 ____________________________________________________________________________
34874 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
34875         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
34876              change#8642
34877      Branch: maint-5.6/perl
34878            ! lib/ExtUtils/Install.pm
34879 ____________________________________________________________________________
34880 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
34881         Log: Update Changes.
34882      Branch: perl
34883            ! Changes patchlevel.h
34884 ____________________________________________________________________________
34885 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
34886         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
34887              From: "chromatic" <chromatic@rmci.net>
34888              Date: Fri, 14 Sep 2001 09:44:57 -0600 
34889              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
34890      Branch: perl
34891            ! lib/ExtUtils/Manifest.t
34892 ____________________________________________________________________________
34893 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
34894         Log: Hopefully better skipping of the Complete.t tests
34895              in case of not a tty. 
34896      Branch: perl
34897            ! lib/Term/Complete.t t/op/stat.t
34898 ____________________________________________________________________________
34899 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
34900         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
34901              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34902              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
34903              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
34904      Branch: perl
34905            ! regexec.c t/op/pat.t
34906 ____________________________________________________________________________
34907 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
34908         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
34909              From: Robin Barker <rmb1@cise.npl.co.uk>
34910              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
34911              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
34912      Branch: perl
34913            ! pod/perlport.pod
34914 ____________________________________________________________________________
34915 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
34916         Log: NetWare tweaks from Ananth Kesari.
34917      Branch: perl
34918            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34919            ! NetWare/nwutil.h
34920 ____________________________________________________________________________
34921 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
34922         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
34923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34924              Date: Fri, 14 Sep 2001 10:51:13 +0200
34925              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
34926      Branch: perl
34927            ! pod/perlport.pod
34928 ____________________________________________________________________________
34929 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
34930         Log: Subject: Re: [PATCH 2 pl2pm.PL]
34931              From: Joe Smith <Joe.Smith@inwap.com>
34932              Date: Fri, 14 Sep 2001 00:13:32 -0700
34933              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
34934              
34935              Eradicate qu.
34936      Branch: perl
34937            ! keywords.h keywords.pl utils/pl2pm.PL
34938 ____________________________________________________________________________
34939 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
34940         Log: Retract #12013, didn't go over too well in Tru64.
34941      Branch: perl
34942            ! embed.h embed.pl sv.h
34943 ____________________________________________________________________________
34944 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
34945         Log: Subject: [PATCH] Execute files of debugger commands
34946              From: Peter Scott <Peter@PSDT.com>
34947              Date: Thu, 13 Sep 2001 15:26:31 -0700
34948              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
34949      Branch: perl
34950            ! lib/perl5db.pl pod/perldebug.pod
34951 ____________________________________________________________________________
34952 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
34953         Log: (Retracted by #12015)
34954              Subject: [proposed PATCH] Re: perl@11920
34955              From: Nicholas Clark <nick@ccl4.org>
34956              Date: Wed, 12 Sep 2001 23:46:09 +0100
34957              Message-ID: <20010912234609.H4971@plum.flirble.org>     
34958      Branch: perl
34959            ! embed.h embed.pl sv.h
34960 ____________________________________________________________________________
34961 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
34962         Log: ucblib shouldn't be linked against in nonstop-ux,
34963              from Tom Bates.
34964      Branch: perl
34965            ! hints/nonstopux.sh
34966 ____________________________________________________________________________
34967 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
34968         Log: Do stty only if we have stty.
34969              
34970              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
34971      Branch: perl
34972            ! lib/Term/Complete.pm
34973 ____________________________________________________________________________
34974 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
34975         Log: Skip the test if not running on a tty.
34976      Branch: perl
34977            ! lib/Term/Complete.t
34978 ____________________________________________________________________________
34979 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
34980         Log: Regen headers.
34981      Branch: perl
34982            ! embed.h opcode.h pod/perlapi.pod proto.h
34983 ____________________________________________________________________________
34984 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
34985         Log: Subject: [PATCH op.c] Re: perl@12003
34986              From: Robin Barker <rmb1@cise.npl.co.uk>
34987              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
34988              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
34989      Branch: perl
34990            ! op.c
34991 ____________________________________________________________________________
34992 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
34993         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
34994              From: Robin Barker <rmb1@cise.npl.co.uk>
34995              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
34996              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
34997      Branch: perl
34998            ! sv.c
34999 ____________________________________________________________________________
35000 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
35001         Log: Upgrade to Memoize 0.66.
35002      Branch: perl
35003            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
35004            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
35005            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
35006 ____________________________________________________________________________
35007 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
35008         Log: Subject: [ID 20010912.007] substr reference core dump
35009              From: me-01@ton.iguana.be
35010              Date: 12 Sep 2001 14:11:16 -0000
35011              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
35012      Branch: perl
35013            ! mg.c
35014 ____________________________________________________________________________
35015 [ 12004] By: ams                                   on 2001/09/12  01:13:49
35016         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
35017              From: Ilmari Karonen <iltzu@sci.fi>
35018              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
35019              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
35020      Branch: perl
35021            ! pod/perlfaq4.pod
35022 ____________________________________________________________________________
35023 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
35024         Log: Update Changes.
35025      Branch: perl
35026            ! Changes patchlevel.h
35027 ____________________________________________________________________________
35028 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
35029         Log: NetWare update from Ananth Kesari.
35030      Branch: perl
35031            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
35032            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
35033 ____________________________________________________________________________
35034 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
35035         Log: Retract #11984: div() being redefined, and 1397
35036              failing on 64-bit platforms.
35037      Branch: perl
35038            ! lib/Math/BigInt/Calc.pm
35039 ____________________________________________________________________________
35040 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
35041         Log: Metaconfig unit change for #11999.
35042      Branch: metaconfig
35043            ! U/protos/d_lseekproto.U
35044 ____________________________________________________________________________
35045 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
35046         Log: The lseek fix (#11991) was no fix.
35047      Branch: perl
35048            ! Configure
35049 ____________________________________________________________________________
35050 [ 11998] By: sky                                   on 2001/09/11  07:52:06
35051         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
35052              From: Matt Sergeant <MSergeant@star.net.uk>
35053              Date: Tue, 11 Sep 2001 09:22:32 +0100
35054              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
35055      Branch: perl
35056            ! ext/Encode/Encode.pm
35057 ____________________________________________________________________________
35058 [ 11997] By: sky                                   on 2001/09/11  06:35:29
35059         Log: Sometimes dTHX is added because it is needed on non 
35060              gnuc platforms, but not needed there. This uses GCC
35061              to silence GCC specific warnings by marking pTHX as 
35062              unused.
35063      Branch: perl
35064            ! perl.h
35065 ____________________________________________________________________________
35066 [ 11996] By: nick                                  on 2001/09/11  06:25:27
35067         Log: Integrate mainline
35068      Branch: perlio
35069            - ext/POSIX/sigaction.t lib/File/Find/taint.t
35070           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
35071 ____________________________________________________________________________
35072 [ 11995] By: nick                                  on 2001/09/11  06:23:39
35073         Log: Part Integrate mainline
35074      Branch: perlio
35075           +> (branch 69 files)
35076            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
35077            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
35078            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
35079            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
35080            - lib/Switch/t/switch_case.t lib/Test/Harness.t
35081            - lib/Test/More/Changes lib/Test/More/t/More.t
35082            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35083            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35084            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
35085            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
35086            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
35087            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
35088            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
35089            - t/lib/Test/More/Catch.pm wince/perl.ico
35090           !> (integrate 197 files)
35091 ____________________________________________________________________________
35092 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
35093         Log: Subject: Re: [PATCH] Encode.pm docs fix
35094              From: Gisle Aas <gisle@ActiveState.com>
35095              Date: 10 Sep 2001 11:27:02 -0700
35096              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
35097      Branch: perl
35098            ! ext/Encode/Encode.pm
35099 ____________________________________________________________________________
35100 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
35101         Log: Fix unpack U to be the reverse of pack U
35102              (but implement unpack U0U as a backdoor to get
35103              the UTF-8 malformed warnings from un-UTF-8 data)
35104      Branch: perl
35105            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
35106 ____________________________________________________________________________
35107 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
35108         Log: Metaconfig unit change for #11991;
35109              delete an unused unit (d_strtoull.U is the one used)
35110      Branch: metaconfig
35111            ! U/protos/d_lseekproto.U
35112      Branch: metaconfig/U/perl
35113            - strtoull.U
35114 ____________________________________________________________________________
35115 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
35116         Log: Subject: [PATCH] Configure not recording lseek proto
35117              From: Blair Zajac <blair@orcaware.com>
35118              Date: Mon, 10 Sep 2001 17:52:37 -0700
35119              Message-ID: <3B9D6055.BA334A31@orcaware.com>
35120              
35121              plus regen Configure.
35122      Branch: perl
35123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35124            ! config_h.SH uconfig.h
35125 ____________________________________________________________________________
35126 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
35127         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?)))                  
35128              From: Nicholas Clark <nick@ccl4.org>
35129              Date: Tue, 11 Sep 2001 00:00:31 +0100
35130              Message-ID: <20010911000031.G1512@plum.flirble.org>
35131      Branch: perl
35132            + t/op/qq.t
35133            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
35134 ____________________________________________________________________________
35135 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
35136         Log: Subject: [PATCH] Building on win32 w/o perlio
35137              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
35138              Date: Mon, 10 Sep 2001 23:38:46 +0200
35139              Message-ID: <3B9D4F06.14433.2C37644@localhost>
35140      Branch: perl
35141            ! perl.c win32/Makefile win32/makefile.mk
35142 ____________________________________________________________________________
35143 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
35144         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
35145              From: "chromatic" <chromatic@rmci.net>
35146              Date: Mon, 10 Sep 2001 15:14:01 -0600
35147              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
35148      Branch: perl
35149            + lib/CGI/t/push.t
35150            ! MANIFEST
35151 ____________________________________________________________________________
35152 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
35153         Log: Subject: avoiding hoardes of zombies
35154              From: Nicholas Clark <nick@ccl4.org>
35155              Date: Mon, 10 Sep 2001 22:00:40 +0100
35156              Message-ID: <20010910220040.C1512@plum.flirble.org>
35157      Branch: perl
35158            ! pod/perlipc.pod
35159 ____________________________________________________________________________
35160 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
35161         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
35162              From: John Peacock <jpeacock@rowman.com>
35163              Date: Mon, 10 Sep 2001 16:34:30 -0400
35164              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
35165      Branch: perl
35166            ! sv.c t/op/ver.t utf8.h
35167 ____________________________________________________________________________
35168 [ 11985] By: ams                                   on 2001/09/10  23:20:13
35169         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
35170      Branch: perl
35171            ! MANIFEST
35172 ____________________________________________________________________________
35173 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
35174         Log: (Retracted by #12001)
35175              Subject: Calc with USE_MUL/USE_DIV
35176              From: Tels <perl_dummy@bloodgate.com>
35177              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
35178              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
35179      Branch: perl
35180            ! lib/Math/BigInt/Calc.pm
35181 ____________________________________________________________________________
35182 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
35183         Log: Subject: [PATCH op.c] Re: perl@11978
35184              From: Robin Barker <rmb1@cise.npl.co.uk>
35185              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
35186              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
35187              
35188              Format errors.
35189      Branch: perl
35190            ! op.c
35191 ____________________________________________________________________________
35192 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
35193         Log: Switch PADOFFSET back to U32 both because of binary backward
35194              compatibility and because Arthur seems to have been fixing the
35195              problems with naughty integer-pointer casting.
35196      Branch: perl
35197            ! op.h
35198 ____________________________________________________________________________
35199 [ 11981] By: ams                                   on 2001/09/10  16:31:43
35200         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
35201              Fix Pod Typo, Add Test for ExtUtils::Command
35202              From: "chromatic" <chromatic@rmci.net>
35203              Date: Mon, 10 Sep 2001 11:20:56 -0600
35204              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
35205      Branch: perl
35206            + lib/ExtUtils/Command.t
35207            ! MANIFEST lib/ExtUtils/Command.pm
35208 ____________________________________________________________________________
35209 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
35210         Log: Subject: [PATCH] Encode.pm docs fix
35211              From: Matt Sergeant <MSergeant@star.net.uk>
35212              Date: Mon, 10 Sep 2001 15:24:01 +0100
35213              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
35214      Branch: perl
35215            ! ext/Encode/Encode.pm
35216 ____________________________________________________________________________
35217 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
35218         Log: Update Changes.
35219      Branch: perl
35220            ! Changes patchlevel.h
35221 ____________________________________________________________________________
35222 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
35223         Log: Revert #11973, the dTHX seems to be needed in there
35224              for threaded builds.
35225      Branch: perl
35226            ! perlio.c
35227 ____________________________________________________________________________
35228 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
35229         Log: Detypo.
35230      Branch: perl
35231            ! pod/perlguts.pod
35232 ____________________________________________________________________________
35233 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
35234         Log: Further Class::Struct patching from Damian.
35235              
35236              The new new semantics are:
35237              
35238              * If you pass an initializer for a nested object, it has to be:
35239              a) a reference to an object of that class, or      
35240              b) a reference to an object of a subclass of that class, or
35241              c) a reference to a hash of arguments to be passed to the
35242              class's constructor
35243              * If you pass no initializer for a nested object, the attribute
35244              is initialized to C<undef>
35245      Branch: perl
35246            ! lib/Class/Struct.pm
35247 ____________________________________________________________________________
35248 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
35249         Log: Skip the crypt test if no crypt.
35250      Branch: perl
35251            ! t/op/crypt.t
35252 ____________________________________________________________________________
35253 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
35254         Log: Warn against using bare v-strings as IP addresses
35255              (okay if using the wrappers from Socket)
35256      Branch: perl
35257            ! pod/perldata.pod pod/perlport.pod
35258 ____________________________________________________________________________
35259 [ 11973] By: sky                                   on 2001/09/10  11:57:58
35260         Log: Remove unused dTHX. Silenced another warning.
35261      Branch: perl
35262            ! perlio.c
35263 ____________________________________________________________________________
35264 [ 11972] By: sky                                   on 2001/09/10  11:54:25
35265         Log: Silence some more warnings INT2PTR.
35266      Branch: perl
35267            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
35268 ____________________________________________________________________________
35269 [ 11971] By: sky                                   on 2001/09/10  11:21:50
35270         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
35271      Branch: perl
35272            ! cop.h
35273 ____________________________________________________________________________
35274 [ 11970] By: sky                                   on 2001/09/10  11:17:25
35275         Log: Apply INT2PTR with force to silence warnings from
35276              PM_GETRE and friends. No more warnings with 64bit 
35277              IVs and 32bit pointers.    
35278      Branch: perl
35279            ! op.c op.h perl.c
35280 ____________________________________________________________________________
35281 [ 11969] By: sky                                   on 2001/09/10  10:13:02
35282         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
35283      Branch: perl
35284            ! pod/perlguts.pod
35285 ____________________________________________________________________________
35286 [ 11968] By: sky                                   on 2001/09/10  10:02:51
35287         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
35288              Rename to custop_op_name to Perl_custom_op_name to match perlapi
35289              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
35290              perl_clone.
35291      Branch: perl
35292            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
35293 ____________________________________________________________________________
35294 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
35295         Log: Using strlen() not good on embedded nul bytes.
35296      Branch: perl
35297            ! regcomp.c
35298 ____________________________________________________________________________
35299 [ 11966] By: ams                                   on 2001/09/09  21:06:13
35300         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
35301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35302              Date: Mon, 13 Aug 2001 22:51:59 +0200
35303              Message-ID: <20010813225159.C6681@rafael>
35304              (Applied with several tweaks.)
35305      Branch: perl
35306            ! embed.h embed.pl proto.h toke.c
35307 ____________________________________________________________________________
35308 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
35309         Log: The exact error message is system-dependent.
35310      Branch: perl
35311            ! lib/ExtUtils/Manifest.t
35312 ____________________________________________________________________________
35313 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
35314         Log: Add Windows and Mac Sami support to Encode
35315              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
35316      Branch: perl
35317            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
35318            ! MANIFEST
35319 ____________________________________________________________________________
35320 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
35321         Log: Use the tried method.
35322      Branch: perl
35323            ! pod/perlport.pod
35324 ____________________________________________________________________________
35325 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
35326         Log: Can't count parentheses.
35327      Branch: perl
35328            ! ext/IO/lib/IO/Socket/INET.pm
35329 ____________________________________________________________________________
35330 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
35331         Log: perlport additions: 1 while unlink, add/delete directory
35332              entries and permissions, cygwin stat funkiness (from Michael
35333              Schwern and Nicholas Clark)
35334      Branch: perl
35335            ! pod/perlport.pod
35336 ____________________________________________________________________________
35337 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
35338         Log: blib does have a detectable test.
35339      Branch: perl
35340            ! t/lib/1_compile.t
35341 ____________________________________________________________________________
35342 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
35343         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
35344              From: "chromatic" <chromatic@rmci.net>
35345              Date: Sat, 08 Sep 2001 19:33:42 -0600
35346              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
35347      Branch: perl
35348            + lib/Term/Complete.t
35349            ! MANIFEST
35350 ____________________________________________________________________________
35351 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
35352         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
35353              From: Michael G Schwern <schwern@pobox.com> 
35354              Date: Sat, 8 Sep 2001 02:40:26 -0400
35355              Message-ID: <20010908024026.A26283@blackrider>
35356      Branch: perl
35357            + lib/Test/Tutorial.pod
35358            ! MANIFEST
35359 ____________________________________________________________________________
35360 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
35361         Log: Try to look up protocol (by name) only iff it has non-numbers:
35362              nice if the server is in a chrooted environment (no /etc/protocols,
35363              server code using hardcorded protocol numbers like 6 for tcp),
35364              suggested by John Holdsworth <coldwave@bigfoot.com>.
35365              In other words, if we are given a number, why look it up again
35366              (by number)?
35367      Branch: perl
35368            ! ext/IO/lib/IO/Socket/INET.pm
35369 ____________________________________________________________________________
35370 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
35371         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
35372              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35373              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
35374              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
35375              
35376              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
35377              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35378              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
35379              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
35380              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
35381              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35382              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
35383              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
35384      Branch: perl
35385            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
35386 ____________________________________________________________________________
35387 [ 11955] By: ams                                   on 2001/09/09  02:54:21
35388         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35389              From: "Craig A. Berry" <craigberry@mac.com>
35390              Date: Sat, 08 Sep 2001 19:02:16 -0500
35391              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
35392      Branch: perl
35393            ! lib/CGI/t/carp.t
35394 ____________________________________________________________________________
35395 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
35396         Log: Documentation tweaks; think the IP address as an opaque string.
35397      Branch: perl
35398            ! ext/Socket/Socket.pm
35399 ____________________________________________________________________________
35400 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
35401         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
35402              From: Michael G Schwern <schwern@pobox.com>
35403              Date: Sat, 8 Sep 2001 19:45:46 -0400
35404              Message-ID: <20010908194546.C9193@blackrider>
35405      Branch: perl
35406            + lib/blib.t
35407            ! MANIFEST lib/blib.pm t/lib/1_compile.t
35408 ____________________________________________________________________________
35409 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
35410         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
35411              From: "chromatic" <chromatic@rmci.net>
35412              Date: Sat, 08 Sep 2001 12:31:44 -0600
35413              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
35414      Branch: perl
35415            + lib/CGI/t/fast.t
35416            ! MANIFEST
35417 ____________________________________________________________________________
35418 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
35419         Log: The Socket tests were wrong: they were assuming too much.
35420      Branch: perl
35421            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
35422 ____________________________________________________________________________
35423 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
35424         Log: Retract the portability changes since they
35425              seem to have opened a can of worms... will
35426              go back to UNICOS/mk and do the bare minimum
35427              required to get the tests working.
35428      Branch: perl
35429            ! ext/Socket/Socket.xs
35430 ____________________________________________________________________________
35431 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
35432         Log: PADOFFSET is used to cast pointers into integers,
35433              if pointers are 64 bits and U32 32 bits,
35434              bad things may happen, or at least warnings issued.
35435      Branch: perl
35436            ! op.h
35437 ____________________________________________________________________________
35438 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
35439         Log: Still more Socket portability tweaking.
35440              Now Socket.t seems to be happy in all of
35441              Linux/x86, Tru64/alpha, Solaris/sparc,
35442              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
35443              
35444              Addendum: it seems that io_multihomed, io_sock, and hostent
35445              were broken in little-endians (linux/x86 and tru64/alpha)
35446              because of this change.  Argh.
35447      Branch: perl
35448            ! ext/Socket/Socket.xs
35449 ____________________________________________________________________________
35450 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
35451         Log: More portability kicking on inet_ntoa().
35452      Branch: perl
35453            ! ext/Socket/Socket.xs
35454 ____________________________________________________________________________
35455 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
35456         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
35457              From: Michael G Schwern <schwern@pobox.com> 
35458              Date: Fri, 7 Sep 2001 23:06:51 -0400
35459              Message-ID: <20010907230651.R606@blackrider>
35460      Branch: perl
35461            + lib/ExtUtils/Manifest.t
35462            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
35463 ____________________________________________________________________________
35464 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
35465         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
35466              From: "chromatic" <chromatic@rmci.net>
35467              Date: Fri, 07 Sep 2001 17:53:15 -0600      
35468              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
35469      Branch: perl
35470            + lib/ExtUtils/testlib.t
35471            ! MANIFEST
35472 ____________________________________________________________________________
35473 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
35474         Log: Thinko.
35475      Branch: perl
35476            ! lib/integer.t
35477 ____________________________________________________________________________
35478 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
35479         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35480              From: "Craig A. Berry" <craigberry@mac.com>
35481              Date: Fri, 07 Sep 2001 15:30:03 -0500
35482              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
35483      Branch: perl
35484            ! lib/CGI/Carp.pm
35485 ____________________________________________________________________________
35486 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
35487         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
35488              From: Michael G Schwern <schwern@pobox.com>
35489              Date: Fri, 7 Sep 2001 15:38:13 -0400
35490              Message-ID: <20010907153813.K606@blackrider>
35491      Branch: perl
35492            ! lib/ExtUtils/MM_Unix.pm
35493 ____________________________________________________________________________
35494 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
35495         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
35496              From: Robin Barker <rmb1@cise.npl.co.uk>
35497              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
35498              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
35499      Branch: perl
35500            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
35501 ____________________________________________________________________________
35502 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
35503         Log: Clean up 1_compile.t; move tests to more consistent
35504              places (t/ subdirectories); add integer.t (much of
35505              the pragma is tested elsewhere but there is no one
35506              centralized place)
35507      Branch: perl
35508            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
35509            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
35510            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
35511            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
35512            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
35513            - lib/File/Find/find.t lib/File/Find/taint.t
35514            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
35515 ____________________________________________________________________________
35516 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
35517         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
35518              From: "chromatic" <chromatic@rmci.net>
35519              Date: Fri, 07 Sep 2001 10:17:40 -0600
35520              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
35521      Branch: perl
35522            ! lib/File/Find/taint.t
35523 ____________________________________________________________________________
35524 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
35525         Log: Update Changes.
35526      Branch: perl
35527            ! Changes patchlevel.h
35528 ____________________________________________________________________________
35529 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
35530         Log: Rename the old threading tutorial, start a new one,
35531              regen toc.
35532      Branch: perl
35533            + pod/perlothrtut.pod
35534            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
35535            ! pod/perltoc.pod
35536 ____________________________________________________________________________
35537 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
35538         Log: vars very much has a test.
35539      Branch: perl
35540            ! t/lib/1_compile.t
35541 ____________________________________________________________________________
35542 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
35543         Log: Subject: Re: wince/perl.ico marked as binary
35544              From: Nicholas Clark <nick@ccl4.org>
35545              Date: Fri, 7 Sep 2001 13:54:40 +0100
35546              Message-ID: <20010907135439.D39150@plum.flirble.org>
35547              
35548              and wince/Makefile.ce change from Rainer Keuchel.
35549      Branch: perl
35550            + wince/makeico.pl
35551            ! MANIFEST wince/Makefile.ce
35552 ____________________________________________________________________________
35553 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
35554         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
35555              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35556              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
35557              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
35558      Branch: perl
35559            ! regexec.c
35560 ____________________________________________________________________________
35561 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
35562         Log: (Replaced by #11934)
35563              Subject: Re: [PATCH regexec.c] more general .* and .*?
35564              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35565              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
35566              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
35567      Branch: perl
35568            ! regexec.c
35569 ____________________________________________________________________________
35570 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
35571         Log: The #11931 patching misbehaved.
35572      Branch: perl
35573            ! lib/Test/Harness/t/test-harness.t
35574 ____________________________________________________________________________
35575 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
35576         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
35577              From: Michael G Schwern <schwern@pobox.com>
35578              Date: Fri, 7 Sep 2001 03:30:41 -0400
35579              Message-ID: <20010907033041.A2796@blackrider>
35580      Branch: perl
35581            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
35582            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
35583            + t/lib/sample-tests/header_at_end_fail
35584            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
35585            - lib/Test/Harness.t
35586            ! MANIFEST lib/Test/Harness.pm t/TEST
35587 ____________________________________________________________________________
35588 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
35589         Log: Subject: [PATCH] Digest::MD5 update
35590              From: Gisle Aas <gisle@ActiveState.com>
35591              Date: 06 Sep 2001 23:32:56 -0700
35592              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
35593      Branch: perl
35594            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35595            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35596 ____________________________________________________________________________
35597 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
35598         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
35599              From: "chromatic" <chromatic@rmci.net>
35600              Date: Thu, 06 Sep 2001 23:11:44 -0600
35601              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
35602      Branch: perl
35603            + lib/less.t
35604            ! MANIFEST t/lib/1_compile.t
35605 ____________________________________________________________________________
35606 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
35607         Log: The binary file must somehow differently stored.
35608      Branch: perl
35609            - wince/perl.ico
35610            ! MANIFEST
35611 ____________________________________________________________________________
35612 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
35613         Log: Add more modules to the list of modules that have tests,
35614              Schwern's wallet is getting more nervous.
35615              (Run t/lib/1_compile.t manually to see which modules
35616              are lacking tests, or the tests can't be run for some
35617              reason or another, such as the Net:: modules)
35618      Branch: perl
35619            ! t/lib/1_compile.t
35620 ____________________________________________________________________________
35621 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
35622         Log: Try to make Socket::inet_ntoa() more robust.
35623      Branch: perl
35624            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
35625 ____________________________________________________________________________
35626 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
35627         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
35628              From: chromatic <chromatic@rmci.net>       
35629              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
35630              Message-Id: <01090522580506.19590@firewheel>           
35631      Branch: perl
35632            ! lib/English.t
35633 ____________________________________________________________________________
35634 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
35635         Log: Subject: Re: perlvar manpage and localizing special vars
35636              From: Stas Bekman <stas@stason.org>
35637              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
35638              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
35639      Branch: perl
35640            ! pod/perlvar.pod
35641 ____________________________________________________________________________
35642 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
35643         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
35644              From: Robin Barker <rmb1@cise.npl.co.uk>
35645              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
35646              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
35647      Branch: perl
35648            ! lib/ExtUtils/MakeMaker.pm
35649 ____________________________________________________________________________
35650 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
35651         Log: Symbol missing; AIX unhappy.
35652      Branch: perl
35653            ! makedef.pl
35654 ____________________________________________________________________________
35655 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
35656         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
35657              Reported in 5.61, seems to work okay in blead.
35658      Branch: perl
35659            ! t/run/kill_perl.t
35660 ____________________________________________________________________________
35661 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
35662         Log: Update Changes.
35663      Branch: perl
35664            ! Changes patchlevel.h
35665 ____________________________________________________________________________
35666 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
35667         Log: Document the bad assumptions currently breaking
35668              the Socket.t tests 10, 11, and 13 in UNICOS.
35669      Branch: perl
35670            ! ext/Socket/Socket.xs
35671 ____________________________________________________________________________
35672 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
35673         Log: Subject: [PATCH x2p] make OPTIMIZE=...
35674              From: Robin Barker <rmb1@cise.npl.co.uk>
35675              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
35676              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
35677      Branch: perl
35678            ! x2p/Makefile.SH x2p/cflags.SH
35679 ____________________________________________________________________________
35680 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
35681         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
35682              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35683              Date: Thu, 6 Sep 2001 11:09:40 +0100
35684              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
35685              
35686              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
35687              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35688              Date: 6 Sep 2001 10:14:38 -0000
35689              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
35690      Branch: perl
35691            ! pod/perlfaq1.pod pod/perlhack.pod
35692 ____________________________________________________________________________
35693 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
35694         Log: Subject: Extra NUL is Data::Dumper output - patch
35695              From: Tony Cook <tony@develop-help.com>
35696              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
35697              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
35698      Branch: perl
35699            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
35700 ____________________________________________________________________________
35701 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
35702         Log: Avoid redefinition warning
35703              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
35704              from
35705              perl -w -Ilib -MCwd -e ''
35706      Branch: perl
35707            ! lib/Cwd.pm
35708 ____________________________________________________________________________
35709 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
35710         Log: Update the is_tainted() example implementation.
35711      Branch: perl
35712            ! pod/perlsec.pod
35713 ____________________________________________________________________________
35714 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
35715         Log: Missing) in #11912.
35716      Branch: perl
35717            ! lib/Test/Simple/t/fail.t
35718 ____________________________________________________________________________
35719 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
35720         Log: Rewhack Test-Simple into core harness.
35721      Branch: perl
35722            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35723            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35724            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35725            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35726            ! lib/Test/Simple/t/skipall.t
35727 ____________________________________________________________________________
35728 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
35729         Log: Workaround for the new Exporter 'feature'.
35730      Branch: perl
35731            ! lib/Test/More.pm
35732 ____________________________________________________________________________
35733 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
35734         Log: Re-introduce pure-Perl fall-back for abs_path,
35735              re-introduce #11898.
35736      Branch: perl
35737            ! lib/Cwd.pm lib/File/Find.pm
35738 ____________________________________________________________________________
35739 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
35740         Log: More tests.
35741      Branch: perl
35742            ! lib/Exporter.t
35743 ____________________________________________________________________________
35744 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
35745         Log: Retract #11898 for now because it introduces
35746              a rather nasty depencency: when B is being built,
35747              MakeMaker is used.  MakeMaker uses File::Find.
35748              File::Find uses Cwd::getcwd()...which doesn't
35749              exist yet.
35750      Branch: perl
35751            ! lib/File/Find.pm
35752 ____________________________________________________________________________
35753 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
35754         Log: New test welcome.
35755      Branch: perl
35756            + lib/Test/Simple/t/simple.t
35757 ____________________________________________________________________________
35758 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
35759         Log: Old test begone.
35760      Branch: perl
35761            - lib/Attribute/Handlers/test.pl
35762 ____________________________________________________________________________
35763 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
35764         Log: Test-Simple syncup from Schwern.
35765      Branch: perl
35766            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
35767            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
35768            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
35769            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
35770            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
35771            - lib/Test/More/Changes lib/Test/More/t/More.t
35772            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35773            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35774            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
35775            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
35776            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
35777            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35778            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35779            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
35780            ! t/lib/Test/Simple/sample_tests/death.plx
35781            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
35782            ! t/lib/Test/Simple/sample_tests/extras.plx
35783            ! t/lib/Test/Simple/sample_tests/five_fail.plx
35784            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
35785            ! t/lib/Test/Simple/sample_tests/one_fail.plx
35786            ! t/lib/Test/Simple/sample_tests/require.plx
35787            ! t/lib/Test/Simple/sample_tests/success.plx
35788            ! t/lib/Test/Simple/sample_tests/too_few.plx
35789            ! t/lib/Test/Simple/sample_tests/two_fail.plx
35790 ____________________________________________________________________________
35791 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
35792         Log: Integrate File::Find changes from bleadperl
35793      Branch: maint-5.6/macperl
35794            ! lib/File/Find.pm t/lib/filefind-taint.t
35795 ____________________________________________________________________________
35796 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
35797         Log: Integrate 11847 from maint-5.6/perl
35798      Branch: maint-5.6/macperl
35799           !> sv.c
35800 ____________________________________________________________________________
35801 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
35802         Log: In UNICOS division yada yada.
35803      Branch: perl
35804            ! t/op/override.t
35805 ____________________________________________________________________________
35806 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
35807         Log: In UNICOS division is really lossy, better use
35808              a tolerance test.
35809      Branch: perl
35810            ! ext/Time/HiRes/HiRes.t
35811 ____________________________________________________________________________
35812 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
35813         Log: In UNICOS sigaction() sets an extra flag
35814              ("the signal has been registered for all the processes in
35815              a multitasking group.")
35816      Branch: perl
35817            ! ext/POSIX/sigaction.t
35818 ____________________________________________________________________________
35819 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
35820         Log: Documentation micropatch from Damian.
35821      Branch: perl
35822            ! lib/Attribute/Handlers.pm
35823 ____________________________________________________________________________
35824 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
35825         Log: (Retracted by #11908)
35826              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
35827              From: Michael G Schwern <schwern@pobox.com>
35828              Date: Wed, 5 Sep 2001 15:58:21 -0400
35829              Message-ID: <20010905155821.I632@blackrider>
35830      Branch: perl
35831            ! lib/File/Find.pm lib/File/Find/taint.t
35832 ____________________________________________________________________________
35833 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
35834         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
35835              From: Michael G Schwern <schwern@pobox.com>
35836              Date: Wed, 5 Sep 2001 19:16:31 -0400
35837              Message-ID: <20010905191631.E11386@blackrider>
35838      Branch: perl
35839            + lib/CGI/t/carp.t
35840            ! MANIFEST
35841 ____________________________________________________________________________
35842 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
35843         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
35844              From: chromatic <chromatic@rmci.net>
35845              Date: Wed, 5 Sep 2001 18:08:07 -0600
35846              Message-Id: <01090518080700.19590@firewheel>
35847      Branch: perl
35848            ! lib/English.pm
35849 ____________________________________________________________________________
35850 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
35851         Log: Fix a typo #11889 and add a test for the same.
35852      Branch: perl
35853            ! ext/Socket/Socket.t ext/Socket/Socket.xs
35854 ____________________________________________________________________________
35855 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
35856         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
35857              From: "Craig A. Berry" <craigberry@mac.com>
35858              Date: Wed, 05 Sep 2001 17:48:54 -0500
35859              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
35860      Branch: perl
35861            ! lib/warnings.t t/run/kill_perl.t
35862 ____________________________________________________________________________
35863 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
35864         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
35865              From: Michael G Schwern <schwern@pobox.com>
35866              Date: Wed, 5 Sep 2001 17:22:25 -0400
35867              Message-ID: <20010905172225.C11386@blackrider>
35868      Branch: perl
35869            ! t/run/kill_perl.t
35870 ____________________________________________________________________________
35871 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
35872         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
35873              From: Nicholas Clark <nick@ccl4.org>
35874              Date: Wed, 5 Sep 2001 20:54:24 +0100
35875              Message-ID: <20010905205424.C25120@plum.flirble.org>
35876      Branch: perl
35877            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
35878 ____________________________________________________________________________
35879 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
35880         Log: Forgotten thing.
35881      Branch: perl
35882            ! uconfig.h
35883 ____________________________________________________________________________
35884 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
35885         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
35886              From: chromatic <chromatic@rmci.net>               
35887              Date: Wed, 5 Sep 2001 13:22:08 -0600
35888              Message-Id: <01090513220807.10587@firewheel> 
35889      Branch: perl
35890            ! lib/English.pm
35891 ____________________________________________________________________________
35892 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
35893         Log: inet_ntoa() tweaks:
35894              - don't allow addresses with > 255 characters
35895              - indent the HP-UX workaround
35896              - don't leak memory
35897      Branch: perl
35898            ! ext/Socket/Socket.xs
35899 ____________________________________________________________________________
35900 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
35901         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
35902              <xwu@theeducationcenter.com>
35903      Branch: perl
35904            ! lib/File/Find.pm
35905 ____________________________________________________________________________
35906 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
35907         Log: Typo nits.
35908      Branch: perl
35909            ! lib/File/Find.pm
35910 ____________________________________________________________________________
35911 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
35912         Log: -Wall nit.
35913      Branch: perl
35914            ! op.c
35915 ____________________________________________________________________________
35916 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
35917         Log: Update to Scalar-List-Utils 1.05
35918      Branch: perl
35919            ! ext/List/Util/ChangeLog ext/List/Util/README
35920            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35921 ____________________________________________________________________________
35922 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
35923         Log: Update Changes.
35924      Branch: perl
35925            ! Changes patchlevel.h
35926 ____________________________________________________________________________
35927 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
35928         Log: Update to Scalar-List-Utils 1.04
35929      Branch: perl
35930            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
35931            ! ext/List/Util/lib/List/Util.pm
35932            ! ext/List/Util/lib/Scalar/Util.pm
35933 ____________________________________________________________________________
35934 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
35935         Log: Metaconfigify #11724.
35936      Branch: metaconfig
35937            ! U/threads/archname.U
35938 ____________________________________________________________________________
35939 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
35940         Log: The MacOS reference is okay, no reason to hide it.
35941      Branch: perl
35942            ! lib/Cwd.pm
35943 ____________________________________________________________________________
35944 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
35945         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
35946              From: Michael G Schwern <schwern@pobox.com>
35947              Date: Tue, 4 Sep 2001 15:30:10 -0400
35948              Message-ID: <20010904153010.H26466@blackrider> 
35949              
35950              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
35951      Branch: perl
35952            ! ext/Cwd/Makefile.PL lib/Cwd.pm
35953 ____________________________________________________________________________
35954 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
35955         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.))
35956              From: Michael G Schwern <schwern@pobox.com>
35957              Date: Tue, 4 Sep 2001 17:39:13 -0400
35958              Message-ID: <20010904173913.C626@blackrider>
35959      Branch: perl
35960            ! lib/Cwd.pm
35961 ____________________________________________________________________________
35962 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
35963         Log: Subject: Re: Perl_pp_* in public API?
35964              From: "Craig A. Berry" <craigberry@mac.com>
35965              Date: Tue, 4 Sep 2001 21:51:29 -0500
35966              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
35967      Branch: perl
35968            ! ext/List/Util/Util.xs
35969 ____________________________________________________________________________
35970 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
35971         Log: From Damian: Class::Struct was unable to define
35972              recursive classes.  After the patch an object reference
35973              (rather than a hash) is required to initialize
35974              an object attribute.  If no such initializer is given to
35975              the constructor, object attributes are now default
35976              initialized to C<undef>.
35977      Branch: perl
35978            ! lib/Class/Struct.pm lib/Class/Struct.t
35979 ____________________________________________________________________________
35980 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
35981         Log: Subject: Re: sv_catpvfn and sv_setpvfn
35982              From: Richard Soderberg <rs@oregonnet.com>
35983              Date: Tue, 4 Sep 2001 15:16:47 -0700
35984              Message-Id: <200109042216.PAA17858@oregonnet.com>
35985      Branch: perl
35986            ! pod/perlclib.pod pod/perlguts.pod
35987 ____________________________________________________________________________
35988 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
35989         Log: NetWare updates from Ananth Kesari.
35990      Branch: perl
35991            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
35992            ! NetWare/nw5thread.h
35993 ____________________________________________________________________________
35994 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
35995         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?))
35996              From: Nicholas Clark <nick@ccl4.org>
35997              Date: Tue, 4 Sep 2001 22:42:50 +0100
35998              Message-ID: <20010904224250.P25120@plum.flirble.org>
35999      Branch: perl
36000            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
36001            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
36002            ! t/op/oct.t toke.c
36003 ____________________________________________________________________________
36004 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
36005         Log: Fix Cwd::getcwd() not being tainted, as noticed
36006              by Schwern.
36007      Branch: perl
36008            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
36009            - ext/Cwd/Cwd.t
36010            ! MANIFEST ext/Cwd/Cwd.xs util.c
36011 ____________________________________________________________________________
36012 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
36013         Log: Retract #11870 and volatilize the right destruct_level.
36014              Silly thinko pointed out by Sarathy.
36015      Branch: perl
36016            ! intrpvar.h perl.c
36017 ____________________________________________________________________________
36018 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
36019         Log: At least a temporary fix for the mysterious scope core dumps
36020              in Tru64 from Graham.
36021      Branch: perl
36022            ! ext/List/Util/Util.xs
36023 ____________________________________________________________________________
36024 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
36025         Log: (Retracted by #11872)
36026      Branch: perl
36027            ! intrpvar.h
36028 ____________________________________________________________________________
36029 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
36030         Log: Quench a -Wall gripe noticed by Robin Barker.
36031      Branch: perl
36032            ! op.c
36033 ____________________________________________________________________________
36034 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
36035         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
36036              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36037              Date: Wed, 05 Sep 2001 02:01:32 +0900
36038              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
36039      Branch: perl
36040            ! lib/Unicode/UCD.pm
36041 ____________________________________________________________________________
36042 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
36043         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
36044              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36045              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
36046              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
36047      Branch: perl
36048            ! gv.c
36049 ____________________________________________________________________________
36050 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
36051         Log: Update Changes.
36052      Branch: perl
36053            ! Changes patchlevel.h
36054 ____________________________________________________________________________
36055 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
36056         Log: Add the \[$@%&*] prototype support.
36057      Branch: perl
36058            ! op.c pod/perlsub.pod t/comp/proto.t
36059 ____________________________________________________________________________
36060 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
36061         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
36062              From: Michael G Schwern <schwern@pobox.com>
36063              Date: Mon, 3 Sep 2001 18:59:01 -0400
36064              Message-ID: <20010903185901.Z9233@blackrider>
36065      Branch: perl
36066            ! lib/CGI/t/form.t
36067 ____________________________________________________________________________
36068 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
36069         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
36070              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
36071              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
36072              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
36073      Branch: perl
36074            ! gv.c
36075 ____________________________________________________________________________
36076 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
36077         Log: More srand entry tweakage based on Randal's suggestion.
36078      Branch: perl
36079            ! pod/perlfunc.pod
36080 ____________________________________________________________________________
36081 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
36082         Log: Subject: [PATCH] 'main' *is* a reserved word
36083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36084              Date: Mon, 3 Sep 2001 22:55:41 +0200
36085              Message-ID: <20010903225541.A24097@rafael>
36086      Branch: perl
36087            ! toke.c
36088 ____________________________________________________________________________
36089 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
36090         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
36091              From: Peter Prymmer <pvhp@best.com>
36092              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
36093              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
36094      Branch: perl
36095            ! README.vms configure.com
36096 ____________________________________________________________________________
36097 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
36098         Log: Subject: Re: A slightly better default seed?   
36099              From: Michael G Schwern <schwern@pobox.com>
36100              Date: Mon, 3 Sep 2001 18:08:15 -0400 
36101              Message-ID: <20010903180815.W9233@blackrider>
36102      Branch: perl
36103            ! t/op/srand.t
36104 ____________________________________________________________________________
36105 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
36106         Log: Add sharedsv.o to microperl object files.
36107      Branch: perl
36108            ! Makefile.micro
36109 ____________________________________________________________________________
36110 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
36111         Log: AUTHORS updates and
36112              
36113              Subject: [PATCH] Just some preening :-)        
36114              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
36115              Date: Tue, 4 Sep 2001 14:16:59 +0100
36116              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
36117      Branch: perl
36118            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
36119 ____________________________________________________________________________
36120 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
36121         Log: Typo fix and slight rewording.
36122      Branch: perl
36123            ! pod/perlfunc.pod
36124 ____________________________________________________________________________
36125 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
36126         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
36127      Branch: perl
36128            ! pod/perlfaq4.pod
36129 ____________________________________________________________________________
36130 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
36131         Log: The helper file changed name.
36132      Branch: perl
36133            ! MANIFEST
36134 ____________________________________________________________________________
36135 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
36136         Log: Update to Scalar-List-Utils 1.03
36137      Branch: perl
36138            + ext/List/Util/t/shuffle.t
36139            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
36140            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
36141            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
36142            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
36143            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
36144            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
36145            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
36146            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
36147 ____________________________________________________________________________
36148 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
36149         Log: Make crypt() do something more sane for Unicode
36150              (take crypt() of the low eight bits of the characters,
36151              instead of taking crypt() of the UTF-8 of the scalar);
36152              add a test for crypt().
36153      Branch: perl
36154            + t/op/crypt.t
36155            ! MANIFEST pod/perlfunc.pod pp.c
36156 ____________________________________________________________________________
36157 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
36158         Log: Reorganize the srand entry.
36159      Branch: perl
36160            ! pod/perlfunc.pod
36161 ____________________________________________________________________________
36162 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
36163         Log: Remove the tests that assume something about
36164              calling srand() without arguments multiple times.
36165      Branch: perl
36166            ! t/op/srand.t
36167 ____________________________________________________________________________
36168 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
36169         Log: Upgrade to Math::BigInt 1.42.
36170      Branch: perl
36171            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36172            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
36173            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
36174            ! lib/Math/BigInt/t/mbimbf.t
36175 ____________________________________________________________________________
36176 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
36177         Log: integrate change#11847 from maint-5.6
36178              
36179              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36180      Branch: perl
36181            ! sv.c
36182 ____________________________________________________________________________
36183 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
36184         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36185      Branch: maint-5.6/perl
36186            ! sv.c
36187 ____________________________________________________________________________
36188 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
36189         Log: As far as I can tell these functions have been Unicodified.
36190      Branch: perl
36191            ! doop.c
36192 ____________________________________________________________________________
36193 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
36194         Log: Update to Storable 1.0.13.
36195      Branch: perl
36196            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36197            ! ext/Storable/Storable.xs
36198 ____________________________________________________________________________
36199 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
36200         Log: Patch the Filter::Simple test to work with
36201              the core test suite (since the FilterTest.pm
36202              is in t/lib, not in lib).
36203      Branch: perl
36204            ! lib/Filter/Simple/t/filter.t
36205 ____________________________________________________________________________
36206 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
36207         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
36208      Branch: perl
36209            + t/lib/FilterTest.pm
36210            - t/lib/MyFilter.pm
36211 ____________________________________________________________________________
36212 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
36213         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
36214              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
36215              Text::Balanced 1.86.
36216      Branch: perl
36217            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
36218            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
36219            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
36220            + lib/Switch/t/nested.t lib/Switch/t/switch.t
36221            + lib/Text/Balanced/Changes lib/Text/Balanced/README
36222            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
36223            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
36224            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
36225            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
36226            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
36227            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
36228            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
36229            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
36230            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
36231            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
36232            ! MANIFEST lib/Attribute/Handlers.pm
36233            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
36234            ! lib/Attribute/Handlers/demo/Demo.pm
36235            ! lib/Attribute/Handlers/demo/Descriptions.pm
36236            ! lib/Attribute/Handlers/demo/MyClass.pm
36237            ! lib/Attribute/Handlers/demo/demo.pl
36238            ! lib/Attribute/Handlers/demo/demo2.pl
36239            ! lib/Attribute/Handlers/demo/demo3.pl
36240            ! lib/Attribute/Handlers/demo/demo4.pl
36241            ! lib/Attribute/Handlers/demo/demo_call.pl
36242            ! lib/Attribute/Handlers/demo/demo_chain.pl
36243            ! lib/Attribute/Handlers/demo/demo_cycle.pl
36244            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
36245            ! lib/Attribute/Handlers/demo/demo_phases.pl
36246            ! lib/Attribute/Handlers/demo/demo_range.pl
36247            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
36248            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
36249            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
36250            ! lib/Text/Balanced.pm
36251 ____________________________________________________________________________
36252 [ 11841] By: sky                                   on 2001/09/03  11:04:15
36253         Log: Forgot to add a file with Change #11840
36254      Branch: perl
36255            + t/op/srand.t
36256 ____________________________________________________________________________
36257 [ 11840] By: sky                                   on 2001/09/03  11:02:04
36258         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
36259              From: Michael G Schwern <schwern@pobox.com>
36260              Date: Mon, 3 Sep 2001 07:43:00 -0400
36261              Message-ID: <20010903074300.E9233@blackrider>
36262      Branch: perl
36263            ! MANIFEST pod/perlfunc.pod t/op/rand.t
36264 ____________________________________________________________________________
36265 [ 11839] By: sky                                   on 2001/09/03  10:47:11
36266         Log: Document the changes with regards to running of END blocks.
36267              And DESTROY on global objects are called in perl_destruct()!
36268      Branch: perl
36269            ! pod/perl572delta.pod pod/perlembed.pod
36270 ____________________________________________________________________________
36271 [ 11838] By: sky                                   on 2001/09/03  09:34:44
36272         Log: Subject: [PATCH t/op/time.t] Partial cleanup
36273              From: Michael G Schwern <schwern@pobox.com>
36274              Date: Mon, 3 Sep 2001 06:29:42 -0400
36275              Message-ID: <20010903062942.C9233@blackrider>
36276      Branch: perl
36277            ! t/op/time.t
36278 ____________________________________________________________________________
36279 [ 11837] By: sky                                   on 2001/09/03  09:30:02
36280         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
36281              From: Michael G Schwern <schwern@pobox.com>
36282              Date: Mon, 3 Sep 2001 06:24:13 -0400
36283              Message-ID: <20010903062413.B9233@blackrider>
36284      Branch: perl
36285            ! t/op/rand.t
36286 ____________________________________________________________________________
36287 [ 11836] By: sky                                   on 2001/09/03  07:56:47
36288         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
36289              From: Michael G Schwern <schwern@pobox.com>
36290              Date: Sun, 2 Sep 2001 21:38:43 -0400
36291              Message-ID: <20010902213843.L2711@blackrider>
36292      Branch: perl
36293            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
36294            ! MANIFEST
36295 ____________________________________________________________________________
36296 [ 11835] By: nick                                  on 2001/09/03  06:20:06
36297         Log: Integrate mainline
36298      Branch: perlio
36299           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
36300            - t/op/misc.t
36301           !> (integrate 187 files)
36302 ____________________________________________________________________________
36303 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
36304         Log: Update Changes.
36305      Branch: perl
36306            ! Changes patchlevel.h
36307 ____________________________________________________________________________
36308 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
36309         Log: Slight tweaks.
36310      Branch: perl
36311            ! t/run/kill_perl.t
36312 ____________________________________________________________________________
36313 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
36314         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
36315      Branch: perl
36316            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36317 ____________________________________________________________________________
36318 [ 11831] By: sky                                   on 2001/09/02  12:10:42
36319         Log: Change #11828 wasn't complete, this updates to intest path
36320      Branch: perl
36321            ! t/run/kill_perl.t
36322 ____________________________________________________________________________
36323 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
36324         Log: 's's's.
36325      Branch: perl
36326            ! Changes
36327 ____________________________________________________________________________
36328 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
36329         Log: Update Changes.
36330      Branch: perl
36331            ! Changes patchlevel.h
36332 ____________________________________________________________________________
36333 [ 11828] By: sky                                   on 2001/09/02  11:53:56
36334         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
36335              From: Michael G Schwern <schwern@pobox.com>
36336              Date: Sat, 1 Sep 2001 20:18:58 -0400
36337              Message-ID: <20010901201858.X606@blackrider>
36338              +MANIFEST Fix
36339      Branch: perl
36340            + t/run/kill_perl.t
36341            - t/op/misc.t t/run/segfault.t
36342            ! MANIFEST
36343 ____________________________________________________________________________
36344 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
36345         Log: Subject: [PATCH] lib/Time/Local.pm
36346              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36347              Date: Sun, 2 Sep 2001 06:50:01 -0500
36348              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
36349      Branch: perl
36350            ! lib/Time/Local.pm
36351 ____________________________________________________________________________
36352 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
36353         Log: Tick off Unicode collation and the normalization from
36354              the todo list.
36355      Branch: perl
36356            ! pod/perltodo.pod
36357 ____________________________________________________________________________
36358 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
36359         Log: Update to Unicode 3.1.1.
36360      Branch: perl
36361            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
36362            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
36363            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
36364            ! lib/unicore/PropList.txt lib/unicore/README.perl
36365            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
36366            ! lib/unicore/rename lib/unicore/version
36367 ____________________________________________________________________________
36368 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
36369         Log: Slight doc tweaks for the module.
36370      Branch: perl
36371            ! lib/Unicode/UCD.pm
36372 ____________________________________________________________________________
36373 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
36374         Log: Rename the variable: it *used* to be (wrongly) that the
36375              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
36376              but that is no more the case: PL_reg_match_utf8 is better.
36377      Branch: perl
36378            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
36379            ! regexec.c sv.c thrdvar.h
36380 ____________________________________________________________________________
36381 [ 11822] By: ams                                   on 2001/09/02  02:54:50
36382         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
36383              From: Ilmari Karonen <iltzu@sci.fi>
36384              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
36385              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
36386              (op/sub_lval.t updated to take new error message into account.)
36387      Branch: perl
36388            ! op.c t/op/sub_lval.t
36389 ____________________________________________________________________________
36390 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
36391         Log: remove stray CRs in files; keep all files with UNIX line-ends
36392              (Porting/makerel adds CRs to the files that need it in the
36393              distribution)
36394      Branch: perl
36395            ! NetWare/t/NWScripts.pl README.dos
36396            ! ext/Encode/Encode/cns11643-1.enc
36397            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
36398            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
36399 ____________________________________________________________________________
36400 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
36401         Log: some remnants of change#11803
36402      Branch: perl
36403            ! ext/ByteLoader/byterun.h perl.h
36404 ____________________________________________________________________________
36405 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
36406         Log: Update to Unicode::Collate 0.08.
36407      Branch: perl
36408            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
36409            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
36410 ____________________________________________________________________________
36411 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
36412         Log: Test tweaks.
36413      Branch: perl
36414            ! t/op/pat.t
36415 ____________________________________________________________________________
36416 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
36417         Log: Fix test
36418      Branch: maint-5.6/macperl
36419            ! t/lib/b.t
36420 ____________________________________________________________________________
36421 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
36422         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
36423              warnings in Config.pm with -W; increase default and
36424              minimum RAM; bump version number.
36425      Branch: maint-5.6/macperl
36426            + macos/lib/Mac/LowMem.pm
36427            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
36428            ! macos/configpm macos/macperl/MacPerl.r
36429 ____________________________________________________________________________
36430 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
36431         Log: Make syntax check report in MPW style, fix tests
36432              to use Mac::err=unix to get normal-style error
36433              messages.
36434      Branch: maint-5.6/macperl
36435            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
36436            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
36437 ____________________________________________________________________________
36438 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
36439         Log: Make MPW-style errors optional (but the default); add
36440              MacPerl::ErrorFormat() function and Mac::err pragma
36441      Branch: maint-5.6/macperl
36442            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
36443            + macos/ext/Mac/err/err.xs
36444            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
36445            ! macos/macish.c macos/macish.h macos/macperl.sym
36446 ____________________________________________________________________________
36447 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
36448         Log: More module and test ports from Thomas Wegner et al
36449      Branch: maint-5.6/macperl
36450            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36451            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
36452            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
36453            ! t/op/magic.t
36454 ____________________________________________________________________________
36455 [ 11812] By: sky                                   on 2001/09/01  17:19:30
36456         Log: Subject: [PATCH t/op/concat.t] cleanup
36457              From: Michael G Schwern <schwern@pobox.com>
36458              Date: Sat, 1 Sep 2001 14:06:28 -0400
36459              Message-ID: <20010901140628.C606@blackrider>
36460      Branch: perl
36461            ! t/op/concat.t
36462 ____________________________________________________________________________
36463 [ 11811] By: sky                                   on 2001/09/01  12:25:29
36464         Log: Change #11805 didn't update the MANIFEST
36465      Branch: perl
36466            ! MANIFEST
36467 ____________________________________________________________________________
36468 [ 11810] By: sky                                   on 2001/09/01  11:52:44
36469         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
36470              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36471              Date: Sat, 1 Sep 2001 14:50:14 +0200
36472              Message-ID: <20010901145014.A691@rafael>
36473      Branch: perl
36474            ! t/op/inccode.t
36475 ____________________________________________________________________________
36476 [ 11809] By: sky                                   on 2001/09/01  11:49:22
36477         Log: Subject: PATCH: ExtUtils::MakeMaker
36478              From: Tony Bowden <tony@kasei.com>
36479              Date: Sat, 1 Sep 2001 10:33:53 +0100
36480              Message-ID: <20010901103353.A13863@soto.kasei.com>
36481              Manually applied
36482      Branch: perl
36483            ! lib/ExtUtils/MakeMaker.pm
36484 ____________________________________________________________________________
36485 [ 11808] By: sky                                   on 2001/09/01  11:39:13
36486         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
36487              From: mike808@users.sourceforge.net
36488              Date: Sat, 1 Sep 101 11:27:50 GMT
36489              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
36490              With little tweak
36491      Branch: perl
36492            ! lib/Term/Cap.pm
36493 ____________________________________________________________________________
36494 [ 11807] By: ams                                   on 2001/09/01  11:31:16
36495         Log: Subject: oct() and hex()
36496              From: Nicholas Clark <nick@ccl4.org>
36497              Date: Fri, 31 Aug 2001 23:14:13 +0100
36498              Message-Id: <20010831231413.J4950@plum.flirble.org>
36499      Branch: perl
36500            ! pod/perlclib.pod
36501 ____________________________________________________________________________
36502 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
36503         Log: Integrate change 11801 from maintperl
36504      Branch: maint-5.6/macperl
36505            ! perl.c
36506 ____________________________________________________________________________
36507 [ 11805] By: sky                                   on 2001/08/31  21:35:10
36508         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
36509              From: Michael G Schwern <schwern@pobox.com>
36510              Date: Fri, 31 Aug 2001 15:36:28 -0400
36511              Message-ID: <20010831153628.B598@blackrider>
36512              Check for things which used to segfault
36513      Branch: perl
36514            + t/run/segfault.t
36515 ____________________________________________________________________________
36516 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
36517         Log: integrate change#11801 from maint-5.6
36518              
36519              remove age-old UNICOS "workaround" that introduces a static, and
36520              hence an egregious race condition for threaded builds (*sigh*
36521              beats me why this kludge wasn't guarded by a UNICOS-specific
36522              #define *sigh*)
36523      Branch: perl
36524            ! perl.c
36525 ____________________________________________________________________________
36526 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
36527         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
36528              working in 5.7.x
36529      Branch: perl
36530            - objXSUB.h
36531            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
36532            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
36533            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
36534            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
36535            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
36536            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
36537            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
36538            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36539            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
36540            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
36541            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
36542            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
36543            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
36544            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
36545            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
36546            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
36547            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
36548            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
36549            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
36550            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
36551            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
36552            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
36553 ____________________________________________________________________________
36554 [ 11802] By: ams                                   on 2001/08/31  18:11:32
36555         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
36556              From: "Philip Newton" <Philip.Newton@gmx.net>
36557              Date: Fri, 31 Aug 2001 21:12:56 +0200
36558              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
36559      Branch: perl
36560            ! pod/perldiag.pod
36561 ____________________________________________________________________________
36562 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
36563         Log: remove age-old UNICOS "workaround" that introduces a static, and
36564              hence an egregious race condition for threaded builds (*sigh*
36565              beats me why this kludge wasn't guarded by a UNICOS-specific
36566              #define *sigh*)
36567      Branch: maint-5.6/perl
36568            ! perl.c
36569 ____________________________________________________________________________
36570 [ 11800] By: sky                                   on 2001/08/31  17:30:26
36571         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
36572              Might break on platforms where bool is larger than 8 bites ???
36573      Branch: perl
36574            ! regcomp.c
36575 ____________________________________________________________________________
36576 [ 11799] By: ams                                   on 2001/08/31  12:15:44
36577         Log: Integrate 11778 into mainline.
36578      Branch: perl
36579            ! t/base/term.t
36580 ____________________________________________________________________________
36581 [ 11798] By: sky                                   on 2001/08/31  11:31:44
36582         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
36583              supposed to happen.
36584      Branch: perl
36585            ! regcomp.c
36586 ____________________________________________________________________________
36587 [ 11797] By: sky                                   on 2001/08/31  11:28:17
36588         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
36589              From: "John P. Linderman" <jpl@research.att.com>
36590              Date: Fri, 31 Aug 2001 08:20:35 -0400
36591              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
36592              Fixes test 14 which could fail randomly in rare cases.
36593      Branch: perl
36594            ! ext/Time/HiRes/HiRes.t regcomp.c
36595 ____________________________________________________________________________
36596 [ 11796] By: ams                                   on 2001/08/31  01:13:07
36597         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
36598              From: Nicholas Clark <nick@ccl4.org>
36599              Date: Thu, 30 Aug 2001 23:21:50 +0100
36600              Message-Id: <20010830232150.D4950@plum.flirble.org>
36601      Branch: perl
36602            ! ext/Sys/Syslog/Makefile.PL
36603 ____________________________________________________________________________
36604 [ 11795] By: ams                                   on 2001/08/30  23:53:23
36605         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
36606              patching example
36607              From: Michael G Schwern <schwern@pobox.com>
36608              Date: Thu, 30 Aug 2001 17:02:08 -0400
36609              Message-Id: <20010830170208.M2318@blackrider>
36610      Branch: perl
36611            ! pod/perlhack.pod
36612 ____________________________________________________________________________
36613 [ 11794] By: ams                                   on 2001/08/30  19:35:36
36614         Log: Subject: [PATCH] pp_modulo
36615              From: Nicholas Clark <nick@ccl4.org>
36616              Date: Thu, 30 Aug 2001 18:20:54 +0100
36617              Message-Id: <20010830182053.A4950@plum.flirble.org>
36618      Branch: perl
36619            ! pp.c t/op/64bitint.t
36620 ____________________________________________________________________________
36621 [ 11793] By: sky                                   on 2001/08/30  13:02:48
36622         Log: 11792 wasn't complete
36623      Branch: perl
36624            ! makedef.pl regcomp.c
36625 ____________________________________________________________________________
36626 [ 11792] By: sky                                   on 2001/08/30  12:21:11
36627         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
36628      Branch: perl
36629            ! makedef.pl
36630 ____________________________________________________________________________
36631 [ 11791] By: sky                                   on 2001/08/30  10:08:02
36632         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
36633      Branch: perl
36634            ! config_h.SH
36635 ____________________________________________________________________________
36636 [ 11790] By: sky                                   on 2001/08/30  08:22:31
36637         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
36638              on the pad. Fixes coredumps in cleanups introduced by
36639              Change 11755  
36640      Branch: perl
36641            ! op.c perl.c sv.h
36642 ____________________________________________________________________________
36643 [ 11789] By: sky                                   on 2001/08/29  19:01:47
36644         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
36645              This is a replacement implmentation that works on HPUX.
36646              This bug should probably be fixed in GCC.
36647      Branch: perl
36648            ! ext/Socket/Socket.xs
36649 ____________________________________________________________________________
36650 [ 11788] By: ams                                   on 2001/08/29  17:35:33
36651         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
36652              From: Nicholas Clark <nick@ccl4.org>
36653              Date: Wed, 29 Aug 2001 18:21:56 +0100
36654              Message-Id: <20010829182156.O4950@plum.flirble.org>
36655      Branch: perl
36656            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
36657 ____________________________________________________________________________
36658 [ 11787] By: sky                                   on 2001/08/29  10:42:54
36659         Log: Added test for pack_addr_in and unpack_addr_in
36660              Nitpik in test 10
36661      Branch: perl
36662            ! ext/Socket/Socket.t
36663 ____________________________________________________________________________
36664 [ 11786] By: sky                                   on 2001/08/29  10:28:14
36665         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
36666              Trying to catch errors on HP-UX
36667      Branch: perl
36668            ! ext/Socket/Socket.t
36669 ____________________________________________________________________________
36670 [ 11785] By: sky                                   on 2001/08/29  09:07:03
36671         Log: make sure USE_THREADS is defined so external apps work
36672      Branch: perl
36673            ! config_h.SH
36674 ____________________________________________________________________________
36675 [ 11784] By: sky                                   on 2001/08/29  08:06:12
36676         Log: Subject: Re: The hitlist of untested modules.
36677              From: Jonathan Stowe <gellyfish@gellyfish.com>
36678              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
36679              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
36680              Start of tests for Shell.pm (make Schwern poorer!)
36681      Branch: perl
36682            + lib/Shell.t
36683            ! MANIFEST
36684 ____________________________________________________________________________
36685 [ 11783] By: sky                                   on 2001/08/29  07:37:50
36686         Log: END{} can change the return value even if we die from BEGIN{}
36687      Branch: perl
36688            ! miniperlmain.c
36689 ____________________________________________________________________________
36690 [ 11782] By: ams                                   on 2001/08/29  06:32:17
36691         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
36692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36693              Date: Wed, 29 Aug 2001 09:18:17 +0200
36694              Message-Id: <20010829091817.A4453@rafael>
36695      Branch: perl
36696            ! t/op/inccode.t
36697 ____________________________________________________________________________
36698 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
36699         Log: Delete xsubpp.patch, as full copy exists now
36700      Branch: maint-5.6/macperl
36701            - macos/xsubpp.patch
36702 ____________________________________________________________________________
36703 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
36704         Log: Add Changes file
36705      Branch: maint-5.6/macperl
36706            + macos/Changes
36707 ____________________________________________________________________________
36708 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
36709         Log: Add Mac version of xsubpp as separate file
36710      Branch: maint-5.6/macperl
36711            + macos/xsubpp
36712            ! macos/Makefile.mk
36713 ____________________________________________________________________________
36714 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
36715         Log: Fix open of /dev/null for Mac OS
36716      Branch: maint-5.6/macperl
36717            ! t/base/term.t
36718 ____________________________________________________________________________
36719 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
36720         Log: Various patches: enable more tests; skip CVS in PerlInstall;
36721              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
36722      Branch: maint-5.6/macperl
36723            ! macos/MacPerlTests.cmd macos/PerlInstall
36724            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
36725 ____________________________________________________________________________
36726 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
36727         Log: Allow for platforms to override formatting of errors
36728              on output from Matthias Neeracher (Mac files)
36729      Branch: maint-5.6/macperl
36730            ! macos/macish.c macos/macish.h
36731 ____________________________________________________________________________
36732 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
36733         Log: Allow for platforms to override formatting of errors
36734              on output from Matthias Neeracher (core files)
36735      Branch: maint-5.6/macperl
36736            ! perl.h pp_ctl.c util.c
36737 ____________________________________________________________________________
36738 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
36739         Log: Add some param checking, from reports by Kevin Reid.
36740      Branch: maint-5.6/macperl
36741            ! macos/ext/Mac/Controls/Controls.pm
36742            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
36743 ____________________________________________________________________________
36744 [ 11773] By: ams                                   on 2001/08/28  23:54:57
36745         Log: Subject: [PATCH] make coretest
36746              From: Paul Johnson <paul@pjcj.net>
36747              Date: Wed, 29 Aug 2001 00:11:38 +0200
36748              Message-Id: <20010829001138.B12169@pjcj.net>
36749              (Applied without the change to perlhack.pod. This should
36750              probably stay undocumented.)
36751      Branch: perl
36752            ! Makefile.SH t/TEST
36753 ____________________________________________________________________________
36754 [ 11772] By: sky                                   on 2001/08/28  13:01:20
36755         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
36756              From: Michael G Schwern <schwern@pobox.com>
36757              Date: Tue, 28 Aug 2001 09:57:39 -0400
36758              Message-ID: <20010828095738.E17775@blackrider>
36759      Branch: perl
36760            ! pod/perlhack.pod t/op/pack.t
36761 ____________________________________________________________________________
36762 [ 11771] By: sky                                   on 2001/08/28  11:20:13
36763         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
36764              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36765              Date: Tue, 28 Aug 2001 14:23:43 +0200
36766              Message-ID: <20010828142343.A19299@rafael>
36767      Branch: perl
36768            ! pod/perlvar.pod pp_ctl.c
36769 ____________________________________________________________________________
36770 [ 11770] By: ams                                   on 2001/08/28  10:13:21
36771         Log: Subject: [PATCH] odd typo in op.h
36772              From: Nicholas Clark <nick@ccl4.org>
36773              Date: Tue, 28 Aug 2001 12:10:26 +0100
36774              Message-Id: <20010828121026.V4950@plum.flirble.org>
36775      Branch: perl
36776            ! op.h
36777 ____________________________________________________________________________
36778 [ 11769] By: sky                                   on 2001/08/28  08:09:16
36779         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
36780              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
36781              Date: Tue, 28 Aug 2001 02:22:20 +0300
36782              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
36783      Branch: perl
36784            ! ext/B/B/Lint.pm
36785 ____________________________________________________________________________
36786 [ 11768] By: ams                                   on 2001/08/28  00:47:35
36787         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36788              From: Michael G Schwern <schwern@pobox.com>
36789              Date: Mon, 27 Aug 2001 21:24:44 -0400
36790              Message-Id: <20010827212444.F12582@blackrider>
36791      Branch: perl
36792            ! pod/perlhack.pod t/op/pack.t
36793 ____________________________________________________________________________
36794 [ 11767] By: ams                                   on 2001/08/27  23:59:48
36795         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36796              From: Michael G Schwern <schwern@pobox.com>
36797              Date: Mon, 27 Aug 2001 20:12:29 -0400
36798              Message-Id: <20010827201229.D12582@blackrider>
36799      Branch: perl
36800            ! pod/perlhack.pod t/op/pack.t
36801 ____________________________________________________________________________
36802 [ 11766] By: ams                                   on 2001/08/27  23:39:40
36803         Log: Update Changes.
36804      Branch: perl
36805            ! Changes
36806 ____________________________________________________________________________
36807 [ 11765] By: ams                                   on 2001/08/27  22:53:10
36808         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
36809              From: Michael G Schwern <schwern@pobox.com>
36810              Date: Mon, 27 Aug 2001 19:47:30 -0400
36811              Message-Id: <20010827194730.C12582@blackrider>
36812      Branch: perl
36813            ! t/op/inccode.t
36814 ____________________________________________________________________________
36815 [ 11764] By: ams                                   on 2001/08/27  22:46:21
36816         Log: Subject: [PATCH] new tests for the coderef-in-@INC
36817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36818              Date: Mon, 27 Aug 2001 22:36:27 +0200
36819              Message-Id: <20010827223627.C690@rafael>
36820              
36821              Subject: Re: [PATCH] new tests for the coderef-in-@INC
36822              From: Nicholas Clark <nick@ccl4.org>
36823              Date: Tue, 28 Aug 2001 00:02:46 +0100
36824              Message-Id: <20010828000245.R4950@plum.flirble.org>
36825      Branch: perl
36826            + t/op/inccode.t
36827            ! MANIFEST
36828 ____________________________________________________________________________
36829 [ 11763] By: ams                                   on 2001/08/27  22:41:09
36830         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
36831              bleadperl on fire, Win95+4NT)
36832              From: Michael G Schwern <schwern@pobox.com>
36833              Date: Mon, 27 Aug 2001 16:54:42 -0400
36834              Message-Id: <20010827165442.F9436@blackrider>
36835      Branch: perl
36836            ! lib/warnings.t
36837 ____________________________________________________________________________
36838 [ 11762] By: sky                                   on 2001/08/27  19:19:17
36839         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
36840              avaible at compile time. This broke the compilation of 
36841              Net/Ping.pm
36842      Branch: perl
36843            ! lib/Net/Ping.pm
36844 ____________________________________________________________________________
36845 [ 11761] By: sky                                   on 2001/08/27  18:34:48
36846         Log: Removed tripple definitions of CUSTOM_OP functions.
36847      Branch: perl
36848            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36849 ____________________________________________________________________________
36850 [ 11760] By: sky                                   on 2001/08/27  18:21:27
36851         Log: Regen headers
36852      Branch: perl
36853            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
36854            ! perlapi.h proto.h
36855 ____________________________________________________________________________
36856 [ 11759] By: ams                                   on 2001/08/27  16:31:53
36857         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
36858              From: "chromatic" <chromatic@rmci.net>
36859              Date: Mon, 27 Aug 2001 11:17:09 -0600
36860              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
36861      Branch: perl
36862            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
36863 ____________________________________________________________________________
36864 [ 11758] By: sky                                   on 2001/08/27  15:16:42
36865         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
36866              Thanks to H. Merijn Brand for the patch.
36867              Some of the comments and or guards might be removable in perl.h now.
36868      Branch: perl
36869            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
36870            ! Porting/Glossary Porting/config_H README.threads config_h.SH
36871            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
36872            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
36873            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
36874            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
36875            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
36876            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
36877            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
36878            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
36879            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36880            ! win32/config_H.vc win32/perllib.c win32/win32.h
36881            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
36882            ! wince/config.h wince/config_H.ce wince/win32.h
36883            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
36884 ____________________________________________________________________________
36885 [ 11757] By: sky                                   on 2001/08/27  13:39:16
36886         Log: Subject: GNU ld parses arguments different
36887              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36888              Date: Mon, 27 Aug 2001 16:25:51 +0200
36889              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
36890      Branch: perl
36891            ! hints/hpux.sh
36892 ____________________________________________________________________________
36893 [ 11756] By: sky                                   on 2001/08/27  13:18:45
36894         Log: Subject: Custom Ops
36895              From: Simon Cozens <simon@netthink.co.uk>
36896              Date: Sat, 25 Aug 2001 17:45:09 +0100
36897              Message-ID: <20010825174509.A5752@netthink.co.uk>
36898              I also added a fix to Opcode.pm to quite test cases.
36899      Branch: perl
36900            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
36901            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
36902 ____________________________________________________________________________
36903 [ 11755] By: sky                                   on 2001/08/27  05:37:17
36904         Log: Plugs a memory leak on destruction of regular expressions
36905              introcued by #11274.
36906              PL_regex_padav now has an AV as it's first entry with a list
36907              of freed regex_padav slots that it will reuse on creating
36908              new PMOPs.
36909      Branch: perl
36910            ! op.c perl.c
36911 ____________________________________________________________________________
36912 [ 11754] By: ams                                   on 2001/08/26  14:38:52
36913         Log: Subject: [PATCH] t/io/binmode.t
36914              From: Nicholas Clark <nick@ccl4.org>
36915              Date: Sun, 26 Aug 2001 12:03:05 +0100
36916              Message-Id: <20010826120305.C4950@plum.flirble.org>
36917              
36918              (Also a nitpick in #11752 to t/op/universal.t)
36919      Branch: perl
36920            ! t/io/binmode.t t/op/universal.t
36921 ____________________________________________________________________________
36922 [ 11753] By: ams                                   on 2001/08/26  08:19:34
36923         Log: Subject: [PATCH] op/universal.t failing
36924              From: Nicholas Clark <nick@ccl4.org>
36925              Date: Sun, 26 Aug 2001 09:48:22 +0100
36926              Message-Id: <20010826094822.B4950@plum.flirble.org>
36927      Branch: perl
36928            ! t/op/universal.t
36929 ____________________________________________________________________________
36930 [ 11752] By: ams                                   on 2001/08/25  22:46:13
36931         Log: Subject: Re: 'can' with undefined subs
36932              From: Tony Bowden <tony@kasei.com>
36933              Date: Sat, 25 Aug 2001 14:58:17 +0100
36934              Message-Id: <20010825145817.A11788@soto.kasei.com>
36935              (Applied with minor modifications.)
36936      Branch: perl
36937            ! t/op/universal.t
36938 ____________________________________________________________________________
36939 [ 11751] By: ams                                   on 2001/08/25  18:28:43
36940         Log: Subject: Re: 'can' with undefined subs
36941              From: Tony Bowden <tony@kasei.com>
36942              Date: Sat, 25 Aug 2001 15:13:14 +0100
36943              Message-Id: <20010825151314.B11788@soto.kasei.com>
36944      Branch: perl
36945            ! lib/UNIVERSAL.pm
36946 ____________________________________________________________________________
36947 [ 11750] By: nick                                  on 2001/08/25  15:24:15
36948         Log: Integrate mainline
36949      Branch: perlio
36950           +> t/io/binmode.t
36951           !> (integrate 26 files)
36952 ____________________________________________________________________________
36953 [ 11749] By: nick                                  on 2001/08/25  14:55:41
36954         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
36955              From:  John Peacock <jpeacock@rowman.com>
36956              Date:  Wed, 22 Aug 2001 12:05:28 -0400
36957              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
36958      Branch: perl
36959            ! pod/perlhack.pod
36960 ____________________________________________________________________________
36961 [ 11748] By: nick                                  on 2001/08/25  14:53:04
36962         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
36963              From:  Michael G Schwern <schwern@pobox.com>
36964              Date:  Wed, 22 Aug 2001 19:22:45 -0400
36965              Message-Id:  <20010822192245.U619@blackrider>
36966      Branch: perl
36967            ! MANIFEST
36968 ____________________________________________________________________________
36969 [ 11747] By: nick                                  on 2001/08/25  14:52:33
36970         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
36971              From:  Nicholas Clark <nick@ccl4.org>
36972              Date:  Wed, 22 Aug 2001 23:29:06 +0100
36973              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
36974      Branch: perl
36975            + t/io/binmode.t
36976            ! perlio.c pod/perlfunc.pod
36977 ____________________________________________________________________________
36978 [ 11744] By: nick                                  on 2001/08/25  14:37:33
36979         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
36980              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36981              Date:  Fri, 24 Aug 2001 22:10:42 +0200
36982              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
36983      Branch: perl
36984            ! x2p/a2py.c x2p/walk.c
36985 ____________________________________________________________________________
36986 [ 11743] By: nick                                  on 2001/08/25  14:32:47
36987         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
36988              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36989              Date:  Fri, 24 Aug 2001 23:34:13 +0200
36990              Message-Id:  <20010824233413.A1285@rafael>
36991      Branch: perl
36992            ! pod/perlfunc.pod pod/perlvar.pod
36993 ____________________________________________________________________________
36994 [ 11742] By: ams                                   on 2001/08/25  13:16:02
36995         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
36996              From: Nicholas Clark <nick@ccl4.org>
36997              Date: Sat, 25 Aug 2001 14:50:07 +0100
36998              Message-Id: <20010825145007.L41464@plum.flirble.org>
36999      Branch: perl
37000            ! pp_ctl.c
37001 ____________________________________________________________________________
37002 [ 11741] By: nick                                  on 2001/08/24  07:08:45
37003         Log: When applying patch via Porting/apply fails, do p4 refresh
37004              to get old files back.
37005      Branch: perl
37006            ! Porting/apply
37007 ____________________________________________________________________________
37008 [ 11740] By: ams                                   on 2001/08/24  04:47:24
37009         Log: #11739 was incomplete.
37010      Branch: perl
37011            ! pod/perldiag.pod
37012 ____________________________________________________________________________
37013 [ 11739] By: ams                                   on 2001/08/24  04:09:40
37014         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
37015              From: "Philip Newton" <Philip.Newton@gmx.net>
37016              Date: Fri, 24 Aug 2001 07:08:34 +0200
37017      Branch: perl
37018            ! pod/perldiag.pod
37019 ____________________________________________________________________________
37020 [ 11738] By: ams                                   on 2001/08/24  02:19:42
37021         Log: Fixed Doug Wilson's email address.
37022      Branch: perl
37023            ! AUTHORS
37024 ____________________________________________________________________________
37025 [ 11737] By: ams                                   on 2001/08/24  00:10:13
37026         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
37027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37028              Date: Thu, 23 Aug 2001 22:22:58 +0200
37029              Message-Id: <20010823222258.A901@rafael>
37030      Branch: perl
37031            ! pod/perldiag.pod
37032 ____________________________________________________________________________
37033 [ 11736] By: ams                                   on 2001/08/24  00:05:02
37034         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
37035              From: "Craig A. Berry" <craigberry@mac.com>
37036              Date: Thu, 23 Aug 2001 19:07:45 -0500
37037              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
37038      Branch: perl
37039            ! configure.com
37040 ____________________________________________________________________________
37041 [ 11735] By: sky                                   on 2001/08/23  13:42:07
37042         Log: Backed out 11732, it breaks lib/strict.t 
37043      Branch: perl
37044            ! op.c
37045 ____________________________________________________________________________
37046 [ 11734] By: sky                                   on 2001/08/23  11:45:59
37047         Log: Removed toy from 17133 after Matt Sargeants request.
37048      Branch: perl
37049            ! pod/perlfaq4.pod
37050 ____________________________________________________________________________
37051 [ 11733] By: sky                                   on 2001/08/23  11:36:29
37052         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
37053              From: Robin Houston <robin@kitsite.com>
37054              Date: Wed, 22 Aug 2001 23:06:16 +0100
37055              Message-ID: <20010822230616.A254@robin.kitsite.com>
37056      Branch: perl
37057            ! pod/perlfaq4.pod
37058 ____________________________________________________________________________
37059 [ 11732] By: sky                                   on 2001/08/23  10:36:02
37060         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
37061              From: Simon Cozens <simon@netthink.co.uk>
37062              Date: Thu, 23 Aug 2001 12:06:36 +0100
37063              Message-ID: <20010823120636.A9961@netthink.co.uk>
37064      Branch: perl
37065            ! op.c
37066 ____________________________________________________________________________
37067 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
37068         Log: fix broken windows build
37069      Branch: perl
37070            ! perl.h
37071 ____________________________________________________________________________
37072 [ 11730] By: ams                                   on 2001/08/22  21:35:30
37073         Log: Subject: [PATCH] io/tell.t doesn't chdir t
37074              From: Nicholas Clark <nick@ccl4.org>
37075              Date: Wed, 22 Aug 2001 23:25:58 +0100
37076              Message-Id: <20010822232557.Y82818@plum.flirble.org>
37077      Branch: perl
37078            ! t/io/tell.t
37079 ____________________________________________________________________________
37080 [ 11729] By: ams                                   on 2001/08/22  20:32:21
37081         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
37082              questions)
37083              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37084              Date: Wed, 22 Aug 2001 17:09:04 -0400
37085              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
37086              (Oops, forgot File::Spec::Unix in the previous patch.)
37087      Branch: perl
37088            ! lib/File/Spec/Unix.pm
37089 ____________________________________________________________________________
37090 [ 11728] By: ams                                   on 2001/08/22  20:25:41
37091         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
37092              questions)
37093              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37094              Date: Wed, 22 Aug 2001 17:09:04 -0400
37095              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
37096      Branch: perl
37097            ! lib/File/Spec.pm
37098 ____________________________________________________________________________
37099 [ 11727] By: ams                                   on 2001/08/22  19:43:30
37100         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
37101              From: John Peacock <jpeacock@rowman.com>
37102              Date: Wed, 22 Aug 2001 12:35:52 -0400
37103              Message-Id: <3B83DF68.5D89DC81@rowman.com>
37104              (Adds proper tests for $], notwithstanding Subject. +nitpick)
37105      Branch: perl
37106            ! t/op/ver.t
37107 ____________________________________________________________________________
37108 [ 11726] By: ams                                   on 2001/08/22  19:36:39
37109         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
37110              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
37111              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
37112              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
37113      Branch: perl
37114            ! lib/diagnostics.pm lib/diagnostics.t
37115 ____________________________________________________________________________
37116 [ 11725] By: ams                                   on 2001/08/22  19:25:01
37117         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
37118              From: Nicholas Clark <nick@ccl4.org>
37119              Date: Wed, 22 Aug 2001 20:59:05 +0100
37120              Message-Id: <20010822205905.U82818@plum.flirble.org>
37121      Branch: perl
37122            ! pp.c t/op/64bitint.t t/op/arith.t
37123 ____________________________________________________________________________
37124 [ 11724] By: ams                                   on 2001/08/22  10:02:33
37125         Log: Subject: Configure blooper
37126              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37127              Date: Wed, 22 Aug 2001 12:38:35 +0200
37128              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
37129      Branch: perl
37130            ! Configure
37131 ____________________________________________________________________________
37132 [ 11723] By: ams                                   on 2001/08/21  16:17:53
37133         Log: Subject: [PATCH] installperl -help
37134              From: Nicholas Clark <nick@ccl4.org>
37135              Date: Tue, 21 Aug 2001 17:34:23 +0100
37136              Message-Id: <20010821173423.F82818@plum.flirble.org>
37137      Branch: perl
37138            ! installperl
37139 ____________________________________________________________________________
37140 [ 11722] By: ams                                   on 2001/08/20  07:46:31
37141         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
37142              From: Ilmari Karonen <iltzu@sci.fi>
37143              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
37144              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
37145      Branch: perl
37146            ! pod/perlvar.pod
37147 ____________________________________________________________________________
37148 [ 11721] By: nick                                  on 2001/08/20  06:24:31
37149         Log: Integrate mainline
37150      Branch: perlio
37151           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
37152           +> lib/Lingua/KO/Hangul/Util/Changes
37153           +> lib/Lingua/KO/Hangul/Util/README
37154           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37155           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37156           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37157           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37158           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37159           +> lib/Unicode/Normalize/t/test.t
37160            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37161           !> (integrate 55 files)
37162 ____________________________________________________________________________
37163 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
37164         Log: Integrate Change #11599 from maint-5.6/perl
37165      Branch: maint-5.6/macperl
37166           !> README.win32
37167 ____________________________________________________________________________
37168 [ 11719] By: ams                                   on 2001/08/18  21:21:42
37169         Log: Add Porting/apply to MANIFEST.
37170      Branch: perl
37171            ! MANIFEST
37172 ____________________________________________________________________________
37173 [ 11718] By: sky                                   on 2001/08/18  14:38:01
37174         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
37175              Better solution would be to make 5005threaded perl use
37176              the same system as ithreads do
37177      Branch: perl
37178            ! perl.h
37179 ____________________________________________________________________________
37180 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
37181         Log: New try for ID 20010407.006: detach the semantics
37182              "was the last match target UTF8" into its own variable.
37183      Branch: perl
37184            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
37185            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
37186 ____________________________________________________________________________
37187 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
37188         Log: UTF8 flag should be meaningful only when POK.
37189      Branch: perl
37190            ! dump.c
37191 ____________________________________________________________________________
37192 [ 11715] By: sky                                   on 2001/08/18  11:45:16
37193         Log: USE_THREADS and USE_ITHREADS are never true at the same time
37194      Branch: perl
37195            ! perl.h
37196 ____________________________________________________________________________
37197 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
37198         Log: Retract #11712 for now.  The real fix would probably
37199              be something like making PL_reg_sv a copy (PV + UTF8)
37200              of the matched/substituted string (note: not just a SvPOK
37201              string, for example the stringified form of a ROK would
37202              be applicable)  Beware of leaks.
37203      Branch: perl
37204            ! pp_hot.c t/op/pat.t
37205 ____________________________________________________________________________
37206 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
37207         Log: UTF8 wasn't printing for PVMGs.
37208      Branch: perl
37209            ! dump.c
37210 ____________________________________________________________________________
37211 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
37212         Log: (Retracted by #11714)
37213              
37214              Okay analysis, debatable fix.  (The fix will inc
37215              the refcount of all temporary match objects,
37216              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
37217              which will then cause griping at untie() time
37218              ("inner references remain").
37219              
37220              Fix for ID 20010407.006: PL_reg_sv got wiped out
37221              by freetemps if the match target was a temporary
37222              (like function_call() =~ /.../), which in turn meant
37223              that the $1 et al stopped working if they had UTF-8
37224              in them.  Therefore bump up the refcount of PL_reg_sv.
37225      Branch: perl
37226            ! pp_hot.c t/op/pat.t
37227 ____________________________________________________________________________
37228 [ 11711] By: ams                                   on 2001/08/17  20:32:08
37229         Log: Subject: [PATCH] doesn't compile, was perl@11710
37230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37231              Date: Fri, 17 Aug 2001 23:21:10 +0200
37232              Message-Id: <20010817232110.C7041@rafael> 
37233      Branch: perl
37234            ! sharedsv.c
37235 ____________________________________________________________________________
37236 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
37237         Log: Update Changes.
37238      Branch: perl
37239            ! Changes patchlevel.h
37240 ____________________________________________________________________________
37241 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
37242         Log: Upgrade to libnet 1.0704.
37243      Branch: perl
37244            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37245            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
37246            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
37247            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
37248            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
37249            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
37250            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
37251 ____________________________________________________________________________
37252 [ 11708] By: sky                                   on 2001/08/17  13:34:04
37253         Log: Let perl_clone copy PL_exit_flags
37254      Branch: perl
37255            ! sv.c
37256 ____________________________________________________________________________
37257 [ 11707] By: sky                                   on 2001/08/17  12:28:41
37258         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
37259      Branch: perl
37260            ! sharedsv.c sharedsv.h
37261 ____________________________________________________________________________
37262 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
37263         Log: The metaconfig unit change for #11705.
37264      Branch: metaconfig/U/perl
37265            ! Extensions.U
37266 ____________________________________________________________________________
37267 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
37268         Log: Allow the threads extension to be found if present.
37269      Branch: perl
37270            ! Configure
37271 ____________________________________________________________________________
37272 [ 11704] By: nick                                  on 2001/08/17  11:47:54
37273         Log: Mail -> change script (pre-alpha)
37274      Branch: perl
37275            + Porting/apply
37276 ____________________________________________________________________________
37277 [ 11703] By: sky                                   on 2001/08/17  07:11:24
37278         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
37279              Thanks to Tom Hospel for pointing out my error.
37280      Branch: perl
37281            ! op.h
37282 ____________________________________________________________________________
37283 [ 11702] By: sky                                   on 2001/08/17  04:18:11
37284         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.
37285      Branch: perl
37286            ! embed.pl miniperlmain.c perl.c perl.h proto.h
37287 ____________________________________________________________________________
37288 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
37289         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
37290              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
37291      Branch: perl
37292            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
37293            + lib/Lingua/KO/Hangul/Util/README
37294            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37295            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37296            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37297            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37298            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37299            + lib/Unicode/Normalize/t/test.t
37300            ! MANIFEST
37301 ____________________________________________________________________________
37302 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
37303         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
37304              Date: Thu, 16 Aug 2001 22:46:15 -0500
37305              From: "Craig A. Berry" <craigberry@mac.com>
37306              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
37307      Branch: perl
37308            ! configure.com numeric.c
37309 ____________________________________________________________________________
37310 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
37311         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
37312              of the usual suspects (like getpwent) but not for others
37313              (like localtime and rand).  The _r versions are available
37314              for all of them, so let's use them.
37315      Branch: perl
37316            ! perl.h
37317 ____________________________________________________________________________
37318 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
37319         Log: (Accidental apply; thankfully empty.)
37320      Branch: perl
37321            ! hints/os390.sh
37322 ____________________________________________________________________________
37323 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
37324         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
37325              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37326              Date: Thu, 16 Aug 2001 16:27:49 +0100
37327              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
37328      Branch: perl
37329            ! regexec.c t/op/re_tests
37330 ____________________________________________________________________________
37331 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
37332         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
37333              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37334              Date: Thu, 16 Aug 2001 18:50:01 +0100
37335              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
37336      Branch: perl
37337            ! pp_hot.c t/op/pat.t
37338 ____________________________________________________________________________
37339 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
37340         Log: Subject: [PATCH] *time_r again
37341              From: "Arthur Bergman" <arthur@contiller.se>
37342              Date: Thu, 16 Aug 2001 16:01:54 +0200
37343              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
37344      Branch: perl
37345            ! op.h
37346 ____________________________________________________________________________
37347 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
37348         Log: system() and backtick error handling cleanup from Craig A. Berry.
37349      Branch: perl
37350            ! vms/vms.c
37351 ____________________________________________________________________________
37352 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
37353         Log: change#10334 leaks memory, copies string when it doesn't
37354              need to
37355      Branch: perl
37356            ! perl.c
37357 ____________________________________________________________________________
37358 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
37359         Log: One more twist to the sprintf + utf8 testing.
37360      Branch: perl
37361            ! t/op/misc.t
37362 ____________________________________________________________________________
37363 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
37364         Log: Fix for 20010407.008 sprintf removes utf8-ness.
37365      Branch: perl
37366            ! pp.c t/op/misc.t
37367 ____________________________________________________________________________
37368 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
37369         Log: Subject: [PATCH] *time_r fixes
37370              From: "Arthur Bergman" <arthur@contiller.se>
37371              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
37372              Date: Thu, 16 Aug 2001 14:22:27 +0200
37373      Branch: perl
37374            ! op.h
37375 ____________________________________________________________________________
37376 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
37377         Log: Upgrade to CGI.pm 2.77.
37378      Branch: perl
37379            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
37380            ! lib/CGI/t/function.t
37381 ____________________________________________________________________________
37382 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
37383         Log: Document the bytes-to-Unicode upgrading.
37384      Branch: perl
37385            ! pod/perlunicode.pod
37386 ____________________________________________________________________________
37387 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
37388         Log: Add a test for Unicode sprintf.
37389      Branch: perl
37390            ! t/op/misc.t
37391 ____________________________________________________________________________
37392 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
37393         Log: Add Unicode tests for index/rindex.
37394      Branch: perl
37395            ! t/op/index.t
37396 ____________________________________________________________________________
37397 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
37398         Log: Document a bit the art of minimizing the installation,
37399              based on the p5p discussion.
37400      Branch: perl
37401            ! INSTALL
37402 ____________________________________________________________________________
37403 [ 11684] By: nick                                  on 2001/08/15  15:03:31
37404         Log: Integrate mainline
37405      Branch: perlio
37406           +> sharedsv.c sharedsv.h
37407           !> (integrate 53 files)
37408 ____________________________________________________________________________
37409 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
37410         Log: Update Changes.
37411      Branch: perl
37412            ! Changes patchlevel.h
37413 ____________________________________________________________________________
37414 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
37415         Log: The #11673 necessitated a test tweak.
37416      Branch: perl
37417            ! t/io/utf8.t
37418 ____________________________________________________________________________
37419 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
37420         Log: Also UNICOS is in the general case unable to silently
37421              handle fp overflows.
37422      Branch: perl
37423            ! numeric.c
37424 ____________________________________________________________________________
37425 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
37426         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
37427              NV_EPSILON #defined.
37428      Branch: perl
37429            ! perl.h
37430 ____________________________________________________________________________
37431 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
37432         Log: Re-establish the fp overflow detection for VAX VMS; there
37433              is no easy way to have the IEEE fp silent overflow semantics.
37434              (in Alpha VMS we still will use IEEE fp by default-- but it
37435              is still possible to configure Perl to use G_FLOAT)
37436      Branch: perl
37437            ! numeric.c
37438 ____________________________________________________________________________
37439 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
37440         Log: Subject: [PATCH] pp_lock 
37441              From: "Arthur Bergman" <arthur@contiller.se>
37442              Date: Wed, 15 Aug 2001 11:52:16 +0200
37443              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
37444      Branch: perl
37445            ! pp.c
37446 ____________________________________________________________________________
37447 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
37448         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
37449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37450              Date: Wed, 15 Aug 2001 11:32:11 +0100
37451              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
37452      Branch: perl
37453            ! regcomp.c t/op/re_tests
37454 ____________________________________________________________________________
37455 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
37456         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
37457              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37458              Date: Wed, 15 Aug 2001 10:33:49 +0100
37459              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
37460      Branch: perl
37461            ! regexec.c t/op/re_tests
37462 ____________________________________________________________________________
37463 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
37464         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
37465              From: Barrie Slaymaker <barries@slaysys.com>
37466              Date: Tue, 14 Aug 2001 14:32:25 -0400
37467              Message-ID: <20010814143225.A19822@jester.slaysys.com>
37468      Branch: perl
37469            ! lib/File/Spec.t lib/File/Spec/Unix.pm
37470 ____________________________________________________________________________
37471 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
37472         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
37473              From: Peter Prymmer <pvhp@forte.com>
37474              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
37475              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
37476      Branch: perl
37477            ! README.vms configure.com
37478 ____________________________________________________________________________
37479 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
37480         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
37481              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37482              Date: Tue, 14 Aug 2001 21:23:27 +0200
37483              Message-ID: <20010814212327.A1919@rafael>
37484      Branch: perl
37485            ! doio.c
37486 ____________________________________________________________________________
37487 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
37488         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
37489              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37490              Date: Tue, 14 Aug 2001 22:30:11 +0200
37491              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
37492              
37493              Combination of nmake, quoting, and Perl expanded $( in here-doc.
37494      Branch: perl
37495            ! ext/SDBM_File/Makefile.PL
37496 ____________________________________________________________________________
37497 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
37498         Log: Todo updates.
37499      Branch: perl
37500            ! pod/perltodo.pod
37501 ____________________________________________________________________________
37502 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
37503         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
37504              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37505              Date: Mon, 13 Aug 2001 23:15:01 +0200
37506              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
37507      Branch: perl
37508            ! sv.c
37509 ____________________________________________________________________________
37510 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
37511         Log: Subject: [PATCH] [b-]showlex.t
37512              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37513              Date: Sun, 12 Aug 2001 22:24:51 +0200
37514              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
37515              
37516              The 4nt command shell will expand the % in command line
37517              no matter what quoting is attempted, changed the % to @.
37518      Branch: perl
37519            ! ext/B/Showlex.t
37520 ____________________________________________________________________________
37521 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
37522         Log: Subject: [PATCH] magic.t
37523              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37524              Date: Sun, 12 Aug 2001 20:49:27 +0200
37525              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
37526      Branch: perl
37527            ! t/op/magic.t
37528 ____________________________________________________________________________
37529 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
37530         Log: Add sharedsv* to the DOSish platforms; plus add
37531              some WinCE files to the list of DOSish files.
37532      Branch: perl
37533            ! NetWare/Makefile Porting/makerel win32/Makefile
37534            ! win32/makefile.mk wince/Makefile.ce
37535 ____________________________________________________________________________
37536 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
37537         Log: More DOSish files.
37538      Branch: perl
37539            ! Porting/makerel
37540 ____________________________________________________________________________
37541 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
37542         Log: Strip CRs from the WinCE files.  Now we need to
37543              figure out in which CRs are really needed: probably
37544              Makefile.ce and the README files, at least, probably
37545              also the registry.bat.
37546      Branch: perl
37547            ! wince/Makefile.ce wince/README.compile wince/README.perlce
37548            ! wince/config.h wince/include/cectype.h wince/include/errno.h
37549            ! wince/include/sys/stat.h wince/include/sys/types.h
37550            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
37551            ! wince/perldll.def wince/registry.bat wince/wince.h
37552            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
37553 ____________________________________________________________________________
37554 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
37555         Log: Add some files to DOSish and writables.
37556      Branch: perl
37557            ! Porting/makerel
37558 ____________________________________________________________________________
37559 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
37560         Log: Compile failure message tidying.
37561      Branch: perl
37562            ! t/lib/1_compile.t
37563 ____________________________________________________________________________
37564 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
37565         Log: The new sharedsv* should be exported only if usethreads.
37566      Branch: perl
37567            ! makedef.pl
37568 ____________________________________________________________________________
37569 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
37570         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
37571              From: Peter Prymmer <pvhp@forte.com>
37572              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
37573              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
37574      Branch: perl
37575            ! README.os390
37576 ____________________________________________________________________________
37577 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
37578         Log: Update Changes.
37579      Branch: perl
37580            ! Changes patchlevel.h
37581 ____________________________________________________________________________
37582 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
37583         Log: Subject: [PATHC] sharedsv.[c|h]
37584              From: "Artur Bergman" <artur@contiller.se>
37585              Date: Mon, 13 Aug 2001 14:38:41 +0200
37586              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
37587              
37588              Subject: [PATCH] embed.pl
37589              From: Arthur Bergman <arthur@contiller.se>
37590              Date: Mon, 13 Aug 2001 14:38:14 +0200
37591              Message-ID: <B79D96D6.3088%arthur@contiller.se>
37592              
37593              Subject: [PATCH] sharedsv cleanups
37594              From: "Arthur Bergman" <arthur@contiller.se>
37595              Date: Mon, 13 Aug 2001 15:14:25 +0200
37596              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
37597              
37598              Plus few tweaks: _init needs to be Adp, the prototypes
37599              should not be revealed unless using ithreads, #endif FOO
37600              must be #endif /* FOO */, adding (parentheses) around
37601              do { } while doesn't work too well.
37602      Branch: perl
37603            + sharedsv.c sharedsv.h
37604            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
37605            ! perl.h perlapi.c pod/perlapi.pod proto.h
37606 ____________________________________________________________________________
37607 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
37608         Log: Subject: Re: END {} blocks run in perl_run
37609              From: Arthur Bergman <arthur@contiller.se>
37610              Date: Mon, 13 Aug 2001 11:11:30 +0200
37611              Message-ID: <B79D6661.3068%arthur@contiller.se>
37612      Branch: perl
37613            ! perl.c
37614 ____________________________________________________________________________
37615 [ 11657] By: nick                                  on 2001/08/13  09:03:02
37616         Log: Integrate mainline
37617      Branch: perlio
37618           +> (branch 326 files)
37619            - (delete 330 files)
37620           !> (integrate 85 files)
37621 ____________________________________________________________________________
37622 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
37623         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
37624              and the Perl will be built to do that by default (adding that
37625              will break scripts having non-UTF-8 binary data, such as Latin-1.)
37626      Branch: perl
37627            ! op.c toke.c utf8.h
37628 ____________________________________________________________________________
37629 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
37630         Log: Unnecessary downgrades.
37631      Branch: perl
37632            ! doop.c
37633 ____________________________________________________________________________
37634 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
37635         Log: Failure not true anymore (probably caused by my broken setup).
37636      Branch: perl
37637            ! t/op/pat.t
37638 ____________________________________________________________________________
37639 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
37640         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
37641              stopped working).
37642      Branch: perl
37643            ! op.h pp_ctl.c regcomp.c
37644 ____________________________________________________________________________
37645 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
37646         Log: There is no IN_UTF8.
37647      Branch: perl
37648            ! utf8.h
37649 ____________________________________________________________________________
37650 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
37651         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
37652      Branch: perl
37653            ! op.c op.h pp_ctl.c regcomp.c
37654 ____________________________________________________________________________
37655 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
37656         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
37657              and a test tweak.
37658      Branch: perl
37659            ! op.c t/pod/find.t
37660 ____________________________________________________________________________
37661 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
37662         Log: Todo updates and fixes.
37663      Branch: perl
37664            ! pod/perltodo.pod
37665 ____________________________________________________________________________
37666 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
37667         Log: Mark tests (and one module) having explicit Latin-1
37668              (and one file having explicit UTF-8) with an explicit
37669              'no utf8' (and one explicit 'use utf8').
37670              
37671              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
37672      Branch: perl
37673            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
37674            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
37675            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
37676 ____________________________________________________________________________
37677 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
37678         Log: Subject: SV: END {} blocks run in perl_run
37679              From: "Arthur Bergman" <arthur@contiller.se>
37680              Date: Sun, 12 Aug 2001 00:34:28 +0200 
37681              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
37682      Branch: perl
37683            ! miniperlmain.c perl.c
37684 ____________________________________________________________________________
37685 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
37686         Log: Typos in #11645.
37687      Branch: perl
37688            ! perl.h
37689 ____________________________________________________________________________
37690 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
37691         Log: On ithreads default to use_reentrant except on naturally
37692              threadsafe platforms.
37693      Branch: perl
37694            ! perl.h
37695 ____________________________________________________________________________
37696 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
37697         Log: (Hopefully) a fix for 20010723.004: make install needs
37698              write permission in build directory.  The problem was
37699              probably caused by overeager sprinkling of the lib/re.pm
37700              dependencies (which was done to guarantee lib/re.pm being
37701              uptodate for parallel makes: now solved by funneling that
37702              through an explicit recursive make in the preplibrary target).
37703      Branch: perl
37704            ! Makefile.SH
37705 ____________________________________________________________________________
37706 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
37707         Log: Dispell the "use utf8" superstition.
37708      Branch: perl
37709            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
37710            ! pod/perlunicode.pod
37711 ____________________________________________________________________________
37712 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
37713         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37714              From: "Abigail" <abigail@foad.org> 
37715              Date: Sat, 11 Aug 2001 23:49:49 +0200
37716              Message-ID: <20010811214950.23255.qmail@foad.org>
37717      Branch: perl
37718            ! t/op/taint.t
37719 ____________________________________________________________________________
37720 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
37721         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37722              From: Abhijit Menon-Sen <ams@wiw.org>
37723              Date: Sat, 11 Aug 2001 06:18:19 +0530
37724              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
37725      Branch: perl
37726            ! mg.c
37727 ____________________________________________________________________________
37728 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
37729         Log: Test for change #11639.
37730      Branch: perl
37731            ! t/op/tiehandle.t
37732 ____________________________________________________________________________
37733 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
37734         Log: Subject: Re: Can't localize *FH, then tie it
37735              From: Abhijit Menon-Sen <ams@wiw.org>
37736              Date: Sun, 12 Aug 2001 16:08:06 +0530
37737              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
37738      Branch: perl
37739            ! pp_hot.c pp_sys.c
37740 ____________________________________________________________________________
37741 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
37742         Log: Drop all the unnecessary "use utf8" clauses and some of
37743              the unnecessary "use bytes" ones.
37744              
37745              TODO: scour the documentation for unnecessary "use utf8"
37746              and prominently display it in perldelta when the time comes.
37747              ("use utf8" should be necessary ONLY if one wants the script
37748              to be in UTF-8.)  Also should be checked in some non-ASCII
37749              non-Latin-1 platform, like EBCDIC.
37750      Branch: perl
37751            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
37752            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
37753 ____________________________________________________________________________
37754 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
37755         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
37756              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
37757              in Unicode handling.
37758      Branch: perl
37759            + t/op/lc.t
37760            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
37761 ____________________________________________________________________________
37762 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
37763         Log: Thinko: we want the flags for native cc, not gcc.
37764      Branch: perl
37765            ! hints/dec_osf.sh
37766 ____________________________________________________________________________
37767 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
37768         Log: (retracted by 13077)
37769              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
37770              From: Robin Houston <robin@kitsite.com>
37771              Date: Fri, 10 Aug 2001 14:42:02 +0100
37772              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
37773      Branch: perl
37774            ! pp.c
37775 ____________________________________________________________________________
37776 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
37777         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
37778              From: Abhijit Menon-Sen <ams@wiw.org>
37779              Date: Sat, 11 Aug 2001 16:31:04 +0530
37780              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
37781      Branch: perl
37782            ! op.c
37783 ____________________________________________________________________________
37784 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
37785         Log: Get rid of indread, from Abhijit Menon-Sen.
37786      Branch: perl
37787            ! pp_sys.c
37788 ____________________________________________________________________________
37789 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
37790         Log: CRLFgngngn.
37791      Branch: perl
37792            ! win32/Makefile win32/makefile.mk
37793 ____________________________________________________________________________
37794 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
37795         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
37796      Branch: perl
37797            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37798            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
37799            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
37800            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
37801            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
37802            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
37803            ! win32/Makefile win32/makefile.mk
37804 ____________________________________________________________________________
37805 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
37806         Log: Avoid #elif (less portable than #else #if).
37807      Branch: perl
37808            ! handy.h
37809 ____________________________________________________________________________
37810 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
37811         Log: Subject: patch for perlvar.pod
37812              From: mah@everybody.org (Mark A. Hershberger)
37813              Date: 08 Aug 2001 17:03:16 -0500
37814              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
37815      Branch: perl
37816            ! pod/perlvar.pod
37817 ____________________________________________________________________________
37818 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
37819         Log: cpp commands must start (the # must be) at the column #0.
37820      Branch: perl
37821            ! op.c
37822 ____________________________________________________________________________
37823 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
37824         Log: If using gcc -B/foo/bar makedepend would give
37825              unnecessary warnings about unused -B/foo/bar.
37826      Branch: perl
37827            ! makedepend.SH
37828 ____________________________________________________________________________
37829 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
37830         Log: Update Changes.
37831      Branch: perl
37832            ! Changes patchlevel.h
37833 ____________________________________________________________________________
37834 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
37835         Log: s/z/tz/
37836      Branch: perl
37837            ! pod/perlfaq2.pod
37838 ____________________________________________________________________________
37839 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
37840         Log: Article nit.
37841      Branch: perl
37842            ! pod/perlfaq2.pod
37843 ____________________________________________________________________________
37844 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
37845         Log: Rename lib/unicode files to lib/unicore to avoid
37846              conflicts between core lib/unicode and Unicode::
37847              files in case-ignoring filesystems.
37848      Branch: perl
37849            + (add 325 files)
37850            - (delete 324 files)
37851            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
37852 ____________________________________________________________________________
37853 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
37854         Log: Upgrade to Math::BigInt 1.41.
37855      Branch: perl
37856            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
37857 ____________________________________________________________________________
37858 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
37859         Log: Subject: [PATCH] remove PL_na from typemap
37860              From: James <james@rf.net>
37861              Date: Mon, 06 Aug 2001 20:23:15 -0700
37862              Message-ID: <3B6F5F23.A31A81B1@rf.net>
37863              
37864              (had to be manually applied)
37865      Branch: perl
37866            ! lib/ExtUtils/typemap
37867 ____________________________________________________________________________
37868 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
37869         Log: The metaconfig unit changes for #11618.
37870      Branch: metaconfig/U/perl
37871            + d_fpclassl.U i_fp.U
37872 ____________________________________________________________________________
37873 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
37874         Log: Forgot this from #11618.
37875              
37876              NOTE: wince/config_H.ce needs updating.
37877      Branch: perl
37878            ! wince/config.ce
37879 ____________________________________________________________________________
37880 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
37881         Log: Introduce more floating point classifying APIs;
37882              try to define (most importantly) Perl_is{inf,nan}(x).
37883              
37884              For this first cut, assume none such APIs exist in non-UNIXoid
37885              platforms-- this is of course too unkind: Win32 rumoredly has
37886              _fpclass() and _isnan(), and VMS/VOS very probably have some
37887              of the APIs available.     The only thing Perl uses at the moment
37888              is Perl_isnan() (has been in use for a while now).
37889              
37890              NOTE: the Win32 and NetWare config_h.?c need regenerating.
37891      Branch: perl
37892            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
37893            ! Porting/config_H config_h.SH configure.com epoc/config.sh
37894            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
37895            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37896            ! vos/config.ga.h win32/config.bc win32/config.gc
37897            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37898            ! win32/config_H.vc wince/config.ce wince/config.h
37899 ____________________________________________________________________________
37900 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
37901         Log: Integrate change #11519 from perlio:
37902              
37903              Avoid testing for (non-)existance of "encoding(xxxx)"
37904              layer is called "encoding" the (xxxx) is an argument.
37905      Branch: perl
37906           !> lib/open.pm
37907 ____________________________________________________________________________
37908 [ 11616] By: nick                                  on 2001/08/09  07:50:24
37909         Log: Integrate mainline
37910      Branch: perlio
37911           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
37912           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
37913           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
37914           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
37915            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37916            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37917           !> (integrate 79 files)
37918 ____________________________________________________________________________
37919 [ 11615] By: nick                                  on 2001/08/09  06:23:44
37920         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
37921              layer is called "encoding" the (xxxx) is an argument.
37922      Branch: perlio
37923            ! lib/open.pm
37924 ____________________________________________________________________________
37925 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
37926         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
37927              From: Paul Johnson <paul@pjcj.net>
37928              Date: Wed, 8 Aug 2001 23:54:17 +0200
37929              Message-ID: <20010808235417.O1006@pjcj.net>
37930      Branch: perl
37931            ! ext/B/B/Concise.pm
37932 ____________________________________________________________________________
37933 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
37934         Log: Make VMS use IEEE math by default; reorder Tru64 hints
37935              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
37936              exception semantics) is always set if using (the new) cc.
37937      Branch: perl
37938            ! configure.com hints/dec_osf.sh
37939 ____________________________________________________________________________
37940 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
37941         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
37942              From: Abhijit Menon-Sen <ams@wiw.org>
37943              Date: Tue, 7 Aug 2001 17:16:05 +0530
37944              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
37945      Branch: perl
37946            ! pp_sys.c
37947 ____________________________________________________________________________
37948 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
37949         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
37950              From: "Craig A. Berry" <craigberry@mac.com>
37951              Date: Tue, 07 Aug 2001 22:27:47 -0500
37952              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
37953      Branch: perl
37954            ! t/run/exit.t
37955 ____________________________________________________________________________
37956 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
37957         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
37958              From: "Craig A. Berry" <craigberry@mac.com>
37959              Date: Tue, 07 Aug 2001 20:01:53 -0500
37960              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
37961      Branch: perl
37962            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
37963 ____________________________________________________________________________
37964 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
37965         Log: Update the magazine information.
37966      Branch: perl
37967            ! pod/perlfaq2.pod
37968 ____________________________________________________________________________
37969 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
37970         Log: Ignore SIGFPE everywhere.
37971      Branch: perl
37972            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
37973 ____________________________________________________________________________
37974 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
37975         Log: With permission, change the licensing of the docs by
37976              TomC (and Gnat) to comply with the rest of Perl.
37977      Branch: perl
37978            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37979            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37980            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37981            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
37982            ! pod/perltootc.pod
37983 ____________________________________________________________________________
37984 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
37985         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
37986              From: Andy Dougherty <doughera@lafayette.edu>
37987              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
37988              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
37989      Branch: perl
37990            ! hints/openbsd.sh
37991 ____________________________________________________________________________
37992 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
37993         Log: Subject: [PATCH] Makefile.SH test_prep dependency
37994              From: Andy Dougherty <doughera@lafayette.edu>
37995              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
37996              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
37997      Branch: perl
37998            ! Makefile.SH
37999 ____________________________________________________________________________
38000 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
38001         Log: Don't autogenerate the headers et alia,
38002              make regen_headers explicitly.
38003      Branch: perl
38004            ! Makefile.SH
38005 ____________________________________________________________________________
38006 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
38007         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
38008              From: Gurusamy Sarathy <gsar@ActiveState.com> 
38009              Date: Tue, 07 Aug 2001 08:33:26 -0700
38010              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
38011              
38012              Unnecessary dependency.
38013      Branch: perl
38014            ! embed.pl
38015 ____________________________________________________________________________
38016 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
38017         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
38018              From: Abhijit Menon-Sen <ams@wiw.org>
38019              Date: Tue, 7 Aug 2001 09:10:54 +0530
38020              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
38021      Branch: perl
38022            ! pp_hot.c
38023 ____________________________________________________________________________
38024 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
38025         Log: Subject: [PATCH perl@11597] B && BEGIN handling
38026              From: "James A. Duncan" <jduncan@fotango.com>
38027              Date: Mon, 6 Aug 2001 17:29:11 +0100
38028              Message-ID: <20010806172911.A2071@fotango.com>
38029              
38030              (the intrpvar.h addition moved to the end for bincompat)
38031      Branch: perl
38032            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
38033 ____________________________________________________________________________
38034 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
38035         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
38036      Branch: perl
38037           !> README.win32
38038 ____________________________________________________________________________
38039 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
38040         Log: fix URLs for fcrypt.c
38041      Branch: maint-5.6/perl
38042            ! README.win32
38043 ____________________________________________________________________________
38044 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
38045         Log: Yet another way to say Infinity: HP-UX calls its "++".
38046      Branch: perl
38047            ! lib/Math/BigInt/t/bigintpm.t
38048 ____________________________________________________________________________
38049 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
38050         Log: Update Changes.
38051      Branch: perl
38052            ! Changes patchlevel.h
38053 ____________________________________________________________________________
38054 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
38055         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
38056      Branch: perl
38057            ! pod/perlfaq5.pod
38058 ____________________________________________________________________________
38059 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
38060         Log: The #11593 wasn't right.
38061      Branch: perl
38062            ! lib/Math/BigInt/t/bigintpm.t
38063 ____________________________________________________________________________
38064 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
38065         Log: Subject: [PATCH: perl@11564] introducing perlivp
38066              From: Prymmer/Kahn <pvhp@best.com>
38067              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
38068              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
38069              
38070              Subject: Re: [PATCH: perl@11564] introducing perlivp
38071              From: Prymmer/Kahn <pvhp@best.com>
38072              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
38073              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
38074      Branch: perl
38075            + utils/perlivp.PL
38076            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
38077            ! win32/Makefile win32/makefile.mk
38078 ____________________________________________________________________________
38079 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
38080         Log: libcs are confused what to call Infinity.
38081      Branch: perl
38082            ! lib/Math/BigInt/t/bigintpm.t
38083 ____________________________________________________________________________
38084 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
38085         Log: Avoid SIGFPE in Tru64.
38086      Branch: perl
38087            ! numeric.c
38088 ____________________________________________________________________________
38089 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
38090         Log: Upgrade to Math::BigInt 1.40.
38091              
38092              NOTE: this patch necessitates doing something about
38093              infinity handling since the new bigintpm.t tests use
38094              infinity, which causes SIGFPEs at least in Tru64.
38095      Branch: perl
38096            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38097            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38098            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38099            ! lib/Math/BigInt/t/mbimbf.t
38100 ____________________________________________________________________________
38101 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
38102         Log: remove hardcoded cmd shell in testsuite
38103      Branch: perl
38104            ! t/op/glob.t t/op/magic.t t/op/stat.t
38105 ____________________________________________________________________________
38106 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
38107         Log: 4-arg select() was busted on windows because change#8178 didn't
38108              make it into mainline
38109      Branch: perl
38110            ! perl.h win32/include/sys/socket.h
38111 ____________________________________________________________________________
38112 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
38113         Log: Rename the Getopt::Long tests to be as they are
38114              in the Getopt::Long official distribution.
38115      Branch: perl
38116            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
38117            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
38118            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
38119            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
38120            ! MANIFEST
38121 ____________________________________________________________________________
38122 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
38123         Log: Upgrade to Getopt::Long 2.26.
38124      Branch: perl
38125            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
38126            ! MANIFEST lib/Getopt/Long.pm
38127 ____________________________________________________________________________
38128 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
38129         Log: Retract #10874 (the hack should be unnecessary by now)
38130      Branch: perl
38131            ! lib/Test/Harness.pm
38132 ____________________________________________________________________________
38133 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
38134         Log: avoid temp file littering in tests
38135      Branch: perl
38136            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
38137 ____________________________________________________________________________
38138 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
38139         Log: Subject: warning in sv.c: double format, NV arg
38140              From: "Philip Newton" <Philip.Newton@gmx.net>
38141              Date: Sun, 5 Aug 2001 19:41:07 +0200
38142              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
38143      Branch: perl
38144            ! sv.c
38145 ____________________________________________________________________________
38146 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
38147         Log: fix POSIX.t#13 for windos
38148      Branch: perl
38149            ! ext/POSIX/POSIX.t
38150 ____________________________________________________________________________
38151 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
38152         Log: Add a test for PerlIO::Via.
38153      Branch: perl
38154            + ext/PerlIO/t/via.t
38155            ! MANIFEST ext/PerlIO/Via/Via.pm
38156 ____________________________________________________________________________
38157 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
38158         Log: flock() and link() are not available on Windows 9x
38159      Branch: perl
38160            ! win32/config_sh.PL
38161 ____________________________________________________________________________
38162 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
38163         Log: Some Tru64 C compilers have C++ components that confuse
38164              the ccversion parsing.
38165      Branch: perl
38166            ! hints/dec_osf.sh
38167 ____________________________________________________________________________
38168 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
38169         Log: (Reintroduce #11125)
38170              
38171              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
38172              From: Alan Burlison <Alan.Burlison@sun.com> 
38173              Date: Tue, 03 Jul 2001 15:20:13 +0100   
38174              Message-ID: <3B41D49D.A923D4F9@sun.com> 
38175      Branch: perl
38176            ! lib/ExtUtils/MM_Unix.pm
38177 ____________________________________________________________________________
38178 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
38179         Log: Little pointer juggling for HP-UX cc to avoid
38180              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
38181              followed by
38182              "error 1549: Modifiable lvalue required for assignment operator."
38183      Branch: perl
38184            ! hv.c
38185 ____________________________________________________________________________
38186 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
38187         Log: Continuation of #11575: SANY_SEEN completely deprecated,
38188              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
38189              plus a fix for the bug.
38190      Branch: perl
38191            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38192 ____________________________________________________________________________
38193 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
38194         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
38195              From: Doug MacEachern <dougm@covalent.net>
38196              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
38197              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
38198      Branch: perl
38199            ! sv.c
38200 ____________________________________________________________________________
38201 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
38202         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
38203              the new CANY is the \C.  The problem reported and the
38204              test case supplied in
38205              
38206              Subject: UTF-8 bugs in string length & single line regex matches
38207              From: "Daniel P. Berrange" <dan@berrange.com>
38208              Date: Fri, 3 Aug 2001 11:39:33 +0100
38209              Message-ID: <20010803113932.A19318@berrange.com>
38210      Branch: perl
38211            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
38212            ! t/op/pat.t
38213 ____________________________________________________________________________
38214 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
38215         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
38216              From: Doug MacEachern <dougm@covalent.net>
38217              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
38218              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
38219      Branch: perl
38220            ! perl.c regexec.c
38221 ____________________________________________________________________________
38222 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
38223         Log: The #11572 didn't up the test count.
38224      Branch: perl
38225            ! t/op/length.t
38226 ____________________________________________________________________________
38227 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
38228         Log: Subject: UTF-8 bugs in string length & single line regex matches
38229              From: "Daniel P. Berrange" <dan@berrange.com>
38230              Date: Fri, 3 Aug 2001 11:39:33 +0100         
38231              Message-ID: <20010803113932.A19318@berrange.com>
38232              
38233              (the mg_length() fix)
38234      Branch: perl
38235            ! mg.c t/op/length.t
38236 ____________________________________________________________________________
38237 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
38238         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38239              From: Abhijit Menon-Sen <ams@wiw.org>
38240              Date: Sat, 4 Aug 2001 16:56:35 +0530
38241              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
38242      Branch: perl
38243            ! hv.c
38244 ____________________________________________________________________________
38245 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
38246         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38247              From: Abhijit Menon-Sen <ams@wiw.org>
38248              Date: Sat, 4 Aug 2001 16:16:03 +0530
38249              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
38250      Branch: perl
38251            ! hv.c
38252 ____________________________________________________________________________
38253 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
38254         Log: Subject: Re: [patch] refcount re ops
38255              From: Abhijit Menon-Sen <ams@wiw.org>
38256              Date: Sat, 4 Aug 2001 08:54:55 +0530
38257              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
38258      Branch: perl
38259            ! sv.c
38260 ____________________________________________________________________________
38261 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
38262         Log: Subject: [patch] refcount re ops
38263              From: Doug MacEachern <dougm@covalent.net>
38264              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
38265              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
38266      Branch: perl
38267            ! regcomp.c sv.c
38268 ____________________________________________________________________________
38269 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
38270         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
38271              From: Doug MacEachern <dougm@covalent.net>
38272              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
38273              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
38274      Branch: perl
38275            ! perl.c regexec.c
38276 ____________________________________________________________________________
38277 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
38278         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
38279              From: "Craig A. Berry" <craigberry@mac.com> 
38280              Date: Fri, 03 Aug 2001 16:16:16 -0500
38281              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
38282      Branch: perl
38283            ! t/op/misc.t
38284 ____________________________________________________________________________
38285 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
38286         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
38287              From: John Kristian <jmk2001@engineer.com>
38288              Date: Fri, 03 Aug 2001 00:59:08 -0700
38289              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
38290      Branch: perl
38291            ! win32/win32.c
38292 ____________________________________________________________________________
38293 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
38294         Log: Update Changes.
38295      Branch: perl
38296            ! Changes patchlevel.h
38297 ____________________________________________________________________________
38298 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
38299         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
38300              From: "Craig A. Berry" <craigberry@mac.com>
38301              Date: Thu, 02 Aug 2001 23:15:24 -0500
38302              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
38303      Branch: perl
38304            ! ext/B/Stash.t
38305 ____________________________________________________________________________
38306 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
38307         Log: Subject: [patch] plug PL_cshname leak
38308              From: Doug MacEachern <dougm@covalent.net>
38309              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
38310              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
38311      Branch: perl
38312            ! sv.c
38313 ____________________________________________________________________________
38314 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
38315         Log: Subject: [patch] plug PL_sh_path leak
38316              From: Doug MacEachern <dougm@covalent.net>
38317              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
38318              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
38319      Branch: perl
38320            ! sv.c
38321 ____________________________________________________________________________
38322 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
38323         Log: Subject: [patch] plug PL_regex_padav leaks
38324              From: Doug MacEachern <dougm@covalent.net>
38325              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
38326              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
38327      Branch: perl
38328            ! op.c op.h perl.c
38329 ____________________________________________________________________________
38330 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
38331         Log: Subject: [patch] plug PL_origargv leak
38332              From: Doug MacEachern <dougm@covalent.net>
38333              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
38334              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
38335      Branch: perl
38336            ! perl.c
38337 ____________________________________________________________________________
38338 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
38339         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38340              From: Abhijit Menon-Sen <ams@wiw.org>
38341              Date: Fri, 3 Aug 2001 06:38:11 +0530
38342              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
38343      Branch: perl
38344            ! hv.c
38345 ____________________________________________________________________________
38346 [ 11557] By: nick                                  on 2001/08/03  08:17:38
38347         Log: Integrate mainline
38348      Branch: perlio
38349           +> (branch 47 files)
38350            - lib/Switch/test.pl
38351           !> (integrate 49 files)
38352 ____________________________________________________________________________
38353 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
38354         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
38355              From: "Craig A. Berry" <craigberry@mac.com>
38356              Date: Thu, 02 Aug 2001 12:56:19 -0500
38357              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
38358      Branch: perl
38359            ! ext/B/Showlex.t
38360 ____________________________________________________________________________
38361 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
38362         Log: Be more careful about non-existent files.
38363      Branch: perl
38364            ! lib/File/Copy.pm
38365 ____________________________________________________________________________
38366 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
38367         Log: Subject: [PATCH resend] deparse empty formats
38368              From: Robin Houston <robin@kitsite.com> 
38369              Date: Thu, 2 Aug 2001 14:32:36 +0100
38370              Message-ID: <20010802143236.A894@robin.kitsite.com>
38371      Branch: perl
38372            ! ext/B/B/Deparse.pm
38373 ____________________________________________________________________________
38374 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
38375         Log: Subject: [patch] ithreads + refto fix improvement
38376              From: Doug MacEachern <dougm@covalent.net>
38377              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
38378              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
38379      Branch: perl
38380            ! pp.c
38381 ____________________________________________________________________________
38382 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
38383         Log: Readability nit from Abhijit.
38384      Branch: perl
38385            ! op.c
38386 ____________________________________________________________________________
38387 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
38388         Log: setproctitle() API version nit from Anton Berezin.
38389      Branch: perl
38390            ! mg.c
38391 ____________________________________________________________________________
38392 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
38393         Log: Add PerlCE to the docs.
38394      Branch: perl
38395            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38396            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38397 ____________________________________________________________________________
38398 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
38399         Log: Integrate the PerlCE (WinCE Perl) port;
38400              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
38401      Branch: perl
38402            + README.ce wince/FindExt.pm wince/Makefile.ce
38403            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
38404            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
38405            + wince/bin/search.pl wince/config.ce wince/config.h
38406            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
38407            + wince/dl_win32.xs wince/include/arpa/inet.h
38408            + wince/include/cectype.h wince/include/errno.h
38409            + wince/include/netdb.h wince/include/sys/socket.h
38410            + wince/include/sys/stat.h wince/include/sys/types.h
38411            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
38412            + wince/perl.rc wince/perldll.def wince/perllib.c
38413            + wince/perlmain.c wince/registry.bat wince/runperl.c
38414            + wince/splittree.pl wince/win32.h wince/win32iop.h
38415            + wince/win32thread.c wince/win32thread.h wince/wince.c
38416            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
38417            + wince/xdistclean.ksh wince/xmakediffs.ksh
38418            ! MANIFEST perl.c perl.h perlio.c
38419 ____________________________________________________________________________
38420 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
38421         Log: setproctitle() made simpler.  (This assumes the string is
38422              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
38423              should be used.  Note len, not len + 1.)  BSD-fu from Anton
38424              Berezin.
38425      Branch: perl
38426            ! mg.c
38427 ____________________________________________________________________________
38428 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
38429         Log: Subject: [PATCH] -Wall cleanup: op.c
38430              From: Richard Soderberg <rs@oregonnet.com>
38431              Date: Thu, 2 Aug 2001 00:17:09 -0700
38432              Message-Id: <200108020717.AAA26895@oregonnet.com>
38433              
38434              Subject: [PATCH] -Wall cleanup: sv.c
38435              From: Richard Soderberg <rs@oregonnet.com>
38436              Date: Thu, 2 Aug 2001 00:49:21 -0700
38437              Message-Id: <200108020749.AAA27492@oregonnet.com>
38438      Branch: perl
38439            ! op.c sv.c
38440 ____________________________________________________________________________
38441 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
38442         Log: Update Changes.
38443      Branch: perl
38444            ! Changes patchlevel.h
38445 ____________________________________________________________________________
38446 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
38447         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38448              From: Doug MacEachern <dougm@covalent.net>
38449              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
38450              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
38451      Branch: perl
38452            ! op.c
38453 ____________________________________________________________________________
38454 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
38455         Log: The #11541 didn't work under threads.
38456      Branch: perl
38457            ! op.c
38458 ____________________________________________________________________________
38459 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
38460         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
38461              From: Hugo <hv@crypt.compulink.co.uk>
38462              Date: Fri, 22 Jun 2001 01:19:08 +0100 
38463              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
38464              
38465              (Skip tests if accept() failed)
38466      Branch: perl
38467            ! ext/IO/lib/IO/t/io_unix.t
38468 ____________________________________________________________________________
38469 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
38470         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
38471              From: "Stian Seeberg" <sseeberg@nimsoft.no>
38472              Date: Mon, 30 Jul 2001 12:28:07 +0200
38473              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
38474      Branch: perl
38475            ! perl.h
38476 ____________________________________________________________________________
38477 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
38478         Log: Subject: Pluggable optimizer
38479              From: Simon Cozens <simon@netthink.co.uk>
38480              Date: Wed, 1 Aug 2001 13:57:02 -0700
38481              Message-ID: <20010801135702.I10442@netthink.co.uk>
38482      Branch: perl
38483            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
38484 ____________________________________________________________________________
38485 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
38486         Log: Subject: [ID 20010801.039] perlre.pod message typo
38487              From: Autrijus Tang <autrijus@geb.elixus.org>
38488              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
38489              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
38490      Branch: perl
38491            ! pod/perlre.pod
38492 ____________________________________________________________________________
38493 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
38494         Log: Test for change #11536.
38495      Branch: perl
38496            ! t/op/tiehandle.t
38497 ____________________________________________________________________________
38498 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
38499         Log: More test fixups for #11537.
38500      Branch: perl
38501            ! t/lib/warnings/4lint t/lib/warnings/9enabled
38502 ____________________________________________________________________________
38503 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
38504         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38505              From: Doug MacEachern <dougm@covalent.net>
38506              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
38507              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
38508      Branch: perl
38509            ! op.c t/TestInit.pm
38510 ____________________________________________________________________________
38511 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
38512         Log: Subject: [patch] ithreads + refto bug
38513              From: Doug MacEachern <dougm@covalent.net>
38514              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
38515              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
38516              
38517              (Test in change #11539)
38518      Branch: perl
38519            ! pp.c
38520 ____________________________________________________________________________
38521 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
38522         Log: Subject: [PATCH: perl@11523] fixups for t/harness
38523              From: Prymmer/Kahn <pvhp@best.com>
38524              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
38525              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
38526      Branch: perl
38527            ! t/harness
38528 ____________________________________________________________________________
38529 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
38530         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
38531              From: Prymmer/Kahn <pvhp@best.com>
38532              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
38533              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
38534      Branch: perl
38535            ! win32/Makefile win32/makefile.mk
38536 ____________________________________________________________________________
38537 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
38538         Log: Need to know the number of tests.
38539      Branch: perl
38540            ! t/run/exit.t
38541 ____________________________________________________________________________
38542 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
38543         Log: Subject: Re: new exit tests on VMS
38544              From: "Craig A. Berry" <craigberry@mac.com>
38545              Date: Tue, 31 Jul 2001 12:19:29 -0500
38546              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
38547      Branch: perl
38548            ! t/run/exit.t
38549 ____________________________________________________________________________
38550 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
38551         Log: Retract #11530 (the dTHX is needed under threads)
38552      Branch: perl
38553            ! perlio.c
38554 ____________________________________________________________________________
38555 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
38556         Log: (Retracted by #11531)
38557      Branch: perl
38558            ! perlio.c
38559 ____________________________________________________________________________
38560 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
38561         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
38562              From: Richard Soderberg <rs@crystalflame.net>
38563              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
38564              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
38565      Branch: perl
38566            ! unixish.h
38567 ____________________________________________________________________________
38568 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
38569         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
38570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38571              Date: Tue, 31 Jul 2001 05:39:09 -0400
38572              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
38573              
38574              (with a note about the case of UV being equal to long long)
38575      Branch: perl
38576            ! utils/h2xs.PL
38577 ____________________________________________________________________________
38578 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
38579         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
38580              From: "Craig A. Berry" <craigberry@mac.com>
38581              Date: Tue, 31 Jul 2001 14:57:43 -0500
38582              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
38583      Branch: perl
38584            ! t/io/fs.t
38585 ____________________________________________________________________________
38586 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
38587         Log: Fix for
38588              
38589              Subject: [ID 20010116.001] File::Copy truncates orig file 
38590              From: arbor@al37al08.telecel.pt
38591              Date: Tue, 16 Jan 2001 11:43:02 GMT
38592              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
38593              
38594              (copy($foo, $foo) would truncate $foo)
38595      Branch: perl
38596            ! lib/File/Copy.pm lib/File/Copy.t
38597 ____________________________________________________________________________
38598 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
38599         Log: Metaconfig unit change for #11524.
38600      Branch: metaconfig/U/perl
38601            ! Extras.U
38602 ____________________________________________________________________________
38603 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
38604         Log: Multiple modules didn't work; plus typo fixes.
38605      Branch: perl
38606            ! Configure
38607 ____________________________________________________________________________
38608 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
38609         Log: Update Changes.
38610      Branch: perl
38611            ! Changes patchlevel.h
38612 ____________________________________________________________________________
38613 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
38614         Log: Regen perlapi.
38615      Branch: perl
38616            ! pod/perlapi.pod
38617 ____________________________________________________________________________
38618 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
38619         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
38620              From: Dave Mitchell <davem@fdgroup.co.uk>
38621              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
38622              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
38623      Branch: perl
38624            ! sv.c
38625 ____________________________________________________________________________
38626 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
38627         Log: Regen toc.
38628      Branch: perl
38629            ! pod/perltoc.pod
38630 ____________________________________________________________________________
38631 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
38632         Log: Regen Porting stuff.
38633      Branch: perl
38634            ! Porting/Glossary Porting/config.sh Porting/config_H
38635 ____________________________________________________________________________
38636 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
38637         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
38638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38639              Date: Tue, 31 Jul 2001 05:34:38 -0400
38640              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
38641      Branch: perl
38642            ! utils/h2xs.PL
38643 ____________________________________________________________________________
38644 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
38645         Log: Metaconfig unit change for #11516. 
38646      Branch: metaconfig/U/perl
38647            ! gccvers.U
38648 ____________________________________________________________________________
38649 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
38650         Log: Add -Wall in cflags, not in Configure.
38651              (This way -Wall affects only the core and the core XS,
38652              not user modules' XS.  Concern from Paul Marquess,
38653              implementation idea from Andy Dougherty.)
38654      Branch: perl
38655            ! Configure cflags.SH
38656 ____________________________________________________________________________
38657 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
38658         Log: Metaconfig unit changes for #11514.
38659      Branch: metaconfig
38660            + U/modified/sysman.U
38661            ! U/installdirs/man1dir.U
38662 ____________________________________________________________________________
38663 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
38664         Log: Subject: Configure's detection of system manual
38665              From: Sean Dague <sean@dague.net> 
38666              Date: Sun, 13 May 2001 15:53:15 -0400
38667              Message-ID: <20010513155315.A15833@underhill.dague.net>
38668      Branch: perl
38669            ! Configure
38670 ____________________________________________________________________________
38671 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
38672         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
38673              From: Autrijus Tang <autrijus@autrijus.org> 
38674              Date: Thu, 21 Jun 2001 23:56:48 +0800
38675              Message-Id: <20010621235648.A57340@not.autrijus.org>
38676      Branch: perl
38677            ! pod/perlobj.pod
38678 ____________________________________________________________________________
38679 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
38680         Log: Subject: Typo in DB_File.pm
38681              From: "Philip Newton" <Philip.Newton@gmx.net>
38682              Date: Tue, 31 Jul 2001 06:19:35 +0200
38683              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
38684      Branch: perl
38685            ! ext/DB_File/DB_File.pm
38686 ____________________________________________________________________________
38687 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
38688         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
38689              From: "Stephen P. Potter" <spp@spotter.yi.org>
38690              Date: Wed, 30 May 2001 13:59:34 -0400
38691              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
38692      Branch: perl
38693            ! pod/perlre.pod
38694 ____________________________________________________________________________
38695 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
38696         Log: eval "format foo=" would loop indefinitely; reported in
38697              
38698              Subject: A load of old rubbish
38699              From: Mike Guy <mjtg@cam.ac.uk>
38700              Date: Mon, 14 May 2001 16:12:22 +0100
38701              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
38702              
38703              (The core dumps reported in there already fixed.)
38704      Branch: perl
38705            ! toke.c
38706 ____________________________________________________________________________
38707 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
38708         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
38709      Branch: perl
38710            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
38711            + lib/Switch/t/switch_case.t
38712            - lib/Switch/test.pl
38713            ! MANIFEST lib/Switch.pm
38714 ____________________________________________________________________________
38715 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
38716         Log: Subject: [PATCH @11505] DB_File-1.78
38717              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38718              Date: Mon, 30 Jul 2001 22:54:37 +0100
38719              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
38720      Branch: perl
38721            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38722            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38723 ____________________________________________________________________________
38724 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
38725         Log: Explain in more detail why -pipe and -fno-common are good.
38726      Branch: perl
38727            ! hints/darwin.sh
38728 ____________________________________________________________________________
38729 [ 11506] By: nick                                  on 2001/07/30  14:32:23
38730         Log: Integrate mainline
38731      Branch: perlio
38732           !> INSTALL Makefile.SH doio.c hints/darwin.sh
38733 ____________________________________________________________________________
38734 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
38735         Log: Perl hasn't been putting man pages into $prefix/lib for
38736              a long time now; pointed out by Andy Dougherty. 
38737      Branch: perl
38738            ! hints/darwin.sh
38739 ____________________________________________________________________________
38740 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
38741         Log: Document the extras Configure option.
38742      Branch: perl
38743            ! INSTALL
38744 ____________________________________________________________________________
38745 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
38746         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
38747              everywhere.
38748      Branch: perl
38749           !> doio.c
38750 ____________________________________________________________________________
38751 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
38752         Log: Doubly guard against invoking CPAN if no extras defined,
38753              pointed out by H. Merijn Brand.
38754      Branch: perl
38755            ! Makefile.SH
38756 ____________________________________________________________________________
38757 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
38758         Log: Fix O_RDONLY check to check for O_RDONLY.
38759      Branch: maint-5.6/macperl
38760            ! doio.c
38761 ____________________________________________________________________________
38762 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
38763         Log: Integrate miscellaneous changes from maint-5.6/perl.
38764      Branch: maint-5.6/macperl
38765           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
38766 ____________________________________________________________________________
38767 [ 11499] By: nick                                  on 2001/07/30  06:52:42
38768         Log: Integrate mainline
38769      Branch: perlio
38770           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
38771           +> win32/sync_ext.pl
38772            - win32/sncfnmcs.pl
38773           !> (integrate 71 files)
38774 ____________________________________________________________________________
38775 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
38776         Log: Update Changes.
38777      Branch: perl
38778            ! Changes patchlevel.h
38779 ____________________________________________________________________________
38780 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
38781         Log: Now Configure -Dextras=Foo::Bar and "make install" will
38782              fetch and install Foo::Bar.
38783      Branch: perl
38784            ! Makefile.SH
38785 ____________________________________________________________________________
38786 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
38787         Log: Metaconfig unit change for #11495.
38788      Branch: metaconfig/U/perl
38789            ! Extras.U
38790 ____________________________________________________________________________
38791 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
38792         Log: extras.make, extras.test, and extras.install make targets.
38793      Branch: perl
38794            ! Configure Makefile.SH
38795 ____________________________________________________________________________
38796 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
38797         Log: Metaconfig unit change for #11493.
38798      Branch: metaconfig/U/perl
38799            ! Extras.U
38800 ____________________________________________________________________________
38801 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
38802         Log: Better to have the list of extras in $extras than 'define'.
38803      Branch: perl
38804            ! Configure
38805 ____________________________________________________________________________
38806 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
38807         Log: The metaconfig unit change for #11490.
38808      Branch: metaconfig/U/perl
38809            + Extras.U
38810 ____________________________________________________________________________
38811 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
38812         Log: Missed from #11490 (the required dependency).
38813      Branch: perl
38814            ! Makefile.SH
38815 ____________________________________________________________________________
38816 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
38817         Log: Add the support of asking for extra modules or bundles of modules
38818              to be fetched from the CPAN and installed as a part of the Perl
38819              build process.  None of this installation is yet really done;
38820              only the list is asked, and saved away in extras.lst for
38821              the build and installation process to worry about later.
38822      Branch: perl
38823            ! Configure
38824 ____________________________________________________________________________
38825 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
38826         Log: Beginnings of better Inf and NaN support.
38827              At least toke.c and sv.c still need quite a bit of work.
38828      Branch: perl
38829            ! numeric.c perl.h
38830 ____________________________________________________________________________
38831 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
38832         Log: Top-level Makefile didn't honour OPTIMIZE.
38833      Branch: perl
38834            ! Makefile.SH
38835 ____________________________________________________________________________
38836 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
38837         Log: Update Changes.
38838      Branch: perl
38839            ! Changes patchlevel.h
38840 ____________________________________________________________________________
38841 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
38842         Log: Use Search::Dict 1.02 interface for charinfo().
38843      Branch: perl
38844            ! lib/UnicodeCD.pm
38845 ____________________________________________________________________________
38846 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
38847         Log: Now also allow transforming the read lines before comparing them.
38848              (This will help UnicodeCD.) 
38849      Branch: perl
38850            ! lib/Search/Dict.pm
38851 ____________________________________________________________________________
38852 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
38853         Log: Remove tiehandle code.
38854      Branch: perl
38855            ! lib/UnicodeCD.pm
38856 ____________________________________________________________________________
38857 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
38858         Log: Allow specifying a comparison function for Search::Dict::look().
38859      Branch: perl
38860            ! lib/Search/Dict.pm
38861 ____________________________________________________________________________
38862 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
38863         Log: Small UnicodeCD tweaks.
38864      Branch: perl
38865            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38866 ____________________________________________________________________________
38867 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
38868         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
38869              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38870              Date: Tue, 24 Jul 2001 01:51:32 +0900
38871              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
38872      Branch: perl
38873            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38874 ____________________________________________________________________________
38875 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
38876         Log: Subject: [PATCH] installperl
38877              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38878              Date: Fri, 27 Jul 2001 19:05:04 -0700
38879              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
38880      Branch: perl
38881            ! installperl
38882 ____________________________________________________________________________
38883 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
38884         Log: Subject: [PATCH] Set proper compatibility versions in core
38885              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38886              Date: Fri, 27 Jul 2001 20:01:49 -0700
38887              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
38888      Branch: perl
38889            ! Makefile.SH
38890 ____________________________________________________________________________
38891 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
38892         Log: Metaconfig unit change for #11477.
38893      Branch: metaconfig/U/perl
38894            ! dlsrc.U
38895 ____________________________________________________________________________
38896 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
38897         Log: Subject: [PATCH] Darwin: -fpic not so good
38898              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38899              Date: Fri, 27 Jul 2001 18:57:38 -0700
38900              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
38901      Branch: perl
38902            ! Configure
38903 ____________________________________________________________________________
38904 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
38905         Log: Subject: [PATCH] Clean up Darwin hints
38906              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38907              Date: Fri, 27 Jul 2001 19:13:15 -0700
38908              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
38909      Branch: perl
38910            ! hints/darwin.sh
38911 ____________________________________________________________________________
38912 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
38913         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
38914              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38915              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
38916              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
38917      Branch: perl
38918            ! pod/perlfunc.pod pp.c t/op/split.t
38919 ____________________________________________________________________________
38920 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
38921         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
38922              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38923              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
38924              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
38925      Branch: perl
38926            ! pod/perlvar.pod
38927 ____________________________________________________________________________
38928 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
38929         Log: Subject: [PATCH] fixes to constant.pm documentation
38930              From: Ilmari Karonen <iltzu@sci.fi>
38931              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
38932              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
38933      Branch: perl
38934            ! lib/constant.pm
38935 ____________________________________________________________________________
38936 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
38937         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
38938              From: "Philip Newton" <Philip.Newton@gmx.net>
38939              Date: Fri, 27 Jul 2001 07:51:10 +0200
38940              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
38941      Branch: perl
38942            ! pod/perlport.pod
38943 ____________________________________________________________________________
38944 [ 11471] By: nick                                  on 2001/07/26  06:23:32
38945         Log: Subject:  [PATCH] Doc fix for perlguts / threading
38946              From:  Arthur Bergman <arthur@contiller.se>
38947              Date:  Wed, 25 Jul 2001 11:28:23 +0200
38948              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
38949      Branch: perl
38950            ! pod/perlguts.pod
38951 ____________________________________________________________________________
38952 [ 11470] By: nick                                  on 2001/07/26  06:21:06
38953         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
38954              From:  Philip Newton <Philip.Newton@gmx.net>
38955              Date:  Wed, 25 Jul 2001 08:19:47 +0200
38956              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
38957      Branch: perl
38958            ! INSTALL
38959 ____________________________________________________________________________
38960 [ 11469] By: nick                                  on 2001/07/26  06:20:25
38961         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
38962              From:  Philip Newton <Philip.Newton@gmx.net>
38963              Date:  Wed, 25 Jul 2001 08:12:48 +0200
38964              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
38965      Branch: perl
38966            ! INSTALL
38967 ____________________________________________________________________________
38968 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
38969         Log: More +x.
38970      Branch: perl
38971            ! Porting/makerel
38972 ____________________________________________________________________________
38973 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
38974         Log: Update Changes.
38975      Branch: perl
38976            ! Changes patchlevel.h
38977 ____________________________________________________________________________
38978 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
38979         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
38980              From: "Philip Newton" <Philip.Newton@gmx.net>
38981              Date: Tue, 24 Jul 2001 06:45:55 +0200
38982              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
38983      Branch: perl
38984            ! os2/perlrexx.c
38985 ____________________________________________________________________________
38986 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
38987         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
38988              From: Peter Prymmer <pvhp@forte.com>
38989              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
38990              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
38991      Branch: perl
38992            ! pod/perlport.pod t/io/fs.t vms/test.com
38993 ____________________________________________________________________________
38994 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
38995         Log: Workaround on Cwd bootstrap problem.
38996      Branch: perl
38997            ! lib/ExtUtils/MakeMaker.pm
38998 ____________________________________________________________________________
38999 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
39000         Log: When in Rome, quote like the Romans do.
39001      Branch: perl
39002            ! cflags.SH
39003 ____________________________________________________________________________
39004 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
39005         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
39006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39007              Date: Mon, 23 Jul 2001 19:29:49 -0400
39008              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
39009      Branch: perl
39010            + os2/perlrexx.c
39011            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
39012            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
39013            ! t/op/write.t
39014 ____________________________________________________________________________
39015 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
39016         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
39017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39018              Date: Mon, 23 Jul 2001 18:43:42 -0400
39019              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
39020      Branch: perl
39021            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
39022 ____________________________________________________________________________
39023 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
39024         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
39025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39026              Date: Mon, 23 Jul 2001 18:33:16 -0400
39027              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
39028      Branch: perl
39029            ! lib/ExtUtils/MakeMaker.pm
39030 ____________________________________________________________________________
39031 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
39032         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
39033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39034              Date: Mon, 23 Jul 2001 18:20:35 -0400
39035              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
39036      Branch: perl
39037            ! Makefile.SH cflags.SH
39038 ____________________________________________________________________________
39039 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
39040         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
39041              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
39042              Date: Mon, 23 Jul 2001 11:32:17 -0500
39043              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
39044      Branch: perl
39045            ! lib/ExtUtils/MakeMaker.pm
39046 ____________________________________________________________________________
39047 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
39048         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
39049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39050              Date: Mon, 23 Jul 2001 18:13:20 -0400
39051              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
39052      Branch: perl
39053            ! lib/perl5db.pl
39054 ____________________________________________________________________________
39055 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
39056         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
39057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39058              Date: Mon, 23 Jul 2001 18:07:40 -0400
39059              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
39060      Branch: perl
39061            ! op.c
39062 ____________________________________________________________________________
39063 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
39064         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
39065              From: "Craig A. Berry" <craigberry@mac.com>
39066              Date: Mon, 23 Jul 2001 15:35:06 -0500
39067              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
39068      Branch: perl
39069            ! util.c
39070 ____________________________________________________________________________
39071 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
39072         Log: Subject: [PATCH perlfaq9.pod typo]
39073              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
39074              Date: Mon, 23 Jul 2001 07:49:05 -0700
39075              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
39076      Branch: perl
39077            ! pod/perlfaq9.pod
39078 ____________________________________________________________________________
39079 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
39080         Log: Subject: win32\sncfnmcs.pl corrections
39081              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39082              Date: Mon, 23 Jul 2001 12:56:54 +0200
39083              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
39084              
39085              Rename the script a little bit more sensibly.
39086      Branch: perl
39087            + win32/sync_ext.pl
39088            - win32/sncfnmcs.pl
39089            ! MANIFEST README.win32
39090 ____________________________________________________________________________
39091 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
39092         Log: Test tweak.
39093      Branch: perl
39094            ! ext/B/Deparse.t
39095 ____________________________________________________________________________
39096 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
39097         Log: Metaconfig unit tweak for #11450.
39098      Branch: metaconfig/U/perl
39099            ! Mksymlinks.U
39100 ____________________________________________________________________________
39101 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
39102         Log: Too volatile failsafe check.
39103      Branch: perl
39104            ! Configure
39105 ____________________________________________________________________________
39106 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
39107         Log: Further doc tweaks.
39108      Branch: perl
39109            ! lib/UnicodeCD.pm
39110 ____________________________________________________________________________
39111 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
39112         Log: Doc tweaks.
39113      Branch: perl
39114            ! lib/UnicodeCD.pm
39115 ____________________________________________________________________________
39116 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
39117         Log: Doc tweakery from Abhijit.
39118      Branch: perl
39119            ! Porting/repository.pod
39120 ____________________________________________________________________________
39121 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
39122         Log: An accidental empty line.
39123      Branch: perl
39124            ! MANIFEST
39125 ____________________________________________________________________________
39126 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
39127         Log: Missing MANIFESTations.
39128      Branch: perl
39129            ! MANIFEST
39130 ____________________________________________________________________________
39131 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
39132         Log: Update Changes.
39133      Branch: perl
39134            ! Changes patchlevel.h
39135 ____________________________________________________________________________
39136 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
39137         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
39138              From: Mike Guy <mjtg@cam.ac.uk>
39139              Date: Fri, 20 Jul 2001 16:12:49 +0100
39140              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
39141      Branch: perl
39142            ! Porting/pumpkin.pod
39143 ____________________________________________________________________________
39144 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
39145         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
39146              From: Peter Prymmer <pvhp@forte.com>
39147              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
39148              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
39149      Branch: perl
39150            ! pod/perlhack.pod
39151 ____________________________________________________________________________
39152 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
39153         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
39154              From: Michael G Schwern <schwern@pobox.com>
39155              Date: Fri, 20 Jul 2001 20:22:35 -0400
39156              Message-ID: <20010720202235.O4498@blackrider>
39157      Branch: perl
39158            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
39159            ! lib/Test/t/todo.t
39160 ____________________________________________________________________________
39161 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
39162         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
39163              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39164              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
39165              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
39166      Branch: perl
39167            ! ext/POSIX/POSIX.pod
39168 ____________________________________________________________________________
39169 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
39170         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
39171              From: Mark-Jason Dominus <mjd@plover.com>
39172              Date: Fri, 20 Jul 2001 23:16:54 -0400
39173              Message-ID: <20010721031654.21877.qmail@plover.com>
39174      Branch: perl
39175            ! ext/POSIX/POSIX.pod
39176 ____________________________________________________________________________
39177 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
39178         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
39179              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39180              Date: Sun, 22 Jul 2001 14:56:09 +0200
39181              Message-ID: <20010722145609.A766@rafael>
39182      Branch: perl
39183            ! ext/B/O.pm
39184 ____________________________________________________________________________
39185 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
39186         Log: Subject: regexec.c #define cleanup
39187              From: Mark-Jason Dominus <mjd@plover.com>
39188              Date: Sat, 21 Jul 2001 18:33:25 -0400
39189              Message-ID: <20010721223325.3069.qmail@plover.com>
39190      Branch: perl
39191            ! regexec.c
39192 ____________________________________________________________________________
39193 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
39194         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
39195              From: Prymmer/Kahn <pvhp@best.com>
39196              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
39197              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
39198      Branch: perl
39199            ! t/io/fs.t
39200 ____________________________________________________________________________
39201 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
39202         Log: Typo in #11432.
39203      Branch: perl
39204            ! ext/POSIX/POSIX.t
39205 ____________________________________________________________________________
39206 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
39207         Log: Integrate (manually) change #11424 from macperl.
39208      Branch: perl
39209            ! ext/Filter/t/call.t
39210 ____________________________________________________________________________
39211 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
39212         Log: Integrate change #11408 from macperl.
39213      Branch: perl
39214           !> README.macos pod/perlport.pod
39215 ____________________________________________________________________________
39216 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
39217         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
39218      Branch: perl
39219           +> macos/MacPerlTests.cmd macos/xsubpp.patch
39220            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39221            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
39222            ! ext/POSIX/POSIX.t
39223 ____________________________________________________________________________
39224 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
39225         Log: pod/*.t tests not picked up by t/TEST either
39226      Branch: maint-5.6/perl
39227            ! t/TEST
39228 ____________________________________________________________________________
39229 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
39230         Log: better tweak for change#11429 (windows has both / and \ separated
39231              paths in @INC at that point)
39232      Branch: maint-5.6/perl
39233            ! t/pod/testp2pt.pl
39234 ____________________________________________________________________________
39235 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
39236         Log: MacOS pod test tweak needs \Escape
39237      Branch: maint-5.6/perl
39238            ! t/pod/testp2pt.pl
39239 ____________________________________________________________________________
39240 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
39241         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
39242              resulting duplicate output, but t/harness isn't)
39243      Branch: maint-5.6/perl
39244            ! t/run/runenv.t
39245 ____________________________________________________________________________
39246 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
39247         Log: t/harness wasn't picking up all the tests
39248      Branch: maint-5.6/perl
39249            ! t/harness
39250 ____________________________________________________________________________
39251 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
39252         Log: update MANIFEST for new file
39253      Branch: maint-5.6/perl
39254            ! MANIFEST
39255 ____________________________________________________________________________
39256 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
39257         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
39258              the exception of the macperl/macos/... tree
39259      Branch: maint-5.6/perl
39260           +> t/lib/filefind-taint.t
39261           !> (integrate 72 files)
39262 ____________________________________________________________________________
39263 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
39264         Log: Fix test.
39265      Branch: maint-5.6/macperl
39266            ! macos/bundled_ext/Filter/t/call.t
39267 ____________________________________________________________________________
39268 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
39269         Log: Make perl fork()-safe (in a slightly limited way) even on
39270              platforms that don't have pthread_atfork() (extension of
39271              the fix in change#11151).
39272              
39273              Note that this will not help extensions that call fork()
39274              directly in C, or that link to libraries that call fork()
39275              directly.  Such cases must be fixed to either call
39276              PerlProc_fork(), or call atfork_lock() in parent before the
39277              calling the function that forks and call atfork_unlock()
39278              in both parent and child immediately after the fork().
39279              (There are no worries if C code calls exec() in the child
39280              immediately after a fork().  Only cases where the child
39281              calls perl's API functions (including New()) after the
39282              fork() are problematic.)
39283              
39284              This change also eliminates the use of vfork() from perl,
39285              since all such uses were violating the severe restrictions
39286              on modifying the state of the process between the vfork()
39287              and the exec().
39288              
39289              This is a modified version of patches suggested by Abhijit
39290              Menon-Sen and Richard Soderberg.
39291      Branch: perl
39292            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
39293            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
39294 ____________________________________________________________________________
39295 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
39296         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
39297              Switch, and Text::Balanced.
39298      Branch: maint-5.6/macperl
39299            + macos/bundled_ext/Filter/Util/Call/Call.pm
39300            + macos/bundled_ext/Filter/Util/Call/Call.xs
39301            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
39302            + macos/bundled_ext/Filter/t/MyFilter.pm
39303            + macos/bundled_ext/Filter/t/call.t
39304            + macos/bundled_ext/Filter/t/filter-util.pl
39305            + macos/bundled_lib/blib/lib/Class/ISA.pm
39306            + macos/bundled_lib/blib/lib/Digest.pm
39307            + macos/bundled_lib/blib/lib/Filter/Simple.pm
39308            + macos/bundled_lib/blib/lib/Switch.pm
39309            + macos/bundled_lib/blib/lib/Text/Balanced.pm
39310            + macos/bundled_lib/blib/lib/Text/Balanced.pod
39311            + macos/bundled_lib/t/Class/ISA/test.pl
39312            + macos/bundled_lib/t/Digest/Digest.t
39313            + macos/bundled_lib/t/Filter/Simple/test.pl
39314            + macos/bundled_lib/t/Switch/test.pl
39315            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
39316            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
39317            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
39318            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
39319            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
39320            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
39321            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
39322            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
39323 ____________________________________________________________________________
39324 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
39325         Log: Add Filter::Util::Call to config/make files; edit utils
39326              to recognize the module (it was descended too far down).
39327              Bump version to 5.6.1a4.
39328      Branch: maint-5.6/macperl
39329            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
39330            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
39331            ! macos/macperl/Makefile.mk macos/xsubpp.patch
39332 ____________________________________________________________________________
39333 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
39334         Log: Make DB_File the default for MLDBM on MacOS.
39335      Branch: maint-5.6/macperl
39336            ! macos/bundled_lib/blib/lib/MLDBM.pm
39337 ____________________________________________________________________________
39338 [ 11419] By: nick                                  on 2001/07/20  14:51:03
39339         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
39340              From:  Simon Cozens <simon@netthink.co.uk>
39341              Date:  Fri, 20 Jul 2001 11:42:35 -0400
39342              Message-Id:  <20010720114235.A5235@netthink.co.uk>
39343      Branch: perl
39344            ! lib/UnicodeCD.pm
39345 ____________________________________________________________________________
39346 [ 11418] By: nick                                  on 2001/07/20  14:48:12
39347         Log: Subject:  [PATCH regcomp.h] adds a comment
39348              From:  Abhijit Menon-Sen <ams@wiw.org>
39349              Date:  Fri, 20 Jul 2001 21:05:37 +0530
39350              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
39351      Branch: perl
39352            ! regcomp.h
39353 ____________________________________________________________________________
39354 [ 11417] By: nick                                  on 2001/07/20  14:16:38
39355         Log: Subject:  [PATCH 5.7.2] INSTALL updates
39356              From:  Andy Dougherty <doughera@lafayette.edu>
39357              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
39358              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
39359      Branch: perl
39360            ! INSTALL
39361 ____________________________________________________________________________
39362 [ 11416] By: nick                                  on 2001/07/20  06:44:44
39363         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
39364              From:  Russ Allbery <rra@stanford.edu>
39365              Date:  19 Jul 2001 15:52:37 -0700
39366              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
39367      Branch: perl
39368            ! lib/Pod/Man.pm
39369 ____________________________________________________________________________
39370 [ 11415] By: nick                                  on 2001/07/20  06:35:11
39371         Log: Subject:  [PATCH] defer op_seq allocation
39372              From:  Abhijit Menon-Sen <ams@wiw.org>
39373              Date:  Thu, 19 Jul 2001 22:12:24 +0530
39374              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
39375      Branch: perl
39376            ! op.c
39377 ____________________________________________________________________________
39378 [ 11414] By: nick                                  on 2001/07/20  06:23:36
39379         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
39380              From:  Abhijit Menon-Sen <ams@wiw.org>
39381              Date:  Fri, 20 Jul 2001 01:18:50 +0530
39382              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
39383              (Private e-mail)
39384      Branch: perl
39385            ! ext/Time/HiRes/HiRes.xs
39386 ____________________________________________________________________________
39387 [ 11413] By: nick                                  on 2001/07/20  06:18:53
39388         Log: Integrate mainline
39389      Branch: perlio
39390           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
39391            - t/base/commonsense.t
39392           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
39393           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
39394           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
39395           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
39396           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
39397           !> win32/win32.c
39398 ____________________________________________________________________________
39399 [ 11412] By: nick                                  on 2001/07/19  06:44:27
39400         Log: Integrate win32/perlhost.h from maintenance branch.
39401              (Rest of $ENV{PATH} / system() fix.)
39402      Branch: perl
39403           !> win32/perlhost.h
39404 ____________________________________________________________________________
39405 [ 11411] By: nick                                  on 2001/07/19  06:41:34
39406         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
39407              From:  Philip Newton <Philip.Newton@gmx.net>
39408              Date:  Wed, 18 Jul 2001 21:43:57 +0200
39409              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
39410      Branch: perl
39411            ! pod/perlhack.pod
39412 ____________________________________________________________________________
39413 [ 11410] By: nick                                  on 2001/07/19  06:39:35
39414         Log: Subject:  Security hole in taint checking in open()
39415              From:  deekoo@tentacle.net
39416              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
39417              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
39418      Branch: perl
39419            ! doio.c
39420 ____________________________________________________________________________
39421 [ 11409] By: nick                                  on 2001/07/19  06:28:08
39422         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
39423              From:  Abhijit Menon-Sen <ams@wiw.org>
39424              Date:  Thu, 19 Jul 2001 04:30:43 +0530
39425              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
39426      Branch: perl
39427            ! ext/Time/HiRes/HiRes.xs
39428 ____________________________________________________________________________
39429 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
39430         Log: Update docs with latest implementation information and new URLs.
39431      Branch: maint-5.6/macperl
39432            ! README.macos pod/perlport.pod
39433 ____________________________________________________________________________
39434 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
39435         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
39436              Fix BuildRules to accept optimization variables.
39437      Branch: maint-5.6/macperl
39438            + macos/bundled_ext/Digest/MD5/Makefile.mk
39439            ! macos/BuildRules.mk macos/Makefile.mk
39440            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
39441            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
39442 ____________________________________________________________________________
39443 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
39444         Log: Integrate changes 11399,11401
39445      Branch: maint-5.6/macperl
39446           !> win32/perlhost.h win32/win32.c
39447 ____________________________________________________________________________
39448 [ 11405] By: nick                                  on 2001/07/18  06:50:33
39449         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
39450              from perl5.6*
39451      Branch: perl
39452           !> win32/perlhost.h win32/win32.c
39453 ____________________________________________________________________________
39454 [ 11404] By: nick                                  on 2001/07/18  06:43:59
39455         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
39456              From:  hv@crypt0.demon.co.uk
39457              Date:  Wed, 18 Jul 2001 05:58:46 +0100
39458              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
39459      Branch: perl
39460            ! ext/POSIX/POSIX.t
39461 ____________________________________________________________________________
39462 [ 11403] By: nick                                  on 2001/07/18  06:38:57
39463         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
39464              From:  hv@crypt0.demon.co.uk
39465              Date:  Wed, 18 Jul 2001 05:21:54 +0100
39466              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
39467      Branch: perl
39468            ! numeric.c t/op/arith.t
39469 ____________________________________________________________________________
39470 [ 11402] By: nick                                  on 2001/07/18  06:19:17
39471         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
39472              From:  mjd@plover.com
39473              Date:  17 Jul 2001 17:59:20 -0000
39474              Message-Id:  <20010717175920.8177.qmail@plover.com>
39475      Branch: perl
39476            ! pod/perlre.pod
39477 ____________________________________________________________________________
39478 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
39479         Log: thinko in change#11400 (duh)
39480      Branch: maint-5.6/perl
39481            ! win32/perlhost.h
39482 ____________________________________________________________________________
39483 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
39484         Log: change#11399 revealed another unrelated bug; this is just a temporary
39485              bandaid
39486      Branch: maint-5.6/perl
39487            ! win32/perlhost.h
39488 ____________________________________________________________________________
39489 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
39490         Log: fix bugs in handling of the virtualized environment under windows;
39491              there were bugs in propagating any changes to %ENV down to the real
39492              environment when such changes happened in the toplevel process
39493              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
39494              problem identification, and for a part of the fix)
39495      Branch: maint-5.6/perl
39496            ! win32/perlhost.h win32/win32.c
39497 ____________________________________________________________________________
39498 [ 11398] By: nick                                  on 2001/07/17  08:26:35
39499         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39500              From: Peter Prymmer <pvhp@forte.com>
39501              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
39502              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
39503              
39504              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
39505              should not depend on existance of Config.pm
39506      Branch: perl
39507           +> t/lib/commonsense.t
39508            - t/base/commonsense.t
39509            ! MANIFEST t/README
39510 ____________________________________________________________________________
39511 [ 11397] By: nick                                  on 2001/07/17  08:09:58
39512         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
39513              From:  Michael G Schwern <schwern@pobox.com>
39514              Date:  Mon, 16 Jul 2001 18:20:31 -0400
39515              Message-Id:  <20010716182031.A1128@blackrider>
39516      Branch: perl
39517            ! pod/perlhack.pod
39518 ____________________________________________________________________________
39519 [ 11396] By: nick                                  on 2001/07/17  08:04:11
39520         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
39521              From:  Gwyn Judd <b.judd@xtra.co.nz>
39522              Date:  Tue, 17 Jul 2001 20:55:58 +1200
39523              Message-Id:  <20010717205558.A3107@thislove>
39524      Branch: perl
39525            ! pod/perlfunc.pod
39526 ____________________________________________________________________________
39527 [ 11395] By: nick                                  on 2001/07/17  08:02:22
39528         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
39529              From:  Peter Prymmer <pvhp@forte.com>
39530              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
39531              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
39532      Branch: perl
39533            ! t/op/sprintf.t
39534 ____________________________________________________________________________
39535 [ 11394] By: nick                                  on 2001/07/17  07:57:06
39536         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
39537              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
39538              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
39539              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
39540      Branch: perl
39541            ! gv.c
39542 ____________________________________________________________________________
39543 [ 11392] By: nick                                  on 2001/07/17  07:50:12
39544         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
39545              From:  Coral <coral@moonlight.crystalflame.net>
39546              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
39547              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
39548      Branch: perl
39549            ! pp_sys.c thread.h
39550 ____________________________________________________________________________
39551 [ 11391] By: nick                                  on 2001/07/17  07:34:28
39552         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
39553              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39554              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
39555              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
39556      Branch: perl
39557            ! utils/h2xs.PL
39558 ____________________________________________________________________________
39559 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
39560         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
39561              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
39562              and Mac::Apps::Launch, which don't work, and Time::HiRes and
39563              Time::Piece, which don't yet work.
39564      Branch: maint-5.6/macperl
39565            + (add 154 files)
39566 ____________________________________________________________________________
39567 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
39568         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
39569              Also add hack to get around missing setenv for PERL5DB.
39570      Branch: maint-5.6/macperl
39571            ! macos/macish.c macos/macish.h
39572 ____________________________________________________________________________
39573 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
39574         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
39575      Branch: maint-5.6/macperl
39576            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
39577            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
39578 ____________________________________________________________________________
39579 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
39580         Log: Fix up some configuration and make options, add extra
39581              extensions.
39582      Branch: maint-5.6/macperl
39583            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
39584            ! macos/macperl/Makefile.mk
39585 ____________________________________________________________________________
39586 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
39587         Log: From Change 11374 in maintperl.
39588      Branch: maint-5.6/macperl
39589           !> utils/h2ph.PL
39590 ____________________________________________________________________________
39591 [ 11385] By: nick                                  on 2001/07/16  14:12:58
39592         Log: Back out change to h2xs till it passes its test.
39593      Branch: perl
39594            ! utils/h2xs.PL
39595 ____________________________________________________________________________
39596 [ 11384] By: nick                                  on 2001/07/16  14:00:10
39597         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
39598              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39599              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
39600              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
39601      Branch: perl
39602            ! utils/h2xs.PL
39603 ____________________________________________________________________________
39604 [ 11383] By: nick                                  on 2001/07/16  13:53:12
39605         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
39606              From:  Robin Houston <robin@kitsite.com>
39607              Date:  Sun, 15 Jul 2001 18:22:31 +0100
39608              Message-Id:  <20010715182230.A11174@robin>
39609      Branch: perl
39610            ! hints/darwin.sh
39611 ____________________________________________________________________________
39612 [ 11382] By: nick                                  on 2001/07/16  13:52:49
39613         Log: Subject:  [PATCH perl@11372] re_dup
39614              From:  Radu Greab <radu@netsoft.ro>
39615              Date:  Sun, 15 Jul 2001 04:50:06 +0300
39616              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
39617      Branch: perl
39618            ! sv.c
39619 ____________________________________________________________________________
39620 [ 11379] By: nick                                  on 2001/07/16  13:35:39
39621         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
39622              From:  Robin Houston <robin@kitsite.com>
39623              Date:  Sat, 14 Jul 2001 14:28:50 +0100
39624              Message-Id:  <20010714142850.A10205@robin>
39625      Branch: perl
39626            ! ext/B/B/Deparse.pm
39627 ____________________________________________________________________________
39628 [ 11378] By: nick                                  on 2001/07/16  13:30:36
39629         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
39630              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
39631              Date:  Sat, 14 Jul 2001 22:17:42 +0900
39632              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
39633      Branch: perl
39634            + ext/Encode/Encode/euc-jp-0212.enc
39635            ! ext/Encode/Encode/Tcl.pm
39636 ____________________________________________________________________________
39637 [ 11377] By: nick                                  on 2001/07/16  13:17:28
39638         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
39639              From:  Andy Dougherty <doughera@lafayette.edu>
39640              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
39641              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
39642      Branch: perl
39643            ! hints/darwin.sh hints/rhapsody.sh
39644 ____________________________________________________________________________
39645 [ 11376] By: nick                                  on 2001/07/16  09:05:00
39646         Log: Integrate mainline
39647      Branch: perlio
39648           +> ext/Encode/Encode/7bit-greek.enc
39649           +> ext/Encode/Encode/7bit-latin1.enc
39650           +> ext/Encode/Encode/cns11643-1.enc
39651           +> ext/Encode/Encode/cns11643-2.enc
39652           +> ext/Encode/Encode/iso2022-cn.enc
39653           +> ext/Encode/Encode/iso2022-jp1.enc
39654           +> ext/Encode/Encode/iso2022-jp2.enc
39655           !> Changes Configure MANIFEST Makefile.SH
39656           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
39657           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
39658           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
39659           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
39660           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
39661 ____________________________________________________________________________
39662 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
39663         Log: integrate change#11374 from maint-5.6
39664              
39665              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39666      Branch: perl
39667           !> utils/h2ph.PL
39668 ____________________________________________________________________________
39669 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
39670         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39671      Branch: maint-5.6/perl
39672            ! utils/h2ph.PL
39673 ____________________________________________________________________________
39674 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
39675         Log: Update Changes.
39676      Branch: perl
39677            ! Changes patchlevel.h
39678 ____________________________________________________________________________
39679 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
39680         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
39681              From: Jonathan Stowe <gellyfish@gellyfish.com>
39682              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
39683              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
39684      Branch: perl
39685            ! utils/h2xs.PL
39686 ____________________________________________________________________________
39687 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
39688         Log: Subject: patch to add DEL to [:cntrl:]
39689              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39690              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
39691              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
39692      Branch: perl
39693            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
39694 ____________________________________________________________________________
39695 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
39696         Log: Metaconfig unit change for #11369; plus a dependency nit.
39697      Branch: metaconfig
39698            ! U/compline/nblock_io.U
39699      Branch: metaconfig/U/perl
39700            ! Extensions.U
39701 ____________________________________________________________________________
39702 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
39703         Log: #include <stdlib.h> so that exit() is prototyped,
39704              noticed by Hugo.
39705      Branch: perl
39706            ! Configure
39707 ____________________________________________________________________________
39708 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
39709         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39710              From: Peter Prymmer <pvhp@forte.com>
39711              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
39712              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
39713      Branch: perl
39714            ! t/op/sprintf.t
39715 ____________________________________________________________________________
39716 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
39717         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
39718              From: Peter Prymmer <pvhp@forte.com>
39719              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
39720              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
39721      Branch: perl
39722            ! ext/Encode/Encode/Tcl.t
39723 ____________________________________________________________________________
39724 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
39725         Log: Add information about gcc 3.0 basic block profiling.
39726      Branch: perl
39727            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
39728 ____________________________________________________________________________
39729 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
39730         Log: Subject: Error in lib/PerlIO/Via.pm ?
39731              From: Mark-Jason Dominus <mjd@plover.com>
39732              Date: Fri, 13 Jul 2001 15:55:41 -0400
39733              Message-ID: <20010713195541.26751.qmail@plover.com>
39734      Branch: perl
39735            ! ext/PerlIO/Via/Via.pm
39736 ____________________________________________________________________________
39737 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
39738         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
39739              section from the Compiler section.
39740      Branch: perl
39741            ! myconfig.SH
39742 ____________________________________________________________________________
39743 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
39744         Log: Handle glibc style of constant definitions using enum
39745              with intervening #defines; from Brendan O'Dea.
39746      Branch: perl
39747            ! utils/h2ph.PL
39748 ____________________________________________________________________________
39749 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
39750         Log: Add LC_MESSAGES to the locale_h export tag (it already is
39751              in the Makefile.PL and thusly eligible for an XS constant)
39752              (see also maintperl #10543)
39753      Branch: perl
39754            ! ext/POSIX/POSIX.pm
39755 ____________________________________________________________________________
39756 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
39757         Log: Subject: Re: [patch] re_dup
39758              From: Abhijit Menon-Sen <ams@wiw.org>
39759              Date: Fri, 13 Jul 2001 21:41:09 +0530
39760              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
39761      Branch: perl
39762            ! sv.c
39763 ____________________________________________________________________________
39764 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
39765         Log: Subject: [patch] re_dup
39766              From: Doug MacEachern <dougm@covalent.net>
39767              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
39768              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
39769      Branch: perl
39770            ! sv.c
39771 ____________________________________________________________________________
39772 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
39773         Log: Update Changes.
39774      Branch: perl
39775            ! Changes patchlevel.h
39776 ____________________________________________________________________________
39777 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
39778         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
39779              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
39780              Date: Sat, 14 Jul 2001 00:06:30 +0900
39781              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
39782      Branch: perl
39783            + ext/Encode/Encode/7bit-greek.enc
39784            + ext/Encode/Encode/7bit-latin1.enc
39785            + ext/Encode/Encode/cns11643-1.enc
39786            + ext/Encode/Encode/cns11643-2.enc
39787            + ext/Encode/Encode/iso2022-cn.enc
39788            + ext/Encode/Encode/iso2022-jp1.enc
39789            + ext/Encode/Encode/iso2022-jp2.enc
39790            ! MANIFEST ext/Encode/Encode/Tcl.pm
39791            ! ext/Encode/Encode/iso2022-kr.enc
39792 ____________________________________________________________________________
39793 [ 11357] By: nick                                  on 2001/07/13  14:24:06
39794         Log: Blind integrate mainline (as of 5.7.2?)
39795      Branch: perlio
39796           !> AUTHORS Changes Porting/config.sh Porting/config_H
39797           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
39798           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39799           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39800           !> win32/makefile.mk
39801 ____________________________________________________________________________
39802 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
39803         Log: Snip away the devel patchlevel.
39804      Branch: perl
39805            ! patchlevel.h
39806 ____________________________________________________________________________
39807 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
39808         Log: Bump the version to 5.7.2.
39809      Branch: perl
39810            ! Porting/config.sh Porting/config_H patchlevel.h
39811            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39812            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39813            ! win32/makefile.mk
39814 ____________________________________________________________________________
39815 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
39816         Log: Update Changes.
39817      Branch: perl
39818            ! Changes
39819 ____________________________________________________________________________
39820 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
39821         Log: Reword.
39822      Branch: perl
39823            ! AUTHORS
39824 ____________________________________________________________________________
39825 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
39826         Log: AUTHORS update.
39827      Branch: perl
39828            ! AUTHORS
39829 ____________________________________________________________________________
39830 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
39831         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
39832              unless ithreads.
39833      Branch: perl
39834            ! makedef.pl
39835 ____________________________________________________________________________
39836 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
39837         Log: Integrate perlio.
39838      Branch: perl
39839           !> win32/distclean.bat
39840 ____________________________________________________________________________
39841 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
39842         Log: Test the encoding transform only iff we have PerlIO,
39843              noticed by H. Merijn Brand.
39844      Branch: perl
39845            ! ext/PerlIO/t/encoding.t
39846 ____________________________________________________________________________
39847 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
39848         Log: README.netware tweaks from Ananth Kesari.
39849      Branch: perl
39850            ! README.netware
39851 ____________________________________________________________________________
39852 [ 11346] By: nick                                  on 2001/07/13  09:18:51
39853         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
39854              to avoid /unicode vs /Unicode issues.
39855      Branch: perlio
39856            ! win32/distclean.bat
39857 ____________________________________________________________________________
39858 [ 11345] By: nick                                  on 2001/07/13  06:24:18
39859         Log: Integrate mainline
39860      Branch: perlio
39861           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
39862            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
39863           !> (integrate 63 files)
39864 ____________________________________________________________________________
39865 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
39866         Log: Add d_bincompat5005 information to perl -V.
39867      Branch: perl
39868            ! myconfig.SH
39869 ____________________________________________________________________________
39870 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
39871         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
39872              From: Abhijit Menon-Sen <ams@wiw.org>
39873              Date: Fri, 13 Jul 2001 07:12:36 +0530
39874              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
39875      Branch: perl
39876            ! sv.c
39877 ____________________________________________________________________________
39878 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
39879         Log: Remove unicode::distinct, as per Inaba Hiroto.
39880      Branch: perl
39881            - lib/unicode/distinct.pm
39882            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
39883            ! t/lib/1_compile.t
39884 ____________________________________________________________________________
39885 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
39886         Log: Paging for Dr Octothorpe.
39887      Branch: perl
39888            ! pod/perlfaq4.pod
39889 ____________________________________________________________________________
39890 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
39891         Log: cut-n-paste error noticed by mjd.
39892      Branch: perl
39893            ! pod/perlfaq4.pod
39894 ____________________________________________________________________________
39895 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
39896         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
39897              From: Peter Prymmer <pvhp@forte.com>
39898              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
39899              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
39900      Branch: perl
39901            ! pod/perlfaq4.pod
39902 ____________________________________________________________________________
39903 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
39904         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
39905              From: Randall Gellens <randy@qualcomm.com>
39906              Date: Thu, 12 Jul 2001 16:56:23 -0700
39907              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
39908      Branch: perl
39909            ! Porting/repository.pod
39910 ____________________________________________________________________________
39911 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
39912         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
39913      Branch: perl
39914            ! thread.h
39915 ____________________________________________________________________________
39916 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
39917         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
39918              From: coral <coral@moonlight.crystalflame.net>
39919              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
39920              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
39921      Branch: perl
39922            ! thread.h
39923 ____________________________________________________________________________
39924 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
39925         Log: Metaconfig unit change for #11134.
39926      Branch: metaconfig
39927            + U/threads/d_pthread_atfork.U
39928 ____________________________________________________________________________
39929 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
39930         Log: Add HAS_PTHREAD_ATFORK.
39931      Branch: perl
39932            ! Configure NetWare/config.wc NetWare/config_H.wc
39933            ! Porting/Glossary Porting/config.sh Porting/config_H
39934            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39935            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
39936            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39937            ! win32/config.gc win32/config.vc win32/config_H.bc
39938            ! win32/config_H.gc win32/config_H.vc
39939 ____________________________________________________________________________
39940 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
39941         Log: Subject: [PATCH] File::Copy fails on tied handles
39942              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
39943              Date: Thu, 12 Jul 2001 15:18:51 -0700
39944              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
39945      Branch: perl
39946            ! lib/File/Copy.pm
39947 ____________________________________________________________________________
39948 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
39949         Log: Subject: [PATCH] Langinfo.t
39950              From: Nicholas Clark <nick@ccl4.org>
39951              Date: Thu, 12 Jul 2001 23:55:38 +0100
39952              Message-ID: <20010712235538.M5827@plum.flirble.org>
39953      Branch: perl
39954            ! ext/I18N/Langinfo/Langinfo.t
39955 ____________________________________________________________________________
39956 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
39957         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
39958              From: Peter Prymmer <pvhp@forte.com>
39959              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
39960              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
39961      Branch: perl
39962            ! pod/perl572delta.pod
39963 ____________________________________________________________________________
39964 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
39965         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
39966              From: Abhijit Menon-Sen <ams@wiw.org>
39967              Date: Fri, 13 Jul 2001 05:21:16 +0530
39968              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
39969      Branch: perl
39970            ! sv.c
39971 ____________________________________________________________________________
39972 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
39973         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
39974              From: Abhijit Menon-Sen <ams@wiw.org>
39975              Date: Fri, 13 Jul 2001 03:04:25 +0530
39976              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
39977      Branch: perl
39978            ! av.c
39979 ____________________________________________________________________________
39980 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
39981         Log: s/^M$//g
39982      Branch: perl
39983            ! win32/Makefile win32/makefile.mk
39984 ____________________________________________________________________________
39985 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
39986         Log: Update Changes.
39987      Branch: perl
39988            ! Changes patchlevel.h
39989 ____________________________________________________________________________
39990 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
39991         Log: Typo spotted by Philip Newton.
39992      Branch: perl
39993            ! pod/perl572delta.pod
39994 ____________________________________________________________________________
39995 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
39996         Log: Subject: [PATCH] fixes perl_clone of perl_clone
39997              From: Artur Bergman <artur@contiller.se>
39998              Date: Thu, 12 Jul 2001 20:57:09 +0200
39999              Message-ID: <B773BFA4.236B%artur@contiller.se>
40000      Branch: perl
40001            ! sv.c
40002 ____________________________________________________________________________
40003 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
40004         Log: Add README.uts from Hal Morris.
40005      Branch: perl
40006            + README.uts
40007            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
40008            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40009 ____________________________________________________________________________
40010 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
40011         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
40012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40013              Date: Thu, 12 Jul 2001 20:32:37 +0200
40014              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
40015      Branch: perl
40016            ! hints/aix.sh
40017 ____________________________________________________________________________
40018 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
40019         Log: Subject: Patch: document reg_data.what member
40020              From: Mark-Jason Dominus <mjd@plover.com>
40021              Message-ID: <20010712182532.14821.qmail@plover.com>
40022              Date: Thu, 12 Jul 2001 14:25:32 -0400
40023      Branch: perl
40024            ! regcomp.c regcomp.h
40025 ____________________________________________________________________________
40026 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
40027         Log: Subject: [PATCH] Perl_re_dup()
40028              From: Abhijit Menon-Sen <ams@wiw.org>
40029              Date: Thu, 12 Jul 2001 23:54:32 +0530
40030              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
40031      Branch: perl
40032            ! embed.h embed.pl perlapi.c proto.h sv.c
40033 ____________________________________________________________________________
40034 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
40035         Log: Regen Configure, modlib, toc.
40036      Branch: perl
40037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40038            ! pod/perlmodlib.pod pod/perltoc.pod
40039 ____________________________________________________________________________
40040 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
40041         Log: The problem seems to be in PerlIO::Layer::->find() not
40042              accepting the ":encoding(blurflur)" arguments.
40043      Branch: perl
40044            ! lib/PerlIO.pm lib/open.pm
40045 ____________________________________________________________________________
40046 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
40047         Log: AIX doc update.
40048      Branch: perl
40049            ! README.aix pod/perl572delta.pod
40050 ____________________________________________________________________________
40051 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
40052         Log: Subject: AIX README update
40053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40054              Date: Thu, 12 Jul 2001 19:28:30 +0200
40055              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
40056      Branch: perl
40057            ! README.aix
40058 ____________________________________________________________________________
40059 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
40060         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
40061              From: Norton Allen <allen@huarp.harvard.edu>
40062              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
40063              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
40064      Branch: perl
40065            ! ext/IO/lib/IO/t/io_unix.t
40066 ____________________________________________________________________________
40067 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
40068         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40069              From: Norton Allen <allen@huarp.harvard.edu>
40070              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
40071              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
40072      Branch: perl
40073            ! README.qnx hints/qnx.sh
40074 ____________________________________________________________________________
40075 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
40076         Log: Subject: [patch] faster PM_GETRE
40077              From: Doug MacEachern <dougm@covalent.net>
40078              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
40079              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
40080      Branch: perl
40081            ! op.h
40082 ____________________________________________________________________________
40083 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
40084         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
40085              From: Doug MacEachern <dougm@covalent.net>
40086              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
40087              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
40088      Branch: perl
40089            ! op.c
40090 ____________________________________________________________________________
40091 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
40092         Log: Tell where the nice Estonian database is.
40093      Branch: perl
40094            ! lib/open.pm
40095 ____________________________________________________________________________
40096 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
40097         Log: Retract #11309 since #11310 is a better fix.
40098      Branch: perl
40099            ! t/lib/1_compile.t
40100 ____________________________________________________________________________
40101 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
40102         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
40103              change#11300 needs to return the status of failed win32_spawnvp())
40104              
40105              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
40106              splitting correctly; remove unused variables; 'require' at run time
40107              rather than 'use' at compile time for I18N::Langinfo, since it
40108              isn't everyware
40109      Branch: perl
40110            ! lib/open.pm win32/win32.c
40111 ____________________________________________________________________________
40112 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
40113         Log: Temporary workaround.
40114      Branch: perl
40115            ! t/lib/1_compile.t
40116 ____________________________________________________________________________
40117 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
40118         Log: UCD typo in #11306 and add also more known-to-be-tested
40119              modules to the skip list.
40120      Branch: perl
40121            ! t/lib/1_compile.t
40122 ____________________________________________________________________________
40123 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
40124         Log: Rename Unicode::UCD to UnicodeCD to avoid
40125              messups with case-insensitive filesystems.
40126      Branch: perl
40127            + lib/UnicodeCD.pm lib/UnicodeCD.t
40128            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
40129            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
40130 ____________________________________________________________________________
40131 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
40132         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
40133              From: daniel@biz.bitpusher.com
40134              Date: Wed, 11 Jul 2001 23:25:47 -0700
40135              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
40136      Branch: perl
40137            ! lib/Tie/Array.pm t/op/splice.t
40138 ____________________________________________________________________________
40139 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
40140         Log: Subject: [PATCH] More accurate line numbers in messages
40141              From: Paul Johnson <paul@pjcj.net>
40142              Date: Thu, 12 Jul 2001 04:14:11 +0200
40143              Message-ID: <20010712041411.A3467@pjcj.net>
40144              
40145              (With prototyping and multiplicity tweaks.)
40146      Branch: perl
40147            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
40148 ____________________________________________________________________________
40149 [ 11304] By: nick                                  on 2001/07/12  12:53:40
40150         Log: Integrate mainline
40151      Branch: perlio
40152           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
40153           !> regexec.c thread.h
40154 ____________________________________________________________________________
40155 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
40156         Log: Cut-and-pasto in #11298.
40157      Branch: perl
40158            ! ext/ByteLoader/bytecode.h
40159 ____________________________________________________________________________
40160 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
40161         Log: Update the AIX known problems section.
40162      Branch: perl
40163            ! pod/perl572delta.pod
40164 ____________________________________________________________________________
40165 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
40166         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
40167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40168              Date: Thu, 12 Jul 2001 12:16:16 +0200
40169              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
40170      Branch: perl
40171            ! hints/aix.sh
40172 ____________________________________________________________________________
40173 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
40174         Log: Integrate perlio.
40175      Branch: perl
40176           !> makedef.pl win32/win32.c
40177 ____________________________________________________________________________
40178 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
40179         Log: Subject: [PATCH] fix for PMOP threadness failures
40180              From: Artur Bergman <artur@contiller.se>
40181              Date: Thu, 12 Jul 2001 09:48:06 +0200
40182              Message-ID: <B77322D6.22DD%artur@contiller.se>
40183      Branch: perl
40184            ! regexec.c
40185 ____________________________________________________________________________
40186 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
40187         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
40188              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40189              Date: Thu, 12 Jul 2001 09:09:48 +0200
40190              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
40191              
40192              More parentheses to keep bcc happy.
40193      Branch: perl
40194            ! ext/ByteLoader/bytecode.h
40195 ____________________________________________________________________________
40196 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
40197         Log: Subject: Re: [patch] pthread_atfork bandaid
40198              From: Doug MacEachern <dougm@covalent.net>
40199              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
40200              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
40201      Branch: perl
40202            ! thread.h
40203 ____________________________________________________________________________
40204 [ 11296] By: nick                                  on 2001/07/12  11:55:48
40205         Log: Exclude reentrant_buffer from .def file
40206      Branch: perlio
40207            ! makedef.pl
40208 ____________________________________________________________________________
40209 [ 11295] By: nick                                  on 2001/07/12  11:11:44
40210         Log: Honour void-ness of my_exit()
40211      Branch: perlio
40212            ! win32/win32.c
40213 ____________________________________________________________________________
40214 [ 11294] By: nick                                  on 2001/07/12  07:51:04
40215         Log: Integrate mainline
40216      Branch: perlio
40217           +> uts/sprintf_wrap.c
40218           !> (integrate 35 files)
40219 ____________________________________________________________________________
40220 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
40221         Log: Retract #11289.
40222      Branch: perl
40223            ! embed.h embed.pl perl.c proto.h thread.h
40224 ____________________________________________________________________________
40225 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
40226         Log: Now the :locale pseudolayer *almost* works...
40227      Branch: perl
40228            ! lib/open.pm
40229 ____________________________________________________________________________
40230 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
40231         Log: Locale encoding tweaks.
40232      Branch: perl
40233            ! lib/open.pm
40234 ____________________________________________________________________________
40235 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
40236         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
40237              From: Mark-Jason Dominus <mjd@plover.com>
40238              Date: Thu, 12 Jul 2001 00:59:31 -0400
40239              Message-ID: <20010712045931.8543.qmail@plover.com>
40240              
40241              Remove the chmod/umask leading zero warning.
40242      Branch: perl
40243            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
40244            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40245 ____________________________________________________________________________
40246 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
40247         Log: (Retracted by #11289.)
40248      Branch: perl
40249            ! embed.h embed.pl perl.c proto.h thread.h
40250 ____________________________________________________________________________
40251 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
40252         Log: Needed by #11283.
40253      Branch: perl
40254            ! intrpvar.h
40255 ____________________________________________________________________________
40256 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
40257         Log: Metaconfig unit change for #11286.
40258      Branch: metaconfig/U/perl
40259            ! patchlevel.U
40260 ____________________________________________________________________________
40261 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
40262         Log: Subject: Re: [PATCH Configure] perl -V broken
40263              From: Andy Dougherty <doughera@lafayette.edu>
40264              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
40265              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
40266      Branch: perl
40267            ! Configure myconfig.SH
40268 ____________________________________________________________________________
40269 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
40270         Log: Retract #11166 (and #11237).
40271      Branch: perl
40272            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
40273            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
40274            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40275 ____________________________________________________________________________
40276 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
40277         Log: UTS tweaks for Hal Morris.
40278      Branch: perl
40279            + uts/sprintf_wrap.c
40280            ! MANIFEST hints/uts.sh perl.h
40281 ____________________________________________________________________________
40282 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
40283         Log: Subject: [PATCH] Use reentrant API glibc
40284              From: Artur Bergman <artur@contiller.se>
40285              Date: Thu, 12 Jul 2001 00:58:21 +0200
40286              Message-ID: <B772A6AD.2288%artur@contiller.se>
40287      Branch: perl
40288            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
40289            ! sv.c
40290 ____________________________________________________________________________
40291 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
40292         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
40293              From: barries <barries@slaysys.com>
40294              Date: Wed, 11 Jul 2001 15:11:46 -0400
40295              Message-ID: <20010711151146.G24560@jester.slaysys.com>
40296      Branch: perl
40297            ! pp_sys.c t/lib/warnings/doio win32/win32.c
40298 ____________________________________________________________________________
40299 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
40300         Log: Subject: [patch] pthread_atfork bandaid
40301              From: Doug MacEachern <dougm@covalent.net>
40302              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
40303              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
40304      Branch: perl
40305            ! miniperlmain.c perl.c
40306 ____________________________________________________________________________
40307 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
40308         Log: Subject: [patch] perl_clone leaks
40309              From: Doug MacEachern <dougm@covalent.net>
40310              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
40311              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
40312      Branch: perl
40313            ! sv.c
40314 ____________________________________________________________________________
40315 [ 11279] By: nick                                  on 2001/07/11  15:49:38
40316         Log: Integrate mainline
40317      Branch: perlio
40318           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
40319           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
40320           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
40321           +> lib/Term/ANSIColor/README
40322           !> (integrate 54 files)
40323 ____________________________________________________________________________
40324 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
40325         Log: Update Changes.
40326      Branch: perl
40327            ! Changes patchlevel.h
40328 ____________________________________________________________________________
40329 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
40330         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
40331              From: Peter Prymmer <pvhp@forte.com>
40332              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
40333              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
40334              
40335              Backport of embed.pl to 5.003.
40336      Branch: perl
40337            ! embed.pl
40338 ____________________________________________________________________________
40339 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
40340         Log: Subject: Re: POSIX test #14 on UTS 
40341              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40342              Date: Wed, 11 Jul 2001 03:02:14 +0100
40343              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
40344      Branch: perl
40345            ! ext/POSIX/POSIX.t
40346 ____________________________________________________________________________
40347 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
40348         Log: Make the I32 an IV to preserve structure alignment and size.
40349      Branch: perl
40350            ! op.h
40351 ____________________________________________________________________________
40352 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
40353         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
40354              From: "Artur Bergman" <artur@contiller.se>
40355              Date: Wed, 11 Jul 2001 14:23:37 +0200
40356              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
40357              
40358              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
40359      Branch: perl
40360            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
40361            ! pod/perlapi.pod sv.c
40362 ____________________________________________________________________________
40363 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
40364         Log: Tweak until Pod::Parser gets updated.
40365      Branch: perl
40366            ! t/pod/special_seqs.xr
40367 ____________________________________________________________________________
40368 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
40369         Log: File::Spec usage tweak.
40370      Branch: perl
40371            ! lib/ExtUtils.t
40372 ____________________________________________________________________________
40373 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
40374         Log: Integrate #11263 from macperl; macos and macosx updates.
40375      Branch: perl
40376           !> pod/perlport.pod
40377 ____________________________________________________________________________
40378 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
40379         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
40380              From: Peter Prymmer <pvhp@forte.com>
40381              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
40382              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
40383      Branch: perl
40384            + ext/Time/HiRes/hints/dynixptx.pl
40385            ! MANIFEST hints/dynixptx.sh
40386 ____________________________________________________________________________
40387 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
40388         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
40389              From: Nicholas Clark <nick@ccl4.org>
40390              Date: Tue, 10 Jul 2001 23:17:43 +0100
40391              Message-ID: <20010710231742.B59620@plum.flirble.org>
40392      Branch: perl
40393            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
40394 ____________________________________________________________________________
40395 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
40396         Log: Subject: [DOC PATCH] Pluggable runops
40397              From: Paul Johnson <paul@pjcj.net>
40398              Date: Tue, 10 Jul 2001 21:53:28 +0200
40399              Message-ID: <20010710215328.B26577@pjcj.net>
40400      Branch: perl
40401            ! pod/perlguts.pod
40402 ____________________________________________________________________________
40403 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
40404         Log: Subject: [PATCH] Authors
40405              From: Artur Bergman <artur@contiller.se>
40406              Date: Tue, 10 Jul 2001 20:39:12 +0200
40407              Message-ID: <B771186F.21CD%artur@contiller.se>
40408      Branch: perl
40409            ! AUTHORS
40410 ____________________________________________________________________________
40411 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
40412         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
40413              From: Doug MacEachern <dougm@covalent.net>
40414              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
40415              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
40416      Branch: perl
40417            ! pp_ctl.c
40418 ____________________________________________________________________________
40419 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
40420         Log: Subject: doc patch; times() in scalar context
40421              From: mjd@plover.com
40422              Date: 10 Jul 2001 18:01:17 -0000
40423              Message-ID: <20010710180117.12477.qmail@plover.com>
40424      Branch: perl
40425            ! pod/perlfunc.pod
40426 ____________________________________________________________________________
40427 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
40428         Log: Subject: [PATCH] Small fix to pp_gmtime
40429              From: Artur Bergman <artur@contiller.se>
40430              Date: Tue, 10 Jul 2001 19:54:52 +0200
40431              Message-ID: <B7710E0B.21C5%artur@contiller.se>
40432      Branch: perl
40433            ! pp_sys.c
40434 ____________________________________________________________________________
40435 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
40436         Log: Integrate changes from mainline perl, add notes about
40437              Mac OS X and Mac OS.
40438      Branch: maint-5.6/macperl
40439            ! pod/perlport.pod
40440 ____________________________________________________________________________
40441 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
40442         Log: A proof of the dangers of package; ?
40443      Branch: perl
40444            ! t/lib/warnings/op
40445 ____________________________________________________________________________
40446 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
40447         Log: Regen toc and modlib.
40448      Branch: perl
40449            ! pod/perlmodlib.pod pod/perltoc.pod
40450 ____________________________________________________________________________
40451 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
40452         Log: Add compexcl(), casefold(), and casespec() interfaces;
40453              and make all interfaces to return hash references instead
40454              of hashes. 
40455      Branch: perl
40456            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40457 ____________________________________________________________________________
40458 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
40459         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
40460              From: "Philip Newton" <Philip.Newton@gmx.net>
40461              Date: Tue, 10 Jul 2001 09:55:59 +0200
40462              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
40463              
40464              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
40465              From: "Philip Newton" <Philip.Newton@gmx.net>
40466              Date: Tue, 10 Jul 2001 09:56:37 +0200
40467              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
40468      Branch: perl
40469            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40470            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
40471 ____________________________________________________________________________
40472 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
40473         Log: Subject: [patch] undef &xsub for 1,2
40474              From: Doug MacEachern <dougm@covalent.net>
40475              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
40476              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
40477              
40478              (This version of the patch with a comment from Gisle.)
40479      Branch: perl
40480            ! op.c
40481 ____________________________________________________________________________
40482 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
40483         Log: Mention package; deprecation and the Win32 problems.
40484      Branch: perl
40485            ! pod/perl572delta.pod
40486 ____________________________________________________________________________
40487 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
40488         Log: Subject: [PATCH] deprecate package with no arguments
40489              From: Robin Houston <robin@kitsite.com>
40490              Date: Tue, 10 Jul 2001 13:33:40 +0100
40491              Message-ID: <20010710133340.A13452@robin.kitsite.com>
40492      Branch: perl
40493            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
40494 ____________________________________________________________________________
40495 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
40496         Log: Upgrade to podlators 1.10.
40497      Branch: perl
40498            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
40499            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
40500            ! pod/pod2man.PL pod/pod2text.PL
40501 ____________________________________________________________________________
40502 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
40503         Log: Upgrade to Term::ANSIColor 1.04.
40504      Branch: perl
40505            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
40506            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
40507 ____________________________________________________________________________
40508 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
40509         Log: Integrate perlio (the right fix for the ":layer(args)")
40510      Branch: perl
40511           !> perlio.c
40512 ____________________________________________________________________________
40513 [ 11252] By: nick                                  on 2001/07/10  06:58:14
40514         Log: Fix open(...,"...:layer(xxx)",...)
40515              - use memEQ not strEQ as there is '(' not '\0'
40516      Branch: perlio
40517            ! perlio.c
40518 ____________________________________________________________________________
40519 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
40520         Log: Telling the number of tests helps.
40521      Branch: perl
40522            ! ext/PerlIO/t/encoding.t
40523 ____________________________________________________________________________
40524 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
40525         Log: Require I18N::Langinfo, not use.
40526      Branch: perl
40527            ! lib/open.pm
40528 ____________________________________________________________________________
40529 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
40530         Log: Add a test for for PerlIO ":encoding(...)" layer.
40531      Branch: perl
40532            + ext/PerlIO/t/encoding.t
40533            ! MANIFEST ext/Encode/Encode.pm
40534 ____________________________________________________________________________
40535 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
40536         Log: PerlIO ":encoding(foobar)" temporary fix.
40537              Not really correct, I think, since the change means
40538              that prefixes match.
40539      Branch: perl
40540            ! perlio.c
40541 ____________________________________________________________________________
40542 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
40543         Log: Update to Math::BigInt 1.36.  The biggest news is
40544              the separation of the backend; now the pure Perl
40545              implementation is in Math::BigInt::Calc, but one
40546              can plugin, say, Math::BigInt::BitVect, and get
40547              considerable speedup.
40548      Branch: perl
40549            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
40550            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
40551            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
40552            ! lib/Math/BigInt/t/mbimbf.t
40553 ____________________________________________________________________________
40554 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
40555         Log: Subject: Re: compatibility question
40556              From: Peter Prymmer <pvhp@forte.com>
40557              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
40558              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
40559      Branch: perl
40560            ! lib/ExtUtils/MM_VMS.pm
40561 ____________________________________________________________________________
40562 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
40563         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
40564              From: Norton Allen <allen@huarp.harvard.edu>
40565              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
40566              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
40567      Branch: perl
40568            ! ext/File/Glob/t/basic.t
40569 ____________________________________________________________________________
40570 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
40571         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
40572              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40573              Date: Tue, 10 Jul 2001 00:29:55 +0900
40574              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
40575      Branch: perl
40576            + ext/Encode/Encode/HZ.enc
40577            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
40578            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
40579            ! ext/Encode/Encode/iso2022-jp.enc
40580            ! ext/Encode/Encode/iso2022-kr.enc
40581 ____________________________________________________________________________
40582 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
40583         Log: Add in all them there macos/ files.
40584      Branch: maint-5.6/macperl
40585            + (add 577 files)
40586 ____________________________________________________________________________
40587 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
40588         Log: Add the new modules to the list of having those own tests.
40589      Branch: perl
40590            ! t/lib/1_compile.t
40591 ____________________________________________________________________________
40592 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
40593         Log: Add INOUT to control both ways at the same time.
40594      Branch: perl
40595            ! lib/open.pm
40596 ____________________________________________________________________________
40597 [ 11240] By: nick                                  on 2001/07/09  16:33:50
40598         Log: Integrate mainline
40599      Branch: perlio
40600           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40601           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40602           !> (integrate 41 files)
40603 ____________________________________________________________________________
40604 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
40605         Log: More encoding mapping magic.
40606      Branch: perl
40607            ! lib/open.pm
40608 ____________________________________________________________________________
40609 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
40610         Log: Update Changes.
40611      Branch: perl
40612            ! Changes patchlevel.h
40613 ____________________________________________________________________________
40614 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
40615         Log: (Retracted by #11285).
40616              
40617              Subject: [PATCH] OPpCONST_OCTAL fixes
40618              From: Abhijit Menon-Sen <ams@wiw.org>
40619              Date: Mon, 9 Jul 2001 07:38:45 +0530
40620              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
40621      Branch: perl
40622            ! op.c
40623 ____________________________________________________________________________
40624 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
40625         Log: Add a pseudolayer ":locale" to the open pragma which
40626              will get the encoding from the locale.  Yet undocumented
40627              because I can't get the PerlIO :encoding(foobar) to work.
40628      Branch: perl
40629            ! ext/Encode/Encode.pm lib/open.pm
40630 ____________________________________________________________________________
40631 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
40632         Log: Add more encoding mappings.
40633      Branch: perl
40634            ! ext/Encode/Encode.pm
40635 ____________________________________________________________________________
40636 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
40637         Log: Document that using :encoding layer requires using Encode.
40638      Branch: perl
40639            ! ext/Encode/Encode.pm lib/PerlIO.pm
40640 ____________________________________________________________________________
40641 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
40642         Log: Netware tweak from Ananth Kesari.
40643      Branch: perl
40644            ! NetWare/netware.h
40645 ____________________________________________________________________________
40646 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
40647         Log: t/harness doesn't know about run/*.t
40648      Branch: perl
40649            ! t/harness
40650 ____________________________________________________________________________
40651 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
40652         Log: run/exit.t busted on windows
40653      Branch: perl
40654            ! t/run/exit.t
40655 ____________________________________________________________________________
40656 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
40657         Log: fix a couple of UCD.t tests that fail due to bad case
40658      Branch: perl
40659            ! lib/Unicode/UCD.t
40660 ____________________________________________________________________________
40661 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
40662         Log: test skip logic was broken
40663      Branch: perl
40664            ! ext/I18N/Langinfo/Langinfo.t
40665 ____________________________________________________________________________
40666 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
40667         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
40668              failure of ExtUtils.t#27 when built in debug mode)
40669      Branch: perl
40670            ! lib/ExtUtils/MM_Win32.pm
40671 ____________________________________________________________________________
40672 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
40673         Log: I18N::Langinfo is not available on windows
40674      Branch: perl
40675            ! win32/FindExt.pm
40676 ____________________________________________________________________________
40677 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
40678         Log: save a dTHX
40679      Branch: perl
40680            ! ext/POSIX/POSIX.xs
40681 ____________________________________________________________________________
40682 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
40683         Log: Update Changes.
40684      Branch: perl
40685            ! Changes patchlevel.h
40686 ____________________________________________________________________________
40687 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
40688         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
40689              as pointed out by Sarathy.
40690      Branch: perl
40691            ! ext/I18N/Langinfo/Langinfo.xs
40692 ____________________________________________________________________________
40693 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
40694         Log: Retract #11212.
40695      Branch: perl
40696            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40697 ____________________________________________________________________________
40698 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
40699         Log: Bump up the VERSION of Cwd.xs.
40700      Branch: perl
40701            ! ext/Cwd/Makefile.PL
40702 ____________________________________________________________________________
40703 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
40704         Log: Retract #11220, the problem wasn't the missing leading zero.
40705              Here's the problem:
40706              $ ./perl -we 'chmod(oct("755"), ".")'
40707              Non-octal literal mode (493) specified at -e line 1.
40708              (Did you mean 0493 instead?)
40709      Branch: perl
40710            ! lib/ExtUtils/MM_Unix.pm
40711 ____________________________________________________________________________
40712 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
40713         Log: (Retracted by #11221)
40714              Change the PERM_RW and PERM_RWX to 0644 and 0755
40715              (add the leading zero).
40716      Branch: perl
40717            ! lib/ExtUtils/MM_Unix.pm
40718 ____________________________________________________________________________
40719 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
40720         Log: Integrate changes #11193, 11205, 11209 from macperl.
40721              
40722              Fix up AutoLoader to fudge for Mac paths in import().
40723              
40724              Allow symbols in try_symbol() to begin with "_".
40725              
40726              Small portability fix for Mac OS.
40727      Branch: perl
40728           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
40729 ____________________________________________________________________________
40730 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
40731         Log: Metaconfig unit change for #11217.
40732      Branch: metaconfig/U/perl
40733            ! Extensions.U
40734 ____________________________________________________________________________
40735 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
40736         Log: Detypo, problem noticed by Gerrit P. Haase.
40737      Branch: perl
40738            ! Configure config_h.SH
40739 ____________________________________________________________________________
40740 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
40741         Log: Cwd cleanups.
40742      Branch: perl
40743            ! ext/Cwd/Cwd.xs
40744 ____________________________________________________________________________
40745 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
40746         Log: Slight tweaks on #11213.
40747      Branch: perl
40748            ! toke.c
40749 ____________________________________________________________________________
40750 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
40751         Log: A missing dTHX noticed by Gerrit P. Haase.
40752      Branch: perl
40753            ! ext/POSIX/POSIX.xs
40754 ____________________________________________________________________________
40755 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
40756         Log: Subject: [PATCH toke.c] Simplify yytoke()
40757              From: Simon Cozens <simon@netthink.co.uk>
40758              Date: Sun, 8 Jul 2001 13:24:34 +0100
40759              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
40760              
40761              Split out pending_ident().
40762      Branch: perl
40763            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
40764 ____________________________________________________________________________
40765 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
40766         Log: (Retracted by #11223.)
40767              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
40768              Date: Wed, 05 Nov 1997 17:22:34 -0600
40769              From: Graham Barr <gbarr@ti.com>
40770              Message-Id: <3460FFBA.6DA51F46@ti.com>
40771      Branch: perl
40772            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40773 ____________________________________________________________________________
40774 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
40775         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
40776      Branch: perl
40777            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40778            ! pod/perllocale.pod
40779 ____________________________________________________________________________
40780 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
40781         Log: Really do the test under the C locale.
40782      Branch: perl
40783            ! ext/I18N/Langinfo/Langinfo.t
40784 ____________________________________________________________________________
40785 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
40786         Log: Small portability fix for Mac OS.
40787      Branch: maint-5.6/macperl
40788            ! lib/Cwd.pm
40789 ____________________________________________________________________________
40790 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
40791         Log: Metaconfig unit change for #11207.
40792      Branch: metaconfig/U/perl
40793            ! Extensions.U
40794 ____________________________________________________________________________
40795 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
40796         Log: Add I18N::Langinfo, which is basically a wrapper around
40797              nl_langinfo(), which is an additional way to query locale
40798              specific information.
40799      Branch: perl
40800            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40801            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40802            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
40803 ____________________________________________________________________________
40804 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
40805         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
40806              used in File::Find tests; replace with if.t.
40807      Branch: maint-5.6/macperl
40808            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
40809            ! t/pragma/warn/op
40810 ____________________________________________________________________________
40811 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
40812         Log: Allow symbols in try_symbol() to begin with "_".
40813      Branch: maint-5.6/macperl
40814            ! makedef.pl
40815 ____________________________________________________________________________
40816 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
40817         Log: Sync up the File::Find changes from the rewrite by
40818              Thomas Wegner, et al.
40819      Branch: maint-5.6/macperl
40820            + t/lib/filefind-taint.t
40821            ! lib/File/Find.pm t/lib/filefind.t
40822 ____________________________________________________________________________
40823 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
40824         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
40825              From: Thomas Wegner <wegner_thomas@yahoo.com>
40826              Date: Thu, 5 Jul 2001 20:31:25 +0200
40827              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
40828      Branch: maint-5.6/macperl
40829            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
40830 ____________________________________________________________________________
40831 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
40832         Log: Some more test portability fixes.
40833      Branch: maint-5.6/macperl
40834            ! t/lib/filecopy.t t/pragma/warn/pp_sys
40835 ____________________________________________________________________________
40836 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
40837         Log: The #11200 removed wrong (non-existent) target.  Duh.
40838      Branch: perl
40839            ! Makefile.SH
40840 ____________________________________________________________________________
40841 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
40842         Log: Zap the lib/re.pm before creating it.
40843      Branch: perl
40844            ! Makefile.SH
40845 ____________________________________________________________________________
40846 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
40847         Log: Another test.  Please ignore.
40848      Branch: maint-5.6/macperl
40849            ! README.macos
40850 ____________________________________________________________________________
40851 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
40852         Log: Portability fixes for a lot of tests, especially IO-related
40853              tests, and warnings, and the harness script.
40854      Branch: maint-5.6/macperl
40855            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
40856            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
40857            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
40858            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
40859            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
40860            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
40861            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
40862            ! t/pragma/warnings.t
40863 ____________________________________________________________________________
40864 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
40865         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
40866              From: Nicholas Clark <nick@ccl4.org>
40867              Date: Sat, 7 Jul 2001 21:00:17 +0100
40868              Message-ID: <20010707210017.H59620@plum.flirble.org>
40869      Branch: perl
40870            ! lib/h2xs.t
40871 ____________________________________________________________________________
40872 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
40873         Log: The UNICOS/mk SysV IPC problem has been fixed.
40874      Branch: perl
40875            ! pod/perl572delta.pod
40876 ____________________________________________________________________________
40877 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
40878         Log: Slight update tweaks on perlunicode.pod.
40879      Branch: perl
40880            ! pod/perlunicode.pod
40881 ____________________________________________________________________________
40882 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
40883         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
40884              From: Mark-Jason Dominus <mjd@plover.com>
40885              Date: Sat, 07 Jul 2001 13:04:04 -0400
40886              Message-ID: <20010707170404.32694.qmail@plover.com>
40887      Branch: perl
40888            ! ext/DB_File/DB_File.pm
40889 ____________________________________________________________________________
40890 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
40891         Log: Fix up AutoLoader to fudge for Mac paths in import().
40892      Branch: maint-5.6/macperl
40893            ! lib/AutoLoader.pm
40894 ____________________________________________________________________________
40895 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
40896         Log: Try to force the lib/re.pm to be there before entering
40897              the extensions builds, should help for parallel makes.
40898      Branch: perl
40899            ! Makefile.SH
40900 ____________________________________________________________________________
40901 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
40902         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40903              From: Norton Allen <allen@huarp.harvard.edu>
40904              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
40905              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
40906      Branch: perl
40907            ! ext/POSIX/POSIX.xs
40908 ____________________________________________________________________________
40909 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
40910         Log: Subject: [PATCH] Re: op/arith.t
40911              From: Nicholas Clark <nick@ccl4.org>
40912              Date: Sat, 7 Jul 2001 13:04:54 +0100
40913              Message-ID: <20010707130454.D59620@plum.flirble.org>
40914      Branch: perl
40915            ! numeric.c toke.c
40916 ____________________________________________________________________________
40917 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
40918         Log: Subject: [PATCH] h2xs
40919              From: Nicholas Clark <nick@ccl4.org>
40920              Date: Fri, 6 Jul 2001 23:25:14 +0100
40921              Message-ID: <20010706232514.X59620@plum.flirble.org>
40922      Branch: perl
40923            ! utils/h2xs.PL
40924 ____________________________________________________________________________
40925 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
40926         Log: Subject: Re: bleedperl perl_alloc..free leakage
40927              From: Radu Greab <radu@netsoft.ro>
40928              Date: Fri, 6 Jul 2001 19:48:54 +0300
40929              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
40930              
40931              Leak-be-gone.
40932      Branch: perl
40933            ! op.c
40934 ____________________________________________________________________________
40935 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
40936         Log: Test again.  Please ignore.
40937      Branch: maint-5.6/macperl
40938            ! README.macos
40939 ____________________________________________________________________________
40940 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
40941         Log: Test.  Please ignore.
40942      Branch: maint-5.6/macperl
40943            ! README.macos
40944 ____________________________________________________________________________
40945 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
40946         Log: Include changes already sent in separately as patches,
40947              before branch was created.
40948      Branch: maint-5.6/macperl
40949            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
40950            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
40951            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
40952            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
40953            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
40954            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
40955            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
40956            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
40957            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
40958            ! t/pragma/strict.t
40959 ____________________________________________________________________________
40960 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
40961         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40962              From: Norton Allen <allen@huarp.harvard.edu>
40963              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40964              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40965      Branch: perl
40966            ! utf8.h
40967 ____________________________________________________________________________
40968 [ 11183] By: nick                                  on 2001/07/06  16:27:40
40969         Log: Integrate mainline
40970      Branch: perlio
40971           +> (branch 42 files)
40972            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
40973            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
40974            - win32/bin/mdelete.bat
40975           !> (integrate 215 files)
40976 ____________________________________________________________________________
40977 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
40978         Log: The #11166 needed also these updated.
40979      Branch: perl
40980            ! lib/warnings.pm warnings.h
40981 ____________________________________________________________________________
40982 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
40983         Log: Update Changes.
40984      Branch: perl
40985            ! Changes patchlevel.h
40986 ____________________________________________________________________________
40987 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
40988         Log: Regen toc.
40989      Branch: perl
40990            ! pod/perltoc.pod
40991 ____________________________________________________________________________
40992 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
40993         Log: Nit from Abhijit.
40994      Branch: perl
40995            ! lib/CPAN.pm
40996 ____________________________________________________________________________
40997 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
40998         Log: Retract #11172.
40999      Branch: perl
41000            ! t/op/method.t
41001 ____________________________________________________________________________
41002 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
41003         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
41004              From: Norton Allen <allen@huarp.harvard.edu>
41005              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
41006              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
41007      Branch: perl
41008            ! lib/Cwd.pm
41009 ____________________________________________________________________________
41010 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
41011         Log: (Accidentally empty check-in.)
41012      Branch: perl
41013            ! utf8.h
41014 ____________________________________________________________________________
41015 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
41016         Log: Retract #11165 since Sarathy pointed out it'll not
41017              work properly under threads, the problem should be
41018              solved using "the savestack, either via SSNEW() or
41019              using a newSVpv()+SAVEFREESV() combo."
41020      Branch: perl
41021            ! ext/POSIX/POSIX.xs
41022 ____________________________________________________________________________
41023 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
41024         Log: Retract #11125 since NI-S pointed out it'll not work in
41025              cases where the extension has their own handcrafted INC
41026              et alia.
41027      Branch: perl
41028            ! lib/ExtUtils/MM_Unix.pm
41029 ____________________________________________________________________________
41030 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
41031         Log: Subject: RE: [PATCH] -I and MakeMaker again
41032              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41033              Date: Fri, 6 Jul 2001 09:18:29 +0200
41034              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
41035      Branch: perl
41036            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
41037            ! lib/ExtUtils/MM_Win32.pm
41038 ____________________________________________________________________________
41039 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
41040         Log: (Retracted by #11178)
41041              Subject: [PATCH t/op/method.t] SUPER:: strangeness
41042              From: Piers Cawley <pdcawley@iterative-software.com>
41043              Date: 06 Jul 2001 10:49:01 +0100
41044              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
41045      Branch: perl
41046            ! t/op/method.t
41047 ____________________________________________________________________________
41048 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
41049         Log: VOS README update from Paul Green.
41050      Branch: perl
41051            ! README.vos
41052 ____________________________________________________________________________
41053 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
41054         Log: Subject: [PATCH README.qnx hints/qnx.sh]
41055              From: Norton Allen <allen@huarp.harvard.edu>
41056              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
41057              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
41058      Branch: perl
41059            ! README.qnx hints/qnx.sh
41060 ____________________________________________________________________________
41061 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
41062         Log: Subject: [PATCH] Doc patch for Tie::Hash
41063              From: Artur Bergman <artur@contiller.se>
41064              Date: Thu, 05 Jul 2001 22:51:18 +0200
41065              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
41066      Branch: perl
41067            ! lib/Tie/Hash.pm
41068 ____________________________________________________________________________
41069 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
41070         Log: Subject: [PATCH] perlfaq4.pod
41071              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
41072              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
41073              Date: Thu, 5 Jul 2001 18:44:10 +0100 
41074      Branch: perl
41075            ! pod/perlfaq4.pod
41076 ____________________________________________________________________________
41077 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
41078         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
41079              From: Robin Houston <robin@kitsite.com>
41080              Date: Thu, 5 Jul 2001 18:33:21 +0100
41081              Message-ID: <20010705183321.A27345@robin.kitsite.com>
41082      Branch: perl
41083            ! ext/B/B/Deparse.pm
41084 ____________________________________________________________________________
41085 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
41086         Log: (Retracted by #11285.)
41087              
41088              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
41089              From: Abhijit Menon-Sen <ams@wiw.org>
41090              Date: Fri, 6 Jul 2001 01:26:32 +0530
41091              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
41092      Branch: perl
41093            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
41094            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
41095            ! warnings.pl
41096 ____________________________________________________________________________
41097 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
41098         Log: (Retracted by #11175)
41099              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
41100              From: Norton Allen <allen@huarp.harvard.edu>
41101              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
41102              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
41103      Branch: perl
41104            ! ext/POSIX/POSIX.xs
41105 ____________________________________________________________________________
41106 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
41107         Log: Unterminated C< (noticed by Richard Hatch), and few other
41108              small Unicode doc tweaks.
41109      Branch: perl
41110            ! pod/perlretut.pod
41111 ____________________________________________________________________________
41112 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
41113         Log: More flexible argument understanding; add charblocks() and
41114              charscripts(); make charblock() and charscript() two-way;
41115              add charinrange(); separate the $Unicode::UCD::VERSION and
41116              the version of the Unicode by adding UnicodeVersion().
41117      Branch: perl
41118            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41119 ____________________________________________________________________________
41120 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
41121         Log: Update Unicode::UCD on \p{In...}.
41122      Branch: perl
41123            ! lib/Unicode/UCD.pm
41124 ____________________________________________________________________________
41125 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
41126         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
41127              From: Norton Allen <allen@huarp.harvard.edu>
41128              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
41129              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
41130      Branch: perl
41131            ! lib/ExtUtils/MM_Unix.pm
41132 ____________________________________________________________________________
41133 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
41134         Log: POSIX-BC tweaks from Thomas Dorner.
41135      Branch: perl
41136            ! hints/posix-bc.sh perlio.h
41137 ____________________________________________________________________________
41138 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
41139         Log: Module updates for the delta.
41140      Branch: perl
41141            ! pod/perl572delta.pod
41142 ____________________________________________________________________________
41143 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
41144         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
41145              From: Norton Allen <allen@huarp.harvard.edu>
41146              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
41147              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
41148      Branch: perl
41149            ! ext/IO/lib/IO/t/io_sock.t
41150 ____________________________________________________________________________
41151 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
41152         Log: Subject: [PATCH perldiag.pod] Quick fixes
41153              From: Simon Cozens <simon@netthink.co.uk>
41154              Date: Wed, 4 Jul 2001 20:22:12 +0100
41155              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
41156      Branch: perl
41157            ! pod/perldiag.pod
41158 ____________________________________________________________________________
41159 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
41160         Log: (retracted by #13533)
41161              
41162              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
41163              From: Radu Greab <radu@netsoft.ro>
41164              Date: Wed, 4 Jul 2001 22:13:31 +0300
41165              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
41166      Branch: perl
41167            ! op.c sv.c t/op/pos.t
41168 ____________________________________________________________________________
41169 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
41170         Log: Subject: [PATCH] -I and MakeMaker again
41171              From: Michael G Schwern <schwern@pobox.com>
41172              Date: Wed, 4 Jul 2001 15:03:07 -0400
41173              Message-ID: <20010704150307.I20340@blackrider>
41174              
41175              (and retract #11145)
41176      Branch: perl
41177            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
41178            ! lib/ExtUtils/MakeMaker.pm
41179 ____________________________________________________________________________
41180 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
41181         Log: Subject: Re: PERFORCE change 11142 for review
41182              From: "Philip Newton" <Philip.Newton@gmx.net>
41183              Date: Wed, 4 Jul 2001 20:46:26 +0200
41184              Message-Id: <200107041841.VAA25380@taas.iki.fi>
41185      Branch: perl
41186            ! lib/ExtUtils/MakeMaker.pm
41187 ____________________________________________________________________________
41188 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
41189         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41190              From: Jonathan Stowe <gellyfish@gellyfish.com>
41191              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
41192              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
41193      Branch: perl
41194            ! utils/pl2pm.PL
41195 ____________________________________________________________________________
41196 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
41197         Log: fix the binary compatibility issue when building with/without
41198              usemymalloc by exporting Perl_malloc() et al as simple wrappers
41199              around the system functions (this allows most extensions built
41200              using one mode to coexist with perls built in the other mode)
41201              
41202              XXX the Perl_mfree() wrapper might need to do return(free()) on
41203              platforms where Free_t isn't "void"
41204      Branch: perl
41205            ! embed.h embed.pl makedef.pl proto.h util.c
41206 ____________________________________________________________________________
41207 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
41208         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
41209              since it doesn't ensure threads other than the one calling fork()
41210              aren't holding any locks; the fix is to use pthread_atfork() to
41211              hold global locks
41212              
41213              building perl with -Dusemymalloc exacerbates the problem since
41214              Perl_malloc() holds a mutex, and perl's exec() calls New()
41215              
41216              XXX the code in win32thread.h may be needed on platforms that have
41217              no pthread_atfork()
41218      Branch: perl
41219            ! perl.c thread.h win32/win32thread.h
41220 ____________________________________________________________________________
41221 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
41222         Log: Integrate #11009 from maintperl.
41223      Branch: maint-5.6/macperl
41224           !> lib/ExtUtils/Manifest.pm
41225 ____________________________________________________________________________
41226 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
41227         Log: Flexing my Perforce muscles.
41228      Branch: maint-5.6/macperl
41229            ! README.macos
41230 ____________________________________________________________________________
41231 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
41232         Log: Update Changes.
41233      Branch: perl
41234            ! Changes patchlevel.h
41235 ____________________________________________________________________________
41236 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
41237         Log: Metaconfig unit change for #11146.
41238      Branch: metaconfig/U/perl
41239            ! d_fcntl_can_lock.U
41240 ____________________________________________________________________________
41241 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
41242         Log: Somehow the #ifdefs of the added code (in #11093) made
41243              HP-UX to fail the fcntl locking test, without the ifdefs
41244              the test seems to be working again.  Reason unknown:
41245              HP-UX cc doesn't complain either way.
41246      Branch: perl
41247            ! Configure
41248 ____________________________________________________________________________
41249 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
41250         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
41251      Branch: perl
41252            ! lib/ExtUtils/MM_Unix.pm
41253 ____________________________________________________________________________
41254 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
41255         Log: gcc -Wall nit.
41256      Branch: perl
41257            ! pp_hot.c
41258 ____________________________________________________________________________
41259 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
41260         Log: When removing tests updating the test count is a good idea, too.
41261      Branch: perl
41262            ! lib/Net/t/require.t
41263 ____________________________________________________________________________
41264 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
41265         Log: Document #11134 and add the new symbols to the list of
41266              of MakeMaker known ones.
41267      Branch: perl
41268            ! lib/ExtUtils/MakeMaker.pm
41269 ____________________________________________________________________________
41270 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
41271         Log: Microperl update.
41272      Branch: perl
41273            ! uconfig.h
41274 ____________________________________________________________________________
41275 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
41276         Log: Update the libnet tests as per #11138.
41277      Branch: perl
41278            - lib/Net/t/ph.t
41279            ! MANIFEST lib/Net/t/require.t
41280 ____________________________________________________________________________
41281 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
41282         Log: Regen toc and modlib.
41283      Branch: perl
41284            ! pod/perlmodlib.pod pod/perltoc.pod
41285 ____________________________________________________________________________
41286 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
41287         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
41288              Graham's request.
41289      Branch: perl
41290            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
41291            ! MANIFEST
41292 ____________________________________________________________________________
41293 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
41294         Log: Add the OS/390 harness results to the delta.
41295      Branch: perl
41296            ! pod/perl572delta.pod
41297 ____________________________________________________________________________
41298 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
41299         Log: Avoid the two study tests in OS/390 until the bug has been solved.
41300      Branch: perl
41301            ! t/op/study.t
41302 ____________________________________________________________________________
41303 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
41304         Log: DOS/DJGPP tweaks from Laszlo Molnar.
41305      Branch: perl
41306            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
41307 ____________________________________________________________________________
41308 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
41309         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
41310              From: Michael G Schwern <schwern@pobox.com>
41311              Date: Wed, 4 Jul 2001 00:01:16 -0400
41312              Message-ID: <20010704000116.C591@blackrider>
41313      Branch: perl
41314            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
41315 ____________________________________________________________________________
41316 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
41317         Log: The #11132 missed singleton characters (not part
41318              of a unilo..unihi range) in Unicode scripts.
41319      Branch: perl
41320            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
41321            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
41322            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
41323            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
41324            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
41325            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
41326            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
41327            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
41328            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
41329            ! lib/unicode/mktables.PL t/op/pat.t
41330 ____________________________________________________________________________
41331 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
41332         Log: Support preferentially the Unicode 'scripts' definition
41333              in the \p{In...} notation since according to Unicode the
41334              scripts concept is more natural for matching than using
41335              the somewhat artificial block names.  The block names are
41336              still available, though, and if there's a name conflict,
41337              the scripts one wins and the blocks one has to do with
41338              'Block' appended to its name.  For more information see
41339              
41340              http://www.unicode.org/unicode/reports/tr24/
41341      Branch: perl
41342            + lib/unicode/In/100.pl lib/unicode/In/101.pl
41343            + lib/unicode/In/102.pl lib/unicode/In/103.pl
41344            + lib/unicode/In/104.pl lib/unicode/In/105.pl
41345            + lib/unicode/In/106.pl lib/unicode/In/107.pl
41346            + lib/unicode/In/108.pl lib/unicode/In/109.pl
41347            + lib/unicode/In/110.pl lib/unicode/In/111.pl
41348            + lib/unicode/In/112.pl lib/unicode/In/113.pl
41349            + lib/unicode/In/114.pl lib/unicode/In/115.pl
41350            + lib/unicode/In/116.pl lib/unicode/In/117.pl
41351            + lib/unicode/In/118.pl lib/unicode/In/119.pl
41352            + lib/unicode/In/120.pl lib/unicode/In/121.pl
41353            + lib/unicode/In/122.pl lib/unicode/In/123.pl
41354            + lib/unicode/In/124.pl lib/unicode/In/125.pl
41355            + lib/unicode/In/126.pl lib/unicode/In/127.pl
41356            + lib/unicode/In/128.pl lib/unicode/In/129.pl
41357            + lib/unicode/In/130.pl lib/unicode/In/131.pl
41358            + lib/unicode/In/132.pl lib/unicode/In/133.pl
41359            + lib/unicode/In/134.pl lib/unicode/In/135.pl
41360            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
41361            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
41362            ! (edit 106 files)
41363 ____________________________________________________________________________
41364 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
41365         Log: Better document the difference between a block and a script.
41366      Branch: perl
41367            ! lib/Unicode/UCD.pm
41368 ____________________________________________________________________________
41369 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
41370         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
41371              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41372              Date: Tue, 3 Jul 2001 15:04:23 -0500
41373              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
41374      Branch: perl
41375            ! lib/CPAN.pm
41376 ____________________________________________________________________________
41377 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
41378         Log: Add tests for charscript().
41379      Branch: perl
41380            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41381 ____________________________________________________________________________
41382 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
41383         Log: Add charscript() to get the UTR#24 script names of characters.
41384      Branch: perl
41385            ! lib/Unicode/UCD.pm
41386 ____________________________________________________________________________
41387 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
41388         Log: Todo updates.
41389      Branch: perl
41390            ! pod/perltodo.pod
41391 ____________________________________________________________________________
41392 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
41393         Log: Unicode::UCD updates.
41394      Branch: perl
41395            ! lib/Unicode/UCD.pm
41396 ____________________________________________________________________________
41397 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
41398         Log: (Retracted by #11174)
41399              Subject: MakeMaker should pass through DEFINE and INC to subdirs
41400              From: Alan Burlison <Alan.Burlison@sun.com>
41401              Date: Tue, 03 Jul 2001 15:20:13 +0100
41402              Message-ID: <3B41D49D.A923D4F9@sun.com>
41403      Branch: perl
41404            ! lib/ExtUtils/MM_Unix.pm
41405 ____________________________________________________________________________
41406 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
41407         Log: Subject: Patch needed for UTS
41408              From: hom00@utsglobal.com (Hal Morris)
41409              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
41410              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
41411              
41412              Replace #11113 with a better version.
41413      Branch: perl
41414            ! perl.h
41415 ____________________________________________________________________________
41416 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
41417         Log: Subject: Re: POINTERRIGOR
41418              From: Andy Dougherty <doughera@lafayette.edu>
41419              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
41420              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
41421      Branch: perl
41422            ! util.c
41423 ____________________________________________________________________________
41424 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
41425         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
41426              From: "Philip Newton" <pnewton@gmx.de>
41427              Date: Tue, 3 Jul 2001 17:03:34 +0200
41428              Message-ID: <3B41FAE6.29564.660E117@localhost>
41429      Branch: perl
41430            ! pp_hot.c
41431 ____________________________________________________________________________
41432 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
41433         Log: Typos.
41434      Branch: perl
41435            ! INSTALL
41436 ____________________________________________________________________________
41437 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
41438         Log: Subject: [PATCH 5.6.1] debugger fixes
41439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41440              Date: Tue, 3 Jul 2001 03:38:18 -0400
41441              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
41442              
41443              The $^S is working again.
41444      Branch: perl
41445            ! lib/perl5db.pl
41446 ____________________________________________________________________________
41447 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
41448         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
41449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41450              Date: Tue, 3 Jul 2001 03:34:06 -0400
41451              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
41452      Branch: perl
41453            ! os2/OS2/Process/Process.pm
41454 ____________________________________________________________________________
41455 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
41456         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
41457              From: "Philip Newton" <Philip.Newton@gmx.net>
41458              Date: Tue, 3 Jul 2001 09:11:27 +0200
41459              Message-Id: <200107030706.KAA04596@taas.iki.fi>
41460      Branch: perl
41461            ! lib/FindBin.pm
41462 ____________________________________________________________________________
41463 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
41464         Log: Delta delta.
41465      Branch: perl
41466            ! pod/perl572delta.pod
41467 ____________________________________________________________________________
41468 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
41469         Log: Metaconfig unit change for 11115.
41470      Branch: metaconfig
41471            ! U/modified/libc.U
41472 ____________________________________________________________________________
41473 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
41474         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
41475              (from Richard Hatch) (this was the cause of pipes() and
41476              times() mysteriously not being found)
41477      Branch: perl
41478            ! Configure
41479 ____________________________________________________________________________
41480 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
41481         Log: Retract #10142, the real culprit found by Richard Hatch,
41482              coming soon to Configure near you.
41483      Branch: perl
41484            ! hints/aix.sh
41485 ____________________________________________________________________________
41486 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
41487         Log: (Replaced by #11124) UTS workaround from Hal Morris.
41488      Branch: perl
41489            ! perl.h
41490 ____________________________________________________________________________
41491 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
41492         Log: Subject: [PATCH] grok not grocking correctly
41493              From: Nicholas Clark <nick@ccl4.org>
41494              Date: Tue, 3 Jul 2001 00:19:08 +0100
41495              Message-ID: <20010703001908.H59620@plum.flirble.org>
41496      Branch: perl
41497            ! numeric.c
41498 ____________________________________________________________________________
41499 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
41500         Log: Subject: [PATCH Deparse.t] test just-posted patches
41501              From: Robin Houston <robin@kitsite.com>
41502              Date: Mon, 2 Jul 2001 23:46:15 +0100
41503              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
41504      Branch: perl
41505            ! ext/B/Deparse.t
41506 ____________________________________________________________________________
41507 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
41508         Log: Subject: [PATCH toke.c] autosplit into @F
41509              From: Robin Houston <robin@kitsite.com>
41510              Date: Mon, 2 Jul 2001 23:18:20 +0100
41511              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
41512      Branch: perl
41513            ! perl.c toke.c
41514 ____________________________________________________________________________
41515 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
41516         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
41517              From: Robin Houston <robin@kitsite.com>
41518              Date: Mon, 2 Jul 2001 23:00:48 +0100
41519              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
41520      Branch: perl
41521            ! ext/B/B/Deparse.pm
41522 ____________________________________________________________________________
41523 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
41524         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
41525              From: "Philip Newton" <Philip.Newton@gmx.net>
41526              Date: Mon, 2 Jul 2001 22:06:22 +0200
41527              (no Message-Id)
41528      Branch: perl
41529            ! ext/NDBM_File/hints/linux.pl
41530 ____________________________________________________________________________
41531 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
41532         Log: Subject: Re: Fixed pack problem - sort of
41533              From: Nicholas Clark <nick@ccl4.org>
41534              Date: Mon, 2 Jul 2001 20:59:20 +0100
41535              Message-ID: <20010702205919.F59620@plum.flirble.org>
41536      Branch: perl
41537            ! pp_pack.c t/op/pack.t
41538 ____________________________________________________________________________
41539 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
41540         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
41541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41542              Date: Mon, 2 Jul 2001 15:45:41 -0400
41543              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
41544      Branch: perl
41545            ! os2/os2.c
41546 ____________________________________________________________________________
41547 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
41548         Log: (Mistaken retraction)
41549      Branch: perl
41550            ! utils/pl2pm.PL
41551 ____________________________________________________________________________
41552 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
41553         Log: Detypo in #11103.
41554      Branch: perl
41555            ! utils/pl2pm.PL
41556 ____________________________________________________________________________
41557 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
41558         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41559              From: Jonathan Stowe <gellyfish@gellyfish.com>
41560              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
41561              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
41562      Branch: perl
41563            ! utils/pl2pm.PL
41564 ____________________________________________________________________________
41565 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
41566         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
41567              From: "Craig A. Berry" <craigberry@mac.com>
41568              Date: Mon, 02 Jul 2001 14:11:23 -0500
41569              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
41570      Branch: perl
41571            ! lib/Unicode/UCD.pm
41572 ____________________________________________________________________________
41573 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
41574         Log: Subject: [PATCH] Re: op/numconvert.t failures
41575              From: Nicholas Clark <nick@ccl4.org>
41576              Date: Mon, 2 Jul 2001 20:10:48 +0100
41577              Message-ID: <20010702201048.E59620@plum.flirble.org>
41578      Branch: perl
41579            ! t/op/numconvert.t
41580 ____________________________________________________________________________
41581 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
41582         Log: Update Changes.
41583      Branch: perl
41584            ! Changes patchlevel.h
41585 ____________________________________________________________________________
41586 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
41587         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
41588              The real fix must be more involved.  The line of code all the leaky
41589              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
41590              line of Perl_newPMOP().
41591      Branch: perl
41592            ! op.h
41593 ____________________________________________________________________________
41594 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
41595         Log: Based on
41596              
41597              Subject: Re: sizeof(struct sembuf)
41598              From: Nicholas Clark <nick@ccl4.org>
41599              Date: Sun, 1 Jul 2001 22:26:48 +0100
41600              Message-ID: <20010701222648.W59620@plum.flirble.org>
41601              
41602              but do semop() always the slow way.
41603      Branch: perl
41604            ! doio.c
41605 ____________________________________________________________________________
41606 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
41607         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
41608              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41609              Date: Tue, 03 Jul 2001 00:56:30 +0900
41610              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
41611      Branch: perl
41612            ! ext/Encode/Encode/Tcl.t
41613 ____________________________________________________________________________
41614 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
41615         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
41616              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41617              Date: Tue, 03 Jul 2001 00:55:46 +0900
41618              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
41619      Branch: perl
41620            ! ext/Encode/Encode/Tcl.pm
41621 ____________________________________________________________________________
41622 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
41623         Log: Regen api and toc.
41624      Branch: perl
41625            ! pod/perlapi.pod pod/perltoc.pod
41626 ____________________________________________________________________________
41627 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
41628         Log: Metaconfig unit change for #11093.
41629      Branch: metaconfig/U/perl
41630            ! d_fcntl_can_lock.U
41631 ____________________________________________________________________________
41632 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
41633         Log: The fcntl locking test may hang if NFS locking messed up;
41634              break out with alarm(10).
41635      Branch: perl
41636            ! Configure
41637 ____________________________________________________________________________
41638 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
41639         Log: Move the mdelete.bat from win32/bin to win32.
41640      Branch: perl
41641            ! MANIFEST
41642 ____________________________________________________________________________
41643 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
41644         Log: Typo in #11083.
41645      Branch: perl
41646            ! ext/Time/Piece/Piece.t
41647 ____________________________________________________________________________
41648 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
41649         Log: Netware tweaks from Guruprasad.
41650      Branch: perl
41651            - NetWare/perlsdio.h
41652            ! MANIFEST NetWare/Makefile NetWare/interface.c
41653            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
41654            ! perlsdio.h
41655 ____________________________________________________________________________
41656 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
41657         Log: Subject: Re: [PATH] shared -> unique;
41658              From: Abhijit Menon-Sen <ams@wiw.org>
41659              Date: Wed, 27 Jun 2001 03:51:27 +0530
41660              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
41661      Branch: perl
41662            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
41663 ____________________________________________________________________________
41664 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
41665         Log: Subject: Re: AIX / gcc-3.0
41666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41667              Date: Mon, 02 Jul 2001 15:20:21 +0200
41668              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
41669      Branch: perl
41670            ! hints/aix.sh
41671 ____________________________________________________________________________
41672 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
41673         Log: Subject: Re: Bug report: split splits on wrong pattern
41674              From: Abhijit Menon-Sen <ams@wiw.org>
41675              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
41676              Date: Mon, 2 Jul 2001 16:31:33 +0530
41677      Branch: perl
41678            ! pp_ctl.c
41679 ____________________________________________________________________________
41680 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
41681         Log: Subject: [PATCH 5.6.1] test harness
41682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41683              Date: Mon, 2 Jul 2001 06:29:21 -0400
41684              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
41685      Branch: perl
41686            ! lib/Test/Harness.pm
41687 ____________________________________________________________________________
41688 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
41689         Log: Subject: [PATCH 5.6.1] debugger goof
41690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41691              Date: Mon, 2 Jul 2001 06:27:22 -0400
41692              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
41693      Branch: perl
41694            ! lib/perl5db.pl
41695 ____________________________________________________________________________
41696 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
41697         Log: Subject: [PATCH 5.6.1] OS/2 cwd
41698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41699              Date: Mon, 2 Jul 2001 06:21:17 -0400
41700              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
41701      Branch: perl
41702            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
41703 ____________________________________________________________________________
41704 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
41705         Log: Make #11082 more OS/2-specific.
41706      Branch: perl
41707            ! ext/Time/Piece/Piece.t
41708 ____________________________________________________________________________
41709 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
41710         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
41711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41712              Date: Mon, 2 Jul 2001 06:06:34 -0400
41713              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
41714      Branch: perl
41715            ! ext/Time/Piece/Piece.t
41716 ____________________________________________________________________________
41717 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
41718         Log: Subject: [PATCH B::Deparse] version number & changes
41719              From: Robin Houston <robin@kitsite.com>  
41720              Date: Sun, 1 Jul 2001 17:17:29 +0100
41721              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
41722      Branch: perl
41723            ! ext/B/B/Deparse.pm
41724 ____________________________________________________________________________
41725 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
41726         Log: Subject: a small fix.
41727              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41728              Date: Mon, 2 Jul 2001 12:17:53 +0200
41729              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
41730      Branch: perl
41731            ! ext/Thread/Thread.xs
41732 ____________________________________________________________________________
41733 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
41734         Log: Subject: RE: perl@10907
41735              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41736              Date: Mon, 2 Jul 2001 12:06:16 +0200
41737              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
41738              
41739              Borland C vs PerlIO.
41740      Branch: perl
41741            ! win32/config.bc win32/config_H.bc
41742 ____________________________________________________________________________
41743 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
41744         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
41745              From: "H.M. Brand" <merijn@l1.procura.nl>
41746              Date: Mon, 02 Jul 2001 11:18:57 +0200
41747              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
41748      Branch: perl
41749            ! t/op/write.t
41750 ____________________________________________________________________________
41751 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
41752         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
41753              From: Michael G Schwern <schwern@pobox.com>
41754              Date: Mon, 2 Jul 2001 00:26:24 -0400
41755              Message-ID: <20010702002624.A18302@blackrider>
41756      Branch: perl
41757            - ext/util/mkbootstrap
41758 ____________________________________________________________________________
41759 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
41760         Log: Subject: [PATCH op.h] v minor comment tweak
41761              From: Robin Houston <robin@puffinry.freeserve.co.uk>
41762              Date: Mon, 2 Jul 2001 00:42:01 +0100
41763              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
41764      Branch: perl
41765            ! op.h
41766 ____________________________________________________________________________
41767 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
41768         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
41769      Branch: perl
41770            ! pod/perlfunc.pod
41771 ____________________________________________________________________________
41772 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
41773         Log: Subject: Re: sizeof(struct sembuf)
41774              From: Nicholas Clark <nick@ccl4.org>
41775              Date: Sun, 1 Jul 2001 19:23:16 +0100
41776              Message-ID: <20010701192316.V59620@plum.flirble.org>
41777              
41778              s/signaling/signalling/
41779      Branch: perl
41780            ! pod/perlfunc.pod
41781 ____________________________________________________________________________
41782 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
41783         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
41784              From: "Philip Newton" <Philip.Newton@gmx.net>
41785              Date: Sun, 1 Jul 2001 09:37:56 +0200
41786              Message-Id: <200107010733.KAA03920@taas.iki.fi>
41787      Branch: perl
41788            ! pod/perlvar.pod
41789 ____________________________________________________________________________
41790 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
41791         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
41792              From: "Philip Newton" <Philip.Newton@gmx.net>
41793              Date: Sun, 1 Jul 2001 09:37:56 +0200
41794              Message-Id: <200107010733.KAA03925@taas.iki.fi>
41795      Branch: perl
41796            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41797 ____________________________________________________________________________
41798 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
41799         Log: Metaconfig unit change for #11070.
41800      Branch: metaconfig
41801            ! U/compline/randfunc.U
41802 ____________________________________________________________________________
41803 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
41804         Log: Subject: [PATCH perlsnap] its --> it's --> its
41805              From: "Philip Newton" <Philip.Newton@gmx.net>
41806              Date: Sun, 1 Jul 2001 09:37:56 +0200
41807              Message-Id: <200107010733.KAA03914@taas.iki.fi>
41808      Branch: perl
41809            ! Porting/config_H
41810 ____________________________________________________________________________
41811 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
41812         Log: Sync with Sarathy; integrate with perlio.
41813      Branch: perl
41814           !> gv.c
41815 ____________________________________________________________________________
41816 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
41817         Log: regenerate win32/config_H.?c files
41818      Branch: perl
41819            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41820 ____________________________________________________________________________
41821 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
41822         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
41823              naming discipline
41824              
41825              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
41826              because of this)
41827              
41828              fix a warning about "fd" being used without being set in Cwd.xs
41829      Branch: perl
41830            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
41831            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41832            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
41833            ! win32/config.vc
41834 ____________________________________________________________________________
41835 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
41836         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
41837              within macro arguments") and warnings ("unary minus applied to
41838              unsigned type", among others)
41839      Branch: perl
41840            ! gv.c hv.c op.c pp.c sv.c toke.c
41841 ____________________________________________________________________________
41842 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
41843         Log: win32 fixes: more spurious CRs
41844      Branch: perl
41845            ! win32/mdelete.bat
41846 ____________________________________________________________________________
41847 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
41848         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
41849              from win32/bin (or it gets deleted by distclean); don't delete
41850              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
41851              NT (should be made Win9x specific, and added to makefile.mk)
41852      Branch: perl
41853           +> win32/mdelete.bat
41854            - win32/bin/mdelete.bat
41855            ! win32/Makefile win32/makefile.mk
41856 ____________________________________________________________________________
41857 [ 11063] By: nick                                  on 2001/07/01  18:54:09
41858         Log: Quick for for #ifdef mess
41859      Branch: perlio
41860            ! gv.c
41861 ____________________________________________________________________________
41862 [ 11062] By: nick                                  on 2001/07/01  18:47:42
41863         Log: Raw integrate - does not build #if mess in gv.c
41864      Branch: perlio
41865           !> (integrate 29 files)
41866 ____________________________________________________________________________
41867 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
41868         Log: Make 'compile' target a little less broken.
41869              Still very broken, though: -Wall warnings from
41870              the generated code, boot_Foo prototypes missing,
41871              can't autoload Fcntl::SEEK_CUR et alia, ...
41872      Branch: perl
41873            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
41874            ! utils/perlcc.PL x2p/Makefile.SH
41875 ____________________________________________________________________________
41876 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
41877         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
41878      Branch: perl
41879            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41880            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
41881 ____________________________________________________________________________
41882 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
41883         Log: Update Changes.
41884      Branch: perl
41885            ! Changes patchlevel.h
41886 ____________________________________________________________________________
41887 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
41888         Log: Still one typo, regen toc.
41889      Branch: perl
41890            ! lib/Unicode/UCD.pm pod/perltoc.pod
41891 ____________________________________________________________________________
41892 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
41893         Log: Detypos and regen toc.
41894      Branch: perl
41895            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
41896 ____________________________________________________________________________
41897 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
41898         Log: VERSION tweak.
41899      Branch: perl
41900            ! ext/List/Util/lib/List/Util.pm
41901 ____________________________________________________________________________
41902 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
41903         Log: Attempt at plugging the leak under ithreads detected by Doug.
41904      Branch: perl
41905            ! op.h
41906 ____________________________________________________________________________
41907 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
41908         Log: gcc -Wall lint after #11051.
41909      Branch: perl
41910            ! pp_sys.c
41911 ____________________________________________________________________________
41912 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
41913         Log: Integrate perlio.
41914      Branch: perl
41915           !> lib/File/Find/taint.t
41916 ____________________________________________________________________________
41917 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
41918         Log: Don't use the v-strings for module VERSIONs.
41919      Branch: perl
41920            ! lib/Unicode/UCD.pm
41921 ____________________________________________________________________________
41922 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
41923         Log: Code cleanup based on turning off the -woffs in IRIX.
41924              Not all of the gripes cleaned up (hairy code in hv.c and
41925              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
41926              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
41927              to the IRIX hints)
41928      Branch: perl
41929            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
41930            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
41931            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
41932            ! regcomp.c sv.c
41933 ____________________________________________________________________________
41934 [ 11050] By: nick                                  on 2001/06/30  20:46:46
41935         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
41936      Branch: perlio
41937            ! lib/File/Find/taint.t
41938 ____________________________________________________________________________
41939 [ 11049] By: nick                                  on 2001/06/30  18:13:33
41940         Log: Integrate mainline
41941      Branch: perlio
41942           +> NetWare/nwstdio.h NetWare/perlsdio.h
41943           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41944           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
41945           +> lib/Unicode/UCD.t t/run/exit.t
41946           !> (integrate 60 files)
41947 ____________________________________________________________________________
41948 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
41949         Log: Delta delta.
41950      Branch: perl
41951            ! pod/perl572delta.pod
41952 ____________________________________________________________________________
41953 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
41954         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
41955              by CPAN.pm, use rather _00.
41956      Branch: perl
41957            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
41958            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41959            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
41960            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
41961            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
41962            ! lib/ExtUtils/Embed.pm lib/Test.pm
41963 ____________________________________________________________________________
41964 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
41965         Log: Add a simple Unicode character database interface, Unicode::UCD.
41966      Branch: perl
41967            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
41968            ! MANIFEST
41969 ____________________________________________________________________________
41970 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
41971         Log: Subject: [PATCH] op/numconver.t
41972              From: Nicholas Clark <nick@ccl4.org>
41973              Date: Sat, 30 Jun 2001 15:40:10 +0100
41974              Message-ID: <20010630154010.I59620@plum.flirble.org>
41975      Branch: perl
41976            ! t/op/numconvert.t
41977 ____________________________________________________________________________
41978 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
41979         Log: The $^N is now taken (by #11038).
41980      Branch: perl
41981            ! t/base/lex.t
41982 ____________________________________________________________________________
41983 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
41984         Log: The #11040 had slipped to a wrong function...
41985      Branch: perl
41986            ! sv.c
41987 ____________________________________________________________________________
41988 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
41989         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
41990              the Configure library symbol probe mysteriously finds all
41991              symbols but those of pipe() and times().
41992      Branch: perl
41993            ! hints/aix.sh
41994 ____________________________________________________________________________
41995 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
41996         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
41997              From: Nicholas Clark <nick@ccl4.org>
41998              Date: Fri, 29 Jun 2001 23:49:07 +0100
41999              Message-ID: <20010629234907.D59620@plum.flirble.org>
42000      Branch: perl
42001            ! lib/ExtUtils.t
42002 ____________________________________________________________________________
42003 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
42004         Log: Subject: [PATCH] weakref fix 2, not yet there
42005              From: Artur Bergman <artur@contiller.se>
42006              Date: Sat, 30 Jun 2001 01:18:16 +0200
42007              Message-ID: <B762D957.1CC9%artur@contiller.se>
42008      Branch: perl
42009            ! sv.c
42010 ____________________________________________________________________________
42011 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
42012         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
42013              From: Michael G Schwern <schwern@pobox.com>
42014              Date: Fri, 29 Jun 2001 19:39:11 -0400
42015              Message-ID: <20010629193910.D25304@blackrider>
42016      Branch: perl
42017            + t/run/exit.t
42018            ! MANIFEST
42019 ____________________________________________________________________________
42020 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
42021         Log: Add support for $^N, the most-recently closed group.
42022      Branch: perl
42023            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
42024            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
42025            ! thrdvar.h
42026 ____________________________________________________________________________
42027 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
42028         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
42029              From: lvirden@cas.org
42030              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
42031              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
42032              
42033              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
42034              From: lvirden@cas.org
42035              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
42036              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
42037      Branch: perl
42038            ! README.solaris
42039 ____________________________________________________________________________
42040 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
42041         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
42042              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42043              Date: Sat, 30 Jun 2001 07:33:37 +0900
42044              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
42045              
42046              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
42047              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42048              Date: Sat, 30 Jun 2001 21:38:14 +0900
42049              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
42050      Branch: perl
42051            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
42052            + ext/Encode/Encode/7bit-kr.enc
42053            ! MANIFEST ext/Encode/Encode/Tcl.pm
42054 ____________________________________________________________________________
42055 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
42056         Log: NetWare tweaks from Guruprasad.
42057      Branch: perl
42058            + NetWare/nwstdio.h NetWare/perlsdio.h
42059            ! MANIFEST NetWare/Makefile NetWare/config.wc
42060            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
42061            ! NetWare/t/Readme.txt
42062 ____________________________________________________________________________
42063 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
42064         Log: More module $VERSION bump-ups.
42065      Branch: perl
42066            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
42067            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
42068            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
42069 ____________________________________________________________________________
42070 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
42071         Log: Doc update due to #11032.
42072      Branch: perl
42073            ! pod/perl572delta.pod
42074 ____________________________________________________________________________
42075 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
42076         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
42077              From: Peter Prymmer <pvhp@forte.com>
42078              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
42079              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
42080      Branch: perl
42081            ! ext/Time/HiRes/HiRes.xs
42082 ____________________________________________________________________________
42083 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
42084         Log: -lpthreads missing in AIX.
42085      Branch: perl
42086            ! hints/aix.sh
42087 ____________________________________________________________________________
42088 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
42089         Log: Subject: [PATCH] CLONE && weakrefs
42090              From: Artur Bergman <artur@contiller.se>
42091              Date: Fri, 29 Jun 2001 17:02:00 +0200
42092              Message-ID: <B7626508.1CA0%artur@contiller.se>
42093      Branch: perl
42094            ! sv.c
42095 ____________________________________________________________________________
42096 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
42097         Log: Subject: Re: Bug report: split splits on wrong pattern
42098              From: Radu Greab <radu@netsoft.ro>
42099              Date: Wed, 27 Jun 2001 21:50:52 +0300
42100              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
42101      Branch: perl
42102            ! pp_ctl.c t/op/split.t
42103 ____________________________________________________________________________
42104 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
42105         Log: Metaconfig unit change for #11027.
42106      Branch: metaconfig/U/perl
42107            ! d_modfl.U
42108 ____________________________________________________________________________
42109 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
42110         Log: I thought this Configure glitch for AIX was just recently fixed?
42111      Branch: perl
42112            ! Configure
42113 ____________________________________________________________________________
42114 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
42115         Log: Update Changes.
42116      Branch: perl
42117            ! Changes patchlevel.h
42118 ____________________________________________________________________________
42119 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
42120         Log: Subject: Re: perl@10967, File::Find, and Cwd
42121              From: Mike Guy <mjtg@cam.ac.uk>
42122              Date: Fri, 29 Jun 2001 14:56:49 +0100
42123              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
42124      Branch: perl
42125            ! lib/File/Find/taint.t
42126 ____________________________________________________________________________
42127 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
42128         Log: Update the sv_pvprintify() spec.
42129      Branch: perl
42130            ! pod/perltodo.pod
42131 ____________________________________________________________________________
42132 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
42133         Log: Known test failures update.
42134      Branch: perl
42135            ! pod/perl572delta.pod
42136 ____________________________________________________________________________
42137 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
42138         Log: Based on
42139              
42140              Subject: [PATCH @11016] More );) fixes
42141              From: Richard Soderberg <rs@crystalflame.net>
42142              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
42143              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
42144      Branch: perl
42145            ! ext/Thread/Thread.xs ext/Thread/typemap
42146 ____________________________________________________________________________
42147 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
42148         Log: Subject: [PATCH @11016] Fixes compile errors in four files
42149              From: Richard Soderberg <rs@crystalflame.net>
42150              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
42151              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
42152      Branch: perl
42153            ! mg.c pp.c pp_hot.c util.c
42154 ____________________________________________________________________________
42155 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
42156         Log: AIX hints tweaking continues, from Merijn Brand.
42157      Branch: perl
42158            ! hints/aix.sh
42159 ____________________________________________________________________________
42160 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
42161         Log: HP-UX needs gccversion sooner, from Merijn Brand.
42162      Branch: perl
42163            ! hints/hpux.sh
42164 ____________________________________________________________________________
42165 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
42166         Log: Subject: [PATCH 5.6.1] OS/2 docs
42167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42168              Date: Fri, 29 Jun 2001 02:34:12 -0400
42169              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
42170      Branch: perl
42171            ! README.os2 os2/Changes
42172 ____________________________________________________________________________
42173 [ 11017] By: nick                                  on 2001/06/29  10:20:30
42174         Log: Integrate mainline
42175      Branch: perlio
42176           +> (branch 37 files)
42177            - ext/ODBM_File/sdbm.t
42178           !> (integrate 211 files)
42179 ____________________________________________________________________________
42180 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
42181         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
42182              the modules found using a script written by Larry Schatzer Jr.
42183      Branch: perl
42184            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
42185            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
42186            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
42187            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
42188            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
42189            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
42190            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
42191            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
42192            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
42193            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
42194            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
42195            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
42196            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
42197            ! lib/constant.pm lib/fields.pm lib/strict.pm
42198 ____________________________________________________________________________
42199 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
42200         Log: The latest JPL from the anoncvs.
42201      Branch: perl
42202            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42203 ____________________________________________________________________________
42204 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
42205         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
42206      Branch: perl
42207            ! t/op/pat.t
42208 ____________________________________________________________________________
42209 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
42210         Log: Worrying about insecure directories now is a bit too late.
42211      Branch: perl
42212            ! lib/File/Find/taint.t
42213 ____________________________________________________________________________
42214 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
42215         Log: Cannot DIE() in a void function,
42216              from Richard Hatch <rhatch@austin.ibm.com>.
42217      Branch: perl
42218            ! ext/IPC/SysV/SysV.xs
42219 ____________________________________________________________________________
42220 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
42221         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
42222              From: Peter Prymmer <pvhp@forte.com>
42223              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
42224              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
42225              
42226              (unfinished: time/hires tests 3, 5, 14 failing, but better
42227              than wholesale failure)
42228      Branch: perl
42229            ! ext/Time/HiRes/HiRes.xs
42230 ____________________________________________________________________________
42231 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
42232         Log: Subject: [PATCH 5.6.1] OS/2 improvements
42233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42234              Date: Thu, 28 Jun 2001 16:03:14 -0400
42235              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
42236      Branch: perl
42237            + os2/os2_base.t
42238            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
42239            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
42240            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
42241            ! os2/os2ish.h
42242 ____________________________________________________________________________
42243 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
42244         Log: Subject: Incrementing Extutils::Manifest's $VERSION
42245              From: Michael G Schwern <schwern@pobox.com>
42246              Date: Thu, 28 Jun 2001 13:13:49 -0400
42247              Message-ID: <20010628131349.A14738@blackrider>
42248      Branch: maint-5.6/perl
42249            ! lib/ExtUtils/Manifest.pm
42250 ____________________________________________________________________________
42251 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
42252         Log: AIX tweak from Merijn Brand.
42253      Branch: perl
42254            ! hints/aix.sh
42255 ____________________________________________________________________________
42256 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
42257         Log: Create the macperl branch.
42258      Branch: maint-5.6/macperl
42259           +> (branch 1728 files)
42260 ____________________________________________________________________________
42261 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
42262         Log: Update Changes.
42263      Branch: perl
42264            ! Changes patchlevel.h
42265 ____________________________________________________________________________
42266 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
42267         Log: More Perforce lore.
42268      Branch: perl
42269            ! Porting/repository.pod
42270 ____________________________________________________________________________
42271 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
42272         Log: Metaconfig unit changes for #11003.
42273      Branch: metaconfig/U/perl
42274            + d_nl_langinfo.U i_langinfo.U
42275 ____________________________________________________________________________
42276 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
42277         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
42278              Expected not to exist in non-UNIX excepting in VMS, where
42279              according to a quick web survey they just might.
42280      Branch: perl
42281            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42282            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42283            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
42284            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42285            ! win32/config.bc win32/config.gc win32/config.vc
42286 ____________________________________________________________________________
42287 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
42288         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
42289              in AIX is one is doing a 64-bit build.
42290      Branch: perl
42291            ! hints/aix.sh
42292 ____________________________________________________________________________
42293 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
42294         Log: Metaconfig unit changes for #11000.
42295      Branch: metaconfig/U/perl
42296            ! use64bits.U uselfs.U
42297 ____________________________________________________________________________
42298 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
42299         Log: Move use64bitint and use64bitall before uselargefiles.
42300      Branch: perl
42301            ! Configure
42302 ____________________________________________________________________________
42303 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
42304         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
42305              From: Robert Spier <rspier@pobox.com>
42306              Message-ID: <15162.41164.618712.841415@rls.cx>
42307              Date: Wed, 27 Jun 2001 23:13:16 -0400
42308      Branch: perl
42309            ! doio.c
42310 ____________________________________________________________________________
42311 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
42312         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
42313              From: Peter Prymmer <pvhp@forte.com>
42314              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
42315              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
42316      Branch: perl
42317            ! numeric.c
42318 ____________________________________________________________________________
42319 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
42320         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
42321              From: Peter Prymmer <pvhp@forte.com>
42322              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
42323              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
42324      Branch: perl
42325            ! configure.com ext/Digest/MD5/Makefile.PL
42326 ____________________________________________________________________________
42327 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
42328         Log: Update Changes.
42329      Branch: perl
42330            ! Changes patchlevel.h
42331 ____________________________________________________________________________
42332 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
42333         Log: Tiny EPOC updates.
42334      Branch: perl
42335            ! epoc/config.sh
42336 ____________________________________________________________________________
42337 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
42338         Log: The Test::More and Test::Simple tests required help
42339              thanks to our schizophrenic test scheme.
42340      Branch: perl
42341            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42342            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42343            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42344            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42345            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42346 ____________________________________________________________________________
42347 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
42348         Log: Upgrade to Test::Simple 0.09.
42349      Branch: perl
42350            + lib/Test/Simple/Changes
42351            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42352            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42353            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42354            ! lib/Test/Simple/t/plan_is_noplan.t
42355 ____________________________________________________________________________
42356 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
42357         Log: Upgrade to Test::More 0.07.
42358      Branch: perl
42359            + lib/Test/More/Changes
42360            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
42361            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
42362            ! lib/Test/More/t/skipall.t
42363 ____________________________________________________________________________
42364 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
42365         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
42366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42367              Date: Wed, 27 Jun 2001 18:40:04 +0200
42368              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
42369      Branch: perl
42370            ! hints/hpux.sh
42371 ____________________________________________________________________________
42372 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
42373         Log: Subject: [PATCH README.qnx hints/qnx.sh]
42374              From: Norton Allen <allen@huarp.harvard.edu>
42375              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
42376              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
42377      Branch: perl
42378            ! README.qnx hints/qnx.sh
42379 ____________________________________________________________________________
42380 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
42381         Log: Subject: [PATCH] two little documentation nits
42382              From: Abhijit Menon-Sen <ams@wiw.org>
42383              Date: Wed, 27 Jun 2001 20:07:50 +0530
42384              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
42385      Branch: perl
42386            ! sv.c sv.h
42387 ____________________________________________________________________________
42388 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
42389         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
42390              From: Norton Allen <allen@huarp.harvard.edu>
42391              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
42392              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
42393      Branch: perl
42394            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
42395 ____________________________________________________________________________
42396 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
42397         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
42398              From: Michael G Schwern <schwern@pobox.com>
42399              Date: Wed, 27 Jun 2001 02:34:58 -0400
42400              Message-ID: <20010627023458.K23874@blackrider>
42401      Branch: perl
42402            ! vms/test.com
42403 ____________________________________________________________________________
42404 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
42405         Log: Add perl_clone_host() for Netware.
42406      Branch: perl
42407            ! NetWare/nw5.c
42408 ____________________________________________________________________________
42409 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
42410         Log: GCC 3.0 hints for HP-UX.
42411      Branch: perl
42412            ! hints/hpux.sh
42413 ____________________________________________________________________________
42414 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
42415         Log: In some Linux distributions the libndbm is broken
42416              (no null key support), therefore link with libgdbm
42417              (if available), since it has a working ndbm emulation,
42418              from Jonathan Stowe.
42419      Branch: perl
42420            + ext/NDBM_File/hints/linux.pl
42421            ! MANIFEST
42422 ____________________________________________________________________________
42423 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
42424         Log: Subject: [PATCH perl@10930] find.t hack for VMS
42425              From: "Craig A. Berry" <craigberry@mac.com>
42426              Date: Tue, 26 Jun 2001 23:40:25 -0500
42427              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
42428      Branch: perl
42429            ! lib/File/Find/find.t
42430 ____________________________________________________________________________
42431 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
42432         Log: AUTHORS updates.
42433      Branch: perl
42434            ! AUTHORS
42435 ____________________________________________________________________________
42436 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
42437         Log: Metaconfig unit change like #10980.
42438      Branch: metaconfig
42439            ! U/compline/d_stdstdio.U
42440 ____________________________________________________________________________
42441 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
42442         Log: "lose the it's", from Abhijit Menon-Sen.
42443              ("It's" not searched, pods not searched.)
42444      Branch: perl
42445            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
42446            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
42447            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
42448            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
42449            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
42450            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
42451 ____________________________________________________________________________
42452 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
42453         Log: "lose the looses", from Abhijit Menon-Sen.
42454      Branch: perl
42455            ! ext/B/B/Assembler.pm gv.c
42456 ____________________________________________________________________________
42457 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
42458         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
42459      Branch: perl
42460            ! hints/os390.sh
42461 ____________________________________________________________________________
42462 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
42463         Log: DEC C 5.3 on the VAX simply doesn't seem to like
42464              compiling the MD5 extension, disable it there for now,
42465              from Peter Prymmer.
42466      Branch: perl
42467            ! configure.com
42468 ____________________________________________________________________________
42469 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
42470         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
42471              From: Jonathan Stowe <gellyfish@gellyfish.com>
42472              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
42473              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
42474      Branch: perl
42475            ! pod/perlfaq3.pod
42476 ____________________________________________________________________________
42477 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
42478         Log: Subject: [PATCH 5.6.1] perlxs misprints
42479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42480              Date: Tue, 26 Jun 2001 17:20:00 -0400
42481              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
42482      Branch: perl
42483            ! pod/perlxs.pod
42484 ____________________________________________________________________________
42485 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
42486         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
42487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42488              Date: Tue, 26 Jun 2001 17:27:07 -0400
42489              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
42490      Branch: perl
42491            ! lib/ExtUtils/MM_Unix.pm
42492 ____________________________________________________________________________
42493 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
42494         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
42495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42496              Date: Tue, 26 Jun 2001 17:23:24 -0400
42497              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
42498      Branch: perl
42499            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42500 ____________________________________________________________________________
42501 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
42502         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
42503              by Olaf Flebbe.
42504      Branch: perl
42505            ! perl.h
42506 ____________________________________________________________________________
42507 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
42508         Log: Detypo.
42509      Branch: perl
42510            ! lib/Memoize/t/tie_sdbm.t
42511 ____________________________________________________________________________
42512 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
42513         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
42514      Branch: perl
42515            ! win32/perllib.c
42516 ____________________________________________________________________________
42517 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
42518         Log: Subject: [patch] perl_clone+CvFILE
42519              From: Doug MacEachern <dougm@covalent.net>
42520              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
42521              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
42522      Branch: perl
42523            ! sv.c
42524 ____________________________________________________________________________
42525 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
42526         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
42527              From: Mark-Jason Dominus <mjd@plover.com>
42528              Date: Tue, 26 Jun 2001 12:33:01 -0400
42529              Message-ID: <20010626163301.31298.qmail@plover.com>
42530      Branch: perl
42531            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42532 ____________________________________________________________________________
42533 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
42534         Log: Update Changes.
42535      Branch: perl
42536            ! Changes patchlevel.h
42537 ____________________________________________________________________________
42538 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
42539         Log: Also catfile() needs now to explicitly exported.
42540      Branch: perl
42541            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42542 ____________________________________________________________________________
42543 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
42544         Log: Regen toc.
42545      Branch: perl
42546            ! pod/perltoc.pod
42547 ____________________________________________________________________________
42548 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
42549         Log: Nonexistent pod command.
42550      Branch: perl
42551            ! pod/perl572delta.pod
42552 ____________________________________________________________________________
42553 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
42554         Log: Be more portable in the quest for tmpdir.
42555      Branch: perl
42556            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42557 ____________________________________________________________________________
42558 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
42559         Log: Be more portable in finding out the home directory,
42560              and use File::Spec to do the concat.
42561              (Come to think of it, couldn't File::Spec provide
42562              for a ->homedir method?)
42563      Branch: perl
42564            ! lib/Net/Config.pm
42565 ____________________________________________________________________________
42566 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
42567         Log: Doc patch for #10959.
42568      Branch: perl
42569            ! pod/perlfunc.pod
42570 ____________________________________________________________________________
42571 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
42572         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
42573              From: "Philip Newton" <pnewton@gmx.de>
42574              Date: Tue, 26 Jun 2001 16:26:47 +0200
42575              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
42576      Branch: perl
42577            ! pod/perldata.pod
42578 ____________________________________________________________________________
42579 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
42580         Log: Subject: [PATH] shared -> unique;
42581              From: "Artur Bergman" <artur@contiller.se>
42582              Date: Tue, 26 Jun 2001 16:18:40 +0200
42583              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
42584              
42585              Because "shared" isn't: it's read-only.
42586      Branch: perl
42587            ! toke.c xsutils.c
42588 ____________________________________________________________________________
42589 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
42590         Log: Escape multiline croak messages.
42591      Branch: perl
42592            ! t/op/ver.t
42593 ____________________________________________________________________________
42594 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
42595         Log: No more pragma/*.t for minitest.
42596      Branch: perl
42597            ! Makefile.SH
42598 ____________________________________________________________________________
42599 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
42600         Log: AUTHORS updates.
42601      Branch: perl
42602            ! AUTHORS
42603 ____________________________________________________________________________
42604 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
42605         Log: delta updates.
42606      Branch: perl
42607            ! pod/perl572delta.pod
42608 ____________________________________________________________________________
42609 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
42610         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
42611              From: Artur Bergman <artur@contiller.se> 
42612              Date: Tue, 26 Jun 2001 15:32:53 +0200
42613              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
42614      Branch: perl
42615            ! makedef.pl sv.c sv.h win32/perllib.c
42616 ____________________________________________________________________________
42617 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
42618         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
42619              From: Jonathan Stowe <gellyfish@gellyfish.com>
42620              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
42621              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
42622              
42623              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
42624      Branch: perl
42625            + ext/Time/HiRes/hints/sco.pl
42626            ! MANIFEST
42627 ____________________________________________________________________________
42628 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
42629         Log: Subject: [PATCH 5.6.1] static build
42630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42631              Date: Tue, 26 Jun 2001 04:22:25 -0400
42632              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
42633      Branch: perl
42634            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
42635            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42636 ____________________________________________________________________________
42637 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
42638         Log: DJGPP patches from Laszlo Molnar.
42639      Branch: perl
42640            ! djgpp/djgpp.c perl.c util.c
42641 ____________________________________________________________________________
42642 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
42643         Log: Netware patches from Ananth Kesari.
42644      Branch: perl
42645            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
42646            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
42647            ! NetWare/nwtinfo.h
42648 ____________________________________________________________________________
42649 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
42650         Log: Detypo.
42651      Branch: perl
42652            ! ext/Errno/Errno_pm.PL
42653 ____________________________________________________________________________
42654 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
42655         Log: There seems to be two ways of spelling the $^O in *STEP.
42656      Branch: perl
42657            ! ext/Errno/Errno_pm.PL
42658 ____________________________________________________________________________
42659 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
42660         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
42661              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
42662      Branch: perl
42663            ! ext/Errno/Errno_pm.PL
42664 ____________________________________________________________________________
42665 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
42666         Log: Known bugs update.
42667      Branch: perl
42668            ! pod/perl572delta.pod
42669 ____________________________________________________________________________
42670 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
42671         Log: The default installation of Cygwin has 500 as root's uid.
42672      Branch: perl
42673            ! lib/User/pwent.t
42674 ____________________________________________________________________________
42675 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
42676         Log: Be even more relaxed (re-allow having only one entry).
42677      Branch: perl
42678            ! t/op/grent.t t/op/pwent.t
42679 ____________________________________________________________________________
42680 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
42681         Log: Test failure updates.
42682      Branch: perl
42683            ! pod/perl572delta.pod
42684 ____________________________________________________________________________
42685 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
42686         Log: MPE/iX test tweaks from Mark Bixby.
42687      Branch: perl
42688            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
42689            ! t/io/fs.t t/op/stat.t
42690 ____________________________________________________________________________
42691 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
42692         Log: Microperl findings.
42693      Branch: perl
42694            ! perl.h pp_sys.c
42695 ____________________________________________________________________________
42696 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
42697         Log: Touch uconfig.h.
42698      Branch: perl
42699            ! uconfig.h
42700 ____________________________________________________________________________
42701 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
42702         Log: Subject: [PATCH] Proposed fix for Pod::Man
42703              From: Rob Napier <rnapier@employees.org>
42704              Date: Mon, 25 Jun 2001 15:49:24 -0400
42705              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
42706              
42707              Cater for Solaris nroff brokenness (shortchanges daisywheel
42708              printers, but hey, we also no more support PDPs.)
42709      Branch: perl
42710            ! lib/Pod/Man.pm
42711 ____________________________________________________________________________
42712 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
42713         Log: Typo in #10937.
42714      Branch: perl
42715            ! ext/POSIX/sigaction.t
42716 ____________________________________________________________________________
42717 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
42718         Log: SIGCONT not trappable in VMS.
42719      Branch: perl
42720            ! ext/POSIX/sigaction.t
42721 ____________________________________________________________________________
42722 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
42723         Log: Subject: [DRAFT] Encode-Tcl.t
42724              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42725              Date: Tue, 26 Jun 2001 03:38:08 +0900
42726              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
42727      Branch: perl
42728            + ext/Encode/Encode/Tcl.t
42729            ! MANIFEST ext/Encode/Encode/Tcl.pm
42730 ____________________________________________________________________________
42731 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
42732         Log: Because of #10932 retract also the perlfunc hunk of #10910.
42733      Branch: perl
42734            ! pod/perlfunc.pod
42735 ____________________________________________________________________________
42736 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
42737         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
42738              by Ilya Zakharevich in
42739              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
42740      Branch: perl
42741            ! XSUB.h
42742 ____________________________________________________________________________
42743 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
42744         Log: Typo in #10889.
42745      Branch: perl
42746            ! hints/uts.sh
42747 ____________________________________________________________________________
42748 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
42749         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42750              From: Abhijit Menon-Sen <ams@wiw.org>
42751              Date: Mon, 25 Jun 2001 23:45:45 +0530
42752              Message-ID: <20010625234545.A5022@lustre.linux.in>
42753      Branch: perl
42754            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
42755 ____________________________________________________________________________
42756 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
42757         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
42758              From: Michael G Schwern <schwern@pobox.com>
42759              Date: Mon, 25 Jun 2001 14:35:51 -0400
42760              Message-ID: <20010625143551.H13819@blackrider>
42761      Branch: perl
42762            ! lib/Test.pm
42763 ____________________________________________________________________________
42764 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
42765         Log: Update Changes.
42766      Branch: perl
42767            ! Changes patchlevel.h
42768 ____________________________________________________________________________
42769 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
42770         Log: Regen toc and modlib.
42771      Branch: perl
42772            ! pod/perlmodlib.pod pod/perltoc.pod
42773 ____________________________________________________________________________
42774 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
42775         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
42776              for the benefit of C++ compilers, as suggested by Guruprasad.
42777      Branch: perl
42778            ! embed.pl proto.h
42779 ____________________________________________________________________________
42780 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
42781         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
42782              From: Jonathan Stowe <gellyfish@gellyfish.com>
42783              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
42784              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
42785      Branch: perl
42786            ! pod/perlfaq5.pod
42787 ____________________________________________________________________________
42788 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
42789         Log: Missed from #10925.
42790      Branch: perl
42791            ! gv.c
42792 ____________________________________________________________________________
42793 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
42794         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
42795              From: Robin Houston <robin@kitsite.com>
42796              Date: Sat, 19 May 2001 16:19:34 +0100
42797              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
42798      Branch: perl
42799            ! cv.h gv.h op.c
42800 ____________________________________________________________________________
42801 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
42802         Log: Netware README tweak.
42803      Branch: perl
42804            ! README.netware
42805 ____________________________________________________________________________
42806 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
42807         Log: Subject: [PATCH] Re: overload.t fails
42808              From: Abhijit Menon-Sen <ams@wiw.org>
42809              Date: Mon, 25 Jun 2001 14:52:20 +0530
42810              Message-ID: <20010625145220.A24114@lustre.linux.in>
42811      Branch: perl
42812            ! lib/overload.t
42813 ____________________________________________________________________________
42814 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
42815         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42816              From: Mike Guy <mjtg@cam.ac.uk>
42817              Date: Mon, 25 Jun 2001 11:43:23 +0100
42818              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
42819      Branch: perl
42820            ! lib/Carp.pm
42821 ____________________________________________________________________________
42822 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
42823         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
42824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42825              Date: Sun, 24 Jun 2001 05:17:05 -0400
42826              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
42827      Branch: perl
42828            ! os2/os2ish.h
42829 ____________________________________________________________________________
42830 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
42831         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
42832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42833              Date: Mon, 25 Jun 2001 05:52:27 -0400
42834              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
42835      Branch: perl
42836            ! hints/os2.sh
42837 ____________________________________________________________________________
42838 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
42839         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
42840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42841              Date: Mon, 25 Jun 2001 05:23:35 -0400
42842              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
42843      Branch: perl
42844            ! os2/os2.c
42845 ____________________________________________________________________________
42846 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
42847         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
42848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42849              Date: Mon, 25 Jun 2001 05:04:32 -0400
42850              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
42851      Branch: perl
42852            ! os2/OS2/REXX/DLL/DLL.pm
42853 ____________________________________________________________________________
42854 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
42855         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
42856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42857              Date: Mon, 25 Jun 2001 05:02:36 -0400
42858              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
42859      Branch: perl
42860            ! mg.c os2/dl_os2.c os2/os2.c
42861 ____________________________________________________________________________
42862 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
42863         Log: Subject: Re: [PATCH 5.6.1] misprints
42864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42865              Date: Mon, 25 Jun 2001 04:50:50 -0400
42866              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
42867      Branch: perl
42868            ! os2/os2.c pp_sys.c
42869 ____________________________________________________________________________
42870 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
42871         Log: Add Test::More and Test::Simple to the delta.
42872      Branch: perl
42873            ! pod/perl572delta.pod
42874 ____________________________________________________________________________
42875 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
42876         Log: Add Test::More, from Michael G Schwern.
42877      Branch: perl
42878            + lib/Test/More.pm lib/Test/More/t/More.t
42879            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42880            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42881            + t/lib/Test/More/Catch.pm
42882            ! MANIFEST
42883 ____________________________________________________________________________
42884 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
42885         Log: Add Test::Simple from Michael G Schwern.
42886      Branch: perl
42887            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42888            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42889            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42890            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
42891            + t/lib/Test/Simple/Catch.pm
42892            + t/lib/Test/Simple/sample_tests/death.plx
42893            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
42894            + t/lib/Test/Simple/sample_tests/extras.plx
42895            + t/lib/Test/Simple/sample_tests/five_fail.plx
42896            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
42897            + t/lib/Test/Simple/sample_tests/one_fail.plx
42898            + t/lib/Test/Simple/sample_tests/require.plx
42899            + t/lib/Test/Simple/sample_tests/success.plx
42900            + t/lib/Test/Simple/sample_tests/too_few.plx
42901            + t/lib/Test/Simple/sample_tests/two_fail.plx
42902            ! MANIFEST
42903 ____________________________________________________________________________
42904 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
42905         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
42906              From: "Craig A. Berry" <craigberry@mac.com>
42907              Date: Sun, 24 Jun 2001 23:41:36 -0500
42908              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
42909      Branch: perl
42910            ! pp_sys.c
42911 ____________________________________________________________________________
42912 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
42913         Log: Upgrade to Attribute::Handlers 0.70.
42914      Branch: perl
42915            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42916            ! MANIFEST lib/Attribute/Handlers.pm
42917 ____________________________________________________________________________
42918 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
42919         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42920              From: Abhijit Menon-Sen <ams@wiw.org>
42921              Date: Sat, 23 Jun 2001 05:17:44 +0530
42922              Message-ID: <20010623051744.A18583@lustre.linux.in>
42923              
42924              (Can't think of a good place to put tests.)
42925      Branch: perl
42926            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
42927 ____________________________________________________________________________
42928 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
42929         Log: Subject: [PATCH] t/op/pat.t typo fix
42930              From: Richard Soderberg <rs@crystalflame.net>
42931              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
42932              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
42933      Branch: perl
42934            ! t/op/pat.t
42935 ____________________________________________________________________________
42936 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
42937         Log: Move the pack warnings to their own file, as pointed
42938              out by Spider.
42939      Branch: perl
42940            + t/lib/warnings/pp_pack
42941            ! MANIFEST t/lib/warnings/pp
42942 ____________________________________________________________________________
42943 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
42944         Log: Update Changes.
42945      Branch: perl
42946            ! Changes patchlevel.h
42947 ____________________________________________________________________________
42948 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
42949         Log: Partially fix a problem noticed by IRIX compiler:
42950              the initialization of parse_start was bypassed by
42951              several gotos.  Now initialized to zero, which may
42952              not be the best choice.
42953      Branch: perl
42954            ! regcomp.c
42955 ____________________________________________________________________________
42956 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
42957         Log: Relax the group and password tests back to moaning only
42958              if no matches at all are found.  (Even with a small sample
42959              I could find many sites where there are, umm, anomalies in
42960              the said databases.)       
42961      Branch: perl
42962            ! t/op/grent.t t/op/pwent.t
42963 ____________________________________________________________________________
42964 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
42965         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
42966      Branch: perl
42967            ! pp_ctl.c
42968 ____________________________________________________________________________
42969 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
42970         Log: De-cut-and-pasto in #10902.
42971      Branch: perl
42972            ! pp_ctl.c
42973 ____________________________________________________________________________
42974 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
42975         Log: The #10771 didn't take?
42976      Branch: perl
42977            ! pp_ctl.c
42978 ____________________________________________________________________________
42979 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
42980         Log: Undo the filetests part of #10900, under multiplicity
42981              weird errors take place.
42982      Branch: perl
42983            ! pp_sys.c
42984 ____________________________________________________________________________
42985 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
42986         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
42987      Branch: perl
42988            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
42989 ____________________________________________________________________________
42990 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
42991         Log: (Replaced by #10922)
42992              
42993              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42994              From: Tony Bowden <tony@kasei.com>
42995              Date: Sun, 24 Jun 2001 17:32:40 +0100
42996              Message-ID: <20010624173240.A16293@blackstar.co.uk>
42997              
42998              Document (well, mention) shortmess() and longmess()
42999              to rob people of their fun of reinventing the wheel.
43000      Branch: perl
43001            ! lib/Carp.pm
43002 ____________________________________________________________________________
43003 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
43004         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
43005              From: Brian Jepson <bjepson@oreilly.com>
43006              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
43007              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
43008      Branch: perl
43009            ! pp_sys.c
43010 ____________________________________________________________________________
43011 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
43012         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
43013              From: Robin Barker <rmb1@cise.npl.co.uk> 
43014              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
43015              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
43016      Branch: perl
43017            ! lib/CPAN.pm
43018 ____________________________________________________________________________
43019 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
43020         Log: Memoize patch from mjd.
43021      Branch: perl
43022            ! lib/Memoize/t/tie_storable.t
43023 ____________________________________________________________________________
43024 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
43025         Log: Spec the sv_pvprintify() a bit more.
43026      Branch: perl
43027            ! pod/perltodo.pod
43028 ____________________________________________________________________________
43029 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
43030         Log: Upgrade to Memoize 0.65.
43031      Branch: perl
43032            + lib/Memoize/t/array_confusion.t
43033            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
43034            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
43035            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
43036            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
43037            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
43038            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
43039            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
43040            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
43041            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
43042            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
43043            ! lib/Memoize/t/tie_storable.t
43044 ____________________________________________________________________________
43045 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
43046         Log: Metaconfig unit change for #10892.
43047      Branch: metaconfig
43048            ! U/modified/Options.U
43049 ____________________________________________________________________________
43050 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
43051         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
43052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43053              Date: Sun, 24 Jun 2001 05:24:40 -0400
43054              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
43055      Branch: perl
43056            ! Configure hints/os2.sh
43057 ____________________________________________________________________________
43058 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
43059         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
43060              From: Mike Guy <mjtg@cam.ac.uk>
43061              Date: Sun, 24 Jun 2001 15:28:39 +0100
43062              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
43063              
43064              Fix an ancient (5.002) bug.
43065      Branch: perl
43066            ! lib/Carp/Heavy.pm
43067 ____________________________________________________________________________
43068 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
43069         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
43070              variables.
43071      Branch: perl
43072            ! pp_sys.c
43073 ____________________________________________________________________________
43074 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
43075         Log: Make UTS as per #10888.
43076      Branch: perl
43077            ! hints/uts.sh
43078 ____________________________________________________________________________
43079 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
43080         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
43081      Branch: perl
43082            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
43083            ! mpeix/mpeixish.h perl.h unixish.h
43084 ____________________________________________________________________________
43085 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
43086         Log: AUTHORS update.
43087      Branch: perl
43088            ! AUTHORS
43089 ____________________________________________________________________________
43090 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
43091         Log: Subject: Encode::Tcl for multibyte doesnot work
43092              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43093              Date: Sun, 24 Jun 2001 22:48:21 +0900
43094              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
43095      Branch: perl
43096            ! ext/Encode/Encode/Tcl.pm
43097 ____________________________________________________________________________
43098 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
43099         Log: Subject: [PATCH] Remove tautology in error messages
43100              From: Mike Guy <mjtg@cam.ac.uk>
43101              Date: Sun, 24 Jun 2001 13:31:00 +0100
43102              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
43103      Branch: perl
43104            ! pp_sys.c
43105 ____________________________________________________________________________
43106 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
43107         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
43108      Branch: perl
43109            ! hints/darwin.sh
43110 ____________________________________________________________________________
43111 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
43112         Log: Subject: Re: [PATCH 5.6.1] test suite
43113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43114              Date: Sun, 24 Jun 2001 05:47:05 -0400
43115              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
43116              
43117              Test suite fixes.
43118      Branch: perl
43119            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
43120 ____________________________________________________________________________
43121 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
43122         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
43123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43124              Date: Sun, 24 Jun 2001 05:37:19 -0400
43125              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
43126      Branch: perl
43127            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
43128 ____________________________________________________________________________
43129 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
43130         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
43131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43132              Date: Sun, 24 Jun 2001 05:34:50 -0400
43133              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
43134              
43135              Pacify compiler warnings.
43136      Branch: perl
43137            ! pp_sys.c
43138 ____________________________________________________________________________
43139 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
43140         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
43141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43142              Date: Sun, 24 Jun 2001 05:21:18 -0400
43143              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
43144              
43145              Enable compression of executables during link time.
43146      Branch: perl
43147            ! hints/os2.sh
43148 ____________________________________________________________________________
43149 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
43150         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
43151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43152              Date: Sun, 24 Jun 2001 05:15:11 -0400
43153              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
43154              
43155              Add ordinals to the export list for Perl DLL.
43156              (Breaks intra-version DLL compatibility.)
43157      Branch: perl
43158            ! makedef.pl
43159 ____________________________________________________________________________
43160 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
43161         Log: Allow (displaying and) re-editing the Subject in perlbug.
43162              Also abstract the Subject quality control into a function.
43163      Branch: perl
43164            ! utils/perlbug.PL
43165 ____________________________________________________________________________
43166 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
43167         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
43168      Branch: perl
43169            ! utils/perlbug.PL
43170 ____________________________________________________________________________
43171 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
43172         Log: Regen toc and modlib.
43173      Branch: perl
43174            ! pod/perlmodlib.pod pod/perltoc.pod
43175 ____________________________________________________________________________
43176 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
43177         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
43178              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
43179              attribute semantics as much as possible, or 'ntsec' which uses
43180              native NTFS semantics.)  (See also #10877.)
43181      Branch: perl
43182            ! perl.c
43183 ____________________________________________________________________________
43184 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
43185         Log: (Retracted by #11586)
43186              
43187              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
43188      Branch: perl
43189            ! lib/Test/Harness.pm
43190 ____________________________________________________________________________
43191 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
43192         Log: Just zap the -uPerlio.
43193      Branch: perl
43194            ! ext/B/Stash.t
43195 ____________________________________________________________________________
43196 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
43197         Log: Do not test PerlIO if PerlIO not used.
43198      Branch: perl
43199            ! ext/PerlIO/PerlIO.t
43200 ____________________________________________________________________________
43201 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
43202         Log: Regen perlapi.
43203      Branch: perl
43204            ! pod/perlapi.pod
43205 ____________________________________________________________________________
43206 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
43207         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
43208              From: Nicholas Clark <nick@ccl4.org>
43209              Date: Sat, 23 Jun 2001 22:55:47 +0100
43210              Message-ID: <20010623225547.Z98663@plum.flirble.org>
43211      Branch: perl
43212            ! numeric.c
43213 ____________________________________________________________________________
43214 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
43215         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
43216              From: Prymmer/Kahn <pvhp@best.com>
43217              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
43218              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
43219      Branch: perl
43220            ! lib/h2xs.t
43221 ____________________________________________________________________________
43222 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
43223         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
43224              cygwin does not taint cwd, just like win32.
43225      Branch: perl
43226            ! lib/File/Find/taint.t t/op/taint.t
43227 ____________________________________________________________________________
43228 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
43229         Log: Retract #10865, the patch should be unnecessary.
43230              (But seemingly helpful in Cygwin?  Strange.)
43231      Branch: perl
43232            ! lib/Memoize/t/tie_ndbm.t
43233 ____________________________________________________________________________
43234 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
43235         Log: Misplaced test file; plus Cygwin filesystem semantics.
43236      Branch: perl
43237            + ext/SDBM_File/sdbm.t
43238            - ext/ODBM_File/sdbm.t
43239            ! MANIFEST
43240 ____________________________________________________________________________
43241 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
43242         Log: (Retracted by #10867.)
43243      Branch: perl
43244            ! lib/Memoize/t/tie_ndbm.t
43245 ____________________________________________________________________________
43246 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
43247         Log: Metaconfig unit change for #10863.
43248      Branch: metaconfig/U/perl
43249            ! Extensions.U
43250 ____________________________________________________________________________
43251 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
43252         Log: In Cygwin do not build NDBM_File and ODBM_File unless
43253              -lndbm and -ldbm are available.
43254      Branch: perl
43255            ! Configure config_h.SH
43256 ____________________________________________________________________________
43257 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
43258         Log: More Cygwin filesystem semantics.
43259      Branch: perl
43260            ! t/io/fs.t t/op/stat.t
43261 ____________________________________________________________________________
43262 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
43263         Log: More DOSish permission semantics for Cygwin.
43264      Branch: perl
43265            ! lib/AnyDBM_File.t
43266 ____________________________________________________________________________
43267 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
43268         Log: Cygwin too has different permission semantics.
43269      Branch: perl
43270            ! ext/GDBM_File/gdbm.t
43271 ____________________________________________________________________________
43272 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
43273         Log: The group (and assumedly passwd) databases can have
43274              only one entry (this is the case in cygwin).
43275      Branch: perl
43276            ! t/op/grent.t t/op/pwent.t
43277 ____________________________________________________________________________
43278 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
43279         Log: Also in Cygwin use Socket to figure out domainname
43280              (if any) (avoids trying to call external 'domainname',
43281              which doesn't at the moment exist in Cygwin)
43282      Branch: perl
43283            ! lib/Net/Domain.pm
43284 ____________________________________________________________________________
43285 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
43286         Log: Remove also the lib$Foo.def, not just $Foo.def.
43287      Branch: perl
43288            ! lib/ExtUtils/MM_Unix.pm
43289 ____________________________________________________________________________
43290 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
43291         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
43292      Branch: perl
43293            ! unixish.h
43294 ____________________________________________________________________________
43295 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
43296         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
43297              to match the whole isprint(), only the space character.
43298      Branch: perl
43299            ! handy.h pod/perlre.pod t/op/pat.t
43300 ____________________________________________________________________________
43301 [ 10854] By: nick                                  on 2001/06/23  08:09:33
43302         Log: Integrate mainline
43303      Branch: perlio
43304           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
43305           !> lib/ExtUtils.t lib/File/Find/taint.t
43306           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
43307           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
43308           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43309 ____________________________________________________________________________
43310 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
43311         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
43312              with its floats    in os390 and s390 (UTS).
43313      Branch: perl
43314            ! lib/Math/BigInt/t/bigintpm.t
43315 ____________________________________________________________________________
43316 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
43317         Log: Add also UTS (s390) to the non-IEEE float platforms.
43318      Branch: perl
43319            ! t/op/sprintf.t
43320 ____________________________________________________________________________
43321 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
43322         Log: Subject: RFC: what are applicable standards for exponent sizes?
43323              From: Peter Prymmer <pvhp@forte.com>
43324              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
43325              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
43326      Branch: perl
43327            ! t/op/sprintf.t
43328 ____________________________________________________________________________
43329 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
43330         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
43331              From: Peter Prymmer <pvhp@forte.com>
43332              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
43333              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
43334      Branch: perl
43335            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43336 ____________________________________________________________________________
43337 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
43338         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
43339              From: Peter Prymmer <pvhp@forte.com>
43340              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
43341              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
43342      Branch: perl
43343            ! lib/ExtUtils.t
43344 ____________________________________________________________________________
43345 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
43346         Log: Retract #10845.
43347      Branch: perl
43348            ! lib/File/Find/taint.t
43349 ____________________________________________________________________________
43350 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
43351         Log: Yet another error message.
43352      Branch: perl
43353            ! t/op/mkdir.t
43354 ____________________________________________________________________________
43355 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
43356         Log: The croak message for nonexistent socket functions may vary.
43357      Branch: perl
43358            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
43359 ____________________________________________________________________________
43360 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
43361         Log: (Retracted by #10848.)
43362      Branch: perl
43363            ! lib/File/Find/taint.t
43364 ____________________________________________________________________________
43365 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
43366         Log: Integrate perlio.
43367      Branch: perl
43368           !> lib/File/Find/taint.t t/op/write.t
43369 ____________________________________________________________________________
43370 [ 10843] By: nick                                  on 2001/06/22  21:24:51
43371         Log: Back out debug in taint.t
43372      Branch: perlio
43373            ! lib/File/Find/taint.t
43374 ____________________________________________________________________________
43375 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
43376         Log: setitimer() does not exist in Unicos, despite of what
43377              Configure thinks, from Mark P. Lutz.
43378      Branch: perl
43379            ! hints/unicos.sh
43380 ____________________________________________________________________________
43381 [ 10841] By: nick                                  on 2001/06/22  21:19:36
43382         Log: Skip cwd test on Win32 ???
43383      Branch: perlio
43384            ! lib/File/Find/taint.t
43385 ____________________________________________________________________________
43386 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
43387         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
43388              and Tru64 gcc -Wall happy.
43389      Branch: perl
43390            ! mg.c
43391 ____________________________________________________________________________
43392 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
43393         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
43394      Branch: perl
43395            ! ext/IPC/SysV/Semaphore.pm
43396 ____________________________________________________________________________
43397 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
43398         Log: Metaconfig unit change for #10837.
43399      Branch: metaconfig/U/perl
43400            ! Cross.U
43401 ____________________________________________________________________________
43402 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
43403         Log: Cleanup of the cross-compilation unit.
43404      Branch: perl
43405            ! Configure
43406 ____________________________________________________________________________
43407 [ 10836] By: nick                                  on 2001/06/22  20:45:12
43408         Log: Skip |- based op/write.t on Win32 as well as VMS
43409      Branch: perlio
43410            ! t/op/write.t
43411 ____________________________________________________________________________
43412 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
43413         Log: Integrate perlio.
43414      Branch: perl
43415           !> util.c
43416 ____________________________________________________________________________
43417 [ 10834] By: nick                                  on 2001/06/22  20:41:54
43418         Log: Integrate mainline
43419      Branch: perlio
43420           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43421           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
43422           !> vos/config.ga.h
43423 ____________________________________________________________________________
43424 [ 10833] By: nick                                  on 2001/06/22  20:22:58
43425         Log: Patcho fix.
43426      Branch: perlio
43427            ! util.c
43428 ____________________________________________________________________________
43429 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
43430         Log: Metaconfig unit changes for #10831.
43431      Branch: metaconfig
43432            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
43433 ____________________________________________________________________________
43434 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
43435         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
43436              From: Andy Dougherty <doughera@lafayette.edu>
43437              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
43438              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
43439      Branch: perl
43440            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43441            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
43442 ____________________________________________________________________________
43443 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
43444         Log: MPE/iX prototype nits from Mark Bixby.
43445      Branch: perl
43446            ! pp_sys.c
43447 ____________________________________________________________________________
43448 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
43449         Log: Detypo.
43450      Branch: perl
43451            ! util.c
43452 ____________________________________________________________________________
43453 [ 10828] By: nick                                  on 2001/06/22  15:33:37
43454         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
43455      Branch: perlio
43456           +> lib/h2xs.t
43457           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
43458           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
43459           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
43460           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
43461           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43462           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43463           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
43464           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
43465           !> vms/vmsish.h
43466 ____________________________________________________________________________
43467 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
43468         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
43469              Date: Fri, 22 Jun 2001 10:08:35 -0500
43470              From: "Craig A. Berry" <craigberry@mac.com>
43471              Message-Id: <a05101001b75908704194@[192.168.56.145]>
43472      Branch: perl
43473            ! vms/vms.c vms/vmsish.h
43474 ____________________________________________________________________________
43475 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
43476         Log: NetWare scripts tweak from Ananth Kesari.
43477      Branch: perl
43478            ! NetWare/t/NWScripts.pl
43479 ____________________________________________________________________________
43480 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
43481         Log: Update Changes.
43482      Branch: perl
43483            ! Changes patchlevel.h
43484 ____________________________________________________________________________
43485 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
43486         Log: Add .i and .s targets.
43487      Branch: perl
43488            ! Makefile.SH
43489 ____________________________________________________________________________
43490 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
43491         Log: Upgrade to Locale::Maketext 1.03.
43492      Branch: perl
43493            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43494            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43495 ____________________________________________________________________________
43496 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
43497         Log: Upgrade to I18N::LangTags 0.26.
43498      Branch: perl
43499            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43500            ! lib/I18N/LangTags/test.pl
43501 ____________________________________________________________________________
43502 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
43503         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
43504              Philip Newton.
43505      Branch: perl
43506            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43507            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43508 ____________________________________________________________________________
43509 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
43510         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
43511              From: Prymmer/Kahn <pvhp@best.com>
43512              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
43513              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
43514      Branch: perl
43515            + lib/h2xs.t
43516            ! MANIFEST utils/h2xs.PL
43517 ____________________________________________________________________________
43518 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
43519         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
43520              From: Prymmer/Kahn <pvhp@best.com>
43521              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
43522              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
43523      Branch: perl
43524            ! lib/ExtUtils.t
43525 ____________________________________________________________________________
43526 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
43527         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
43528              From: Prymmer/Kahn <pvhp@best.com>
43529              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
43530              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
43531      Branch: perl
43532            ! t/pod/plainer.t
43533 ____________________________________________________________________________
43534 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
43535         Log: AUTHORS update.
43536      Branch: perl
43537            ! AUTHORS
43538 ____________________________________________________________________________
43539 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
43540         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
43541              From: "Craig A. Berry" <craigberry@mac.com>
43542              Date: Thu, 21 Jun 2001 18:20:38 -0500
43543              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
43544      Branch: perl
43545            ! ext/POSIX/POSIX.xs
43546 ____________________________________________________________________________
43547 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
43548         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
43549              From: "Craig A. Berry" <craigberry@mac.com>
43550              Date: Thu, 21 Jun 2001 09:58:52 -0500
43551              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
43552      Branch: perl
43553            ! ext/B/Deparse.t t/op/write.t
43554 ____________________________________________________________________________
43555 [ 10814] By: nick                                  on 2001/06/22  08:13:09
43556         Log: Integrate mainline.
43557      Branch: perlio
43558           !> (integrate 46 files)
43559 ____________________________________________________________________________
43560 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
43561         Log: Change the prefixes only if $prefix is unset,
43562              as originally patched by Marcel Grunauer.
43563      Branch: perl
43564            ! hints/darwin.sh hints/rhapsody.sh
43565 ____________________________________________________________________________
43566 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
43567         Log: Subject: Re: Patch for hints/darwin.sh
43568              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
43569              Date: Thu, 21 Jun 2001 11:23:46 -0700
43570              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
43571      Branch: perl
43572            ! hints/darwin.sh hints/rhapsody.sh
43573 ____________________________________________________________________________
43574 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
43575         Log: Add .PHONY targets for non-file targets,
43576              from Wilfredo Sánchez.  Should help saying
43577              "make install" on case-insensitive filesystems.
43578      Branch: perl
43579            ! Makefile.SH
43580 ____________________________________________________________________________
43581 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
43582         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
43583              From: Doug MacEachern <dougm@covalent.net>
43584              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
43585              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
43586              
43587              plus reword the getcwd() comment, plus use getcwd() buffer
43588              size minus one.
43589      Branch: perl
43590            ! util.c
43591 ____________________________________________________________________________
43592 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
43593         Log: More gprofing from Doug MacEachern.
43594      Branch: perl
43595            ! Makefile.SH
43596 ____________________________________________________________________________
43597 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
43598         Log: Metaconfig unit change for #10807.
43599      Branch: metaconfig/U/perl
43600            ! d_sfio.U
43601 ____________________________________________________________________________
43602 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
43603         Log: Tell that you are removing the unneeded -lsfio.
43604      Branch: perl
43605            ! Configure
43606 ____________________________________________________________________________
43607 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
43608         Log: More MPE/iX tweaks from Mark Bixby.
43609      Branch: perl
43610            ! perl.c t/op/magic.t
43611 ____________________________________________________________________________
43612 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
43613         Log: The fchdir() proto is supposed to live in <unistd.h>.
43614      Branch: perl
43615            ! ext/Cwd/Cwd.xs
43616 ____________________________________________________________________________
43617 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
43618         Log: This town is too small for the Cwd extension and me,
43619              it would seem...
43620      Branch: perl
43621            ! ext/Cwd/Cwd.xs
43622 ____________________________________________________________________________
43623 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
43624         Log: Metaconfig unit change for #10802.
43625      Branch: metaconfig/U/perl
43626            ! d_modfl.U
43627 ____________________________________________________________________________
43628 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
43629         Log: More d'ohs.
43630      Branch: perl
43631            ! Configure
43632 ____________________________________________________________________________
43633 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
43634         Log: Off-by-one.  I'm so classic.
43635      Branch: perl
43636            ! util.c
43637 ____________________________________________________________________________
43638 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
43639         Log: Update Changes.
43640      Branch: perl
43641            ! Changes patchlevel.h
43642 ____________________________________________________________________________
43643 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
43644         Log: Subject: Documentation patch for Net::FTP
43645              From: Marcel Grunauer <marcel@codewerk.com>
43646              Date: Wed, 20 Jun 2001 23:03:26 +0200
43647              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
43648      Branch: perl
43649            ! lib/Net/FTP.pm
43650 ____________________________________________________________________________
43651 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
43652         Log: Retract the #10417 mg.c and embed.pl parts because of
43653              strange SEGVs in 64bit x86 FreeBSD observed by
43654              Nicholas Clark.
43655      Branch: perl
43656            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
43657 ____________________________________________________________________________
43658 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
43659         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
43660      Branch: perl
43661            ! Configure NetWare/config.wc NetWare/config_H.wc
43662            ! Porting/Glossary Porting/config.sh Porting/config_H
43663            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43664            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43665            ! vos/config.ga.h win32/config.bc win32/config.gc
43666            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43667            ! win32/config_H.vc
43668 ____________________________________________________________________________
43669 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
43670         Log: Cwd tweak from Doug MacEachern.
43671      Branch: perl
43672            ! ext/Cwd/Cwd.xs
43673 ____________________________________________________________________________
43674 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
43675         Log: Protect the fchdir() and lstat() with ifdefs.
43676              fchdir() needs a Configure probe.
43677      Branch: perl
43678            ! ext/Cwd/Cwd.xs
43679 ____________________________________________________________________________
43680 [ 10794] By: nick                                  on 2001/06/21  17:11:35
43681         Log: Integrate mainline
43682      Branch: perlio
43683           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43684           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43685           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43686           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43687           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43688           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43689           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43690           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43691            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43692            - lib/File/Glob/case.t lib/File/Glob/global.t
43693            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43694            - lib/File/Temp/posix.t lib/File/Temp/security.t
43695            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43696            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43697            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43698            - lib/Text/Wrap/wrap.t
43699           !> (integrate 41 files)
43700 ____________________________________________________________________________
43701 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
43702         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
43703              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
43704              Date: Thu, 21 Jun 2001 13:04:54 -0500
43705              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
43706      Branch: perl
43707            ! ext/Cwd/Cwd.xs
43708 ____________________________________________________________________________
43709 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
43710         Log: Subject: [PATCH pod] overlong =item
43711              From: Robin Barker <rmb1@cise.npl.co.uk>
43712              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
43713              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
43714      Branch: perl
43715            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43716            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43717 ____________________________________________________________________________
43718 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
43719         Log: Subject: [PATCH perlio.c] format 
43720              From: Robin Barker <rmb1@cise.npl.co.uk>
43721              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
43722              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
43723      Branch: perl
43724            ! perlio.c
43725 ____________________________________________________________________________
43726 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
43727         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
43728              From: Radu Greab <radu@netsoft.ro>
43729              Date: Thu, 21 Jun 2001 19:06:02 +0300
43730              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
43731      Branch: perl
43732            ! pod/perlapi.pod sv.c
43733 ____________________________________________________________________________
43734 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
43735         Log: The metaconfig unit changes for #10788.
43736      Branch: metaconfig/U/perl
43737            ! Cross.U fflushall.U
43738 ____________________________________________________________________________
43739 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
43740         Log: Cross-configuration changes: make $from to rm the files
43741              before copying them over (this means that he rm can be
43742              removed from the fflushall test), create $targetmkdir      
43743              (not documented in install since it is supposed to internal
43744              use only), make $run to copy over the executable only if
43745              a stamp file .xok doesn't already exist (to avoid unnecessary
43746              copying of the executable)
43747      Branch: perl
43748            ! Configure Makefile.SH
43749 ____________________________________________________________________________
43750 [ 10787] By: nick                                  on 2001/06/21  14:16:18
43751         Log: Integrate mainline
43752      Branch: perlio
43753           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43754           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
43755           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
43756            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
43757           !> (integrate 34 files)
43758 ____________________________________________________________________________
43759 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
43760         Log: Re-add the files as text.
43761      Branch: perl
43762            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43763 ____________________________________________________________________________
43764 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
43765         Log: Delete the binary files.
43766      Branch: perl
43767            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43768 ____________________________________________________________________________
43769 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
43770         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
43771              From: Andy Dougherty <doughera@lafayette.edu>
43772              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
43773              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
43774      Branch: perl
43775            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
43776            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
43777            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
43778            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
43779 ____________________________________________________________________________
43780 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
43781         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43782              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
43783              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
43784              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
43785              
43786              Setting umask to something friendlier.
43787      Branch: perl
43788            ! installman installperl
43789 ____________________________________________________________________________
43790 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
43791         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
43792              Resort MANIFEST with sort -f, looks much better.
43793      Branch: perl
43794            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43795            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43796            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43797            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43798            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43799            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43800            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43801            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43802            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43803            - lib/File/Glob/case.t lib/File/Glob/global.t
43804            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43805            - lib/File/Temp/posix.t lib/File/Temp/security.t
43806            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43807            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43808            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43809            - lib/Text/Wrap/wrap.t
43810            ! MANIFEST
43811 ____________________________________________________________________________
43812 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
43813         Log: Upgrade to I18N::LangTags 0.25.
43814      Branch: perl
43815            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43816            ! lib/I18N/LangTags/List.pm
43817 ____________________________________________________________________________
43818 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
43819         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
43820              From: Richard Soderberg <rs@crystalflame.net>
43821              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
43822              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
43823      Branch: perl
43824            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
43825            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
43826 ____________________________________________________________________________
43827 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
43828         Log: Test obsoleted by change #10777.
43829      Branch: perl
43830            ! t/op/sub_lval.t
43831 ____________________________________________________________________________
43832 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
43833         Log: Case of confused test numbering.
43834      Branch: perl
43835            ! t/op/pat.t
43836 ____________________________________________________________________________
43837 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
43838         Log: Subject: Re: Opinion on undef lvalue
43839              From: Abhijit Menon-Sen <ams@wiw.org>
43840              Date: Sun, 17 Jun 2001 13:04:46 +0530
43841              Message-ID: <20010617130446.B27925@lustre.linux.in>
43842              
43843              Allow lvalue subs to return undef in array context.
43844      Branch: perl
43845            ! pp_hot.c
43846 ____________________________________________________________________________
43847 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
43848         Log: Just a guess that using the same hack for cygwin as
43849              for win32 might help.
43850      Branch: perl
43851            ! lib/File/Find/find.t
43852 ____________________________________________________________________________
43853 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
43854         Log: NetWare tweaks from Guruprasad.
43855      Branch: perl
43856            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
43857            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
43858            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
43859            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
43860 ____________________________________________________________________________
43861 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
43862         Log: Subject: Re: perl@10722: Bogus warnings on REs 
43863              From: Hugo <hv@crypt.compulink.co.uk>
43864              Date: Thu, 21 Jun 2001 09:51:17 +0100
43865              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
43866              
43867              Unroll to avoid a UTS compiler bug.
43868      Branch: perl
43869            ! regcomp.c
43870 ____________________________________________________________________________
43871 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
43872         Log: Subject: Re: [PATCH] Make /o work under i?threads
43873              From: Artur Bergman <artur@contiller.se>
43874              Date: Thu, 21 Jun 2001 14:38:03 +0200
43875              Message-ID: <B757B74A.184D%artur@contiller.se>
43876      Branch: perl
43877            ! t/op/pat.t
43878 ____________________________________________________________________________
43879 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
43880         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43881              From: Artur Bergman <artur@contiller.se> 
43882              Date: Thu, 21 Jun 2001 14:27:33 +0200
43883              Message-ID: <B757B4D4.1849%artur@contiller.se>
43884              
43885              Plus extra parentheses.
43886      Branch: perl
43887            ! op.h
43888 ____________________________________________________________________________
43889 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
43890         Log: Subject: [PATCH] Make /o work under i?threads
43891              From: Richard Soderberg <rs@crystalflame.net>
43892              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
43893              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
43894      Branch: perl
43895            ! pp_ctl.c
43896 ____________________________________________________________________________
43897 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
43898         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43899              From: Artur Bergman <artur@contiller.se>
43900              Date: Thu, 21 Jun 2001 14:04:54 +0200
43901              Message-ID: <B757AF86.1842%artur@contiller.se>
43902      Branch: perl
43903            ! op.h
43904 ____________________________________________________________________________
43905 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
43906         Log: Subject: Re: perl@10765: sv.c not OK on win32
43907              From: Artur Bergman <artur@contiller.se>
43908              Date: Thu, 21 Jun 2001 10:31:06 +0200
43909              Message-ID: <B7577D69.182C%artur@contiller.se>
43910      Branch: perl
43911            ! sv.c
43912 ____________________________________________________________________________
43913 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
43914         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
43915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43916              Date: Thu, 21 Jun 2001 06:23:56 -0400
43917              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
43918              
43919              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
43920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43921              Date: Thu, 21 Jun 2001 06:32:21 -0400
43922              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
43923      Branch: perl
43924            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
43925 ____________________________________________________________________________
43926 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
43927         Log: Subject: [PATCH] make syslog test more verbose
43928              From: Robert Spier <rspier@pobox.com>
43929              Date: Thu, 21 Jun 2001 00:54:32 -0400
43930              Message-ID: <15153.32264.295807.333073@rls.cx>
43931      Branch: perl
43932            ! ext/Sys/Syslog/syslog.t
43933 ____________________________________________________________________________
43934 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
43935         Log: Subject: op/study.t refinements
43936              From: Hugo <hv@crypt.compulink.co.uk>
43937              Date: Thu, 21 Jun 2001 00:29:07 +0100
43938              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
43939      Branch: perl
43940            ! t/op/study.t
43941 ____________________________________________________________________________
43942 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
43943         Log: Update Changes.
43944      Branch: perl
43945            ! Changes patchlevel.h
43946 ____________________________________________________________________________
43947 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
43948         Log: Subject: Re: [PATCH] djgpp updates
43949              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43950              Date: Wed, 20 Jun 2001 10:05:15 +0200
43951              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
43952      Branch: perl
43953            ! djgpp/config.over
43954 ____________________________________________________________________________
43955 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
43956         Log: Fix for ID 20010619.002 "When building hash, hash keys that
43957              are function calls are not being called", from Abhijit.
43958      Branch: perl
43959            ! t/base/lex.t toke.c
43960 ____________________________________________________________________________
43961 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
43962         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
43963      Branch: perl
43964            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
43965            + lib/Locale/Maketext/test.pl
43966            - lib/Locale/Maketext.t
43967            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43968            ! lib/Locale/Maketext/TPJ13.pod
43969 ____________________________________________________________________________
43970 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
43971         Log: Metaconfig unit change for #10760.
43972      Branch: metaconfig
43973            ! U/modified/Cppsym.U
43974 ____________________________________________________________________________
43975 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
43976         Log: Do not remove the ccsym* Cppsym* files since
43977              they are useful for metaconfig units coming after us.
43978              (This is the Configure nit mentioned in #10752.)
43979      Branch: perl
43980            ! Configure
43981 ____________________________________________________________________________
43982 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
43983         Log: Update to I18N::LangTags 0.24, from Sean Burke.
43984      Branch: perl
43985            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43986            + lib/I18N/LangTags/README
43987            - lib/I18N/LangTags/List.pod
43988            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
43989 ____________________________________________________________________________
43990 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
43991         Log: Regen headers.
43992      Branch: perl
43993            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
43994            ! pod/perlapi.pod proto.h
43995 ____________________________________________________________________________
43996 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
43997         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
43998              From: Artur Bergman <artur@contiller.se>
43999              Date: Wed, 20 Jun 2001 11:31:32 +0200
44000              Message-ID: <B7563A14.17D8%artur@contiller.se>
44001      Branch: perl
44002            ! embed.pl hv.c intrpvar.h sv.c sv.h
44003 ____________________________________________________________________________
44004 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
44005         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
44006              From: Tim Sweetman <tim@aldigital.co.uk> 
44007              Date: Wed, 13 Jun 2001 14:25:17 +0100 
44008              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
44009      Branch: perl
44010            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
44011 ____________________________________________________________________________
44012 [ 10755] By: nick                                  on 2001/06/20  16:12:37
44013         Log: Integrate mainline
44014      Branch: perlio
44015           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
44016           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
44017           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
44018           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
44019           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
44020           !> t/op/study.t util.c
44021 ____________________________________________________________________________
44022 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
44023         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
44024              but not Makefile)
44025      Branch: maint-5.6/perl
44026            ! win32/Makefile
44027 ____________________________________________________________________________
44028 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
44029         Log: Security tweak on readlink().
44030      Branch: perl
44031            ! pp_sys.c
44032 ____________________________________________________________________________
44033 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
44034         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
44035      Branch: perl
44036            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
44037            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
44038            ! mpeix/relink t/op/pwent.t
44039 ____________________________________________________________________________
44040 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
44041         Log: Reinstate #10725 (with probe for alarm()).
44042      Branch: perl
44043            ! t/op/study.t
44044 ____________________________________________________________________________
44045 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
44046         Log: Replace our implementation of realpath() with OpenBSD's
44047              (src/lib/libc/stdlib/realpath.c 1.4).
44048      Branch: perl
44049            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
44050            ! pod/perldiag.pod proto.h util.c
44051 ____________________________________________________________________________
44052 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
44053         Log: Integrate perlio.
44054      Branch: perl
44055           !> perlio.c
44056 ____________________________________________________________________________
44057 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
44058         Log: No point in going into memory-saving contortions
44059              with getcwd() since there's a danger of buffer overflow.
44060              Also make the POSIX extension to use sv_getcwd().
44061              Finally, a missed proto.h fragment.
44062      Branch: perl
44063            ! ext/POSIX/POSIX.xs proto.h util.c
44064 ____________________________________________________________________________
44065 [ 10747] By: nick                                  on 2001/06/20  12:38:26
44066         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
44067      Branch: perlio
44068            ! perlio.c
44069 ____________________________________________________________________________
44070 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
44071         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
44072              From: Graham Barr <gbarr@pobox.com>
44073              Date: Wed, 20 Jun 2001 11:05:49 +0100
44074              Message-ID: <20010620110549.I19188@pobox.com>
44075              
44076              reported in        
44077              
44078              Subject: Bug in IO::Socket::INET module (repeat)
44079              From: "Harmon S. Nine" <hnine@netarx.com>
44080              Date: Tue, 19 Jun 2001 09:41:35 -0400
44081              Message-ID: <3B2F568F.8080605@netarx.com>
44082              
44083              The bug was that the IO::Socket::INET constructor
44084              did not allow a 'LocalPort' of 0.
44085      Branch: perl
44086            ! ext/IO/lib/IO/Socket/INET.pm
44087 ____________________________________________________________________________
44088 [ 10745] By: nick                                  on 2001/06/20  08:56:39
44089         Log: Integrate mainline.
44090      Branch: perlio
44091           !> (integrate 37 files)
44092 ____________________________________________________________________________
44093 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
44094         Log: After some reading I don't think we can blindly
44095              use systems' realpath().  Too many security problems,
44096              too many buggy implementations.
44097              
44098              TODO: the realpath() emulation code in util.c doesn't
44099              seem fully operational?  (readlink(), for example?)
44100      Branch: perl
44101            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
44102            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
44103            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
44104            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
44105            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
44106            ! win32/config_H.gc win32/config_H.vc
44107 ____________________________________________________________________________
44108 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
44109         Log: Metaconfig unit change for #10738.
44110      Branch: metaconfig
44111            ! U/compline/d_gconvert.U
44112 ____________________________________________________________________________
44113 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
44114         Log: Integrate change #10739 from maintperl:
44115              
44116              C<eval "/x$\r\n/x"> fails to compile correctly 
44117      Branch: perl
44118           !> t/op/pat.t toke.c
44119 ____________________________________________________________________________
44120 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
44121         Log: Retract #10725 (Hugo asked NOT to apply the patch)
44122      Branch: perl
44123            ! t/op/study.t
44124 ____________________________________________________________________________
44125 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
44126         Log: The test.third results were funnily named because of the
44127              new test scheme.
44128      Branch: perl
44129            ! t/TEST
44130 ____________________________________________________________________________
44131 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
44132         Log: C<eval "/x$\r\n/x"> fails to compile correctly
44133      Branch: maint-5.6/perl
44134            ! t/op/pat.t toke.c
44135 ____________________________________________________________________________
44136 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
44137         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
44138              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44139              Date: Tue, 19 Jun 2001 19:15:40 -0400
44140              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
44141              
44142              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
44143              because "1e+129" being expected but "1.e+129" being returned.
44144              The culprit (at least in Tru64) is the use of gcvt().
44145      Branch: perl
44146            ! Configure
44147 ____________________________________________________________________________
44148 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
44149         Log: Subject: [PATCH perl@10722] test hunting on VMS
44150              From: "Craig A. Berry" <craigberry@mac.com>
44151              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
44152              Date: Tue, 19 Jun 2001 18:59:01 -0500
44153      Branch: perl
44154            ! vms/test.com
44155 ____________________________________________________________________________
44156 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
44157         Log: Subject: [PATCH] s/typos//
44158              From: Abhijit Menon-Sen <ams@wiw.org>
44159              Date: Wed, 20 Jun 2001 02:15:02 +0530
44160              Message-ID: <20010620021502.A14541@lustre.linux.in>
44161              
44162              Without the op.h s/bearword/bareword/ hunk, see
44163              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
44164      Branch: perl
44165            ! util.c
44166 ____________________________________________________________________________
44167 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
44168         Log: Metaconfig unit change for #10732 and #10733.
44169      Branch: metaconfig/U/perl
44170            ! fflushall.U
44171 ____________________________________________________________________________
44172 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
44173         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
44174              From: "Craig A. Berry" <craigberry@mac.com>
44175              Date: Tue, 19 Jun 2001 17:19:48 -0500
44176              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
44177      Branch: perl
44178            ! configure.com vms/descrip_mms.template
44179 ____________________________________________________________________________
44180 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
44181         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
44182              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44183              Date: Tue, 19 Jun 2001 16:48:07 -0400
44184              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
44185              
44186              Further fixes to fflush(NULL) detection.
44187      Branch: perl
44188            ! Configure
44189 ____________________________________________________________________________
44190 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
44191         Log: AIX test -s hangs with non-existent files?
44192              (A genuine logic bug in Configure, but AIX also broken?)
44193      Branch: perl
44194            ! Configure
44195 ____________________________________________________________________________
44196 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
44197         Log: AUTHORS updates.
44198      Branch: perl
44199            ! AUTHORS
44200 ____________________________________________________________________________
44201 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
44202         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
44203              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44204              Date: Tue, 19 Jun 2001 15:33:25 -0400
44205              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
44206      Branch: perl
44207            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
44208            ! t/lib/warnings/pp
44209 ____________________________________________________________________________
44210 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
44211         Log: Integrate perlio.
44212      Branch: perl
44213           !> lib/File/Find/find.t win32/distclean.bat
44214 ____________________________________________________________________________
44215 [ 10728] By: nick                                  on 2001/06/19  18:24:53
44216         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
44217      Branch: perlio
44218            ! lib/File/Find/find.t win32/distclean.bat
44219 ____________________________________________________________________________
44220 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
44221         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
44222              also add information how to find out whether one has PerlIO.
44223      Branch: perl
44224            ! pod/perlfunc.pod
44225 ____________________________________________________________________________
44226 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
44227         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
44228              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44229              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
44230              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
44231      Branch: perl
44232            ! pod/perlfunc.pod
44233 ____________________________________________________________________________
44234 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
44235         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44236              From: Hugo <hv@crypt.compulink.co.uk>
44237              Date: Tue, 19 Jun 2001 12:37:30 +0100
44238              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
44239      Branch: perl
44240            ! t/op/study.t
44241 ____________________________________________________________________________
44242 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
44243         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44244              From: Hugo <hv@crypt.compulink.co.uk>
44245              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
44246              Date: Tue, 19 Jun 2001 13:15:17 +0100
44247      Branch: perl
44248            ! util.c
44249 ____________________________________________________________________________
44250 [ 10723] By: nick                                  on 2001/06/19  14:46:15
44251         Log: Integrate mainline
44252      Branch: perlio
44253           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
44254           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
44255           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
44256           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
44257           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
44258           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44259            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44260            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44261            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44262            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44263            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44264            - ext/Thread/unsync4.t
44265           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
44266           !> djgpp/config.over djgpp/fixpmain
44267           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
44268           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
44269           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
44270 ____________________________________________________________________________
44271 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
44272         Log: Update Changes.
44273      Branch: perl
44274            ! Changes patchlevel.h
44275 ____________________________________________________________________________
44276 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
44277         Log: The existence shall be MANIFESted.
44278      Branch: perl
44279            ! MANIFEST
44280 ____________________________________________________________________________
44281 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
44282         Log: The old libnet.cfg is first searched from the current directory,
44283              only then from the module path.
44284      Branch: perl
44285            ! utils/libnetcfg.PL
44286 ____________________________________________________________________________
44287 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
44288         Log: NetWare tweaks from Guruprasad.
44289      Branch: perl
44290            ! NetWare/Makefile NetWare/config.wc
44291 ____________________________________________________________________________
44292 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
44293         Log: Subject: [PATCH] djgpp updates
44294              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
44295              Date: Tue, 19 Jun 2001 10:59:06 +0200
44296              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
44297      Branch: perl
44298            ! djgpp/config.over djgpp/fixpmain
44299 ____________________________________________________________________________
44300 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
44301         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
44302              From: Prymmer/Kahn <pvhp@best.com>
44303              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
44304              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
44305      Branch: perl
44306            ! win32/Makefile
44307 ____________________________________________________________________________
44308 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
44309         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
44310              to happen right after the inclusion of <inttypes.h>,
44311              from Edward Moy.
44312      Branch: perl
44313            ! handy.h perl.h
44314 ____________________________________________________________________________
44315 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
44316         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
44317              From: Doug MacEachern <dougm@covalent.net>
44318              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
44319              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
44320      Branch: perl
44321            ! ext/DynaLoader/DynaLoader_pm.PL
44322 ____________________________________________________________________________
44323 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
44324         Log: Revert #10656 for performance reasons but leave in the
44325              use of Hv*() macros -- in comments, so that grepping the
44326              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
44327              suggested by Sarathy, also by Abhijit.)
44328      Branch: perl
44329            ! hv.c
44330 ____________________________________________________________________________
44331 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
44332         Log: Subject: [patch] .s MakeMaker suffix
44333              From: Doug MacEachern <dougm@covalent.net>
44334              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
44335              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
44336      Branch: perl
44337            ! lib/ExtUtils/MM_Unix.pm
44338 ____________________________________________________________________________
44339 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
44340         Log: One test lost in the big shuffle restored.
44341      Branch: perl
44342            + ext/IPC/SysV/ipcsysv.t
44343            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44344 ____________________________________________________________________________
44345 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
44346         Log: Rename the old non-standard threads tests so that
44347              they won't be invoked.
44348      Branch: perl
44349            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
44350            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
44351            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
44352            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
44353            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
44354            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44355            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44356            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44357            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44358            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44359            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44360            - ext/Thread/unsync4.t
44361            ! MANIFEST
44362 ____________________________________________________________________________
44363 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
44364         Log: Integrate perlio.
44365      Branch: perl
44366           !> win32/config_sh.PL
44367 ____________________________________________________________________________
44368 [ 10709] By: nick                                  on 2001/06/19  08:18:18
44369         Log: Integrate mainline
44370      Branch: perlio
44371           +> (branch 40 files)
44372            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44373            - lib/strict/subs lib/strict/vars lib/warnings/1global
44374            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44375            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44376            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44377            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44378            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44379            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44380            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44381            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44382            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44383            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44384            - lib/warnings/utf8 lib/warnings/util
44385           !> (integrate 57 files)
44386 ____________________________________________________________________________
44387 [ 10708] By: nick                                  on 2001/06/19  07:57:10
44388         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
44389      Branch: perlio
44390            ! win32/config_sh.PL
44391 ____________________________________________________________________________
44392 [ 10707] By: nick                                  on 2001/06/19  07:05:07
44393         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
44394      Branch: perl
44395            ! perly.c perly.y perly_c.diff vms/perly_c.vms
44396 ____________________________________________________________________________
44397 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
44398         Log: More perl572delta tweaks.
44399      Branch: perl
44400            ! pod/perl572delta.pod
44401 ____________________________________________________________________________
44402 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
44403         Log: Update perl572delta.
44404      Branch: perl
44405            ! pod/perl572delta.pod
44406 ____________________________________________________________________________
44407 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
44408         Log: VOS updates from Paul Green.
44409      Branch: perl
44410            ! vos/Changes vos/build.cm vos/perl.bind
44411 ____________________________________________________________________________
44412 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
44413         Log: Update the vos/config.*.* files.
44414      Branch: perl
44415            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44416            ! vos/config.ga.h
44417 ____________________________________________________________________________
44418 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
44419         Log: Add a makefile for more painless adding of symbols to the
44420              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
44421              takes care of the adding)
44422      Branch: perl
44423            + vos/Makefile
44424 ____________________________________________________________________________
44425 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
44426         Log: Make libnetcfg by default display the libnet configuration,
44427              -c to change, add -i for old config, document all options,
44428              regen toc.
44429      Branch: perl
44430            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
44431 ____________________________________________________________________________
44432 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
44433         Log: gcc -Wall sweep.
44434      Branch: perl
44435            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
44436 ____________________________________________________________________________
44437 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
44438         Log: So there.
44439      Branch: perl
44440            ! universal.c
44441 ____________________________________________________________________________
44442 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
44443         Log: Document the need for sv_printify().
44444              
44445              Document that 'use utf8' has been considered.
44446              
44447              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
44448      Branch: perl
44449            ! pod/perltodo.pod universal.c
44450 ____________________________________________________________________________
44451 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
44452         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
44453              From: Nicholas Clark <nick@ccl4.org>
44454              Date: Mon, 18 Jun 2001 23:29:23 +0100
44455              Message-ID: <20010618232923.I98663@plum.flirble.org>
44456      Branch: perl
44457            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
44458            ! ext/Sys/Syslog/Makefile.PL
44459 ____________________________________________________________________________
44460 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
44461         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
44462              From: Scott.L.Miller@Compaq.com
44463              Date: Mon, 18 Jun 2001 10:12:27 -0500
44464              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
44465      Branch: perl
44466            ! lib/perl5db.pl pod/perldebug.pod
44467 ____________________________________________________________________________
44468 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
44469         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
44470              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
44471              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
44472              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
44473      Branch: perl
44474            ! lib/Carp/Heavy.pm
44475 ____________________________________________________________________________
44476 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
44477         Log: Subject: [PATCH] Documentation changes for CLONE
44478              From: Artur Bergman <artur@contiller.se>
44479              Date: Mon, 18 Jun 2001 22:06:37 +0200
44480              Message-ID: <B7542BEC.1719%artur@contiller.se>
44481      Branch: perl
44482            ! pod/perlmod.pod pod/perlsub.pod
44483 ____________________________________________________________________________
44484 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
44485         Log: Subject: Re: configure.com
44486              From: "Craig A. Berry" <craigberry@mac.com>
44487              Date: Mon, 18 Jun 2001 16:04:38 -0500
44488              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
44489      Branch: perl
44490            ! configure.com
44491 ____________________________________________________________________________
44492 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
44493         Log: Subject: PL_nullstash + perl_clone()
44494              From: Doug MacEachern <dougm@covalent.net>
44495              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
44496              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
44497      Branch: perl
44498            ! sv.c
44499 ____________________________________________________________________________
44500 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
44501         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
44502              From: davem@fdgroup.co.uk
44503              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
44504              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
44505      Branch: perl
44506            ! embed.pl pod/perlapi.pod
44507 ____________________________________________________________________________
44508 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
44509         Log: More cross-compilation defaults gleaned from -Dcc
44510              if it is CPU-OS-gcc.
44511      Branch: metaconfig
44512            ! U/modified/libc.U
44513      Branch: metaconfig/U/perl
44514            ! Cross.U
44515      Branch: perl
44516            ! Configure INSTALL
44517 ____________________________________________________________________________
44518 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
44519         Log: Update Changes.
44520      Branch: perl
44521            ! Changes patchlevel.h
44522 ____________________________________________________________________________
44523 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
44524         Log: Subject: [PATCH 5.7.1] sv.c documentation
44525              From: davem@fdgroup.co.uk
44526              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
44527              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
44528      Branch: perl
44529            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
44530            ! sv.c sv.h
44531 ____________________________________________________________________________
44532 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
44533         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
44534              From: "Jon Gunnip" <jongunnip@hotmail.com>
44535              Date: Sun, 17 Jun 2001 18:24:29 -0400
44536              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
44537      Branch: perl
44538            ! pod/perlvar.pod
44539 ____________________________________________________________________________
44540 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
44541         Log: Move the locale/strict/warnings helper files back
44542              under the t/lib; this way the amount of non-installabled
44543              stuff under lib/ stays smaller.
44544      Branch: perl
44545            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
44546            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
44547            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
44548            + t/lib/warnings/5nolint t/lib/warnings/6default
44549            + t/lib/warnings/7fatal t/lib/warnings/8signal
44550            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
44551            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
44552            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
44553            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
44554            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
44555            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
44556            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
44557            + t/lib/warnings/taint t/lib/warnings/toke
44558            + t/lib/warnings/universal t/lib/warnings/utf8
44559            + t/lib/warnings/util
44560            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44561            - lib/strict/subs lib/strict/vars lib/warnings/1global
44562            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44563            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44564            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44565            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44566            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44567            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44568            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44569            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44570            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44571            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44572            - lib/warnings/utf8 lib/warnings/util
44573            ! MANIFEST installperl lib/locale.t lib/strict.t
44574 ____________________________________________________________________________
44575 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
44576         Log: Split off the pack/unpack code, from Nicholas Clark.
44577      Branch: perl
44578            + pp_pack.c
44579            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
44580            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
44581            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44582 ____________________________________________________________________________
44583 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
44584         Log: Guard the SysV IPC tests against being invoked in
44585              SysV-IPC-less places.
44586      Branch: perl
44587            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44588 ____________________________________________________________________________
44589 [ 10683] By: nick                                  on 2001/06/18  12:24:42
44590         Log: Integrate mainline (new test scheme now ok on Linux).
44591      Branch: perlio
44592           +> lib/warnings.t
44593           !> dump.c sv.c
44594 ____________________________________________________________________________
44595 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
44596         Log: Add the locale.c and numeric.c to the microperl sources.
44597      Branch: perl
44598            ! Makefile.micro win32/Makefile
44599 ____________________________________________________________________________
44600 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
44601         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
44602              From: Abhijit Menon-Sen <ams@wiw.org>
44603              Date: Mon, 18 Jun 2001 14:23:44 +0530
44604              Message-ID: <20010618142344.A13136@lustre.linux.in>
44605      Branch: perl
44606            ! dump.c
44607 ____________________________________________________________________________
44608 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
44609         Log: Subject: Re: [PATCH] more anonymous stash cleanups
44610              From: Abhijit Menon-Sen <ams@wiw.org>
44611              Date: Mon, 18 Jun 2001 15:50:32 +0530
44612              Message-ID: <20010618155032.A13223@lustre.linux.in>
44613              
44614              Plus the comment left in as suggested by NI-S.
44615      Branch: perl
44616            ! sv.c
44617 ____________________________________________________________________________
44618 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
44619         Log: One missed file.
44620      Branch: perl
44621            + lib/warnings.t
44622 ____________________________________________________________________________
44623 [ 10678] By: nick                                  on 2001/06/18  08:05:29
44624         Log: Integrate mainline (part2 - the deletes)
44625      Branch: perlio
44626            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
44627            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
44628            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
44629            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
44630            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
44631            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
44632            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
44633            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
44634            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
44635            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
44636            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
44637 ____________________________________________________________________________
44638 [ 10677] By: nick                                  on 2001/06/18  08:04:44
44639         Log: Integrate mainline (part1)
44640      Branch: perlio
44641           +> (branch 376 files)
44642            - (delete 219 files)
44643           !> (integrate 151 files)
44644 ____________________________________________________________________________
44645 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
44646         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
44647              No doubt I made some mistakes like missed some files or
44648              misnamed some files.  The naming rules were more or less:
44649              (1) if the module is from CPAN, follows its ways, be it
44650              t/*.t or test.pl.
44651              (2) otherwise if there are multiple tests for a module
44652              put them in a t/
44653              (3) otherwise if there's only one test put it in Module.t
44654              (4) helper files go to module/ (locale, strict, warnings)
44655              (5) use longer filenames now that we can (but e.g. the
44656              compat-0.6.t and the Text::Balanced test files still
44657              were renamed to be more civil against the 8.3 people)
44658              installperl was updated appropriately not to install the
44659              *.t files or the help files from under lib.
44660              
44661              TODO: some helper files still remain under t/ that could
44662              follow their 'masters'.  UPDATE: On second thoughts, why
44663              should they.  They can continue to live under t/lib, and
44664              in fact the locale/strict/warnings helpers that were moved
44665              could be moved back.  This way the amount of non-installable
44666              stuff under lib/ stays smaller.
44667      Branch: perl
44668            + (add 253 files)
44669            - (delete 254 files)
44670            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
44671 ____________________________________________________________________________
44672 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
44673         Log: The warning no more comes from util.c, it comes from numeric.c.
44674      Branch: perl
44675            ! README.tru64
44676 ____________________________________________________________________________
44677 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
44678         Log: Subject: Re: anyone good at casting spells?
44679              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44680              Date: Sun, 17 Jun 2001 21:21:04 -0400
44681              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
44682      Branch: perl
44683            ! ext/POSIX/POSIX.xs hv.h
44684 ____________________________________________________________________________
44685 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
44686         Log: Protect the (original) thread tests against testing if no 5.005
44687              threads have been configured.
44688      Branch: perl
44689            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44690            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44691            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44692            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44693            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44694            ! ext/Thread/unsync4.t
44695 ____________________________________________________________________________
44696 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
44697         Log: Try the new test scanning scheme on Text::Abbrev.
44698      Branch: perl
44699            + lib/Text/Abbrev.t
44700            - lib/Text/Abbrev/t/abbrev.t
44701            ! MANIFEST
44702 ____________________________________________________________________________
44703 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
44704         Log: Change the scan policy of the *.t and test.pl files,
44705              now the *.t do not need to live in a t/ directory.
44706      Branch: perl
44707            ! t/TEST t/harness
44708 ____________________________________________________________________________
44709 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
44710         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
44711              From: Ilmari Karonen <iltzu@sci.fi>
44712              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
44713              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
44714      Branch: perl
44715            ! pod/perlfaq7.pod
44716 ____________________________________________________________________________
44717 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
44718         Log: Quench the warnings from Tru64; the HP-UX is still
44719              broken because it really, REALLY, doesn't like the
44720              HvARRAY() being lvalue:
44721              
44722              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
44723              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
44724      Branch: perl
44725            ! hv.c
44726 ____________________________________________________________________________
44727 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
44728         Log: Integrate change #10667 from maintperl:
44729              
44730              change#10449 broke the special-case that makes lexicals inside the
44731              eval"" within DB::DB() visible
44732      Branch: perl
44733           !> op.c
44734 ____________________________________________________________________________
44735 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
44736         Log: change#10449 broke the special-case that makes lexicals inside the
44737              eval"" within DB::DB() visible
44738      Branch: maint-5.6/perl
44739            ! op.c
44740 ____________________________________________________________________________
44741 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
44742         Log: Still spurious output; indent the code a bit.
44743              
44744              TODO1: separate the utility functions like MkDir
44745              into a helper script?
44746              
44747              TODO2: I see a lot of repetition in the filepath()
44748              and dirpath() calls.
44749      Branch: perl
44750            ! t/lib/filefind.t t/lib/findtaint.t
44751 ____________________________________________________________________________
44752 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
44753         Log: Regen modlib, toc.
44754      Branch: perl
44755            ! pod/perlmodlib.pod pod/perltoc.pod
44756 ____________________________________________________________________________
44757 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
44758         Log: Add libnetcfg to perlutil.
44759      Branch: perl
44760            ! pod/perlutil.pod
44761 ____________________________________________________________________________
44762 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
44763         Log: Initial integration of libnet-1.0703.
44764              The Configure script renamed as libnetcfg, will be
44765              installed along other utilities.
44766      Branch: perl
44767            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
44768            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
44769            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
44770            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
44771            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
44772            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
44773            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
44774            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
44775            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
44776            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
44777            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
44778            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
44779            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
44780            + utils/libnetcfg.PL
44781            ! MANIFEST utils.lst utils/Makefile
44782 ____________________________________________________________________________
44783 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
44784         Log: Less potentially test-harness-confusing output.
44785      Branch: perl
44786            ! lib/Memoize/t/expire_module_t.t
44787 ____________________________________________________________________________
44788 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
44789         Log: The final print annoys make test.
44790      Branch: perl
44791            ! t/lib/filefind.t t/lib/findtaint.t
44792 ____________________________________________________________________________
44793 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
44794         Log: Add an option for handling dangling symbolic links.
44795      Branch: perl
44796            ! lib/File/Find.pm t/lib/filefind.t
44797 ____________________________________________________________________________
44798 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
44799         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
44800              From: Thomas Wegner <wegner_thomas@yahoo.com>
44801              Date: Sun, 17 Jun 2001 14:43:11 +0200
44802              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
44803      Branch: perl
44804            + t/lib/findtaint.t
44805            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
44806 ____________________________________________________________________________
44807 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
44808         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
44809              From: Jonathan Stowe <gellyfish@gellyfish.com>
44810              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
44811              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
44812      Branch: perl
44813            ! lib/ExtUtils/MM_Unix.pm
44814 ____________________________________________________________________________
44815 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
44816         Log: Subject: [PATCH] more anonymous stash cleanups
44817              From: Abhijit Menon-Sen <ams@wiw.org>
44818              Date: Sun, 17 Jun 2001 11:44:06 +0530
44819              Message-ID: <20010617114406.A25203@lustre.linux.in>
44820      Branch: perl
44821            ! op.c
44822 ____________________________________________________________________________
44823 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
44824         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
44825              From: Abhijit Menon-Sen <ams@wiw.org>
44826              Date: Sun, 17 Jun 2001 08:02:59 +0530
44827              Message-ID: <20010617080259.A28776@lustre.linux.in>
44828              
44829              Subject: [PATCH #2/7] xhv_eiter
44830              From: Abhijit Menon-Sen <ams@wiw.org>
44831              Date: Sun, 17 Jun 2001 08:13:18 +0530
44832              Message-ID: <20010617081318.B28776@lustre.linux.in>
44833              
44834              Subject: [PATCH #3/7] xhv_fill
44835              From: Abhijit Menon-Sen <ams@wiw.org>
44836              Date: Sun, 17 Jun 2001 08:25:16 +0530
44837              Message-ID: <20010617082516.C28776@lustre.linux.in>
44838              
44839              Subject: [PATCH #4/7] xhv_keys
44840              From: Abhijit Menon-Sen <ams@wiw.org>
44841              Date: Sun, 17 Jun 2001 08:36:17 +0530
44842              Message-ID: <20010617083617.D28776@lustre.linux.in>
44843              
44844              Subject: [PATCH #5/7] xhv_max
44845              From: Abhijit Menon-Sen <ams@wiw.org>
44846              Date: Sun, 17 Jun 2001 08:39:48 +0530
44847              Message-ID: <20010617083948.E28776@lustre.linux.in>
44848              
44849              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
44850              From: Abhijit Menon-Sen <ams@wiw.org>
44851              Date: Sun, 17 Jun 2001 08:51:11 +0530
44852              Message-ID: <20010617085111.F28776@lustre.linux.in>
44853      Branch: perl
44854            ! hv.c
44855 ____________________________________________________________________________
44856 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
44857         Log: Update Changes.
44858      Branch: perl
44859            ! Changes patchlevel.h
44860 ____________________________________________________________________________
44861 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
44862         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
44863              From: Abhijit Menon-Sen <ams@wiw.org>
44864              Date: Sat, 16 Jun 2001 07:41:19 +0530
44865              Message-ID: <20010616074119.A24720@lustre.linux.in>
44866      Branch: perl
44867            ! hv.c perl.c vms/vmsish.h win32/win32.h
44868 ____________________________________________________________________________
44869 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
44870         Log: Document tests failing when threaded, since we now have more.
44871      Branch: perl
44872            ! pod/perl572delta.pod
44873 ____________________________________________________________________________
44874 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
44875         Log: -Wall cleanup.
44876      Branch: perl
44877            ! ext/Thread/Thread.xs
44878 ____________________________________________________________________________
44879 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
44880         Log: pthread_attr_setstacksize() isn't absolutely necessary
44881              to call, only iff THREAD_CREATE_NEEDS_STACK.
44882      Branch: perl
44883            ! ext/Thread/Thread.xs
44884 ____________________________________________________________________________
44885 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
44886         Log: -Wall strays.
44887      Branch: perl
44888            ! perl.c util.c
44889 ____________________________________________________________________________
44890 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
44891         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
44892              (and INT64_MIN) brokenness.
44893      Branch: perl
44894            ! hints/darwin.sh perl.h
44895 ____________________________________________________________________________
44896 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
44897         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
44898              From: Nicholas Clark <nick@ccl4.org>
44899              Date: Sun, 17 Jun 2001 00:16:05 +0100
44900              Message-ID: <20010617001605.V98663@plum.flirble.org>
44901      Branch: perl
44902            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
44903            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
44904            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44905 ____________________________________________________________________________
44906 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
44907         Log: Add perlnetware to docs; regen toc; supply skeleton
44908              docs for some Memoize submodules.
44909      Branch: perl
44910            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
44911            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44912            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
44913            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44914            ! win32/Makefile win32/makefile.mk
44915 ____________________________________________________________________________
44916 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
44917         Log: pod cleanup.
44918      Branch: perl
44919            ! README.netware
44920 ____________________________________________________________________________
44921 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
44922         Log: Integrate Memoize 0.64.  Few tweaks were required in
44923              the test scripts.  Note that the speed and expire*
44924              tests take several dozen seconds to run.
44925      Branch: perl
44926            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
44927            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
44928            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44929            + lib/Memoize/README lib/Memoize/SDBM_File.pm
44930            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
44931            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
44932            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
44933            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
44934            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
44935            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
44936            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
44937            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
44938            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
44939            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
44940            ! MANIFEST t/lib/1_compile.t
44941 ____________________________________________________________________________
44942 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
44943         Log: Document the cross-compilation options.
44944      Branch: perl
44945            ! Cross/README INSTALL
44946 ____________________________________________________________________________
44947 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
44948         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
44949      Branch: perl
44950            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
44951            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
44952            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
44953            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
44954            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
44955            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
44956            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
44957            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
44958            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
44959            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
44960            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
44961            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
44962            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
44963            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
44964            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
44965            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
44966            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
44967            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
44968            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
44969            + lib/ExtUtils/MM_NW5.pm
44970            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
44971            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
44972            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44973            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
44974            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
44975            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
44976            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
44977            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
44978            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
44979            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
44980            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
44981            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
44982            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
44983            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
44984            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
44985            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
44986            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
44987            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
44988            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
44989            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
44990            ! util.h x2p/a2py.c
44991 ____________________________________________________________________________
44992 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
44993         Log: Resort MANIFEST.
44994      Branch: perl
44995            ! MANIFEST
44996 ____________________________________________________________________________
44997 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
44998         Log: Integrate perlio.
44999      Branch: perl
45000           +> win32/win32io.c
45001           !> MANIFEST perlio.c perliol.h win32/makefile.mk
45002 ____________________________________________________________________________
45003 [ 10640] By: nick                                  on 2001/06/16  18:38:31
45004         Log: Disable :win32 layer as default till I get it working
45005      Branch: perlio
45006            ! MANIFEST perlio.c
45007 ____________________________________________________________________________
45008 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
45009         Log: Try the new scheme by moving the Text::Abbrev test
45010              to a new place under lib.
45011      Branch: perl
45012            + lib/Text/Abbrev/t/abbrev.t
45013            - t/lib/abbrev.t
45014            ! MANIFEST
45015 ____________________________________________________________________________
45016 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
45017         Log: Make the code even more dynamical so that testname
45018              suffix length can change.
45019      Branch: perl
45020            ! lib/Test/Harness.pm t/TEST
45021 ____________________________________________________________________________
45022 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
45023         Log: Allow for deeper t/ and also a single test.pl.
45024      Branch: perl
45025            ! t/TEST t/harness
45026 ____________________________________________________________________________
45027 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
45028         Log: #define fix from Nicholas Clark.
45029      Branch: perl
45030            ! ext/POSIX/POSIX.xs
45031 ____________________________________________________________________________
45032 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
45033         Log: Initialization is nice.
45034      Branch: perl
45035            ! lib/Test/Harness.pm
45036 ____________________________________________________________________________
45037 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
45038         Log: Make t/TEST and t/harness to test also the t/ tests
45039              under the main lib/ and ext/ directories.  Fix Test::Harness
45040              to dynamically change the width of its "foo/bar....ok" output.
45041      Branch: perl
45042            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
45043 ____________________________________________________________________________
45044 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
45045         Log: Subject: [PATCH] Re: perl@10611 
45046              From: Nicholas Clark <nick@ccl4.org>
45047              Date: Sat, 16 Jun 2001 16:52:47 +0100
45048              Message-ID: <20010616165247.O98663@plum.flirble.org>
45049              
45050              The .xs parts, too.
45051      Branch: perl
45052            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
45053            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
45054 ____________________________________________________________________________
45055 [ 10632] By: nick                                  on 2001/06/16  16:44:35
45056         Log: Work-in-progress win32 layer semi-functional, checking 
45057              for UNIX breakage.
45058      Branch: perlio
45059            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
45060 ____________________________________________________________________________
45061 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
45062         Log: Subject: [PATCH] Re: perl@10611 
45063              From: Nicholas Clark <nick@ccl4.org>
45064              Date: Sat, 16 Jun 2001 16:52:47 +0100
45065              Message-ID: <20010616165247.O98663@plum.flirble.org>
45066      Branch: perl
45067            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
45068            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
45069            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
45070            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
45071            ! lib/ExtUtils/Constant.pm
45072 ____________________________________________________________________________
45073 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
45074         Log: Metaconfig unit change for #10629.
45075      Branch: metaconfig
45076            ! U/modified/Finish.U
45077 ____________________________________________________________________________
45078 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
45079         Log: The extraction changed directories.
45080      Branch: perl
45081            ! Configure
45082 ____________________________________________________________________________
45083 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
45084         Log: Math::BigInt 1.35 from Tels.
45085      Branch: perl
45086            + t/lib/mbimbf.t
45087            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45088            ! t/lib/bigfltpm.t t/lib/bigintpm.t
45089 ____________________________________________________________________________
45090 [ 10627] By: nick                                  on 2001/06/16  14:54:52
45091         Log: Work in progress UNIX-side edit of win32 PerLIO layer
45092      Branch: perlio
45093            + win32/win32io.c
45094            ! perlio.c win32/makefile.mk
45095 ____________________________________________________________________________
45096 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
45097         Log: Subject: [PATCH 5.6.1] os2/diff-configure
45098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45099              Date: Fri, 15 Jun 2001 01:19:36 -0400
45100              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
45101              
45102              Empty all of it because I think #10624 made even the
45103              last patch hunk unnecessary.
45104      Branch: perl
45105            ! os2/diff.configure
45106 ____________________________________________________________________________
45107 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
45108         Log: Metaconfig unit change for 10624.
45109      Branch: metaconfig
45110            ! U/modified/libc.U
45111      Branch: perl
45112            ! config_h.SH
45113 ____________________________________________________________________________
45114 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
45115         Log: Move the initialization of libnames to the beginning so
45116              that can one 'seed' it (as OS/2 does.)
45117      Branch: perl
45118            ! Configure
45119 ____________________________________________________________________________
45120 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
45121         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
45122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45123              Date: Fri, 15 Jun 2001 19:10:57 -0400
45124              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
45125      Branch: perl
45126            ! os2/OS2/REXX/DLL/DLL.pm
45127 ____________________________________________________________________________
45128 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
45129         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
45130              From: "Craig A. Berry" <craigberry@mac.com>
45131              Date: Fri, 15 Jun 2001 17:00:03 -0500
45132              Message-Id: <a05101007b750342599be@[172.16.52.1]>
45133      Branch: perl
45134            ! vms/descrip_mms.template
45135 ____________________________________________________________________________
45136 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
45137         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
45138              From: "Craig A. Berry" <craigberry@mac.com>
45139              Date: Fri, 15 Jun 2001 18:39:42 -0500
45140              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
45141      Branch: perl
45142            ! lib/File/Spec/VMS.pm t/lib/extutils.t
45143 ____________________________________________________________________________
45144 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
45145         Log: Integrate perlio.
45146      Branch: perl
45147           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
45148           !> t/io/utf8.t t/lib/io_scalar.t
45149 ____________________________________________________________________________
45150 [ 10619] By: nick                                  on 2001/06/15  21:05:19
45151         Log: Generated files
45152      Branch: perlio
45153            ! embed.h proto.h
45154 ____________________________________________________________________________
45155 [ 10618] By: nick                                  on 2001/06/15  20:27:42
45156         Log: Fix open.pm to work via XS-implemented method calls rather
45157              than *open::layers variables which caused all the HV/AV hassle.
45158      Branch: perlio
45159            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
45160            ! t/lib/io_scalar.t
45161 ____________________________________________________________________________
45162 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
45163         Log: Integrate perlio.
45164      Branch: perl
45165           !> lib/ExtUtils/Constant.pm
45166 ____________________________________________________________________________
45167 [ 10616] By: nick                                  on 2001/06/15  18:46:47
45168         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
45169      Branch: perlio
45170            ! lib/ExtUtils/Constant.pm
45171 ____________________________________________________________________________
45172 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
45173         Log: Integrate perlio.
45174      Branch: perl
45175           !> ext/Socket/Socket.xs
45176 ____________________________________________________________________________
45177 [ 10614] By: nick                                  on 2001/06/15  18:33:37
45178         Log: MULTIPLICITY fix for Socket.xs
45179      Branch: perlio
45180            ! ext/Socket/Socket.xs
45181 ____________________________________________________________________________
45182 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
45183         Log: Subject: Re: perl@10611
45184              From: Doug MacEachern <dougm@covalent.net>
45185              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
45186              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
45187      Branch: perl
45188            ! ext/Socket/Socket.xs
45189 ____________________________________________________________________________
45190 [ 10612] By: nick                                  on 2001/06/15  16:14:38
45191         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
45192      Branch: perlio
45193           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45194           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
45195           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
45196           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
45197           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
45198           !> utils/h2ph.PL
45199 ____________________________________________________________________________
45200 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
45201         Log: Update Changes.
45202      Branch: perl
45203            ! Changes patchlevel.h
45204 ____________________________________________________________________________
45205 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
45206         Log: Upping the test count.
45207      Branch: perl
45208            ! t/lib/filefind.t
45209 ____________________________________________________________________________
45210 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
45211         Log: Integrate perlio.
45212      Branch: perl
45213           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45214 ____________________________________________________________________________
45215 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
45216         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45217              From: andreas.koenig@anima.de (Andreas J. Koenig)
45218              Date: 15 Jun 2001 13:30:39 +0200
45219              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
45220              
45221              Record the grim history.
45222      Branch: perl
45223            ! lib/File/Find.pm
45224 ____________________________________________________________________________
45225 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
45226         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45227              From: Brian McCauley <nobull@mail.com>
45228              Date: 15 Jun 2001 07:51:26 +0100
45229              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
45230      Branch: perl
45231            ! lib/File/Find.pm t/lib/filefind.t
45232 ____________________________________________________________________________
45233 [ 10606] By: nick                                  on 2001/06/15  14:00:08
45234         Log: regen_config_h for Win32.
45235      Branch: perlio
45236            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45237 ____________________________________________________________________________
45238 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
45239         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
45240              From: Peter Prymmer <pvhp@forte.com>
45241              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
45242              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
45243      Branch: perl
45244            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
45245 ____________________________________________________________________________
45246 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
45247         Log: Some filesystems require writability for rename/unlink.
45248      Branch: perl
45249            ! opcode.pl
45250 ____________________________________________________________________________
45251 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
45252         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
45253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45254              Date: Fri, 15 Jun 2001 12:08:53 +0200
45255              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
45256      Branch: perl
45257            ! perlio.c
45258 ____________________________________________________________________________
45259 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
45260         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
45261              From: Mike Guy <mjtg@cam.ac.uk>
45262              Date: Fri, 15 Jun 2001 14:11:49 +0100
45263              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
45264      Branch: perl
45265            ! opcode.pl
45266 ____________________________________________________________________________
45267 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
45268         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
45269              From: Nicholas Clark <nick@ccl4.org>
45270              Date: Thu, 14 Jun 2001 23:52:56 +0100
45271              Message-ID: <20010614235256.G98663@plum.flirble.org>
45272      Branch: perl
45273            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
45274            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45275 ____________________________________________________________________________
45276 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
45277         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45278              From: Russ Allbery <rra@stanford.edu>
45279              Date: 14 Jun 2001 13:24:43 -0700
45280              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
45281      Branch: perl
45282            ! ext/GDBM_File/GDBM_File.pm
45283 ____________________________________________________________________________
45284 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
45285         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45286              From: Nicholas Clark <nick@ccl4.org>
45287              Date: Thu, 14 Jun 2001 20:37:47 +0100
45288              Message-ID: <20010614203747.F98663@plum.flirble.org>
45289      Branch: perl
45290            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45291            ! t/lib/gdbm.t
45292 ____________________________________________________________________________
45293 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
45294         Log: Integrate perlio.
45295      Branch: perl
45296           !> makedef.pl sv.c
45297 ____________________________________________________________________________
45298 [ 10597] By: nick                                  on 2001/06/15  11:08:13
45299         Log: Check that HVs with HvNAME() != NULL are really stashes before
45300              treating them as such. Also be more defensive on the GvCV.
45301              Win32 fork and dprof now working again. 
45302      Branch: perlio
45303            ! sv.c
45304 ____________________________________________________________________________
45305 [ 10596] By: nick                                  on 2001/06/15  10:11:20
45306         Log: Integrate mainline.
45307      Branch: perlio
45308           +> Cross/README
45309           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
45310           !> Porting/config_H config_h.SH configure.com epoc/config.sh
45311           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
45312           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45313           !> vos/config.ga.h win32/config.bc win32/config.gc
45314           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45315           !> win32/config_H.vc
45316 ____________________________________________________________________________
45317 [ 10595] By: nick                                  on 2001/06/15  09:37:17
45318         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
45319              - Win32 (VC++) now builds but fails:
45320              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
45321              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
45322              write.t    - open(...,"|-") not implemented on Win32 
45323      Branch: perlio
45324            ! makedef.pl
45325 ____________________________________________________________________________
45326 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
45327         Log: Integrate perlio.
45328      Branch: perl
45329           !> perlio.c win32/makefile.mk
45330 ____________________________________________________________________________
45331 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
45332         Log: Metaconfig unit changes for #10592.
45333      Branch: metaconfig
45334            + U/modified/i_varhdr.U U/modified/startsh.U
45335            - U/a_dvisory/crosscompile.U U/target/Target.U
45336            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
45337            ! U/compline/bitpbyte.U U/compline/byteorder.U
45338            ! U/compline/ccflags.U U/compline/charsize.U
45339            ! U/compline/d_casti32.U U/compline/d_castneg.U
45340            ! U/compline/d_closedir.U U/compline/d_fd_set.U
45341            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
45342            ! U/compline/d_keepsig.U U/compline/d_open3.U
45343            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
45344            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
45345            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
45346            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
45347            ! U/compline/doublesize.U U/compline/floatsize.U
45348            ! U/compline/nblock_io.U U/compline/orderlib.U
45349            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
45350            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
45351            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
45352            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
45353            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
45354            ! U/modified/spitshell.U U/threads/archname.U
45355            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
45356            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
45357            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
45358            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
45359            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
45360      Branch: metaconfig/U/perl
45361            + Cross.U
45362            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
45363            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
45364            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
45365            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
45366            ! stdio_streams.U uselfs.U
45367 ____________________________________________________________________________
45368 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
45369         Log: The first steps towards cross-compilation.
45370              
45371              Abstract execution of compiled test executables with $run,
45372              and abstract transfer of files with $to and $from.
45373              
45374              Under cross-compilation the $run, $to, and $from will point
45375              to appropriate wrapper scripts, by default ssh and scp,
45376              but also rsh, rcp, and cp are supported.  If not
45377              cross-compiling, they will be set to '', ':', and ':',
45378              respectively.
45379              
45380              With these patches I was able to get Configure for
45381              iPAQ ARM Linux on an Intel Linux about 95% right
45382              (only a few tests failed to execute or they produced
45383              incorrect results), and I was able to compile
45384              a functional miniperl.
45385              
45386              The symbol crosscompile renamed to be usecrosscompile,
45387              the corresponding C symbol from CROSSCOMPILE to
45388              USE_CROSS_COMPILE.
45389      Branch: perl
45390            ! Configure Cross/README Makefile.SH Porting/Glossary
45391            ! Porting/config.sh Porting/config_H config_h.SH configure.com
45392            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
45393            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45394            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45395            ! win32/config.gc win32/config.vc win32/config_H.bc
45396            ! win32/config_H.gc win32/config_H.vc
45397 ____________________________________________________________________________
45398 [ 10591] By: nick                                  on 2001/06/14  20:00:12
45399         Log: Steps along the road toward Win32 building again.
45400      Branch: perlio
45401            ! perlio.c win32/makefile.mk
45402 ____________________________________________________________________________
45403 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
45404         Log: Integrate perlio.
45405      Branch: perl
45406           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45407 ____________________________________________________________________________
45408 [ 10589] By: nick                                  on 2001/06/14  13:54:07
45409         Log: Routine regen_config_h for Win32
45410      Branch: perlio
45411            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45412 ____________________________________________________________________________
45413 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
45414         Log: Integrate perlio.
45415      Branch: perl
45416           +> perlyline.pl
45417           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
45418 ____________________________________________________________________________
45419 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
45420         Log: A placeholder.
45421      Branch: perl
45422            + Cross/README
45423 ____________________________________________________________________________
45424 [ 10586] By: nick                                  on 2001/06/14  08:25:07
45425         Log: Add new step to run_byacc which:
45426              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
45427              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
45428      Branch: perlio
45429            + perlyline.pl
45430            ! MANIFEST Makefile.SH perly.c
45431 ____________________________________________________________________________
45432 [ 10585] By: nick                                  on 2001/06/14  08:22:29
45433         Log: Integrate mainline
45434      Branch: perlio
45435           +> locale.c numeric.c
45436           !> Changes cygwin/Makefile.SHs embed.h embed.pl
45437           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
45438           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
45439           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
45440           !> x2p/Makefile.SH
45441 ____________________________________________________________________________
45442 [ 10584] By: nick                                  on 2001/06/14  08:05:53
45443         Log: Hack to remove insecure directories from PATH so test will run.
45444      Branch: perlio
45445            ! t/lib/filefind.t
45446 ____________________________________________________________________________
45447 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
45448         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
45449      Branch: perl
45450            - t/lib/mbimbf.t
45451            ! MANIFEST
45452 ____________________________________________________________________________
45453 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
45454         Log: Detypo.
45455      Branch: perl
45456            ! x2p/Makefile.SH
45457 ____________________________________________________________________________
45458 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
45459         Log: de-$CONFIG continues.
45460      Branch: perl
45461            ! cygwin/Makefile.SHs x2p/Makefile.SH
45462 ____________________________________________________________________________
45463 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
45464         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
45465              From: Nicholas Clark <nick@ccl4.org>
45466              Date: Wed, 13 Jun 2001 21:20:13 +0100
45467              Message-ID: <20010613212013.D98663@plum.flirble.org>
45468      Branch: perl
45469            ! opcode.pl
45470 ____________________________________________________________________________
45471 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
45472         Log: Subject: splitting util.c
45473              From: Hugo <hv@crypt.compulink.co.uk>
45474              Date: Thu, 14 Jun 2001 00:41:08 +0100
45475              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
45476      Branch: perl
45477            + locale.c numeric.c
45478            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
45479            ! pod/perlapi.pod proto.h util.c
45480 ____________________________________________________________________________
45481 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
45482         Log: Upgrade to Math::BigInt 1.34 from Tels.
45483      Branch: perl
45484            + t/lib/mbimbf.t
45485            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45486            ! t/lib/bigfltpm.t t/lib/bigintpm.t
45487 ____________________________________________________________________________
45488 [ 10577] By: nick                                  on 2001/06/13  19:02:48
45489         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
45490      Branch: perlio
45491           !> (integrate 125 files)
45492 ____________________________________________________________________________
45493 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
45494         Log: Update Changes.
45495      Branch: perl
45496            ! Changes patchlevel.h
45497 ____________________________________________________________________________
45498 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
45499         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45500              From: "Craig A. Berry" <craigberry@mac.com>
45501              Date: Wed, 13 Jun 2001 13:24:28 -0500
45502              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
45503      Branch: perl
45504            ! ext/re/Makefile.PL
45505 ____________________________________________________________________________
45506 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
45507         Log: Mc.u.c. for #10573.
45508      Branch: metaconfig
45509            ! U/threads/usethreads.U
45510 ____________________________________________________________________________
45511 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
45512         Log: It would be also be good if I could type.
45513      Branch: perl
45514            ! Configure
45515 ____________________________________________________________________________
45516 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
45517         Log: Metaconfig unit change for #10571.
45518      Branch: metaconfig
45519            ! U/threads/usethreads.U
45520 ____________________________________________________________________________
45521 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
45522         Log: A non-empty default is a good thing.
45523      Branch: perl
45524            ! Configure
45525 ____________________________________________________________________________
45526 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
45527         Log: Metaconfig unit change for #10569.
45528      Branch: metaconfig
45529            ! U/threads/usethreads.U
45530 ____________________________________________________________________________
45531 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
45532         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
45533              extremely experimental, not even prompted for.
45534      Branch: perl
45535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45536            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
45537            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45538            ! win32/config.bc win32/config.gc win32/config.vc
45539 ____________________________________________________________________________
45540 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
45541         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
45542      Branch: perl
45543            ! pod/perlfaq6.pod
45544 ____________________________________________________________________________
45545 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
45546         Log: Integrate perlio; conflicts, accept Nick's versions.
45547      Branch: perl
45548           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45549           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45550 ____________________________________________________________________________
45551 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
45552         Log: Subject: Re: ext/ + -Wall
45553              From: Doug MacEachern <dougm@covalent.net>
45554              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
45555              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
45556      Branch: perl
45557            ! XSUB.h lib/ExtUtils/xsubpp perl.h
45558 ____________________________________________________________________________
45559 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
45560         Log: Similar logic as DB_File.xs, using the modern macros and
45561              defines them to older ones for older Perls where PERL_VERSION
45562              is not defined, from Doug MacEachern.
45563      Branch: perl
45564            ! ext/Storable/Storable.xs
45565 ____________________________________________________________________________
45566 [ 10564] By: nick                                  on 2001/06/13  15:22:01
45567         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
45568              and using that instead (name lookups are sequential search for now).
45569      Branch: perlio
45570            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45571            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45572 ____________________________________________________________________________
45573 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
45574         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
45575              From: "Richard Soderberg" <rs@crystalflame.net>
45576              Date: Sat, 26 May 2001 06:44:20 -0700
45577              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
45578      Branch: perl
45579            ! sv.c t/op/glob.t
45580 ____________________________________________________________________________
45581 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
45582         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45583              From: "Craig A. Berry" <craigberry@mac.com>
45584              Date: Tue, 12 Jun 2001 23:55:26 -0500
45585              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
45586      Branch: perl
45587            ! ext/re/Makefile.PL ext/re/re.xs
45588 ____________________________________________________________________________
45589 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
45590         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
45591              suggested by NI-S.
45592      Branch: perl
45593            ! XSUB.h malloc.c perl.h
45594 ____________________________________________________________________________
45595 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
45596         Log: Regen toc.
45597      Branch: perl
45598            ! pod/perltoc.pod
45599 ____________________________________________________________________________
45600 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
45601         Log: Subject: [patch] perl.gprof control
45602              From: Doug MacEachern <dougm@covalent.net>
45603              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
45604              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
45605      Branch: perl
45606            ! miniperlmain.c perl.h
45607 ____________________________________________________________________________
45608 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
45609         Log: Subject: Re: ext/ + -Wall
45610              From: Doug MacEachern <dougm@covalent.net>
45611              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
45612              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
45613              
45614              Document ax and break up dXSARGS.
45615      Branch: perl
45616            ! XSUB.h pod/perlapi.pod
45617 ____________________________________________________________________________
45618 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
45619         Log: More AIX tweakage from Merijn.
45620      Branch: perl
45621            ! hints/aix.sh
45622 ____________________________________________________________________________
45623 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
45624         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
45625              From: "Craig A. Berry" <craigberry@mac.com>
45626              Date: Tue, 12 Jun 2001 22:57:45 -0500
45627              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
45628      Branch: perl
45629            ! vms/descrip_mms.template
45630 ____________________________________________________________________________
45631 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
45632         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
45633              From: "Craig A. Berry" <craigberry@mac.com>
45634              Date: Tue, 12 Jun 2001 22:21:39 -0500
45635              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
45636      Branch: perl
45637            ! configure.com util.c
45638 ____________________________________________________________________________
45639 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
45640         Log: New AIX dynaloading code from Jens-Uwe Mager.
45641              Does break binary compatibility.
45642      Branch: perl
45643            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
45644 ____________________________________________________________________________
45645 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
45646         Log: VMS DEC C compiler found nits by Peter Prymmer.
45647      Branch: perl
45648            ! util.c
45649 ____________________________________________________________________________
45650 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
45651         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
45652              From: Peter Prymmer <pvhp@forte.com>
45653              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
45654              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
45655      Branch: perl
45656            ! t/lib/filecomp.t
45657 ____________________________________________________________________________
45658 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
45659         Log: I wonder how many $CONFIGs still lurk in the shadows.
45660      Branch: perl
45661            ! pod/Makefile.SH x2p/cflags.SH
45662 ____________________________________________________________________________
45663 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
45664         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
45665      Branch: perl
45666            ! pod/checkpods.PL
45667 ____________________________________________________________________________
45668 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
45669         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
45670      Branch: perl
45671            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
45672 ____________________________________________________________________________
45673 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
45674         Log: Subject: [patch] rid local_patches warnings
45675              From: Doug MacEachern <dougm@covalent.net>
45676              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
45677              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
45678      Branch: perl
45679            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
45680 ____________________________________________________________________________
45681 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
45682         Log: Subject: Re: ext/ + -Wall
45683              From: Doug MacEachern <dougm@covalent.net>
45684              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
45685              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
45686      Branch: perl
45687            ! ext/attrs/attrs.xs
45688 ____________________________________________________________________________
45689 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
45690         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
45691              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45692              Date: Tue, 12 Jun 2001 14:36:20 -0400
45693              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
45694      Branch: perl
45695            ! pod/perlretut.pod
45696 ____________________________________________________________________________
45697 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
45698         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45699              From: Mike Guy <mjtg@cam.ac.uk>
45700              Date: Tue, 12 Jun 2001 19:10:31 +0100
45701              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
45702              
45703              Subject: Re: [ID 20010612.001] out of memory during regex compilation
45704              From: Mike Guy <mjtg@cam.ac.uk>
45705              Date: Tue, 12 Jun 2001 19:21:01 +0100
45706              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
45707      Branch: perl
45708            ! pod/perlop.pod
45709 ____________________________________________________________________________
45710 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
45711         Log: AIX tweaks from Merijn H. Brand.
45712      Branch: perl
45713            ! hints/aix.sh
45714 ____________________________________________________________________________
45715 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
45716         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
45717              From: "Brendan O'Dea" <bod@compusol.com.au>
45718              Date: Wed, 13 Jun 2001 05:16:47 +1000
45719              Message-ID: <20010613051647.A8945@compusol.com.au>
45720      Branch: maint-5.6/perl
45721            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45722 ____________________________________________________________________________
45723 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
45724         Log: Subject: Small bcopy cleanup
45725              From: Andy Dougherty <doughera@lafayette.edu>
45726              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
45727              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
45728      Branch: perl
45729            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
45730 ____________________________________________________________________________
45731 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
45732         Log: Subject: [PATCH] Re: ext/ + -Wall
45733              From: Nicholas Clark <nick@ccl4.org>
45734              Date: Wed, 13 Jun 2001 00:04:30 +0100
45735              Message-ID: <20010613000430.M5901@plum.flirble.org>
45736      Branch: perl
45737            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45738 ____________________________________________________________________________
45739 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
45740         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
45741              From: Nicholas Clark <nick@ccl4.org>
45742              Date: Tue, 12 Jun 2001 23:53:07 +0100
45743              Message-ID: <20010612235307.L5901@plum.flirble.org>
45744      Branch: perl
45745            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45746 ____________________________________________________________________________
45747 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
45748         Log: MPE/iX tweaks from Mark Bixby.
45749      Branch: perl
45750            ! hints/mpeix.sh mpeix/mpeixish.h util.c
45751 ____________________________________________________________________________
45752 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
45753         Log: Update Changes.
45754      Branch: perl
45755            ! Changes patchlevel.h
45756 ____________________________________________________________________________
45757 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
45758         Log: One less -Wall whine (found under DEBUGGING).
45759      Branch: perl
45760            ! x2p/Makefile.SH x2p/a2p.c
45761 ____________________________________________________________________________
45762 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
45763         Log: s/case-independent/case-insensitive/g
45764      Branch: perl
45765            ! pod/perldebug.pod
45766 ____________________________________________________________________________
45767 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
45768         Log: As suggested in    
45769              
45770              Subject: Re: ext/ + -Wall
45771              From: Gurusamy Sarathy <gsar@ActiveState.com>
45772              Date: Mon, 11 Jun 2001 23:34:31 -0700
45773              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
45774      Branch: perl
45775            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
45776            ! perl.h
45777 ____________________________________________________________________________
45778 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
45779         Log: Subject: ext/ + -Wall
45780              From: Doug MacEachern <dougm@covalent.net>
45781              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
45782              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
45783      Branch: perl
45784            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
45785            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
45786            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
45787            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
45788            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
45789            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
45790            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
45791            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
45792            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
45793            ! lib/ExtUtils/xsubpp
45794 ____________________________________________________________________________
45795 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
45796         Log: Subject: [PATCH] anonymous stashes
45797              From: Abhijit Menon-Sen <ams@wiw.org>
45798              Date: Tue, 12 Jun 2001 12:47:04 +0530
45799              Message-ID: <20010612124704.A29029@lustre.linux.in>
45800      Branch: perl
45801            ! dump.c gv.c sv.c xsutils.c
45802 ____________________________________________________________________________
45803 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
45804         Log: One more test for $^S.
45805      Branch: perl
45806            ! t/op/magic.t
45807 ____________________________________________________________________________
45808 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
45809         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
45810              From: Abhijit Menon-Sen <ams@wiw.org>
45811              Date: Tue, 12 Jun 2001 17:35:55 +0530
45812              Message-ID: <20010612173555.A32426@lustre.linux.in>
45813      Branch: perl
45814            ! mg.c t/op/magic.t
45815 ____________________________________________________________________________
45816 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
45817         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45818              From: Mike Guy <mjtg@cam.ac.uk>
45819              Date: Tue, 12 Jun 2001 13:14:15 +0100
45820              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
45821      Branch: perl
45822            ! pod/perlop.pod
45823 ____________________________________________________________________________
45824 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
45825         Log: AUTHORS updates.
45826      Branch: perl
45827            ! AUTHORS
45828 ____________________________________________________________________________
45829 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
45830         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
45831              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
45832              Content-Transfer-Encoding: 7bit
45833              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
45834      Branch: perl
45835            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
45836 ____________________________________________________________________________
45837 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
45838         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
45839              From: "Philip Newton" <Philip.Newton@gmx.net>
45840              Date: Mon, 11 Jun 2001 07:08:03 +0200
45841              Message-Id: <200106120802.LAA08992@taas.iki.fi>
45842      Branch: perl
45843            ! t/base/term.t
45844 ____________________________________________________________________________
45845 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
45846         Log: Cleanup the a2p.c for -Wall.
45847      Branch: perl
45848            ! x2p/Makefile.SH x2p/a2p.c
45849 ____________________________________________________________________________
45850 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
45851         Log: File::Find update for MacOS from Chris Nandor.
45852      Branch: perl
45853            ! lib/File/Find.pm t/lib/filefind.t
45854 ____________________________________________________________________________
45855 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
45856         Log: gcc -Wall nits picked out by a non-UNIX system
45857              (courtesy of Mark Bixby)
45858      Branch: perl
45859            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
45860            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
45861            ! pp_sys.c util.c
45862 ____________________________________________________________________________
45863 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
45864         Log: Metaconfig unit change for #10522.  (The d_modfl changes
45865              placate metalint.)
45866      Branch: metaconfig/U/perl
45867            ! d_modfl.U d_u32align.U
45868 ____________________________________________________________________________
45869 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
45870         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
45871              be "./try 2>&1 >/dev/null".
45872      Branch: perl
45873            ! Configure
45874 ____________________________________________________________________________
45875 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
45876         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
45877              From: "Craig A. Berry" <craigberry@mac.com>
45878              Date: Mon, 11 Jun 2001 14:00:32 -0500
45879              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
45880      Branch: perl
45881            ! configure.com
45882 ____________________________________________________________________________
45883 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
45884         Log: Move the full \p\P lists to perlunicode.
45885      Branch: perl
45886            ! pod/perlretut.pod pod/perlunicode.pod
45887 ____________________________________________________________________________
45888 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
45889         Log: VOS build tweak for 5.6.1 from Paul Green.
45890      Branch: maint-5.6/perl
45891            ! vos/build.cm
45892 ____________________________________________________________________________
45893 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
45894         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
45895              From: "Craig A. Berry" <craigberry@mac.com>
45896              Date: Fri, 8 Jun 2001 18:08:18 -0500
45897              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
45898      Branch: perl
45899            ! vms/vms.c
45900 ____________________________________________________________________________
45901 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
45902         Log: Update Changes.
45903      Branch: perl
45904            ! Changes patchlevel.h
45905 ____________________________________________________________________________
45906 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
45907         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
45908      Branch: perl
45909            ! vos/config.alpha.h vos/config.ga.h
45910 ____________________________________________________________________________
45911 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
45912         Log: VOS updates from Paul Green for @10476.
45913      Branch: perl
45914            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
45915            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45916            ! vos/config.ga.h vos/configure_perl.cm
45917 ____________________________________________________________________________
45918 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
45919         Log: Subject: [PATCH] Not many people know this ...
45920              From: Mike Guy <mjtg@cam.ac.uk>
45921              Date: Mon, 11 Jun 2001 14:55:15 +0100
45922              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
45923      Branch: perl
45924            ! pod/perldebug.pod
45925 ____________________________________________________________________________
45926 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
45927         Log: Add final commas to lists as suggested by Philip Newton.
45928      Branch: perl
45929            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45930 ____________________________________________________________________________
45931 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
45932         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
45933              Date: Sun, 10 Jun 2001 23:35:38 -0400
45934              From: Chris Nandor <pudge@pobox.com>
45935              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
45936      Branch: perl
45937            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
45938            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
45939            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
45940            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
45941            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
45942            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
45943            ! t/op/write.t t/pragma/strict.t
45944 ____________________________________________________________________________
45945 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
45946         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
45947              From: Chris Nandor <pudge@pobox.com>
45948              Date: Mon, 11 Jun 2001 08:24:28 -0400
45949              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
45950      Branch: perl
45951            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
45952            ! t/lib/io_dir.t
45953 ____________________________________________________________________________
45954 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
45955         Log: One more run_byacc (a hand-tweaked version had slipped in).
45956      Branch: perl
45957            ! perly.c vms/perly_c.vms
45958 ____________________________________________________________________________
45959 [ 10509] By: nick                                  on 2001/06/11  07:49:15
45960         Log: Integrate mainline
45961      Branch: perlio
45962           !> Makefile.SH embed.h embed.pl global.sym
45963           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
45964           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
45965           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
45966           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
45967 ____________________________________________________________________________
45968 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
45969         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
45970              From: Mike Guy <mjtg@cam.ac.uk>
45971              Reply-To: mjtg@cam.ac.uk
45972              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
45973      Branch: perl
45974            ! lib/ExtUtils/Manifest.pm
45975 ____________________________________________________________________________
45976 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
45977         Log: Subject: [PATCH] ExtUtils::Constant
45978              From: Nicholas Clark <nick@ccl4.org>
45979              Date: Sun, 10 Jun 2001 23:25:41 +0100
45980              Message-ID: <20010610232540.C76396@plum.flirble.org>
45981      Branch: perl
45982            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45983 ____________________________________________________________________________
45984 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
45985         Log: Integrate perlio.
45986      Branch: perl
45987           !> iperlsys.h
45988 ____________________________________________________________________________
45989 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
45990         Log: Move the grok_number and its lieutenant grok_numeric_radix
45991              from sv.c statics to util.c and public.
45992      Branch: perl
45993            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
45994            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
45995 ____________________________________________________________________________
45996 [ 10504] By: nick                                  on 2001/06/10  17:47:06
45997         Log: Fix (valid) -Wall warnings in perlio.c
45998      Branch: perlio
45999            ! iperlsys.h
46000 ____________________________________________________________________________
46001 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
46002         Log: Update perly_c.diff, update perly.fixer to edit away
46003              some of the -Wall noise.
46004      Branch: perl
46005            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
46006 ____________________________________________________________________________
46007 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
46008         Log: Check the version of byacc.
46009      Branch: perl
46010            ! Makefile.SH
46011 ____________________________________________________________________________
46012 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
46013         Log: Subject: [PATCH] perly.y overhaul
46014              From: Simon Cozens <simon@netthink.co.uk>
46015              Date: Sun, 10 Jun 2001 16:56:54 +0100
46016              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46017              
46018              Plus make run_byacc.
46019      Branch: perl
46020            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
46021 ____________________________________________________________________________
46022 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
46023         Log: Integrate perlio.
46024      Branch: perl
46025           !> perlio.c perlsfio.h
46026 ____________________________________________________________________________
46027 [ 10499] By: nick                                  on 2001/06/10  15:01:08
46028         Log: Integrate mainline
46029      Branch: perlio
46030           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
46031           !> t/pragma/locale.t util.c
46032 ____________________________________________________________________________
46033 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
46034         Log: Put some meat on the perl572delta bones.  The list of
46035              selected bug fixes needs more work, as does still the
46036              whole document.
46037      Branch: perl
46038            ! pod/perl572delta.pod
46039 ____________________________________________________________________________
46040 [ 10497] By: nick                                  on 2001/06/10  12:27:51
46041         Log: Paper over a crack or two with USE_SFIO
46042      Branch: perlio
46043            ! perlio.c perlsfio.h
46044 ____________________________________________________________________________
46045 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
46046         Log: Update Changes.
46047      Branch: perl
46048            ! Changes patchlevel.h
46049 ____________________________________________________________________________
46050 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
46051         Log: Subject: Re: pragma/locale.t #107
46052              From: Hugo <hv@crypt.compulink.co.uk>
46053              Date: Sun, 10 Jun 2001 11:23:30 +0100
46054              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
46055              
46056              Encapsulate the scan of the decimal radix separator.
46057      Branch: perl
46058            ! embed.h embed.pl proto.h sv.c
46059 ____________________________________________________________________________
46060 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
46061         Log: Try to grok numbers both with the locale specific separator
46062              and with the usual "." (if different from the lss); add a test
46063              to locale.t to do also a little bit of math in addition to just
46064              equalness testing; remove extraneous logic as suggested in
46065              
46066              Subject: Re: pragma/locale.t #107
46067              From: Nicholas Clark <nick@ccl4.org>
46068              Date: Sat, 9 Jun 2001 22:37:36 +0100
46069              Message-ID: <20010609223735.Y76396@plum.flirble.org>
46070      Branch: perl
46071            ! sv.c t/pragma/locale.t
46072 ____________________________________________________________________________
46073 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
46074         Log: Metaconfig unit change for #10492.
46075      Branch: metaconfig/U/perl
46076            ! Extensions.U
46077 ____________________________________________________________________________
46078 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
46079         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
46080              From: Artur Bergman <artur@contiller.se> 
46081              Date: Sat, 09 Jun 2001 21:03:51 +0200
46082              Message-ID: <B7483FB6.1398%artur@contiller.se>
46083      Branch: perl
46084            ! Configure
46085 ____________________________________________________________________________
46086 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
46087         Log: Integrate perlio.
46088      Branch: perl
46089           !> perlsfio.h
46090 ____________________________________________________________________________
46091 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
46092         Log: Do locale specific separator if only in locale.
46093      Branch: perl
46094            ! util.c
46095 ____________________________________________________________________________
46096 [ 10489] By: nick                                  on 2001/06/09  19:13:25
46097         Log: Make XS/Typemap compile (but fail) with sfio
46098      Branch: perlio
46099            ! perlsfio.h
46100 ____________________________________________________________________________
46101 [ 10488] By: nick                                  on 2001/06/09  19:12:51
46102         Log: Re-integrate mainline
46103      Branch: perlio
46104           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
46105           !> proto.h sv.c util.c
46106 ____________________________________________________________________________
46107 [ 10487] By: nick                                  on 2001/06/09  16:26:29
46108         Log: Integrate mainline
46109      Branch: perlio
46110           !> (integrate 31 files)
46111 ____________________________________________________________________________
46112 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
46113         Log: Subject: [PATCH] New attempt to clone callack
46114              From: Artur Bergman <artur@contiller.se> 
46115              Date: Thu, 07 Jun 2001 11:52:16 +0200
46116              Message-ID: <B7451B6F.12B7%artur@contiller.se>
46117      Branch: perl
46118            ! embedvar.h intrpvar.h perlapi.h sv.c
46119 ____________________________________________________________________________
46120 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
46121         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
46122      Branch: perl
46123            ! embed.h embed.pl perl.h proto.h sv.c util.c
46124 ____________________________________________________________________________
46125 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
46126         Log: Subject: Re: pragma/locale.t #107
46127              From: Nicholas Clark <nick@ccl4.org>
46128              Date: Sat, 9 Jun 2001 16:26:10 +0100
46129              Message-ID: <20010609162609.V76396@plum.flirble.org>
46130              
46131              A missing NVification.
46132      Branch: perl
46133            ! sv.c
46134 ____________________________________________________________________________
46135 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
46136         Log: Redo the #10482, there already was a test script for formats.
46137      Branch: perl
46138            - t/io/format.t
46139            ! MANIFEST t/op/write.t
46140 ____________________________________________________________________________
46141 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
46142         Log: Twisted format testing, from Merijn.
46143      Branch: perl
46144            + t/io/format.t
46145            ! MANIFEST
46146 ____________________________________________________________________________
46147 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
46148         Log: More \p{In...} testing, combined with \N{...}.
46149      Branch: perl
46150            ! lib/utf8_heavy.pl t/op/pat.t
46151 ____________________________________________________________________________
46152 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
46153         Log: Metaconfig changes for #10479.
46154      Branch: metaconfig
46155            ! U/Glossary.patch
46156      Branch: metaconfig/U/perl
46157            ! d_modfl.U
46158 ____________________________________________________________________________
46159 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
46160         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
46161      Branch: perl
46162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46163            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
46164            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46165            ! win32/config.bc win32/config.gc win32/config.vc
46166 ____________________________________________________________________________
46167 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
46168         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
46169              From: "Craig A. Berry" <craigberry@mac.com>
46170              Date: Thu, 7 Jun 2001 14:27:20 -0500
46171              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
46172      Branch: perl
46173            ! vms/perlvms.pod
46174 ____________________________________________________________________________
46175 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
46176         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
46177              From: Gisle Aas <gisle@ActiveState.com>
46178              Date: 07 Jun 2001 17:04:29 -0700
46179              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
46180      Branch: perl
46181            ! ext/re/re.xs
46182 ____________________________________________________________________________
46183 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
46184         Log: Update Changes.
46185      Branch: perl
46186            ! Changes patchlevel.h
46187 ____________________________________________________________________________
46188 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
46189         Log: Regen Glossary et alia.
46190      Branch: perl
46191            ! Porting/Glossary Porting/config.sh Porting/config_H
46192 ____________________________________________________________________________
46193 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
46194         Log: Metaconfig unit changes for #10473.
46195      Branch: metaconfig/U/perl
46196            ! d_modfl.U
46197 ____________________________________________________________________________
46198 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
46199         Log: Harumph, also AIX will spill its guts (i.e. dump core)
46200              if an executable contains modfl() but it hasn't been
46201              compiled right (in the case of AIX, with cc -qlongdouble).
46202      Branch: perl
46203            ! Configure
46204 ____________________________________________________________________________
46205 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
46206         Log: integrate change#10471 from mainline
46207              
46208              in change#10451, check that CvOUTSIDE is a CV before looking in
46209              (it can apparently be SVt_NULL during global destruction)
46210      Branch: maint-5.6/perl
46211           !> op.c
46212 ____________________________________________________________________________
46213 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
46214         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
46215              (it can apparently be SVt_NULL during global destruction)
46216      Branch: perl
46217            ! op.c
46218 ____________________________________________________________________________
46219 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
46220         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
46221              From: Robin Barker <rmb1@cise.npl.co.uk>
46222              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
46223              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
46224      Branch: perl
46225            ! lib/diagnostics.pm pod/perldiag.pod
46226 ____________________________________________________________________________
46227 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
46228         Log: Subject: [PATCH perl@10439] long =item
46229              From: Robin Barker <rmb1@cise.npl.co.uk>
46230              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
46231              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
46232      Branch: perl
46233            ! README.amiga lib/Attribute/Handlers.pm
46234            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
46235 ____________________________________________________________________________
46236 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
46237         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
46238              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
46239              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
46240              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
46241      Branch: perl
46242            ! pod/perlguts.pod
46243 ____________________________________________________________________________
46244 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
46245         Log: Integrate perlio.
46246      Branch: perl
46247           !> sv.c
46248 ____________________________________________________________________________
46249 [ 10466] By: nick                                  on 2001/06/07  10:25:40
46250         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
46251              whitespace tweaks.
46252              Still coredumps in pragma/overload.t - what a nice hard fail that is...
46253      Branch: perlio
46254            ! sv.c
46255 ____________________________________________________________________________
46256 [ 10465] By: nick                                  on 2001/06/07  08:41:58
46257         Log: Raw integrate of mainline for S_grok_number debug
46258              (sv.c has MULTIPLICITY issues as well as whatever else ...)
46259      Branch: perlio
46260            - plan9/perlplan9.doc plan9/perlplan9.pod
46261           !> (integrate 46 files)
46262 ____________________________________________________________________________
46263 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
46264         Log: The proper prototyping for #10463.
46265      Branch: perl
46266            ! embed.h embed.pl proto.h sv.c
46267 ____________________________________________________________________________
46268 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
46269         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
46270              From: Nicholas Clark <nick@ccl4.org>
46271              Date: Thu, 7 Jun 2001 00:29:59 +0100
46272              Message-ID: <20010607002959.Z76396@plum.flirble.org>
46273      Branch: perl
46274            ! sv.c
46275 ____________________________________________________________________________
46276 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
46277         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
46278              From: "Craig A. Berry" <craigberry@mac.com>
46279              Date: Wed, 06 Jun 2001 17:54:30 -0500
46280              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
46281      Branch: perl
46282            ! vms/perlvms.pod
46283 ____________________________________________________________________________
46284 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
46285         Log: Podify the remaining README.platform files;
46286              merge README.plan9 and plan9/perlplan9.pod;
46287              delete plan9/perlplan9.* (the perlplan.doc needs to
46288              be regenerated in Plan 9); make the =head1 and =head2
46289              in the README.platform to be a little more verbose
46290              (skipped README.os2 not to anger Ilya) so that they
46291              look better in the toc; regen toc.
46292      Branch: perl
46293            - plan9/perlplan9.doc plan9/perlplan9.pod
46294            ! MANIFEST README.aix README.amiga README.apollo README.beos
46295            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
46296            ! README.hpux README.hurd README.machten README.macos
46297            ! README.micro README.mint README.mpeix README.os390
46298            ! README.plan9 README.qnx README.solaris README.threads
46299            ! README.tru64 README.vmesa README.vms README.vos README.win32
46300            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46301            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46302 ____________________________________________________________________________
46303 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
46304         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
46305              From: Mike Guy <mjtg@cam.ac.uk>
46306              Reply-To: mjtg@cam.ac.uk
46307              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
46308      Branch: perl
46309            ! pod/perlguts.pod
46310 ____________________________________________________________________________
46311 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
46312         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
46313              From: Mike Guy <mjtg@cam.ac.uk>
46314              Reply-To: mjtg@cam.ac.uk
46315              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
46316      Branch: perl
46317            ! pod/perlsec.pod
46318 ____________________________________________________________________________
46319 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
46320         Log: Disable long doubles from pre-5.0 Tru64s.
46321      Branch: perl
46322            ! README.tru64 hints/dec_osf.sh
46323 ____________________________________________________________________________
46324 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
46325         Log: The #10455 exposed that modfl() is fundamentally busted
46326              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
46327              testing it.
46328      Branch: perl
46329            ! hints/dec_osf.sh
46330 ____________________________________________________________________________
46331 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
46332         Log: Metaconfig unit change for #10455.
46333      Branch: metaconfig/U/perl
46334            ! d_modfl.U
46335 ____________________________________________________________________________
46336 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
46337         Log: Configure check for geborken modfl(), inspired by
46338              
46339              Subject: Re: [20010118.017] op/int.t failure 
46340              From: Hugo <hv@crypt.compulink.co.uk>
46341              Date: Tue, 05 Jun 2001 13:43:27 +0100
46342              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
46343      Branch: perl
46344            ! Configure
46345 ____________________________________________________________________________
46346 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
46347         Log: Integrate changes #10450 and #10451 from maintperl:
46348              
46349              optimize change#10448 slightly (don't repeat search in eval""s lexical
46350              scope, since that has already been searched)
46351              
46352              change#9108 needs subtler treatment for case of closures created
46353              within eval""
46354      Branch: perl
46355           !> op.c t/op/misc.t
46356 ____________________________________________________________________________
46357 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
46358         Log: MakeMaker magic to compile (when no dynamic loading)
46359              List/Util.xsc as (ListUtil.c and) ListUtil.o since
46360              POSIX-BC (BS2000) linker has an evil limitation of
46361              being unable to include in the same executable several
46362              object files with the same name - case-insensitively -
46363              because otherwise we conflict with util.c.
46364              Strictly speaking currently required only in POSIX-BC
46365              but probably will do no harm elsewhere where static
46366              linking is required.
46367      Branch: perl
46368            ! ext/List/Util/Makefile.PL
46369 ____________________________________________________________________________
46370 [ 10452] By: nick                                  on 2001/06/06  08:59:51
46371         Log: Integrate mainline.
46372      Branch: perlio
46373           +> lib/Attribute/Handlers/demo/Demo.pm
46374           +> lib/Attribute/Handlers/demo/Descriptions.pm
46375           +> lib/Attribute/Handlers/demo/MyClass.pm
46376           +> lib/Attribute/Handlers/demo/demo.pl
46377           +> lib/Attribute/Handlers/demo/demo2.pl
46378           +> lib/Attribute/Handlers/demo/demo3.pl
46379           +> lib/Attribute/Handlers/demo/demo4.pl
46380           +> lib/Attribute/Handlers/demo/demo_call.pl
46381           +> lib/Attribute/Handlers/demo/demo_chain.pl
46382           +> lib/Attribute/Handlers/demo/demo_cycle.pl
46383           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
46384           +> lib/Attribute/Handlers/demo/demo_phases.pl
46385           +> lib/Attribute/Handlers/demo/demo_range.pl
46386           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
46387           +> uts/strtol_wrap.c
46388           !> (integrate 91 files)
46389 ____________________________________________________________________________
46390 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
46391         Log: change#9108 needs subtler treatment for case of closures created
46392              within eval""
46393      Branch: maint-5.6/perl
46394            ! op.c t/op/misc.t
46395 ____________________________________________________________________________
46396 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
46397         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
46398              scope, since that has already been searched)
46399      Branch: maint-5.6/perl
46400            ! op.c
46401 ____________________________________________________________________________
46402 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
46403         Log: Integrate change #10448 from maintperl; lexicals
46404              outside an eval"" weren't resolved correctly inside a subroutine
46405              definition inside the eval"" if they were not already referenced
46406              in the toplevel of the eval""-ed code
46407      Branch: perl
46408           !> cop.h op.c pp_ctl.c t/op/misc.t
46409 ____________________________________________________________________________
46410 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
46411         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
46412              outside an eval"" weren't resolved correctly inside a subroutine
46413              definition inside the eval"" if they were not already referenced
46414              in the toplevel of the eval""-ed code
46415      Branch: maint-5.6/perl
46416            ! cop.h op.c pp_ctl.c t/op/misc.t
46417 ____________________________________________________________________________
46418 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
46419         Log: Subject: [PATCH] perl570delta.pod
46420              From: Peter Scott <Peter@PSDT.com> 
46421              Date: Tue, 05 Jun 2001 18:51:02 -0700
46422              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
46423      Branch: perl
46424            ! pod/perl570delta.pod
46425 ____________________________________________________________________________
46426 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
46427         Log: The fudge factor is no more needed.  I hope.
46428      Branch: perl
46429            ! t/lib/posix.t
46430 ____________________________________________________________________________
46431 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
46432         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
46433              From: Hugo <hv@crypt.compulink.co.uk>
46434              Date: Tue, 05 Jun 2001 12:58:19 +0100
46435              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
46436      Branch: perl
46437            ! util.c
46438 ____________________________________________________________________________
46439 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
46440         Log: Make up prototypes only for those who have the functions
46441              but not the prototypes.
46442      Branch: perl
46443            ! perl.h
46444 ____________________________________________________________________________
46445 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
46446         Log: Subject: Re: Not OK: perl@10439 on win32 
46447              From: Prymmer/Kahn <pvhp@best.com> 
46448              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
46449              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
46450      Branch: perl
46451            ! perl.h util.c
46452 ____________________________________________________________________________
46453 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
46454         Log: The metaconfig units changes for #10441.
46455      Branch: metaconfig
46456            ! U/modified/Extract.U U/modified/Extractall.U
46457            ! U/modified/Finish.U
46458 ____________________________________________________________________________
46459 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
46460         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
46461      Branch: perl
46462            ! Configure
46463 ____________________________________________________________________________
46464 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
46465         Log: Unnecessary fuzziness undone, noted by Mike Guy.
46466      Branch: perl
46467            ! t/op/tr.t
46468 ____________________________________________________________________________
46469 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
46470         Log: Update Changes.
46471      Branch: perl
46472            ! Changes patchlevel.h
46473 ____________________________________________________________________________
46474 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
46475         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
46476              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
46477              leakage patch.
46478      Branch: perl
46479            ! t/op/misc.t
46480 ____________________________________________________________________________
46481 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
46482         Log: Test case for #10433/#10424.
46483      Branch: perl
46484            ! t/op/misc.t
46485 ____________________________________________________________________________
46486 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
46487         Log: Subject: One fix for strtoul not setting errno
46488              From: hom00@utsglobal.com (Hal Morris)
46489              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
46490              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
46491      Branch: perl
46492            + uts/strtol_wrap.c
46493            ! MANIFEST hints/uts.sh
46494 ____________________________________________________________________________
46495 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
46496         Log: Metaconfig units changes for #10434.
46497      Branch: metaconfig
46498            ! U/modified/Cppsym.U
46499      Branch: metaconfig/U/perl
46500            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
46501            + d_syscallproto.U d_usleepproto.U
46502            ! longdblfio.U quadfio.U
46503 ____________________________________________________________________________
46504 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
46505         Log: Configure tweaks; add prototype probes, make the cpp symbols
46506              probe to cast, not whine; test for %Ld and %Lf before %lld and
46507              %llf because the L is the ANSI way.
46508      Branch: perl
46509            ! Configure config_h.SH configure.com epoc/config.sh
46510            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
46511            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46512            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
46513 ____________________________________________________________________________
46514 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
46515         Log: Sigh.  This is what #10424 was supposed to check in.
46516      Branch: perl
46517            ! op.c sv.c sv.h
46518 ____________________________________________________________________________
46519 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
46520         Log: More verbose failure.
46521      Branch: perl
46522            ! t/op/ver.t
46523 ____________________________________________________________________________
46524 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
46525         Log: The .pm changes to go with #10428.
46526      Branch: perl
46527            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
46528            ! ext/Sys/Syslog/Syslog.pm
46529 ____________________________________________________________________________
46530 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
46531         Log: On second thoughts show to utf8 skippage message only
46532              on failures, it's too confusing otherwise,
46533      Branch: perl
46534            ! t/pragma/locale.t
46535 ____________________________________________________________________________
46536 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
46537         Log: Do not import anything from Encode.
46538      Branch: perl
46539            ! ext/MIME/Base64/QuotedPrint.pm
46540 ____________________________________________________________________________
46541 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
46542         Log: The #10402 didn't take.  Weird.
46543      Branch: perl
46544            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46545            ! ext/Sys/Syslog/Syslog.xs
46546 ____________________________________________________________________________
46547 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
46548         Log: Eradicate traces of 'asciirange' re subpragma.
46549      Branch: perl
46550            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
46551            ! pod/perldiag.pod
46552 ____________________________________________________________________________
46553 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
46554         Log: use is a compile-time thing.
46555      Branch: perl
46556            ! ext/MIME/Base64/QuotedPrint.pm
46557 ____________________________________________________________________________
46558 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
46559         Log: Subject: [PATCH perl@10419] -Wall casting patch
46560              From: Robin Barker <rmb1@cise.npl.co.uk>
46561              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
46562              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
46563      Branch: perl
46564            ! ext/Devel/DProf/DProf.xs mg.c
46565 ____________________________________________________________________________
46566 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
46567         Log: Subject: [PATCH #2] introducing SVpad_TYPED
46568              From: Abhijit Menon-Sen <ams@wiw.org>
46569              Date: Mon, 4 Jun 2001 12:26:02 +0530
46570              Message-ID: <20010604122602.A5775@lustre.linux.in>
46571      Branch: perl
46572            ! op.c sv.c sv.h
46573 ____________________________________________________________________________
46574 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
46575         Log: testsuite for change#10192 (from Gisle Aas)
46576      Branch: perl
46577            + t/op/override.t
46578            ! MANIFEST
46579 ____________________________________________________________________________
46580 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
46581         Log: integrate changes#10414-10416 from mainline
46582              
46583              Potential buffer overrun if the radix separator is more than
46584              one byte.  Also, under locales, prefer the locale-specific
46585              separator over the old boring ".".
46586              
46587              "10.", that is, decimal numbers can have no decimal part at all.
46588              
46589              The non-locale places need love, too.
46590      Branch: maint-5.6/perl
46591           !> perl.h sv.c
46592 ____________________________________________________________________________
46593 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
46594         Log: Missed from #10420.
46595      Branch: perl
46596            ! epoc/config.sh
46597 ____________________________________________________________________________
46598 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
46599         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
46600              often this prototype goes with HAS_SETRESUID_PROTO.
46601      Branch: perl
46602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46603            ! config_h.SH configure.com perl.h uconfig.h
46604 ____________________________________________________________________________
46605 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
46606         Log: Update Changes.
46607      Branch: perl
46608            ! Changes patchlevel.h
46609 ____________________________________________________________________________
46610 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
46611         Log: -Wall "subscript has type `char'" cleanup.
46612      Branch: perl
46613            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
46614 ____________________________________________________________________________
46615 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
46616         Log: Various "cast to pointer from integer of different size"
46617              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
46618              wide but I32 (int) only 32 bits wide).
46619              
46620              WARNING: the classnum and tagnum changes in Storable.xs
46621              may not be wise, they may be breaking binary compatibility
46622              (in 64-bit platforms), asked Raphael Manfredi about the changes.
46623      Branch: perl
46624            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
46625            ! mg.c proto.h
46626 ____________________________________________________________________________
46627 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
46628         Log: The non-locale places need love, too.
46629      Branch: perl
46630            ! perl.h
46631 ____________________________________________________________________________
46632 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
46633         Log: "10.", that is, decimal numbers can have no decimal part at all.
46634      Branch: perl
46635            ! perl.h
46636 ____________________________________________________________________________
46637 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
46638         Log: Potential buffer overrun if the radix separator is more than
46639              one byte.  Also, under locales, prefer the locale-specific
46640              separator over the old boring ".".
46641      Branch: perl
46642            ! perl.h sv.c
46643 ____________________________________________________________________________
46644 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
46645         Log: Integrate change #10412 from maintperl; locale is now
46646              per-cop, not per-op; plus retweak the locale.t to always
46647              list the skipped utf8 locales.
46648      Branch: perl
46649            ! t/pragma/locale.t
46650           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46651           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
46652 ____________________________________________________________________________
46653 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
46654         Log: rationalize locale handling to fix the bugs uncovered by change#10394
46655              
46656              the major issue was that the runtime was looking at PL_hints rather
46657              than op_private to notice whether locale was enabled
46658              
46659              the secondary issue was that many locale-sensitive numeric ops didn't
46660              have HINT_LOCALE propagated into their op_private
46661              
46662              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
46663              instead of per-op, just like HINT_BYTE and the hints for lexical
46664              warnings (this makes the hint available to every op via PL_curcop)
46665              
46666              pragma/locale.t may need to be reworked with these fixes in mind
46667              (it currently passes its tests)
46668      Branch: maint-5.6/perl
46669            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46670            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
46671 ____________________________________________________________________________
46672 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
46673         Log: More verbose debugging.
46674      Branch: perl
46675            ! t/pragma/locale.t
46676 ____________________________________________________________________________
46677 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
46678         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46679              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
46680              Date: Sat, 2 Jun 2001 22:53:33 +0100
46681              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
46682      Branch: perl
46683            ! regcomp.c t/pragma/warn/regcomp
46684 ____________________________________________________________________________
46685 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
46686         Log: Mention that lexicalizing $a or $b is a bad idea if one
46687              wants to use sort().
46688      Branch: perl
46689            ! pod/perlvar.pod
46690 ____________________________________________________________________________
46691 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
46692         Log: Tweak the test to be happy if the accuracy is 'good enough'.
46693      Branch: perl
46694            ! t/lib/posix.t
46695 ____________________________________________________________________________
46696 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
46697         Log: Upgrade to Attribute::Handlers 0.70.
46698              
46699              NOTE: this unearthed the "too late for CHECK block" bug,
46700              that's why the 1_compile.t change.
46701      Branch: perl
46702            + lib/Attribute/Handlers/demo/Demo.pm
46703            + lib/Attribute/Handlers/demo/Descriptions.pm
46704            + lib/Attribute/Handlers/demo/MyClass.pm
46705            + lib/Attribute/Handlers/demo/demo.pl
46706            + lib/Attribute/Handlers/demo/demo2.pl
46707            + lib/Attribute/Handlers/demo/demo3.pl
46708            + lib/Attribute/Handlers/demo/demo4.pl
46709            + lib/Attribute/Handlers/demo/demo_call.pl
46710            + lib/Attribute/Handlers/demo/demo_chain.pl
46711            + lib/Attribute/Handlers/demo/demo_cycle.pl
46712            + lib/Attribute/Handlers/demo/demo_hashdir.pl
46713            + lib/Attribute/Handlers/demo/demo_phases.pl
46714            + lib/Attribute/Handlers/demo/demo_range.pl
46715            + lib/Attribute/Handlers/demo/demo_rawdata.pl
46716            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
46717            ! t/lib/attrhand.t
46718 ____________________________________________________________________________
46719 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
46720         Log: One less -Wall whine.
46721      Branch: perl
46722            ! regcomp.c
46723 ____________________________________________________________________________
46724 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
46725         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
46726      Branch: perl
46727           !> t/op/eval.t
46728 ____________________________________________________________________________
46729 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
46730         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
46731              aren't "normally" visible inside eval""s contained in subs unless
46732              a cloned reference to them already exists)
46733              
46734              strangely enough, t/harness didn't show this up as a failure
46735              (harness needs fixing?)
46736      Branch: maint-5.6/perl
46737            ! t/op/eval.t
46738 ____________________________________________________________________________
46739 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
46740         Log: Update to Text::Balanced 1.85.
46741      Branch: perl
46742            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
46743 ____________________________________________________________________________
46744 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
46745         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
46746              From: Nicholas Clark <nick@ccl4.org>
46747              Date: Sun, 3 Jun 2001 17:54:36 +0100
46748              Message-ID: <20010603175436.E76396@plum.flirble.org> 
46749      Branch: perl
46750            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46751            ! ext/Sys/Syslog/Syslog.xs
46752 ____________________________________________________________________________
46753 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
46754         Log: Unused variables.
46755      Branch: perl
46756            ! util.c
46757 ____________________________________________________________________________
46758 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
46759         Log: Subject: [PATCH] APIfy op_clear 
46760              From: Simon Cozens <simon@netthink.co.uk>
46761              Date: Sun, 3 Jun 2001 13:51:46 +0100
46762              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46763              
46764              (despite the subject line, op_null is APIfied by the patch)
46765      Branch: perl
46766            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46767 ____________________________________________________________________________
46768 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
46769         Log: Subject: [PATCH] t/lib/extutils.t
46770              From: Nicholas Clark <nick@ccl4.org>
46771              Date: Sat, 2 Jun 2001 23:57:05 +0100
46772              Message-ID: <20010602235705.Q12698@plum.flirble.org>
46773      Branch: perl
46774            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46775 ____________________________________________________________________________
46776 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
46777         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
46778              From: Prymmer/Kahn <pvhp@best.com>
46779              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
46780              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
46781      Branch: perl
46782            ! win32/Makefile win32/makefile.mk
46783 ____________________________________________________________________________
46784 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
46785         Log: Subject: Re: 'decimal digits' macro? 
46786              From: Hugo <hv@crypt.compulink.co.uk>
46787              Date: Sun, 03 Jun 2001 04:26:36 +0100
46788              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
46789      Branch: perl
46790            ! handy.h t/lib/posix.t t/op/tr.t
46791 ____________________________________________________________________________
46792 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
46793         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46794              From: Hugo <hv@crypt.compulink.co.uk>
46795              Date: Sun, 03 Jun 2001 14:56:30 +0100
46796              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
46797      Branch: perl
46798            ! util.c
46799 ____________________________________________________________________________
46800 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
46801         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
46802      Branch: perl
46803           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
46804           !> vms/perly_c.vms
46805 ____________________________________________________________________________
46806 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
46807         Log: fix leakage of lexicals at file scope into subroutines that were
46808              declared before them; this appears to be a longstanding bug that
46809              meant that lexicals at file scope were never "deintroduced", meaning
46810              their scope range was never properly closed, and their visibility
46811              extended to all subsequent eval""s or requires
46812              
46813              added a test case
46814              
46815              seems to also fix a case of bogus duplicate warnings
46816      Branch: maint-5.6/perl
46817            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
46818            ! vms/perly_c.vms
46819 ____________________________________________________________________________
46820 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
46821         Log: More VMS tweaks from Craig A. Berry.
46822      Branch: perl
46823            ! configure.com t/lib/extutils.t
46824 ____________________________________________________________________________
46825 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
46826         Log: -Wall cleanup continues.
46827      Branch: perl
46828            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
46829            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
46830            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
46831            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
46832            ! run.c toke.c util.c
46833 ____________________________________________________________________________
46834 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
46835         Log: The metaconfig unit change for #10390.
46836      Branch: metaconfig/U/perl
46837            ! gccvers.U
46838 ____________________________________________________________________________
46839 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
46840         Log: Drop the -ansi from the default gcc flags.
46841              
46842              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
46843              that struct cannot be compared with a flat integer, such as STRLEN.
46844              The -ansi will also cause a lot of noise in Solaris because of:
46845              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
46846      Branch: perl
46847            ! Configure
46848 ____________________________________________________________________________
46849 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
46850         Log: Integrate perlio.
46851      Branch: perl
46852           !> pod/perlapi.pod util.c
46853 ____________________________________________________________________________
46854 [ 10388] By: nick                                  on 2001/06/02  08:01:12
46855         Log: Integrate mainline
46856      Branch: perlio
46857           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
46858           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
46859           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
46860           !> t/lib/1_compile.t t/lib/mimeqp.t
46861 ____________________________________________________________________________
46862 [ 10387] By: nick                                  on 2001/06/02  07:39:17
46863         Log: Tweak util.c's atof2 for MULTIPLICITY
46864      Branch: perlio
46865            ! util.c
46866 ____________________________________________________________________________
46867 [ 10386] By: nick                                  on 2001/06/02  07:38:33
46868         Log: Integrate mainline
46869      Branch: perlio
46870           !> (integrate 41 files)
46871 ____________________________________________________________________________
46872 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
46873         Log: Add Attribute::Handlers 0.61 from Damian Conway.
46874      Branch: perl
46875            + lib/Attribute/Handlers.pm t/lib/attrhand.t
46876            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
46877 ____________________________________________________________________________
46878 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
46879         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
46880              From: Peter Prymmer <pvhp@forte.com>
46881              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
46882              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
46883      Branch: perl
46884            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
46885 ____________________________________________________________________________
46886 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
46887         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
46888              From: Jeff Pinyan <jeffp@crusoe.net>
46889              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
46890              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
46891      Branch: perl
46892            ! lib/File/Find.pm
46893 ____________________________________________________________________________
46894 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
46895         Log: Subject: [PATCH perl@10381] configure.com tweaks
46896              From: "Craig A. Berry" <craigberry@mac.com>
46897              Date: Fri, 1 Jun 2001 13:55:43 -0500
46898              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
46899      Branch: perl
46900            ! configure.com
46901 ____________________________________________________________________________
46902 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
46903         Log: Update Changes.
46904      Branch: perl
46905            ! Changes patchlevel.h
46906 ____________________________________________________________________________
46907 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
46908         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
46909              From: Mike Guy <mjtg@cam.ac.uk>
46910              Date: Fri, 01 Jun 2001 18:17:02 +0100
46911              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
46912      Branch: perl
46913            ! lib/perl5db.pl
46914 ____________________________________________________________________________
46915 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
46916         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46917              From: Hugo <hv@crypt.compulink.co.uk>
46918              Date: Thu, 31 May 2001 20:49:48 +0100
46919              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
46920      Branch: perl
46921            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
46922            ! util.c
46923 ____________________________________________________________________________
46924 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
46925         Log: Zero() is not available in x2p (or, rather, some of its
46926              implementations like memzero() might not be available.)
46927      Branch: perl
46928            ! x2p/hash.c
46929 ____________________________________________________________________________
46930 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
46931         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
46932              From: Michael G Schwern <schwern@pobox.com>
46933              Date: Fri, 1 Jun 2001 12:00:29 +0100
46934              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
46935              
46936              (But use Zero() instead of memset.)
46937      Branch: perl
46938            ! x2p/hash.c
46939 ____________________________________________________________________________
46940 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
46941         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46942              From: Jeff Pinyan <jeffp@crusoe.net>
46943              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
46944              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
46945      Branch: perl
46946            ! pod/perldiag.pod regcomp.c t/op/pat.t
46947 ____________________________________________________________________________
46948 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
46949         Log: Retract #10324 and #10333; not needed.
46950      Branch: perl
46951            ! hints/irix_6.sh hints/linux.sh
46952 ____________________________________________________________________________
46953 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
46954         Log: The #10370 wasn't quite right.
46955      Branch: perl
46956            ! ext/XS/Typemap/Typemap.xs
46957 ____________________________________________________________________________
46958 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
46959         Log: The metaconfig units changes for #10372.
46960      Branch: metaconfig/U/perl
46961            + d_realpath.U d_sresgproto.U d_sresuproto.U
46962            ! gccvers.U i_db.U
46963 ____________________________________________________________________________
46964 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
46965         Log: Configure tweaks; record the Berkeley DB version,
46966              probe for realpath(), for setresuid() and setresgid()
46967              prototypes; use realpath() (try to be paranoid enough),
46968              use the setres[ug]id prototypes because glibc has the functions
46969              but not their prototypes; add -Wall -ansi to gcc ccflags;
46970              regen toc.
46971      Branch: perl
46972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46973            ! config_h.SH configure.com epoc/config.sh
46974            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
46975            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46976            ! vos/config.ga.def win32/config.bc win32/config.gc
46977            ! win32/config.vc
46978 ____________________________________________________________________________
46979 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
46980         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
46981              From: Michael G Schwern <schwern@pobox.com>
46982              Date: Fri, 1 Jun 2001 11:28:14 +0100
46983              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
46984      Branch: perl
46985            ! lib/attributes.pm xsutils.c
46986 ____________________________________________________________________________
46987 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
46988         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
46989              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46990              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
46991              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
46992      Branch: perl
46993            ! ext/XS/Typemap/Typemap.xs
46994 ____________________________________________________________________________
46995 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
46996         Log: Subject: [patch] Cwd.xs optimizations/abstraction
46997              From: Doug MacEachern <dougm@covalent.net>
46998              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
46999              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
47000      Branch: perl
47001            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
47002            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
47003 ____________________________________________________________________________
47004 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
47005         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!])
47006              From: Nicholas Clark <nick@ccl4.org>
47007              Date: Thu, 31 May 2001 23:56:40 +0100
47008              Message-ID: <20010531235640.F12698@plum.flirble.org>
47009              
47010              Make the test work also under only static extensions
47011              (sh Configure -Uusedl fakes this nicely)
47012      Branch: perl
47013            ! t/lib/extutils.t
47014 ____________________________________________________________________________
47015 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
47016         Log: Subject: [PATCH hv.c] Eliminating trigraph
47017              From: Michael G Schwern <schwern@pobox.com>
47018              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
47019              Date: Fri, 1 Jun 2001 11:49:56 +0100
47020      Branch: perl
47021            ! hv.c
47022 ____________________________________________________________________________
47023 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
47024         Log: Subject: Re: [PATCH] Tests for File::Compare 
47025              From: "Philip Newton" <Philip.Newton@gmx.net>
47026              Date: Thu, 31 May 2001 19:44:05 +0200
47027              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
47028              
47029              Unnecessary "quotation marks".
47030      Branch: perl
47031            ! t/lib/filecomp.t
47032 ____________________________________________________________________________
47033 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
47034         Log: Integrate perlio.
47035      Branch: perl
47036           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
47037 ____________________________________________________________________________
47038 [ 10364] By: nick                                  on 2001/06/01  10:13:31
47039         Log: Cleanup dll.base and dll.exp created by GCC builds.
47040      Branch: perlio
47041            ! lib/ExtUtils/MM_Win32.pm
47042 ____________________________________________________________________________
47043 [ 10363] By: nick                                  on 2001/06/01  10:02:17
47044         Log: Make filecomp test work on CRLF platforms by adding binmode.
47045      Branch: perlio
47046            ! t/lib/filecomp.t
47047 ____________________________________________________________________________
47048 [ 10362] By: nick                                  on 2001/06/01  08:37:17
47049         Log: Integrate mainline
47050      Branch: perlio
47051           !> Changes Configure patchlevel.h perlio.c
47052 ____________________________________________________________________________
47053 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
47054         Log: panic:claustrophobia.
47055      Branch: perl
47056            ! perlio.c
47057 ____________________________________________________________________________
47058 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
47059         Log: Update Changes.
47060      Branch: perl
47061            ! Changes patchlevel.h
47062 ____________________________________________________________________________
47063 [ 10359] By: nick                                  on 2001/05/31  12:35:50
47064         Log: Integrate mainline.
47065      Branch: perlio
47066           +> t/lib/filecomp.t
47067           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
47068           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
47069 ____________________________________________________________________________
47070 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
47071         Log: Integrate perlio.
47072      Branch: perl
47073           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
47074           !> win32/config_H.vc
47075 ____________________________________________________________________________
47076 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
47077         Log: Metaconfig unit change for #10356.
47078      Branch: metaconfig
47079            ! U/installdirs/inc_version_list.U
47080 ____________________________________________________________________________
47081 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
47082         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
47083              (idea from Sarathy; implementation from Andy)
47084      Branch: perl
47085            ! Configure
47086 ____________________________________________________________________________
47087 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
47088         Log: More AUTHORS.
47089      Branch: perl
47090            ! AUTHORS
47091 ____________________________________________________________________________
47092 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
47093         Log: Subject: Re: [PATCH] Tests for File::Compare
47094              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
47095              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
47096              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
47097      Branch: perl
47098            + t/lib/filecomp.t
47099            ! MANIFEST t/lib/1_compile.t
47100 ____________________________________________________________________________
47101 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
47102         Log: Subject: [PATCH] DEBUG_* macro cleanups
47103              From: Abhijit Menon-Sen <ams@wiw.org>
47104              Date: Thu, 31 May 2001 12:16:22 +0530
47105              Message-ID: <20010531121622.B4829@lustre.linux.in>
47106              
47107              Subject: Re: [PATCH] DEBUG_* macro cleanups
47108              From: Abhijit Menon-Sen <ams@wiw.org>
47109              Date: Thu, 31 May 2001 13:57:01 +0530
47110              Message-ID: <20010531135701.A21775@lustre.linux.in>
47111              
47112              (The DEBUG_ definitions in perl.h changed to use the
47113              STMT_START and STMT_END.)
47114      Branch: perl
47115            ! perl.h pp_ctl.c sv.c toke.c
47116 ____________________________________________________________________________
47117 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
47118         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
47119              From: Abhijit Menon-Sen <ams@wiw.org>
47120              Date: Thu, 31 May 2001 08:27:55 +0530
47121              Message-ID: <20010531082755.A10018@lustre.linux.in>
47122      Branch: perl
47123            ! ext/Storable/Storable.xs gv.c perl.c
47124 ____________________________________________________________________________
47125 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
47126         Log: Subject: [PATCH] AUTHORS
47127              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47128              Date: Thu, 31 May 2001 01:27:59 -0500
47129              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
47130              
47131              Subject: Re: [PATCH] AUTHORS
47132              From: "Philip Newton" <Philip.Newton@gmx.net>
47133              Date: Thu, 31 May 2001 10:08:06 +0200
47134              (Message-Id missing?)
47135      Branch: perl
47136            ! AUTHORS
47137 ____________________________________________________________________________
47138 [ 10350] By: nick                                  on 2001/05/31  11:40:43
47139         Log: win32 - dmake regen_config_h
47140      Branch: perlio
47141            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47142 ____________________________________________________________________________
47143 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
47144         Log: Subject: Re: [PATCH util.c] More warning cleanups.
47145              From: "Philip Newton" <Philip.Newton@gmx.net>
47146              Date: Thu, 31 May 2001 07:41:36 +0200
47147              Message-Id: <200105310538.IAA25458@taku.hut.fi>
47148              
47149              Undo C++-ism that snekt in.
47150      Branch: perl
47151            ! util.c
47152 ____________________________________________________________________________
47153 [ 10348] By: nick                                  on 2001/05/31  11:36:46
47154         Log: Tolerate Win32 numerics
47155      Branch: perlio
47156            ! t/pragma/warn/toke
47157 ____________________________________________________________________________
47158 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
47159         Log: Integrate perlio.
47160      Branch: perl
47161           !> perlio.c win32/win32.h
47162 ____________________________________________________________________________
47163 [ 10346] By: nick                                  on 2001/05/31  10:54:55
47164         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
47165              perlio.c change 10255.
47166      Branch: perlio
47167            ! perlio.c
47168 ____________________________________________________________________________
47169 [ 10345] By: nick                                  on 2001/05/31  10:01:57
47170         Log: Conditionally put back some "unused" dTHX which are used
47171              with PERL_IMPLICIT_SYS
47172      Branch: perlio
47173            ! perlio.c
47174 ____________________________________________________________________________
47175 [ 10344] By: nick                                  on 2001/05/31  10:00:59
47176         Log: Fix Win32 for new spelling IN_BYTES 
47177      Branch: perlio
47178            ! win32/win32.h
47179 ____________________________________________________________________________
47180 [ 10343] By: nick                                  on 2001/05/31  08:01:32
47181         Log: perlio.c -Wall cleaner under MULTIPLICITY
47182              - still minor noise with linux stdio
47183      Branch: perlio
47184            ! perlio.c
47185 ____________________________________________________________________________
47186 [ 10342] By: nick                                  on 2001/05/31  07:52:23
47187         Log: Integrate mainline.
47188      Branch: perlio
47189           !> (integrate 42 files)
47190 ____________________________________________________________________________
47191 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
47192         Log: AUTHORS updates.
47193      Branch: perl
47194            ! AUTHORS
47195 ____________________________________________________________________________
47196 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
47197         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
47198              From: Peter Prymmer <pvhp@forte.com>
47199              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
47200              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
47201      Branch: perl
47202            ! t/lib/md5-file.t
47203 ____________________________________________________________________________
47204 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
47205         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
47206              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
47207              to match the pragma name; various robustness cleanups.
47208      Branch: perl
47209            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
47210            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
47211 ____________________________________________________________________________
47212 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
47213         Log: More -Wall sweeping.
47214      Branch: perl
47215            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
47216            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
47217            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
47218            ! regcomp.c sv.c toke.c utf8.c
47219 ____________________________________________________________________________
47220 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
47221         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
47222              From: Nicholas Clark <nick@ccl4.org>
47223              Date: Wed, 30 May 2001 22:34:41 +0100
47224              Message-ID: <20010530223441.Y86445@plum.flirble.org>
47225      Branch: perl
47226            ! t/op/cmp.t
47227 ____________________________________________________________________________
47228 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
47229         Log: It's is not, it isn't ain't, and it's it's, not its,
47230              if you mean it is. If you don't, it's its. Then too,
47231              it's hers. It isn't her's. It isn't our's either.
47232              It's ours, and likewise yours and theirs.
47233              -- Oxford University Press, Edpress News
47234      Branch: perl
47235            ! lib/autouse.pm
47236 ____________________________________________________________________________
47237 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
47238         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
47239      Branch: perl
47240            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
47241            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
47242            ! x2p/str.c x2p/walk.c xsutils.c
47243 ____________________________________________________________________________
47244 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
47245         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47246              From: Michael G Schwern <schwern@pobox.com>
47247              Date: Wed, 30 May 2001 17:10:38 +0100
47248              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
47249              
47250              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47251              From: Abhijit Menon-Sen <ams@wiw.org>
47252              Date: Wed, 30 May 2001 23:16:13 +0530
47253              Message-ID: <20010530231613.A31933@lustre.linux.in>
47254      Branch: perl
47255            ! perl.c t/run/runenv.t
47256 ____________________________________________________________________________
47257 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
47258         Log: (Retracted by #10375.)
47259              
47260              IRIX hints patch from Merijn Broeren.
47261              
47262              TODO: (this and the earlier Linux hints patch) should be solved
47263              at Configure level.  Merijn: -ldb should not be used on any platform
47264              for perl, just when linking DBFile itself. Trying to be helpful here
47265              is counterproductive.
47266      Branch: perl
47267            ! hints/irix_6.sh
47268 ____________________________________________________________________________
47269 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
47270         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
47271              From: Nicholas Clark <nick@ccl4.org>
47272              Date: Wed, 30 May 2001 23:20:58 +0100
47273              Message-ID: <20010530232058.B86445@plum.flirble.org>
47274      Branch: perl
47275            ! doop.c
47276 ____________________________________________________________________________
47277 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
47278         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47279              From: Michael G Schwern <schwern@pobox.com> 
47280              Date: Wed, 30 May 2001 15:24:20 +0100
47281              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
47282      Branch: perl
47283            ! t/pragma/autouse.t
47284 ____________________________________________________________________________
47285 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
47286         Log: The regex trick wasn't a good idea.
47287      Branch: perl
47288            ! pod/perlfaq4.pod
47289 ____________________________________________________________________________
47290 [ 10329] By: nick                                  on 2001/05/30  18:34:35
47291         Log: Integrate mainline
47292      Branch: perlio
47293           !> (integrate 40 files)
47294 ____________________________________________________________________________
47295 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
47296         Log: Update Changes.
47297      Branch: perl
47298            ! Changes patchlevel.h
47299 ____________________________________________________________________________
47300 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
47301         Log: The metaconfig unit change for #10325.
47302      Branch: metaconfig
47303            + U/modified/afs.U
47304 ____________________________________________________________________________
47305 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
47306         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
47307              is now wrong.
47308      Branch: perl
47309            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
47310 ____________________________________________________________________________
47311 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
47312         Log: Introduce $Config{afsroot}.
47313      Branch: perl
47314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47315            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
47316            ! win32/config.gc win32/config.vc
47317 ____________________________________________________________________________
47318 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
47319         Log: (Retracted by #10375.)
47320              
47321              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
47322      Branch: perl
47323            ! hints/linux.sh
47324 ____________________________________________________________________________
47325 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
47326         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
47327              (Also Configure tweaks needed; coming up soon.)
47328      Branch: perl
47329            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
47330 ____________________________________________________________________________
47331 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
47332         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
47333              From: Michael G Schwern <schwern@pobox.com>
47334              Date: Sun, 27 May 2001 10:29:43 +0100
47335              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
47336      Branch: perl
47337            ! lib/perl5db.pl
47338 ____________________________________________________________________________
47339 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
47340         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
47341              and Abhijit Menon-Sen.
47342      Branch: perl
47343            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
47344            ! perl.c pp_sys.c regcomp.c
47345 ____________________________________________________________________________
47346 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
47347         Log: Fix the BOOT section to call myU2time properly.
47348      Branch: perl
47349            ! ext/Time/HiRes/HiRes.xs
47350 ____________________________________________________________________________
47351 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
47352         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47353              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
47354              Date: Wed, 30 May 2001 09:44:29 -0400
47355              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
47356              
47357              Detypo; plus add one more trick.
47358      Branch: perl
47359            ! pod/perlfaq4.pod
47360 ____________________________________________________________________________
47361 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
47362         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)
47363              From: Michael G Schwern <schwern@pobox.com>
47364              Date: Wed, 30 May 2001 14:39:06 +0100
47365              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
47366      Branch: perl
47367            ! lib/autouse.pm t/pragma/autouse.t
47368 ____________________________________________________________________________
47369 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
47370         Log: Subject: Re: AIX and gcc (moving targets)
47371              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47372              Date: Wed, 30 May 2001 15:25:08 +0200
47373              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
47374      Branch: perl
47375            ! ext/Time/HiRes/HiRes.xs
47376 ____________________________________________________________________________
47377 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
47378         Log: Subject: [PATCH t/TEST] sorting tests
47379              From: Michael G Schwern <schwern@pobox.com>
47380              Date: Wed, 30 May 2001 10:24:02 +0100
47381              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
47382      Branch: perl
47383            ! t/TEST
47384 ____________________________________________________________________________
47385 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
47386         Log: Subject: [ID 20010529.002] typos in man page perlre
47387              From: bart@cg681574-a.adubn1.nj.home.com 
47388              Date: Tue, 29 May 2001 13:58:59 -0500
47389              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
47390      Branch: perl
47391            ! pod/perlre.pod
47392 ____________________________________________________________________________
47393 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
47394         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47395              From: "Craig A. Berry" <craigberry@mac.com>
47396              Date: Tue, 29 May 2001 23:23:45 -0500
47397              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
47398      Branch: perl
47399            ! t/lib/extutils.t t/pragma/autouse.t
47400 ____________________________________________________________________________
47401 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
47402         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)
47403              From: David Dyck <dcd@tc.fluke.com>
47404              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
47405              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
47406      Branch: perl
47407            ! t/lib/filefind.t
47408 ____________________________________________________________________________
47409 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
47410         Log: AIX hints update for gcc from Merijn H. Brand.
47411      Branch: perl
47412            ! hints/aix.sh
47413 ____________________________________________________________________________
47414 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
47415         Log: Retract #10295 and #10296: a more generic solution
47416              is needed (there's something funny with gcc on AIX).
47417      Branch: perl
47418            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
47419 ____________________________________________________________________________
47420 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
47421         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47422              From: Hugo <hv@crypt.compulink.co.uk>
47423              Date: Wed, 30 May 2001 11:59:19 +0100
47424              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
47425              
47426              localizing $@ has unfortunate semantics - if you die past
47427              a local $@, the die message is lost.
47428      Branch: perl
47429            ! lib/utf8_heavy.pl
47430 ____________________________________________________________________________
47431 [ 10309] By: nick                                  on 2001/05/30  08:23:02
47432         Log: Integrate mainline (autouse works again.)
47433      Branch: perlio
47434           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
47435           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
47436           !> pod/perlvar.pod t/op/cmp.t
47437 ____________________________________________________________________________
47438 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
47439         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
47440              From: David Dyck <dcd@tc.fluke.com>
47441              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
47442              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
47443      Branch: perl
47444            ! lib/File/Find.pm
47445 ____________________________________________________________________________
47446 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
47447         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
47448              From: Nicholas Clark <nick@ccl4.org>
47449              Date: Tue, 29 May 2001 23:16:09 +0100
47450              Message-ID: <20010529231609.U86445@plum.flirble.org>
47451              
47452              Make the test output slightly clearer by distinguishing
47453              between '' and undef.
47454      Branch: perl
47455            ! t/op/cmp.t
47456 ____________________________________________________________________________
47457 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
47458         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
47459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47460              Date: Tue, 29 May 2001 19:15:19 -0400
47461              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
47462      Branch: perl
47463            ! hints/os2.sh
47464 ____________________________________________________________________________
47465 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
47466         Log: Subject: perlvar.pod addition
47467              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
47468              Date: Fri, 25 May 2001 20:23:12 +0200
47469              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
47470              
47471              Subject: Re: perlvar.pod addition
47472              From: "Abigail" <abigail@foad.org> 
47473              Date: Fri, 25 May 2001 22:00:39 +0200
47474              Message-ID: <20010525200039.28029.qmail@foad.org>
47475              
47476              Mention $a and $b in perlvar.
47477      Branch: perl
47478            ! pod/perlvar.pod
47479 ____________________________________________________________________________
47480 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
47481         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
47482              From: Jeff Pinyan <jeffp@crusoe.net>
47483              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
47484              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
47485      Branch: perl
47486            ! pod/perlvar.pod
47487 ____________________________________________________________________________
47488 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
47489         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
47490              From: Jeff Pinyan <jeffp@crusoe.net>
47491              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
47492              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
47493      Branch: perl
47494            ! pod/perlfaq6.pod
47495 ____________________________________________________________________________
47496 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
47497         Log: Mention Time::localtime and Time::gmtime.
47498      Branch: perl
47499            ! ext/Time/Piece/Piece.pm
47500 ____________________________________________________________________________
47501 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
47502         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47503              From: Michael G Schwern <schwern@pobox.com>
47504              Date: Tue, 29 May 2001 18:51:32 +0100
47505              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
47506      Branch: perl
47507            ! pod/perlfaq4.pod
47508 ____________________________________________________________________________
47509 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
47510         Log: Retract #10243.
47511      Branch: perl
47512            ! lib/autouse.pm
47513 ____________________________________________________________________________
47514 [ 10299] By: nick                                  on 2001/05/29  18:41:19
47515         Log: Post weekend integrate mainline (fails one test pragma/autouse).
47516      Branch: perlio
47517           +> (branch 29 files)
47518           !> (integrate 91 files)
47519 ____________________________________________________________________________
47520 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
47521         Log: Update Changes.
47522      Branch: perl
47523            ! Changes patchlevel.h
47524 ____________________________________________________________________________
47525 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
47526         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
47527              before Perl_load_module/Perl_call_method and restore the value
47528              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
47529      Branch: perl
47530            ! utf8.c
47531 ____________________________________________________________________________
47532 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
47533         Log: Subject: Re: AIX and gcc (moving targets)
47534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47535              Date: Tue, 29 May 2001 17:59:40 +0200
47536              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
47537      Branch: perl
47538            ! ext/Storable/Makefile.PL
47539 ____________________________________________________________________________
47540 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
47541         Log: Subject: Re: AIX and gcc (moving targets)
47542              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47543              Date: Tue, 29 May 2001 12:32:57 +0200
47544              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
47545      Branch: perl
47546            ! ext/POSIX/Makefile.PL
47547 ____________________________________________________________________________
47548 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
47549         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
47550              From: Michael G Schwern <schwern@pobox.com>
47551              Date: Tue, 29 May 2001 09:53:29 +0100
47552              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
47553              
47554              (#10280 retracted)
47555      Branch: perl
47556            ! lib/Test/Harness.pm t/lib/test-harness.t
47557 ____________________________________________________________________________
47558 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
47559         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
47560              From: Michael G Schwern <schwern@pobox.com>
47561              Date: Tue, 29 May 2001 09:19:52 +0100
47562              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
47563      Branch: perl
47564            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
47565            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
47566            + t/lib/Test/todo.t
47567            ! MANIFEST lib/Test.pm t/TEST
47568 ____________________________________________________________________________
47569 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
47570         Log: From: Michael G Schwern <schwern@pobox.com>
47571              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
47572              Date: Tue, 29 May 2001 08:26:09 +0100
47573              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
47574      Branch: perl
47575            ! t/TEST
47576 ____________________________________________________________________________
47577 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
47578         Log: Add tests for Time::gmtime and Time::localtime.
47579      Branch: perl
47580            + t/lib/time-gmtime.t t/lib/time-localtime.t
47581            ! MANIFEST t/lib/1_compile.t
47582 ____________________________________________________________________________
47583 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
47584         Log: Add test for File::stat.
47585      Branch: perl
47586            + t/lib/filestat.t
47587            ! MANIFEST t/lib/1_compile.t
47588 ____________________________________________________________________________
47589 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
47590         Log: Add test for Net::servent.
47591      Branch: perl
47592            + t/lib/net-sent.t
47593            ! MANIFEST t/lib/1_compile.t
47594 ____________________________________________________________________________
47595 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
47596         Log: Add test for Net::protoent.
47597      Branch: perl
47598            + t/lib/net-pent.t
47599            ! MANIFEST t/lib/1_compile.t
47600 ____________________________________________________________________________
47601 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
47602         Log: Add test for Net::netent.
47603      Branch: perl
47604            + t/lib/net-nent.t
47605            ! MANIFEST t/lib/1_compile.t
47606 ____________________________________________________________________________
47607 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
47608         Log: Add test for User::grent.  Portability doubtful.
47609      Branch: perl
47610            + t/lib/user-grent.t
47611            ! MANIFEST t/lib/1_compile.t
47612 ____________________________________________________________________________
47613 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
47614         Log: Add test for User::pwent.
47615              Probably will fall down somewhere for portability reasons.
47616      Branch: perl
47617            + t/lib/user-pwent.t
47618            ! MANIFEST t/lib/1_compile.t
47619 ____________________________________________________________________________
47620 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
47621         Log: Metaconfig units changes for #10283.
47622      Branch: metaconfig
47623            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
47624            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
47625            ! U/installdirs/sitescript.U U/modified/Signal.U
47626 ____________________________________________________________________________
47627 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
47628         Log: Subject: [PATCH 5.6.1] signal names in Configure
47629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47630              Date: Tue, 29 May 2001 03:52:25 -0400
47631              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
47632              
47633              Subject: [PATCH 5.6.1] older perl in Configure
47634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47635              Date: Tue, 29 May 2001 03:55:40 -0400
47636              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
47637              
47638              Subject: [PATCH 5.6.1] goofs in Configure
47639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47640              Date: Tue, 29 May 2001 04:13:07 -0400
47641              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
47642              
47643              Configure portability tweaks.
47644      Branch: perl
47645            ! Configure
47646 ____________________________________________________________________________
47647 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
47648         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
47649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47650              Date: Tue, 29 May 2001 04:07:06 -0400
47651              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
47652      Branch: perl
47653            ! os2/os2.c
47654 ____________________________________________________________________________
47655 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
47656         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
47657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47658              Date: Tue, 29 May 2001 04:01:38 -0400
47659              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
47660      Branch: perl
47661            ! hints/os2.sh os2/Makefile.SHs
47662 ____________________________________________________________________________
47663 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
47664         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
47665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47666              Date: Tue, 29 May 2001 03:50:18 -0400
47667              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
47668      Branch: perl
47669            ! lib/Test/Harness.pm
47670 ____________________________________________________________________________
47671 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
47672         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
47673      Branch: perl
47674            ! lib/utf8_heavy.pl
47675 ____________________________________________________________________________
47676 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
47677         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47678              From: Hugo <hv@crypt.compulink.co.uk>
47679              Date: Tue, 29 May 2001 03:03:45 +0100
47680              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
47681              
47682              Explanation why the $@ always gets the UTF8 flag when under use utf8--
47683              because we told it to have the flag when under use utf8.
47684      Branch: perl
47685            ! pp_ctl.c
47686 ____________________________________________________________________________
47687 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
47688         Log: At least a partial fix for 20010528.004.
47689      Branch: perl
47690            ! lib/utf8_heavy.pl
47691 ____________________________________________________________________________
47692 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
47693         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
47694              From: Nicholas Clark <nick@ccl4.org> 
47695              Date: Mon, 28 May 2001 23:39:38 +0100
47696              Message-ID: <20010528233938.M86445@plum.flirble.org>
47697              
47698              More portable non-zero UV.
47699      Branch: perl
47700            ! t/lib/extutils.t
47701 ____________________________________________________________________________
47702 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
47703         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
47704              From: Nicholas Clark <nick@ccl4.org>
47705              Date: Mon, 28 May 2001 22:46:09 +0100
47706              Message-ID: <20010528224608.L86445@plum.flirble.org>
47707              
47708              Test also "make clean".
47709      Branch: perl
47710            ! t/lib/extutils.t
47711 ____________________________________________________________________________
47712 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
47713         Log: Subject: Re: Would -Wno-unused -Wall be better?
47714              From: Michael G Schwern <schwern@pobox.com>
47715              Date: Tue, 29 May 2001 00:55:54 +0100
47716              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
47717      Branch: perl
47718            ! pp.h
47719 ____________________________________________________________________________
47720 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
47721         Log: Add a test for 20010528.007, fixed in #10272.
47722      Branch: perl
47723            ! t/op/misc.t toke.c
47724 ____________________________________________________________________________
47725 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
47726         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
47727              From: Hugo <hv@crypt.compulink.co.uk>
47728              Date: Tue, 29 May 2001 00:23:23 +0100
47729              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
47730      Branch: perl
47731            ! toke.c
47732 ____________________________________________________________________________
47733 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
47734         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47735              From: Michael G Schwern <schwern@pobox.com>
47736              Date: Tue, 29 May 2001 00:42:59 +0100
47737              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
47738      Branch: perl
47739            ! t/pragma/autouse.t
47740 ____________________________________________________________________________
47741 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
47742         Log: Some shells seemingly arrange the signal handlers differently
47743              (bug id 20010521.004).
47744      Branch: perl
47745            ! t/lib/sigaction.t
47746 ____________________________________________________________________________
47747 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
47748         Log: Regen perlmodlib.
47749      Branch: perl
47750            ! pod/perlmodlib.pod
47751 ____________________________________________________________________________
47752 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
47753         Log: Update Changes.
47754      Branch: perl
47755            ! Changes patchlevel.h
47756 ____________________________________________________________________________
47757 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
47758         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
47759              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47760              Date: Mon, 28 May 2001 14:56:35 -0500
47761              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
47762      Branch: perl
47763            ! pod/perlnewmod.pod
47764 ____________________________________________________________________________
47765 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
47766         Log: Regen toc.
47767      Branch: perl
47768            ! pod/perltoc.pod
47769 ____________________________________________________________________________
47770 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
47771         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
47772              From: "Richard Soderberg" <rs@crystalflame.net>
47773              Date: Mon, 28 May 2001 12:31:23 -0700
47774              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
47775      Branch: perl
47776            ! t/op/splice.t
47777 ____________________________________________________________________________
47778 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
47779         Log: The #10260 was too bold: locales and utf8 still do not mix.
47780      Branch: perl
47781            ! t/pragma/locale.t
47782 ____________________________________________________________________________
47783 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
47784         Log: Subject: [PATCH] Pod nitpicks
47785              From: "Richard Soderberg" <rs@crystalflame.net>
47786              Date: Mon, 28 May 2001 10:08:58 -0700
47787              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
47788      Branch: perl
47789            ! pod/perl571delta.pod pod/perlapi.pod sv.h
47790 ____________________________________________________________________________
47791 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
47792         Log: Upgrade to I18N::LangTags 0.22.
47793      Branch: perl
47794            + lib/I18N/LangTags/List.pod
47795            ! MANIFEST lib/I18N/LangTags.pm
47796 ____________________________________________________________________________
47797 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
47798         Log: A slightly more serious bug found by -Mutf8; op/misc and
47799              lib/complex dumped core.
47800      Branch: perl
47801            ! regexec.c
47802 ____________________________________________________________________________
47803 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
47804         Log: Various buglets shaken out by -Mutf8.
47805      Branch: perl
47806            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
47807            ! t/pragma/locale.t
47808 ____________________________________________________________________________
47809 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
47810         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
47811      Branch: perl
47812            ! t/lib/carp.t
47813 ____________________________________________________________________________
47814 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
47815         Log: Subject: [PATCH] todo patch
47816              From: Artur Bergman <artur@contiller.se> 
47817              Date: Mon, 28 May 2001 17:03:51 +0200
47818              Message-ID: <B7383577.F34%artur@contiller.se>
47819      Branch: perl
47820            ! pod/perltodo.pod
47821 ____________________________________________________________________________
47822 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
47823         Log: Subject: typo in perlguts.pod
47824              From: "John P. Linderman" <jpl@research.att.com>
47825              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
47826              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
47827      Branch: perl
47828            ! pod/perlguts.pod
47829 ____________________________________________________________________________
47830 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
47831         Log: Subject: AIX and gcc (moving targets)
47832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47833              Date: Mon, 28 May 2001 12:54:04 +0200
47834              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
47835      Branch: perl
47836            ! hints/aix.sh
47837 ____________________________________________________________________________
47838 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
47839         Log: Subject: Re: perlio + multiple perl_alloc..destruct
47840              From: Doug MacEachern <dougm@covalent.net>
47841              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
47842              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
47843      Branch: perl
47844            ! perlio.c
47845 ____________________________________________________________________________
47846 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
47847         Log: The #10251 wasn't quite up-to-the-code.
47848      Branch: perl
47849            ! t/op/misc.t
47850 ____________________________________________________________________________
47851 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
47852         Log: Test case for bug 20010526.004, fixed in #10252.
47853      Branch: perl
47854            ! t/op/taint.t
47855 ____________________________________________________________________________
47856 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
47857         Log: Subject: Re: [ID 20010526.004] Taint looses value
47858              From: Hugo <hv@crypt.compulink.co.uk>
47859              Date: Sun, 27 May 2001 20:39:32 +0100
47860              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
47861      Branch: perl
47862            ! sv.c
47863 ____________________________________________________________________________
47864 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
47865         Log: Test case for 20010422.005, fixed by #10250.
47866      Branch: perl
47867            ! t/op/misc.t
47868 ____________________________________________________________________________
47869 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
47870         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
47871              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47872              Date: Mon, 28 May 2001 06:39:12 -0400
47873              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
47874      Branch: perl
47875            ! toke.c
47876 ____________________________________________________________________________
47877 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
47878         Log: Linerewrapping.
47879      Branch: perl
47880            ! lib/open.pm
47881 ____________________________________________________________________________
47882 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
47883         Log: Updates on the modules list.
47884      Branch: perl
47885            ! t/lib/1_compile.t
47886 ____________________________________________________________________________
47887 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
47888         Log: Add a test for PerlIO.
47889              
47890              (I probably got the crlf/raw thing wrong for clrfy platforms...)
47891      Branch: perl
47892            + t/lib/perlio.t
47893            ! MANIFEST lib/PerlIO.pm
47894 ____________________________________________________________________________
47895 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
47896         Log: Add a test for carp et alia.
47897      Branch: perl
47898            + t/lib/carp.t
47899            ! MANIFEST
47900 ____________________________________________________________________________
47901 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
47902         Log: Adding the new test would be swell.
47903      Branch: perl
47904            + t/pragma/autouse.t
47905 ____________________________________________________________________________
47906 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
47907         Log: Add a test for the autouse pragma.
47908      Branch: perl
47909            ! MANIFEST
47910 ____________________________________________________________________________
47911 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
47912         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47913              From: dLux <dlux@spam.sch.bme.hu>
47914              Date: Sun, 27 May 2001 16:14:26 +0200
47915              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
47916      Branch: perl
47917            ! lib/autouse.pm
47918 ____________________________________________________________________________
47919 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
47920         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
47921              From: "Richard Soderberg" <rs@crystalflame.net>
47922              Date: Mon, 28 May 2001 03:56:36 -0700
47923              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
47924      Branch: perl
47925            ! utils/dprofpp.PL
47926 ____________________________________________________________________________
47927 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
47928         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
47929              From: "Stephen P. Potter" <spp@spotter.yi.org>
47930              Date: Tue, 22 May 2001 11:40:25 -0400
47931              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
47932              
47933              Subject: Re: [ID 20010522.003] Time::Local module bug
47934              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
47935              Date: Tue, 22 May 2001 11:50:19 -0400
47936              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
47937      Branch: perl
47938            ! lib/Time/Local.pm
47939 ____________________________________________________________________________
47940 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
47941         Log: The PERL_DL_NONLAZY can have whitespace in front.
47942      Branch: perl
47943            ! t/lib/extutils.t
47944 ____________________________________________________________________________
47945 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
47946         Log: Document strftime() and strptime().
47947      Branch: perl
47948            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
47949 ____________________________________________________________________________
47950 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
47951         Log: Make Time::Piece::strptime() to be a function, not a method.
47952      Branch: perl
47953            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47954 ____________________________________________________________________________
47955 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
47956         Log: Tweak the test to be more portable.
47957      Branch: perl
47958            ! t/lib/extutils.t
47959 ____________________________________________________________________________
47960 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
47961         Log: Subject: PATCH: Re: Re: Attributes that tie
47962              From: Leon Brocard <acme@astray.com>
47963              Date: Sun, 27 May 2001 12:37:29 +0100
47964              Message-ID: <20010527123729.A22663@ns0.astray.com>
47965              
47966              Document that variable attributes are not currently usable
47967              for tieing.  (An ugly limitation that should be fixed.)
47968      Branch: perl
47969            ! lib/attributes.pm
47970 ____________________________________________________________________________
47971 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
47972         Log: Microperl tweaks.
47973      Branch: perl
47974            ! Makefile.micro uconfig.h uconfig.sh
47975 ____________________________________________________________________________
47976 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
47977         Log: Add make target for microperl (kind of silly, but convenient).
47978      Branch: perl
47979            ! Makefile.SH
47980 ____________________________________________________________________________
47981 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
47982         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
47983              for microperl.)
47984      Branch: perl
47985            ! doio.c
47986 ____________________________________________________________________________
47987 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
47988         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
47989              From: rspier@pobox.com (Robert Spier)
47990              Date: Sat, 26 May 2001 20:05:23 -0400
47991              Message-ID: <15120.17603.148648.12430@rls.cx>
47992              
47993              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
47994              From: rspier@pobox.com (Robert Spier)
47995              Date: Sun, 27 May 2001 00:23:12 -0400
47996              Message-ID: <15120.33072.511966.767230@rls.cx>
47997      Branch: perl
47998            ! doio.c pod/perlfunc.pod
47999 ____________________________________________________________________________
48000 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
48001         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
48002      Branch: perl
48003            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48004 ____________________________________________________________________________
48005 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
48006         Log: Add README.tru64.
48007      Branch: perl
48008            + README.tru64
48009 ____________________________________________________________________________
48010 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
48011         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
48012      Branch: perl
48013            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48014            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
48015            ! MANIFEST
48016 ____________________________________________________________________________
48017 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
48018         Log: Integrate I18N::LangTags from Sean Burke.
48019              
48020              TODO: the language list from RFC 3066 needs to be integrated
48021              and made available somehow.  The list is included in the
48022              I18N-LangTags 0.21 distribution, but it is undocumented
48023              and unconnected to the module.
48024      Branch: perl
48025            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
48026            ! MANIFEST
48027 ____________________________________________________________________________
48028 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
48029         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
48030              envisioned by Sarathy.
48031      Branch: perl
48032            ! t/op/ver.t toke.c
48033 ____________________________________________________________________________
48034 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
48035         Log: Subject: [ID 20010525.001] Pod typo nits fixed
48036              From: lvirden@cas.org
48037              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
48038              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
48039              
48040              minus the perlsolaris decimation plus the
48041              
48042              Subject: Re: [ID 20010525.001] Pod typo nits fixed
48043              From: "Philip Newton" <Philip.Newton@gmx.net>
48044              Date: Fri, 25 May 2001 18:05:55 +0200
48045              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
48046      Branch: perl
48047            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
48048            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
48049            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
48050            ! pod/perlutil.pod pod/perlxstut.pod
48051 ____________________________________________________________________________
48052 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
48053         Log: return clauses are nice.
48054      Branch: perl
48055            ! sv.c
48056 ____________________________________________________________________________
48057 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
48058         Log: Subject: change 10199 backwards?
48059              From: Doug MacEachern <dougm@covalent.net>
48060              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
48061              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
48062      Branch: perl
48063            ! sv.c
48064 ____________________________________________________________________________
48065 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
48066         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
48067              From: Hugo <hv@crypt.compulink.co.uk>
48068              Date: Sat, 26 May 2001 17:05:12 +0100
48069              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
48070      Branch: perl
48071            + t/op/gmagic.t
48072            ! MANIFEST doop.c embed.h embed.pl global.sym
48073            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
48074            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
48075 ____________________________________________________________________________
48076 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
48077         Log: Regen headers for #10221.
48078      Branch: perl
48079            ! global.sym objXSUB.h perlapi.c
48080 ____________________________________________________________________________
48081 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
48082         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
48083              From: Juha Laiho <juha.laiho@Elma.Net>
48084              Date: Thu, 3 May 2001 09:51:30 +0300
48085              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
48086      Branch: perl
48087            ! embed.pl
48088 ____________________________________________________________________________
48089 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
48090         Log: Subject: Re: [PATCH] Re: stability of sort()?
48091              From: "John P. Linderman" <jpl@research.att.com>
48092              Date: Sat, 26 May 2001 13:27:19 -0400
48093              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
48094      Branch: perl
48095            ! pod/perlfunc.pod
48096 ____________________________________________________________________________
48097 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
48098         Log: Integrate perlio.
48099      Branch: perl
48100           !> pod/perlguts.pod
48101 ____________________________________________________________________________
48102 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
48103         Log: Subject: [PATCH perl@10210] PerlIO for VMS
48104              From: "Craig A. Berry" <craigberry@mac.com>
48105              Date: Sat, 26 May 2001 09:34:11 -0500
48106              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
48107      Branch: perl
48108            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
48109            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
48110            ! vms/vmsish.h
48111 ____________________________________________________________________________
48112 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
48113         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
48114              From: David Dyck <dcd@tc.fluke.com>
48115              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
48116              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
48117      Branch: perl
48118            ! lib/perl5db.pl
48119 ____________________________________________________________________________
48120 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
48121         Log: Subject: utf8 regexp tests
48122              From: Hugo <hv@crypt.compulink.co.uk>
48123              Date: Fri, 25 May 2001 22:35:01 +0100
48124              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
48125      Branch: perl
48126            ! t/op/regexp.t
48127 ____________________________________________________________________________
48128 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
48129         Log: Subject: [PATCH] Re: stability of sort()?
48130              From: Nicholas Clark <nick@ccl4.org>
48131              Date: Fri, 25 May 2001 22:40:19 +0100
48132              Message-ID: <20010525224019.B86445@plum.flirble.org>
48133      Branch: perl
48134            ! pod/perlfunc.pod
48135 ____________________________________________________________________________
48136 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
48137         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
48138              From: John Peacock <jpeacock@rowman.com>
48139              Date: Thu, 24 May 2001 22:14:01 -0400
48140              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
48141      Branch: perl
48142            ! mg.c scope.c sv.c
48143 ____________________________________________________________________________
48144 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
48145         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
48146              From: Nicholas Clark <nick@ccl4.org>
48147              Date: Sun, 20 May 2001 19:24:13 +0100
48148              Message-ID: <20010520192413.G83222@plum.flirble.org>
48149      Branch: perl
48150            + lib/ExtUtils/Constant.pm t/lib/extutils.t
48151            ! MANIFEST utils/h2xs.PL
48152 ____________________________________________________________________________
48153 [ 10212] By: nick                                  on 2001/05/26  09:49:28
48154         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
48155              add a few more notes there on use of mortals on the stack.
48156      Branch: perlio
48157            ! pod/perlguts.pod
48158 ____________________________________________________________________________
48159 [ 10211] By: nick                                  on 2001/05/26  09:05:36
48160         Log: Integrate mainline
48161      Branch: perlio
48162           +> t/lib/fcntl.t t/pragma/vars.t
48163           !> (integrate 49 files)
48164 ____________________________________________________________________________
48165 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
48166         Log: Update Changes.
48167      Branch: perl
48168            ! Changes patchlevel.h
48169 ____________________________________________________________________________
48170 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
48171         Log: Based on
48172              
48173              Subject: [PATCH pp.c] Wrapping pack("C",256)
48174              From: Simon Cozens <simon@netthink.co.uk>
48175              Date: Sat, 12 May 2001 17:58:41 +0100
48176              Message-ID: <20010512175841.A6132@netthink.co.uk>
48177      Branch: perl
48178            ! pod/perldiag.pod pp.c t/pragma/warn/pp
48179 ____________________________________________________________________________
48180 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
48181         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
48182              From: "Brendan O'Dea" <bod@compusol.com.au>
48183              Date: Fri, 25 May 2001 11:18:29 +1000
48184              Message-ID: <20010525111829.A28411@compusol.com.au>
48185              
48186              (Slightly modified.)
48187      Branch: perl
48188            ! lib/Term/Cap.pm
48189 ____________________________________________________________________________
48190 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
48191         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
48192              From: Hugo <hv@crypt.compulink.co.uk>
48193              Date: Fri, 25 May 2001 02:13:25 +0100
48194              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
48195      Branch: perl
48196            ! t/op/misc.t
48197 ____________________________________________________________________________
48198 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
48199         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
48200              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
48201              Date: Fri, 25 May 2001 10:25:36 +0900
48202              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
48203      Branch: perl
48204            ! regcomp.c regexec.c
48205 ____________________________________________________________________________
48206 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
48207         Log: Subject: [PATCH #2] stash autovivification and method call error messages
48208              From: Ilmari Karonen <iltzu@sci.fi>
48209              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
48210              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
48211      Branch: perl
48212            ! gv.c pp_hot.c t/op/method.t
48213 ____________________________________________________________________________
48214 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
48215         Log: Add make target and documentation for gprof profiling.
48216      Branch: perl
48217            ! Makefile.SH pod/perlhack.pod
48218 ____________________________________________________________________________
48219 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
48220         Log: Subject: Don't think about UTF8 
48221              From: Mike Guy <mjtg@cam.ac.uk> 
48222              Date: Tue, 22 May 2001 14:35:39 +0100
48223              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
48224      Branch: perl
48225            ! sv.h
48226 ____________________________________________________________________________
48227 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
48228         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
48229              From: Geraint A Edwards <gedge@serf.org> 
48230              Date: Thu, 24 May 2001 22:51:24 +0100
48231              Message-Id: <20010524225124.A34981@cymru.serf.org>
48232      Branch: perl
48233            ! x2p/find2perl.PL
48234 ____________________________________________________________________________
48235 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
48236         Log: DB_File has its own attribute story.
48237      Branch: perl
48238            ! ext/DB_File/DB_File.xs
48239 ____________________________________________________________________________
48240 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
48241         Log: Subject: Re: Making perl with -Wall
48242              From: Andy Dougherty <doughera@lafayette.edu>
48243              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
48244              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
48245      Branch: perl
48246            ! perl.h
48247 ____________________________________________________________________________
48248 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
48249         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
48250              From: "Richard Soderberg" <rs@crystalflame.net>
48251              Date: Thu, 24 May 2001 08:58:16 -0700
48252              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
48253      Branch: perl
48254            ! sv.c
48255 ____________________________________________________________________________
48256 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
48257         Log: IV/UV casting fixes from Nicholas Clark.
48258      Branch: perl
48259            ! perl.h pp_sys.c util.c
48260 ____________________________________________________________________________
48261 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
48262         Log: Subject: Re: Making perl with -Wall
48263              From: Michael G Schwern <schwern@pobox.com>
48264              Date: Thu, 24 May 2001 15:40:28 +0100
48265              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
48266      Branch: perl
48267            ! malloc.c perl.h
48268 ____________________________________________________________________________
48269 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
48270         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
48271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48272              Date: Tue, 22 May 2001 11:49:37 +0200
48273              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
48274      Branch: metaconfig
48275            ! U/modified/Oldsym.U
48276      Branch: metaconfig/U/perl
48277            ! patchlevel.U
48278      Branch: perl
48279            ! Configure config_h.SH myconfig.SH
48280 ____________________________________________________________________________
48281 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
48282         Log: Under versiononly install also the scripts with the version suffix.
48283              (e.g. .../bin/h2xs5.7.1)
48284      Branch: perl
48285            ! installperl
48286 ____________________________________________________________________________
48287 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
48288         Log: Subject: [PATCH] Stop segfault in mg.c:636
48289              From: "Richard Soderberg" <rs@crystalflame.net>
48290              Date: Thu, 24 May 2001 05:51:52 -0700
48291              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
48292      Branch: perl
48293            ! mg.c
48294 ____________________________________________________________________________
48295 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
48296         Log: Iteration continues; hopefully convergently.
48297      Branch: perl
48298            ! t/lib/b-stash.t
48299 ____________________________________________________________________________
48300 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
48301         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
48302              From: Gisle Aas <gisle@ActiveState.com>
48303              Date: 23 May 2001 16:13:10 -0700
48304              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
48305      Branch: perl
48306            ! op.c toke.c
48307 ____________________________________________________________________________
48308 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
48309         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
48310              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48311              Date: Thu, 24 May 2001 05:05:22 -0500
48312              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
48313      Branch: perl
48314            ! lib/dumpvar.pl lib/perl5db.pl
48315 ____________________________________________________________________________
48316 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
48317         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
48318              From: David Dyck <dcd@tc.fluke.com>
48319              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
48320              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
48321      Branch: perl
48322            ! lib/perl5db.pl
48323 ____________________________________________________________________________
48324 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
48325         Log: Tiny pod nits on READMEs, mostly whitespace issues.
48326      Branch: perl
48327            ! README.amiga README.dos README.macos README.mpeix README.vmesa
48328            ! README.win32
48329 ____________________________________________________________________________
48330 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
48331         Log: The DG/UX part of the 20010521.005.
48332      Branch: perl
48333            ! README.dgux
48334 ____________________________________________________________________________
48335 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
48336         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
48337              From: Hugo <hv@crypt.compulink.co.uk>
48338              Date: Mon, 21 May 2001 16:32:02 +0100
48339              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
48340      Branch: perl
48341            ! regcomp.c t/op/misc.t
48342 ____________________________________________________________________________
48343 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
48344         Log: Subject: [PATCH] Extra UNIVERSAL tests
48345              From: Mike Guy <mjtg@cam.ac.uk>
48346              Date: Wed, 23 May 2001 12:29:20 +0100
48347              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
48348      Branch: perl
48349            ! t/op/universal.t
48350 ____________________________________________________________________________
48351 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
48352         Log: Subject: [PATCH] Remove EQ keyword
48353              From: Mike Guy <mjtg@cam.ac.uk>
48354              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
48355              Date: Wed, 23 May 2001 11:17:29 +0100
48356      Branch: perl
48357            ! keywords.h keywords.pl
48358 ____________________________________________________________________________
48359 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
48360         Log: Subject: [PATCH] lib/perl5db.pl
48361              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48362              Date: Wed, 23 May 2001 02:18:03 -0500
48363              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
48364      Branch: perl
48365            ! lib/perl5db.pl
48366 ____________________________________________________________________________
48367 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
48368         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
48369              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48370              Date: Tue, 22 May 2001 23:34:41 -0500
48371              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
48372      Branch: perl
48373            ! lib/Term/Cap.pm
48374 ____________________________________________________________________________
48375 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
48376         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
48377              From: davem@fdgroup.co.uk
48378              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
48379              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
48380      Branch: perl
48381            ! emacs/e2ctags.pl
48382 ____________________________________________________________________________
48383 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
48384         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
48385              From: Michael G Schwern <schwern@pobox.com>
48386              Date: Tue, 22 May 2001 14:15:09 +0100
48387              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
48388      Branch: perl
48389            ! lib/vars.pm
48390 ____________________________________________________________________________
48391 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
48392         Log: Subject: [PATCH lib/vars.pm] Odd code nit
48393              From: Michael G Schwern <schwern@pobox.com>
48394              Date: Tue, 22 May 2001 14:14:28 +0100
48395              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
48396      Branch: perl
48397            ! lib/vars.pm
48398 ____________________________________________________________________________
48399 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
48400         Log: Use the new use vars feature.
48401      Branch: perl
48402            ! t/lib/b-stash.t
48403 ____________________________________________________________________________
48404 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
48405         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
48406              From: Mike Guy <mjtg@cam.ac.uk>
48407              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48408              Date: Tue, 22 May 2001 13:11:39 +0100
48409      Branch: perl
48410            + t/pragma/vars.t
48411            ! MANIFEST lib/vars.pm t/lib/1_compile.t
48412 ____________________________________________________________________________
48413 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
48414         Log: -qlongdouble considered harmful by Merijn.
48415      Branch: perl
48416            ! hints/aix.sh
48417 ____________________________________________________________________________
48418 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
48419         Log: Update Changes.
48420      Branch: perl
48421            ! Changes patchlevel.h
48422 ____________________________________________________________________________
48423 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
48424         Log: Add a test of its very own for Fcntl.  Hopefully portable.
48425      Branch: perl
48426            + t/lib/fcntl.t
48427            ! MANIFEST
48428 ____________________________________________________________________________
48429 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
48430         Log: Must be trickier for 'minitest' not to die.
48431      Branch: perl
48432            ! t/op/taint.t
48433 ____________________________________________________________________________
48434 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
48435         Log: Can't declare other people's variables.
48436      Branch: perl
48437            ! t/lib/b-stash.t
48438 ____________________________________________________________________________
48439 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
48440         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
48441      Branch: perl
48442            ! doio.c t/op/taint.t
48443 ____________________________________________________________________________
48444 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
48445         Log: The OS/2 variable needs to be declared.
48446      Branch: perl
48447            ! t/lib/b-stash.t
48448 ____________________________________________________________________________
48449 [ 10170] By: nick                                  on 2001/05/20  16:48:29
48450         Log: Integrate mainline
48451      Branch: perlio
48452           !> (integrate 41 files)
48453 ____________________________________________________________________________
48454 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
48455         Log: Small perlsec updates: clarify the taintedness of filename
48456              globbing; suggest using Scalar::Util::tainted().
48457      Branch: perl
48458            ! pod/perlsec.pod
48459 ____________________________________________________________________________
48460 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
48461         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
48462              From: Dave Mitchell <davem@fdgroup.co.uk>
48463              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
48464              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
48465      Branch: perl
48466            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
48467            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
48468            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
48469            ! xsutils.c
48470 ____________________________________________________________________________
48471 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
48472         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
48473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48474              Date: Sat, 19 May 2001 04:08:46 -0400
48475              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
48476      Branch: perl
48477            ! lib/ExtUtils/Mksymlists.pm makedef.pl
48478 ____________________________________________________________________________
48479 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
48480         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
48481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48482              Date: Sat, 19 May 2001 04:30:45 -0400
48483              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
48484      Branch: perl
48485            ! os2/os2.c
48486 ____________________________________________________________________________
48487 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
48488         Log: Subject: [PATCH 5.6.1] build bugs OS/2
48489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48490              Date: Sat, 19 May 2001 04:35:28 -0400
48491              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
48492      Branch: perl
48493            ! os2/Makefile.SHs os2/os2.c
48494 ____________________________________________________________________________
48495 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
48496         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
48497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48498              Date: Sat, 19 May 2001 04:04:23 -0400
48499              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
48500              
48501              (In bleadperl patched b-stash.t instead of b.t)
48502      Branch: perl
48503            ! t/lib/b-stash.t t/lib/bigfltpm.t
48504 ____________________________________________________________________________
48505 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
48506         Log: Subject: [PATCH 5.6.1] perl5db
48507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48508              Date: Sat, 19 May 2001 03:49:09 -0400
48509              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
48510      Branch: perl
48511            ! lib/perl5db.pl
48512 ____________________________________________________________________________
48513 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
48514         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
48515              From: Gisle Aas <gisle@ActiveState.com>
48516              Date: 18 May 2001 14:24:51 -0700
48517              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
48518      Branch: perl
48519            ! pp_ctl.c
48520 ____________________________________________________________________________
48521 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
48522         Log: Subject: [PATCH] Chomp should not always stringify
48523              From: Gisle Aas <gisle@ActiveState.com>
48524              Date: 18 May 2001 07:55:25 -0700
48525              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
48526      Branch: perl
48527            ! doop.c t/op/chop.t
48528 ____________________________________________________________________________
48529 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
48530         Log: Integrate perlio.
48531      Branch: perl
48532           !> pod/perlfunc.pod
48533 ____________________________________________________________________________
48534 [ 10159] By: nick                                  on 2001/05/20  09:39:46
48535         Log: Document some more of open's features.
48536      Branch: perlio
48537            ! pod/perlfunc.pod
48538 ____________________________________________________________________________
48539 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
48540         Log: back out change#10153 (it has compatibility issues such as the
48541              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
48542              benefit for 5.6.x doesn't seem worth the risk)
48543      Branch: maint-5.6/perl
48544            ! toke.c
48545 ____________________________________________________________________________
48546 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
48547         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
48548      Branch: perl
48549            ! x2p/s2p.PL
48550 ____________________________________________________________________________
48551 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
48552         Log: Update Changes.
48553      Branch: perl
48554            ! Changes patchlevel.h
48555 ____________________________________________________________________________
48556 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
48557         Log: Integrate change #10144 from maintperl.
48558              
48559              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
48560      Branch: perl
48561           !> win32/config.bc win32/config.gc win32/config.vc
48562           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48563 ____________________________________________________________________________
48564 [ 10154] By: nick                                  on 2001/05/18  07:23:03
48565         Log: Integrate mainline.
48566      Branch: perlio
48567           +> README.dgux t/lib/i18n-collate.t utils.lst
48568           !> (integrate 49 files)
48569 ____________________________________________________________________________
48570 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
48571         Log: Integrate change #7224 from mainline into maintperl.
48572              
48573              Allow @+ and @- to be doublequoted, from Simon Cozens. 
48574              (Approved by Larry, see Tom's comment in 20000830.005.)
48575      Branch: maint-5.6/perl
48576           !> toke.c
48577 ____________________________________________________________________________
48578 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
48579         Log: Subject: [PATCH bleadperl] small lookbehind fix
48580              From: Hugo <hv@crypt.compulink.co.uk>
48581              Date: Fri, 18 May 2001 00:07:19 +0100
48582              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
48583      Branch: perl
48584            ! regexec.c
48585 ____________________________________________________________________________
48586 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
48587         Log: Detypos.
48588      Branch: perl
48589            ! installman utils.lst
48590 ____________________________________________________________________________
48591 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
48592         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
48593              in 20001222.001.
48594      Branch: perl
48595            ! t/lib/glob-basic.t
48596 ____________________________________________________________________________
48597 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
48598         Log: Subject: [PATCH] Test for bug 20010515.004
48599              From: Benjamin Sugars <bsugars@canoe.ca>
48600              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
48601              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
48602      Branch: perl
48603            ! t/op/misc.t
48604 ____________________________________________________________________________
48605 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
48606         Log: Integrate #10145 from maintperl.
48607              
48608              fix for ID 20010515.004 (needs test)
48609      Branch: perl
48610           !> pp_hot.c
48611 ____________________________________________________________________________
48612 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
48613         Log: Thinko noticed by Doug MacEachern.
48614      Branch: perl
48615            ! thread.h
48616 ____________________________________________________________________________
48617 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
48618         Log: Subject: Re: [PATCH] HERE mark in regex
48619              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48620              Date: Thu, 17 May 2001 12:20:33 -0400
48621              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
48622      Branch: perl
48623            ! t/op/re_tests
48624 ____________________________________________________________________________
48625 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
48626         Log: fix for ID 20010515.004 (needs test)
48627      Branch: maint-5.6/perl
48628            ! pp_hot.c
48629 ____________________________________________________________________________
48630 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
48631         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
48632      Branch: maint-5.6/perl
48633            ! win32/config.bc win32/config.gc win32/config.vc
48634            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48635 ____________________________________________________________________________
48636 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
48637         Log: Macrofy the getspecific (and use it also in util.c)
48638      Branch: perl
48639            ! thread.h util.c
48640 ____________________________________________________________________________
48641 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
48642         Log: Use the unchecked thread-specific key fetch also in Tru64.
48643      Branch: perl
48644            ! thread.h
48645 ____________________________________________________________________________
48646 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
48647         Log: Subject: [PATCH 5.6.1]Quick thread speedup
48648              From: Dan Sugalski <dan@sidhe.org> 
48649              Date: Wed, 16 May 2001 18:05:19 -0400
48650              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
48651      Branch: perl
48652            ! thread.h util.c
48653 ____________________________________________________________________________
48654 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
48655         Log: I think this is quite enough testing for a deprecated feature.
48656      Branch: perl
48657            + t/lib/i18n-collate.t
48658            ! MANIFEST t/lib/1_compile.t
48659 ____________________________________________________________________________
48660 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
48661         Log: More HP-UX lore from Jeff Okamoto.
48662      Branch: perl
48663            ! README.hpux
48664 ____________________________________________________________________________
48665 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
48666         Log: Sort utils.lst for easier maintenance.
48667      Branch: perl
48668            ! utils.lst
48669 ____________________________________________________________________________
48670 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
48671         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48672              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48673              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
48674              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
48675              
48676              Add pod2latex to utils.lst.
48677      Branch: perl
48678            ! MANIFEST utils.lst
48679 ____________________________________________________________________________
48680 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
48681         Log: Subject: Re: [PATCH] HERE mark in regex
48682              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48683              Date: Wed, 16 May 2001 13:04:43 -0400
48684              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
48685      Branch: perl
48686            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48687            ! t/op/regmesg.t t/pragma/warn/regcomp
48688 ____________________________________________________________________________
48689 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
48690         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48691              From: Simon Cozens <simon@netthink.co.uk>
48692              Date: Wed, 16 May 2001 18:02:08 +0100
48693              Message-ID: <20010516180208.A6458@netthink.co.uk>
48694      Branch: perl
48695            ! installman utils.lst
48696 ____________________________________________________________________________
48697 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
48698         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
48699              From: "Philip Newton" <pnewton@gmx.de>
48700              Date: Tue, 15 May 2001 15:09:30 +0200
48701              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
48702              
48703              Test case for #10128.
48704      Branch: perl
48705            ! t/pragma/warn/pp_hot
48706 ____________________________________________________________________________
48707 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
48708         Log: Update Changes.
48709      Branch: perl
48710            ! Changes patchlevel.h
48711 ____________________________________________________________________________
48712 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
48713         Log: Deprecate pseudo-hashes.
48714      Branch: perl
48715            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
48716 ____________________________________________________________________________
48717 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
48718         Log: HP-UX hints update from Merijn.
48719      Branch: perl
48720            ! hints/hpux.sh
48721 ____________________________________________________________________________
48722 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
48723         Log: README.hpux update from Merijn.
48724      Branch: perl
48725            ! README.hpux
48726 ____________________________________________________________________________
48727 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
48728         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48729              From: Simon Cozens <simon@netthink.co.uk>
48730              Date: Wed, 16 May 2001 15:57:55 +0100
48731              Message-ID: <20010516155755.A4728@netthink.co.uk>
48732      Branch: perl
48733            + utils.lst
48734            ! MANIFEST installman installperl
48735 ____________________________________________________________________________
48736 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
48737         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
48738              From: "Philip Newton" <pnewton@gmx.de>
48739              Date: Tue, 15 May 2001 16:31:05 +0200
48740              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
48741              
48742              Fix PERL_Y2KWARN test to check before rather than after appending.
48743      Branch: perl
48744            ! pp_hot.c
48745 ____________________________________________________________________________
48746 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
48747         Log: Regen Porting stuff.
48748      Branch: perl
48749            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48750            ! config_h.SH
48751 ____________________________________________________________________________
48752 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
48753         Log: Metaconfig unit change for #10125.
48754      Branch: metaconfig
48755            ! U/modified/Oldconfig.U
48756 ____________________________________________________________________________
48757 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
48758         Log: Use OSVERS.
48759      Branch: perl
48760            ! Configure config_h.SH perl.c
48761 ____________________________________________________________________________
48762 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
48763         Log: Regen toc.
48764      Branch: perl
48765            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48766 ____________________________________________________________________________
48767 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
48768         Log: Adding the README.dgux to the MANIFEST would be a good idea.
48769      Branch: perl
48770            ! MANIFEST
48771 ____________________________________________________________________________
48772 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
48773         Log: Move the stack desire definition to thread.h.
48774      Branch: perl
48775            ! ext/Thread/Thread.xs thread.h
48776 ____________________________________________________________________________
48777 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
48778         Log: DG-UX threading patches, including a README.dgux,
48779              from Takis Psarogiannakopoulos.
48780      Branch: perl
48781            + README.dgux
48782            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
48783 ____________________________________________________________________________
48784 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
48785         Log: Subject: [PATCH B::Deparse] More on /x regexes
48786              From: Robin Houston <robin@kitsite.com>
48787              Date: Tue, 15 May 2001 19:09:35 +0100
48788              Message-ID: <20010515190935.A27268@penderel>
48789      Branch: perl
48790            ! ext/B/B/Deparse.pm
48791 ____________________________________________________________________________
48792 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
48793         Log: Document that the core time() may be rounding rather
48794              than truncating, would have saved at least my confusion.
48795      Branch: perl
48796            ! ext/Time/HiRes/HiRes.pm
48797 ____________________________________________________________________________
48798 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
48799         Log: Subject: perl-current/t/time-hires.t
48800              From: John Peacock <jpeacock@rowman.com>
48801              Date: Fri, 11 May 2001 14:09:41 -0400
48802              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
48803      Branch: perl
48804            ! t/lib/time-hires.t
48805 ____________________________________________________________________________
48806 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
48807         Log: Subject: [PATCH dump.c] Op private flags
48808              From: Simon Cozens <simon@netthink.co.uk>
48809              Date: Sun, 13 May 2001 20:20:36 +0100
48810              Message-ID: <20010513202036.A21896@netthink.co.uk>
48811      Branch: perl
48812            ! dump.c
48813 ____________________________________________________________________________
48814 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
48815         Log: Upgrade to Switch 2.03.
48816      Branch: perl
48817            ! lib/Switch.pm
48818 ____________________________________________________________________________
48819 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
48820         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
48821              to PERL_CONFIG_SH and use it consistently.
48822      Branch: maint-5.6/perl
48823           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48824           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48825           !> myconfig.SH writemain.SH
48826 ____________________________________________________________________________
48827 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
48828         Log: Metaconfig units changes for #10113.
48829      Branch: metaconfig
48830            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
48831 ____________________________________________________________________________
48832 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
48833         Log: The problem described in 20010514.031 still wasn't
48834              fully cured, there were remnants of $CONFIG when
48835              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
48836              to avoid future conflicts.
48837      Branch: perl
48838            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48839            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48840            ! myconfig.SH writemain.SH
48841 ____________________________________________________________________________
48842 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
48843         Log: Half of #10107 got lost.
48844      Branch: perl
48845            ! ext/B/B/Deparse.pm
48846 ____________________________________________________________________________
48847 [ 10111] By: nick                                  on 2001/05/15  08:39:14
48848         Log: Integrate mainline.
48849      Branch: perlio
48850           +> ext/POSIX/hints/uts.pl
48851            - Todo Todo-5.6 t/camel-III/vstring.t
48852           !> (integrate 48 files)
48853 ____________________________________________________________________________
48854 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
48855         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
48856              From: Robin Houston <robin@kitsite.com>
48857              Date: Mon, 14 May 2001 22:27:08 +0100
48858              Message-ID: <20010514222708.A22963@penderel>
48859      Branch: perl
48860            ! t/TestInit.pm
48861 ____________________________________________________________________________
48862 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
48863         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
48864              From: Robin Houston <robin@kitsite.com>
48865              Date: Mon, 14 May 2001 22:16:43 +0100
48866              Message-ID: <20010514221643.A22437@penderel>
48867      Branch: perl
48868            ! ext/B/B/Deparse.pm
48869 ____________________________________________________________________________
48870 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
48871         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
48872              From: Robin Houston <robin@kitsite.com>
48873              Date: Mon, 14 May 2001 22:03:44 +0100
48874              Message-ID: <20010514220344.A20643@penderel>
48875      Branch: perl
48876            ! ext/B/B/Deparse.pm
48877 ____________________________________________________________________________
48878 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
48879         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
48880              From: Robin Houston <robin@kitsite.com>
48881              Date: Mon, 14 May 2001 22:10:07 +0100
48882              Message-ID: <20010514221007.A21118@penderel>
48883      Branch: perl
48884            ! ext/B/B/Deparse.pm
48885 ____________________________________________________________________________
48886 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
48887         Log: Fix for 20010514.037; substr() didn't invalidate the locale
48888              collation magic.
48889      Branch: perl
48890            ! pp.c
48891 ____________________________________________________________________________
48892 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
48893         Log: Update Changes.
48894      Branch: perl
48895            ! Changes patchlevel.h
48896 ____________________________________________________________________________
48897 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
48898         Log: Retract #10094.
48899      Branch: perl
48900            ! lib/Pod/Text.pm
48901 ____________________________________________________________________________
48902 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
48903         Log: Integrate change #10100 from maintperl.
48904              
48905              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48906              bug ID 20010514.027)
48907      Branch: perl
48908           !> mg.c pp_ctl.c
48909 ____________________________________________________________________________
48910 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
48911         Log: Document the deprecatedness of suidperl.
48912      Branch: perl
48913            ! INSTALL pod/perlfaq1.pod
48914 ____________________________________________________________________________
48915 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
48916         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
48917              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48918              Date: Mon, 14 May 2001 09:38:59 -0400
48919              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
48920      Branch: perl
48921            ! lib/ExtUtils/MM_Unix.pm
48922 ____________________________________________________________________________
48923 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
48924         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48925              bug ID 20010514.027)
48926              
48927              TODO: this needs a testsuite addition
48928      Branch: maint-5.6/perl
48929            ! mg.c pp_ctl.c
48930 ____________________________________________________________________________
48931 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
48932         Log: More DWIMminess for Class::Struct: calling the array or hash
48933              accessors only with one argument, an array or a hash reference,
48934              sets the underlying array or hash.  This mirrors nicely also
48935              the usage in the constructor.
48936              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
48937      Branch: perl
48938            ! lib/Class/Struct.pm t/lib/class-struct.t
48939 ____________________________________________________________________________
48940 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
48941         Log: Reference cmp'ing should go through the whole stringification
48942              process shebang, as pointed out by Sarathy in #10091.
48943      Branch: perl
48944            ! pp.c
48945 ____________________________________________________________________________
48946 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
48947         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
48948              From: Simon Cozens <simon@netthink.co.uk>
48949              Date: Sat, 12 May 2001 16:36:27 +0100
48950              Message-ID: <20010512163627.A5522@netthink.co.uk>
48951              
48952              with some additions salvaged from Todo and Todo-5.6 before
48953              retiring them.
48954      Branch: perl
48955            - Todo Todo-5.6
48956            ! MANIFEST pod/perltodo.pod
48957 ____________________________________________________________________________
48958 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
48959         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
48960              From: "Golubev I. N." <gin@mo.msk.ru>
48961              Date: Mon, 07 May 2001 14:33:34 (GMT)
48962              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
48963      Branch: perl
48964            ! perl.h
48965 ____________________________________________________________________________
48966 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
48967         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
48968              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48969              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
48970              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
48971      Branch: perl
48972            ! lib/ExtUtils/MM_Unix.pm
48973 ____________________________________________________________________________
48974 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
48975         Log: (Retracted by #10104.)
48976              
48977              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
48978              From: barries <barries@slaysys.com>
48979              Date: Sat, 12 May 2001 01:28:10 -0400
48980              Message-ID: <20010512012810.B26358@jester.slaysys.com>
48981      Branch: perl
48982            ! lib/Pod/Text.pm
48983 ____________________________________________________________________________
48984 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
48985         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
48986              From: Mike Guy <mjtg@cam.ac.uk>
48987              Date: Sat, 12 May 2001 19:24:33 +0100
48988              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
48989      Branch: perl
48990            ! lib/AutoSplit.pm
48991 ____________________________________________________________________________
48992 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
48993         Log: Yet another HP-UX hints tweak from Merijn.
48994      Branch: perl
48995            ! hints/hpux.sh
48996 ____________________________________________________________________________
48997 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
48998         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
48999              isn't defined (changes#9366,9368,9370 from mainline without the
49000              pp_scmp() change)
49001      Branch: maint-5.6/perl
49002            ! pp.c pp.h pp_hot.c
49003 ____________________________________________________________________________
49004 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
49005         Log: The sorting seems to happen now automatically.
49006      Branch: perl
49007            ! t/lib/glob-basic.t
49008 ____________________________________________________________________________
49009 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
49010         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
49011              From: Benjamin Sugars <bsugars@canoe.ca>
49012              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
49013              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
49014      Branch: perl
49015            ! pod/perlfunc.pod
49016 ____________________________________________________________________________
49017 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
49018         Log: Subject: Re: undef(&foo) does not work for XS functions
49019              From: Doug MacEachern <dougm@covalent.net>
49020              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
49021              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
49022      Branch: perl
49023            ! op.c
49024 ____________________________________________________________________________
49025 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
49026         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
49027              From: Peter Prymmer <pvhp@forte.com>
49028              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
49029              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
49030      Branch: perl
49031            ! t/op/append.t
49032 ____________________________________________________________________________
49033 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
49034         Log: Update Changes.
49035      Branch: perl
49036            ! Changes patchlevel.h
49037 ____________________________________________________________________________
49038 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
49039         Log: Remove the 'asciir' re subpragma.  Should instead implement
49040              the 'physical vs logical' range scheme:
49041              
49042              \xAA-\xCC is a native physical range, you want that range of
49043              codepoints in your native encoding.  In EBCDIC the codepoints
49044              in the gaps (between i-j and r-s) should be included.
49045              
49046              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
49047              codepoints in Unicode.
49048              
49049              a-z is a logical range, you want that range of 'logical' codepoints
49050              in your native encoding.  In EBCDIC the codepoints in the gaps
49051              (between i-j and r-s) should not be included.
49052              
49053              Mixed cases (a-\xAA, etc) should either be errors, or maybe
49054              the 'logical' endpoints should be converted to native/Unicode
49055              codepoints, and the range handled as a physical range.
49056              
49057              'Logical endpoints' are to be recognized only in the A-Z, a-z,
49058              and 0-9 ranges.  Probably a warning should be given for mixed
49059              cases like A-z or a-9 (since such expressions are encoding
49060              dependent), with a recommendation to use physical ranges.
49061      Branch: perl
49062            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
49063            ! t/op/regexp.t
49064 ____________________________________________________________________________
49065 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
49066         Log: Make the test to cleanup the test directory tree
49067              both before and after the testing so that we always
49068              have a clean slate to work with.
49069      Branch: perl
49070            ! t/lib/filefind.t
49071 ____________________________________________________________________________
49072 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
49073         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
49074              From: Jon Eveland <jweveland@yahoo.com>
49075              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
49076              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
49077      Branch: perl
49078            ! pod/perlfunc.pod
49079 ____________________________________________________________________________
49080 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
49081         Log: Merge the camel-III/vstring.t with op/ver.t.
49082      Branch: perl
49083            - t/camel-III/vstring.t
49084            ! MANIFEST t/TEST t/harness t/op/ver.t
49085 ____________________________________________________________________________
49086 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
49087         Log: Add test.deparse make target.
49088      Branch: perl
49089            ! Makefile.SH
49090 ____________________________________________________________________________
49091 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
49092         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
49093              From: Robin Houston <robin@kitsite.com>
49094              Date: Fri, 11 May 2001 12:02:22 +0100
49095              Message-ID: <20010511120222.A11529@penderel>
49096      Branch: perl
49097            ! ext/B/B/Deparse.pm t/op/method.t
49098 ____________________________________________________________________________
49099 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
49100         Log: A nicely working combination for UTS from Hal Morris.
49101      Branch: perl
49102            + ext/POSIX/hints/uts.pl
49103            ! MANIFEST hints/uts.sh
49104 ____________________________________________________________________________
49105 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
49106         Log: i_ieeefp=undef for UTS.
49107      Branch: perl
49108            ! hints/uts.sh
49109 ____________________________________________________________________________
49110 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
49111         Log: Subject: RE: rand(0) is rand(1)
49112              From: Larry Shatzer <lshatzer@islanddata.com>
49113              Date: Thu, 10 May 2001 11:09:27 -0700
49114              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
49115      Branch: perl
49116            ! pod/perlfunc.pod
49117 ____________________________________________________________________________
49118 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
49119         Log: Subject: [patch] make op_{clear,null} public
49120              From: Doug MacEachern <dougm@covalent.net>
49121              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
49122              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
49123      Branch: perl
49124            ! embed.h embed.pl op.c proto.h
49125 ____________________________________________________________________________
49126 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
49127         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
49128              From: Robin Houston <robin@kitsite.com>
49129              Date: Thu, 10 May 2001 18:54:59 +0100
49130              Message-ID: <20010510185459.A5995@penderel>
49131      Branch: perl
49132            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
49133 ____________________________________________________________________________
49134 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
49135         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
49136              From: Robin Houston <robin@kitsite.com>
49137              Date: Thu, 10 May 2001 12:56:39 +0100
49138              Message-ID: <20010510125639.A2119@penderel>
49139      Branch: perl
49140            ! ext/B/B/Deparse.pm
49141 ____________________________________________________________________________
49142 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
49143         Log: Retract #10070, not ready yet.
49144      Branch: perl
49145            ! ext/B/B/Deparse.pm
49146 ____________________________________________________________________________
49147 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
49148         Log: The metaconfig unit change for #10071.
49149      Branch: metaconfig
49150            ! U/modified/mallocsrc.U
49151 ____________________________________________________________________________
49152 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
49153         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
49154      Branch: perl
49155            ! Configure
49156 ____________________________________________________________________________
49157 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
49158         Log: (Retracted by #10073)
49159              
49160              Subject: Re: [PATCH t/TEST] B::Deparse tester 
49161              From: Hugo <hv@crypt.compulink.co.uk>
49162              Date: Thu, 10 May 2001 05:48:09 +0100
49163              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
49164      Branch: perl
49165            ! ext/B/B/Deparse.pm
49166 ____________________________________________________________________________
49167 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
49168         Log: Add a for(func()) test.
49169      Branch: perl
49170            ! t/cmd/for.t
49171 ____________________________________________________________________________
49172 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
49173         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
49174              From: Robin Houston <robin@kitsite.com>
49175              Date: Thu, 10 May 2001 13:50:08 +0100
49176              Message-ID: <20010510135008.A2454@penderel>
49177      Branch: perl
49178            ! ext/B/B/Deparse.pm
49179 ____________________________________________________________________________
49180 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
49181         Log: A thinko in #10065.
49182      Branch: perl
49183            ! hv.c
49184 ____________________________________________________________________________
49185 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
49186         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
49187              From: Robin Houston <robin@kitsite.com>
49188              Date: Thu, 10 May 2001 02:10:34 +0100
49189              Message-ID: <20010510021034.A19421@penderel>
49190      Branch: perl
49191            ! ext/B/B.xs ext/B/B/Deparse.pm
49192 ____________________________________________________________________________
49193 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
49194         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
49195              From: Doug MacEachern <dougm@covalent.net>
49196              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
49197              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
49198      Branch: perl
49199            ! hv.c
49200 ____________________________________________________________________________
49201 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
49202         Log: One more workaround for the UTS compiler from Hal Morris.
49203      Branch: perl
49204            ! perl.h
49205 ____________________________________________________________________________
49206 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
49207         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
49208              From: Robin Houston <robin@kitsite.com>
49209              Date: Thu, 10 May 2001 01:02:08 +0100
49210              Message-ID: <20010510010208.A18200@penderel>
49211      Branch: perl
49212            ! ext/B/B/Debug.pm
49213 ____________________________________________________________________________
49214 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
49215         Log: Subject: [PATCH] Simplify deb_curcv() a bit
49216              From: Benjamin Sugars <bsugars@canoe.ca>
49217              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
49218              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
49219      Branch: perl
49220            ! run.c
49221 ____________________________________________________________________________
49222 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
49223         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
49224              From: Benjamin Sugars <bsugars@canoe.ca>
49225              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
49226              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
49227      Branch: perl
49228            ! t/lib/io_scalar.t
49229 ____________________________________________________________________________
49230 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
49231         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
49232              From: Peter Prymmer <pvhp@forte.com>
49233              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
49234              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
49235      Branch: perl
49236            ! t/lib/md5-file.t
49237 ____________________________________________________________________________
49238 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
49239         Log: Subject: [PATCH t/TEST] B::Deparse tester
49240              From: Robin Houston <robin@kitsite.com>
49241              Date: Wed, 9 May 2001 19:17:50 +0100
49242              Message-ID: <20010509191750.A16940@penderel>
49243      Branch: perl
49244            ! ext/B/O.pm t/TEST
49245 ____________________________________________________________________________
49246 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
49247         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
49248              From: Jeff Pinyan <jeffp@crusoe.net>
49249              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
49250              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
49251      Branch: perl
49252            ! lib/Pod/Html.pm
49253 ____________________________________________________________________________
49254 [ 10057] By: nick                                  on 2001/05/09  18:37:56
49255         Log: Integrate mainline.
49256      Branch: perlio
49257           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
49258           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
49259 ____________________________________________________________________________
49260 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
49261         Log: Update Changes.
49262      Branch: perl
49263            ! Changes patchlevel.h
49264 ____________________________________________________________________________
49265 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
49266         Log: Integrate perlio.
49267      Branch: perl
49268           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49269 ____________________________________________________________________________
49270 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
49271         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
49272              From: Benjamin Sugars <bsugars@canoe.ca>
49273              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
49274              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
49275      Branch: perl
49276            ! perlio.c
49277 ____________________________________________________________________________
49278 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
49279         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
49280              From: Benjamin Sugars <bsugars@canoe.ca>
49281              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
49282              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
49283      Branch: perl
49284            ! ext/PerlIO/Scalar/Scalar.xs
49285 ____________________________________________________________________________
49286 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
49287         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
49288              From: Jeff Pinyan <jeffp@crusoe.net>
49289              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
49290              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
49291      Branch: perl
49292            ! lib/Pod/Html.pm
49293 ____________________________________________________________________________
49294 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
49295         Log: EPOC tweak from Olaf Flebbe.
49296      Branch: perl
49297            ! epoc/epocish.h
49298 ____________________________________________________________________________
49299 [ 10050] By: nick                                  on 2001/05/09  14:37:57
49300         Log: win32, regen_config_h
49301      Branch: perlio
49302            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49303 ____________________________________________________________________________
49304 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
49305         Log: Integrate perlio.
49306      Branch: perl
49307           !> pp_sys.c
49308 ____________________________________________________________________________
49309 [ 10048] By: nick                                  on 2001/05/09  11:59:50
49310         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
49311              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
49312      Branch: perlio
49313            ! pp_sys.c
49314 ____________________________________________________________________________
49315 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
49316         Log: Integrate perlio.
49317      Branch: perl
49318           !> run.c
49319 ____________________________________________________________________________
49320 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
49321         Log: Subject: Re: Less warnings during configure
49322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49323              Date: Wed, 09 May 2001 13:12:49 +0200
49324              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
49325      Branch: perl
49326            ! hints/hpux.sh
49327 ____________________________________________________________________________
49328 [ 10045] By: nick                                  on 2001/05/09  09:56:59
49329         Log: MULTIPLICITY/DEBUGGING build fix.
49330      Branch: perlio
49331            ! run.c
49332 ____________________________________________________________________________
49333 [ 10044] By: nick                                  on 2001/05/09  09:46:37
49334         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
49335      Branch: perlio
49336           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
49337            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49338           !> (integrate 65 files)
49339 ____________________________________________________________________________
49340 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
49341         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49342              From: Robin Houston <robin@kitsite.com>
49343              Date: Tue, 8 May 2001 19:38:00 +0100
49344              Message-ID: <20010508193800.A4389@penderel>
49345              
49346              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49347              From: Robin Houston <robin@kitsite.com>
49348              Date: Tue, 8 May 2001 20:03:57 +0100
49349              Message-ID: <20010508200357.A4614@penderel>
49350              
49351              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49352              From: Robin Houston <robin@kitsite.com>
49353              Date: Wed, 9 May 2001 00:12:05 +0100
49354              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
49355      Branch: perl
49356            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
49357 ____________________________________________________________________________
49358 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
49359         Log: Retract #10031.
49360      Branch: perl
49361            ! pod/perlfunc.pod
49362 ____________________________________________________________________________
49363 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
49364         Log: The metaconfig unit changes for #10040.
49365      Branch: metaconfig/U/perl
49366            ! Checkcc.U d_dlsymun.U dlsrc.U
49367 ____________________________________________________________________________
49368 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
49369         Log: The Configure half of
49370              
49371              Subject: Less warnings during configure
49372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49373              Date: Tue, 08 May 2001 08:44:02 +0200
49374              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49375      Branch: perl
49376            ! Configure
49377 ____________________________________________________________________________
49378 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
49379         Log: Subject: Less warnings during configure
49380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49381              Date: Tue, 08 May 2001 08:44:02 +0200
49382              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49383      Branch: perl
49384            ! hints/hpux.sh
49385 ____________________________________________________________________________
49386 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
49387         Log: Don't forget to whine about \d__\d.
49388      Branch: perl
49389            ! t/pragma/warn/toke toke.c
49390 ____________________________________________________________________________
49391 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
49392         Log: Allow underscores also in the exponent part.
49393      Branch: perl
49394            ! t/pragma/warn/toke toke.c
49395 ____________________________________________________________________________
49396 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
49397         Log: CodeMagicCD doesn't look like an *I*DE.
49398      Branch: perl
49399            ! pod/perlfaq3.pod
49400 ____________________________________________________________________________
49401 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
49402         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
49403              to be consistently down).
49404      Branch: perl
49405            ! pod/perlfaq3.pod
49406 ____________________________________________________________________________
49407 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
49408         Log: Upgrade to Text::Balanced 1.84.
49409      Branch: perl
49410            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
49411 ____________________________________________________________________________
49412 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
49413         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
49414              From: Benjamin Sugars <bsugars@canoe.ca>
49415              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
49416              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
49417      Branch: perl
49418            ! run.c
49419 ____________________________________________________________________________
49420 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
49421         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
49422              From: Peter Prymmer <pvhp@forte.com>
49423              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
49424              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
49425      Branch: perl
49426            ! t/pod/plainer.t
49427 ____________________________________________________________________________
49428 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
49429         Log: (Retracted by #10042)
49430              
49431              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
49432              From: "Philip Newton" <pnewton@gmx.de>
49433              Date: Tue, 8 May 2001 09:18:10 +0200
49434              Message-ID: <3AF7B9D2.28861.603732@localhost>
49435      Branch: perl
49436            ! pod/perlfunc.pod
49437 ____________________________________________________________________________
49438 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
49439         Log: Subject: [PATCH B::Deparse] Document known bugs
49440              From: Robin Houston <robin@kitsite.com>
49441              Date: Tue, 8 May 2001 01:53:34 +0100
49442              Message-ID: <20010508015334.A32394@penderel>
49443      Branch: perl
49444            ! ext/B/B/Deparse.pm
49445 ____________________________________________________________________________
49446 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
49447         Log: Subject: Re: Perl book, magazine and website updates.
49448              From: "Philip Newton" <pnewton@gmx.de>
49449              Date: Mon, 7 May 2001 17:03:58 +0200
49450              Message-ID: <3AF6D57E.5387.1E29930@localhost>
49451      Branch: perl
49452            ! pod/perlfaq2.pod
49453 ____________________________________________________________________________
49454 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
49455         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
49456              From: Peter Prymmer <pvhp@forte.com>
49457              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
49458              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
49459      Branch: perl
49460            ! t/io/fflush.t
49461 ____________________________________________________________________________
49462 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
49463         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
49464              From: Robin Houston <robin@kitsite.com>
49465              Date: Tue, 8 May 2001 01:14:55 +0100
49466              Message-ID: <20010508011455.A32162@penderel>
49467      Branch: perl
49468            ! ext/B/B/Deparse.pm
49469 ____________________________________________________________________________
49470 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
49471         Log: Typo in #10025.
49472      Branch: perl
49473            ! hints/uts.sh
49474 ____________________________________________________________________________
49475 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
49476         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
49477      Branch: perl
49478            ! hints/uts.sh
49479 ____________________________________________________________________________
49480 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
49481         Log: Subject: Re: [ID 20010506.045] question about hash syntax
49482              From: Peter Scott <Peter@PSDT.com>
49483              Date: Sun, 06 May 2001 13:10:40 -0700
49484              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
49485      Branch: perl
49486            ! pod/perl56delta.pod
49487 ____________________________________________________________________________
49488 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
49489         Log: Configure should figure out the list of dynamic extensions
49490              just fine in UTS-- and in fact it does, as reported by Hal Morris.
49491      Branch: perl
49492            ! hints/uts.sh
49493 ____________________________________________________________________________
49494 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
49495         Log: Update Changes.
49496      Branch: perl
49497            ! Changes patchlevel.h
49498 ____________________________________________________________________________
49499 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
49500         Log: Subject: [PATCH regcomp.c] Insecure regexes
49501              From: Robin Houston <robin@kitsite.com>
49502              Date: Mon, 7 May 2001 21:56:12 +0100
49503              Message-ID: <20010507215612.A31114@penderel>
49504      Branch: perl
49505            ! regcomp.c
49506 ____________________________________________________________________________
49507 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
49508         Log: Drop the foobar.perl.com references for now until Simon
49509              gets them sorted out.
49510      Branch: perl
49511            ! pod/perlfaq2.pod
49512 ____________________________________________________________________________
49513 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
49514         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
49515              From: Prymmer/Kahn <pvhp@best.com>
49516              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
49517              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
49518      Branch: perl
49519            ! lib/Devel/SelfStubber.pm
49520 ____________________________________________________________________________
49521 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
49522         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
49523              From: Prymmer/Kahn <pvhp@best.com>
49524              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
49525              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
49526      Branch: perl
49527            ! win32/Makefile
49528 ____________________________________________________________________________
49529 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
49530         Log: s/WebTechnique's/WebTechniques/
49531      Branch: perl
49532            ! pod/perlfaq2.pod
49533 ____________________________________________________________________________
49534 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
49535         Log: Llama 3 updates from Randal.
49536      Branch: perl
49537            ! pod/perlfaq2.pod
49538 ____________________________________________________________________________
49539 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
49540         Log: Subject: [PATCH] Help -Dt show correct pad variables
49541              From: Benjamin Sugars <ben.sugars@home.com>
49542              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
49543              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
49544      Branch: perl
49545            ! embed.h embed.pl proto.h run.c
49546 ____________________________________________________________________________
49547 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
49548         Log: Subject: [PATCH] Document C<our $foo : shared>
49549              From: Benjamin Sugars <ben.sugars@home.com>
49550              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
49551              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
49552      Branch: perl
49553            ! pod/perlfunc.pod
49554 ____________________________________________________________________________
49555 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
49556         Log: Subject: [PATCH B::Deparse] undefined folded constants
49557              From: Robin Houston <robin@kitsite.com>
49558              Date: Sun, 6 May 2001 17:19:09 +0100
49559              Message-ID: <20010506171909.A7046@penderel>
49560      Branch: perl
49561            ! ext/B/B/Deparse.pm
49562 ____________________________________________________________________________
49563 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
49564         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
49565              From: Robin Houston <robin@kitsite.com>
49566              Message-ID: <20010506164654.A6848@penderel>
49567              Date: Sun, 6 May 2001 16:46:54 +0100
49568      Branch: perl
49569            ! ext/B/B/Deparse.pm
49570 ____________________________________________________________________________
49571 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
49572         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
49573              From: Robin Houston <robin@kitsite.com>
49574              Date: Sun, 6 May 2001 14:47:02 +0100
49575              Message-ID: <20010506144702.A6308@penderel>
49576      Branch: perl
49577            ! t/op/my_stash.t
49578 ____________________________________________________________________________
49579 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
49580         Log: Subject: Perl book, magazine and website updates.
49581              From: Simon Cozens <simon@netthink.co.uk>
49582              Date: Sun, 6 May 2001 16:55:36 +0100
49583              Message-ID: <20010506165536.A1795@netthink.co.uk>
49584      Branch: perl
49585            ! pod/perlbook.pod pod/perlfaq2.pod
49586 ____________________________________________________________________________
49587 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
49588         Log: Tweaks on the Tru64 prof options.
49589      Branch: perl
49590            ! pod/perlhack.pod
49591 ____________________________________________________________________________
49592 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
49593         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
49594              From: Robin Houston <robin@kitsite.com>
49595              Date: Sun, 6 May 2001 14:40:51 +0100
49596              Message-ID: <20010506144051.A6279@penderel>
49597      Branch: perl
49598            ! t/pod/testp2pt.pl
49599 ____________________________________________________________________________
49600 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
49601         Log: Subject: [PATCH B::Deparse] scoping
49602              From: Robin Houston <robin@kitsite.com>
49603              Date: Sun, 6 May 2001 14:36:56 +0100
49604              Message-ID: <20010506143656.A4006@penderel>
49605      Branch: perl
49606            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
49607 ____________________________________________________________________________
49608 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
49609         Log: Document the undefinedness of bitshifting out of range.
49610      Branch: perl
49611            ! pod/perlop.pod
49612 ____________________________________________________________________________
49613 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
49614         Log: Retract #10003 and update the IDE descriptions a bit.
49615      Branch: perl
49616            ! pod/perlfaq3.pod
49617 ____________________________________________________________________________
49618 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
49619         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
49620              From: Prymmer/Kahn <pvhp@best.com>
49621              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
49622              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
49623      Branch: perl
49624            ! win32/Makefile win32/buildext.pl win32/config.bc
49625            ! win32/config.gc win32/config.vc
49626 ____________________________________________________________________________
49627 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
49628         Log: (Retracted by #10005.)
49629      Branch: perl
49630            ! pod/perlfaq3.pod
49631 ____________________________________________________________________________
49632 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
49633         Log: It's "psed", not "sed".
49634      Branch: perl
49635            ! x2p/s2p.PL
49636 ____________________________________________________________________________
49637 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
49638         Log: Update Changes.
49639      Branch: perl
49640            ! Changes patchlevel.h
49641 ____________________________________________________________________________
49642 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
49643         Log: Subject: Re: bleadperl make install fails due to "psed"
49644              From: andreas.koenig@anima.de (Andreas J. Koenig)
49645              Date: 05 May 2001 18:23:28 +0200
49646              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
49647      Branch: perl
49648            ! x2p/Makefile.SH x2p/s2p.PL
49649 ____________________________________________________________________________
49650 [  9999] By: jhi                                   on 2001/05/05  18:28:09
49651         Log: AUTHORS updates.
49652      Branch: perl
49653            ! AUTHORS
49654 ____________________________________________________________________________
49655 [  9998] By: jhi                                   on 2001/05/05  18:16:00
49656         Log: Updates on the pods related to the modules included since 5.6.
49657              
49658              TODO: perltodo really could use major updating.
49659      Branch: perl
49660            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
49661            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
49662            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
49663            ! pod/perlsyn.pod pod/perltodo.pod
49664 ____________________________________________________________________________
49665 [  9997] By: jhi                                   on 2001/05/05  17:35:17
49666         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
49667              from Kurt Skauen.
49668      Branch: perl
49669            + hints/atheos.sh
49670            ! MANIFEST
49671 ____________________________________________________________________________
49672 [  9996] By: jhi                                   on 2001/05/05  17:25:00
49673         Log: Add preemptive #undefs for some of the shorter and more prone
49674              to collision regcomp.h #defines.  (Background: the MASK collided
49675              with a system header #define in Rhapsody.)
49676      Branch: perl
49677            ! regcomp.h
49678 ____________________________________________________________________________
49679 [  9995] By: jhi                                   on 2001/05/05  13:24:21
49680         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
49681              From: Nicholas Clark <nick@ccl4.org>
49682              Date: Sat, 5 May 2001 14:46:39 +0100
49683              Message-ID: <20010505144639.O53513@plum.flirble.org>
49684              
49685              Add a test for the constants (if any) being processed correctly.
49686      Branch: perl
49687            ! utils/h2xs.PL
49688 ____________________________________________________________________________
49689 [  9994] By: jhi                                   on 2001/05/05  02:11:03
49690         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
49691              From: Peter Prymmer <pvhp@forte.com>
49692              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
49693              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
49694      Branch: perl
49695            ! t/lib/b-stash.t
49696 ____________________________________________________________________________
49697 [  9993] By: jhi                                   on 2001/05/05  02:03:49
49698         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
49699              From: Peter Prymmer <pvhp@forte.com>
49700              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
49701              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
49702      Branch: perl
49703            ! perlio.c vms/vmsish.h
49704 ____________________________________________________________________________
49705 [  9992] By: jhi                                   on 2001/05/04  17:21:12
49706         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
49707              From: Robin Barker <rmb1@cise.npl.co.uk>
49708              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
49709              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
49710      Branch: perl
49711            + t/pod/plainer.t
49712            ! MANIFEST
49713 ____________________________________________________________________________
49714 [  9991] By: jhi                                   on 2001/05/04  16:47:45
49715         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
49716              From: Robin Barker <rmb1@cise.npl.co.uk>
49717              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
49718              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
49719      Branch: perl
49720            ! regcomp.c
49721 ____________________________________________________________________________
49722 [  9990] By: jhi                                   on 2001/05/04  14:37:20
49723         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
49724              From: Prymmer/Kahn <pvhp@best.com>
49725              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
49726              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
49727      Branch: perl
49728            ! t/lib/b-stash.t
49729 ____________________________________________________________________________
49730 [  9989] By: jhi                                   on 2001/05/04  14:03:58
49731         Log: Introduce perl572delta, update Todo, add the missing
49732              mention about signal safety since 5.7.1 (though this
49733              requires verification and more details.)
49734      Branch: perl
49735            + pod/perl572delta.pod
49736            ! MANIFEST Todo pod/perl571delta.pod
49737 ____________________________________________________________________________
49738 [  9988] By: jhi                                   on 2001/05/04  12:41:51
49739         Log: Subject: [PATCH perl@9944] long =item
49740              From: Robin Barker <rmb1@cise.npl.co.uk>
49741              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
49742              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
49743      Branch: perl
49744            ! ext/Time/HiRes/HiRes.pm
49745 ____________________________________________________________________________
49746 [  9987] By: jhi                                   on 2001/05/04  12:39:19
49747         Log: The #9901 had removed one line essential for EBCDIC.
49748      Branch: perl
49749            ! regcomp.c
49750 ____________________________________________________________________________
49751 [  9986] By: jhi                                   on 2001/05/04  12:30:23
49752         Log: Subject: cygwin/Makefile.SHs INSTALL patch
49753              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
49754              Date: Mon, 08 Jan 2001 04:59:21 +0200
49755              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
49756      Branch: perl
49757            ! cygwin/Makefile.SHs
49758 ____________________________________________________________________________
49759 [  9985] By: jhi                                   on 2001/05/04  03:51:39
49760         Log: Encode/IO doc tweaks.
49761      Branch: perl
49762            ! ext/Encode/Encode.pm
49763 ____________________________________________________________________________
49764 [  9984] By: jhi                                   on 2001/05/04  03:29:34
49765         Log: Remove GDBM_File from the dynamic extensions for UTS,
49766              GDBM is not a standard feature.
49767      Branch: perl
49768            ! hints/uts.sh
49769 ____________________________________________________________________________
49770 [  9983] By: jhi                                   on 2001/05/04  03:22:59
49771         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
49772      Branch: perl
49773            ! pod/perlretut.pod
49774 ____________________________________________________________________________
49775 [  9982] By: jhi                                   on 2001/05/03  23:21:03
49776         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
49777              From: Benjamin Sugars <bsugars@canoe.ca>
49778              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
49779              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
49780      Branch: perl
49781            ! dump.c
49782 ____________________________________________________________________________
49783 [  9981] By: jhi                                   on 2001/05/03  23:20:05
49784         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
49785              From: Benjamin Sugars <bsugars@canoe.ca>
49786              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
49787              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
49788      Branch: perl
49789            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49790 ____________________________________________________________________________
49791 [  9980] By: jhi                                   on 2001/05/03  23:15:29
49792         Log: Integrate perlio.
49793      Branch: perl
49794           !> ext/Encode/Encode.pm
49795 ____________________________________________________________________________
49796 [  9979] By: jhi                                   on 2001/05/03  16:54:59
49797         Log: Install psed man page.
49798      Branch: perl
49799            ! installman
49800 ____________________________________________________________________________
49801 [  9978] By: jhi                                   on 2001/05/03  16:45:58
49802         Log: Remove unused files; noted by Sarathy.
49803      Branch: perl
49804            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49805            ! MANIFEST
49806 ____________________________________________________________________________
49807 [  9977] By: jhi                                   on 2001/05/03  16:42:30
49808         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
49809              From: Andy Dougherty <doughera@lafayette.edu>
49810              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
49811              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
49812      Branch: perl
49813            ! INSTALL
49814 ____________________________________________________________________________
49815 [  9976] By: nick                                  on 2001/05/03  16:40:42
49816         Log: Allow $answer = encode($object,$text); like it says in docs.
49817      Branch: perlio
49818            ! ext/Encode/Encode.pm
49819 ____________________________________________________________________________
49820 [  9975] By: nick                                  on 2001/05/03  16:22:30
49821         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
49822              to be in scope (fair enough), and also a package variable (our) for eval to see it.
49823      Branch: perlio
49824            ! ext/Encode/Encode.pm
49825 ____________________________________________________________________________
49826 [  9974] By: nick                                  on 2001/05/03  15:48:17
49827         Log: Integrate mainline.
49828      Branch: perlio
49829           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
49830           +> t/lib/filter-simple.t t/lib/next.t
49831           !> (integrate 70 files)
49832 ____________________________________________________________________________
49833 [  9973] By: jhi                                   on 2001/05/03  13:09:09
49834         Log: Update Changes.
49835      Branch: perl
49836            ! Changes patchlevel.h
49837 ____________________________________________________________________________
49838 [  9972] By: jhi                                   on 2001/05/03  12:58:33
49839         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
49840              From: Prymmer/Kahn <pvhp@best.com>
49841              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
49842              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
49843      Branch: perl
49844            ! t/io/fflush.t
49845 ____________________________________________________________________________
49846 [  9971] By: jhi                                   on 2001/05/03  12:57:26
49847         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
49848              From: Prymmer/Kahn <pvhp@best.com>
49849              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
49850              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
49851      Branch: perl
49852            ! win32/FindExt.pm
49853 ____________________________________________________________________________
49854 [  9970] By: jhi                                   on 2001/05/03  02:42:46
49855         Log: Can't croak sans thread context, from Doug MacEachern.
49856      Branch: perl
49857            ! toke.c
49858 ____________________________________________________________________________
49859 [  9969] By: jhi                                   on 2001/05/03  01:23:48
49860         Log: Subject: Random input test and Perl
49861              From: Ilya Zakharevich <ilya@math.berkeley.edu>
49862              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
49863              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
49864      Branch: perl
49865            ! toke.c
49866 ____________________________________________________________________________
49867 [  9968] By: jhi                                   on 2001/05/02  22:17:21
49868         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
49869              From: Peter Prymmer <pvhp@forte.com>
49870              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
49871              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
49872      Branch: perl
49873            ! pod/perlfunc.pod pod/perlport.pod
49874 ____________________________________________________________________________
49875 [  9967] By: jhi                                   on 2001/05/02  20:12:45
49876         Log: Workaround for UTS compiler casting bug from Hal Morris.
49877      Branch: perl
49878            ! perl.h
49879 ____________________________________________________________________________
49880 [  9966] By: jhi                                   on 2001/05/02  18:31:37
49881         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
49882              From: Dan Sugalski <dan@sidhe.org>
49883              Date: Wed, 02 May 2001 15:23:22 -0400
49884              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
49885      Branch: perl
49886            ! perl.c vms/vms.c
49887 ____________________________________________________________________________
49888 [  9965] By: jhi                                   on 2001/05/02  18:21:29
49889         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
49890      Branch: perl
49891            ! pod/perlfunc.pod
49892 ____________________________________________________________________________
49893 [  9964] By: jhi                                   on 2001/05/02  18:15:01
49894         Log: Document large files in INSTALL, document also the %x
49895              limitation if not use64bitint, closes bug 20010326.007.
49896      Branch: perl
49897            ! INSTALL
49898 ____________________________________________________________________________
49899 [  9963] By: jhi                                   on 2001/05/02  17:24:47
49900         Log: perlmodlib tweaks; regen pods.
49901      Branch: perl
49902            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
49903            ! pod/perltoc.pod
49904 ____________________________________________________________________________
49905 [  9962] By: jhi                                   on 2001/05/02  17:14:00
49906         Log: Fix for a segfault, from Marc Lehmann.
49907      Branch: perl
49908            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
49909 ____________________________________________________________________________
49910 [  9961] By: jhi                                   on 2001/05/02  15:55:53
49911         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
49912              From: "Philip Newton" <pnewton@gmx.de>
49913              Date: Wed, 2 May 2001 18:39:03 +0200
49914              Message-ID: <3AF05447.15525.173B588@localhost>
49915      Branch: perl
49916            ! pod/perlop.pod
49917 ____________________________________________________________________________
49918 [  9960] By: jhi                                   on 2001/05/02  15:35:37
49919         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
49920              From: Dan Sugalski <dan@sidhe.org>
49921              Date: Wed, 02 May 2001 11:37:27 -0400
49922              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
49923      Branch: perl
49924            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
49925            ! thread.h vms/vms.c vms/vmsish.h
49926 ____________________________________________________________________________
49927 [  9959] By: jhi                                   on 2001/05/02  15:21:08
49928         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
49929              From: Benjamin Sugars <bsugars@canoe.ca>
49930              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
49931              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
49932      Branch: perl
49933            ! ext/PerlIO/Scalar/Scalar.xs
49934 ____________________________________________________________________________
49935 [  9958] By: jhi                                   on 2001/05/02  15:15:53
49936         Log: Bug in #9915, spotted by Mike Guy.
49937      Branch: perl
49938            ! installperl
49939 ____________________________________________________________________________
49940 [  9957] By: jhi                                   on 2001/05/02  13:26:01
49941         Log: Add a test for not griping about references as array
49942              indices if the reference has magic in it (overloaded
49943              methods).
49944      Branch: perl
49945            ! pod/perldiag.pod t/pragma/warn/pp_hot
49946 ____________________________________________________________________________
49947 [  9956] By: jhi                                   on 2001/05/02  13:07:01
49948         Log: Retracted a bit too much in #9952.
49949      Branch: perl
49950            ! t/pragma/sub_lval.t
49951 ____________________________________________________________________________
49952 [  9955] By: jhi                                   on 2001/05/02  13:05:38
49953         Log: Test for #9952.
49954      Branch: perl
49955            ! t/op/tie.t
49956 ____________________________________________________________________________
49957 [  9954] By: jhi                                   on 2001/05/02  11:48:18
49958         Log: Additional note on the encoding example: one cannot
49959              convert string constants in-place.
49960      Branch: perl
49961            ! ext/Encode/Encode.pm
49962 ____________________________________________________________________________
49963 [  9953] By: jhi                                   on 2001/05/02  11:43:51
49964         Log: Note that if you have recent enough Perl you already
49965              have Filter::Util::Call.
49966      Branch: perl
49967            ! lib/Filter/Simple.pm
49968 ____________________________________________________________________________
49969 [  9952] By: jhi                                   on 2001/05/02  11:31:53
49970         Log: Retract changes #8254 and #8255, causes coredump in
49971              'tie FH, "main"', reported by Abigail, culprit found by
49972              Benjamin Sugars.  Mirrors maintperl change #9950.
49973      Branch: perl
49974            ! op.c t/pragma/sub_lval.t
49975 ____________________________________________________________________________
49976 [  9951] By: jhi                                   on 2001/05/02  11:14:29
49977         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
49978      Branch: perl
49979            + t/lib/MyFilter.pm
49980 ____________________________________________________________________________
49981 [  9950] By: gsar                                  on 2001/05/02  03:17:11
49982         Log: revert integration of changes#8254,8255 in change#8620 (causes
49983              a coredump in C<tie FH, 'foo'>; the idea itself may need better
49984              rationalization)
49985      Branch: maint-5.6/perl
49986            ! op.c t/pragma/sub_lval.t
49987 ____________________________________________________________________________
49988 [  9949] By: gsar                                  on 2001/05/02  02:56:32
49989         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
49990              
49991              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49992              
49993              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49994      Branch: maint-5.6/perl
49995           !> hints/svr5.sh
49996 ____________________________________________________________________________
49997 [  9948] By: gsar                                  on 2001/05/02  02:49:15
49998         Log: pod/find.t breaks on VMS (from Craig Berry)
49999      Branch: maint-5.6/perl
50000            ! t/pod/find.t
50001 ____________________________________________________________________________
50002 [  9947] By: jhi                                   on 2001/05/02  02:43:09
50003         Log: Add an encoding conversion example.
50004      Branch: perl
50005            ! ext/Encode/Encode.pm
50006 ____________________________________________________________________________
50007 [  9946] By: jhi                                   on 2001/05/02  01:34:22
50008         Log: Another coat of paint but still nowhere finished.
50009              Need to decide on the semantics of strptime(): should
50010              strptime() be a function instead of a method?  To do
50011              the week/monthname-strptiming the i18n/l10n bullet needs
50012              to be bitten with gusto.
50013      Branch: perl
50014            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50015 ____________________________________________________________________________
50016 [  9945] By: jhi                                   on 2001/05/01  23:40:52
50017         Log: Update Changes.
50018      Branch: perl
50019            ! Changes patchlevel.h
50020 ____________________________________________________________________________
50021 [  9944] By: jhi                                   on 2001/05/01  23:33:37
50022         Log: Add known-to-be-tested modules to the list-to-be-skipped.
50023      Branch: perl
50024            ! t/lib/1_compile.t
50025 ____________________________________________________________________________
50026 [  9943] By: jhi                                   on 2001/05/01  23:24:40
50027         Log: Subject: BorlandC++ fix
50028              From: "Vadim Konovalov" <watman@inbox.ru>
50029              Date: Mon, 30 Apr 2001 20:12:26 -0700
50030              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
50031      Branch: perl
50032            ! win32/makefile.mk
50033 ____________________________________________________________________________
50034 [  9942] By: jhi                                   on 2001/05/01  23:18:02
50035         Log: Update to Filter::Simple 0.60, create a test for it.
50036      Branch: perl
50037            + t/lib/filter-simple.t
50038            ! MANIFEST lib/Filter/Simple.pm
50039 ____________________________________________________________________________
50040 [  9941] By: jhi                                   on 2001/05/01  19:47:24
50041         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
50042              From: Hugo <hv@crypt.compulink.co.uk>
50043              Date: Tue, 01 May 2001 20:12:20 +0100
50044              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
50045      Branch: perl
50046            ! pp_hot.c t/op/re_tests
50047 ____________________________________________________________________________
50048 [  9940] By: jhi                                   on 2001/05/01  19:42:16
50049         Log: Integrate perlio.
50050      Branch: perl
50051           !> lib/base.pm t/lib/fields.t
50052 ____________________________________________________________________________
50053 [  9939] By: jhi                                   on 2001/05/01  19:39:51
50054         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
50055              From: Benjamin Sugars <bsugars@canoe.ca>
50056              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
50057              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
50058      Branch: perl
50059            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50060 ____________________________________________________________________________
50061 [  9938] By: jhi                                   on 2001/05/01  19:34:09
50062         Log: Add NEXT, a pseudo-class for method redispatching.
50063              <Damian>NEXT.pm probably offers more bang-for-buck
50064              than anything else I've ever written.</Damian>
50065      Branch: perl
50066            + lib/NEXT.pm t/lib/next.t
50067            ! MANIFEST
50068 ____________________________________________________________________________
50069 [  9937] By: jhi                                   on 2001/05/01  19:21:41
50070         Log: Update to Switch 2.02.
50071      Branch: perl
50072            ! lib/Switch.pm t/lib/switch.t
50073 ____________________________________________________________________________
50074 [  9936] By: nick                                  on 2001/05/01  19:09:21
50075         Log: Fix for base.pm clobbering $VERSION
50076      Branch: perlio
50077            ! lib/base.pm
50078 ____________________________________________________________________________
50079 [  9935] By: nick                                  on 2001/05/01  18:54:38
50080         Log: Test for base.pm clobbering $VERSION.
50081      Branch: perlio
50082            ! t/lib/fields.t
50083 ____________________________________________________________________________
50084 [  9934] By: jhi                                   on 2001/05/01  18:39:10
50085         Log: Add information about Scalar::Util::blessed.
50086      Branch: perl
50087            ! pod/perlobj.pod
50088 ____________________________________________________________________________
50089 [  9933] By: jhi                                   on 2001/05/01  18:33:51
50090         Log: Subject: Extra UNIVERSAL documentation
50091              From: Mike Guy <mjtg@cam.ac.uk>
50092              Date: Tue, 01 May 2001 20:12:11 +0100
50093              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
50094      Branch: perl
50095            ! pod/perlobj.pod
50096 ____________________________________________________________________________
50097 [  9932] By: jhi                                   on 2001/05/01  18:26:54
50098         Log: Subject: Autoflush in tests as appropriate
50099              From: Mike Guy <mjtg@cam.ac.uk>
50100              Date: Tue, 01 May 2001 20:05:31 +0100
50101              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
50102      Branch: perl
50103            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
50104            ! t/op/taint.t
50105 ____________________________________________________________________________
50106 [  9931] By: jhi                                   on 2001/05/01  18:02:29
50107         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
50108              From: Benjamin Sugars <bsugars@canoe.ca>
50109              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
50110              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
50111      Branch: perl
50112            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50113 ____________________________________________________________________________
50114 [  9930] By: jhi                                   on 2001/05/01  15:12:26
50115         Log: Subject: Re: Finally got a round tuit
50116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50117              Date: Tue, 01 May 2001 14:14:10 +0200
50118              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
50119              
50120              The -DP part, slightly modified.
50121      Branch: perl
50122            ! perl.c
50123 ____________________________________________________________________________
50124 [  9929] By: jhi                                   on 2001/05/01  14:17:15
50125         Log: Subject: Re: Finally got a round tuit
50126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50127              Date: Tue, 01 May 2001 16:34:06 +0200
50128              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
50129              
50130              cpp and optimization tweaks for HP-UX.
50131      Branch: perl
50132            ! hints/hpux.sh
50133 ____________________________________________________________________________
50134 [  9928] By: jhi                                   on 2001/05/01  13:24:20
50135         Log: Tune the scan_num() comments to reality.
50136      Branch: perl
50137            ! toke.c
50138 ____________________________________________________________________________
50139 [  9927] By: jhi                                   on 2001/05/01  13:14:01
50140         Log: Subject: [PATCH B::Deparse] optimised sort
50141              From: Robin Houston <robin@kitsite.com>
50142              Date: Tue, 1 May 2001 14:07:12 +0100
50143              Message-ID: <20010501140712.A4266@penderel>
50144      Branch: perl
50145            ! ext/B/B/Deparse.pm
50146 ____________________________________________________________________________
50147 [  9926] By: jhi                                   on 2001/05/01  13:10:53
50148         Log: Subject: [PATCH t/lib/b-deparse.t] 
50149              From: Robin Houston <robin@kitsite.com>
50150              Date: Tue, 1 May 2001 13:37:42 +0100
50151              Message-ID: <20010501133742.A4082@penderel>
50152      Branch: perl
50153            ! t/lib/b-deparse.t
50154 ____________________________________________________________________________
50155 [  9925] By: jhi                                   on 2001/05/01  13:10:13
50156         Log: Subject: [PATCH B::Deparse] for(;;), sort
50157              From: Robin Houston <robin@kitsite.com>
50158              Date: Tue, 1 May 2001 13:35:00 +0100
50159              Message-ID: <20010501133500.A4061@penderel>
50160      Branch: perl
50161            ! ext/B/B/Deparse.pm
50162 ____________________________________________________________________________
50163 [  9924] By: jhi                                   on 2001/05/01  13:09:22
50164         Log: Subject: [PATCH B::Deparse] do, warn, use
50165              From: Robin Houston <robin@kitsite.com>
50166              Date: Tue, 1 May 2001 13:31:03 +0100
50167              Message-ID: <20010501133103.A4041@penderel>
50168      Branch: perl
50169            ! ext/B/B/Deparse.pm
50170 ____________________________________________________________________________
50171 [  9923] By: jhi                                   on 2001/05/01  11:45:36
50172         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
50173              From: Benjamin Sugars <ben.sugars@home.com>
50174              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
50175              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
50176      Branch: perl
50177            + t/io/fflush.t
50178            ! MANIFEST
50179 ____________________________________________________________________________
50180 [  9922] By: jhi                                   on 2001/05/01  11:35:42
50181         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
50182              From: Peter Prymmer <pvhp@forte.com>
50183              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
50184              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
50185      Branch: perl
50186            ! t/lib/selfstubber.t
50187 ____________________________________________________________________________
50188 [  9921] By: jhi                                   on 2001/04/30  16:34:33
50189         Log: Subject: [PATCH B::Concise] suppress warning
50190              From: Robin Houston <robin@kitsite.com>
50191              Date: Mon, 30 Apr 2001 16:09:49 +0100
50192              Message-ID: <20010430160949.A25086@penderel>
50193      Branch: perl
50194            ! ext/B/B/Concise.pm
50195 ____________________________________________________________________________
50196 [  9920] By: jhi                                   on 2001/04/30  13:56:04
50197         Log: Strip the *markers* from #9919.
50198      Branch: perl
50199            ! pod/perlfaq.pod pod/perlfaq5.pod
50200 ____________________________________________________________________________
50201 [  9919] By: jhi                                   on 2001/04/30  13:54:04
50202         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
50203              From: Gwyn Judd <b.judd@xtra.co.nz>
50204              Date: Sun, 29 Apr 2001 01:47:49 +1200
50205              Message-ID: <20010429014749.A4418@thislove>
50206      Branch: perl
50207            ! pod/perlfaq.pod pod/perlfaq5.pod
50208 ____________________________________________________________________________
50209 [  9918] By: jhi                                   on 2001/04/30  13:13:54
50210         Log: More_tweakage.
50211      Branch: perl
50212            ! pod/perldata.pod pod/perldiag.pod
50213 ____________________________________________________________________________
50214 [  9917] By: jhi                                   on 2001/04/30  13:01:27
50215         Log: Update Changes.
50216      Branch: perl
50217            ! Changes patchlevel.h
50218 ____________________________________________________________________________
50219 [  9916] By: jhi                                   on 2001/04/30  12:57:03
50220         Log: T_w_e_a_k_a_g_e.
50221      Branch: perl
50222            ! pod/perldata.pod pod/perldiag.pod
50223 ____________________________________________________________________________
50224 [  9915] By: jhi                                   on 2001/04/30  12:39:29
50225         Log: Install s2p also as psed.
50226              
50227              TODO: psed documentation?
50228      Branch: perl
50229            ! installperl
50230 ____________________________________________________________________________
50231 [  9914] By: jhi                                   on 2001/04/30  12:29:21
50232         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
50233              From: Jens Hamisch <jens@Strawberry.COM>
50234              Date: Fri, 27 Apr 2001 17:00:36 +0200
50235              Message-ID: <20010427170036.K1372@Strawberry.COM>
50236              
50237              SOCKS5_VERSION_NAME is the right symbol to detect
50238              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
50239              function called socks5_init() is available, and even that is
50240              not universal, most SOCKS5 installations use SOCKSinit()).
50241      Branch: perl
50242            ! perlio.c
50243 ____________________________________________________________________________
50244 [  9913] By: jhi                                   on 2001/04/30  12:22:15
50245         Log: Allow a zero timeout on IO::Socket accept and connect--
50246              though one really shouldn't do that.  Based on
50247              
50248              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
50249              From: "John Holdsworth" <coldwave@bigfoot.com>
50250              Date: Sun, 4 Feb 2001 12:48:18 +0100
50251              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
50252      Branch: perl
50253            ! ext/IO/lib/IO/Socket.pm
50254 ____________________________________________________________________________
50255 [  9912] By: jhi                                   on 2001/04/30  11:27:27
50256         Log: Save the spot of regprev (see #9911) for binary compatibility;
50257              regen API.
50258      Branch: perl
50259            ! embedvar.h perlapi.h thrdvar.h
50260 ____________________________________________________________________________
50261 [  9911] By: jhi                                   on 2001/04/30  11:22:03
50262         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
50263              From: Hugo <hv@crypt.compulink.co.uk>
50264              Date: Sun, 29 Apr 2001 17:09:30 +0100
50265              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
50266      Branch: perl
50267            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
50268 ____________________________________________________________________________
50269 [  9910] By: jhi                                   on 2001/04/30  11:15:12
50270         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
50271              a dummy for PL_numeric_radix); no pressing reason to break
50272              binary compatibility; regen API.
50273      Branch: perl
50274            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
50275            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
50276 ____________________________________________________________________________
50277 [  9909] By: jhi                                   on 2001/04/30  10:56:08
50278         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
50279              From: Walt Mankowski <waltman@netaxs.com>
50280              Date: Sun, 29 Apr 2001 21:53:48 -0400
50281              Message-ID: <20010429215348.A3971@netaxs.com>
50282      Branch: perl
50283            ! pod/perlfunc.pod
50284 ____________________________________________________________________________
50285 [  9908] By: jhi                                   on 2001/04/30  10:49:40
50286         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
50287      Branch: perl
50288            ! t/lib/selfstubber.t
50289 ____________________________________________________________________________
50290 [  9907] By: nick                                  on 2001/04/30  09:26:50
50291         Log: Integrate mainline.
50292      Branch: perlio
50293           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50294 ____________________________________________________________________________
50295 [  9906] By: jhi                                   on 2001/04/29  23:24:20
50296         Log: Abigail spotted a thinko in #9905.
50297      Branch: perl
50298            ! pod/perldiag.pod
50299 ____________________________________________________________________________
50300 [  9905] By: jhi                                   on 2001/04/29  15:55:39
50301         Log: Changed the underscore/undebar syntax in numeric constants;
50302              now any grouping will do, as long as the underscores are not
50303              consecutive (so "zero-grouping" is out), and they do not begin
50304              or end the integer or fractional parts.
50305      Branch: perl
50306            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50307 ____________________________________________________________________________
50308 [  9904] By: nick                                  on 2001/04/29  15:43:22
50309         Log: Integrate mainline.
50310      Branch: perlio
50311           +> (branch 98 files)
50312            - lib/unicode/Block.pl
50313            - lib/unicode/In/AlphabeticPresentationForms.pl
50314            - lib/unicode/In/Arabic.pl
50315            - lib/unicode/In/ArabicPresentationForms-A.pl
50316            - lib/unicode/In/ArabicPresentationForms-B.pl
50317            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50318            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50319            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50320            - lib/unicode/In/BopomofoExtended.pl
50321            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50322            - lib/unicode/In/CJKCompatibility.pl
50323            - lib/unicode/In/CJKCompatibilityForms.pl
50324            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50325            - lib/unicode/In/CJKRadicalsSupplement.pl
50326            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50327            - lib/unicode/In/CJKUnifiedIdeographs.pl
50328            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50329            - lib/unicode/In/Cherokee.pl
50330            - lib/unicode/In/CombiningDiacriticalMarks.pl
50331            - lib/unicode/In/CombiningHalfMarks.pl
50332            - lib/unicode/In/CombiningMarksforSymbols.pl
50333            - lib/unicode/In/ControlPictures.pl
50334            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50335            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50336            - lib/unicode/In/EnclosedAlphanumerics.pl
50337            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50338            - lib/unicode/In/Ethiopic.pl
50339            - lib/unicode/In/GeneralPunctuation.pl
50340            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50341            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50342            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50343            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50344            - lib/unicode/In/HangulCompatibilityJamo.pl
50345            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50346            - lib/unicode/In/Hebrew.pl
50347            - lib/unicode/In/HighPrivateUseSurrogates.pl
50348            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50349            - lib/unicode/In/IPAExtensions.pl
50350            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50351            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50352            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50353            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50354            - lib/unicode/In/Latin-1Supplement.pl
50355            - lib/unicode/In/LatinExtended-A.pl
50356            - lib/unicode/In/LatinExtended-B.pl
50357            - lib/unicode/In/LatinExtendedAdditional.pl
50358            - lib/unicode/In/LetterlikeSymbols.pl
50359            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50360            - lib/unicode/In/MathematicalOperators.pl
50361            - lib/unicode/In/MiscellaneousSymbols.pl
50362            - lib/unicode/In/MiscellaneousTechnical.pl
50363            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50364            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50365            - lib/unicode/In/OpticalCharacterRecognition.pl
50366            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50367            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50368            - lib/unicode/In/SmallFormVariants.pl
50369            - lib/unicode/In/SpacingModifierLetters.pl
50370            - lib/unicode/In/Specials.pl
50371            - lib/unicode/In/SuperscriptsandSubscripts.pl
50372            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50373            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50374            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50375            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50376            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50377           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
50378           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
50379           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
50380           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
50381           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
50382           !> utf8.c win32/Makefile
50383 ____________________________________________________________________________
50384 [  9903] By: jhi                                   on 2001/04/29  14:30:53
50385         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
50386              From: Prymmer/Kahn <pvhp@best.com>
50387              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
50388              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
50389      Branch: perl
50390            ! win32/Makefile
50391 ____________________________________________________________________________
50392 [  9902] By: jhi                                   on 2001/04/29  02:52:44
50393         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
50394              From: "Abigail" <abigail@foad.org>
50395              Date: Sun, 29 Apr 2001 03:14:25 +0200
50396              Message-ID: <20010429011425.24503.qmail@foad.org>
50397      Branch: perl
50398            ! ext/IO/lib/IO/Seekable.pm
50399 ____________________________________________________________________________
50400 [  9901] By: jhi                                   on 2001/04/29  02:04:46
50401         Log: In character classes one couldn't have 0x80..0xff characters
50402              at the left hand side if there were 0x100.. characters in the
50403              character class.
50404      Branch: perl
50405            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
50406            ! t/op/pat.t utf8.c
50407 ____________________________________________________________________________
50408 [  9900] By: jhi                                   on 2001/04/28  22:55:04
50409         Log: Forgot the latest mktables.PL from #9899.
50410      Branch: perl
50411            ! lib/unicode/mktables.PL
50412 ____________________________________________________________________________
50413 [  9899] By: jhi                                   on 2001/04/28  22:53:28
50414         Log: Explain the \p{} and \P{} error message better and
50415              have prettier prettyprint in In.pl.
50416      Branch: perl
50417            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
50418            ! pod/perldiag.pod
50419 ____________________________________________________________________________
50420 [  9898] By: jhi                                   on 2001/04/28  21:03:34
50421         Log: Add one possible explanation for the "Invalid [] range" error.
50422      Branch: perl
50423            ! pod/perldiag.pod
50424 ____________________________________________________________________________
50425 [  9897] By: jhi                                   on 2001/04/28  17:18:26
50426         Log: Add a level of indirection to the implementation of \p{InFoo}
50427              so that we don't have to have long filenames.  (Nothing changes
50428              in the user interface.)   The indirection is defined in
50429              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
50430              Also rename some the character classes by removing '-' from
50431              the classnames, and finally renamed Block.pl as Blocks.pl.
50432      Branch: perl
50433            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
50434            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
50435            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
50436            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
50437            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
50438            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
50439            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
50440            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
50441            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
50442            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
50443            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
50444            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
50445            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
50446            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
50447            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
50448            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
50449            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
50450            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
50451            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
50452            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
50453            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
50454            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
50455            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
50456            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
50457            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
50458            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
50459            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
50460            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
50461            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
50462            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
50463            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
50464            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
50465            + lib/unicode/In/94.pl lib/unicode/In/95.pl
50466            - lib/unicode/Block.pl
50467            - lib/unicode/In/AlphabeticPresentationForms.pl
50468            - lib/unicode/In/Arabic.pl
50469            - lib/unicode/In/ArabicPresentationForms-A.pl
50470            - lib/unicode/In/ArabicPresentationForms-B.pl
50471            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50472            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50473            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50474            - lib/unicode/In/BopomofoExtended.pl
50475            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50476            - lib/unicode/In/CJKCompatibility.pl
50477            - lib/unicode/In/CJKCompatibilityForms.pl
50478            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50479            - lib/unicode/In/CJKRadicalsSupplement.pl
50480            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50481            - lib/unicode/In/CJKUnifiedIdeographs.pl
50482            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50483            - lib/unicode/In/Cherokee.pl
50484            - lib/unicode/In/CombiningDiacriticalMarks.pl
50485            - lib/unicode/In/CombiningHalfMarks.pl
50486            - lib/unicode/In/CombiningMarksforSymbols.pl
50487            - lib/unicode/In/ControlPictures.pl
50488            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50489            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50490            - lib/unicode/In/EnclosedAlphanumerics.pl
50491            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50492            - lib/unicode/In/Ethiopic.pl
50493            - lib/unicode/In/GeneralPunctuation.pl
50494            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50495            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50496            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50497            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50498            - lib/unicode/In/HangulCompatibilityJamo.pl
50499            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50500            - lib/unicode/In/Hebrew.pl
50501            - lib/unicode/In/HighPrivateUseSurrogates.pl
50502            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50503            - lib/unicode/In/IPAExtensions.pl
50504            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50505            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50506            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50507            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50508            - lib/unicode/In/Latin-1Supplement.pl
50509            - lib/unicode/In/LatinExtended-A.pl
50510            - lib/unicode/In/LatinExtended-B.pl
50511            - lib/unicode/In/LatinExtendedAdditional.pl
50512            - lib/unicode/In/LetterlikeSymbols.pl
50513            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50514            - lib/unicode/In/MathematicalOperators.pl
50515            - lib/unicode/In/MiscellaneousSymbols.pl
50516            - lib/unicode/In/MiscellaneousTechnical.pl
50517            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50518            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50519            - lib/unicode/In/OpticalCharacterRecognition.pl
50520            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50521            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50522            - lib/unicode/In/SmallFormVariants.pl
50523            - lib/unicode/In/SpacingModifierLetters.pl
50524            - lib/unicode/In/Specials.pl
50525            - lib/unicode/In/SuperscriptsandSubscripts.pl
50526            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50527            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50528            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50529            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50530            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50531            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
50532            ! pod/perlunicode.pod
50533 ____________________________________________________________________________
50534 [  9896] By: jhi                                   on 2001/04/28  14:33:17
50535         Log: Update the information on shared library path on HP-UX.
50536      Branch: perl
50537            ! INSTALL
50538 ____________________________________________________________________________
50539 [  9895] By: jhi                                   on 2001/04/28  14:32:30
50540         Log: Because #9894 seems to do the trick, this workaround can be removed.
50541      Branch: perl
50542            ! t/lib/selfstubber.t
50543 ____________________________________________________________________________
50544 [  9894] By: jhi                                   on 2001/04/28  14:26:13
50545         Log: For PerlIO flush the children's file handles (on fork/exec/system).
50546      Branch: perl
50547            ! perl.h
50548 ____________________________________________________________________________
50549 [  9893] By: jhi                                   on 2001/04/28  14:23:15
50550         Log: Test tweak for #9891.
50551      Branch: perl
50552            ! t/lib/b-deparse.t
50553 ____________________________________________________________________________
50554 [  9892] By: jhi                                   on 2001/04/28  14:10:13
50555         Log: New HP-UX hints from Merijn.
50556      Branch: perl
50557            ! hints/hpux.sh
50558 ____________________________________________________________________________
50559 [  9891] By: jhi                                   on 2001/04/28  14:07:27
50560         Log: Subject: [PATCH B::Deparse] non-block scopes
50561              From: Robin Houston <robin@kitsite.com>
50562              Date: Fri, 27 Apr 2001 19:15:14 +0100
50563              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
50564      Branch: perl
50565            ! ext/B/B/Deparse.pm
50566 ____________________________________________________________________________
50567 [  9890] By: nick                                  on 2001/04/27  19:41:25
50568         Log: Integrate mainline
50569      Branch: perlio
50570           +> t/lib/selfstubber.t
50571           !> (integrate 50 files)
50572 ____________________________________________________________________________
50573 [  9889] By: jhi                                   on 2001/04/27  18:23:46
50574         Log: Subject: Re: selfstubber test fail on bleadperl
50575              From: Mike Guy <mjtg@cam.ac.uk>
50576              Date: Fri, 27 Apr 2001 19:31:18 +0100
50577              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
50578      Branch: perl
50579            ! t/lib/selfstubber.t
50580 ____________________________________________________________________________
50581 [  9888] By: jhi                                   on 2001/04/27  16:20:54
50582         Log: Test tweak for #9886.
50583      Branch: perl
50584            ! t/lib/b-deparse.t
50585 ____________________________________________________________________________
50586 [  9887] By: jhi                                   on 2001/04/27  16:16:33
50587         Log: Buffering issue at least in Solaris (even with perlio).
50588      Branch: perl
50589            ! t/lib/selfstubber.t
50590 ____________________________________________________________________________
50591 [  9886] By: jhi                                   on 2001/04/27  14:59:23
50592         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
50593              From: Robin Houston <robin@kitsite.com>
50594              Date: Fri, 27 Apr 2001 16:53:20 +0100
50595              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
50596      Branch: perl
50597            ! ext/B/B/Deparse.pm
50598 ____________________________________________________________________________
50599 [  9885] By: jhi                                   on 2001/04/27  14:23:51
50600         Log: Update Changes.
50601      Branch: perl
50602            ! Changes patchlevel.h
50603 ____________________________________________________________________________
50604 [  9884] By: jhi                                   on 2001/04/27  14:14:12
50605         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
50606              From: "Philip Newton" <pnewton@gmx.de>
50607              Date: Fri, 27 Apr 2001 16:40:13 +0200
50608              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
50609      Branch: perl
50610            ! pod/perldata.pod
50611 ____________________________________________________________________________
50612 [  9883] By: jhi                                   on 2001/04/27  13:28:19
50613         Log: Add LOG_PERROR; prettify the "removed".
50614      Branch: perl
50615            ! ext/Sys/Syslog/Syslog.xs
50616 ____________________________________________________________________________
50617 [  9882] By: jhi                                   on 2001/04/27  13:13:18
50618         Log: h2xs tweaks: use NV instead of double, "quote" the removed
50619              prefixes for clarity (especially when nothing is removed),
50620              slight pod reformats.
50621      Branch: perl
50622            ! utils/h2xs.PL
50623 ____________________________________________________________________________
50624 [  9881] By: jhi                                   on 2001/04/27  12:58:48
50625         Log: Don't bother creating existing directories.
50626      Branch: perl
50627            ! utils/h2xs.PL
50628 ____________________________________________________________________________
50629 [  9880] By: jhi                                   on 2001/04/27  12:45:39
50630         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
50631              From: Mike Schilli <m@perlmeister.com>
50632              Date: Wed, 25 Apr 2001 01:29:21 -0700
50633              Message-id: <3AE68AE1.6A981723@perlmeister.com>
50634      Branch: perl
50635            ! utils/h2xs.PL
50636 ____________________________________________________________________________
50637 [  9879] By: jhi                                   on 2001/04/27  12:40:55
50638         Log: break is not yet Perl.  Added the template license also to README.
50639      Branch: perl
50640            ! utils/h2xs.PL
50641 ____________________________________________________________________________
50642 [  9878] By: jhi                                   on 2001/04/27  03:08:20
50643         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
50644              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50645              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
50646              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
50647      Branch: perl
50648            ! t/lib/xs-typemap.t
50649 ____________________________________________________________________________
50650 [  9877] By: jhi                                   on 2001/04/26  23:54:40
50651         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
50652              From: "Abigail" <abigail@foad.org>
50653              Date: Fri, 27 Apr 2001 01:44:28 +0200
50654              Message-ID: <20010426234428.19786.qmail@foad.org>
50655      Branch: perl
50656            ! utils/h2xs.PL
50657 ____________________________________________________________________________
50658 [  9876] By: jhi                                   on 2001/04/26  23:52:06
50659         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
50660              From: Peter Prymmer <pvhp@forte.com>
50661              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
50662              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
50663      Branch: perl
50664            ! t/lib/selfstubber.t
50665 ____________________________________________________________________________
50666 [  9875] By: jhi                                   on 2001/04/26  23:48:10
50667         Log: Deparse nits.
50668      Branch: perl
50669            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
50670 ____________________________________________________________________________
50671 [  9874] By: jhi                                   on 2001/04/26  22:46:05
50672         Log: Document ANYOF_CLASS.
50673      Branch: perl
50674            ! regcomp.h
50675 ____________________________________________________________________________
50676 [  9873] By: jhi                                   on 2001/04/26  22:35:03
50677         Log: Subject: Re: [PATCH @9846] dumping ANYOF
50678              From: Hugo <hv@crypt.compulink.co.uk>
50679              Date: Thu, 26 Apr 2001 23:33:38 +0100
50680              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
50681      Branch: perl
50682            ! regcomp.c regcomp.h
50683 ____________________________________________________________________________
50684 [  9872] By: jhi                                   on 2001/04/26  22:34:31
50685         Log: Subject: [PATCH] more for Devel::SelfStubber
50686              From: Nicholas Clark <nick@ccl4.org>
50687              Date: Fri, 27 Apr 2001 00:13:52 +0100
50688              Message-ID: <20010427001351.K88186@plum.flirble.org>
50689      Branch: perl
50690            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
50691 ____________________________________________________________________________
50692 [  9871] By: jhi                                   on 2001/04/26  21:59:17
50693         Log: Subject: [PATCH B::Deparse] formats must be flush left
50694              From: Robin Houston <robin@kitsite.com>
50695              Date: Thu, 26 Apr 2001 23:54:29 +0100
50696              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
50697      Branch: perl
50698            ! ext/B/B/Deparse.pm
50699 ____________________________________________________________________________
50700 [  9870] By: jhi                                   on 2001/04/26  21:57:37
50701         Log: If some of the constants are prefixes of others,
50702              the prefixes may never get recognized.  (See 20010426.006.)
50703      Branch: perl
50704            ! utils/h2xs.PL
50705 ____________________________________________________________________________
50706 [  9869] By: jhi                                   on 2001/04/26  21:50:42
50707         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
50708              From: Chris Bongaarts <cab@tc.umn.edu>
50709              Date: Thu, 26 Apr 2001 17:10:31 -0500
50710              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
50711      Branch: perl
50712            ! ext/Sys/Syslog/Syslog.xs
50713 ____________________________________________________________________________
50714 [  9868] By: jhi                                   on 2001/04/26  21:35:12
50715         Log: Further cuts and more docs from Graham Barr.
50716      Branch: perl
50717            ! ext/List/Util/lib/List/Util.pm
50718            ! ext/List/Util/lib/Scalar/Util.pm
50719 ____________________________________________________________________________
50720 [  9867] By: jhi                                   on 2001/04/26  21:18:57
50721         Log: Subject: [PATCH 5.7.1] DB_File-1.77
50722              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
50723              Date: Thu, 26 Apr 2001 22:37:53 +0100
50724              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
50725      Branch: perl
50726            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50727            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50728 ____________________________________________________________________________
50729 [  9866] By: jhi                                   on 2001/04/26  21:12:31
50730         Log: Subject: [PATCH B::Deparse] fix easy bugs
50731              From: Robin Houston <robin@kitsite.com>
50732              Date: Thu, 26 Apr 2001 23:03:33 +0100
50733              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
50734      Branch: perl
50735            ! ext/B/B/Deparse.pm
50736 ____________________________________________________________________________
50737 [  9865] By: jhi                                   on 2001/04/26  20:26:13
50738         Log: Update Changes.
50739      Branch: perl
50740            ! Changes patchlevel.h
50741 ____________________________________________________________________________
50742 [  9864] By: jhi                                   on 2001/04/26  19:27:48
50743         Log: Dethinko from Robin Houston.
50744      Branch: perl
50745            ! ext/B/B/Deparse.pm
50746 ____________________________________________________________________________
50747 [  9863] By: jhi                                   on 2001/04/26  19:10:35
50748         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
50749              From: Robin Houston <robin@kitsite.com>
50750              Date: Thu, 26 Apr 2001 21:08:32 +0100
50751              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
50752      Branch: perl
50753            ! ext/B/B/Deparse.pm
50754 ____________________________________________________________________________
50755 [  9862] By: jhi                                   on 2001/04/26  19:04:23
50756         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50757              From: Robin Houston <robin@kitsite.com>
50758              Date: Thu, 26 Apr 2001 20:52:50 +0100
50759              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
50760      Branch: perl
50761            ! ext/B/B/Deparse.pm
50762 ____________________________________________________________________________
50763 [  9861] By: jhi                                   on 2001/04/26  18:56:14
50764         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
50765              From: Mike Guy <mjtg@cam.ac.uk>
50766              Date: Thu, 26 Apr 2001 14:22:40 +0100
50767              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
50768      Branch: perl
50769            ! pod/perlobj.pod
50770 ____________________________________________________________________________
50771 [  9860] By: jhi                                   on 2001/04/26  18:46:42
50772         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50773              From: Robin Houston <robin@kitsite.com>
50774              Date: Thu, 26 Apr 2001 20:34:29 +0100
50775              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
50776              
50777              Hashes do not interpolate.
50778      Branch: perl
50779            ! ext/B/B/Deparse.pm
50780 ____________________________________________________________________________
50781 [  9859] By: jhi                                   on 2001/04/26  18:43:51
50782         Log: Subject: The Time::Piece conspiracy unmasked!!!
50783              From: Mike Guy <mjtg@cam.ac.uk>
50784              Date: Thu, 26 Apr 2001 19:02:50 +0100
50785              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
50786              
50787              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
50788              From: Mike Guy <mjtg@cam.ac.uk>
50789              Date: Thu, 26 Apr 2001 19:08:21 +0100
50790              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
50791              
50792              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
50793              From: Graham Barr <gbarr@pobox.com>
50794              Date: Thu, 26 Apr 2001 19:12:03 +0100
50795              Message-ID: <20010426191203.A70835@pobox.com>
50796              
50797              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
50798      Branch: perl
50799            ! ext/List/Util/lib/List/Util.pm
50800            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
50801 ____________________________________________________________________________
50802 [  9858] By: jhi                                   on 2001/04/26  18:17:42
50803         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
50804              From: Robin Houston <robin@kitsite.com>
50805              Date: Thu, 26 Apr 2001 16:09:35 +0100
50806              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
50807      Branch: perl
50808            ! t/comp/proto.t
50809 ____________________________________________________________________________
50810 [  9857] By: jhi                                   on 2001/04/26  18:04:59
50811         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50812              From: barries <barries@slaysys.com>
50813              Date: Thu, 26 Apr 2001 12:01:10 -0400
50814              Message-ID: <20010426120110.E29698@jester.slaysys.com>
50815      Branch: perl
50816            ! pod/perldiag.pod
50817 ____________________________________________________________________________
50818 [  9856] By: jhi                                   on 2001/04/26  18:03:33
50819         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
50820              Date: Thu, 26 Apr 2001 17:13:41 +0100
50821              From: Robin Houston <robin@kitsite.com>
50822              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
50823              
50824              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50825              From: Robin Houston <robin@kitsite.com>
50826              Date: Thu, 26 Apr 2001 18:44:29 +0100
50827              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
50828      Branch: perl
50829            ! ext/B/B/Deparse.pm
50830 ____________________________________________________________________________
50831 [  9855] By: jhi                                   on 2001/04/26  17:56:04
50832         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
50833              From: Robin Houston <robin@kitsite.com>
50834              Date: Thu, 26 Apr 2001 17:04:08 +0100
50835              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
50836      Branch: perl
50837            ! ext/B/B/Deparse.pm
50838 ____________________________________________________________________________
50839 [  9854] By: jhi                                   on 2001/04/26  17:47:26
50840         Log: Subject: Re: Short test case for undef %stash:: crash
50841              From: Benjamin Sugars <bsugars@canoe.ca> 
50842              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
50843              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
50844              Changed and moved the perldiag entry.
50845      Branch: perl
50846            ! gv.c pod/perldiag.pod
50847 ____________________________________________________________________________
50848 [  9853] By: jhi                                   on 2001/04/26  14:35:16
50849         Log: Beginnings of strptime().  Do not touch the wet paint.
50850      Branch: perl
50851            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50852 ____________________________________________________________________________
50853 [  9852] By: jhi                                   on 2001/04/26  13:17:21
50854         Log: Retract #9851, core dumps from pod2man.
50855      Branch: perl
50856            ! regcomp.c
50857 ____________________________________________________________________________
50858 [  9851] By: jhi                                   on 2001/04/26  11:54:41
50859         Log: (Retracted by #9852.)
50860              
50861              Subject: [PATCH @9846] dumping ANYOF
50862              From: Hugo <hv@crypt.compulink.co.uk>
50863              Date: Thu, 26 Apr 2001 05:32:38 +0100
50864              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
50865      Branch: perl
50866            ! regcomp.c
50867 ____________________________________________________________________________
50868 [  9850] By: jhi                                   on 2001/04/26  02:34:44
50869         Log: If ccflags was empty the _previous_ $* containing all the
50870              environment variables and Configure variables was used,
50871              which lead, among other bad things, into $ccflags being your
50872              uname -a output, which lead into test compile with cc failing,
50873              which lead into gcc being selected, which didn't work that well
50874              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
50875              with large files, et cetera.
50876      Branch: perl
50877            ! hints/hpux.sh
50878 ____________________________________________________________________________
50879 [  9849] By: jhi                                   on 2001/04/26  01:44:57
50880         Log: Make selfstubber test more portable.
50881      Branch: perl
50882            ! t/lib/selfstubber.t
50883 ____________________________________________________________________________
50884 [  9848] By: jhi                                   on 2001/04/26  00:50:26
50885         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
50886              From: Benjamin Sugars <ben.sugars@home.com>
50887              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
50888              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
50889      Branch: perl
50890            ! ext/Cwd/Cwd.xs
50891 ____________________________________________________________________________
50892 [  9847] By: jhi                                   on 2001/04/26  00:46:58
50893         Log: Subject: [PATCH: perl@9841] VMS updates
50894              From: Peter Prymmer <pvhp@forte.com>
50895              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
50896              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
50897      Branch: perl
50898            ! README.vms configure.com vms/descrip_mms.template
50899            ! vms/ext/filespec.t
50900 ____________________________________________________________________________
50901 [  9846] By: jhi                                   on 2001/04/26  00:11:56
50902         Log: re 'debug' was broken by #9084.
50903      Branch: perl
50904            ! ext/re/re.xs
50905 ____________________________________________________________________________
50906 [  9845] By: jhi                                   on 2001/04/25  22:33:17
50907         Log: Subject: [PATCH] test for Devel::SelfStubber
50908              From: Nicholas Clark <nick@ccl4.org>
50909              Date: Thu, 26 Apr 2001 00:00:54 +0100
50910              Message-ID: <20010426000054.D89026@plum.flirble.org>
50911      Branch: perl
50912            + t/lib/selfstubber.t
50913            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
50914 ____________________________________________________________________________
50915 [  9844] By: jhi                                   on 2001/04/25  22:29:32
50916         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
50917              From: Paul Johnson <paul@pjcj.net>
50918              Date: Thu, 26 Apr 2001 00:46:08 +0200
50919              Message-ID: <20010426004608.H2338@pjcj.net>
50920      Branch: perl
50921            ! ext/B/B/Concise.pm
50922 ____________________________________________________________________________
50923 [  9843] By: jhi                                   on 2001/04/25  22:28:28
50924         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
50925              From: Peter Prymmer <pvhp@forte.com>
50926              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
50927              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
50928      Branch: perl
50929            ! ext/Cwd/Cwd.xs
50930 ____________________________________________________________________________
50931 [  9842] By: jhi                                   on 2001/04/25  20:58:12
50932         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
50933              From: John Peacock <jpeacock@rowman.com>
50934              Date: Wed, 25 Apr 2001 17:30:26 -0400
50935              Message-ID: <3AE741F2.B3217464@rowman.com>
50936      Branch: perl
50937            ! lib/Math/BigInt.pm t/lib/bigintpm.t
50938 ____________________________________________________________________________
50939 [  9841] By: jhi                                   on 2001/04/25  20:07:05
50940         Log: Update Changes.
50941      Branch: perl
50942            ! Changes patchlevel.h
50943 ____________________________________________________________________________
50944 [  9840] By: jhi                                   on 2001/04/25  19:56:51
50945         Log: Yet another HP-UX hints version from Merijn.
50946      Branch: perl
50947            ! hints/hpux.sh
50948 ____________________________________________________________________________
50949 [  9839] By: jhi                                   on 2001/04/25  19:53:04
50950         Log: abs_path() didn't terminate the filename correctly,
50951              in DIRNAMLENless systems like HP-UX this would fail.
50952      Branch: perl
50953            ! ext/Cwd/Cwd.xs
50954 ____________________________________________________________________________
50955 [  9838] By: jhi                                   on 2001/04/25  16:37:26
50956         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50957              From: Mike Guy <mjtg@cam.ac.uk>
50958              Date: Wed, 25 Apr 2001 18:31:47 +0100
50959              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
50960      Branch: perl
50961            ! op.c
50962 ____________________________________________________________________________
50963 [  9837] By: jhi                                   on 2001/04/25  16:21:53
50964         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
50965              From: Jon Eveland <jweveland@yahoo.com>
50966              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
50967              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
50968      Branch: perl
50969            ! lib/perl5db.pl
50970 ____________________________________________________________________________
50971 [  9836] By: jhi                                   on 2001/04/25  14:17:50
50972         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
50973              From: "Philip Newton" <pnewton@gmx.de>
50974              Date: Wed, 25 Apr 2001 17:05:58 +0200
50975              Message-ID: <3AE703F6.3234.1833C45@localhost>
50976      Branch: perl
50977            ! Porting/patching.pod
50978 ____________________________________________________________________________
50979 [  9835] By: jhi                                   on 2001/04/25  13:58:07
50980         Log: It would seem that both ar and full_ar need to be overridden
50981              for HP-UX to avoid the GNU ar.
50982      Branch: perl
50983            ! hints/hpux.sh
50984 ____________________________________________________________________________
50985 [  9834] By: jhi                                   on 2001/04/25  13:50:40
50986         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50987              From: "Philip Newton" <pnewton@gmx.de>
50988              Date: Wed, 25 Apr 2001 16:09:23 +0200
50989              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
50990              
50991              Detypo.
50992      Branch: perl
50993            ! t/op/misc.t
50994 ____________________________________________________________________________
50995 [  9833] By: jhi                                   on 2001/04/25  12:36:11
50996         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
50997      Branch: perl
50998            ! hints/hpux.sh
50999 ____________________________________________________________________________
51000 [  9832] By: jhi                                   on 2001/04/25  12:33:36
51001         Log: New version of HP-UX hints from Merijn.
51002      Branch: perl
51003            ! hints/hpux.sh
51004 ____________________________________________________________________________
51005 [  9831] By: jhi                                   on 2001/04/25  03:39:45
51006         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
51007      Branch: perl
51008            ! hints/hpux.sh
51009 ____________________________________________________________________________
51010 [  9830] By: jhi                                   on 2001/04/25  02:53:25
51011         Log: The tzname[] bit is not needed by util.c -- and causes
51012              heartburn in VMS (and it missing was probably the cause of
51013              the Mac OS X trouble).  Ouch.
51014      Branch: perl
51015            ! ext/POSIX/POSIX.xs util.c
51016 ____________________________________________________________________________
51017 [  9829] By: jhi                                   on 2001/04/25  00:10:06
51018         Log: Metaconfig unit change for #9828.
51019      Branch: metaconfig
51020            ! U/compline/ccflags.U
51021 ____________________________________________________________________________
51022 [  9828] By: jhi                                   on 2001/04/25  00:04:18
51023         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
51024              (which is actually the reason for the change, we need to pass
51025              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
51026              EP/IX, OS/2, and TitanOS, based on the hints files.
51027      Branch: perl
51028            ! Configure config_h.SH
51029 ____________________________________________________________________________
51030 [  9827] By: jhi                                   on 2001/04/24  23:49:20
51031         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
51032              the $cat must have an absolute path.
51033      Branch: perl
51034            ! makedepend.SH
51035 ____________________________________________________________________________
51036 [  9826] By: jhi                                   on 2001/04/24  23:40:53
51037         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
51038      Branch: perl
51039            ! README.amiga
51040 ____________________________________________________________________________
51041 [  9825] By: jhi                                   on 2001/04/24  23:35:35
51042         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
51043              From: "Philip Newton" <pnewton@gmx.de>
51044              Date: Tue, 24 Apr 2001 18:52:49 +0200
51045              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
51046      Branch: perl
51047            ! x2p/find2perl.PL
51048 ____________________________________________________________________________
51049 [  9824] By: jhi                                   on 2001/04/24  23:33:07
51050         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
51051              Some gcc specifics dropped out due to extensive rewriting;
51052              will be put back later as needed.
51053      Branch: perl
51054            ! hints/hpux.sh
51055 ____________________________________________________________________________
51056 [  9823] By: jhi                                   on 2001/04/24  23:27:57
51057         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
51058      Branch: perl
51059            ! ext/POSIX/POSIX.xs
51060 ____________________________________________________________________________
51061 [  9822] By: jhi                                   on 2001/04/24  23:25:21
51062         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
51063              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51064              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
51065              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
51066      Branch: perl
51067            ! ext/XS/Typemap/Typemap.xs
51068 ____________________________________________________________________________
51069 [  9821] By: jhi                                   on 2001/04/24  23:24:10
51070         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
51071              From: "Abigail" <abigail@foad.org>
51072              Date: Tue, 24 Apr 2001 23:12:03 +0200
51073              Message-ID: <20010424211203.7901.qmail@foad.org>
51074      Branch: perl
51075            ! pod/perlport.pod
51076 ____________________________________________________________________________
51077 [  9820] By: jhi                                   on 2001/04/24  23:23:15
51078         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
51079              From: Matt Sergeant <matt@sergeant.org>
51080              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
51081              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
51082      Branch: perl
51083            ! pod/perlfaq4.pod
51084 ____________________________________________________________________________
51085 [  9819] By: nick                                  on 2001/04/24  18:49:43
51086         Log: Integrate mainline.
51087      Branch: perlio
51088           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51089           !> (integrate 37 files)
51090 ____________________________________________________________________________
51091 [  9818] By: jhi                                   on 2001/04/24  14:35:23
51092         Log: Update Changes.
51093      Branch: perl
51094            ! Changes patchlevel.h
51095 ____________________________________________________________________________
51096 [  9817] By: jhi                                   on 2001/04/24  14:09:17
51097         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
51098              From: "Philip Newton" <pnewton@gmx.de>
51099              Date: Tue, 24 Apr 2001 12:58:12 +0200
51100              Message-ID: <3AE57864.8304.B77A0A@localhost> 
51101              
51102              plus add CPAN to the list of modules that have their own tests.
51103      Branch: perl
51104            ! t/lib/1_compile.t
51105 ____________________________________________________________________________
51106 [  9816] By: jhi                                   on 2001/04/24  14:07:03
51107         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
51108              From: Michael G Schwern <schwern@pobox.com>
51109              Date: Sat, 21 Apr 2001 22:35:00 +0100
51110              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
51111      Branch: perl
51112            ! t/lib/1_compile.t
51113 ____________________________________________________________________________
51114 [  9815] By: jhi                                   on 2001/04/24  13:54:32
51115         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
51116              From: Robin Houston <robin@kitsite.com>
51117              Date: Tue, 24 Apr 2001 15:51:18 +0100
51118              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
51119      Branch: perl
51120            ! ext/B/B/Deparse.pm
51121 ____________________________________________________________________________
51122 [  9814] By: jhi                                   on 2001/04/24  13:17:34
51123         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
51124              From: Bill Glicker <billg@burrelles.com>
51125              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
51126              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
51127      Branch: perl
51128            ! hints/svr5.sh
51129 ____________________________________________________________________________
51130 [  9813] By: jhi                                   on 2001/04/24  12:54:23
51131         Log: Prevent path disclosure (probing for existence of filenames)
51132              using suidperl; bug id 20010322.218.
51133      Branch: perl
51134            ! perl.c pod/perldiag.pod
51135 ____________________________________________________________________________
51136 [  9812] By: jhi                                   on 2001/04/24  12:08:36
51137         Log: Retract #9811.
51138      Branch: perl
51139            ! ext/POSIX/POSIX.xs
51140 ____________________________________________________________________________
51141 [  9811] By: jhi                                   on 2001/04/24  11:57:35
51142         Log: (Retracted by #9812.)
51143      Branch: perl
51144            ! ext/POSIX/POSIX.xs
51145 ____________________________________________________________________________
51146 [  9810] By: jhi                                   on 2001/04/24  03:32:35
51147         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
51148      Branch: perl
51149            ! util.c
51150 ____________________________________________________________________________
51151 [  9809] By: jhi                                   on 2001/04/24  03:16:13
51152         Log: The Math::BigFloat::import() was broken.
51153              (Fixes bug id 20010422.002.)
51154      Branch: perl
51155            ! lib/Math/BigFloat.pm
51156 ____________________________________________________________________________
51157 [  9808] By: jhi                                   on 2001/04/24  01:11:40
51158         Log: Additional dependencies; should help for parallel makes
51159              not to fail on missing lib/lib.pm or lib/re.pm.
51160      Branch: perl
51161            ! Makefile.SH
51162 ____________________________________________________________________________
51163 [  9807] By: jhi                                   on 2001/04/24  00:57:01
51164         Log: Update the test failure disclaimer.
51165      Branch: perl
51166            ! t/pragma/warn/pp_hot
51167 ____________________________________________________________________________
51168 [  9806] By: jhi                                   on 2001/04/24  00:54:04
51169         Log: Add make target "install-all" which is alias for "install"
51170              to cater for case-preserving filesystems like HFS+.
51171      Branch: perl
51172            ! INSTALL Makefile.SH
51173 ____________________________________________________________________________
51174 [  9805] By: jhi                                   on 2001/04/24  00:47:28
51175         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
51176              From: Peter Prymmer <pvhp@forte.com>
51177              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
51178              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
51179              
51180              (Ken William's message forwarded from macosx@perl.org)
51181      Branch: perl
51182            ! hints/darwin.sh
51183 ____________________________________________________________________________
51184 [  9804] By: jhi                                   on 2001/04/23  23:57:35
51185         Log: Cut-and-pasto.
51186      Branch: perl
51187            ! perlio.c
51188 ____________________________________________________________________________
51189 [  9803] By: jhi                                   on 2001/04/23  23:52:25
51190         Log: More PerlIO robustness.
51191      Branch: perl
51192            ! perlio.c
51193 ____________________________________________________________________________
51194 [  9802] By: jhi                                   on 2001/04/23  23:43:35
51195         Log: Make the "STD* opened only for ..." errors more consistent.
51196      Branch: perl
51197            ! doio.c
51198 ____________________________________________________________________________
51199 [  9801] By: jhi                                   on 2001/04/23  23:34:26
51200         Log: Test case for #9800.
51201      Branch: perl
51202            ! t/op/misc.t
51203 ____________________________________________________________________________
51204 [  9800] By: jhi                                   on 2001/04/23  23:14:43
51205         Log: Avoid coredump on 'close STDERR; die' by making
51206              the PerlIO calls more robust.  Also use SETERRNO()
51207              instead of errno = to be more VMS-ready.
51208      Branch: perl
51209            ! perlio.c
51210 ____________________________________________________________________________
51211 [  9799] By: jhi                                   on 2001/04/23  21:41:10
51212         Log: Subject: test for ID 20010423.002
51213              From: Robin Houston <robin@kitsite.com>
51214              Date: Mon, 23 Apr 2001 16:52:21 +0100
51215              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
51216      Branch: perl
51217            ! t/op/avhv.t
51218 ____________________________________________________________________________
51219 [  9798] By: jhi                                   on 2001/04/23  21:40:07
51220         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
51221              From: David Dyck <dcd@tc.fluke.com>
51222              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
51223              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
51224      Branch: perl
51225            ! installperl
51226 ____________________________________________________________________________
51227 [  9797] By: jhi                                   on 2001/04/23  21:37:56
51228         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
51229              From: Benjamin Sugars <bsugars@canoe.ca>
51230              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
51231              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
51232      Branch: perl
51233            ! ext/Cwd/Cwd.xs lib/Cwd.pm
51234 ____________________________________________________________________________
51235 [  9796] By: jhi                                   on 2001/04/23  21:29:24
51236         Log: Synchronize h2xs and pod2man some more on the documentation
51237              templates they propose.
51238      Branch: perl
51239            ! pod/pod2man.PL utils/h2xs.PL
51240 ____________________________________________________________________________
51241 [  9795] By: jhi                                   on 2001/04/23  17:30:40
51242         Log: Add one more naughty test for base64; make encoding logic cleaner.
51243      Branch: perl
51244            ! t/lib/mimeb64.t
51245 ____________________________________________________________________________
51246 [  9794] By: jhi                                   on 2001/04/23  13:51:32
51247         Log: Update Changes.
51248      Branch: perl
51249            ! Changes patchlevel.h
51250 ____________________________________________________________________________
51251 [  9793] By: jhi                                   on 2001/04/23  13:44:18
51252         Log: Duplicate lines.
51253      Branch: perl
51254            ! MANIFEST
51255 ____________________________________________________________________________
51256 [  9792] By: jhi                                   on 2001/04/23  13:39:13
51257         Log: Subject: Re: PATCH 5.7.1
51258              From: Mark-Jason Dominus <mjd@plover.com>
51259              Date: Mon, 23 Apr 2001 10:30:21 -0400
51260              Message-ID: <20010423143021.17335.qmail@plover.com>
51261      Branch: perl
51262            ! perl.h sv.c
51263 ____________________________________________________________________________
51264 [  9791] By: jhi                                   on 2001/04/23  13:32:40
51265         Log: Add the CPAN.pm 1.59_54 tests.
51266      Branch: perl
51267            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51268            ! MANIFEST
51269 ____________________________________________________________________________
51270 [  9790] By: jhi                                   on 2001/04/23  13:21:55
51271         Log: Subject: Deparse nit
51272              From: Robin Houston <robin@kitsite.com>
51273              Date: Mon, 23 Apr 2001 12:38:20 +0100
51274              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
51275      Branch: perl
51276            ! ext/B/B/Deparse.pm
51277 ____________________________________________________________________________
51278 [  9789] By: jhi                                   on 2001/04/23  13:19:07
51279         Log: Subject: [PATCH] bug 20010423.002
51280              From: Robin Houston <robin@kitsite.com>
51281              Date: Mon, 23 Apr 2001 13:12:30 +0100
51282              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
51283      Branch: perl
51284            ! pp.c
51285 ____________________________________________________________________________
51286 [  9788] By: jhi                                   on 2001/04/23  13:02:49
51287         Log: Subject: PATCH [5.7.1] hv.c unused #define
51288              From: Mark-Jason Dominus <mjd@plover.com>
51289              Date: Sun, 22 Apr 2001 14:17:49 -0400
51290              Message-ID: <20010422181749.26976.qmail@plover.com>
51291      Branch: perl
51292            ! hv.c
51293 ____________________________________________________________________________
51294 [  9787] By: jhi                                   on 2001/04/23  13:02:02
51295         Log: Subject: PATCH 5.7.1
51296              From: Mark-Jason Dominus <mjd@plover.com>
51297              Date: Sun, 22 Apr 2001 15:12:57 -0400
51298              Message-ID: <20010422191258.6539.qmail@plover.com>
51299              
51300              plus Sarathy's STMT_START + STMT_END suggestion.
51301      Branch: perl
51302            ! perl.h
51303 ____________________________________________________________________________
51304 [  9786] By: jhi                                   on 2001/04/23  12:53:25
51305         Log: Fix for
51306              
51307              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
51308              From: dLux <dlux@spam.sch.bme.hu>
51309              Date: Mon, 23 Apr 2001 01:25:26 +0200
51310              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
51311              
51312              (SvGROW really does return a char *.)
51313      Branch: perl
51314            ! pod/perlapi.pod sv.h
51315 ____________________________________________________________________________
51316 [  9785] By: jhi                                   on 2001/04/23  04:34:04
51317         Log: Time::Piece work continues.  $t->day removed since
51318              I think it's too confusing.  Now has normal and
51319              abbreviated length weekday names and month names,
51320              the names change with _names(), not _list().
51321              Now has strftime() in Perl, _strftime() is
51322              the libc version (to which strftime() falls back
51323              if it doesn't know the format.  To do: the reverse
51324              of strftime, strptime(), and the localisation of both.
51325      Branch: perl
51326            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
51327            ! t/lib/time-piece.t
51328 ____________________________________________________________________________
51329 [  9784] By: jhi                                   on 2001/04/23  02:41:46
51330         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
51331              From: andreas.koenig@anima.de (Andreas J. Koenig)
51332              Date: 23 Apr 2001 05:20:55 +0200
51333              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
51334      Branch: perl
51335            ! t/pragma/overload.t
51336 ____________________________________________________________________________
51337 [  9783] By: jhi                                   on 2001/04/22  23:32:42
51338         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
51339              From: Robin Houston <robin@kitsite.com>
51340              Date: Mon, 23 Apr 2001 00:38:18 +0100
51341              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
51342      Branch: perl
51343            ! ext/B/B/Deparse.pm
51344 ____________________________________________________________________________
51345 [  9782] By: jhi                                   on 2001/04/22  20:55:43
51346         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
51347              From: Simon Cozens <simon@netthink.co.uk>
51348              Date: Sun, 22 Apr 2001 18:47:25 +0100
51349              Message-ID: <20010422184725.A14411@netthink.co.uk>
51350      Branch: perl
51351            ! sv.c t/pragma/overload.t
51352 ____________________________________________________________________________
51353 [  9781] By: jhi                                   on 2001/04/22  20:52:13
51354         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
51355              From: Robin Houston <robin@kitsite.com>
51356              Date: Sun, 22 Apr 2001 22:14:50 +0100
51357              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
51358      Branch: perl
51359            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51360 ____________________________________________________________________________
51361 [  9780] By: nick                                  on 2001/04/22  20:40:31
51362         Log: Integrate mainline.
51363      Branch: perlio
51364           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51365           +> t/lib/b-stash.t
51366           !> (integrate 38 files)
51367 ____________________________________________________________________________
51368 [  9779] By: jhi                                   on 2001/04/22  15:16:03
51369         Log: Subject: IO::Socket::INET patch
51370              From: andrew deryabin <djsf@technarchy.ru>
51371              Date: Sat, 21 Apr 2001 17:46:52 +0400
51372              Message-ID: <20010421174652.B1426@technarchy>
51373      Branch: perl
51374            ! ext/IO/lib/IO/Socket/INET.pm
51375 ____________________________________________________________________________
51376 [  9778] By: jhi                                   on 2001/04/22  15:14:33
51377         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
51378              From: Mark-Jason Dominus <mjd@plover.com>
51379              Date: Sat, 21 Apr 2001 21:27:49 -0400
51380              Message-ID: <20010422012749.27024.qmail@plover.com>
51381      Branch: perl
51382            ! regcomp.c
51383 ____________________________________________________________________________
51384 [  9777] By: jhi                                   on 2001/04/22  15:10:51
51385         Log: Subject: Re: Regex debugger patch 
51386              From: Mark-Jason Dominus <mjd@plover.com>
51387              Date: Sat, 21 Apr 2001 21:48:51 -0400
51388              Message-ID: <20010422014851.27165.qmail@plover.com>
51389      Branch: perl
51390            ! pod/perldebguts.pod
51391 ____________________________________________________________________________
51392 [  9776] By: jhi                                   on 2001/04/22  15:09:48
51393         Log: Subject: Re: Regex debugger patch
51394              From: Mark-Jason Dominus <mjd@plover.com>
51395              Date: Sat, 21 Apr 2001 14:24:39 -0400
51396              Message-ID: <20010421182439.16508.qmail@plover.com>
51397              
51398              Regex debugger backend.
51399      Branch: perl
51400            ! regcomp.c regexp.h
51401 ____________________________________________________________________________
51402 [  9775] By: jhi                                   on 2001/04/21  16:45:40
51403         Log: Subject: [PATCH] Typo in utf8.h
51404              From: Jesús Quiroga <jquiroga@pobox.com>
51405              Date: Sat, 21 Apr 2001 19:25:33 +0200
51406              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
51407      Branch: perl
51408            ! utf8.h
51409 ____________________________________________________________________________
51410 [  9774] By: jhi                                   on 2001/04/21  16:43:52
51411         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
51412              From: Joe Orton <jorton@redhat.com>
51413              Date: Tue, 17 Apr 2001 15:50:43 +0100
51414              Message-Id: <20010417155043.D19132@eu.c2.net>
51415      Branch: perl
51416            ! hints/svr5.sh
51417 ____________________________________________________________________________
51418 [  9773] By: jhi                                   on 2001/04/21  15:30:15
51419         Log: Subject: Patch utils/h2xs.PL
51420              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51421              Date: Sat, 21 Apr 2001 10:32:16 -0500
51422              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
51423              
51424              Add MAILING list and LICENSE templates.
51425      Branch: perl
51426            ! utils/h2xs.PL
51427 ____________________________________________________________________________
51428 [  9772] By: jhi                                   on 2001/04/21  15:28:36
51429         Log: Subject: perlfaq2.patch for 5.7.1
51430              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51431              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
51432              Date: Fri, 20 Apr 2001 16:42:19 -0500
51433              
51434              rm an extra tab, a blurb about the xx.cpan to clarify
51435              which countries actually have that and dejanews is history
51436              as well as most of that nonsensical entry.
51437      Branch: perl
51438            ! pod/perlfaq2.pod
51439 ____________________________________________________________________________
51440 [  9771] By: jhi                                   on 2001/04/21  15:27:17
51441         Log: Subject: perlfaq1.patch for 5.7.1
51442              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51443              Date: Fri, 20 Apr 2001 16:57:36 -0500
51444              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
51445              
51446              Evil URLs must die. Especially when they are broken.
51447      Branch: perl
51448            ! pod/perlfaq1.pod
51449 ____________________________________________________________________________
51450 [  9770] By: jhi                                   on 2001/04/21  15:23:38
51451         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
51452              From: Michael G Schwern <schwern@pobox.com>
51453              Date: Sat, 21 Apr 2001 16:11:12 +0100
51454              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
51455      Branch: perl
51456            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51457            + t/lib/b-stash.t
51458            ! MANIFEST ext/B/B.pm t/lib/b.t
51459 ____________________________________________________________________________
51460 [  9769] By: jhi                                   on 2001/04/21  15:03:32
51461         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
51462              From: Michael G Schwern <schwern@pobox.com>
51463              Date: Sat, 21 Apr 2001 09:48:00 +0100
51464              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
51465      Branch: perl
51466            ! utils/h2ph.PL
51467 ____________________________________________________________________________
51468 [  9768] By: jhi                                   on 2001/04/21  14:33:49
51469         Log: PerlIO and Encode doc cleanup and tweaks.
51470      Branch: perl
51471            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
51472            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
51473 ____________________________________________________________________________
51474 [  9767] By: jhi                                   on 2001/04/21  12:40:16
51475         Log: Integrate perlio.
51476      Branch: perl
51477           !> doio.c
51478 ____________________________________________________________________________
51479 [  9766] By: nick                                  on 2001/04/20  18:28:35
51480         Log: Avoid core dump on
51481              open(STDOUT,">",\$foo);
51482      Branch: perlio
51483            ! doio.c
51484 ____________________________________________________________________________
51485 [  9765] By: jhi                                   on 2001/04/20  13:23:43
51486         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51487              From: Robin Houston <robin@kitsite.com>
51488              Date: Fri, 20 Apr 2001 14:29:22 +0100
51489              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
51490      Branch: perl
51491            ! ext/B/B.pm ext/B/B/Deparse.pm
51492 ____________________________________________________________________________
51493 [  9764] By: jhi                                   on 2001/04/20  13:19:33
51494         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
51495              From: Peter Prymmer <pvhp@forte.com>
51496              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
51497              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
51498      Branch: perl
51499            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51500            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51501            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51502            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51503 ____________________________________________________________________________
51504 [  9763] By: jhi                                   on 2001/04/20  12:36:39
51505         Log: Subject: Re: A new PerlIO coredump
51506              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51507              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
51508              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
51509      Branch: perl
51510            ! doio.c
51511 ____________________________________________________________________________
51512 [  9762] By: jhi                                   on 2001/04/19  23:02:30
51513         Log: Update Changes.
51514      Branch: perl
51515            ! Changes patchlevel.h
51516 ____________________________________________________________________________
51517 [  9761] By: jhi                                   on 2001/04/19  22:59:19
51518         Log: More cleanup cleanup.
51519      Branch: perl
51520            ! Makefile.SH win32/Makefile win32/makefile.mk
51521 ____________________________________________________________________________
51522 [  9760] By: jhi                                   on 2001/04/19  22:50:31
51523         Log: lib/Time is non-empty, let's not rmdir it.
51524      Branch: perl
51525            ! Makefile.SH
51526 ____________________________________________________________________________
51527 [  9759] By: jhi                                   on 2001/04/19  22:36:51
51528         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51529              From: Robin Houston <robin@kitsite.com>
51530              Date: Fri, 20 Apr 2001 00:18:53 +0100
51531              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
51532      Branch: perl
51533            ! ext/B/B/Deparse.pm
51534 ____________________________________________________________________________
51535 [  9758] By: jhi                                   on 2001/04/19  22:36:00
51536         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
51537              From: Peter Prymmer <pvhp@forte.com>
51538              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
51539              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
51540      Branch: perl
51541            ! ext/Cwd/Cwd.xs
51542 ____________________________________________________________________________
51543 [  9757] By: nick                                  on 2001/04/19  18:53:54
51544         Log: Blind (untested) integrate of mainline.
51545      Branch: perlio
51546           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51547           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
51548           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51549           !> (integrate 53 files)
51550 ____________________________________________________________________________
51551 [  9756] By: jhi                                   on 2001/04/19  16:59:23
51552         Log: Document and test Time::Piece.
51553      Branch: perl
51554            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
51555            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
51556 ____________________________________________________________________________
51557 [  9755] By: jhi                                   on 2001/04/19  12:13:29
51558         Log: A better fix for the \x{12345678} trouble from NI-S.
51559      Branch: perl
51560            ! utf8.c
51561 ____________________________________________________________________________
51562 [  9754] By: jhi                                   on 2001/04/19  11:56:07
51563         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
51564              From: Robin Houston <robin@kitsite.com>
51565              Date: Wed, 18 Apr 2001 17:58:33 +0100
51566              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
51567      Branch: perl
51568            ! ext/B/B/Deparse.pm op.c
51569 ____________________________________________________________________________
51570 [  9753] By: jhi                                   on 2001/04/19  04:21:52
51571         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
51572              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
51573              Date: Thu, 19 Apr 2001 01:11:41 -0400
51574              Message-ID: <20010419011141.A5798@cpan.org>
51575      Branch: perl
51576            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
51577 ____________________________________________________________________________
51578 [  9752] By: jhi                                   on 2001/04/19  02:41:10
51579         Log: The new time utils need to be thread-aware, too.
51580      Branch: perl
51581            ! util.c
51582 ____________________________________________________________________________
51583 [  9751] By: jhi                                   on 2001/04/19  02:26:47
51584         Log: Compilation nit noticed by AIX compiler.
51585      Branch: perl
51586            ! perlio.c
51587 ____________________________________________________________________________
51588 [  9750] By: jhi                                   on 2001/04/19  02:20:06
51589         Log: The new time utils need to be public.
51590      Branch: perl
51591            ! embed.pl
51592 ____________________________________________________________________________
51593 [  9749] By: jhi                                   on 2001/04/19  01:42:39
51594         Log: Regen toc.
51595      Branch: perl
51596            ! pod/perltoc.pod
51597 ____________________________________________________________________________
51598 [  9748] By: jhi                                   on 2001/04/19  01:41:10
51599         Log: Add Time::Piece, a slight rewrite of Time::Object,
51600              from Matt Sergeant.
51601      Branch: perl
51602            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51603            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
51604            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51605            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
51606            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
51607            ! win32/makefile.mk
51608 ____________________________________________________________________________
51609 [  9747] By: jhi                                   on 2001/04/19  00:55:35
51610         Log: The new metaconfig unit from strftime.
51611      Branch: metaconfig/U/perl
51612            + d_strftime.U
51613 ____________________________________________________________________________
51614 [  9746] By: jhi                                   on 2001/04/19  00:54:54
51615         Log: Move the strftime() wrapper from POSIX.xs to util.c
51616              as my_strftime(), requires HAS_STRFTIME.
51617      Branch: perl
51618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51619            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51620            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
51621            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51622            ! vos/config.ga.h win32/config.bc win32/config.gc
51623            ! win32/config.vc
51624 ____________________________________________________________________________
51625 [  9745] By: jhi                                   on 2001/04/18  23:11:03
51626         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
51627              in preparation of Time::Piece.
51628      Branch: perl
51629            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
51630 ____________________________________________________________________________
51631 [  9744] By: jhi                                   on 2001/04/18  22:33:12
51632         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
51633              From: Peter Prymmer <pvhp@forte.com>
51634              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
51635              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
51636      Branch: perl
51637            ! t/lib/exporter.t
51638 ____________________________________________________________________________
51639 [  9743] By: jhi                                   on 2001/04/18  22:32:23
51640         Log: Subject: Fwd: pod2html leaves cache files lying around?
51641              From: Rajesh Vaidheeswarran <rv@gnu.org>
51642              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
51643              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
51644      Branch: perl
51645            ! lib/Pod/Html.pm
51646 ____________________________________________________________________________
51647 [  9742] By: jhi                                   on 2001/04/18  20:31:49
51648         Log: Update Changes.
51649      Branch: perl
51650            ! Changes patchlevel.h
51651 ____________________________________________________________________________
51652 [  9741] By: jhi                                   on 2001/04/18  20:23:02
51653         Log: Declare hints only if needed.
51654      Branch: perl
51655            ! ext/B/B/Deparse.pm
51656 ____________________________________________________________________________
51657 [  9740] By: jhi                                   on 2001/04/18  19:06:05
51658         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
51659              bug noticed by Robin Houston; basically the code of detecting
51660              value wraparound was acting differently under different compilers
51661              and platforms.  The workaround is to remove the overflow check
51662              for now, a real fix would be to do the overflow (portably) right.
51663      Branch: perl
51664            ! t/op/pat.t utf8.c
51665 ____________________________________________________________________________
51666 [  9739] By: jhi                                   on 2001/04/18  19:01:23
51667         Log: Subject: [PATCH B::Deparse] some pragma support
51668              From: Robin Houston <robin@kitsite.com>
51669              Date: Wed, 18 Apr 2001 19:32:12 +0100
51670              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
51671      Branch: perl
51672            ! ext/B/B/Deparse.pm
51673 ____________________________________________________________________________
51674 [  9738] By: jhi                                   on 2001/04/18  15:16:37
51675         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
51676              From: Benjamin Sugars <bsugars@canoe.ca>
51677              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
51678              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
51679      Branch: perl
51680            ! t/op/glob.t
51681 ____________________________________________________________________________
51682 [  9737] By: jhi                                   on 2001/04/18  13:24:50
51683         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
51684              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51685              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
51686              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
51687      Branch: perl
51688            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51689            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
51690 ____________________________________________________________________________
51691 [  9736] By: jhi                                   on 2001/04/18  04:15:14
51692         Log: The #9735 also changes the subtest 12.
51693      Branch: perl
51694            ! t/lib/b.t
51695 ____________________________________________________________________________
51696 [  9735] By: jhi                                   on 2001/04/18  03:55:17
51697         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
51698              From: David Dyck <dcd@tc.fluke.com>
51699              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
51700              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
51701      Branch: perl
51702            ! ext/B/B/Deparse.pm
51703 ____________________________________________________________________________
51704 [  9734] By: jhi                                   on 2001/04/18  03:54:11
51705         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
51706              From: Gisle Aas <gisle@ActiveState.com>
51707              Date: 17 Apr 2001 19:06:45 -0700
51708              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
51709      Branch: perl
51710            ! pp_hot.c t/op/misc.t
51711 ____________________________________________________________________________
51712 [  9733] By: jhi                                   on 2001/04/17  22:25:22
51713         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
51714              From: "Abigail" <abigail@foad.org>
51715              Date: Wed, 18 Apr 2001 01:17:46 +0200
51716              Message-ID: <20010417231746.21657.qmail@foad.org>
51717      Branch: perl
51718            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
51719 ____________________________________________________________________________
51720 [  9732] By: jhi                                   on 2001/04/17  20:47:56
51721         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
51722              From: Robin Houston <robin@kitsite.com>
51723              Date: Tue, 17 Apr 2001 22:37:42 +0100
51724              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
51725      Branch: perl
51726            ! ext/B/B/Deparse.pm
51727 ____________________________________________________________________________
51728 [  9731] By: nick                                  on 2001/04/17  20:46:35
51729         Log: Re-sync for t/lib/b.t fix
51730      Branch: perlio
51731           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
51732 ____________________________________________________________________________
51733 [  9730] By: jhi                                   on 2001/04/17  20:45:29
51734         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
51735              From: Robin Houston <robin@kitsite.com>
51736              Date: Tue, 17 Apr 2001 22:29:36 +0100
51737              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
51738      Branch: perl
51739            ! ext/B/B.xs ext/B/B/Deparse.pm
51740 ____________________________________________________________________________
51741 [  9729] By: jhi                                   on 2001/04/17  20:43:11
51742         Log: Subject: Deparse - parenthesise args to undeclared subs
51743              From: Robin Houston <robin@kitsite.com>
51744              Date: Tue, 17 Apr 2001 21:31:05 +0100
51745              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
51746      Branch: perl
51747            ! ext/B/B/Deparse.pm
51748 ____________________________________________________________________________
51749 [  9728] By: jhi                                   on 2001/04/17  18:57:30
51750         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
51751              From: Benjamin Sugars <ben.sugars@home.com>
51752              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
51753              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
51754      Branch: perl
51755            ! t/lib/cwd.t
51756 ____________________________________________________________________________
51757 [  9727] By: jhi                                   on 2001/04/17  18:20:20
51758         Log: Subject: [PATCH B::Deparse] ambient pragmas
51759              From: Robin Houston <robin@kitsite.com>
51760              Date: Tue, 17 Apr 2001 20:01:59 +0100
51761              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
51762      Branch: perl
51763            ! ext/B/B/Deparse.pm t/lib/b.t
51764 ____________________________________________________________________________
51765 [  9726] By: nick                                  on 2001/04/17  16:33:51
51766         Log: Integrate mainline (t/lib/b.t fails test 2...)
51767      Branch: perlio
51768           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51769           +> ext/List/Util/README ext/List/Util/Util.xs
51770           +> ext/List/Util/lib/List/Util.pm
51771           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
51772           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51773           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51774           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51775           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51776           !> (integrate 31 files)
51777 ____________________________________________________________________________
51778 [  9725] By: jhi                                   on 2001/04/17  12:14:24
51779         Log: Subject: multiple B::* changes
51780              From: Robin Houston <robin@kitsite.com>
51781              Date: Thu, 12 Apr 2001 20:12:27 +0100
51782              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
51783      Branch: perl
51784            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51785 ____________________________________________________________________________
51786 [  9724] By: jhi                                   on 2001/04/17  11:59:05
51787         Log: Thread-awareness from Doug MacEachern.
51788      Branch: perl
51789            ! ext/List/Util/Util.xs
51790 ____________________________________________________________________________
51791 [  9723] By: jhi                                   on 2001/04/17  11:57:41
51792         Log: Make the test more portable.
51793      Branch: perl
51794            ! t/lib/cwd.t
51795 ____________________________________________________________________________
51796 [  9722] By: jhi                                   on 2001/04/17  11:53:50
51797         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
51798              From: Benjamin Sugars <ben.sugars@home.com>
51799              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
51800              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
51801      Branch: perl
51802            ! t/lib/cwd.t
51803 ____________________________________________________________________________
51804 [  9721] By: jhi                                   on 2001/04/17  11:52:17
51805         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
51806              From: Benjamin Sugars <bsugars@canoe.ca>
51807              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
51808              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
51809      Branch: perl
51810            ! op.c
51811 ____________________________________________________________________________
51812 [  9720] By: jhi                                   on 2001/04/17  11:35:42
51813         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
51814              From: Chris Nandor <pudge@pobox.com>
51815              Date: Tue, 17 Apr 2001 00:30:49 -0400
51816              Message-Id: <p05100207b701768712de@[10.0.1.177]>
51817      Branch: perl
51818            ! ext/File/Glob/bsd_glob.c gv.c
51819 ____________________________________________________________________________
51820 [  9719] By: jhi                                   on 2001/04/17  11:32:13
51821         Log: Subject: [PATCH] Tweten->West
51822              From: Casey West <casey@geeknest.com>
51823              Date: Mon, 16 Apr 2001 12:11:22 -0400
51824              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
51825      Branch: perl
51826            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
51827            ! pod/perltie.pod
51828 ____________________________________________________________________________
51829 [  9718] By: jhi                                   on 2001/04/16  03:22:52
51830         Log: Update Changes.
51831      Branch: perl
51832            ! Changes patchlevel.h
51833 ____________________________________________________________________________
51834 [  9717] By: jhi                                   on 2001/04/16  03:06:28
51835         Log: Regen toc.
51836      Branch: perl
51837            ! pod/perltoc.pod
51838 ____________________________________________________________________________
51839 [  9716] By: jhi                                   on 2001/04/16  02:58:42
51840         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
51841              From: Prymmer/Kahn <pvhp@best.com>
51842              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
51843              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
51844      Branch: perl
51845            ! utf8.c
51846 ____________________________________________________________________________
51847 [  9715] By: jhi                                   on 2001/04/15  23:40:35
51848         Log: Subject: Re: Net::Ping patch, adds stream protocol
51849              From: bronson@rinspin.com (Scott Bronson)
51850              Date: Tue, 10 Apr 2001 23:58:33 -0700
51851              Message-ID: <20010410235833.N29719@rinspin.com>
51852      Branch: perl
51853            ! lib/Net/Ping.pm
51854 ____________________________________________________________________________
51855 [  9714] By: jhi                                   on 2001/04/15  23:31:46
51856         Log: Printing out the ok messages helps successful testing.
51857      Branch: perl
51858            ! t/lib/time-hires.t
51859 ____________________________________________________________________________
51860 [  9713] By: jhi                                   on 2001/04/15  21:43:24
51861         Log: Update Douglas Wegscheid's email.
51862      Branch: perl
51863            ! AUTHORS
51864 ____________________________________________________________________________
51865 [  9712] By: jhi                                   on 2001/04/15  21:40:41
51866         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
51867              From: Michael G Schwern <schwern@pobox.com>
51868              Date: Sat, 14 Apr 2001 22:40:50 +0100
51869              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
51870      Branch: perl
51871            + t/lib/exporter.t
51872            ! MANIFEST lib/Exporter/Heavy.pm
51873 ____________________________________________________________________________
51874 [  9711] By: jhi                                   on 2001/04/15  21:39:21
51875         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
51876              From: Michael G Schwern <schwern@pobox.com>
51877              Date: Sat, 14 Apr 2001 22:13:59 +0100
51878              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
51879      Branch: perl
51880            ! t/op/loopctl.t
51881 ____________________________________________________________________________
51882 [  9710] By: jhi                                   on 2001/04/15  21:30:19
51883         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
51884              From: Michael G Schwern <schwern@pobox.com>
51885              Date: Sat, 14 Apr 2001 22:05:32 +0100
51886              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
51887      Branch: perl
51888            ! t/pragma/warnings.t
51889 ____________________________________________________________________________
51890 [  9709] By: jhi                                   on 2001/04/15  19:34:09
51891         Log: Integrate changes #9706,9707 from maintperl into mainline.
51892              
51893              change#7210 broke .packlist generation
51894              
51895              ExtUtils::Installed doesn't quote regex metacharacters in paths
51896              before using them in match; also make it work for dosish platforms
51897      Branch: perl
51898           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
51899 ____________________________________________________________________________
51900 [  9708] By: jhi                                   on 2001/04/15  19:31:01
51901         Log: Test also the scalar aspect of getitimer().
51902      Branch: perl
51903            ! t/lib/time-hires.t
51904 ____________________________________________________________________________
51905 [  9707] By: gsar                                  on 2001/04/15  17:24:20
51906         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
51907              before using them in match; also make it work for dosish platforms
51908      Branch: maint-5.6/perl
51909            ! lib/ExtUtils/Installed.pm
51910 ____________________________________________________________________________
51911 [  9706] By: gsar                                  on 2001/04/15  17:21:59
51912         Log: change#7210 broke .packlist generation (listed only filename
51913              rather than fully qualified path name)
51914      Branch: maint-5.6/perl
51915            ! lib/ExtUtils/Install.pm
51916 ____________________________________________________________________________
51917 [  9705] By: jhi                                   on 2001/04/15  12:36:33
51918         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
51919      Branch: perl
51920            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
51921            ! t/lib/time-hires.t
51922 ____________________________________________________________________________
51923 [  9704] By: jhi                                   on 2001/04/15  10:49:08
51924         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
51925              From: Prymmer/Kahn <pvhp@best.com>
51926              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
51927              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
51928      Branch: perl
51929            ! lib/utf8.pm pod/perlebcdic.pod
51930 ____________________________________________________________________________
51931 [  9703] By: jhi                                   on 2001/04/15  02:26:26
51932         Log: I keep forgetting to sort MANIFEST.
51933      Branch: perl
51934            ! MANIFEST
51935 ____________________________________________________________________________
51936 [  9702] By: jhi                                   on 2001/04/15  02:07:47
51937         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
51938              Now we have blessed, reftype, tainted, first, reduce, ...
51939      Branch: perl
51940            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51941            + ext/List/Util/README ext/List/Util/Util.xs
51942            + ext/List/Util/lib/List/Util.pm
51943            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
51944            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
51945            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51946            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51947            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51948            ! MANIFEST
51949 ____________________________________________________________________________
51950 [  9701] By: jhi                                   on 2001/04/14  15:05:25
51951         Log: Subject: RE: dprofpp.pl updates 
51952              From: Carl Eklof <CEklof@endeca.com>
51953              Date: Thu, 12 Apr 2001 18:45:46 -0400
51954              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
51955      Branch: perl
51956            ! utils/dprofpp.PL
51957 ____________________________________________________________________________
51958 [  9700] By: jhi                                   on 2001/04/14  14:44:55
51959         Log: Do not just blindly add CR.
51960      Branch: perl
51961            ! Porting/makerel
51962 ____________________________________________________________________________
51963 [  9699] By: jhi                                   on 2001/04/13  13:17:01
51964         Log: Update Changes.
51965      Branch: perl
51966            ! Changes patchlevel.h
51967 ____________________________________________________________________________
51968 [  9698] By: jhi                                   on 2001/04/13  12:44:48
51969         Log: Integrate perlio.
51970      Branch: perl
51971           !> ext/PerlIO/Scalar/Scalar.xs
51972 ____________________________________________________________________________
51973 [  9697] By: jhi                                   on 2001/04/13  12:29:15
51974         Log: Add more debug output to the test.
51975      Branch: perl
51976            ! t/lib/cwd.t
51977 ____________________________________________________________________________
51978 [  9696] By: nick                                  on 2001/04/13  10:14:29
51979         Log: Fix core dump on binmode($fh,'Scalar')
51980      Branch: perlio
51981            ! ext/PerlIO/Scalar/Scalar.xs
51982 ____________________________________________________________________________
51983 [  9695] By: nick                                  on 2001/04/13  09:05:42
51984         Log: Integrate mainline
51985      Branch: perlio
51986           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51987           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51988           +> t/lib/time-hires.t
51989           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
51990           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
51991           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51992           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
51993           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
51994           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
51995           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
51996 ____________________________________________________________________________
51997 [  9694] By: jhi                                   on 2001/04/12  22:23:35
51998         Log: Integrate change #9693 from maintperl into mainline.
51999              
52000              $VERSION and Version() on the same line provokes a warning from
52001              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
52002      Branch: perl
52003           !> lib/Devel/SelfStubber.pm
52004 ____________________________________________________________________________
52005 [  9693] By: gsar                                  on 2001/04/12  21:55:56
52006         Log: $VERSION and Version() on the same line provokes a warning from
52007              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
52008      Branch: maint-5.6/perl
52009            ! lib/Devel/SelfStubber.pm
52010 ____________________________________________________________________________
52011 [  9692] By: jhi                                   on 2001/04/12  13:54:00
52012         Log: This is at least 5.005.
52013      Branch: perl
52014            ! ext/Time/HiRes/HiRes.xs
52015 ____________________________________________________________________________
52016 [  9691] By: jhi                                   on 2001/04/12  13:37:20
52017         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
52018      Branch: perl
52019            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
52020            ! win32/Makefile win32/makefile.mk
52021 ____________________________________________________________________________
52022 [  9690] By: jhi                                   on 2001/04/12  01:34:46
52023         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
52024      Branch: perl
52025            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52026            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
52027            + t/lib/time-hires.t
52028            ! MANIFEST
52029 ____________________________________________________________________________
52030 [  9689] By: jhi                                   on 2001/04/12  00:28:39
52031         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
52032              From: Gisle Aas <gisle@ActiveState.com>
52033              Date: 11 Apr 2001 16:36:11 -0700
52034              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
52035      Branch: perl
52036            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
52037 ____________________________________________________________________________
52038 [  9688] By: jhi                                   on 2001/04/12  00:27:39
52039         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
52040              From: Gisle Aas <gisle@ActiveState.com>
52041              Date: 11 Apr 2001 11:13:24 -0700
52042              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
52043      Branch: perl
52044            ! ext/MIME/Base64/Base64.xs
52045 ____________________________________________________________________________
52046 [  9687] By: jhi                                   on 2001/04/11  19:51:47
52047         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
52048      Branch: perl
52049            ! Todo-5.6
52050 ____________________________________________________________________________
52051 [  9686] By: jhi                                   on 2001/04/11  16:54:25
52052         Log: Subject: [PATCH opcode.pl] Documentation of table format
52053              From: Simon Cozens <simon@netthink.co.uk>
52054              Date: Wed, 11 Apr 2001 12:59:31 +0100
52055              Message-ID: <20010411125931.A25681@netthink.co.uk>
52056      Branch: perl
52057            ! opcode.pl
52058 ____________________________________________________________________________
52059 [  9685] By: jhi                                   on 2001/04/11  16:53:15
52060         Log: Subject: [PATCH] prototype("CORE::recv")
52061              From: Simon Cozens <simon@netthink.co.uk>
52062              Date: Wed, 11 Apr 2001 13:24:35 +0100
52063              Message-ID: <20010411132435.A26169@netthink.co.uk>
52064      Branch: perl
52065            ! pp.c t/comp/proto.t
52066 ____________________________________________________________________________
52067 [  9684] By: jhi                                   on 2001/04/11  16:47:13
52068         Log: FAQ (and AUTHORS) update from Dan Carson: the information
52069              was several years obsolete, Term::Readkey has been updated
52070              to have the functionality.
52071      Branch: perl
52072            ! AUTHORS pod/perlfaq5.pod
52073 ____________________________________________________________________________
52074 [  9683] By: jhi                                   on 2001/04/11  12:15:46
52075         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
52076              From: Calle Dybedahl <calle@lysator.liu.se>
52077              Date: 10 Apr 2001 16:44:16 +0200
52078              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
52079      Branch: perl
52080            ! ext/MIME/Base64/Base64.xs
52081 ____________________________________________________________________________
52082 [  9682] By: jhi                                   on 2001/04/11  12:12:26
52083         Log: A more minimal fix for 20010410.006 from Hugo.
52084      Branch: perl
52085            ! regexec.c
52086 ____________________________________________________________________________
52087 [  9681] By: jhi                                   on 2001/04/11  11:34:23
52088         Log: Integrate changes #9678,9679 from maintline into mainperl.
52089              
52090              addendum to change#9676
52091              
52092              up $File::Glob::VERSION; add a note pointing out the version of
52093              the OpenBSD glob bsd_glob.c resembles
52094      Branch: perl
52095           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52096           !> ext/File/Glob/bsd_glob.h
52097 ____________________________________________________________________________
52098 [  9680] By: jhi                                   on 2001/04/11  11:30:38
52099         Log: Bad test numbering in integrate in #9677.
52100              Fixes ID 20010411.001.
52101      Branch: perl
52102            ! t/op/pat.t
52103 ____________________________________________________________________________
52104 [  9679] By: gsar                                  on 2001/04/11  03:38:40
52105         Log: up $File::Glob::VERSION; add a note pointing out the version of
52106              the OpenBSD glob bsd_glob.c resembles
52107      Branch: maint-5.6/perl
52108            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52109            ! ext/File/Glob/bsd_glob.h
52110 ____________________________________________________________________________
52111 [  9678] By: gsar                                  on 2001/04/11  03:09:48
52112         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
52113              revision 1.8.10.1 found here:
52114              
52115              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
52116      Branch: maint-5.6/perl
52117            ! ext/File/Glob/bsd_glob.c
52118 ____________________________________________________________________________
52119 [  9677] By: jhi                                   on 2001/04/11  02:54:39
52120         Log: Integrate changes #9675,9676 from maintperl into mainline.
52121              
52122              fix for bug 20010410.006, undo change#7115
52123              
52124              port the OpenBSD glob() security patch
52125      Branch: perl
52126           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
52127           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
52128           !> t/op/pat.t
52129 ____________________________________________________________________________
52130 [  9676] By: gsar                                  on 2001/04/11  02:19:02
52131         Log: port the glob() security patch found at:
52132              
52133              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
52134              
52135              CERT advisory for the issue is here:
52136              
52137              http://www.cert.org/advisories/CA-2001-07.html
52138              
52139              Note that the security scare is only relevant for those who are
52140              foolish enough to build suidperl (which is now officially discouraged)
52141      Branch: maint-5.6/perl
52142            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
52143            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
52144 ____________________________________________________________________________
52145 [  9675] By: gsar                                  on 2001/04/10  23:52:11
52146         Log: fix for bug 20010410.006
52147              
52148              undo change#7115 (came into maint-5.6 as change#8156)
52149              
52150              add tests to keep it from coming back
52151      Branch: maint-5.6/perl
52152            ! regexec.c t/op/pat.t
52153 ____________________________________________________________________________
52154 [  9674] By: nick                                  on 2001/04/10  20:39:31
52155         Log: Integrate mainline
52156      Branch: perlio
52157           +> Porting/testall.atom
52158           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
52159           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
52160           !> t/lib/lc-uk.t t/pod/find.t
52161 ____________________________________________________________________________
52162 [  9673] By: nick                                  on 2001/04/10  18:46:14
52163         Log: Integrate against change 9670 aka perl-5.7.1
52164      Branch: perlio
52165           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52166           !> (integrate 53 files)
52167 ____________________________________________________________________________
52168 [  9672] By: jhi                                   on 2001/04/10  13:45:01
52169         Log: Add a script for doing cumulative profile of the test suite.
52170              (Requires ATOM, that is, Tru64.)
52171      Branch: perl
52172            + Porting/testall.atom
52173            ! MANIFEST
52174 ____________________________________________________________________________
52175 [  9671] By: jhi                                   on 2001/04/10  12:38:53
52176         Log: Missing std block.
52177      Branch: perl
52178            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
52179            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
52180            ! t/pod/find.t
52181 ____________________________________________________________________________
52182 [  9670] By: jhi                                   on 2001/04/10  01:25:58
52183         Log: This is 5.7.1.
52184      Branch: perl
52185            ! patchlevel.h
52186 ____________________________________________________________________________
52187 [  9669] By: jhi                                   on 2001/04/10  01:09:14
52188         Log: Update Changes.
52189      Branch: perl
52190            ! Changes patchlevel.h
52191 ____________________________________________________________________________
52192 [  9668] By: jhi                                   on 2001/04/10  01:00:38
52193         Log: Regen toc.
52194      Branch: perl
52195            ! pod/perltoc.pod
52196 ____________________________________________________________________________
52197 [  9667] By: jhi                                   on 2001/04/10  00:52:16
52198         Log: Update perlhist.
52199      Branch: perl
52200            ! pod/perlhist.pod
52201 ____________________________________________________________________________
52202 [  9666] By: jhi                                   on 2001/04/09  23:38:59
52203         Log: Slight wording tweaks from Damian to #9658.
52204      Branch: perl
52205            ! pod/perlobj.pod
52206 ____________________________________________________________________________
52207 [  9665] By: jhi                                   on 2001/04/09  19:56:06
52208         Log: Subject: [PATCH perlutil.pod] Nit
52209              From: Simon Cozens <simon@netthink.co.uk>
52210              Date: Mon, 9 Apr 2001 20:29:44 +0100
52211              Message-ID: <20010409202944.A14796@the.earth.li>
52212      Branch: perl
52213            ! pod/perlutil.pod
52214 ____________________________________________________________________________
52215 [  9664] By: jhi                                   on 2001/04/09  19:54:42
52216         Log: Subject: Re: perl571delta.pod@9631
52217              From: Mike Guy <mjtg@cam.ac.uk>
52218              Date: Mon, 09 Apr 2001 18:09:14 +0100
52219              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
52220      Branch: perl
52221            ! pod/perl571delta.pod
52222 ____________________________________________________________________________
52223 [  9663] By: jhi                                   on 2001/04/09  13:43:35
52224         Log: Update Changes.
52225      Branch: perl
52226            ! Changes patchlevel.h
52227 ____________________________________________________________________________
52228 [  9662] By: jhi                                   on 2001/04/09  13:24:46
52229         Log: tweak tweak.
52230      Branch: perl
52231            ! AUTHORS pod/perl571delta.pod
52232 ____________________________________________________________________________
52233 [  9661] By: jhi                                   on 2001/04/09  13:15:13
52234         Log: Thinko in manual patch applying.
52235      Branch: perl
52236            ! sv.c
52237 ____________________________________________________________________________
52238 [  9660] By: jhi                                   on 2001/04/09  13:07:53
52239         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
52240              From: Robin Barker <rmb1@cise.npl.co.uk> 
52241              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
52242              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
52243              
52244              (This corrects the case where the "isn't numeric" string contains \0s
52245              and is longer than the temporary buffer, and contains \0 at the point
52246              the string would be truncated by "...".) 
52247      Branch: perl
52248            ! sv.c
52249 ____________________________________________________________________________
52250 [  9659] By: jhi                                   on 2001/04/09  12:57:41
52251         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
52252      Branch: perl
52253            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
52254            ! t/lib/cgi-function.t t/lib/cgi-html.t
52255 ____________________________________________________________________________
52256 [  9658] By: jhi                                   on 2001/04/09  12:48:47
52257         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
52258              From: Ilmari Karonen <iltzu@sci.fi>
52259              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
52260              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
52261              
52262              Rearrange and rewrite the Method Invocation section
52263              to explain the concepts in nicer order.
52264      Branch: perl
52265            ! pod/perlobj.pod
52266 ____________________________________________________________________________
52267 [  9657] By: jhi                                   on 2001/04/09  12:35:58
52268         Log: Upgrade to podlators 1.09, from Russ Allbery.
52269      Branch: perl
52270            ! lib/Pod/Man.pm lib/Pod/Text.pm
52271 ____________________________________________________________________________
52272 [  9656] By: jhi                                   on 2001/04/09  12:31:53
52273         Log: perl571delta.
52274      Branch: perl
52275            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
52276 ____________________________________________________________________________
52277 [  9655] By: jhi                                   on 2001/04/09  12:20:09
52278         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
52279              From: Prymmer/Kahn <pvhp@best.com>
52280              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
52281              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
52282      Branch: perl
52283            ! lib/utf8.pm pod/perlunicode.pod
52284 ____________________________________________________________________________
52285 [  9654] By: gsar                                  on 2001/04/09  03:38:33
52286         Log: here lies 5.6.1
52287      Branch: maint-5.6/perl
52288            ! Changes
52289 ____________________________________________________________________________
52290 [  9653] By: jhi                                   on 2001/04/09  03:25:24
52291         Log: Update perlhist.
52292      Branch: perl
52293            ! pod/perlhist.pod
52294 ____________________________________________________________________________
52295 [  9652] By: jhi                                   on 2001/04/09  03:18:49
52296         Log: perl571delta tweaking continues.
52297      Branch: perl
52298            ! pod/perl571delta.pod
52299 ____________________________________________________________________________
52300 [  9651] By: gsar                                  on 2001/04/09  03:11:19
52301         Log: update Changes, patchlevel.h &c.
52302      Branch: maint-5.6/perl
52303            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52304            ! pod/perltoc.pod
52305 ____________________________________________________________________________
52306 [  9650] By: jhi                                   on 2001/04/09  02:40:24
52307         Log: Integrate the perlfork half of #9513 from maintperl into mainline
52308              (the perlunicode half is obsolete)
52309      Branch: perl
52310            ! pod/perlfork.pod
52311 ____________________________________________________________________________
52312 [  9649] By: gsar                                  on 2001/04/09  02:35:43
52313         Log: tweak perldelta as suggested by Jarkko
52314      Branch: maint-5.6/perl
52315            ! pod/perldelta.pod
52316 ____________________________________________________________________________
52317 [  9648] By: jhi                                   on 2001/04/09  02:13:04
52318         Log: Integrate change #9646 from maintperl into mainline.
52319              
52320              add note about ithreads and Thread.pm
52321      Branch: perl
52322           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
52323 ____________________________________________________________________________
52324 [  9647] By: jhi                                   on 2001/04/09  02:10:18
52325         Log: Bad assumption that shortsize == 2.
52326      Branch: perl
52327            ! t/lib/xs-typemap.t
52328 ____________________________________________________________________________
52329 [  9646] By: gsar                                  on 2001/04/09  00:48:04
52330         Log: add note about ithreads and Thread.pm (too many people are
52331              confused by the fact that Thread.pm is built and installed
52332              under non-5005threads but doesn't work)
52333      Branch: maint-5.6/perl
52334            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
52335 ____________________________________________________________________________
52336 [  9645] By: gsar                                  on 2001/04/09  00:19:03
52337         Log: update perldelta.pod for changes in 5.6.1
52338      Branch: maint-5.6/perl
52339            ! Changes pod/perldelta.pod
52340 ____________________________________________________________________________
52341 [  9644] By: jhi                                   on 2001/04/08  20:37:00
52342         Log: Integrate change #9639 from maintperl into mainline:
52343              on windows, many of the README.* pods were being copied to
52344              the wrong location
52345      Branch: perl
52346           !> win32/Makefile win32/makefile.mk
52347 ____________________________________________________________________________
52348 [  9643] By: jhi                                   on 2001/04/08  20:07:11
52349         Log: Integrate change #9624 from maintperl into mainline:
52350              the pod tests were not okay.  (t/pod/find.t changes ignored)
52351      Branch: perl
52352           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
52353           !> t/pod/include.t t/pod/included.t t/pod/lref.t
52354           !> t/pod/multiline_items.t t/pod/nested_items.t
52355           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52356           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52357 ____________________________________________________________________________
52358 [  9642] By: jhi                                   on 2001/04/08  19:57:17
52359         Log: Integrate change #9638 from maintperl into mainline:
52360              update to latest JPL from the anoncvs repository
52361      Branch: perl
52362           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52363           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52364           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52365 ____________________________________________________________________________
52366 [  9641] By: jhi                                   on 2001/04/08  19:53:30
52367         Log: perl571delta updates.
52368      Branch: perl
52369            ! lib/Filter/Simple.pm pod/perl571delta.pod
52370 ____________________________________________________________________________
52371 [  9640] By: gsar                                  on 2001/04/08  19:20:46
52372         Log: integrate change#9634 from mainline
52373              
52374              Fix the perlmodlib generation (didn't understand separate .pod
52375              files; didn't understand -- as the name-thing separator).
52376              Update the CPAN mirrors list.
52377      Branch: maint-5.6/perl
52378            ! pod/perlmodlib.pod
52379           !> pod/perlmodlib.PL
52380 ____________________________________________________________________________
52381 [  9639] By: gsar                                  on 2001/04/08  18:57:31
52382         Log: on windows, many of the README.* pods were being copied to the wrong
52383              location
52384      Branch: maint-5.6/perl
52385            ! win32/Makefile win32/makefile.mk
52386 ____________________________________________________________________________
52387 [  9638] By: gsar                                  on 2001/04/08  18:38:25
52388         Log: update to latest JPL from the anoncvs repository
52389      Branch: maint-5.6/perl
52390            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52391            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52392            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52393 ____________________________________________________________________________
52394 [  9637] By: jhi                                   on 2001/04/08  17:53:53
52395         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
52396      Branch: perl
52397            ! pod/perl571delta.pod
52398 ____________________________________________________________________________
52399 [  9636] By: jhi                                   on 2001/04/08  17:18:32
52400         Log: Regen toc.
52401      Branch: perl
52402            ! pod/perltoc.pod
52403 ____________________________________________________________________________
52404 [  9635] By: jhi                                   on 2001/04/08  17:16:33
52405         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
52406              From: "Craig A. Berry" <craigberry@mac.com>
52407              Date: Sun, 08 Apr 2001 12:30:16 -0500
52408              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
52409      Branch: perl
52410            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
52411 ____________________________________________________________________________
52412 [  9634] By: jhi                                   on 2001/04/08  17:09:19
52413         Log: Fix the perlmodlib generation (didn't understand separate .pod
52414              files; didn't understand -- as the name-thing separator).
52415              
52416              Update the CPAN mirrors list.
52417      Branch: perl
52418            ! pod/perlmodlib.PL pod/perlmodlib.pod
52419 ____________________________________________________________________________
52420 [  9633] By: jhi                                   on 2001/04/08  16:49:17
52421         Log: Sort MANIFEST.
52422      Branch: perl
52423            ! MANIFEST
52424 ____________________________________________________________________________
52425 [  9632] By: gsar                                  on 2001/04/08  16:36:06
52426         Log: add $Tie::RefHash::VERSION
52427      Branch: maint-5.6/perl
52428            ! lib/Tie/RefHash.pm
52429 ____________________________________________________________________________
52430 [  9631] By: jhi                                   on 2001/04/08  16:10:15
52431         Log: perl571delta updates based on p5p feedback; still needs
52432              lots of examples.
52433      Branch: perl
52434            ! pod/perl571delta.pod
52435 ____________________________________________________________________________
52436 [  9630] By: jhi                                   on 2001/04/08  15:59:13
52437         Log: Update the list of supported platforms to talk about 5.7.1
52438              (and 5.6.1)
52439      Branch: perl
52440            ! pod/perlport.pod
52441 ____________________________________________________________________________
52442 [  9629] By: jhi                                   on 2001/04/08  15:55:41
52443         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
52444              from maintperl into mainline: perlport updates.
52445      Branch: perl
52446            ! pod/perlport.pod
52447 ____________________________________________________________________________
52448 [  9628] By: jhi                                   on 2001/04/08  15:53:17
52449         Log: perlsolaris.pod copied to wrong directory.
52450      Branch: perl
52451            ! win32/makefile.mk
52452 ____________________________________________________________________________
52453 [  9627] By: jhi                                   on 2001/04/08  14:48:18
52454         Log: Subject: Typos in perl571delta.pod
52455              From: "Stephen P. Potter" <spp@spotter.yi.org>
52456              Date: Sat, 07 Apr 2001 20:37:05 -0400
52457              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
52458      Branch: perl
52459            ! pod/perl571delta.pod
52460 ____________________________________________________________________________
52461 [  9626] By: jhi                                   on 2001/04/08  14:39:04
52462         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
52463      Branch: perl
52464            ! gv.c
52465 ____________________________________________________________________________
52466 [  9625] By: nick                                  on 2001/04/08  10:14:23
52467         Log: Integrate mainline
52468      Branch: perlio
52469           +> pod/perl570delta.pod pod/perl571delta.pod
52470           !> (integrate 27 files)
52471 ____________________________________________________________________________
52472 [  9624] By: gsar                                  on 2001/04/08  06:08:17
52473         Log: test in t/pod/* were busted
52474              
52475              these tests are still not enabled in t/{harness,TEST}
52476      Branch: maint-5.6/perl
52477            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
52478            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
52479            ! t/pod/multiline_items.t t/pod/nested_items.t
52480            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52481            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52482 ____________________________________________________________________________
52483 [  9623] By: gsar                                  on 2001/04/08  03:37:01
52484         Log: integrate change#9470 from mainline
52485              
52486              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
52487      Branch: maint-5.6/perl
52488           !> ext/Socket/Socket.xs
52489 ____________________________________________________________________________
52490 [  9622] By: jhi                                   on 2001/04/07  22:40:47
52491         Log: Update Changes.
52492      Branch: perl
52493            ! Changes patchlevel.h
52494 ____________________________________________________________________________
52495 [  9621] By: jhi                                   on 2001/04/07  22:34:16
52496         Log: Update AUTHORS.
52497      Branch: perl
52498            ! AUTHORS
52499 ____________________________________________________________________________
52500 [  9620] By: jhi                                   on 2001/04/07  22:12:47
52501         Log: Forgot to bump the number of tests in #9164.
52502      Branch: perl
52503            ! t/op/array.t
52504 ____________________________________________________________________________
52505 [  9619] By: jhi                                   on 2001/04/07  22:09:50
52506         Log: Bump patchlevel to 5.7.1.
52507      Branch: perl
52508            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52509            ! config_h.SH patchlevel.h
52510 ____________________________________________________________________________
52511 [  9618] By: jhi                                   on 2001/04/07  22:02:41
52512         Log: Populate perl571delta.
52513      Branch: perl
52514            ! pod/perl571delta.pod
52515 ____________________________________________________________________________
52516 [  9617] By: jhi                                   on 2001/04/07  22:01:23
52517         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
52518              to forget it later; do not change patchlevel.h yet or regenerate
52519              Configure yet.
52520      Branch: perl
52521            ! epoc/config.sh win32/Makefile win32/config_H.bc
52522            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
52523 ____________________________________________________________________________
52524 [  9616] By: jhi                                   on 2001/04/07  17:46:33
52525         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
52526      Branch: perl
52527            ! pod/perl571delta.pod
52528 ____________________________________________________________________________
52529 [  9615] By: jhi                                   on 2001/04/07  17:33:21
52530         Log: Change the toc configuration.
52531      Branch: perl
52532            ! pod/buildtoc.PL pod/perl.pod
52533 ____________________________________________________________________________
52534 [  9614] By: jhi                                   on 2001/04/07  17:29:47
52535         Log: Subject: PATCH: $[
52536              From: Robin Houston <robin@kitsite.com>
52537              Date: Fri, 6 Apr 2001 18:10:14 +0100
52538              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
52539      Branch: perl
52540            ! op.c t/op/array.t
52541 ____________________________________________________________________________
52542 [  9613] By: jhi                                   on 2001/04/07  17:28:26
52543         Log: Subject: [PATCH perl@9424] isn't numeric warning
52544              From: Robin Barker <rmb1@cise.npl.co.uk>
52545              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
52546              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
52547      Branch: perl
52548            ! sv.c t/pragma/warn/sv
52549 ____________________________________________________________________________
52550 [  9612] By: jhi                                   on 2001/04/07  17:26:45
52551         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
52552              From: Mike Guy <mjtg@cam.ac.uk>
52553              Date: Fri, 06 Apr 2001 12:47:06 +0100
52554              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
52555      Branch: perl
52556            ! dump.c t/lib/peek.t
52557 ____________________________________________________________________________
52558 [  9611] By: jhi                                   on 2001/04/07  17:21:35
52559         Log: Create perl571delta and seed it off with the perldelta changes
52560              since 5.7.0; remove those changes from perldelta and rename it
52561              as perl570delta; recreate perldelta but leave it almost empty.
52562      Branch: perl
52563            + pod/perl570delta.pod pod/perl571delta.pod
52564            ! MANIFEST pod/perldelta.pod
52565 ____________________________________________________________________________
52566 [  9610] By: jhi                                   on 2001/04/07  16:56:32
52567         Log: Denit.
52568      Branch: perl
52569            ! pod/perldelta.pod
52570 ____________________________________________________________________________
52571 [  9609] By: jhi                                   on 2001/04/07  16:38:32
52572         Log: Retract #9523: needs more thought.
52573      Branch: perl
52574            ! Makefile.SH
52575 ____________________________________________________________________________
52576 [  9608] By: jhi                                   on 2001/04/07  14:59:20
52577         Log: atmark() code cleanaup.
52578      Branch: perl
52579            ! ext/IO/IO.xs
52580 ____________________________________________________________________________
52581 [  9607] By: jhi                                   on 2001/04/07  14:48:14
52582         Log: Integrate change #9605 from maintperl into mainline.
52583              
52584              can't optimize away scope entry if tr/// is present
52585      Branch: perl
52586           !> op.c t/op/tr.t
52587 ____________________________________________________________________________
52588 [  9606] By: jhi                                   on 2001/04/07  14:43:59
52589         Log: Integrate perlio.
52590      Branch: perl
52591           +> win32/FindExt.pm
52592           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
52593           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
52594 ____________________________________________________________________________
52595 [  9605] By: gsar                                  on 2001/04/07  11:52:40
52596         Log: can't optimize away scope entry if tr/// is present
52597      Branch: maint-5.6/perl
52598            ! op.c t/op/tr.t
52599 ____________________________________________________________________________
52600 [  9604] By: nick                                  on 2001/04/07  11:39:45
52601         Log: Split out extension finding code from buildext.pl into FindExt.pm
52602              Use it to get Config.pm's idea of available extensions in line
52603              with what is built.
52604      Branch: perlio
52605            + win32/FindExt.pm
52606            ! MANIFEST win32/buildext.pl win32/config_sh.PL
52607            ! win32/makefile.mk
52608 ____________________________________________________________________________
52609 [  9603] By: nick                                  on 2001/04/07  09:11:38
52610         Log: Cleanup correction for failed :Via() layer, also set an error code.
52611      Branch: perlio
52612            ! ext/PerlIO/Via/Via.xs
52613 ____________________________________________________________________________
52614 [  9602] By: nick                                  on 2001/04/07  08:38:04
52615         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
52616              style. So don't use binmode() on the handles so that Win32 etc. see
52617              same sequence and produce same digests.
52618      Branch: perlio
52619            ! t/lib/md5-file.t
52620 ____________________________________________________________________________
52621 [  9601] By: nick                                  on 2001/04/07  08:36:26
52622         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
52623              Else it complains and so crlf layer (say) does not get pushed.
52624      Branch: perlio
52625            ! perlio.c
52626 ____________________________________________________________________________
52627 [  9600] By: jhi                                   on 2001/04/06  23:00:09
52628         Log: Integrate change #9599 from perlio into mainline.
52629      Branch: perl
52630           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52631           !> win32/config_H.vc
52632 ____________________________________________________________________________
52633 [  9599] By: nick                                  on 2001/04/06  21:42:43
52634         Log: Quote $VERSION in Encode.pm.
52635              regen_config_h as requested.
52636      Branch: perlio
52637            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52638            ! win32/config_H.vc
52639 ____________________________________________________________________________
52640 [  9598] By: nick                                  on 2001/04/06  20:34:59
52641         Log: Integrate mainline
52642      Branch: perlio
52643           +> README.macos
52644           !> (integrate 39 files)
52645 ____________________________________________________________________________
52646 [  9597] By: gsar                                  on 2001/04/06  18:06:35
52647         Log: integrate change#9464 from mainline (addendum to change#8313)
52648              
52649              Subject: [PATCH @9452] Better peep()ing for foreach() loops
52650      Branch: maint-5.6/perl
52651           !> op.c
52652 ____________________________________________________________________________
52653 [  9596] By: jhi                                   on 2001/04/06  17:26:03
52654         Log: The d_casti32=undef is good for you even when not use64bitall.
52655      Branch: perl
52656            ! hints/hpux.sh
52657 ____________________________________________________________________________
52658 [  9595] By: gsar                                  on 2001/04/06  14:57:17
52659         Log: add a low-impact fix to accommodate darwin-ism
52660      Branch: maint-5.6/perl
52661            ! ext/Errno/Errno_pm.PL
52662 ____________________________________________________________________________
52663 [  9594] By: jhi                                   on 2001/04/06  14:55:14
52664         Log: Integrate changes #9528,9593 from mainline into maintperl;
52665              tweaking the editor/IDE/shell list.
52666      Branch: maint-5.6/perl
52667           !> pod/perlfaq3.pod
52668 ____________________________________________________________________________
52669 [  9593] By: jhi                                   on 2001/04/06  14:51:39
52670         Log: Make the editor/IDE/shell list a little bit airier.
52671      Branch: perl
52672            ! pod/perlfaq3.pod
52673 ____________________________________________________________________________
52674 [  9592] By: gsar                                  on 2001/04/06  14:45:18
52675         Log: integrate change#9477 from mainline (base.pm doc tweak)
52676              
52677              missing doc entry for fmod()
52678      Branch: maint-5.6/perl
52679            ! lib/Math/BigFloat.pm
52680           !> lib/base.pm
52681 ____________________________________________________________________________
52682 [  9591] By: jhi                                   on 2001/04/06  13:55:48
52683         Log: Regen toc.
52684      Branch: perl
52685            ! pod/perltoc.pod
52686 ____________________________________________________________________________
52687 [  9590] By: jhi                                   on 2001/04/06  13:54:52
52688         Log: Math::BigFloat patches from John Peacock.  The equivalent
52689              of #9586 from maintperl but reworked by John to work with
52690              the bleadperl.
52691      Branch: perl
52692            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52693 ____________________________________________________________________________
52694 [  9589] By: jhi                                   on 2001/04/06  13:42:23
52695         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
52696      Branch: perl
52697            ! ext/Digest/MD5/Makefile.PL
52698 ____________________________________________________________________________
52699 [  9588] By: jhi                                   on 2001/04/06  13:31:45
52700         Log: Integrate changes #9584,9587 from maintperl into mainline.
52701              
52702              keep eval"" CVs alive until the end of the statement in which
52703              they're called
52704              
52705              add README.macos (from Chris Nandor)
52706              
52707              tyop in change#9555
52708      Branch: perl
52709           +> README.macos
52710           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
52711           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
52712           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
52713           !> win32/makefile.mk
52714 ____________________________________________________________________________
52715 [  9587] By: gsar                                  on 2001/04/06  07:31:30
52716         Log: add README.macos (from Chris Nandor)
52717              
52718              tyop in change#9555
52719      Branch: maint-5.6/perl
52720            + README.macos
52721            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
52722            ! win32/Makefile win32/makefile.mk
52723 ____________________________________________________________________________
52724 [  9586] By: gsar                                  on 2001/04/06  07:08:54
52725         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
52726      Branch: maint-5.6/perl
52727            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52728 ____________________________________________________________________________
52729 [  9585] By: gsar                                  on 2001/04/06  06:58:44
52730         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
52731              from mainline
52732              
52733              Subject: [PATCH] Base64 update to perlfaq9.pod
52734              
52735              Subject: [PATCH AUTHORS] Housekeeping
52736              
52737              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52738              Mac OS X (Darwin) has extra pwent fields.
52739              
52740              Subject: [PATCH B::*] print control-character vars readably
52741              Needs EBCDICification.
52742              
52743              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52744              
52745              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52746              
52747              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52748              
52749              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52750              
52751              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52752              
52753              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52754              
52755              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52756              
52757              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52758              
52759              FreeBSD hints tweak from Anton Berezin.
52760              
52761              Subject: [PATCH foolperl & bleadperl] README.vms update
52762              
52763              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52764      Branch: maint-5.6/perl
52765           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
52766           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52767           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
52768 ____________________________________________________________________________
52769 [  9584] By: gsar                                  on 2001/04/06  04:09:00
52770         Log: keep eval"" CVs alive until the end of the statement in which
52771              they're called; this avoids a coredump ensuing from search for
52772              lexicals in code such as:
52773              
52774              sub bug {
52775              my $s = @_;
52776              eval q[sub { eval 'sub { &$s }' }];
52777              }
52778              bug("x")->()->();
52779              
52780              this code still doesn't work as intended (as it has remained
52781              since time immemorial), but it doesn't provoke a coredump anymore
52782      Branch: maint-5.6/perl
52783            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52784            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
52785 ____________________________________________________________________________
52786 [  9583] By: jhi                                   on 2001/04/05  23:52:51
52787         Log: Update Changes.
52788      Branch: perl
52789            ! Changes patchlevel.h
52790 ____________________________________________________________________________
52791 [  9582] By: jhi                                   on 2001/04/05  23:11:23
52792         Log: Slight doc tweak.
52793      Branch: perl
52794            ! pod/perlunicode.pod
52795 ____________________________________________________________________________
52796 [  9581] By: jhi                                   on 2001/04/05  23:04:11
52797         Log: Integrate perlio.
52798      Branch: perl
52799           !> pod/perlunicode.pod
52800 ____________________________________________________________________________
52801 [  9580] By: jhi                                   on 2001/04/05  23:03:29
52802         Log: Test for #9579.
52803      Branch: perl
52804            ! t/op/do.t
52805 ____________________________________________________________________________
52806 [  9579] By: jhi                                   on 2001/04/05  22:54:17
52807         Log: Subject: [PATCH] Propagate calling context for do '...'
52808              From: Gisle Aas <gisle@ActiveState.com>
52809              Date: 04 Apr 2001 20:17:29 -0700
52810              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
52811      Branch: perl
52812            ! pod/perlfunc.pod pp_ctl.c
52813 ____________________________________________________________________________
52814 [  9578] By: jhi                                   on 2001/04/05  22:52:51
52815         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52816              From: Peter Prymmer <pvhp@forte.com>
52817              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
52818              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
52819      Branch: perl
52820            ! README.vms
52821 ____________________________________________________________________________
52822 [  9577] By: jhi                                   on 2001/04/05  22:48:22
52823         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
52824              From: "Craig A. Berry" <craigberry@mac.com>
52825              Date: Thu, 5 Apr 2001 13:43:28 -0500
52826              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
52827      Branch: perl
52828            ! README.vms
52829 ____________________________________________________________________________
52830 [  9576] By: jhi                                   on 2001/04/05  22:31:38
52831         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
52832              From: Michael G Schwern <schwern@pobox.com>
52833              Date: Thu, 5 Apr 2001 21:53:21 +0100
52834              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
52835      Branch: perl
52836            ! lib/base.pm t/lib/fields.t
52837 ____________________________________________________________________________
52838 [  9575] By: jhi                                   on 2001/04/05  22:26:10
52839         Log: FreeBSD hints tweak from Anton Berezin.
52840      Branch: perl
52841            ! hints/freebsd.sh
52842 ____________________________________________________________________________
52843 [  9574] By: jhi                                   on 2001/04/05  22:24:03
52844         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52845              From: David Dyck <dcd@tc.fluke.com>
52846              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
52847              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
52848      Branch: perl
52849            ! t/op/oct.t
52850 ____________________________________________________________________________
52851 [  9573] By: jhi                                   on 2001/04/05  22:23:06
52852         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52853              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
52854              From: David Dyck <dcd@tc.fluke.com>
52855              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
52856      Branch: perl
52857            ! pp.c
52858 ____________________________________________________________________________
52859 [  9572] By: jhi                                   on 2001/04/05  22:14:47
52860         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52861              From: Robin Houston <robin@kitsite.com>
52862              Date: Thu, 5 Apr 2001 20:56:48 +0100
52863              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
52864      Branch: perl
52865            ! ext/B/B/Deparse.pm
52866 ____________________________________________________________________________
52867 [  9571] By: jhi                                   on 2001/04/05  22:12:53
52868         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52869              From: Robin Houston <robin@kitsite.com>
52870              Date: Thu, 5 Apr 2001 19:55:51 +0100
52871              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
52872      Branch: perl
52873            ! ext/B/B/Deparse.pm
52874 ____________________________________________________________________________
52875 [  9570] By: jhi                                   on 2001/04/05  22:11:06
52876         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52877              From: Robin Houston <robin@kitsite.com>
52878              Date: Thu, 5 Apr 2001 20:16:29 +0100
52879              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
52880      Branch: perl
52881            ! ext/B/B/Deparse.pm
52882 ____________________________________________________________________________
52883 [  9569] By: nick                                  on 2001/04/05  21:32:26
52884         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
52885      Branch: perlio
52886            ! pod/perlunicode.pod
52887 ____________________________________________________________________________
52888 [  9568] By: nick                                  on 2001/04/05  19:38:09
52889         Log: Integrate mainline
52890      Branch: perlio
52891           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
52892           !> (integrate 35 files)
52893 ____________________________________________________________________________
52894 [  9567] By: jhi                                   on 2001/04/05  18:31:45
52895         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52896              From: Robin Houston <robin@kitsite.com>
52897              Date: Thu, 5 Apr 2001 18:03:23 +0100
52898              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
52899      Branch: perl
52900            ! ext/B/B/Deparse.pm
52901 ____________________________________________________________________________
52902 [  9566] By: jhi                                   on 2001/04/05  18:29:35
52903         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52904              From: Robin Houston <robin@kitsite.com>
52905              Date: Thu, 5 Apr 2001 16:45:18 +0100
52906              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
52907      Branch: perl
52908            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52909 ____________________________________________________________________________
52910 [  9565] By: jhi                                   on 2001/04/05  18:24:23
52911         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52912              From: Robin Houston <robin@kitsite.com>
52913              Date: Thu, 5 Apr 2001 14:50:09 +0100
52914              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
52915      Branch: perl
52916            ! ext/B/B/Deparse.pm
52917 ____________________________________________________________________________
52918 [  9564] By: jhi                                   on 2001/04/05  18:23:03
52919         Log: Subject: [PATCH B::*] print control-character vars readably
52920              From: Robin Houston <robin@kitsite.com>
52921              Date: Thu, 5 Apr 2001 14:27:38 +0100
52922              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
52923              
52924              Needs EBCDICification.
52925      Branch: perl
52926            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
52927            ! ext/B/B/Terse.pm
52928 ____________________________________________________________________________
52929 [  9563] By: jhi                                   on 2001/04/05  18:20:32
52930         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52931              Date: Thu, 5 Apr 2001 13:21:42 -0400
52932              From: Paul Schinder <schinder@pobox.com>
52933              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
52934              
52935              Mac OS X (Darwin) has extra pwent fields.
52936      Branch: perl
52937            ! t/op/pwent.t
52938 ____________________________________________________________________________
52939 [  9562] By: jhi                                   on 2001/04/05  17:57:51
52940         Log: Regen toc.
52941      Branch: perl
52942            ! pod/perltoc.pod
52943 ____________________________________________________________________________
52944 [  9561] By: jhi                                   on 2001/04/05  17:47:33
52945         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
52946      Branch: metaconfig
52947            ! U/Glossary.patch
52948      Branch: metaconfig/U/perl
52949            + d_u32align.U
52950            ! d_cmsghdr_s.U d_msghdr_s.U
52951 ____________________________________________________________________________
52952 [  9560] By: jhi                                   on 2001/04/05  17:47:01
52953         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
52954              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
52955              Introduce probes for struct msghdr, struct cmsghdr,
52956              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
52957              ualarm, usleep, for possible later extension work.
52958      Branch: perl
52959            + t/lib/md5-align.t
52960            ! Configure MANIFEST Porting/Glossary Porting/config.sh
52961            ! Porting/config_H config_h.SH configure.com epoc/config.sh
52962            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
52963            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52964            ! vos/config.ga.h win32/config.bc win32/config.gc
52965            ! win32/config.vc
52966 ____________________________________________________________________________
52967 [  9559] By: jhi                                   on 2001/04/05  13:03:04
52968         Log: Be traditional in your cpp (for the Errno extension).
52969      Branch: perl
52970            ! hints/darwin.sh
52971 ____________________________________________________________________________
52972 [  9558] By: jhi                                   on 2001/04/05  13:00:05
52973         Log: Add $Config{cppflags} to the gcc incantation.
52974      Branch: perl
52975            ! ext/Errno/Errno_pm.PL
52976 ____________________________________________________________________________
52977 [  9557] By: jhi                                   on 2001/04/05  04:22:39
52978         Log: Introduce Sean Burke's Class::ISA 0.32.
52979      Branch: perl
52980            + lib/Class/ISA.pm t/lib/class-isa.t
52981            ! MANIFEST
52982 ____________________________________________________________________________
52983 [  9556] By: jhi                                   on 2001/04/05  04:09:50
52984         Log: Subject: [PATCH AUTHORS] Housekeeping
52985              From: Paul Johnson <paul@pjcj.net> 
52986              Date: Wed, 4 Apr 2001 22:45:47 +0200
52987              Message-ID: <20010404224547.D9548@pjcj.net>
52988      Branch: perl
52989            ! AUTHORS
52990 ____________________________________________________________________________
52991 [  9555] By: jhi                                   on 2001/04/05  04:06:33
52992         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
52993              From: Gisle Aas <gisle@ActiveState.com>
52994              Date: 04 Apr 2001 14:23:04 -0700
52995              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
52996      Branch: perl
52997            ! pod/perlfaq9.pod
52998 ____________________________________________________________________________
52999 [  9554] By: jhi                                   on 2001/04/05  04:05:49
53000         Log: Downgrade also the "Wide character" diagnostic.
53001      Branch: perl
53002            ! pod/perldiag.pod
53003 ____________________________________________________________________________
53004 [  9553] By: jhi                                   on 2001/04/05  04:00:33
53005         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
53006              maintperl into mainline.
53007              
53008              "double" should be "NV"; standard typemap is missing entry
53009              for NV
53010              
53011              s/djSP/dSP/
53012              
53013              Downgrade "Wide character in print" to a warning.
53014              
53015              B::Deparse fix for ${^FOO} and documentation for PVX() method
53016              (from Robin Houston)
53017              
53018              tr/// doesn't null-terminate the result in some situations
53019              (from Gisle Aas)
53020      Branch: perl
53021           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
53022           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
53023           !> t/io/utf8.t t/op/tr.t
53024 ____________________________________________________________________________
53025 [  9552] By: jhi                                   on 2001/04/05  03:52:50
53026         Log: Retract changes #9542 and #9538 (from maintperl, integrated
53027              at #9540), shouldn't be needed because of the perlio changes.
53028      Branch: perl
53029            ! util.c
53030 ____________________________________________________________________________
53031 [  9551] By: gsar                                  on 2001/04/05  00:18:34
53032         Log: tr/// doesn't null-terminate the result in some situations
53033              (from Gisle Aas)
53034      Branch: maint-5.6/perl
53035            ! doop.c t/op/tr.t
53036 ____________________________________________________________________________
53037 [  9550] By: gsar                                  on 2001/04/04  20:04:17
53038         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
53039              (from Robin Houston)
53040      Branch: maint-5.6/perl
53041            ! ext/B/B.pm ext/B/B/Deparse.pm
53042 ____________________________________________________________________________
53043 [  9549] By: nick                                  on 2001/04/04  18:56:15
53044         Log: Downgrade "Wide character in print" to a warning.
53045      Branch: perlio
53046            ! doio.c t/io/utf8.t
53047 ____________________________________________________________________________
53048 [  9548] By: gsar                                  on 2001/04/04  18:51:49
53049         Log: integrate changes#9460,9462,9482,9521,9522
53050              
53051              Subject: PATCH: B::Debug should show LOOP-specific fields
53052              
53053              Subject: B::Deparse precedence bug. (Patch included.)
53054              
53055              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
53056              
53057              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
53058              
53059              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
53060      Branch: maint-5.6/perl
53061           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
53062           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
53063 ____________________________________________________________________________
53064 [  9547] By: gsar                                  on 2001/04/04  18:49:16
53065         Log: s/djSP/dSP/
53066      Branch: maint-5.6/perl
53067            ! ext/Thread/Thread.xs
53068 ____________________________________________________________________________
53069 [  9546] By: nick                                  on 2001/04/04  18:44:00
53070         Log: Integrate mainline.
53071      Branch: perlio
53072           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
53073           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
53074 ____________________________________________________________________________
53075 [  9545] By: gsar                                  on 2001/04/04  18:38:52
53076         Log: integrate change#8837 from mainline
53077              
53078              Subject: [patch] -Wall cleanup round 2
53079      Branch: maint-5.6/perl
53080           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
53081           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
53082           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
53083           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
53084           !> ext/SDBM_File/SDBM_File.xs
53085 ____________________________________________________________________________
53086 [  9544] By: gsar                                  on 2001/04/04  17:49:57
53087         Log: "double" should be "NV"; standard typemap is missing entry
53088              for NV
53089      Branch: maint-5.6/perl
53090            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
53091 ____________________________________________________________________________
53092 [  9543] By: jhi                                   on 2001/04/04  14:13:18
53093         Log: Thou shalt not (just) match for English error messages.
53094      Branch: perl
53095            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
53096            ! os2/OS2/Process/Process.pm
53097 ____________________________________________________________________________
53098 [  9542] By: jhi                                   on 2001/04/04  13:20:39
53099         Log: Make the stdio tricks of fflush_all() to exist only if
53100              stdio is being used.
53101      Branch: perl
53102            ! util.c
53103 ____________________________________________________________________________
53104 [  9541] By: jhi                                   on 2001/04/04  04:20:24
53105         Log: Subject: Re: [PATCH] Lighten up glob
53106              From: Benjamin Sugars <bsugars@canoe.ca>
53107              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
53108              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
53109      Branch: perl
53110            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
53111            ! util.c
53112 ____________________________________________________________________________
53113 [  9540] By: jhi                                   on 2001/04/04  04:03:57
53114         Log: Integrate changes #9538,9539 from maintperl into mainline.
53115              
53116              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
53117              for use with _fwalk() (fix for change#7705)
53118              
53119              another tweak needed for SunOS 4.1.x build (from Mike Guy)
53120              (cp -f is not portable)
53121      Branch: perl
53122           !> Makefile.SH util.c
53123 ____________________________________________________________________________
53124 [  9539] By: gsar                                  on 2001/04/04  03:01:14
53125         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
53126      Branch: maint-5.6/perl
53127            ! Makefile.SH
53128 ____________________________________________________________________________
53129 [  9538] By: gsar                                  on 2001/04/04  01:00:38
53130         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
53131              for use with _fwalk() (fix for change#7705)
53132      Branch: maint-5.6/perl
53133            ! util.c
53134 ____________________________________________________________________________
53135 [  9537] By: nick                                  on 2001/04/03  19:24:55
53136         Log: Integrate mainline
53137      Branch: perlio
53138           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
53139           +> lib/unicode/PropList.html
53140            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
53141           !> (integrate 69 files)
53142 ____________________________________________________________________________
53143 [  9536] By: jhi                                   on 2001/04/03  18:02:31
53144         Log: Integrate change #9533 from maintperl into mainline.
53145              
53146              better fix for change#9517 to accomodate UNC paths like
53147              \\server\share\foo, and paths with trailing backslash
53148              like c:\this\
53149      Branch: perl
53150           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53151 ____________________________________________________________________________
53152 [  9535] By: jhi                                   on 2001/04/03  17:58:07
53153         Log: Change the push/unshift warning to be of class syntax, not misc.
53154      Branch: perl
53155            ! op.c pod/perldiag.pod t/pragma/warn/op
53156 ____________________________________________________________________________
53157 [  9534] By: jhi                                   on 2001/04/03  15:03:46
53158         Log: Change the push/unshift warning (#9532) to talk about "no values"
53159              instead of "no arguments".
53160      Branch: perl
53161            ! op.c pod/perldiag.pod t/pragma/warn/op
53162 ____________________________________________________________________________
53163 [  9533] By: gsar                                  on 2001/04/03  14:30:07
53164         Log: better fix for change#9517 to accomodate UNC paths like
53165              \\server\share\foo, and paths with trailing backslash
53166              like c:\this\
53167      Branch: maint-5.6/perl
53168            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53169 ____________________________________________________________________________
53170 [  9532] By: jhi                                   on 2001/04/03  13:11:46
53171         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
53172              From: Robin Houston <robin@kitsite.com>
53173              Date: Mon, 2 Apr 2001 15:03:29 +0100
53174              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
53175      Branch: perl
53176            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
53177 ____________________________________________________________________________
53178 [  9531] By: jhi                                   on 2001/04/03  13:06:34
53179         Log: Integrate change #9530 from maintperl into mainline.
53180              
53181              accomodate VMS "mailbox overflow" quirk in testsuite (from
53182              Craig Berry)
53183      Branch: perl
53184           !> t/lib/socket.t
53185 ____________________________________________________________________________
53186 [  9530] By: gsar                                  on 2001/04/03  04:56:41
53187         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
53188              Craig Berry)
53189      Branch: maint-5.6/perl
53190            ! t/lib/socket.t
53191 ____________________________________________________________________________
53192 [  9529] By: jhi                                   on 2001/04/03  02:34:34
53193         Log: Update Changes.
53194      Branch: perl
53195            ! Changes patchlevel.h
53196 ____________________________________________________________________________
53197 [  9528] By: jhi                                   on 2001/04/03  01:27:57
53198         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
53199              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
53200              To: perl5-porters@perl.org
53201              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
53202      Branch: perl
53203            ! pod/perlfaq3.pod
53204 ____________________________________________________________________________
53205 [  9527] By: jhi                                   on 2001/04/03  01:22:09
53206         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
53207              From: Peter Prymmer <pvhp@forte.com>
53208              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
53209              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
53210      Branch: perl
53211            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
53212 ____________________________________________________________________________
53213 [  9526] By: jhi                                   on 2001/04/03  01:18:25
53214         Log: The metaconfig unit changes for #9525.
53215      Branch: metaconfig
53216            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
53217      Branch: metaconfig/U/perl
53218            ! use64bits.U
53219 ____________________________________________________________________________
53220 [  9525] By: jhi                                   on 2001/04/03  01:17:30
53221         Log: Configure sanity checks:
53222              * if use64bitall is attempted but pointers are only 32-bit,
53223              'downgrade' to use64bitint
53224              * if use64bitint is attempted but there's no quad type,
53225              forget about use64bitint (well, the default for it is 'n',
53226              the user can still override this)
53227              * if pointers are 64 bits, do not try to use Perl's malloc
53228      Branch: perl
53229            ! Configure
53230 ____________________________________________________________________________
53231 [  9524] By: gsar                                  on 2001/04/03  01:09:12
53232         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
53233      Branch: maint-5.6/perl
53234            ! pp_sys.c
53235 ____________________________________________________________________________
53236 [  9523] By: jhi                                   on 2001/04/03  00:02:31
53237         Log: (Retracted by #9609)
53238              
53239              Make it harder for parallel makes to enter 'test' before
53240              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
53241              should be unhappy enough, but sometimes parallel makes seem
53242              to sneak past both in Tru64 and AIX.)
53243      Branch: perl
53244            ! Makefile.SH
53245 ____________________________________________________________________________
53246 [  9522] By: jhi                                   on 2001/04/02  22:35:31
53247         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
53248              Date: Mon, 2 Apr 2001 22:54:10 +0100
53249              From: Robin Houston <robin@kitsite.com>
53250              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
53251      Branch: perl
53252            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
53253 ____________________________________________________________________________
53254 [  9521] By: jhi                                   on 2001/04/02  22:32:23
53255         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
53256              From: Robin Houston <robin@kitsite.com>
53257              Date: Mon, 2 Apr 2001 20:24:03 +0100
53258              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
53259      Branch: perl
53260            ! ext/B/B/Concise.pm
53261 ____________________________________________________________________________
53262 [  9520] By: jhi                                   on 2001/04/02  22:30:43
53263         Log: Subject: [PATCH] REALLY pedantic hv.h nit
53264              From: Simon Cozens <simon@netthink.co.uk>
53265              Date: Mon, 2 Apr 2001 15:43:06 +0100
53266              Message-ID: <20010402154306.A21711@netthink.co.uk>
53267      Branch: perl
53268            ! hv.h
53269 ____________________________________________________________________________
53270 [  9519] By: jhi                                   on 2001/04/02  22:28:04
53271         Log: Based on
53272              
53273              Subject: [foolperl] EPOC fix
53274              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53275              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
53276              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
53277      Branch: perl
53278            ! pp_sys.c
53279 ____________________________________________________________________________
53280 [  9518] By: jhi                                   on 2001/04/02  22:22:34
53281         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
53282              
53283              README.win32 tweaks; add a note about alternative location for
53284              getting a gcc-2.95.2 that will build perl properly on windows
53285              
53286              add some notes about gutsy threading matters
53287              
53288              many of the utilities interpolate literal paths within doublequotes
53289              (fails on dosish platforms where path contains backslashes)
53290      Branch: perl
53291           !> README.win32 pod/perlguts.pod utils/perldoc.PL
53292           !> x2p/find2perl.PL x2p/s2p.PL
53293 ____________________________________________________________________________
53294 [  9517] By: gsar                                  on 2001/04/02  19:52:21
53295         Log: many of the utilities interpolate literal paths within doublequotes
53296              (fails on dosish platforms where path contains backslashes)
53297      Branch: maint-5.6/perl
53298            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53299 ____________________________________________________________________________
53300 [  9516] By: gsar                                  on 2001/04/02  05:49:37
53301         Log: a foolish release
53302      Branch: maint-5.6/perl
53303            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
53304            ! pod/perltoc.pod
53305 ____________________________________________________________________________
53306 [  9515] By: gsar                                  on 2001/04/02  05:04:29
53307         Log: add missing changelog summaries
53308      Branch: maint-5.6/perl
53309            ! Changes
53310 ____________________________________________________________________________
53311 [  9514] By: gsar                                  on 2001/04/02  04:07:13
53312         Log: add some notes about gutsy threading matters
53313      Branch: maint-5.6/perl
53314            ! pod/perlguts.pod
53315 ____________________________________________________________________________
53316 [  9513] By: gsar                                  on 2001/04/02  03:25:21
53317         Log: add more prominent caveat notices about experimental features
53318      Branch: maint-5.6/perl
53319            ! pod/perlfork.pod pod/perlunicode.pod
53320 ____________________________________________________________________________
53321 [  9512] By: gsar                                  on 2001/04/02  02:54:33
53322         Log: integrate changes#9479,9509 from mainline
53323              
53324              [PATCH] File::Glob stuff for Mac OS
53325              
53326              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53327      Branch: maint-5.6/perl
53328           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53329           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53330           !> t/lib/glob-taint.t
53331 ____________________________________________________________________________
53332 [  9511] By: gsar                                  on 2001/04/02  02:38:24
53333         Log: README.win32 tweaks; add a note about alternative location for
53334              getting a gcc-2.95.2 that will build perl properly on windows
53335      Branch: maint-5.6/perl
53336            ! README.win32
53337 ____________________________________________________________________________
53338 [  9510] By: jhi                                   on 2001/04/01  20:45:10
53339         Log: An ambiguousity warning.
53340      Branch: perl
53341            ! t/lib/trig.t
53342 ____________________________________________________________________________
53343 [  9509] By: jhi                                   on 2001/04/01  19:53:47
53344         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53345              From: Jonathan Stowe <gellyfish@gellyfish.com>
53346              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
53347              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
53348      Branch: perl
53349            ! ext/File/Glob/bsd_glob.c
53350 ____________________________________________________________________________
53351 [  9508] By: jhi                                   on 2001/04/01  19:35:03
53352         Log: Update Changes.
53353      Branch: perl
53354            ! Changes patchlevel.h
53355 ____________________________________________________________________________
53356 [  9507] By: jhi                                   on 2001/04/01  19:24:01
53357         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
53358              from mainline to maintperl: pod tweaks.
53359      Branch: maint-5.6/perl
53360           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
53361           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
53362           !> pod/perlvar.pod
53363 ____________________________________________________________________________
53364 [  9506] By: jhi                                   on 2001/04/01  19:11:53
53365         Log: Commit Sarathy to April release of 5.6.1 :-)
53366      Branch: perl
53367            ! pod/perlfaq1.pod
53368 ____________________________________________________________________________
53369 [  9505] By: jhi                                   on 2001/04/01  19:03:15
53370         Log: Subject: PATCH 5.6.0 (perldebug.pod)
53371              From: Mark-Jason Dominus <mjd@plover.com>
53372              Date: Sun, 01 Apr 2001 14:25:11 -0400
53373              Message-ID: <20010401182511.9247.qmail@plover.com>
53374      Branch: perl
53375            ! pod/perldebug.pod
53376 ____________________________________________________________________________
53377 [  9504] By: jhi                                   on 2001/04/01  18:43:09
53378         Log: Add great_circle_direction().
53379      Branch: perl
53380            ! lib/Math/Trig.pm t/lib/trig.t
53381 ____________________________________________________________________________
53382 [  9503] By: jhi                                   on 2001/04/01  17:29:12
53383         Log: Unicode ReadMe update for Unicode 3.1.
53384      Branch: perl
53385            ! lib/unicode/ReadMe.txt
53386 ____________________________________________________________________________
53387 [  9502] By: jhi                                   on 2001/04/01  17:18:40
53388         Log: Integrate change #9501 from maintperl into mainline.
53389              
53390              fix the perlembed notes on multiple interpreters
53391              
53392              fix ExtUtils::Embed to work passably on Windows
53393      Branch: perl
53394           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
53395 ____________________________________________________________________________
53396 [  9501] By: gsar                                  on 2001/04/01  07:21:57
53397         Log: fix the perlembed notes on multiple interpreters
53398              
53399              fix ExtUtils::Embed to work passably on Windows
53400      Branch: maint-5.6/perl
53401            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
53402 ____________________________________________________________________________
53403 [  9500] By: jhi                                   on 2001/04/01  05:58:23
53404         Log: Test for #9499.
53405      Branch: perl
53406            ! t/op/tr.t
53407 ____________________________________________________________________________
53408 [  9499] By: jhi                                   on 2001/04/01  05:55:46
53409         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
53410      Branch: perl
53411            ! embed.h embed.pl op.c proto.h
53412 ____________________________________________________________________________
53413 [  9498] By: jhi                                   on 2001/04/01  05:44:34
53414         Log: Protect the workaround hunk more.
53415      Branch: perl
53416            ! toke.c
53417 ____________________________________________________________________________
53418 [  9497] By: jhi                                   on 2001/04/01  00:24:25
53419         Log: Integrate changes #9493,9494,9495,9496 from maintperl
53420              into mainline.
53421              
53422              fix a broken workaround for Borland compiler in change#4739
53423              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53424              
53425              nits spotted by Borland compiler
53426              
53427              avoid redefinition warnings under Borland 5.02
53428              
53429              various nits identified by the Borland 5.5 compiler; remove suppression
53430              of a few warnings
53431      Branch: perl
53432           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
53433           !> win32/win32.h
53434 ____________________________________________________________________________
53435 [  9496] By: gsar                                  on 2001/03/31  23:22:28
53436         Log: various nits identified by the Borland 5.5 compiler; remove suppression
53437              of a few warnings
53438      Branch: maint-5.6/perl
53439            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
53440 ____________________________________________________________________________
53441 [  9495] By: gsar                                  on 2001/03/31  21:03:08
53442         Log: avoid redefinition warnings under Borland 5.02
53443      Branch: maint-5.6/perl
53444            ! win32/makefile.mk
53445 ____________________________________________________________________________
53446 [  9494] By: gsar                                  on 2001/03/31  20:18:59
53447         Log: nits spotted by Borland compiler
53448      Branch: maint-5.6/perl
53449            ! utf8.h win32/win32.h
53450 ____________________________________________________________________________
53451 [  9493] By: gsar                                  on 2001/03/31  20:18:05
53452         Log: fix a broken workaround for Borland compiler in change#4739
53453              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53454      Branch: maint-5.6/perl
53455            ! toke.c
53456 ____________________________________________________________________________
53457 [  9492] By: jhi                                   on 2001/03/31  18:36:24
53458         Log: Integrate change #9491 from maintperl into mainline.
53459              
53460              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53461              directory is relative (need to fetch the full path name *before*
53462              the chdir!)
53463      Branch: perl
53464           !> lib/Cwd.pm
53465 ____________________________________________________________________________
53466 [  9491] By: gsar                                  on 2001/03/31  17:01:56
53467         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53468              directory is relative (need to fetch the full path name *before*
53469              the chdir!)
53470              
53471              this is a followup patch for change#6749
53472      Branch: maint-5.6/perl
53473            ! lib/Cwd.pm
53474 ____________________________________________________________________________
53475 [  9490] By: jhi                                   on 2001/03/31  15:50:18
53476         Log: Subject: Re: [PATCH] av.h cosmetics
53477              From: Simon Cozens <simon@netthink.co.uk>
53478              Date: Sat, 31 Mar 2001 13:09:59 +0100
53479              Message-ID: <20010331130959.A22000@netthink.co.uk>
53480              
53481              Document AvALLOC.
53482      Branch: perl
53483            ! pod/perlguts.pod
53484 ____________________________________________________________________________
53485 [  9489] By: jhi                                   on 2001/03/31  15:48:44
53486         Log: Subject: [PATCH] Re: Math::Big* v1.21
53487              From: Tels <perl_dummy@bloodgate.com>
53488              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
53489              Message-Id: <200103311125.GAA377738@www08.hway.net>
53490      Branch: perl
53491            ! pod/perlop.pod
53492 ____________________________________________________________________________
53493 [  9488] By: jhi                                   on 2001/03/31  03:39:51
53494         Log: Debug output tweak.
53495      Branch: perl
53496            ! t/lib/cwd.t
53497 ____________________________________________________________________________
53498 [  9487] By: jhi                                   on 2001/03/31  03:33:02
53499         Log: OverVMSification.
53500      Branch: perl
53501            ! t/lib/cwd.t
53502 ____________________________________________________________________________
53503 [  9486] By: jhi                                   on 2001/03/31  03:01:40
53504         Log: Missed MANIFESTations in #9483.
53505      Branch: perl
53506            ! MANIFEST
53507 ____________________________________________________________________________
53508 [  9485] By: jhi                                   on 2001/03/31  02:58:17
53509         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
53510              From: Peter Prymmer <pvhp@forte.com>
53511              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
53512              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
53513      Branch: perl
53514            ! regexec.c t/lib/cwd.t
53515 ____________________________________________________________________________
53516 [  9484] By: jhi                                   on 2001/03/31  01:04:41
53517         Log: Obsolete file (see #3938)
53518      Branch: perl
53519            - lib/unicode/README.Ethiopic
53520            ! MANIFEST
53521 ____________________________________________________________________________
53522 [  9483] By: jhi                                   on 2001/03/31  00:52:42
53523         Log: Update to Unicode 3.1.
53524              (Rename Names.txt to NamesList.txt.)
53525      Branch: perl
53526            + lib/unicode/NamesList.txt lib/unicode/PropList.html
53527            - lib/unicode/Names.txt
53528            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53529            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
53530            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
53531            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
53532            ! lib/unicode/UCD.html lib/unicode/Unicode.html
53533            ! lib/unicode/rename lib/unicode/version
53534 ____________________________________________________________________________
53535 [  9482] By: jhi                                   on 2001/03/30  23:33:44
53536         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
53537              From: Robin Houston <robin@kitsite.com>
53538              Date: Fri, 30 Mar 2001 20:07:22 +0100
53539              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
53540      Branch: perl
53541            ! ext/B/B/Deparse.pm
53542 ____________________________________________________________________________
53543 [  9481] By: jhi                                   on 2001/03/30  23:20:25
53544         Log: Subject: Re: [PATCH] CwdXS, Take 2
53545              From: Benjamin Sugars <bsugars@canoe.ca>
53546              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
53547              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
53548      Branch: perl
53549            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
53550            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
53551 ____________________________________________________________________________
53552 [  9480] By: jhi                                   on 2001/03/30  22:52:38
53553         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
53554              From: David Dyck <dcd@tc.fluke.com>
53555              Date: Fri, 30 Mar 2001 14:44:13 -0800
53556              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
53557              
53558              The t/rantests flags file creation was accidentally
53559              removed by #9217.
53560      Branch: perl
53561            ! Makefile.SH
53562 ____________________________________________________________________________
53563 [  9479] By: jhi                                   on 2001/03/30  22:45:45
53564         Log: Subject: [PATCH] File::Glob stuff for Mac OS
53565              From: Chris Nandor <pudge@pobox.com>
53566              Date: Fri, 30 Mar 2001 16:51:00 -0500
53567              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
53568      Branch: perl
53569            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53570            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53571            ! t/lib/glob-taint.t
53572 ____________________________________________________________________________
53573 [  9478] By: jhi                                   on 2001/03/30  22:43:12
53574         Log: Subject: fix for win32/buildext.pl
53575              From: "Vadim Konovalov" <watman@inbox.ru>
53576              Date: Sat, 31 Mar 2001 00:50:36 +0400
53577              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
53578      Branch: perl
53579            ! win32/buildext.pl
53580 ____________________________________________________________________________
53581 [  9477] By: jhi                                   on 2001/03/30  22:41:16
53582         Log: Subject: small base.pm doc patch
53583              From: Leon Brocard <acme@astray.com>
53584              Date: Fri, 30 Mar 2001 21:49:57 +0100
53585              Message-ID: <20010330214957.B8733@ns0.astray.com>
53586      Branch: perl
53587            ! lib/base.pm
53588 ____________________________________________________________________________
53589 [  9476] By: jhi                                   on 2001/03/30  18:16:57
53590         Log: Subject: [PATCH] av.h cosmetics
53591              From: Simon Cozens <simon@netthink.co.uk>
53592              Date: Fri, 30 Mar 2001 18:12:28 +0100
53593              Message-ID: <20010330181228.A9319@netthink.co.uk>
53594      Branch: perl
53595            ! av.h
53596 ____________________________________________________________________________
53597 [  9475] By: jhi                                   on 2001/03/30  18:15:50
53598         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
53599              From: "Philip Newton" <pnewton@gmx.de>
53600              Date: Fri, 30 Mar 2001 19:06:57 +0200
53601              Message-ID: <3AC4D951.14815.1AC7068@localhost>
53602      Branch: perl
53603            ! pod/perlhack.pod
53604 ____________________________________________________________________________
53605 [  9474] By: jhi                                   on 2001/03/30  18:14:02
53606         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
53607              From: Benjamin Sugars <bsugars@canoe.ca>
53608              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
53609              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
53610      Branch: perl
53611            ! t/lib/glob-basic.t
53612 ____________________________________________________________________________
53613 [  9473] By: jhi                                   on 2001/03/30  16:09:24
53614         Log: Update Changes.
53615      Branch: perl
53616            ! Changes patchlevel.h
53617 ____________________________________________________________________________
53618 [  9472] By: jhi                                   on 2001/03/30  15:16:08
53619         Log: Integrate perlio.
53620      Branch: perl
53621           !> t/lib/cwd.t t/lib/glob-basic.t
53622 ____________________________________________________________________________
53623 [  9471] By: nick                                  on 2001/03/30  14:47:10
53624         Log: Should be (^O eq 'MSWin32') not 'Win32'
53625              Fail #12 seems real - chdir is in wrong dir.
53626      Branch: perlio
53627            ! t/lib/cwd.t
53628 ____________________________________________________________________________
53629 [  9470] By: jhi                                   on 2001/03/30  14:41:11
53630         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
53631              From: Radu Greab <radu@netsoft.ro>
53632              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
53633              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
53634              
53635              Replace #9352.
53636      Branch: perl
53637            ! ext/Socket/Socket.xs pp_sys.c
53638 ____________________________________________________________________________
53639 [  9469] By: jhi                                   on 2001/03/30  14:37:51
53640         Log: Subject: PATCH pod/perldiag.pod
53641              From: Robin Houston <robin@kitsite.com>
53642              Date: Fri, 30 Mar 2001 14:10:36 +0100
53643              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
53644      Branch: perl
53645            ! pod/perldiag.pod t/lib/glob-basic.t
53646 ____________________________________________________________________________
53647 [  9468] By: jhi                                   on 2001/03/30  14:36:36
53648         Log: Subject: Better diagnostic in io/fs.t
53649              From: andreas.koenig@anima.de (Andreas J. Koenig)
53650              Date: 30 Mar 2001 10:11:43 +0200
53651              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
53652      Branch: perl
53653            ! t/io/fs.t
53654 ____________________________________________________________________________
53655 [  9467] By: nick                                  on 2001/03/30  14:25:43
53656         Log: Skip order test of glob if case-ignoring system cannot 
53657              create a.test and A.test
53658      Branch: perlio
53659            ! t/lib/glob-basic.t
53660 ____________________________________________________________________________
53661 [  9466] By: nick                                  on 2001/03/30  13:03:12
53662         Log: Integrate mainline.
53663      Branch: perlio
53664            - ext/re/hints/aix.pl
53665           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
53666           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
53667           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
53668           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
53669 ____________________________________________________________________________
53670 [  9465] By: jhi                                   on 2001/03/30  03:53:37
53671         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
53672              the tests sometimes hang, sometimes not.)
53673      Branch: perl
53674            ! t/lib/io_multihomed.t t/lib/io_sock.t
53675 ____________________________________________________________________________
53676 [  9464] By: jhi                                   on 2001/03/30  02:56:04
53677         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
53678              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53679              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
53680              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
53681      Branch: perl
53682            ! op.c
53683 ____________________________________________________________________________
53684 [  9463] By: jhi                                   on 2001/03/30  02:34:48
53685         Log: Test for #9462.
53686      Branch: perl
53687            ! t/lib/b.t
53688 ____________________________________________________________________________
53689 [  9462] By: jhi                                   on 2001/03/30  02:29:37
53690         Log: Subject: B::Deparse precedence bug. (Patch included.)
53691              From: Jeremy Madea <jmadea@inktomi.com>
53692              Date: Thu, 29 Mar 2001 12:05:02 -0800
53693              Message-ID: <20010329120502.A24881@dr.inktomi.com>
53694      Branch: perl
53695            ! ext/B/B/Deparse.pm
53696 ____________________________________________________________________________
53697 [  9461] By: jhi                                   on 2001/03/30  02:18:41
53698         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53699              From: Peter Prymmer <pvhp@forte.com>
53700              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
53701              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
53702      Branch: perl
53703            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
53704            ! t/lib/md5-file.t
53705 ____________________________________________________________________________
53706 [  9460] By: jhi                                   on 2001/03/30  02:17:07
53707         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
53708              From: Robin Houston <robin@kitsite.com>
53709              Date: Thu, 29 Mar 2001 20:47:56 +0100
53710              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
53711      Branch: perl
53712            ! ext/B/B/Debug.pm
53713 ____________________________________________________________________________
53714 [  9459] By: jhi                                   on 2001/03/30  02:16:05
53715         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
53716              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
53717              Date: Wed, 28 Mar 2001 18:02:20 -0600
53718              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
53719      Branch: perl
53720            ! lib/ExtUtils/MM_VMS.pm
53721 ____________________________________________________________________________
53722 [  9458] By: jhi                                   on 2001/03/30  02:07:58
53723         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
53724              From: "Joshua E. Rodd" <jrodd@pbs.org>
53725              Date: Wed, 28 Mar 2001 17:29:12 -0500
53726              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
53727      Branch: perl
53728            ! pod/perlop.pod
53729 ____________________________________________________________________________
53730 [  9457] By: jhi                                   on 2001/03/30  02:04:33
53731         Log: Subject: ext/re/aix.pl can go
53732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53733              Date: Thu, 29 Mar 2001 12:03:28 +0200
53734              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
53735      Branch: perl
53736            - ext/re/hints/aix.pl
53737            ! MANIFEST
53738 ____________________________________________________________________________
53739 [  9456] By: jhi                                   on 2001/03/30  02:03:32
53740         Log: Integrate perlio.
53741      Branch: perl
53742           !> ext/Encode/Encode.xs installperl
53743 ____________________________________________________________________________
53744 [  9455] By: nick                                  on 2001/03/29  21:11:46
53745         Log: DLL name has changed so installperl needs to know
53746              (Why isn't it working it out or passed it?)
53747      Branch: perlio
53748            ! installperl
53749 ____________________________________________________________________________
53750 [  9454] By: nick                                  on 2001/03/29  20:56:12
53751         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
53752              and we don't get undef warnings.
53753      Branch: perlio
53754            ! ext/Encode/Encode.xs
53755 ____________________________________________________________________________
53756 [  9453] By: nick                                  on 2001/03/29  17:58:48
53757         Log: Integrate mainline
53758      Branch: perlio
53759           !> Changes patchlevel.h
53760 ____________________________________________________________________________
53761 [  9452] By: jhi                                   on 2001/03/29  16:44:55
53762         Log: Update Changes.
53763      Branch: perl
53764            ! Changes patchlevel.h
53765 ____________________________________________________________________________
53766 [  9451] By: nick                                  on 2001/03/29  16:31:38
53767         Log: Integrate mainline
53768      Branch: perlio
53769           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
53770           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
53771           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
53772           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
53773           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
53774 ____________________________________________________________________________
53775 [  9450] By: jhi                                   on 2001/03/29  16:29:17
53776         Log: Integrate perlio.
53777      Branch: perl
53778           !> win32/buildext.pl
53779 ____________________________________________________________________________
53780 [  9449] By: jhi                                   on 2001/03/29  15:50:01
53781         Log: Update Changes.
53782      Branch: perl
53783            ! Changes patchlevel.h
53784 ____________________________________________________________________________
53785 [  9448] By: nick                                  on 2001/03/29  15:47:15
53786         Log: Make sure buildext.pl finds Errno.pm
53787      Branch: perlio
53788            ! win32/buildext.pl
53789 ____________________________________________________________________________
53790 [  9447] By: jhi                                   on 2001/03/29  15:39:34
53791         Log: Integrate perlio.
53792      Branch: perl
53793           !> win32/makefile.mk
53794 ____________________________________________________________________________
53795 [  9446] By: nick                                  on 2001/03/29  15:30:03
53796         Log: Integrate win32/makefile.mk with mainline.
53797      Branch: perlio
53798           !> win32/makefile.mk
53799 ____________________________________________________________________________
53800 [  9445] By: nick                                  on 2001/03/29  15:27:32
53801         Log: Fix breakage ... 
53802      Branch: perlio
53803            ! win32/makefile.mk
53804 ____________________________________________________________________________
53805 [  9444] By: jhi                                   on 2001/03/29  15:03:08
53806         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53807              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53808              Date: Thu, 29 Mar 2001 10:32:59 +0400
53809              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
53810      Branch: perl
53811            ! win32/makefile.mk
53812 ____________________________________________________________________________
53813 [  9443] By: jhi                                   on 2001/03/29  15:02:12
53814         Log: Integrate perlio.
53815      Branch: perl
53816           +> win32/buildext.pl
53817           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
53818           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
53819 ____________________________________________________________________________
53820 [  9442] By: nick                                  on 2001/03/29  14:59:11
53821         Log: Work in progress - determine win32 extensions to build via script.
53822      Branch: perlio
53823            + win32/buildext.pl
53824            ! MANIFEST win32/makefile.mk
53825 ____________________________________________________________________________
53826 [  9441] By: jhi                                   on 2001/03/29  14:51:47
53827         Log: Reintroduce the use of external pwd.
53828      Branch: perl
53829            ! t/lib/cwd.t
53830 ____________________________________________________________________________
53831 [  9440] By: jhi                                   on 2001/03/29  14:42:58
53832         Log: use warnings instead of -w.
53833      Branch: perl
53834            ! utils/h2xs.PL
53835 ____________________________________________________________________________
53836 [  9439] By: jhi                                   on 2001/03/29  14:41:52
53837         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
53838              From: Jonathan Stowe <gellyfish@gellyfish.com>
53839              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
53840              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
53841      Branch: perl
53842            ! utils/h2xs.PL
53843 ____________________________________________________________________________
53844 [  9438] By: jhi                                   on 2001/03/29  14:39:38
53845         Log: Subject: [PATCH perl@9424] minor pod nits
53846              From: Robin Barker <rmb1@cise.npl.co.uk>
53847              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
53848              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
53849      Branch: perl
53850            ! pod/perlhack.pod pod/perliol.pod
53851 ____________________________________________________________________________
53852 [  9437] By: jhi                                   on 2001/03/29  14:29:16
53853         Log: Subject: [PATCH perl@9424] typemap cast warning
53854              From: Robin Barker <rmb1@cise.npl.co.uk>
53855              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
53856              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
53857      Branch: perl
53858            ! lib/ExtUtils/typemap
53859 ____________________________________________________________________________
53860 [  9436] By: jhi                                   on 2001/03/29  14:26:03
53861         Log: Subject: [PATCH perl@9424] printf warning
53862              From: Robin Barker <rmb1@cise.npl.co.uk>
53863              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
53864              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
53865      Branch: perl
53866            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
53867            ! ext/Storable/Storable.xs toke.c
53868 ____________________________________________________________________________
53869 [  9435] By: nick                                  on 2001/03/29  14:23:31
53870         Log: Win32 has name conflict with ERROR
53871      Branch: perlio
53872            ! ext/PerlIO/Via/Via.xs
53873 ____________________________________________________________________________
53874 [  9434] By: jhi                                   on 2001/03/29  14:17:48
53875         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53876              From: Peter Prymmer <pvhp@forte.com>
53877              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
53878              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
53879      Branch: perl
53880            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
53881 ____________________________________________________________________________
53882 [  9433] By: jhi                                   on 2001/03/29  13:52:44
53883         Log: test-prep target was missing.
53884      Branch: perl
53885            ! Makefile.SH
53886 ____________________________________________________________________________
53887 [  9432] By: nick                                  on 2001/03/29  12:40:03
53888         Log: Make as-shipped compiler default to MSVC6 
53889      Branch: perlio
53890            ! win32/makefile.mk
53891 ____________________________________________________________________________
53892 [  9431] By: nick                                  on 2001/03/29  12:12:16
53893         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
53894              akin to PerlIO::Scalar.
53895      Branch: perlio
53896            ! perlio.c perlio.h
53897 ____________________________________________________________________________
53898 [  9430] By: nick                                  on 2001/03/29  10:56:35
53899         Log: Integrate mainline.
53900      Branch: perlio
53901           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53902           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53903           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53904           !> win32/makefile.mk win32/win32sck.c
53905 ____________________________________________________________________________
53906 [  9429] By: nick                                  on 2001/03/29  09:03:43
53907         Log: Noticed that two tests were skipped as perlio:: package
53908              isn't there any more. Changed the skip condition.
53909              Avoid core-dump if sv_utf8_upgrade() called on something
53910              that does not become SvPOK after SvPV() (e.g. a ref).
53911      Branch: perlio
53912            ! sv.c t/io/utf8.t t/lib/io_scalar.t
53913 ____________________________________________________________________________
53914 [  9428] By: jhi                                   on 2001/03/29  01:31:47
53915         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
53916              From: Benjamin Sugars <bsugars@canoe.ca> 
53917              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
53918              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
53919      Branch: perl
53920            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53921            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53922            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53923 ____________________________________________________________________________
53924 [  9427] By: jhi                                   on 2001/03/29  00:49:30
53925         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53926              From: "Vadim Konovalov" <watman@inbox.ru>
53927              Date: Thu, 29 Mar 2001 01:50:12 +0400
53928              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
53929      Branch: perl
53930            ! win32/makefile.mk win32/win32sck.c
53931 ____________________________________________________________________________
53932 [  9426] By: gsar                                  on 2001/03/29  00:28:04
53933         Log: dmake can only handle == and != in comparisons; support building
53934              with Borland's VCL libraries (from Vadim Konovalov)
53935      Branch: maint-5.6/perl
53936            ! win32/makefile.mk
53937 ____________________________________________________________________________
53938 [  9425] By: nick                                  on 2001/03/28  19:29:56
53939         Log: Integrate (@snapshot)
53940      Branch: perlio
53941           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
53942 ____________________________________________________________________________
53943 [  9424] By: jhi                                   on 2001/03/28  19:03:16
53944         Log: Update Changes.
53945      Branch: perl
53946            ! Changes patchlevel.h
53947 ____________________________________________________________________________
53948 [  9423] By: jhi                                   on 2001/03/28  18:52:09
53949         Log: Rmdir lib/XS on cleanup.
53950      Branch: perl
53951            ! Makefile.SH
53952 ____________________________________________________________________________
53953 [  9422] By: jhi                                   on 2001/03/28  18:49:34
53954         Log: Integrate perlio.
53955      Branch: perl
53956           !> t/op/utf8decode.t
53957 ____________________________________________________________________________
53958 [  9421] By: nick                                  on 2001/03/28  18:46:44
53959         Log: Loose duplicate chunk.
53960      Branch: perlio
53961            ! t/op/utf8decode.t
53962 ____________________________________________________________________________
53963 [  9420] By: nick                                  on 2001/03/28  18:44:11
53964         Log: Integrate mainline.
53965      Branch: perlio
53966           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
53967           !> vms/vmsish.h
53968 ____________________________________________________________________________
53969 [  9419] By: jhi                                   on 2001/03/28  18:42:05
53970         Log: Can't trust external pwds
53971              (either shell builtins or external programs)
53972      Branch: perl
53973            ! t/lib/cwd.t
53974 ____________________________________________________________________________
53975 [  9418] By: jhi                                   on 2001/03/28  18:34:05
53976         Log: Integrate perlio.
53977      Branch: perl
53978            - lib/perlio.pm
53979           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53980           !> t/op/utf8decode.t
53981 ____________________________________________________________________________
53982 [  9417] By: nick                                  on 2001/03/28  18:24:02
53983         Log: PerlIO.pm / perlio.pm conflict.
53984              Update some pods.
53985              Make t/op/utf8decode.t a text file.
53986      Branch: perlio
53987            - lib/perlio.pm
53988            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53989            ! t/op/utf8decode.t
53990 ____________________________________________________________________________
53991 [  9416] By: jhi                                   on 2001/03/28  18:06:07
53992         Log: Integrate change #9409 from mainline to maintperl.
53993              
53994              Yet another tweak on AIX dynaloading.
53995      Branch: maint-5.6/perl
53996           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53997 ____________________________________________________________________________
53998 [  9415] By: gsar                                  on 2001/03/28  17:13:01
53999         Log: integrate changes#9377,9385,9401 from mainline
54000              
54001              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
54002              
54003              If directory entries compare equal case-insensitively,
54004              retry case-sensitively.
54005              
54006              Subject: [PATCH] B::Terse and warnings
54007      Branch: maint-5.6/perl
54008           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
54009           !> t/pragma/warn/perl
54010 ____________________________________________________________________________
54011 [  9414] By: jhi                                   on 2001/03/28  17:11:12
54012         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
54013              From: "Craig A. Berry" <craigberry@mac.com>
54014              Date: Wed, 28 Mar 2001 10:55:20 -0600
54015              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
54016      Branch: perl
54017            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
54018 ____________________________________________________________________________
54019 [  9413] By: jhi                                   on 2001/03/28  17:03:12
54020         Log: Dup hunk.
54021      Branch: perl
54022            ! t/op/utf8decode.t
54023 ____________________________________________________________________________
54024 [  9412] By: jhi                                   on 2001/03/28  17:02:36
54025         Log: Forced integrate from perlio.
54026      Branch: perl
54027           !> t/op/utf8decode.t
54028 ____________________________________________________________________________
54029 [  9411] By: nick                                  on 2001/03/28  16:50:03
54030         Log: Integrate mainline.
54031      Branch: perlio
54032           +> t/lib/cwd.t
54033           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54034           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
54035           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
54036           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
54037           !> t/pragma/warn/perl
54038 ____________________________________________________________________________
54039 [  9410] By: jhi                                   on 2001/03/28  16:44:23
54040         Log: Subject: Re: [PATCH] 9403 cannot be tested
54041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54042              Date: Wed, 28 Mar 2001 18:33:56 +0200
54043              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
54044      Branch: perl
54045            ! makedef.pl
54046 ____________________________________________________________________________
54047 [  9409] By: jhi                                   on 2001/03/28  16:12:45
54048         Log: Yet another tweak on AIX dynaloading.
54049      Branch: perl
54050            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54051 ____________________________________________________________________________
54052 [  9408] By: jhi                                   on 2001/03/28  15:52:55
54053         Log: Subject: [PATCH] 9403 cannot be tested
54054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
54055              Date: Wed, 28 Mar 2001 17:23:00 +0200
54056              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
54057              
54058              A missing symbol.
54059      Branch: perl
54060            ! makedef.pl
54061 ____________________________________________________________________________
54062 [  9407] By: jhi                                   on 2001/03/28  15:47:43
54063         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
54064      Branch: perl
54065            ! t/op/utf8decode.t
54066           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
54067           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
54068 ____________________________________________________________________________
54069 [  9406] By: jhi                                   on 2001/03/28  15:37:08
54070         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
54071              From: Benjamin Sugars <bsugars@canoe.ca> 
54072              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
54073              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
54074      Branch: perl
54075            + t/lib/cwd.t
54076            ! MANIFEST
54077 ____________________________________________________________________________
54078 [  9405] By: jhi                                   on 2001/03/28  15:13:18
54079         Log: pp_ne() needs a CORRECT boolean.
54080      Branch: perl
54081            ! pp.c
54082 ____________________________________________________________________________
54083 [  9404] By: jhi                                   on 2001/03/28  15:09:23
54084         Log: pp_ne() needs a boolean, not an integer.
54085      Branch: perl
54086            ! pp.c
54087 ____________________________________________________________________________
54088 [  9403] By: jhi                                   on 2001/03/28  14:47:43
54089         Log: (Retracted by #9404.)
54090      Branch: perl
54091            ! pp.c
54092 ____________________________________________________________________________
54093 [  9402] By: jhi                                   on 2001/03/28  14:43:59
54094         Log: Subject: Re: [PATCH] Typemap testing
54095              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
54096              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
54097              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
54098      Branch: perl
54099            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54100            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
54101 ____________________________________________________________________________
54102 [  9401] By: jhi                                   on 2001/03/28  14:42:14
54103         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
54104              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
54105              Date: Sun, 25 Mar 2001 21:59:15 +0100
54106              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
54107              
54108              A variable will be checked for the "use once" warnings if:
54109              
54110              1. It is in the scope of a use warnings 'once'
54111              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
54112              
54113              Otherwise it won't be checked at all.
54114              
54115              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
54116              
54117              The enclosed patch partially fixes this issue. What I didn't
54118              get to work was the case where the "used once" warning is enabled
54119              in any file other than the main file.
54120      Branch: perl
54121            ! gv.c t/pragma/warn/perl
54122 ____________________________________________________________________________
54123 [  9400] By: nick                                  on 2001/03/28  14:38:24
54124         Log: More EBCDIC tweaks:
54125              - one more swash issue &~(0xA0-1) did not do the right thing,
54126              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
54127              - add "use re 'asciirange'" to make [!-~] etc. work
54128              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
54129              - Choose a key for t/op/each.t test which gets encoded.
54130              - Skip utf8decode if this is UTF-EBCDIC.
54131      Branch: perlio
54132            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
54133            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
54134 ____________________________________________________________________________
54135 [  9399] By: jhi                                   on 2001/03/28  14:21:00
54136         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
54137              Andreas Schwab.
54138      Branch: perl
54139            ! pp.c
54140 ____________________________________________________________________________
54141 [  9398] By: jhi                                   on 2001/03/28  00:55:56
54142         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
54143              From: David Dyck <dcd@tc.fluke.com>
54144              Date: Tue, 27 Mar 2001 15:16:24 -0800
54145              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
54146      Branch: perl
54147            ! ext/IO/lib/IO/Socket.pm
54148 ____________________________________________________________________________
54149 [  9397] By: jhi                                   on 2001/03/27  21:52:49
54150         Log: Integrate perlio.
54151      Branch: perl
54152           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
54153           +> ext/PerlIO/Via/Via.xs
54154           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54155 ____________________________________________________________________________
54156 [  9396] By: nick                                  on 2001/03/27  21:45:13
54157         Log: Integrate mainline.
54158      Branch: perlio
54159           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
54160           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
54161 ____________________________________________________________________________
54162 [  9395] By: nick                                  on 2001/03/27  21:18:58
54163         Log: Outline docs for PerlIO and PerlIO::Scalar
54164      Branch: perlio
54165            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54166 ____________________________________________________________________________
54167 [  9394] By: nick                                  on 2001/03/27  20:50:13
54168         Log: PerlIO::Via layer (alpha-ish).
54169      Branch: perlio
54170            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
54171            + ext/PerlIO/Via/Via.xs
54172            ! MANIFEST
54173 ____________________________________________________________________________
54174 [  9393] By: jhi                                   on 2001/03/27  20:49:55
54175         Log: Retract #9329 now that 9390 should take care of the matter.
54176      Branch: perl
54177            ! utils/h2xs.PL
54178 ____________________________________________________________________________
54179 [  9390] By: jhi                                   on 2001/03/27  20:47:50
54180         Log: Subject: Autoloading Errno.pm when %! is encountered
54181              From: Robin Houston <robin@kitsite.com>
54182              Date: Tue, 27 Mar 2001 20:57:11 +0100
54183              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
54184      Branch: perl
54185            ! embed.h embed.pl gv.c proto.h t/op/magic.t
54186 ____________________________________________________________________________
54187 [  9389] By: jhi                                   on 2001/03/27  20:24:31
54188         Log: Integrate perlio.
54189      Branch: perl
54190           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54191           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
54192           !> utf8.c
54193 ____________________________________________________________________________
54194 [  9388] By: jhi                                   on 2001/03/27  20:21:38
54195         Log: Better have a three-element array if one is going to assign
54196              to the third element of that array. (from Tim Jenness)
54197      Branch: perl
54198            ! ext/XS/Typemap/Typemap.xs
54199 ____________________________________________________________________________
54200 [  9387] By: nick                                  on 2001/03/27  20:15:43
54201         Log: Integrate mainline.
54202      Branch: perlio
54203           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54204           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54205           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54206           +> t/lib/xs-typemap.t
54207           !> (integrate 34 files)
54208 ____________________________________________________________________________
54209 [  9386] By: jhi                                   on 2001/03/27  20:04:18
54210         Log: Subject: Re: perl@9359 breaks HTML::Parser
54211              From: Gisle Aas <gisle@ActiveState.com>
54212              Date: 27 Mar 2001 11:30:24 -0800
54213              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
54214              
54215              Clarify the UTF-8 issues of the API docs.
54216              (Slightly reworded and expanded.)
54217      Branch: perl
54218            ! pod/perlapi.pod sv.c sv.h
54219 ____________________________________________________________________________
54220 [  9385] By: jhi                                   on 2001/03/27  19:44:25
54221         Log: If directory entries compare equal case-insensitively,
54222              retry case-sensitively.
54223      Branch: perl
54224            ! ext/File/Glob/bsd_glob.c
54225 ____________________________________________________________________________
54226 [  9384] By: nick                                  on 2001/03/27  19:38:50
54227         Log: Various EBCDIC fixes:
54228              - major revelation that swash code is encoding aware,
54229              (or thought it was) - now it is ;-)
54230              - With that out of the way fix a slab of tr/// cases.
54231              - Fix Encode 'Unicode' to be true Unicode so tests pass.
54232              - As anticipated Base64.xs needed tweaks.
54233              - Until tr/// works right avoid old_encode64 in MIME tests.
54234      Branch: perlio
54235            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54236            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
54237 ____________________________________________________________________________
54238 [  9383] By: jhi                                   on 2001/03/27  18:34:41
54239         Log: Add the std test suite BEGIN block.
54240      Branch: perl
54241            ! t/lib/xs-typemap.t
54242 ____________________________________________________________________________
54243 [  9382] By: jhi                                   on 2001/03/27  15:16:07
54244         Log: Add debugging output to the test.
54245      Branch: perl
54246            ! t/lib/glob-basic.t
54247 ____________________________________________________________________________
54248 [  9381] By: jhi                                   on 2001/03/27  15:08:10
54249         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
54250      Branch: perl
54251            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54252            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54253            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54254            + t/lib/xs-typemap.t
54255            ! MANIFEST
54256 ____________________________________________________________________________
54257 [  9380] By: jhi                                   on 2001/03/27  14:48:34
54258         Log: Subject: [PATCH] Typemap testing
54259              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
54260              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
54261              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
54262              
54263              (The first part of the patch.)
54264      Branch: perl
54265            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
54266 ____________________________________________________________________________
54267 [  9379] By: jhi                                   on 2001/03/27  14:44:56
54268         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
54269              From: Benjamin Sugars <bsugars@canoe.ca> 
54270              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
54271              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
54272      Branch: perl
54273            ! t/lib/glob-basic.t
54274 ____________________________________________________________________________
54275 [  9378] By: jhi                                   on 2001/03/27  14:42:30
54276         Log: Subject: [PATCH] perlvar nit
54277              From: Simon Cozens <simon@netthink.co.uk>
54278              Date: Tue, 27 Mar 2001 01:12:01 +0100
54279              Message-ID: <20010327011201.A19179@netthink.co.uk>
54280      Branch: perl
54281            ! pod/perlvar.pod
54282 ____________________________________________________________________________
54283 [  9377] By: jhi                                   on 2001/03/27  14:36:26
54284         Log: Subject: [PATCH] B::Terse and warnings
54285              From: Benjamin Sugars <ben.sugars@home.com>
54286              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
54287              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
54288      Branch: perl
54289            ! ext/B/B.pm ext/B/B/Terse.pm
54290 ____________________________________________________________________________
54291 [  9376] By: jhi                                   on 2001/03/27  14:31:31
54292         Log: Document sockatmark() some.
54293      Branch: perl
54294            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
54295            ! pod/perltoc.pod
54296 ____________________________________________________________________________
54297 [  9375] By: jhi                                   on 2001/03/27  14:00:24
54298         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
54299              noted by Gisle and fixed by NI-S.
54300      Branch: perl
54301            ! sv.c
54302 ____________________________________________________________________________
54303 [  9374] By: jhi                                   on 2001/03/27  05:50:01
54304         Log: Regen toc.
54305      Branch: perl
54306            ! pod/perltoc.pod
54307 ____________________________________________________________________________
54308 [  9373] By: jhi                                   on 2001/03/27  05:43:51
54309         Log: Pixie documenting.
54310      Branch: perl
54311            ! Makefile.SH pod/perlhack.pod
54312 ____________________________________________________________________________
54313 [  9372] By: jhi                                   on 2001/03/27  05:29:34
54314         Log: Metaconfig unit changes for #9371.
54315      Branch: metaconfig
54316            ! U/modified/myhostname.U
54317      Branch: metaconfig/U/perl
54318            + d_sockatmark.U
54319            ! gccvers.U
54320 ____________________________________________________________________________
54321 [  9371] By: jhi                                   on 2001/03/27  05:29:07
54322         Log: Add sockatmark() probing.
54323      Branch: perl
54324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54325            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
54326            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54327            ! vos/config.ga.h win32/config.bc win32/config.gc
54328            ! win32/config.vc
54329 ____________________________________________________________________________
54330 [  9370] By: jhi                                   on 2001/03/26  22:01:18
54331         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
54332              Really need to benchmark this.
54333      Branch: perl
54334            ! pp.c
54335 ____________________________________________________________________________
54336 [  9369] By: nick                                  on 2001/03/26  21:59:30
54337         Log: Integrate mainline.
54338      Branch: perlio
54339            ! ext/MIME/Base64/QuotedPrint.pm
54340           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54341           !> patchlevel.h pod/perlhack.pod pp_sys.c
54342 ____________________________________________________________________________
54343 [  9368] By: jhi                                   on 2001/03/26  21:47:03
54344         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
54345              
54346              TODO1: perlbench.
54347              TODO2: le, lt, ge, gt?  Yech.
54348      Branch: perl
54349            ! pp.c
54350 ____________________________________________________________________________
54351 [  9367] By: jhi                                   on 2001/03/26  21:34:57
54352         Log: Too much cut-and-paste in #9363.
54353      Branch: perl
54354            ! pp_sys.c
54355 ____________________________________________________________________________
54356 [  9366] By: jhi                                   on 2001/03/26  21:20:53
54357         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
54358              From: Andreas Schwab <schwab@suse.de>
54359              Date: 26 Mar 2001 17:29:04 +0200
54360              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
54361              
54362              (The patch for 5.6.0 or so, this is a guess for bleadperl)
54363      Branch: perl
54364            ! pp_hot.c
54365 ____________________________________________________________________________
54366 [  9365] By: jhi                                   on 2001/03/26  21:07:54
54367         Log: Integrate perlio.
54368      Branch: perl
54369           !> perlio.c
54370 ____________________________________________________________________________
54371 [  9364] By: nick                                  on 2001/03/26  20:30:48
54372         Log: REFCNT botch in layer name cache hash.
54373      Branch: perlio
54374            ! perlio.c
54375 ____________________________________________________________________________
54376 [  9363] By: jhi                                   on 2001/03/26  18:44:32
54377         Log: Subject: [PATCH] socket() leaks file descriptors
54378              From: Benjamin Sugars <bsugars@canoe.ca>
54379              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
54380              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
54381              
54382              Also sockpair() fixed similarly.
54383      Branch: perl
54384            ! pp_sys.c
54385 ____________________________________________________________________________
54386 [  9362] By: jhi                                   on 2001/03/26  18:37:52
54387         Log: Integrate perlio.
54388      Branch: perl
54389           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
54390 ____________________________________________________________________________
54391 [  9361] By: nick                                  on 2001/03/26  17:32:06
54392         Log: Implement flush of linebuffered streams on read of a tty.
54393      Branch: perlio
54394            ! perlio.c perliol.h
54395 ____________________________________________________________________________
54396 [  9360] By: nick                                  on 2001/03/26  17:12:32
54397         Log: Memory tweaks and notes for OEMVS.
54398      Branch: perlio
54399            ! README.os390 miniperlmain.c t/op/pat.t
54400 ____________________________________________________________________________
54401 [  9359] By: jhi                                   on 2001/03/26  02:12:54
54402         Log: Update Changes.
54403      Branch: perl
54404            ! Changes patchlevel.h
54405 ____________________________________________________________________________
54406 [  9358] By: jhi                                   on 2001/03/26  02:05:32
54407         Log: Document the most common pixie options.
54408      Branch: perl
54409            ! pod/perlhack.pod
54410 ____________________________________________________________________________
54411 [  9357] By: jhi                                   on 2001/03/26  01:25:28
54412         Log: For perl.pixie check *before* compiling that optimize is -g,
54413              as for perl.third.
54414      Branch: perl
54415            ! Makefile.SH
54416 ____________________________________________________________________________
54417 [  9356] By: jhi                                   on 2001/03/26  01:13:41
54418         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
54419      Branch: perl
54420            ! Makefile.SH
54421 ____________________________________________________________________________
54422 [  9355] By: jhi                                   on 2001/03/26  01:11:19
54423         Log: Remove t/perl.third.
54424      Branch: perl
54425            ! Makefile.SH
54426 ____________________________________________________________________________
54427 [  9354] By: jhi                                   on 2001/03/26  00:23:38
54428         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
54429              IO::Sockatmark().
54430      Branch: perl
54431            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54432 ____________________________________________________________________________
54433 [  9353] By: jhi                                   on 2001/03/25  22:25:04
54434         Log: Integrate perlio.
54435      Branch: perl
54436           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
54437           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
54438           !> pp_hot.c win32/makefile.mk
54439 ____________________________________________________________________________
54440 [  9352] By: jhi                                   on 2001/03/25  22:21:41
54441         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
54442              From: Radu Greab <radu@netsoft.ro>
54443              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
54444              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
54445      Branch: perl
54446            ! pp_sys.c
54447 ____________________________________________________________________________
54448 [  9351] By: nick                                  on 2001/03/25  22:15:02
54449         Log: Fix readline in list mode to tell rest of world that it has
54450              things on the stack. Otherwise if perl code gets invoked
54451              underneath it it scribbles over results-so-far.
54452              (Why TIEHANDLE has not tripped on this is a mystery.)
54453      Branch: perlio
54454            ! pp_hot.c
54455 ____________________________________________________________________________
54456 [  9350] By: nick                                  on 2001/03/25  22:10:13
54457         Log: win32/makefile.mk typos
54458      Branch: perlio
54459            ! win32/makefile.mk
54460 ____________________________________________________________________________
54461 [  9349] By: nick                                  on 2001/03/25  21:31:14
54462         Log: Integrate now-non-binary file.
54463      Branch: perlio
54464           !> t/lib/mimeqp.t
54465 ____________________________________________________________________________
54466 [  9348] By: nick                                  on 2001/03/25  21:27:24
54467         Log: Make it text
54468      Branch: perlio
54469            ! t/lib/mimeqp.t
54470 ____________________________________________________________________________
54471 [  9347] By: nick                                  on 2001/03/25  21:25:37
54472         Log: Integrate mainline.
54473      Branch: perlio
54474           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54475           !> lib/Term/ReadLine.pm t/lib/md5-file.t
54476 ____________________________________________________________________________
54477 [  9346] By: nick                                  on 2001/03/25  20:58:15
54478         Log: Add destruct time hook to PerlIO (for work-in-process implementing
54479              layers in perl code. In such cases layers need to be popped before
54480              we loose the ability to run perl code.)
54481              Also back-out "PerlIO::object" hook - it isn't going to work like that...
54482      Branch: perlio
54483            ! perl.c perlio.c perlio.h perliol.h
54484 ____________________________________________________________________________
54485 [  9345] By: nick                                  on 2001/03/25  20:49:11
54486         Log: Avoid at leasy one of undefined warnings in Encode.
54487      Branch: perlio
54488            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54489 ____________________________________________________________________________
54490 [  9344] By: jhi                                   on 2001/03/25  20:37:43
54491         Log: A workaround for using Term::ReadLine in emacs minibuffer
54492              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
54493              additional tweaks from Ilya Zakharevich.
54494      Branch: perl
54495            ! lib/Term/ReadLine.pm
54496 ____________________________________________________________________________
54497 [  9343] By: nick                                  on 2001/03/25  20:21:14
54498         Log: Missing return value.
54499      Branch: perlio
54500            ! ext/PerlIO/Scalar/Scalar.xs
54501 ____________________________________________________________________________
54502 [  9342] By: jhi                                   on 2001/03/25  16:21:00
54503         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
54504              to equal the CPAN versions since no code changes have been made.
54505      Branch: perl
54506            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54507            ! t/lib/md5-file.t
54508 ____________________________________________________________________________
54509 [  9341] By: jhi                                   on 2001/03/25  16:01:48
54510         Log: Escape 8-bit characters.
54511      Branch: perl
54512            ! t/lib/mimeqp.t
54513 ____________________________________________________________________________
54514 [  9340] By: gsar                                  on 2001/03/25  15:50:53
54515         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
54516              chars)
54517      Branch: perl
54518            + t/lib/mimeqp.t
54519 ____________________________________________________________________________
54520 [  9339] By: gsar                                  on 2001/03/25  15:48:50
54521         Log: delete mimeqp.t for later add with text mode set
54522      Branch: perl
54523            - t/lib/mimeqp.t
54524 ____________________________________________________________________________
54525 [  9338] By: nick                                  on 2001/03/25  09:01:57
54526         Log: Integrate mainline.
54527      Branch: perlio
54528           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54529           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54530           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54531           +> t/lib/mimeb64u.t t/lib/mimeqp.t
54532           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
54533           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
54534           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
54535 ____________________________________________________________________________
54536 [  9337] By: jhi                                   on 2001/03/25  04:23:24
54537         Log: Add MIME::Base64 here and there.  Again, a lot of
54538              optimism is in the air.
54539      Branch: perl
54540            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54541            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
54542 ____________________________________________________________________________
54543 [  9336] By: jhi                                   on 2001/03/25  04:12:43
54544         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
54545              this by ear as I do not do Win32 programming.)
54546      Branch: perl
54547            ! win32/Makefile win32/makefile.mk
54548 ____________________________________________________________________________
54549 [  9335] By: jhi                                   on 2001/03/25  04:03:50
54550         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
54551      Branch: perl
54552            ! t/lib/md5-file.t
54553 ____________________________________________________________________________
54554 [  9334] By: jhi                                   on 2001/03/25  03:58:53
54555         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
54556      Branch: perl
54557            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54558            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54559            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54560            + t/lib/mimeb64u.t t/lib/mimeqp.t
54561            ! MANIFEST
54562 ____________________________________________________________________________
54563 [  9333] By: jhi                                   on 2001/03/24  20:14:37
54564         Log: Integrate perlio.
54565      Branch: perl
54566           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
54567 ____________________________________________________________________________
54568 [  9332] By: nick                                  on 2001/03/24  19:40:34
54569         Log: Fix un-init variable leading to spurious "Out of Memory!"
54570      Branch: perlio
54571            ! doio.c
54572 ____________________________________________________________________________
54573 [  9331] By: nick                                  on 2001/03/24  19:09:59
54574         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
54575              and update layers internals doc.
54576      Branch: perlio
54577            ! pod/perlfunc.pod pod/perliol.pod
54578 ____________________________________________________________________________
54579 [  9330] By: jhi                                   on 2001/03/24  18:42:11
54580         Log: The length might be uninitialized garbage if the *svp is the undef.
54581      Branch: perl
54582            ! doio.c
54583 ____________________________________________________________________________
54584 [  9329] By: jhi                                   on 2001/03/24  18:26:57
54585         Log: (Retracted by #9393)
54586              
54587              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
54588              From: Simon Cozens <simon@netthink.co.uk>
54589              Date: Sat, 24 Mar 2001 17:13:17 +0000
54590              Message-ID: <20010324171317.A13406@netthink.co.uk>
54591      Branch: perl
54592            ! utils/h2xs.PL
54593 ____________________________________________________________________________
54594 [  9328] By: nick                                  on 2001/03/24  17:22:02
54595         Log: Integrate mainline.
54596      Branch: perlio
54597           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
54598           !> lib/unicode/version
54599 ____________________________________________________________________________
54600 [  9327] By: nick                                  on 2001/03/24  17:16:02
54601         Log: Integrate mainline.
54602      Branch: perlio
54603           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54604           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54605           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54606           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54607           +> t/lib/md5-file.t
54608           !> MANIFEST Makefile.SH configure.com djgpp/config.over
54609           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
54610           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
54611           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
54612           !> win32/makefile.mk
54613 ____________________________________________________________________________
54614 [  9326] By: jhi                                   on 2001/03/24  17:00:42
54615         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
54616      Branch: perl
54617            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
54618            ! lib/unicode/version
54619 ____________________________________________________________________________
54620 [  9325] By: jhi                                   on 2001/03/24  16:22:33
54621         Log: Subject: Re: B::Deparse bug (5.6.0)
54622              From: Robin Houston <robin@kitsite.com>
54623              Date: Sat, 24 Mar 2001 14:33:09 +0000
54624              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
54625      Branch: perl
54626            ! op.c pp.c t/lib/b.t t/op/repeat.t
54627 ____________________________________________________________________________
54628 [  9324] By: jhi                                   on 2001/03/24  16:21:56
54629         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
54630              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
54631              these additions may be too optimistic.
54632      Branch: perl
54633            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54634            ! hints/uwin.sh hints/vmesa.sh
54635 ____________________________________________________________________________
54636 [  9323] By: jhi                                   on 2001/03/24  16:06:01
54637         Log: Integrate perlio.
54638      Branch: perl
54639           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54640           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54641            ! Makefile.SH
54642           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
54643           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
54644           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
54645           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54646           !> win32/makefile.mk win32/perlhost.h win32/win32.c
54647           !> win32/win32iop.h
54648 ____________________________________________________________________________
54649 [  9322] By: nick                                  on 2001/03/24  14:39:12
54650         Log: Routine Win32 regen_config_h - no real changes.
54651      Branch: perlio
54652            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54653 ____________________________________________________________________________
54654 [  9321] By: nick                                  on 2001/03/24  14:31:49
54655         Log: PerlIO fixups for Win32:
54656              - provide win33_popenlist() - non-functional as yet.
54657              - avoid need for aTHX in PerlIO_debug calls - even if not 
54658              enabled args are still evaluated so Win32 has trouble during fork().
54659              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
54660              - Fixup makedef.pl for latest set of symbols.
54661      Branch: perlio
54662            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
54663            ! win32/perlhost.h win32/win32.c win32/win32iop.h
54664 ____________________________________________________________________________
54665 [  9320] By: nick                                  on 2001/03/24  14:26:58
54666         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
54667              was gibberish - broke it on WIn32 at least.
54668      Branch: perlio
54669            ! ext/POSIX/POSIX.xs
54670 ____________________________________________________________________________
54671 [  9319] By: nick                                  on 2001/03/24  11:29:41
54672         Log: Generated files.
54673      Branch: perlio
54674            ! embed.h global.sym objXSUB.h perlapi.c proto.h
54675 ____________________________________________________________________________
54676 [  9318] By: nick                                  on 2001/03/24  10:29:37
54677         Log: Implement:
54678              1.  open($fh,"+<",undef);  # add test to t/io/open.t
54679              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
54680      Branch: perlio
54681            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54682            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54683            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
54684            ! t/io/open.t t/io/utf8.t
54685 ____________________________________________________________________________
54686 [  9317] By: jhi                                   on 2001/03/23  23:41:25
54687         Log: AIX does seems to have optimization problems with its C compilers.
54688      Branch: perl
54689            ! hints/aix.sh
54690 ____________________________________________________________________________
54691 [  9316] By: jhi                                   on 2001/03/23  23:40:46
54692         Log: Integrate perlio.
54693      Branch: perl
54694           +> lib/PerlIO.pm
54695           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
54696           !> perliol.h
54697 ____________________________________________________________________________
54698 [  9315] By: jhi                                   on 2001/03/23  22:16:30
54699         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
54700      Branch: perl
54701            ! t/lib/md5-file.t
54702 ____________________________________________________________________________
54703 [  9314] By: nick                                  on 2001/03/23  20:49:02
54704         Log: Perlio internals re-organized.
54705              - open process creates AV of layer/arg pairs
54706              (appends layers from open() or open.pm to default list).
54707              - push arg is now an SV.
54708              - layer ->Open get passed the AV
54709              - open is no longer mandatory method.
54710              - topmost layer that has ->Open method does the open
54711              - any layers above are pushed once that returns.
54712              - vtable re-ordered so dummy layers need only provide push/pop methods.
54713      Branch: perlio
54714            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54715 ____________________________________________________________________________
54716 [  9313] By: nick                                  on 2001/03/23  16:27:41
54717         Log: Check in a stable (working) version before next round of tweaks.
54718              Changes include:
54719              - Move default layers code out of doio.c and into perlio.c
54720              - Single routine for parsing layer specification strings.
54721              - Skeleton support for demand loading of layers
54722              - Core-dump avoidance if PERLIO environment specifies loadable layer
54723              (does not _work_ as need IO to load and need load to do IO ...)
54724      Branch: perlio
54725            + lib/PerlIO.pm
54726            ! MANIFEST doio.c perlio.c
54727 ____________________________________________________________________________
54728 [  9312] By: gsar                                  on 2001/03/23  16:25:25
54729         Log: add execute bit to files with shebang lines in the repository;
54730              avoid clobbering execute bit in Porting/makerel 
54731      Branch: maint-5.6/perl
54732            ! (edit 144 files)
54733 ____________________________________________________________________________
54734 [  9311] By: jhi                                   on 2001/03/23  14:25:35
54735         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
54736      Branch: perl
54737            ! MANIFEST
54738 ____________________________________________________________________________
54739 [  9310] By: jhi                                   on 2001/03/23  13:45:04
54740         Log: Subject: [PATCH] Net::Ping
54741              From: Colin McMillen <mcmi0037@tc.umn.edu>
54742              Date: Thu, 22 Mar 2001 19:30:31 -0600
54743              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
54744      Branch: perl
54745            ! lib/Net/Ping.pm
54746 ____________________________________________________________________________
54747 [  9309] By: jhi                                   on 2001/03/23  13:39:13
54748         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
54749      Branch: perl
54750            ! t/lib/md5-aaa.t t/lib/md5-file.t
54751 ____________________________________________________________________________
54752 [  9308] By: jhi                                   on 2001/03/23  13:20:34
54753         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
54754              - bump the version to 2.14
54755              - drop the base64 tests since they require MIME::Base64
54756              - drop the rfc1321.txt
54757              - drop the hints/dec_osf.pl since it's only needed for
54758              pre-5.005_03 Perls
54759              Todo:
54760              - the U32 alignment testing is now removed; it needs to
54761              be reintroduced as as a Config variable (meaning also
54762              as a Configure test)
54763              - get the new EBCDIC md5sum for MD5.pm
54764              - test in Win32 to see how badly I botched the makefiles
54765      Branch: perl
54766            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54767            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54768            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54769            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54770            + t/lib/md5-file.t
54771            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54772            ! win32/Makefile win32/makefile.mk
54773 ____________________________________________________________________________
54774 [  9307] By: jhi                                   on 2001/03/23  12:56:14
54775         Log: Integrate change #9306 from maintperl into mainline,
54776              AIX dynaloader for AIXes without <load.h>.
54777      Branch: perl
54778           !> ext/DynaLoader/hints/aix.pl
54779 ____________________________________________________________________________
54780 [  9306] By: jhi                                   on 2001/03/23  12:51:36
54781         Log: There are AIXes without /usr/include/load.h,
54782              patch from H.Merijn Brand.
54783      Branch: maint-5.6/perl
54784            ! ext/DynaLoader/hints/aix.pl
54785 ____________________________________________________________________________
54786 [  9305] By: nick                                  on 2001/03/23  11:00:42
54787         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
54788      Branch: perlio
54789            ! ext/Encode/Encode.xs perlio.c perlio.h
54790 ____________________________________________________________________________
54791 [  9304] By: nick                                  on 2001/03/23  10:20:46
54792         Log: Render -Duseperlio functional again.
54793              - this is "quick fix" which calls PerlIO_apply_layers after opening,
54794              which is what old scheme did. New scheme needs to change that
54795              to make open(...,\$scalar) etc. work but this will do for now.
54796      Branch: perlio
54797            ! perlio.c
54798 ____________________________________________________________________________
54799 [  9303] By: nick                                  on 2001/03/23  09:53:20
54800         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
54801              -Uuseperlio now works again.
54802              -Duseperlio is still poorly. Don't merge yet...
54803      Branch: perlio
54804            ! doio.c perlio.h
54805 ____________________________________________________________________________
54806 [  9302] By: nick                                  on 2001/03/22  22:26:51
54807         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
54808              type code.
54809              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
54810              is its main caller. In particular now has access to "extra" args, and
54811              can tell when an open handle is "reopened" (or duped?).
54812              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
54813              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
54814              PerlIO_open() et. al. (i.e. other way round).
54815              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
54816              with args close to PerlIO_openn().
54817      Branch: perlio
54818            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54819 ____________________________________________________________________________
54820 [  9301] By: jhi                                   on 2001/03/22  20:58:04
54821         Log: Integrate perlio.
54822      Branch: perl
54823           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
54824           !> t/io/open.t util.c
54825 ____________________________________________________________________________
54826 [  9300] By: nick                                  on 2001/03/22  17:36:32
54827         Log: Don't include $@ in not ok message.
54828      Branch: perlio
54829            ! t/io/open.t
54830 ____________________________________________________________________________
54831 [  9299] By: gsar                                  on 2001/03/22  16:53:45
54832         Log: back out changes#7532,7521 for now (appears to have problems
54833              on IRIX)
54834      Branch: maint-5.6/perl
54835            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54836            ! ext/POSIX/typemap pod/perlvar.pod
54837 ____________________________________________________________________________
54838 [  9298] By: nick                                  on 2001/03/22  14:35:46
54839         Log: Give a meaning to '&' in n-arg open case:
54840              open($fh,"<&",$scalar);
54841              $scalar can be:
54842              - an integer which does "fdopen"
54843              open($fh,"<&",2); # like open($fh,"<&2")
54844              - something that will yield a file handle via sv_2io()
54845              useful for dup'ing anonymous handles.
54846              e.g.:
54847              open(my $fh,"<&",\*STDIN);
54848              open(my $dup,"<&",$fh);
54849      Branch: perlio
54850            ! doio.c t/io/open.t
54851 ____________________________________________________________________________
54852 [  9297] By: nick                                  on 2001/03/22  13:34:35
54853         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
54854      Branch: perlio
54855            ! util.c
54856 ____________________________________________________________________________
54857 [  9296] By: nick                                  on 2001/03/22  12:51:20
54858         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
54859      Branch: perlio
54860            ! perl.c
54861 ____________________________________________________________________________
54862 [  9295] By: nick                                  on 2001/03/22  11:59:44
54863         Log: If stdin, stdout or stderr get opened in unexpected read/write state
54864              then warn at time of open not at time of use.
54865      Branch: perlio
54866            ! doio.c pp_hot.c pp_sys.c
54867 ____________________________________________________________________________
54868 [  9294] By: nick                                  on 2001/03/22  10:54:35
54869         Log: Die on n-arg open(...,"",xxx,yyy,...)
54870              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
54871              - die on read/write cases so we can decide what it means later.
54872      Branch: perlio
54873            ! doio.c embed.pl iperlsys.h util.c
54874 ____________________________________________________________________________
54875 [  9293] By: nick                                  on 2001/03/22  09:02:45
54876         Log: perlio tweaks (reported by Nick Clark)
54877              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
54878              error check in Pendinf_read().
54879      Branch: perlio
54880            ! perlio.c
54881 ____________________________________________________________________________
54882 [  9292] By: gsar                                  on 2001/03/22  07:12:00
54883         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
54884              fixes)
54885      Branch: maint-5.6/perl
54886           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
54887 ____________________________________________________________________________
54888 [  9291] By: jhi                                   on 2001/03/22  06:06:44
54889         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
54890      Branch: perl
54891            ! t/op/re_tests
54892 ____________________________________________________________________________
54893 [  9290] By: jhi                                   on 2001/03/22  05:57:01
54894         Log: Move MacOS Classic higher in the list of supported platforms.
54895      Branch: maint-5.6/perl
54896            ! pod/perlport.pod
54897 ____________________________________________________________________________
54898 [  9289] By: gsar                                  on 2001/03/22  05:35:04
54899         Log: revert part of change#6438 for compatibility (av_reify()
54900              appears to be needed to implement av_splice()ish things
54901              in XS)
54902      Branch: maint-5.6/perl
54903            ! embed.pl global.sym objXSUB.h perlapi.c
54904 ____________________________________________________________________________
54905 [  9288] By: gsar                                  on 2001/03/22  03:09:19
54906         Log: update copyright year
54907      Branch: maint-5.6/perl
54908            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
54909            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
54910            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
54911            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
54912            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
54913            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
54914            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
54915            ! x2p/walk.c
54916 ____________________________________________________________________________
54917 [  9287] By: jhi                                   on 2001/03/21  20:30:54
54918         Log: Integrate perlio.
54919      Branch: perl
54920           !> ext/Data/Dumper/Dumper.xs
54921 ____________________________________________________________________________
54922 [  9286] By: gsar                                  on 2001/03/21  19:49:54
54923         Log: makefile.mk tweak
54924      Branch: maint-5.6/perl
54925            ! win32/Makefile win32/makefile.mk
54926 ____________________________________________________________________________
54927 [  9285] By: nick                                  on 2001/03/21  19:07:13
54928         Log: Multiplicity fix for Dumper.
54929      Branch: perlio
54930            ! ext/Data/Dumper/Dumper.xs
54931 ____________________________________________________________________________
54932 [  9284] By: nick                                  on 2001/03/21  19:01:07
54933         Log: Integrate mainline - (does not build xTHX issue in Dumper).
54934      Branch: perlio
54935           !> (integrate 27 files)
54936 ____________________________________________________________________________
54937 [  9283] By: jhi                                   on 2001/03/21  17:17:35
54938         Log: Integrate change #9282 from mainline into maintperl,
54939              4-arg UTF-8 substr().
54940      Branch: maint-5.6/perl
54941           !> pp.c
54942 ____________________________________________________________________________
54943 [  9282] By: jhi                                   on 2001/03/21  17:15:43
54944         Log: The #9270 would have leaked a scalar if pp_substr()
54945              returned early.
54946      Branch: perl
54947            ! pp.c
54948 ____________________________________________________________________________
54949 [  9281] By: gsar                                  on 2001/03/21  17:03:14
54950         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
54951      Branch: maint-5.6/perl
54952            ! win32/makefile.mk
54953 ____________________________________________________________________________
54954 [  9280] By: gsar                                  on 2001/03/21  17:01:20
54955         Log: some tweaks to change#9278 (fork() emulation should be enabled
54956              by setting BUILD_FLAVOR instead of changing the defaults)
54957      Branch: maint-5.6/perl
54958            ! win32/makefile.mk
54959 ____________________________________________________________________________
54960 [  9279] By: gsar                                  on 2001/03/21  16:47:19
54961         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
54962      Branch: maint-5.6/perl
54963            ! ext/File/Glob/Glob.pm
54964           !> lib/Cwd.pm
54965 ____________________________________________________________________________
54966 [  9278] By: jhi                                   on 2001/03/21  14:35:10
54967         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
54968              From: "Vadim Konovalov" <watman@inbox.ru>
54969              Date: Wed, 21 Mar 2001 01:53:51 +0300
54970              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
54971      Branch: maint-5.6/perl
54972            ! win32/makefile.mk win32/win32sck.c
54973 ____________________________________________________________________________
54974 [  9277] By: jhi                                   on 2001/03/21  13:58:28
54975         Log: Integrate change #9270 from mainline to maintperl:
54976              continued 4-arg UTF-8 substr() fixing.
54977      Branch: maint-5.6/perl
54978           !> pp.c t/op/substr.t
54979 ____________________________________________________________________________
54980 [  9276] By: jhi                                   on 2001/03/21  13:33:00
54981         Log: More pixie cleaning.
54982      Branch: perl
54983            ! Makefile.SH
54984 ____________________________________________________________________________
54985 [  9275] By: jhi                                   on 2001/03/21  03:54:17
54986         Log: Update Changes.
54987      Branch: perl
54988            ! Changes patchlevel.h
54989 ____________________________________________________________________________
54990 [  9274] By: jhi                                   on 2001/03/21  03:48:24
54991         Log: First stab at making Data::Dumper to grok Unicode.
54992              
54993              TODO: tests, EBCDICify.
54994      Branch: perl
54995            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
54996 ____________________________________________________________________________
54997 [  9273] By: jhi                                   on 2001/03/21  02:23:00
54998         Log: Fix for
54999              
55000              Subject: Memory leak in unquoted print   
55001              From: Benjamin Sugars <bsugars@canoe.ca> 
55002              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
55003              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
55004      Branch: perl
55005            ! perlio.c
55006 ____________________________________________________________________________
55007 [  9272] By: jhi                                   on 2001/03/21  01:33:17
55008         Log: Subject: Re: [PATCH] POSIX::getcwd()
55009              From: Benjamin Sugars <bsugars@canoe.ca> 
55010              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
55011              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
55012      Branch: perl
55013            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
55014 ____________________________________________________________________________
55015 [  9271] By: jhi                                   on 2001/03/21  01:22:52
55016         Log: Subject: [PATCH] Cwd.pm docs
55017              From: Benjamin Sugars <bsugars@canoe.ca>
55018              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
55019              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
55020      Branch: perl
55021            ! lib/Cwd.pm
55022 ____________________________________________________________________________
55023 [  9270] By: jhi                                   on 2001/03/21  01:16:29
55024         Log: Continue 4-arg substr() UTF-8 fixage.
55025      Branch: perl
55026            ! pp.c t/op/substr.t
55027 ____________________________________________________________________________
55028 [  9269] By: jhi                                   on 2001/03/21  00:46:14
55029         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
55030              
55031              revert the leak fix in change#9142 (problem needs a more experimental
55032              fix unsuitable for 5.6.1)
55033              
55034              do alphabetical sorting by default (for csh compatibility)
55035              
55036              cut-n-paste goof in change#9264
55037              
55038              VMS piping fixes (from Charles Lane)
55039      Branch: perl
55040           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
55041           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
55042           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
55043 ____________________________________________________________________________
55044 [  9268] By: jhi                                   on 2001/03/21  00:37:04
55045         Log: Integrate perlio.
55046      Branch: perl
55047           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
55048           !> utf8.c utf8.h utfebcdic.h
55049 ____________________________________________________________________________
55050 [  9267] By: nick                                  on 2001/03/20  20:04:39
55051         Log: More EBCDIC stuff:
55052              - Loose the extra level of function on ASCII.
55053              - spotted a chr(0) issue in sv.c
55054              - re-work of UTF-X tr/// ranges to work in Unicode
55055              space. Still issues with the "0xff is illegal UTF-8" hack.
55056              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
55057              (why do it once when you can do it all over the place :-(
55058              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
55059              need utf8.pm for swashes.
55060              - Simplified and commented scan_const() in toke.c
55061              Still something wrong regexp and tr (swashes?).
55062      Branch: perlio
55063            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
55064            ! utf8.c utf8.h utfebcdic.h
55065 ____________________________________________________________________________
55066 [  9266] By: gsar                                  on 2001/03/20  19:16:43
55067         Log: VMS piping fixes (from Charles Lane)
55068      Branch: maint-5.6/perl
55069            ! vms/vms.c vms/vmspipe.com
55070 ____________________________________________________________________________
55071 [  9265] By: gsar                                  on 2001/03/20  17:53:52
55072         Log: cut-n-paste goof in change#9264
55073      Branch: maint-5.6/perl
55074            ! ext/File/Glob/Glob.xs
55075 ____________________________________________________________________________
55076 [  9264] By: gsar                                  on 2001/03/20  17:43:47
55077         Log: do alphabetical sorting by default (for csh compatibility);
55078              bsd_glob() does ASCII sort by default as usual, unless
55079              GLOB_ALPHASORT was specified
55080      Branch: maint-5.6/perl
55081            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
55082            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
55083            ! ext/File/Glob/bsd_glob.h
55084 ____________________________________________________________________________
55085 [  9263] By: gsar                                  on 2001/03/20  16:40:08
55086         Log: integrate change#9255 from mainline (unicode fix)
55087              
55088              substr($bytestr, i, n, $charstr)
55089      Branch: maint-5.6/perl
55090           !> Todo-5.6 pp.c t/op/substr.t
55091 ____________________________________________________________________________
55092 [  9262] By: gsar                                  on 2001/03/20  15:57:41
55093         Log: revert the leak fix in change#9142 (problem needs a more experimental
55094              fix unsuitable for 5.6.1)
55095      Branch: maint-5.6/perl
55096            ! scope.c
55097 ____________________________________________________________________________
55098 [  9261] By: jhi                                   on 2001/03/20  14:26:25
55099         Log: Integrate changes #9259,9260 from maintperl into mainline.
55100              
55101              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
55102              
55103              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
55104      Branch: perl
55105           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
55106 ____________________________________________________________________________
55107 [  9260] By: jhi                                   on 2001/03/20  14:05:46
55108         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
55109              From: Robin Barker <rmb1@cise.npl.co.uk>
55110              Date: Tue, 20 Mar 2001 10:12:04 GMT
55111              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
55112      Branch: maint-5.6/perl
55113            ! run.c
55114 ____________________________________________________________________________
55115 [  9259] By: jhi                                   on 2001/03/20  14:04:39
55116         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
55117              From: Chris Nandor <pudge@pobox.com>
55118              Date: Tue, 20 Mar 2001 00:40:56 -0500
55119              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
55120      Branch: maint-5.6/perl
55121            ! ext/POSIX/POSIX.xs lib/File/Path.pm
55122 ____________________________________________________________________________
55123 [  9258] By: jhi                                   on 2001/03/20  05:09:34
55124         Log: Update Changes.
55125      Branch: perl
55126            ! Changes patchlevel.h
55127 ____________________________________________________________________________
55128 [  9257] By: jhi                                   on 2001/03/20  05:04:25
55129         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
55130      Branch: perl
55131            ! t/op/tr.t
55132 ____________________________________________________________________________
55133 [  9256] By: jhi                                   on 2001/03/20  04:43:12
55134         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
55135              From: Peter Prymmer <pvhp@forte.com>
55136              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
55137              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
55138      Branch: maint-5.6/perl
55139            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
55140 ____________________________________________________________________________
55141 [  9255] By: jhi                                   on 2001/03/19  23:17:17
55142         Log: substr($bytestr, i, n, $charstr)
55143              
55144              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
55145      Branch: perl
55146            ! Todo-5.6 pp.c t/op/substr.t
55147 ____________________________________________________________________________
55148 [  9254] By: jhi                                   on 2001/03/19  22:25:09
55149         Log: Rearrange the make test target prerequisites so that
55150              in a parallel make 'all' is finished before 'test'.
55151      Branch: perl
55152            ! Makefile.SH
55153 ____________________________________________________________________________
55154 [  9253] By: jhi                                   on 2001/03/19  21:48:07
55155         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
55156              From: Robin Houston <robin@kitsite.com>
55157              Date: Mon, 19 Mar 2001 15:48:41 +0000
55158              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
55159      Branch: perl
55160            ! pp_ctl.c
55161 ____________________________________________________________________________
55162 [  9252] By: jhi                                   on 2001/03/19  21:42:27
55163         Log: Integrate perlio.
55164      Branch: perl
55165           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
55166           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
55167           !> utfebcdic.h vms/perly_c.vms
55168 ____________________________________________________________________________
55169 [  9251] By: jhi                                   on 2001/03/19  21:31:28
55170         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
55171              
55172              Dynaloading in 64-bit AIX with vac.
55173      Branch: perl
55174           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55175           !> hints/aix.sh
55176 ____________________________________________________________________________
55177 [  9250] By: jhi                                   on 2001/03/19  21:18:00
55178         Log: A more robust solution for the 64bitall AIX dynaloading
55179              problem, from Jens-Uwe Mager.
55180      Branch: maint-5.6/perl
55181            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55182 ____________________________________________________________________________
55183 [  9249] By: nick                                  on 2001/03/19  20:59:37
55184         Log: Integrate mainline.
55185      Branch: perlio
55186           !> (integrate 42 files)
55187 ____________________________________________________________________________
55188 [  9248] By: nick                                  on 2001/03/19  20:22:07
55189         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
55190              (Building on OS390 uses native YACC and YYDEBUG has other
55191              side effects.)
55192      Branch: perlio
55193            ! perly.c perly.y vms/perly_c.vms
55194 ____________________________________________________________________________
55195 [  9247] By: jhi                                   on 2001/03/19  19:59:53
55196         Log: 64-bit AIX dynaloading problem (see #9244) idea
55197              from Jens-Uwe Mager.
55198      Branch: maint-5.6/perl
55199            ! ext/DynaLoader/dl_aix.xs
55200 ____________________________________________________________________________
55201 [  9246] By: nick                                  on 2001/03/19  19:27:57
55202         Log: More EBCDIC fixes.
55203      Branch: perlio
55204            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
55205            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
55206 ____________________________________________________________________________
55207 [  9245] By: jhi                                   on 2001/03/19  19:05:19
55208         Log: Integrate change #9243 from mainline into maintperl.
55209              
55210              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55211      Branch: maint-5.6/perl
55212           !> README.vmesa
55213 ____________________________________________________________________________
55214 [  9244] By: jhi                                   on 2001/03/19  19:03:15
55215         Log: Get 64bitall AIX building, but still does not test okay:
55216              dynaloading anything fails, for example for op/defins:
55217              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
55218              (update: fixed by #9247,9250)
55219      Branch: maint-5.6/perl
55220            ! hints/aix.sh
55221 ____________________________________________________________________________
55222 [  9243] By: jhi                                   on 2001/03/19  19:00:16
55223         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55224              From: Robin Barker <rmb1@cise.npl.co.uk>
55225              Date: Mon, 19 Mar 2001 18:01:57 GMT
55226              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
55227      Branch: perl
55228            ! README.vmesa
55229 ____________________________________________________________________________
55230 [  9242] By: jhi                                   on 2001/03/19  18:58:43
55231         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
55232              
55233              TODO: tests.
55234      Branch: perl
55235            ! doop.c op.c
55236 ____________________________________________________________________________
55237 [  9241] By: gsar                                  on 2001/03/19  17:34:46
55238         Log: VMSify tests (from Charles Lane)
55239      Branch: maint-5.6/perl
55240            ! t/lib/filehand.t t/lib/texttabs.t
55241 ____________________________________________________________________________
55242 [  9240] By: jhi                                   on 2001/03/19  14:24:26
55243         Log: Integrate change #9233 from maintperl into mainline.
55244              
55245              some refcounts were incorrect in perl_clone()
55246      Branch: perl
55247           !> sv.c
55248 ____________________________________________________________________________
55249 [  9239] By: gsar                                  on 2001/03/19  09:23:17
55250         Log: this is 5.6.1-trial3
55251      Branch: maint-5.6/perl
55252            ! Changes
55253 ____________________________________________________________________________
55254 [  9238] By: gsar                                  on 2001/03/19  08:47:04
55255         Log: some new symbols are only available under ithreads
55256      Branch: maint-5.6/perl
55257            ! makedef.pl
55258 ____________________________________________________________________________
55259 [  9237] By: gsar                                  on 2001/03/19  08:42:28
55260         Log: update patchlevel.h, Changes, &c.
55261      Branch: maint-5.6/perl
55262            ! Changes patchlevel.h pod/perlhist.pod
55263           !> AUTHORS
55264 ____________________________________________________________________________
55265 [  9236] By: gsar                                  on 2001/03/19  08:17:49
55266         Log: integrate changes#8068,8717 from mainline
55267              
55268              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
55269              
55270              [PATCH CPAN 1.59_51] warning message (not!)
55271      Branch: maint-5.6/perl
55272           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
55273           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
55274           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
55275           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
55276           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55277 ____________________________________________________________________________
55278 [  9235] By: gsar                                  on 2001/03/19  08:07:09
55279         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
55280              
55281              [PATCH] Add missing CV flags to dump.c
55282              
55283              Re: [patch] Re: PL_ptr_table
55284              
55285              Fixup non-ithread build after 8713
55286              
55287              Generated files form 8713 etc.
55288              
55289              Correct the correction :-(
55290              
55291              Documenting coderef @INC (Re: CPAN "make this script work" feature)
55292              
55293              Subject: Re: sync sync sync: have I missed any patches?
55294              Replace djSP with dSP.
55295      Branch: maint-5.6/perl
55296           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
55297           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
55298           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
55299           !> sv.c sv.h win32/perlhost.h
55300 ____________________________________________________________________________
55301 [  9234] By: gsar                                  on 2001/03/19  07:22:05
55302         Log: revert the change#9090 integrate for now (change looks somewhat
55303              incomplete in that [ha]v_exists() need something similar; lacks
55304              tests; &c.)
55305      Branch: maint-5.6/perl
55306            ! hv.c
55307 ____________________________________________________________________________
55308 [  9233] By: gsar                                  on 2001/03/19  07:10:01
55309         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
55310              destruction when there are unreferenced scalars (SvREFCNT==0)
55311      Branch: maint-5.6/perl
55312            ! sv.c
55313 ____________________________________________________________________________
55314 [  9232] By: jhi                                   on 2001/03/19  05:11:02
55315         Log: Regen api and toc.
55316      Branch: maint-5.6/perl
55317            ! pod/perlapi.pod pod/perltoc.pod
55318 ____________________________________________________________________________
55319 [  9231] By: jhi                                   on 2001/03/19  04:06:03
55320         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
55321              add a lost line in pp.c:pp_chop(), update to new op/chop.
55322              
55323              Clarify the description differentiating for and while; inspired by
55324              
55325              Subject: [ID 20010306.004] || != named unary operator
55326              
55327              The $Is_MacOS needs to be declared.
55328      Branch: maint-5.6/perl
55329            ! pp.c t/op/chop.t
55330           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
55331 ____________________________________________________________________________
55332 [  9230] By: jhi                                   on 2001/03/19  03:48:16
55333         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
55334              9079,9083,9089,9090,9091 from mainline to maintperl.
55335              
55336              Quieten some noise in Win32 builds
55337              
55338              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
55339              
55340              The perlretut was still talking about the old \p and \P
55341              definitions.
55342              
55343              More tweakage on the Unicode character class descriptions.
55344              
55345              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
55346              
55347              Subject: 'no *POSIX' Patch speeding up make on BS2000 
55348              
55349              Subject: [PATCH] perldata.pod here-doc docs
55350              
55351              Add /sbin and /usr/sbin to the list of directories scanned
55352              for setuid programs.  Takes care of bug id 20010309.003.
55353              
55354              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
55355              
55356              In op/stat #35 better to scan all the potential directories
55357              for setuids, not just the first one.
55358      Branch: maint-5.6/perl
55359            ! Makefile.SH
55360           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
55361           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
55362           !> t/op/stat.t toke.c win32/win32.h
55363 ____________________________________________________________________________
55364 [  9229] By: jhi                                   on 2001/03/19  02:31:50
55365         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
55366              From: Chris Nandor <pudge@pobox.com>
55367              Date: Sat, 10 Mar 2001 14:22:19 -0500
55368              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
55369      Branch: maint-5.6/perl
55370            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55371            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
55372            ! t/lib/b.t t/lib/errno.t
55373 ____________________________________________________________________________
55374 [  9228] By: jhi                                   on 2001/03/19  02:29:59
55375         Log: Integrate changes #9113,9122 from mainline into maintperl.
55376              
55377              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?)
55378      Branch: maint-5.6/perl
55379           !> Configure README.os390 hints/os390.sh
55380 ____________________________________________________________________________
55381 [  9227] By: jhi                                   on 2001/03/19  02:22:35
55382         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
55383              into maintperl.
55384              
55385              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55386              
55387              Forgot to check-in the larger part of #9120, duh.
55388              
55389              Subject: Another patch for integer.pm POD 
55390              
55391              h2ph strictness and cleanliness from Kurt Starsinic.
55392              
55393              Borland filename case problem.
55394              
55395              h2ph strictness and cleanliness from Kurt Starsinic.
55396              
55397              Subject: [PATCH] the uncontroversial doc patches
55398      Branch: maint-5.6/perl
55399           +> win32/sncfnmcs.pl
55400           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
55401           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
55402           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
55403           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
55404           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
55405           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
55406           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
55407 ____________________________________________________________________________
55408 [  9226] By: jhi                                   on 2001/03/19  02:10:21
55409         Log: Integrate changes #9207,9214 from mainline into maintperl.
55410              
55411              podchecker relaxations: =over has an *optional* number after it,
55412              and whitespace in L<> is okay.
55413      Branch: maint-5.6/perl
55414           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55415           !> t/pod/poderrs.xr
55416 ____________________________________________________________________________
55417 [  9225] By: jhi                                   on 2001/03/19  02:07:38
55418         Log: Integrate change #9219 from maintperl into mainline.
55419              
55420              remove duplicated tests
55421      Branch: perl
55422           !> t/op/re_tests
55423 ____________________________________________________________________________
55424 [  9224] By: jhi                                   on 2001/03/19  02:06:11
55425         Log: Integrate change #9223 from mainline to maintperl.
55426              
55427              Document -Dmksymlinks.
55428      Branch: maint-5.6/perl
55429           !> INSTALL
55430 ____________________________________________________________________________
55431 [  9223] By: jhi                                   on 2001/03/19  02:01:25
55432         Log: Document -Dmksymlinks.
55433      Branch: perl
55434            ! INSTALL
55435 ____________________________________________________________________________
55436 [  9222] By: jhi                                   on 2001/03/19  01:15:35
55437         Log: The -Dmksymlinks wasn't working for maintperl.
55438      Branch: maint-5.6/perl
55439            ! Configure
55440 ____________________________________________________________________________
55441 [  9221] By: jhi                                   on 2001/03/19  00:49:43
55442         Log: Cleanup pixie residue.
55443      Branch: perl
55444            ! Makefile.SH
55445 ____________________________________________________________________________
55446 [  9220] By: jhi                                   on 2001/03/19  00:44:47
55447         Log: Document the use of pixie/prof; create make targets for it.
55448              
55449              TODO: make t/TEST pixie-aware.
55450      Branch: perl
55451            ! Makefile.SH pod/perlhack.pod
55452 ____________________________________________________________________________
55453 [  9219] By: gsar                                  on 2001/03/19  00:16:55
55454         Log: remove duplicated tests
55455      Branch: maint-5.6/perl
55456            ! t/op/re_tests
55457 ____________________________________________________________________________
55458 [  9218] By: jhi                                   on 2001/03/18  23:59:31
55459         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
55460      Branch: perl
55461            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
55462 ____________________________________________________________________________
55463 [  9217] By: jhi                                   on 2001/03/18  23:25:20
55464         Log: Rewrite the tests section of Makefile to be less redundant
55465              and to allow for more flexible test targets, many recursive
55466              make calls introduced.
55467      Branch: perl
55468            ! Makefile.SH
55469 ____________________________________________________________________________
55470 [  9216] By: jhi                                   on 2001/03/18  22:30:04
55471         Log: Document the use of Third Degree (sparsely).
55472      Branch: perl
55473            ! pod/perlhack.pod t/TEST
55474 ____________________________________________________________________________
55475 [  9215] By: jhi                                   on 2001/03/18  22:10:30
55476         Log: Make targets for testing with Third Degree.
55477      Branch: perl
55478            ! Makefile.SH
55479 ____________________________________________________________________________
55480 [  9214] By: jhi                                   on 2001/03/18  21:08:53
55481         Log: The podchecker relaxations need to mirrored also at the tests.
55482      Branch: perl
55483            ! t/pod/poderrs.xr
55484 ____________________________________________________________________________
55485 [  9213] By: jhi                                   on 2001/03/18  20:56:21
55486         Log: Update Changes.
55487      Branch: perl
55488            ! Changes patchlevel.h
55489 ____________________________________________________________________________
55490 [  9212] By: jhi                                   on 2001/03/18  20:36:59
55491         Log: Looking for config.sh in parent directories isn't
55492              very useful for the toplevel Makefile.
55493      Branch: perl
55494            ! Makefile.SH
55495 ____________________________________________________________________________
55496 [  9211] By: jhi                                   on 2001/03/18  20:33:37
55497         Log: On "make clean" take care of Third Degree droppings.
55498      Branch: perl
55499            ! Makefile.SH
55500 ____________________________________________________________________________
55501 [  9210] By: jhi                                   on 2001/03/18  20:21:34
55502         Log: Add a hook for running the tests under the Third Degree
55503              debugging tool (set $ENV{PERL_3LOG} to non-zero)
55504              
55505              TODO: Document the use of Third Degree.
55506      Branch: perl
55507            ! t/TEST
55508 ____________________________________________________________________________
55509 [  9209] By: jhi                                   on 2001/03/18  20:19:07
55510         Log: Regen toc and api pods.
55511      Branch: perl
55512            ! pod/perlapi.pod pod/perltoc.pod
55513 ____________________________________________________________________________
55514 [  9208] By: jhi                                   on 2001/03/18  20:12:12
55515         Log: Integrate changes #8128,9132 from mainline into maintperl,
55516              Tie::SubstrHash fixes.
55517      Branch: maint-5.6/perl
55518           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55519 ____________________________________________________________________________
55520 [  9207] By: jhi                                   on 2001/03/18  20:07:43
55521         Log: podchecker relaxations from Michael Stevens.
55522      Branch: perl
55523            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55524 ____________________________________________________________________________
55525 [  9206] By: jhi                                   on 2001/03/18  20:04:24
55526         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
55527      Branch: perl
55528            ! lib/Locale/Constants.pm lib/Locale/Country.pm
55529            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
55530            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
55531 ____________________________________________________________________________
55532 [  9205] By: jhi                                   on 2001/03/18  19:54:45
55533         Log: Integrate changes #9161,9162 from maintperl to mainline.
55534              
55535              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55536              results
55537      Branch: perl
55538           !> t/op/magic.t
55539 ____________________________________________________________________________
55540 [  9204] By: jhi                                   on 2001/03/18  19:37:46
55541         Log: Make perl.third checks more understandable to the builder.
55542      Branch: perl
55543            ! Makefile.SH
55544 ____________________________________________________________________________
55545 [  9203] By: jhi                                   on 2001/03/18  19:20:54
55546         Log: Re-integrate #9138 from maintperl to mainline,
55547              the squelching of the unneeded "Scalars leaked" messages.
55548      Branch: perl
55549           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55550           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55551           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55552 ____________________________________________________________________________
55553 [  9202] By: jhi                                   on 2001/03/18  18:48:36
55554         Log: More robust and more paranoid perl.third target.
55555      Branch: perl
55556            ! Makefile.SH
55557 ____________________________________________________________________________
55558 [  9201] By: jhi                                   on 2001/03/18  18:39:21
55559         Log: Integrate change #9197 from maintperl to mainline.
55560              
55561              more thorough cleaning of arenas.
55562      Branch: perl
55563           !> embed.pl perl.c proto.h sv.c t/op/sort.t
55564 ____________________________________________________________________________
55565 [  9200] By: jhi                                   on 2001/03/18  18:25:17
55566         Log: Integrate perlio.
55567      Branch: perl
55568           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
55569           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
55570           !> t/lib/encode.t toke.c universal.c utf8.c
55571 ____________________________________________________________________________
55572 [  9199] By: nick                                  on 2001/03/18  15:23:51
55573         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
55574              is the sense of the test being done. Avoid some magical 127 and 128 values
55575              by using macros.
55576      Branch: perlio
55577            ! doop.c pp_ctl.c sv.c toke.c
55578 ____________________________________________________________________________
55579 [  9198] By: nick                                  on 2001/03/18  14:18:12
55580         Log: UTF-X encoding invariance for Encode:
55581              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
55582              - move the XS code for those to universal.c (so in miniperl)
55583              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
55584              - change ext/Encode/compile to use above.
55585              - Fix t/lib/encode.t for above
55586              - Teach t/lib/b.t to expect -uutf8
55587              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
55588              utf8.pm is needed.
55589      Branch: perlio
55590            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
55591            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
55592 ____________________________________________________________________________
55593 [  9197] By: gsar                                  on 2001/03/18  12:15:57
55594         Log: more thorough cleaning of arenas--keep going until no more
55595              SvREFCNT_dec()s occur (this fixes the problem that causes the
55596              pesky "Scalars leaked" warnings)
55597      Branch: maint-5.6/perl
55598            ! embed.pl perl.c proto.h sv.c t/op/sort.t
55599 ____________________________________________________________________________
55600 [  9196] By: nick                                  on 2001/03/18  10:57:29
55601         Log: Fix pragma/utf8.t # 15
55602              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
55603              are SvUTF8 as well.
55604      Branch: perlio
55605            ! toke.c
55606 ____________________________________________________________________________
55607 [  9195] By: nick                                  on 2001/03/18  09:27:06
55608         Log: Integrate mainline
55609      Branch: perlio
55610           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
55611           !> t/op/pat.t
55612 ____________________________________________________________________________
55613 [  9194] By: jhi                                   on 2001/03/18  05:29:59
55614         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
55615              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
55616      Branch: perl
55617            ! op.c op.h t/op/misc.t t/op/pat.t
55618 ____________________________________________________________________________
55619 [  9193] By: jhi                                   on 2001/03/18  05:15:06
55620         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
55621      Branch: perl
55622            ! mg.c t/op/pat.t
55623 ____________________________________________________________________________
55624 [  9192] By: jhi                                   on 2001/03/18  04:22:43
55625         Log: tr/// UTF-8 patches from Inaba Hiroto.
55626      Branch: perl
55627            ! doop.c op.c
55628 ____________________________________________________________________________
55629 [  9191] By: jhi                                   on 2001/03/18  04:21:17
55630         Log: Integrate perlio.
55631      Branch: perl
55632           !> utf8.c utfebcdic.h
55633 ____________________________________________________________________________
55634 [  9190] By: nick                                  on 2001/03/17  20:32:01
55635         Log: Correct #if EBCDIC side typos.
55636              Builds and passes many tests on OS390.
55637      Branch: perlio
55638            ! utf8.c utfebcdic.h
55639 ____________________________________________________________________________
55640 [  9189] By: jhi                                   on 2001/03/17  18:55:49
55641         Log: Add prerequisites for the perl.third target.
55642      Branch: perl
55643            ! Makefile.SH
55644 ____________________________________________________________________________
55645 [  9188] By: jhi                                   on 2001/03/17  18:46:00
55646         Log: Integrate perlio.
55647      Branch: perl
55648           +> utfebcdic.h
55649           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
55650 ____________________________________________________________________________
55651 [  9187] By: jhi                                   on 2001/03/17  18:38:47
55652         Log: Add a make rule for perl.third (the Third Degree memory debugging
55653              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
55654      Branch: perl
55655            ! Makefile.SH
55656 ____________________________________________________________________________
55657 [  9186] By: nick                                  on 2001/03/17  18:34:48
55658         Log: MANIFEST addition :-(
55659      Branch: perlio
55660            ! MANIFEST
55661 ____________________________________________________________________________
55662 [  9185] By: nick                                  on 2001/03/17  18:29:50
55663         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
55664              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
55665              a superset of ASCII are invariant under the encoding. This is EBCDIC
55666              friendly as an encoded string can be looked at as being EBCDIC by lexer
55667              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
55668              ASCII on ASCII machines.
55669              
55670              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
55671              seperate.
55672              - Add some more macros to comprehend different shift amounts and
55673              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
55674              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
55675              and conditionally #include it.
55676              
55677              EBCDIC build as yet untested.  ASCII still fails the one test.
55678      Branch: perlio
55679            + utfebcdic.h
55680            ! utf8.c utf8.h
55681 ____________________________________________________________________________
55682 [  9184] By: nick                                  on 2001/03/17  17:44:16
55683         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
55684      Branch: perlio
55685            ! doop.c perl.h pp.c utf8.h
55686 ____________________________________________________________________________
55687 [  9183] By: jhi                                   on 2001/03/17  15:55:42
55688         Log: Integrate perlio.
55689      Branch: perl
55690            ! MANIFEST
55691           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
55692 ____________________________________________________________________________
55693 [  9182] By: nick                                  on 2001/03/17  09:16:06
55694         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
55695      Branch: perlio
55696            ! t/op/pat.t
55697 ____________________________________________________________________________
55698 [  9181] By: nick                                  on 2001/03/17  09:15:11
55699         Log: Integrate mainline.
55700      Branch: perlio
55701           +> lib/Locale/Constants.pm lib/Locale/Country.pm
55702           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55703           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55704           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
55705           !> (integrate 83 files)
55706 ____________________________________________________________________________
55707 [  9180] By: nick                                  on 2001/03/16  17:23:21
55708         Log: EBCDIC Fixes.
55709      Branch: perlio
55710            ! perl.h sv.c toke.c utf8.c utf8.h
55711 ____________________________________________________________________________
55712 [  9179] By: jhi                                   on 2001/03/16  14:10:12
55713         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
55714              a change needed to work around an AIX compiler bug.
55715      Branch: perl
55716            ! ext/Storable/Storable.xs
55717 ____________________________________________________________________________
55718 [  9178] By: jhi                                   on 2001/03/16  03:19:59
55719         Log: With Damian's approval synchronize damian's modules'
55720              licensing with Perl's standard module licensing.
55721      Branch: perl
55722            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
55723 ____________________________________________________________________________
55724 [  9177] By: jhi                                   on 2001/03/16  03:15:34
55725         Log: Make the Filter::Util:Call files have their own copies
55726              of the Perl standard module licensing, from Paul Marquess.
55727      Branch: perl
55728            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
55729 ____________________________________________________________________________
55730 [  9176] By: jhi                                   on 2001/03/16  02:56:04
55731         Log: Subject: [PATCH] more pod patches
55732              From: Michael Stevens <michael@etla.org>
55733              Date: Thu, 15 Mar 2001 21:25:18 +0000
55734              Message-ID: <20010315212518.A18870@firedrake.org>
55735      Branch: perl
55736            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
55737            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
55738            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
55739            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
55740            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
55741            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
55742            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
55743            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
55744            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
55745            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
55746            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
55747            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
55748            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
55749            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
55750            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
55751            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
55752            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
55753            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
55754            ! lib/Locale/Country.pm lib/Locale/Language.pm
55755            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
55756            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
55757            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
55758            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
55759            ! os2/OS2/Process/Process.pm
55760 ____________________________________________________________________________
55761 [  9175] By: jhi                                   on 2001/03/16  02:53:32
55762         Log: Subject: [PATCH] the uncontroversial doc patches
55763              From: Michael Stevens <michael@etla.org>
55764              Date: Thu, 15 Mar 2001 20:01:12 +0000
55765              Message-ID: <20010315200112.A7636@firedrake.org>
55766      Branch: perl
55767            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
55768            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
55769            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
55770            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
55771            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
55772 ____________________________________________________________________________
55773 [  9174] By: jhi                                   on 2001/03/16  02:50:49
55774         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
55775              From: Paul Lindner <lindner@inuus.com>
55776              Date: Fri, 16 Mar 2001 11:28:03 -0800
55777              Message-ID: <20010316112803.A7577@inuus.com>
55778      Branch: perl
55779            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
55780 ____________________________________________________________________________
55781 [  9173] By: nick                                  on 2001/03/15  20:21:03
55782         Log: 1st day's EBCDIC fixes:
55783              - toke.c's parsing of strings needed attention
55784              needed to conditionally e2a if string was already UTF-8
55785              - e2a/a2e tables where wrong way round.
55786              - new macros in utf8.h
55787      Branch: perlio
55788            ! perl.h toke.c utf8.h
55789 ____________________________________________________________________________
55790 [  9172] By: jhi                                   on 2001/03/15  15:17:17
55791         Log: Update Changes.
55792      Branch: perl
55793            ! Changes patchlevel.h
55794 ____________________________________________________________________________
55795 [  9171] By: jhi                                   on 2001/03/15  15:09:32
55796         Log: Subject: Re: Another Borland C++ problem.
55797              From: "Vadim Konovalov" <watman@inbox.ru>
55798              Date: Sat, 10 Mar 2001 19:26:07 +0300
55799              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
55800              
55801              Borland filename case problem.
55802      Branch: perl
55803            + win32/sncfnmcs.pl
55804            ! MANIFEST README.win32
55805 ____________________________________________________________________________
55806 [  9170] By: jhi                                   on 2001/03/15  14:54:23
55807         Log: Add Locale::Codes 1.06, from Neil Bowers.
55808      Branch: perl
55809            + lib/Locale/Constants.pm lib/Locale/Country.pm
55810            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55811            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55812            + t/lib/lc-language.t t/lib/lc-uk.t
55813            ! MANIFEST
55814 ____________________________________________________________________________
55815 [  9169] By: jhi                                   on 2001/03/15  14:19:01
55816         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
55817      Branch: perl
55818            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55819            ! ext/Storable/Storable.xs
55820 ____________________________________________________________________________
55821 [  9168] By: jhi                                   on 2001/03/15  14:13:22
55822         Log: Integrate changes #9120,9167 from mainline to maintperl.
55823              
55824              Subject: [PATCH 5.6.1] OS/2 docs
55825              
55826              Subject: [PATCH 5.6.1] perldoc
55827      Branch: maint-5.6/perl
55828           !> os2/Changes utils/perldoc.PL
55829 ____________________________________________________________________________
55830 [  9167] By: jhi                                   on 2001/03/15  14:07:42
55831         Log: Subject: [PATCH 5.6.1] perldoc
55832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55833              Date: Wed, 14 Mar 2001 23:46:52 -0500
55834              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
55835      Branch: perl
55836            ! utils/perldoc.PL
55837 ____________________________________________________________________________
55838 [  9166] By: jhi                                   on 2001/03/15  13:53:15
55839         Log: sigaction test condition tweakage.
55840      Branch: perl
55841            ! t/lib/sigaction.t
55842 ____________________________________________________________________________
55843 [  9165] By: alanbur                               on 2001/03/15  03:49:17
55844         Log: Resynchronised with parent
55845      Branch: maint-5.6/pureperl
55846           +> os2/os2add.sym t/op/anonsub.t
55847           !> (integrate 72 files)
55848 ____________________________________________________________________________
55849 [  9164] By: jhi                                   on 2001/03/15  01:05:01
55850         Log: Avoid stomping off the beginning of an array in tr///.
55851      Branch: perl
55852            ! op.c
55853 ____________________________________________________________________________
55854 [  9163] By: jhi                                   on 2001/03/15  00:58:57
55855         Log: h2ph strictness and cleanliness from Kurt Starsinic.
55856      Branch: perl
55857            ! utils/h2ph.PL
55858 ____________________________________________________________________________
55859 [  9162] By: gsar                                  on 2001/03/15  00:56:53
55860         Log: avoid warnings
55861      Branch: maint-5.6/perl
55862            ! t/op/magic.t
55863 ____________________________________________________________________________
55864 [  9161] By: gsar                                  on 2001/03/15  00:52:09
55865         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55866              results
55867      Branch: maint-5.6/perl
55868            ! t/op/magic.t
55869 ____________________________________________________________________________
55870 [  9160] By: jhi                                   on 2001/03/14  22:02:10
55871         Log: Do not use the Perl malloc in IRIX, suggested by
55872              Helmus Jarausch.
55873      Branch: perl
55874            ! hints/irix_6.sh
55875 ____________________________________________________________________________
55876 [  9159] By: nick                                  on 2001/03/14  21:45:59
55877         Log: Integrate mainline
55878      Branch: perlio
55879           +> t/op/loopctl.t
55880           !> (integrate 41 files)
55881 ____________________________________________________________________________
55882 [  9158] By: jhi                                   on 2001/03/14  21:10:09
55883         Log: The Day of the Retractions continues: the #9138
55884              (integrated in #9144) doesn't work well in mainline.
55885      Branch: perl
55886            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55887            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55888            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55889 ____________________________________________________________________________
55890 [  9157] By: jhi                                   on 2001/03/14  20:58:12
55891         Log: The #9145 CANNOT be enabled: the clear_pmop code still
55892              dumps core all over in Tru64.
55893      Branch: perl
55894            ! op.c op.h t/op/pat.t
55895 ____________________________________________________________________________
55896 [  9156] By: jhi                                   on 2001/03/14  20:48:06
55897         Log: Integrate change #9154 from maintperl to mainline.
55898              
55899              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55900              (caused Storable 1.0.10 to break on windows)
55901      Branch: perl
55902           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55903           !> perlapi.c proto.h
55904 ____________________________________________________________________________
55905 [  9155] By: jhi                                   on 2001/03/14  20:23:53
55906         Log: Retract #9136: breaks threading (and binary compatibility).
55907      Branch: perl
55908            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55909 ____________________________________________________________________________
55910 [  9154] By: gsar                                  on 2001/03/14  17:48:18
55911         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55912              (caused Storable 1.0.10 to break on windows)
55913      Branch: maint-5.6/perl
55914            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55915            ! perlapi.c proto.h
55916 ____________________________________________________________________________
55917 [  9153] By: jhi                                   on 2001/03/14  13:35:21
55918         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
55919      Branch: perl
55920            ! t/lib/sigaction.t
55921 ____________________________________________________________________________
55922 [  9152] By: gsar                                  on 2001/03/14  07:29:40
55923         Log: back out changes#9012,9010,9009 and parts of change#9016
55924              (causes ABRs under purify, and some prerequisites don't
55925              seem to be there in 5.6.x)
55926      Branch: maint-5.6/perl
55927            ! doop.c op.c t/op/tr.t toke.c
55928 ____________________________________________________________________________
55929 [  9151] By: gsar                                  on 2001/03/14  07:01:29
55930         Log: reenable change#9145 (the test was busted due to a missing
55931              C<print "ok 27\n">)
55932      Branch: perl
55933            ! op.c op.h t/op/pat.t
55934 ____________________________________________________________________________
55935 [  9150] By: jhi                                   on 2001/03/14  06:38:36
55936         Log: Retract #9145.
55937      Branch: perl
55938            ! op.c op.h t/op/pat.t
55939 ____________________________________________________________________________
55940 [  9149] By: jhi                                   on 2001/03/14  06:14:56
55941         Log: Retract #9143.
55942      Branch: perl
55943            ! op.c
55944 ____________________________________________________________________________
55945 [  9148] By: gsar                                  on 2001/03/14  06:13:02
55946         Log: Uninitialized Memory Read in regexec.c
55947      Branch: perl
55948            ! regexec.c
55949 ____________________________________________________________________________
55950 [  9147] By: jhi                                   on 2001/03/14  04:59:54
55951         Log: Subject: PATCH: make goto work in nested eval ""
55952              From: Robin Houston <robin@kitsite.com>
55953              Date: Wed, 14 Mar 2001 04:16:10 +0000
55954              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
55955      Branch: perl
55956            ! pp_ctl.c t/op/goto.t
55957 ____________________________________________________________________________
55958 [  9146] By: jhi                                   on 2001/03/14  04:42:54
55959         Log: Preserve the #ifdef PERL_CORE in perly.h.
55960      Branch: perl
55961            ! perly.fixer
55962 ____________________________________________________________________________
55963 [  9145] By: jhi                                   on 2001/03/14  03:57:41
55964         Log: (Retracted by #9150.)
55965      Branch: perl
55966            ! op.c op.h t/op/pat.t
55967 ____________________________________________________________________________
55968 [  9144] By: jhi                                   on 2001/03/14  03:50:38
55969         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
55970              
55971              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55972              
55973              remove squelch controls for "Scalars leaked" messages in most places
55974              (these are now cured)
55975              
55976              fix another memory leak reported by purify (tie callbacks that
55977              croak can leak when wiping out magic)
55978      Branch: perl
55979           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
55980           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
55981           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
55982           !> t/pragma/warnings.t
55983 ____________________________________________________________________________
55984 [  9143] By: jhi                                   on 2001/03/14  03:37:53
55985         Log: (Retracted by #9149.)
55986      Branch: perl
55987            ! op.c
55988 ____________________________________________________________________________
55989 [  9142] By: gsar                                  on 2001/03/14  03:20:48
55990         Log: fix another memory leak reported by purify (tie callbacks that
55991              croak can leak when wiping out magic)
55992      Branch: maint-5.6/perl
55993            ! scope.c
55994 ____________________________________________________________________________
55995 [  9141] By: jhi                                   on 2001/03/14  02:55:00
55996         Log: Subject: PATCH for [ID 20010305.003]
55997              From: Robin Houston <robin@kitsite.com>
55998              Date: Wed, 14 Mar 2001 02:45:51 +0000
55999              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
56000      Branch: perl
56001            ! pp_ctl.c t/op/eval.t
56002 ____________________________________________________________________________
56003 [  9140] By: jhi                                   on 2001/03/14  02:41:54
56004         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56005              Date: Wed, 14 Mar 2001 01:52:51 +0000
56006              From: Robin Houston <robin@kitsite.com>
56007              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
56008              
56009              Fix for 2000313.004.
56010      Branch: perl
56011            ! pp_ctl.c t/op/goto.t
56012 ____________________________________________________________________________
56013 [  9139] By: jhi                                   on 2001/03/14  02:40:50
56014         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56015              From: Robin Houston <robin@kitsite.com>
56016              Date: Wed, 14 Mar 2001 00:43:45 +0000
56017              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
56018      Branch: perl
56019            + t/op/loopctl.t
56020            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
56021            ! vms/perly_c.vms
56022 ____________________________________________________________________________
56023 [  9138] By: gsar                                  on 2001/03/14  01:18:00
56024         Log: remove squelch controls for "Scalars leaked" messages in most places
56025              (these are now cured)
56026      Branch: maint-5.6/perl
56027            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
56028            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
56029            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
56030 ____________________________________________________________________________
56031 [  9137] By: gsar                                  on 2001/03/14  00:57:04
56032         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
56033      Branch: maint-5.6/perl
56034            ! regcomp.c
56035 ____________________________________________________________________________
56036 [  9136] By: jhi                                   on 2001/03/13  23:12:24
56037         Log: (Retracted by #9155)
56038              
56039              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
56040              From: Jens-Uwe Mager <jum@helios.de>
56041              Date: Wed, 21 Feb 2001 21:32:04 +0100
56042              Message-ID: <20010221213203.A18340@ans.helios.de>
56043      Branch: perl
56044            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
56045 ____________________________________________________________________________
56046 [  9135] By: jhi                                   on 2001/03/13  22:50:05
56047         Log: Integrate perlio.
56048      Branch: perl
56049           !> pp.c
56050 ____________________________________________________________________________
56051 [  9134] By: jhi                                   on 2001/03/13  22:49:05
56052         Log: Integrate change #9131 from maintperl into mainline.
56053              
56054              make the error text look more consistent in hints/hpux.sh
56055      Branch: perl
56056           !> hints/hpux.sh
56057 ____________________________________________________________________________
56058 [  9133] By: gsar                                  on 2001/03/13  22:46:20
56059         Log: integrate change#9067 from mainline
56060              
56061              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56062      Branch: maint-5.6/perl
56063           !> lib/ExtUtils/MM_Unix.pm
56064 ____________________________________________________________________________
56065 [  9132] By: jhi                                   on 2001/03/13  22:41:21
56066         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
56067              From: "John P. Linderman" <jpl@research.att.com>
56068              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
56069              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
56070              
56071              A more correct prime finder.
56072      Branch: perl
56073            ! lib/Tie/SubstrHash.pm
56074 ____________________________________________________________________________
56075 [  9131] By: gsar                                  on 2001/03/13  22:30:42
56076         Log: make the error text look more consistent in hints/hpux.sh
56077      Branch: maint-5.6/perl
56078            ! hints/hpux.sh
56079 ____________________________________________________________________________
56080 [  9130] By: jhi                                   on 2001/03/13  22:23:44
56081         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
56082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56083              Date: Tue, 13 Mar 2001 18:41:26 +0100
56084              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
56085              
56086              If the test is run non-interactively the default handler
56087              is different.
56088      Branch: perl
56089            ! t/lib/sigaction.t
56090 ____________________________________________________________________________
56091 [  9129] By: jhi                                   on 2001/03/13  22:20:21
56092         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
56093              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56094              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
56095              Date:     Tue, 13 Mar 2001 16:44:32 EST
56096      Branch: perl
56097            ! t/lib/1_compile.t
56098 ____________________________________________________________________________
56099 [  9128] By: jhi                                   on 2001/03/13  22:18:34
56100         Log: Subject: Another patch for integer.pm POD 
56101              From: "John L. Allen" <allen@grumman.com>
56102              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
56103              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
56104      Branch: perl
56105            ! lib/integer.pm
56106 ____________________________________________________________________________
56107 [  9127] By: nick                                  on 2001/03/13  21:26:30
56108         Log: Integrate mainline.
56109      Branch: perlio
56110           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
56111           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
56112           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
56113           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
56114           !> Changes Configure MANIFEST README.os2 README.os390
56115           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
56116           !> os2/Changes patchlevel.h win32/perlhost.h
56117 ____________________________________________________________________________
56118 [  9126] By: nick                                  on 2001/03/13  20:39:51
56119         Log: #ifdef'ed out code to make packed side of pack/unpack
56120              octets. (i.e. pack('U') => encode_utf8).
56121      Branch: perlio
56122            ! pp.c
56123 ____________________________________________________________________________
56124 [  9125] By: jhi                                   on 2001/03/13  15:07:16
56125         Log: Update Changes.
56126      Branch: perl
56127            ! Changes patchlevel.h
56128 ____________________________________________________________________________
56129 [  9124] By: jhi                                   on 2001/03/13  14:22:45
56130         Log: Workaround for the buggy ("internal compiler error")
56131              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
56132              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
56133              of Andreas König.
56134      Branch: perl
56135            ! ext/re/Makefile.PL hints/aix.sh
56136 ____________________________________________________________________________
56137 [  9123] By: jhi                                   on 2001/03/13  03:24:34
56138         Log: Typo in #9114.
56139      Branch: metaconfig
56140            ! U/modified/myhostname.U
56141 ____________________________________________________________________________
56142 [  9122] By: jhi                                   on 2001/03/13  03:24:06
56143         Log: Typo in #9113.
56144      Branch: perl
56145            ! Configure
56146 ____________________________________________________________________________
56147 [  9121] By: jhi                                   on 2001/03/13  01:53:05
56148         Log: Forgot to check-in the larger part of #9120, duh.
56149      Branch: perl
56150            ! README.os2
56151 ____________________________________________________________________________
56152 [  9120] By: jhi                                   on 2001/03/13  01:51:31
56153         Log: Subject: [PATCH 5.6.1] OS/2 docs
56154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56155              Date: Mon, 12 Mar 2001 03:27:32 -0500
56156              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
56157      Branch: perl
56158            ! os2/Changes
56159 ____________________________________________________________________________
56160 [  9119] By: jhi                                   on 2001/03/13  01:49:41
56161         Log: Integrate change #9116 from maintperl into mainline.
56162              
56163              Win32::GetCwd() returns C: instead of C:\ in the root directory
56164              under ithreads
56165      Branch: perl
56166           !> win32/perlhost.h
56167 ____________________________________________________________________________
56168 [  9118] By: jhi                                   on 2001/03/13  01:13:39
56169         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
56170      Branch: perl
56171            + lib/Switch.pm t/lib/switch.t
56172            ! MANIFEST
56173 ____________________________________________________________________________
56174 [  9117] By: jhi                                   on 2001/03/13  01:03:17
56175         Log: Add Text::Balanced 1.83.
56176      Branch: perl
56177            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
56178            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
56179            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
56180            + t/lib/tb-xvari.t
56181            ! MANIFEST
56182 ____________________________________________________________________________
56183 [  9116] By: gsar                                  on 2001/03/13  00:55:53
56184         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
56185              under ithreads
56186      Branch: maint-5.6/perl
56187            ! win32/perlhost.h
56188 ____________________________________________________________________________
56189 [  9115] By: jhi                                   on 2001/03/13  00:54:09
56190         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
56191              From: "John L. Allen" <allen@grumman.com>
56192              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
56193              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
56194              
56195              use integer document clarification.
56196      Branch: perl
56197            ! lib/integer.pm
56198 ____________________________________________________________________________
56199 [  9114] By: jhi                                   on 2001/03/13  00:38:54
56200         Log: Metaconfig unit change for #9113.
56201      Branch: metaconfig
56202            ! U/modified/myhostname.U
56203 ____________________________________________________________________________
56204 [  9113] By: jhi                                   on 2001/03/13  00:38:35
56205         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?)
56206              From: Peter Prymmer <pvhp@forte.com>
56207              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
56208              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
56209      Branch: perl
56210            ! Configure README.os390 hints/os390.sh
56211 ____________________________________________________________________________
56212 [  9112] By: jhi                                   on 2001/03/13  00:29:00
56213         Log: Integrate perlio.
56214      Branch: perl
56215           !> sv.c utf8.h
56216 ____________________________________________________________________________
56217 [  9111] By: nick                                  on 2001/03/12  21:16:33
56218         Log: Integrate mainline.
56219      Branch: perlio
56220           +> t/op/anonsub.t
56221           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56222           !> proto.h sv.c
56223 ____________________________________________________________________________
56224 [  9110] By: nick                                  on 2001/03/12  21:00:13
56225         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
56226      Branch: perlio
56227            ! sv.c utf8.h
56228 ____________________________________________________________________________
56229 [  9109] By: jhi                                   on 2001/03/12  16:04:47
56230         Log: Integrate change #9108 from maintperl to mainline.
56231              
56232              fix memory leak in C<sub X { sub {} }> arising from a refcount
56233              loop between the outer sub and the inner prototype anonsub
56234              
56235              this also enables closures returned by subroutines that
56236              subsequently get redefined to work without generating coredumps :)
56237              
56238              completely removed the free_closures() hack--it shouldn't be
56239              needed anymore
56240      Branch: perl
56241           +> t/op/anonsub.t
56242           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56243           !> proto.h sv.c
56244 ____________________________________________________________________________
56245 [  9108] By: gsar                                  on 2001/03/12  10:21:31
56246         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
56247              loop between the outer sub and the inner prototype anonsub
56248              
56249              this also enables closures returned by subroutines that
56250              subsequently get redefined to work without generating coredumps :)
56251              
56252              completely removed the free_closures() hack--it shouldn't be
56253              needed anymore
56254      Branch: maint-5.6/perl
56255            + t/op/anonsub.t
56256            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56257            ! proto.h sv.c
56258 ____________________________________________________________________________
56259 [  9107] By: jhi                                   on 2001/03/12  05:15:31
56260         Log: Integrate perlio.
56261      Branch: perl
56262           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
56263 ____________________________________________________________________________
56264 [  9106] By: nick                                  on 2001/03/11  20:10:12
56265         Log: regcomp.c is working in native space, not Unicode space (if different)
56266              as it is doing compare against 'W' in \W etc.
56267      Branch: perlio
56268            ! regcomp.c
56269 ____________________________________________________________________________
56270 [  9105] By: nick                                  on 2001/03/11  19:39:34
56271         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
56272              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
56273      Branch: perlio
56274            ! regcomp.c toke.c utf8.c
56275 ____________________________________________________________________________
56276 [  9104] By: nick                                  on 2001/03/11  18:15:44
56277         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
56278      Branch: perlio
56279            ! sv.c
56280 ____________________________________________________________________________
56281 [  9103] By: nick                                  on 2001/03/11  18:03:28
56282         Log: Integrate mainline (for regexp stuff).
56283      Branch: perlio
56284           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56285           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
56286           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
56287           !> t/lib/errno.t t/op/pat.t
56288 ____________________________________________________________________________
56289 [  9102] By: nick                                  on 2001/03/11  17:44:20
56290         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
56291              - exclude layer syms in makedef.pl for sfio
56292              - also inhibit Encode from trying to build ":encode()" layer.
56293      Branch: perlio
56294            ! ext/Encode/Encode.xs makedef.pl
56295 ____________________________________________________________________________
56296 [  9101] By: jhi                                   on 2001/03/10  22:38:13
56297         Log: The $Is_MacOS needs to be declared.
56298      Branch: perl
56299            ! lib/ExtUtils/Manifest.pm
56300 ____________________________________________________________________________
56301 [  9100] By: jhi                                   on 2001/03/10  22:14:29
56302         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
56303              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
56304              pollute the symbolspace if using sfio.
56305      Branch: perl
56306            ! ext/Encode/Encode.xs
56307 ____________________________________________________________________________
56308 [  9099] By: jhi                                   on 2001/03/10  21:58:48
56309         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
56310              Date: Sat, 10 Mar 2001 14:23:55 -0500
56311              From: Chris Nandor <pudge@pobox.com>
56312              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
56313      Branch: perl
56314            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56315            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
56316            ! t/lib/errno.t
56317 ____________________________________________________________________________
56318 [  9098] By: jhi                                   on 2001/03/10  21:38:30
56319         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
56320      Branch: perl
56321            ! regcomp.c regexec.c t/op/pat.t
56322 ____________________________________________________________________________
56323 [  9097] By: jhi                                   on 2001/03/10  14:38:07
56324         Log: Integrate perlio.
56325      Branch: perl
56326           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56327           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56328           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56329 ____________________________________________________________________________
56330 [  9096] By: nick                                  on 2001/03/10  11:55:43
56331         Log: EBCDIC sanity - phase I
56332              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
56333              - use utf8n_xxxx (c.f. pvn) for forms which take length.
56334              - back out vN.N and $^V exceptions to e2a/a2e
56335              - make "locale" isxxx macros be uvchr (may be redundant?)
56336              
56337              Not clear yet that toUPPER_uni et. al. return being handled correctly.
56338              The tr// and rexexp stuff still needs an audit, assumption is they are working
56339              in Unicode space.
56340              
56341              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
56342      Branch: perlio
56343            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56344            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56345            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56346 ____________________________________________________________________________
56347 [  9095] By: jhi                                   on 2001/03/09  22:10:01
56348         Log: Integrate perlio.
56349      Branch: perl
56350           !> dump.c
56351 ____________________________________________________________________________
56352 [  9094] By: nick                                  on 2001/03/09  17:36:38
56353         Log: Builds an passes all tests after integrate and this tweak.
56354      Branch: perlio
56355            ! dump.c
56356 ____________________________________________________________________________
56357 [  9093] By: nick                                  on 2001/03/09  17:16:03
56358         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
56359      Branch: perlio
56360           +> lib/unicode/Scripts.txt t/lib/sigaction.t
56361           !> (integrate 79 files)
56362 ____________________________________________________________________________
56363 [  9092] By: jhi                                   on 2001/03/09  15:28:26
56364         Log: Update Changes.
56365      Branch: perl
56366            ! Changes patchlevel.h
56367 ____________________________________________________________________________
56368 [  9091] By: jhi                                   on 2001/03/09  15:25:05
56369         Log: In op/stat #35 better to scan all the potential directories
56370              for setuids, not just the first one.
56371      Branch: perl
56372            ! t/op/stat.t
56373 ____________________________________________________________________________
56374 [  9090] By: jhi                                   on 2001/03/09  15:01:27
56375         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
56376              From: rspier@pobox.com (Robert Spier)
56377              Date: Fri, 9 Mar 2001 03:30:20 -0500
56378              Message-ID: <15016.38044.381174.160189@rls.cx>
56379              
56380              EXISTS() returning undef mistakenly triggered a FETCH().
56381      Branch: perl
56382            ! hv.c
56383 ____________________________________________________________________________
56384 [  9089] By: jhi                                   on 2001/03/09  14:59:02
56385         Log: Add /sbin and /usr/sbin to the list of directories scanned
56386              for setuid programs.  Takes care of bug id 20010309.003.
56387      Branch: perl
56388            ! t/op/stat.t
56389 ____________________________________________________________________________
56390 [  9088] By: jhi                                   on 2001/03/09  14:48:32
56391         Log: Regen perlapi, perltoc.
56392      Branch: perl
56393            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
56394 ____________________________________________________________________________
56395 [  9087] By: jhi                                   on 2001/03/09  14:38:56
56396         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56397              From: David Mitchell <davem@fdgroup.co.uk>
56398              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
56399              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
56400      Branch: perl
56401            ! dump.c perl.c perl.h pod/perlrun.pod
56402 ____________________________________________________________________________
56403 [  9086] By: jhi                                   on 2001/03/09  01:47:16
56404         Log: A modified version of
56405              
56406              Subject: [ID 20010307.005] POSIX::sigaction has various problems
56407              From: anders@broadcom.com
56408              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
56409              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
56410              
56411              Currently the sigaction.t test #6 fails (and is fudged to look
56412              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
56413              This may well be a genuine bug in Linux sigaction() (since at
56414              least Tru64, Solaris, and HP-UX disagree with Linux).
56415              Anyone with POSIX / SUSv2 tome handy?  The problem is that
56416              the flags of the oldaction don't match with the flags in
56417              the previously installed disposition.
56418      Branch: perl
56419            + t/lib/sigaction.t
56420            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
56421 ____________________________________________________________________________
56422 [  9085] By: jhi                                   on 2001/03/09  01:30:13
56423         Log: Subject: Re: mission impossible for the day
56424              From: Alex Gough <alex@rcon.org>
56425              Date: Thu, 08 Mar 2001 17:18:19 +0000
56426              Message-ID: <3AA7BEDB.8070409@rcon.org>
56427              
56428              If references (are overloaded) and can be directly stringified,
56429              show that instead of "stringified".
56430              
56431              (The problem, infinite mutual recursion caused by overloaded bool
56432              in Switch.pm, tracked by David Mitchell)
56433      Branch: perl
56434            ! lib/Carp/Heavy.pm
56435 ____________________________________________________________________________
56436 [  9084] By: jhi                                   on 2001/03/09  01:20:39
56437         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56438              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
56439              From: David Mitchell <davem@fdgroup.co.uk>
56440              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
56441      Branch: perl
56442            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
56443            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
56444 ____________________________________________________________________________
56445 [  9083] By: jhi                                   on 2001/03/09  01:16:51
56446         Log: Subject: [PATCH] perldata.pod here-doc docs
56447              From: Jeff Pinyan <jeffp@crusoe.net>
56448              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
56449              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
56450      Branch: perl
56451            ! pod/perldata.pod
56452 ____________________________________________________________________________
56453 [  9082] By: jhi                                   on 2001/03/09  01:01:27
56454         Log: Subject: Re: Unicode/EBCDIC
56455              From: Peter Prymmer <pvhp@forte.com>
56456              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
56457              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
56458      Branch: perl
56459            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
56460 ____________________________________________________________________________
56461 [  9081] By: jhi                                   on 2001/03/08  13:41:30
56462         Log: Subject: Ooops, wrong 'no *POSIX' Patch
56463              From: Dorner Thomas <Thomas.Dorner@start.de>
56464              Date: Thu, 8 Mar 2001 08:43:28 +0100
56465              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
56466      Branch: perl
56467            ! hints/posix-bc.sh
56468 ____________________________________________________________________________
56469 [  9080] By: jhi                                   on 2001/03/08  13:11:42
56470         Log: It's Scripts.txt, not Script.txt.
56471      Branch: perl
56472            ! MANIFEST
56473 ____________________________________________________________________________
56474 [  9079] By: jhi                                   on 2001/03/08  12:59:05
56475         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
56476              From: Dorner Thomas <Thomas.Dorner@start.de>
56477              Date: Wed, 7 Mar 2001 14:13:31 +0100
56478              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
56479      Branch: perl
56480            ! makedepend.SH
56481 ____________________________________________________________________________
56482 [  9078] By: jhi                                   on 2001/03/08  12:57:43
56483         Log: Retract #9069, wrong patch.
56484      Branch: perl
56485            ! Makefile.SH
56486 ____________________________________________________________________________
56487 [  9077] By: jhi                                   on 2001/03/08  01:06:13
56488         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
56489      Branch: perl
56490            + lib/unicode/Scripts.txt
56491            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
56492            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
56493            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
56494            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56495            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56496            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56497            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56498            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56499            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56500            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56501            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56502            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56503            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56504            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56505            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56506            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56507            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
56508            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
56509            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
56510            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
56511            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
56512            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
56513            ! lib/unicode/version
56514 ____________________________________________________________________________
56515 [  9076] By: jhi                                   on 2001/03/07  22:59:39
56516         Log: Integrate change #7784 from mainline into maintperl.
56517              
56518              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
56519      Branch: maint-5.6/perl
56520           !> pp_ctl.c t/op/pat.t
56521 ____________________________________________________________________________
56522 [  9075] By: jhi                                   on 2001/03/07  22:05:11
56523         Log: More UTF-8 test tweaks.
56524      Branch: perl
56525            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
56526 ____________________________________________________________________________
56527 [  9074] By: nick                                  on 2001/03/07  21:39:29
56528         Log: Integrate mainline.
56529      Branch: perlio
56530           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
56531           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
56532           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
56533           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
56534           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
56535 ____________________________________________________________________________
56536 [  9073] By: jhi                                   on 2001/03/07  16:37:09
56537         Log: Update Changes.
56538      Branch: perl
56539            ! Changes patchlevel.h
56540 ____________________________________________________________________________
56541 [  9072] By: jhi                                   on 2001/03/07  16:32:30
56542         Log: Subject: [ID 20010306.004] || != named unary operator
56543              From: abela@geneanet.org
56544              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
56545              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
56546      Branch: perl
56547            ! pod/perlop.pod
56548 ____________________________________________________________________________
56549 [  9071] By: jhi                                   on 2001/03/07  15:14:11
56550         Log: Subject: downgrading to bytes for common functions
56551              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
56552              Date: Wed, 7 Mar 2001 02:36:55 -0500
56553              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
56554      Branch: perl
56555            ! pp_sys.c
56556 ____________________________________________________________________________
56557 [  9070] By: jhi                                   on 2001/03/07  15:04:58
56558         Log: Clarify the description differentiating for and while; inspired by
56559              
56560              Subject: [ID 20010306.002] for/while difference in for definition
56561              From: abela@geneanet.org
56562              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
56563              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
56564      Branch: perl
56565            ! pod/perlsyn.pod
56566 ____________________________________________________________________________
56567 [  9069] By: jhi                                   on 2001/03/07  14:55:30
56568         Log: (Retracted by #9078.)
56569      Branch: perl
56570            ! Makefile.SH
56571 ____________________________________________________________________________
56572 [  9068] By: jhi                                   on 2001/03/07  14:51:17
56573         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
56574              From: Radu Greab <radu@netsoft.ro>
56575              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
56576              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
56577      Branch: perl
56578            ! pp.c t/op/chop.t
56579 ____________________________________________________________________________
56580 [  9067] By: jhi                                   on 2001/03/07  14:48:57
56581         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56582              From: Simon Cozens <simon@netthink.co.uk>
56583              Date: Wed, 7 Mar 2001 13:59:28 +0000
56584              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
56585              
56586              In order to allow MakeMaker to build correct Makefiles,
56587              you need to change the order of the arguments in MM_Unix.pm
56588              as well. (Unless you have C89_CCMODE set, but we're trying
56589              to be POSIXly correct)
56590              
56591              Thanks to Merijn Broeren for tracking this down.
56592      Branch: perl
56593            ! lib/ExtUtils/MM_Unix.pm
56594 ____________________________________________________________________________
56595 [  9066] By: jhi                                   on 2001/03/07  14:30:02
56596         Log: Floating point too messy.
56597      Branch: perl
56598            ! t/camel-III/vstring.t
56599 ____________________________________________________________________________
56600 [  9065] By: jhi                                   on 2001/03/07  14:17:44
56601         Log: Integrate change #9064 from maintperl into mainline.
56602              
56603              fix memory leak in pack("Bb",...)
56604      Branch: perl
56605           !> perl.c
56606 ____________________________________________________________________________
56607 [  9064] By: gsar                                  on 2001/03/07  06:29:24
56608         Log: fix memory leak in pack("Bb",...)
56609      Branch: maint-5.6/perl
56610            ! perl.c
56611 ____________________________________________________________________________
56612 [  9063] By: jhi                                   on 2001/03/07  00:55:04
56613         Log: Major utf8 test reorganisation and rewrite.
56614              Hopefully no tests were lost in the shuffle.
56615              (The beginning of pragma/utf8 was lost intentionally,
56616              the tests were rather bogus and incomplete.)
56617      Branch: perl
56618            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
56619            ! t/pragma/utf8.t
56620 ____________________________________________________________________________
56621 [  9062] By: jhi                                   on 2001/03/07  00:41:16
56622         Log: More tweakage on the Unicode character class descriptions.
56623      Branch: perl
56624            ! lib/unicode/mktables.PL pod/perlretut.pod
56625 ____________________________________________________________________________
56626 [  9061] By: jhi                                   on 2001/03/06  23:12:38
56627         Log: The perlretut was still talking about the old \p and \P
56628              definitions.
56629      Branch: perl
56630            ! pod/perlretut.pod
56631 ____________________________________________________________________________
56632 [  9060] By: nick                                  on 2001/03/06  20:52:37
56633         Log: Integrate mainline (make test works again now).
56634      Branch: perlio
56635           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
56636 ____________________________________________________________________________
56637 [  9059] By: jhi                                   on 2001/03/06  15:36:14
56638         Log: 0.999... does equal 1.0, doesn't it?
56639      Branch: perl
56640            ! t/camel-III/vstring.t
56641 ____________________________________________________________________________
56642 [  9058] By: jhi                                   on 2001/03/06  15:34:00
56643         Log: Make /x{abcd}/ to work without use utf8.
56644      Branch: perl
56645            ! regcomp.c
56646 ____________________________________________________________________________
56647 [  9057] By: jhi                                   on 2001/03/06  03:02:36
56648         Log: Easier to outcomment all the three reset() tests for now.
56649      Branch: perl
56650            ! t/op/pat.t
56651 ____________________________________________________________________________
56652 [  9056] By: jhi                                   on 2001/03/06  02:30:02
56653         Log: Comment out the deadly reset; until the 20010301.005
56654              is finally fixed.
56655      Branch: perl
56656            ! t/op/pat.t
56657 ____________________________________________________________________________
56658 [  9055] By: jhi                                   on 2001/03/06  02:21:26
56659         Log: Integrate the change #9054 from mainline:
56660              retract the PMOP cleanup patch pending further investigation.
56661      Branch: maint-5.6/perl
56662           !> op.c op.h
56663 ____________________________________________________________________________
56664 [  9054] By: jhi                                   on 2001/03/06  02:19:57
56665         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
56666              with oddly familiar stack traces.
56667      Branch: perl
56668            ! op.c op.h
56669 ____________________________________________________________________________
56670 [  9053] By: jhi                                   on 2001/03/05  23:20:28
56671         Log: Integrate perlio.
56672      Branch: perl
56673           +> ext/Encode/Encode/koi8-r.ucm
56674           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56675           !> makedef.pl
56676 ____________________________________________________________________________
56677 [  9052] By: nick                                  on 2001/03/05  23:08:17
56678         Log: skipping USE_PERLIO symbols correction.
56679      Branch: perlio
56680            ! makedef.pl
56681 ____________________________________________________________________________
56682 [  9051] By: nick                                  on 2001/03/05  22:35:07
56683         Log: More Encode alias tidying.
56684      Branch: perlio
56685            + ext/Encode/Encode/koi8-r.ucm
56686            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56687 ____________________________________________________________________________
56688 [  9050] By: jhi                                   on 2001/03/05  21:44:29
56689         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
56690              Sarathy's fix for ID 20010301.005.
56691      Branch: maint-5.6/perl
56692           !> op.c op.h
56693 ____________________________________________________________________________
56694 [  9049] By: nick                                  on 2001/03/05  19:54:04
56695         Log: Integrate Jarkko's Encode.pm tweak.
56696      Branch: perlio
56697           !> ext/Encode/Encode.pm
56698 ____________________________________________________________________________
56699 [  9048] By: nick                                  on 2001/03/05  19:47:57
56700         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
56701      Branch: perlio
56702           +> os2/os2add.sym
56703           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
56704           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
56705           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
56706           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
56707           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
56708 ____________________________________________________________________________
56709 [  9047] By: jhi                                   on 2001/03/05  19:25:26
56710         Log: Regen perlapi.
56711      Branch: perl
56712            ! pod/perlapi.pod
56713 ____________________________________________________________________________
56714 [  9046] By: jhi                                   on 2001/03/05  19:12:14
56715         Log: Integrate perlio.
56716      Branch: perl
56717           +> t/camel-III/vstring.t
56718           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
56719 ____________________________________________________________________________
56720 [  9045] By: jhi                                   on 2001/03/05  19:10:36
56721         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
56722      Branch: perl
56723            ! ext/Encode/Encode.pm
56724 ____________________________________________________________________________
56725 [  9044] By: jhi                                   on 2001/03/05  18:49:12
56726         Log: Forgot the other half of the PMOP patch (#9033).
56727      Branch: perl
56728            ! op.h
56729 ____________________________________________________________________________
56730 [  9043] By: nick                                  on 2001/03/05  18:14:47
56731         Log: Update MANIFEST for new test.
56732      Branch: perlio
56733            ! MANIFEST
56734 ____________________________________________________________________________
56735 [  9042] By: nick                                  on 2001/03/05  18:12:41
56736         Log: Some tests for Camel 3rd edition features.
56737              Make gethostbyaddr() test in above work.
56738      Branch: perlio
56739            + t/camel-III/vstring.t
56740            ! pp.h pp_sys.c t/TEST t/harness
56741 ____________________________________________________________________________
56742 [  9041] By: jhi                                   on 2001/03/05  17:41:48
56743         Log: Add more ISO 8859 encoding aliases.
56744      Branch: perl
56745            ! ext/Encode/Encode.pm
56746 ____________________________________________________________________________
56747 [  9040] By: jhi                                   on 2001/03/05  17:30:43
56748         Log: Integrate perlio.
56749      Branch: perl
56750           !> MANIFEST sv.c
56751 ____________________________________________________________________________
56752 [  9039] By: nick                                  on 2001/03/05  17:11:36
56753         Log: Missed added file.
56754      Branch: perlio
56755            ! MANIFEST
56756 ____________________________________________________________________________
56757 [  9038] By: jhi                                   on 2001/03/05  15:58:01
56758         Log: Add tr tests for EBCDIC, from Karsten Sperling.
56759      Branch: perl
56760            ! t/op/tr.t
56761 ____________________________________________________________________________
56762 [  9037] By: nick                                  on 2001/03/05  15:56:35
56763         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
56764              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
56765              
56766              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
56767              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
56768              - uses SvPV() rather than sv_2pv() in case it isn't a string.
56769      Branch: perlio
56770            ! sv.c
56771 ____________________________________________________________________________
56772 [  9036] By: jhi                                   on 2001/03/05  15:49:15
56773         Log: Add matching tests currently failing in EBCDIC,
56774              suggested by Karsten Sperling.
56775      Branch: perl
56776            ! t/op/pat.t
56777 ____________________________________________________________________________
56778 [  9035] By: jhi                                   on 2001/03/05  15:36:55
56779         Log: The #9034 needs a MANIFESTation.
56780      Branch: perl
56781            ! MANIFEST
56782 ____________________________________________________________________________
56783 [  9034] By: jhi                                   on 2001/03/05  15:35:14
56784         Log: Integrate perlio.
56785      Branch: perl
56786           +> ext/Encode/Encode/Tcl.pm
56787           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
56788           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56789           !> ext/Encode/Encode/iso8859-1.ucm
56790           !> ext/Encode/Encode/iso8859-10.ucm
56791           !> ext/Encode/Encode/iso8859-13.ucm
56792           !> ext/Encode/Encode/iso8859-14.ucm
56793           !> ext/Encode/Encode/iso8859-15.ucm
56794           !> ext/Encode/Encode/iso8859-16.ucm
56795           !> ext/Encode/Encode/iso8859-2.ucm
56796           !> ext/Encode/Encode/iso8859-3.ucm
56797           !> ext/Encode/Encode/iso8859-4.ucm
56798           !> ext/Encode/Encode/iso8859-5.ucm
56799           !> ext/Encode/Encode/iso8859-6.ucm
56800           !> ext/Encode/Encode/iso8859-7.ucm
56801           !> ext/Encode/Encode/iso8859-8.ucm
56802           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56803           !> t/lib/encode.t
56804 ____________________________________________________________________________
56805 [  9033] By: jhi                                   on 2001/03/05  15:33:18
56806         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
56807              From: Gurusamy Sarathy <gsar@ActiveState.com>
56808              Date: Sun, 04 Mar 2001 22:33:15 -0800
56809              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
56810              
56811              PMOPs need to remember their own stash so that they can
56812              gracefully remove themselves from their linked list.
56813      Branch: perl
56814            ! op.c
56815 ____________________________________________________________________________
56816 [  9032] By: nick                                  on 2001/03/05  14:51:50
56817         Log: Encode implementation "completion"
56818              Implement and document define_encoding()
56819              Implement and document encoding aliases including define_alias()
56820              Make Encode::XS use define_encoding() rather than back-door.
56821              Move run-time *.enc to separate Encode::Tcl module.
56822              Make 'compile' honour <codeset_name>
56823              Change canonical names of to iso-8859-* and US-ascii.
56824      Branch: perlio
56825            + ext/Encode/Encode/Tcl.pm
56826            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
56827            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56828            ! ext/Encode/Encode/iso8859-1.ucm
56829            ! ext/Encode/Encode/iso8859-10.ucm
56830            ! ext/Encode/Encode/iso8859-13.ucm
56831            ! ext/Encode/Encode/iso8859-14.ucm
56832            ! ext/Encode/Encode/iso8859-15.ucm
56833            ! ext/Encode/Encode/iso8859-16.ucm
56834            ! ext/Encode/Encode/iso8859-2.ucm
56835            ! ext/Encode/Encode/iso8859-3.ucm
56836            ! ext/Encode/Encode/iso8859-4.ucm
56837            ! ext/Encode/Encode/iso8859-5.ucm
56838            ! ext/Encode/Encode/iso8859-6.ucm
56839            ! ext/Encode/Encode/iso8859-7.ucm
56840            ! ext/Encode/Encode/iso8859-8.ucm
56841            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56842            ! t/lib/encode.t
56843 ____________________________________________________________________________
56844 [  9031] By: jhi                                   on 2001/03/05  13:51:17
56845         Log: Integrate change #9030 from maintperl into mainline.
56846              
56847              Subject: [PATCH 5.6.1] OS/2 cleanup
56848      Branch: perl
56849           +> os2/os2add.sym
56850           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56851           !> makedef.pl os2/Changes os2/Makefile.SHs
56852           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56853           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56854           !> os2/os2.sym os2/os2ish.h
56855 ____________________________________________________________________________
56856 [  9030] By: jhi                                   on 2001/03/05  13:46:49
56857         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
56858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56859              Date: Mon, 5 Mar 2001 02:29:44 -0500
56860              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
56861      Branch: maint-5.6/perl
56862            + os2/os2add.sym
56863            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56864            ! makedef.pl os2/Changes os2/Makefile.SHs
56865            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56866            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56867            ! os2/os2.sym os2/os2ish.h
56868 ____________________________________________________________________________
56869 [  9029] By: jhi                                   on 2001/03/05  13:40:35
56870         Log: Integrate change #9028 from maintperl into mainline.
56871              
56872              various nits in MM_Unix.pm found by disabling SelfLoader
56873      Branch: perl
56874           !> lib/ExtUtils/MM_Unix.pm
56875 ____________________________________________________________________________
56876 [  9028] By: gsar                                  on 2001/03/05  09:58:38
56877         Log: various nits in MM_Unix.pm found by disabling SelfLoader
56878      Branch: maint-5.6/perl
56879            ! lib/ExtUtils/MM_Unix.pm
56880 ____________________________________________________________________________
56881 [  9027] By: nick                                  on 2001/03/05  08:35:22
56882         Log: Integrate mainline
56883      Branch: perlio
56884           !> (integrate 28 files)
56885 ____________________________________________________________________________
56886 [  9026] By: jhi                                   on 2001/03/05  02:14:59
56887         Log: Integrate change #9025 from mainline to maintperl,
56888              retract \N{U+HHHH}.
56889      Branch: maint-5.6/perl
56890           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56891           !> t/lib/charnames.t toke.c
56892 ____________________________________________________________________________
56893 [  9025] By: jhi                                   on 2001/03/05  02:13:09
56894         Log: Retracting \N{U+HHHH}.
56895      Branch: perl
56896            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56897            ! t/lib/charnames.t toke.c
56898 ____________________________________________________________________________
56899 [  9024] By: jhi                                   on 2001/03/04  20:51:07
56900         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
56901              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56902              Date: Fri, 02 Mar 2001 18:25:26 +0100
56903              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
56904              
56905              Casting problem.
56906      Branch: perl
56907            ! ext/Storable/Storable.xs
56908 ____________________________________________________________________________
56909 [  9023] By: jhi                                   on 2001/03/04  19:46:45
56910         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
56911              From: nick@talking.bollo.cx
56912              Date: Sat, 03 Mar 2001 21:41:33 +0000
56913              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
56914              
56915              Revert the workaround.
56916      Branch: perl
56917            ! perlio.c
56918 ____________________________________________________________________________
56919 [  9022] By: jhi                                   on 2001/03/04  19:36:28
56920         Log: Update Changes.
56921      Branch: perl
56922            ! Changes patchlevel.h
56923 ____________________________________________________________________________
56924 [  9021] By: jhi                                   on 2001/03/04  18:41:00
56925         Log: makedef.pl updates suggested by Chris Nandor; double-checking
56926              the changes in AIX, OS/2 Win32 would be nice.
56927      Branch: perl
56928            ! makedef.pl
56929 ____________________________________________________________________________
56930 [  9020] By: jhi                                   on 2001/03/04  18:23:58
56931         Log: Integrate change #9012 from maintperl into mainline,
56932              quench a compiler warning.
56933      Branch: perl
56934           !> toke.c
56935 ____________________________________________________________________________
56936 [  9019] By: jhi                                   on 2001/03/04  18:18:43
56937         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
56938              
56939              \N{U+HHHH} fix.
56940              
56941              pattern in G_ARRAY context
56942      Branch: maint-5.6/perl
56943           !> pp_hot.c t/op/pat.t toke.c
56944 ____________________________________________________________________________
56945 [  9018] By: jhi                                   on 2001/03/04  18:07:48
56946         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
56947              From: Jeff Pinyan <jeffp@crusoe.net>
56948              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
56949              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
56950      Branch: perl
56951            ! pp_hot.c t/op/pat.t
56952 ____________________________________________________________________________
56953 [  9017] By: jhi                                   on 2001/03/04  18:06:21
56954         Log: I thought I tested the #9014.
56955      Branch: perl
56956            ! toke.c
56957 ____________________________________________________________________________
56958 [  9016] By: jhi                                   on 2001/03/04  17:41:22
56959         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
56960              
56961              Tweak the get*ent() OS/2 prototypes.
56962              
56963              Add the \N{U+HHHH} syntax.
56964              
56965              More tr/// UTF-8 fixes from Inaba Hiroto.
56966      Branch: maint-5.6/perl
56967           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
56968           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
56969 ____________________________________________________________________________
56970 [  9015] By: jhi                                   on 2001/03/04  17:36:04
56971         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
56972      Branch: perl
56973            ! doop.c t/op/tr.t
56974 ____________________________________________________________________________
56975 [  9014] By: jhi                                   on 2001/03/04  17:24:49
56976         Log: Add the \N{U+HHHH} syntax.
56977      Branch: perl
56978            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56979            ! t/lib/charnames.t toke.c
56980 ____________________________________________________________________________
56981 [  9013] By: jhi                                   on 2001/03/04  17:20:45
56982         Log: Tweak the get*ent() OS/2 prototypes.
56983      Branch: perl
56984            ! os2/os2.c
56985 ____________________________________________________________________________
56986 [  9012] By: gsar                                  on 2001/03/04  06:26:14
56987         Log: avoid warning (nit in change#9009)
56988      Branch: maint-5.6/perl
56989            ! toke.c
56990 ____________________________________________________________________________
56991 [  9011] By: gsar                                  on 2001/03/04  06:15:24
56992         Log: lib/charnames.t fails in 5.6.x because of older Unicode
56993              data
56994              
56995              TODO: need to revisit this after updating lib/unicode/...
56996      Branch: maint-5.6/perl
56997            ! t/lib/charnames.t
56998 ____________________________________________________________________________
56999 [  9010] By: gsar                                  on 2001/03/04  06:08:36
57000         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
57001      Branch: maint-5.6/perl
57002            ! toke.c
57003 ____________________________________________________________________________
57004 [  9009] By: jhi                                   on 2001/03/03  19:27:20
57005         Log: Integrate change #9008 from mainline to maintperl,
57006              UTF-8 tr/// fixes from Inaba Hiroto.
57007      Branch: maint-5.6/perl
57008           !> doop.c op.c t/op/tr.t toke.c
57009 ____________________________________________________________________________
57010 [  9008] By: jhi                                   on 2001/03/03  19:19:42
57011         Log: UTF8 tr/// fixes from Inaba Hiroto.
57012      Branch: perl
57013            ! doop.c op.c t/op/tr.t toke.c
57014 ____________________________________________________________________________
57015 [  9007] By: jhi                                   on 2001/03/03  19:00:30
57016         Log: Integrate change #9006 from maintperl to mainline,
57017              more robust quest for the infinite.
57018      Branch: perl
57019           !> lib/Math/Complex.pm
57020 ____________________________________________________________________________
57021 [  9006] By: jhi                                   on 2001/03/03  18:58:06
57022         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
57023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57024              Date: Sat, 3 Mar 2001 12:51:50 -0500
57025              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
57026              
57027              Be more robust in our quest for the infinite.
57028      Branch: maint-5.6/perl
57029            ! lib/Math/Complex.pm
57030 ____________________________________________________________________________
57031 [  9005] By: jhi                                   on 2001/03/03  17:55:50
57032         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
57033      Branch: maint-5.6/perl
57034            ! doio.c
57035 ____________________________________________________________________________
57036 [  9004] By: jhi                                   on 2001/03/03  17:40:14
57037         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
57038              so that picky compilers like IRIX won't get huffy about
57039              "statements without effect" (like 1;).
57040      Branch: perl
57041            ! toke.c
57042 ____________________________________________________________________________
57043 [  9003] By: jhi                                   on 2001/03/03  17:15:52
57044         Log: Integrate change #9002 from mainline to maintperl.
57045              
57046              Subject: [perl-5.6.x, perl-current] accept for EPOC
57047      Branch: maint-5.6/perl
57048           !> pp_sys.c
57049 ____________________________________________________________________________
57050 [  9002] By: jhi                                   on 2001/03/03  17:14:30
57051         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
57052              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57053              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
57054              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
57055      Branch: perl
57056            ! pp_sys.c
57057 ____________________________________________________________________________
57058 [  9001] By: jhi                                   on 2001/03/03  17:13:13
57059         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
57060              From: "Craig A. Berry" <craigberry@mac.com>
57061              Date: Fri, 02 Mar 2001 17:44:40 -0600
57062              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
57063      Branch: perl
57064            ! t/pod/find.t
57065 ____________________________________________________________________________
57066 [  9000] By: jhi                                   on 2001/03/03  17:11:55
57067         Log: Integrate changes #8997,8999 from maintperl.
57068              
57069              Subject: [PATCH 5.6.1] compiling on OS/2
57070              (Better error message from hints/os2.sh)
57071              
57072              Subject: [PATCH 5.6.1] syslog.t
57073      Branch: perl
57074           !> hints/os2.sh t/lib/syslog.t
57075 ____________________________________________________________________________
57076 [  8999] By: jhi                                   on 2001/03/03  17:09:28
57077         Log: Subject: [PATCH 5.6.1] syslog.t
57078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57079              Date: Sat, 3 Mar 2001 02:11:17 -0500
57080              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
57081      Branch: maint-5.6/perl
57082            ! t/lib/syslog.t
57083 ____________________________________________________________________________
57084 [  8998] By: jhi                                   on 2001/03/03  17:07:50
57085         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
57086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57087              Date: Sat, 3 Mar 2001 01:53:52 -0500
57088              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
57089      Branch: maint-5.6/perl
57090            ! opcode.pl os2/os2.c
57091 ____________________________________________________________________________
57092 [  8997] By: jhi                                   on 2001/03/03  17:03:30
57093         Log: Subject: [PATCH 5.6.1] compiling on OS/2
57094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57095              Date: Sat, 3 Mar 2001 01:59:59 -0500
57096              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
57097      Branch: maint-5.6/perl
57098            ! hints/os2.sh
57099 ____________________________________________________________________________
57100 [  8996] By: jhi                                   on 2001/03/03  00:55:58
57101         Log: Regen files for mainline.
57102      Branch: perl
57103            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57104            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
57105 ____________________________________________________________________________
57106 [  8995] By: jhi                                   on 2001/03/03  00:35:22
57107         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
57108              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
57109              to maintperl.
57110              
57111              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
57112              
57113              Add Configure option -Dmksymlinks which will create a symlink
57114              forest if the current/build differs from the source directory.
57115              (8218,8220,8221,8317,8318,8971)
57116              
57117              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
57118              (Document APPLLIB_EXP in INSTALL.)
57119              
57120              If running byacc write-enable also perly.h.
57121              
57122              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
57123              
57124              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
57125              
57126              Sanity check for conflicting thread flavours.
57127              
57128              Fix the sys/fcntl.h problem reported by Peter Prymmer.
57129              
57130              Add few CPUs/architectures to the Cppsym scan,
57131              add -perlio to archname if so selected (modified 8890)
57132              
57133              Be more helpful for devel builders, suggested by John L. Allen.
57134              (admittedly pointless change for maintperl, but the usedevel
57135              code is there already)
57136      Branch: maint-5.6/perl
57137           !> Configure INSTALL Makefile.SH Porting/Glossary
57138           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
57139           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
57140           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
57141           !> win32/config.bc win32/config.gc win32/config.vc
57142 ____________________________________________________________________________
57143 [  8994] By: jhi                                   on 2001/03/02  23:31:41
57144         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
57145      Branch: metaconfig/U/perl
57146            ! gccvers.U
57147 ____________________________________________________________________________
57148 [  8993] By: jhi                                   on 2001/03/02  23:22:12
57149         Log: Regenerate various files for maint.
57150      Branch: maint-5.6/perl
57151            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
57152            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
57153 ____________________________________________________________________________
57154 [  8992] By: alanbur                               on 2001/03/02  22:48:34
57155         Log: Resync wuth parent
57156      Branch: maint-5.6/pureperl
57157           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57158           !> (integrate 60 files)
57159 ____________________________________________________________________________
57160 [  8991] By: jhi                                   on 2001/03/02  21:00:08
57161         Log: Retract the #8742 part of #8986, backward compat.
57162      Branch: maint-5.6/perl
57163            ! embed.pl
57164 ____________________________________________________________________________
57165 [  8990] By: jhi                                   on 2001/03/02  20:40:07
57166         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
57167      Branch: maint-5.6/perl
57168            ! hv.c
57169 ____________________________________________________________________________
57170 [  8989] By: jhi                                   on 2001/03/02  19:59:56
57171         Log: Update Changes.
57172      Branch: perl
57173            ! Changes patchlevel.h
57174 ____________________________________________________________________________
57175 [  8988] By: jhi                                   on 2001/03/02  19:57:08
57176         Log: Integrate perlio.
57177      Branch: perl
57178           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57179           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57180           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57181           !> ext/Encode/Encode/iso8859-10.ucm
57182           !> ext/Encode/Encode/iso8859-13.ucm
57183           !> ext/Encode/Encode/iso8859-14.ucm
57184           !> ext/Encode/Encode/iso8859-15.ucm
57185           !> ext/Encode/Encode/iso8859-16.ucm
57186           !> ext/Encode/Encode/iso8859-2.ucm
57187           !> ext/Encode/Encode/iso8859-3.ucm
57188           !> ext/Encode/Encode/iso8859-4.ucm
57189           !> ext/Encode/Encode/iso8859-5.ucm
57190           !> ext/Encode/Encode/iso8859-6.ucm
57191           !> ext/Encode/Encode/iso8859-7.ucm
57192           !> ext/Encode/Encode/iso8859-8.ucm
57193           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57194           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
57195 ____________________________________________________________________________
57196 [  8987] By: jhi                                   on 2001/03/02  19:43:40
57197         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
57198              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
57199              8950,8952,8955 from mainline to maintperl.
57200              
57201              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
57202              
57203              Put to rest the 20010205.001, the email address checking (not) regex.
57204              
57205              fork() not everywhere, cleanup temp files.
57206              
57207              The #8843 wasn't quite right: %Config needs to imported.
57208              
57209              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
57210              (#8849: the glob-basic hunk needed massaging as it depended
57211              on Schwern's large-scale (unintegrated) patches)
57212              
57213              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
57214              
57215              Upgrade to CGI.pm 2.752, from Lincoln Stein.
57216              (Note: there were some conflicts due to EBCDIC and EPOC
57217              patches, in general I preferred the repository code.)
57218              (When 2.753 comes out, we need to synchronize.)
57219              
57220              Subject: [PATCH] fix for charnames above FFFF
57221              
57222              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57223              
57224              If no sfio, no -lsfio.
57225              
57226              Run run/*.t also in minitest.
57227              
57228              Subject:  [PATCH perl 5.7.0] malloc message address offset
57229              
57230              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57231              
57232              Subject: fix for parameter -Dm (for perl@8867)
57233              
57234              Subject: [PATCH: perl@8892] was Re: hashing order difference?
57235              (make the test more portable)
57236              
57237              Subject: Re: [PATCH] fix for charnames above FFFF
57238              
57239              Subject: Re: I'm losing the war...
57240              (hv_store() not working correctly in ENV_IS_CASELESS case.)
57241              
57242              Subject: Modified README.bs2000 
57243              
57244              Subject: [PATCH: perl@8935] -Dt padsv($var)
57245              
57246              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57247              
57248              Subject: PATCH: extra tests to check on negative float to unsigned cast
57249              
57250              Subject: [PATCH] XPUSH[insp] was Re: progress
57251              
57252              Subject: Re: Compile with perlcc..
57253      Branch: maint-5.6/perl
57254           !> (integrate 36 files)
57255 ____________________________________________________________________________
57256 [  8986] By: jhi                                   on 2001/03/02  18:51:25
57257         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
57258              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
57259              to maintperl.
57260              
57261              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
57262              
57263              Subject: [DOC PATCH] overload.pm nits
57264              
57265              Add header for LIB$ prototypes (C. Berry)
57266              
57267              Convert fwrite()s to sockets to write()s, since some socket stacks
57268              don't take kindly to stdio.
57269              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
57270              (for often optional LNMs)
57271              Correct a few typos
57272              (C. Bailey)
57273              
57274              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
57275              
57276              De-cut-and-pasto.
57277              
57278              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
57279              
57280              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
57281              
57282              Upgrade to CPAN 1.59_54, from Andreas König.
57283              
57284              Bogus shebang.
57285              
57286              Subject: [PATCH] Document makepatch in Porting/patching
57287              
57288              UTF-8 documentation.
57289              
57290              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
57291              
57292              Sort the MANIFEST.
57293              
57294              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57295              
57296              Subject: [PATCH @8807] toke.c cleanup: scan_str()
57297              
57298              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57299              
57300              Add run/*.t to testables.
57301              
57302              TODO: integrate #8784.
57303      Branch: maint-5.6/perl
57304           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57305           !> (integrate 28 files)
57306 ____________________________________________________________________________
57307 [  8985] By: nick                                  on 2001/03/02  18:15:45
57308         Log: Integrate mainline
57309      Branch: perlio
57310           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
57311           !> vms/vms.c
57312 ____________________________________________________________________________
57313 [  8984] By: jhi                                   on 2001/03/02  16:00:17
57314         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
57315              
57316              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
57317              5.004_05, and mention the suidperl August 2000 security problem.
57318              (#8978,#8981)
57319              
57320              Subject: [ID 20010301.004] Technically speaking in perldata
57321              
57322              Subject: [PATCH] File::Copy for bleadperl, maintperl
57323              
57324              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57325              
57326              (The #8982, fix for 20010221.005 and 20010221.008,
57327              would be nice too but it didn't integrate cleanly.)
57328      Branch: maint-5.6/perl
57329           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
57330 ____________________________________________________________________________
57331 [  8983] By: jhi                                   on 2001/03/02  15:51:16
57332         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57333              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57334              Date:     Thu, 1 Mar 2001 15:54:09 EST
57335              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
57336      Branch: perl
57337            ! vms/vms.c
57338 ____________________________________________________________________________
57339 [  8982] By: jhi                                   on 2001/03/02  15:43:31
57340         Log: Subject: Re: sync sync sync: have I missed any patches?
57341              From: Radu Greab <radu@netsoft.ro> 
57342              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
57343              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
57344              
57345              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
57346              was checking argv[0] regardless of whether a different pathname
57347              will actually be executed."  Test case not supplied because 
57348              drafting that, ironically enough, revealed another bug
57349              (or a feature).
57350      Branch: perl
57351            ! doio.c
57352 ____________________________________________________________________________
57353 [  8981] By: jhi                                   on 2001/03/02  15:28:03
57354         Log: Misdate in #8978.
57355      Branch: perl
57356            ! pod/perlfaq1.pod
57357 ____________________________________________________________________________
57358 [  8980] By: jhi                                   on 2001/03/02  15:24:20
57359         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
57360              From: Chris Nandor <pudge@pobox.com>
57361              Date: Wed, 28 Feb 2001 22:10:15 -0500
57362              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
57363      Branch: perl
57364            ! lib/File/Copy.pm
57365 ____________________________________________________________________________
57366 [  8979] By: jhi                                   on 2001/03/02  15:17:16
57367         Log: Subject: [ID 20010301.004] Technically speaking in perldata
57368              From: abela@geneanet.org
57369              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
57370              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
57371      Branch: perl
57372            ! pod/perldata.pod
57373 ____________________________________________________________________________
57374 [  8978] By: jhi                                   on 2001/03/02  15:15:27
57375         Log: Subject: [ID 20010301.003] ref to 5.004
57376              From: abela@geneanet.org
57377              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
57378              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
57379              
57380              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
57381              and mention the suidperl August 2000 security problem.
57382      Branch: perl
57383            ! pod/perlfaq1.pod
57384 ____________________________________________________________________________
57385 [  8977] By: alanbur                               on 2001/03/02  14:17:45
57386         Log: Resynchronised with parent
57387      Branch: maint-5.6/pureperl
57388           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
57389           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
57390           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
57391           !> vms/descrip_mms.template win32/win32.c win32/win32.h
57392           !> win32/win32iop.h
57393 ____________________________________________________________________________
57394 [  8976] By: nick                                  on 2001/03/01  23:25:30
57395         Log: Integrate mainline.
57396      Branch: perlio
57397            - t/op/qu.t
57398           !> (integrate 55 files)
57399 ____________________________________________________________________________
57400 [  8975] By: jhi                                   on 2001/03/01  16:51:34
57401         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
57402      Branch: perl
57403           !> toke.c
57404 ____________________________________________________________________________
57405 [  8974] By: gsar                                  on 2001/03/01  16:28:21
57406         Log: fix for bugid 20010226.008
57407              
57408              the problem was that some of the pointers (PL_last_lop and
57409              PL_last_uni specifically) into the lex buffers weren't correctly
57410              being invalidated when the buffer changed; this would leave the
57411              pointers pointing at an arbitrary location in the buffer if
57412              the buffer didn't need to be reallocated, or point into freed
57413              memory if the buffer had to be realloced
57414              
57415              TODO item for bugdb maintainers: check other seemingly random
57416              parser-related bugs--they might be cured by this
57417      Branch: maint-5.6/perl
57418            ! toke.c
57419 ____________________________________________________________________________
57420 [  8973] By: jhi                                   on 2001/03/01  02:23:25
57421         Log: Retract #8970 because of a completely mysterious core dump:
57422              adding the tests 241..244 causes op/pat dump core at test #25.
57423              The test needs a lot of whittling down before the bug can be solved.
57424      Branch: perl
57425            ! t/op/pat.t
57426 ____________________________________________________________________________
57427 [  8972] By: jhi                                   on 2001/03/01  01:58:38
57428         Log: Regen perlapi.
57429      Branch: perl
57430            ! pod/perlapi.pod
57431 ____________________________________________________________________________
57432 [  8971] By: jhi                                   on 2001/03/01  01:34:09
57433         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))
57434              From: Nicholas Clark <nick@ccl4.org>
57435              Date: Wed, 28 Feb 2001 23:28:49 +0000
57436              Message-ID: <20010228232849.A55187@plum.flirble.org>
57437              
57438              Allow a completely write protected source code tree
57439              when using the Configure -Dmksymlinks.
57440      Branch: perl
57441            ! embed.pl warnings.pl
57442 ____________________________________________________________________________
57443 [  8970] By: jhi                                   on 2001/03/01  01:32:04
57444         Log: Add back the EBCDIC character range tests (for matching).
57445      Branch: perl
57446            ! t/op/pat.t
57447 ____________________________________________________________________________
57448 [  8969] By: nick                                  on 2001/02/28  18:18:01
57449         Log: Add charname comments to .ucm files writen by 'compile',
57450              also order charmaps in those files by source encoding.
57451              regenerate distrubuted .ucm files
57452      Branch: perlio
57453            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57454            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57455            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57456            ! ext/Encode/Encode/iso8859-10.ucm
57457            ! ext/Encode/Encode/iso8859-13.ucm
57458            ! ext/Encode/Encode/iso8859-14.ucm
57459            ! ext/Encode/Encode/iso8859-15.ucm
57460            ! ext/Encode/Encode/iso8859-16.ucm
57461            ! ext/Encode/Encode/iso8859-2.ucm
57462            ! ext/Encode/Encode/iso8859-3.ucm
57463            ! ext/Encode/Encode/iso8859-4.ucm
57464            ! ext/Encode/Encode/iso8859-5.ucm
57465            ! ext/Encode/Encode/iso8859-6.ucm
57466            ! ext/Encode/Encode/iso8859-7.ucm
57467            ! ext/Encode/Encode/iso8859-8.ucm
57468            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57469            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
57470 ____________________________________________________________________________
57471 [  8968] By: jhi                                   on 2001/02/28  16:26:37
57472         Log: Expand usemorebits early if d_casti32 needs to be undefined.
57473      Branch: perl
57474            ! hints/hpux.sh hints/irix_6.sh
57475 ____________________________________________________________________________
57476 [  8967] By: jhi                                   on 2001/02/28  16:22:26
57477         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
57478              retract toke.c/qu parts of #8583, retract #8485, retract
57479              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
57480              op/length.t, and MANIFEST, and delete t/op/qu.t.
57481      Branch: perl
57482            - t/op/qu.t
57483            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
57484            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
57485            ! t/op/length.t toke.c
57486 ____________________________________________________________________________
57487 [  8966] By: jhi                                   on 2001/02/28  15:00:27
57488         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
57489              by not changing from pre-Unicode days into being Unicode-aware.
57490              Sniff.
57491      Branch: perl
57492            ! pp.c t/op/pack.t t/op/qu.t
57493 ____________________________________________________________________________
57494 [  8965] By: jhi                                   on 2001/02/28  14:37:55
57495         Log: Subject: Re: Errors in core PODs
57496              From: Michael Stevens <michael@etla.org> 
57497              Date: Fri, 23 Feb 2001 15:47:56 +0000
57498              Message-ID: <20010223154756.A7723@firedrake.org> 
57499      Branch: perl
57500            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
57501            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
57502            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
57503            ! x2p/a2p.pod
57504 ____________________________________________________________________________
57505 [  8964] By: jhi                                   on 2001/02/28  14:35:35
57506         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
57507              (The #8961 was too bold.)
57508      Branch: perl
57509            ! hints/hpux.sh hints/irix_6.sh
57510 ____________________________________________________________________________
57511 [  8963] By: jhi                                   on 2001/02/28  14:33:39
57512         Log: Subject: Re: sync sync sync: have I missed any patches?
57513              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57514              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
57515              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
57516              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
57517              
57518              Replace djSP with dSP.
57519      Branch: perl
57520            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
57521            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
57522            ! win32/perlhost.h
57523 ____________________________________________________________________________
57524 [  8962] By: jhi                                   on 2001/02/27  23:21:14
57525         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
57526      Branch: perl
57527            ! lib/Filter/Simple.pm
57528 ____________________________________________________________________________
57529 [  8961] By: jhi                                   on 2001/02/27  22:55:26
57530         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
57531              and this would be it.
57532      Branch: perl
57533            ! hints/hpux.sh hints/irix_6.sh
57534 ____________________________________________________________________________
57535 [  8960] By: jhi                                   on 2001/02/27  22:51:33
57536         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57537              From: "Craig A. Berry" <craigberry@mac.com>
57538              Date: Tue, 27 Feb 2001 16:11:44 -0600
57539              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57540      Branch: maint-5.6/perl
57541            ! configure.com vms/descrip_mms.template
57542 ____________________________________________________________________________
57543 [  8959] By: jhi                                   on 2001/02/27  22:47:23
57544         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57545              From: "Craig A. Berry" <craigberry@mac.com>
57546              Date: Tue, 27 Feb 2001 16:11:44 -0600
57547              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57548      Branch: perl
57549            ! configure.com vms/descrip_mms.template
57550 ____________________________________________________________________________
57551 [  8958] By: jhi                                   on 2001/02/27  15:16:42
57552         Log: Update Changes.
57553      Branch: perl
57554            ! Changes patchlevel.h
57555 ____________________________________________________________________________
57556 [  8957] By: jhi                                   on 2001/02/27  06:15:07
57557         Log: Subject: [5.6.x] EPOC additions
57558              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57559              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
57560              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
57561      Branch: maint-5.6/perl
57562            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
57563 ____________________________________________________________________________
57564 [  8956] By: jhi                                   on 2001/02/27  06:12:11
57565         Log: Subject: [perl-current] EPOC 
57566              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57567              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
57568              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
57569      Branch: perl
57570            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
57571            ! epoc/epocish.c epoc/epocish.h pp_sys.c
57572 ____________________________________________________________________________
57573 [  8955] By: jhi                                   on 2001/02/27  05:59:50
57574         Log: Subject: Re: Compile with perlcc..
57575              From: Edward Peschko <edwardp@excitehome.net>
57576              Date: Mon, 26 Feb 2001 18:51:58 -0800
57577              Message-ID: <20010226185158.A9871@excitehome.net>
57578              
57579              plus add a simple usage message if no arguments given.
57580      Branch: perl
57581            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
57582            ! utils/Makefile utils/perlcc.PL win32/pod.mak
57583 ____________________________________________________________________________
57584 [  8954] By: nick                                  on 2001/02/26  21:02:59
57585         Log: Integrate mainline
57586      Branch: perlio
57587           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
57588           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
57589           !> t/op/sprintf.t
57590 ____________________________________________________________________________
57591 [  8953] By: jhi                                   on 2001/02/26  14:43:54
57592         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
57593              From: Nicholas Clark <nick@ccl4.org>
57594              Date: Mon, 26 Feb 2001 00:42:07 +0000
57595              Message-ID: <20010226004207.F23333@plum.flirble.org>
57596      Branch: perl
57597            ! pp_ctl.c
57598 ____________________________________________________________________________
57599 [  8952] By: jhi                                   on 2001/02/26  14:42:13
57600         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
57601              From: Simon Cozens <simon@netthink.co.uk>
57602              Date: Mon, 26 Feb 2001 12:23:48 +0000
57603              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
57604      Branch: perl
57605            ! pod/perlguts.pod
57606 ____________________________________________________________________________
57607 [  8951] By: jhi                                   on 2001/02/26  14:39:15
57608         Log: Subject: [PATCH] perlio - unknown layer
57609              From: Nicholas Clark <nick@ccl4.org>
57610              Date: Mon, 26 Feb 2001 00:27:19 +0000
57611              Message-ID: <20010226002719.E23333@plum.flirble.org>
57612      Branch: perl
57613            ! perlio.c
57614 ____________________________________________________________________________
57615 [  8950] By: jhi                                   on 2001/02/26  14:38:04
57616         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
57617              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
57618              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
57619              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
57620      Branch: perl
57621            ! t/op/bop.t
57622 ____________________________________________________________________________
57623 [  8949] By: jhi                                   on 2001/02/26  14:37:07
57624         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
57625              From: Peter Prymmer <pvhp@forte.com>
57626              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
57627              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
57628      Branch: perl
57629            ! lib/Test.pm
57630 ____________________________________________________________________________
57631 [  8948] By: jhi                                   on 2001/02/26  14:35:53
57632         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57633              From: Radu Greab <radu@netsoft.ro>
57634              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
57635              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
57636      Branch: perl
57637            ! pod/perlop.pod
57638 ____________________________________________________________________________
57639 [  8947] By: jhi                                   on 2001/02/26  14:34:46
57640         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
57641              From: David Mitchell <davem@fdgroup.co.uk>
57642              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
57643              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
57644      Branch: perl
57645            ! run.c
57646 ____________________________________________________________________________
57647 [  8946] By: jhi                                   on 2001/02/26  14:32:37
57648         Log: Subject: Modified README.bs2000 
57649              From: Dorner Thomas <Thomas.Dorner@start.de>
57650              Date: Mon, 26 Feb 2001 09:22:17 +0100
57651              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
57652      Branch: perl
57653            ! README.bs2000
57654 ____________________________________________________________________________
57655 [  8945] By: jhi                                   on 2001/02/26  14:19:53
57656         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
57657              to maintperl, listing the known failures on the tests 129 and 130.
57658      Branch: maint-5.6/perl
57659           !> t/op/sprintf.t
57660 ____________________________________________________________________________
57661 [  8944] By: jhi                                   on 2001/02/26  14:14:15
57662         Log: Add more known sprintf failures.
57663      Branch: perl
57664            ! t/op/sprintf.t
57665 ____________________________________________________________________________
57666 [  8943] By: jhi                                   on 2001/02/26  13:56:22
57667         Log: perlglob.exe needs to be found in Win32, patch from
57668              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
57669              which needs external glob at mini-perl time."
57670      Branch: perl
57671            ! ext/Encode/compile
57672 ____________________________________________________________________________
57673 [  8942] By: jhi                                   on 2001/02/26  13:52:19
57674         Log: A missing dTHX from Vadim Konovalov.
57675      Branch: perl
57676            ! perlio.c
57677 ____________________________________________________________________________
57678 [  8941] By: jhi                                   on 2001/02/26  13:37:05
57679         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
57680      Branch: perl
57681            ! op.c
57682 ____________________________________________________________________________
57683 [  8940] By: jhi                                   on 2001/02/26  13:35:40
57684         Log: Integrate perlio.
57685      Branch: perl
57686           !> ext/Encode/Encode.pm
57687 ____________________________________________________________________________
57688 [  8939] By: nick                                  on 2001/02/25  23:47:09
57689         Log: Integrate mainline.
57690      Branch: perlio
57691           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
57692           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
57693 ____________________________________________________________________________
57694 [  8938] By: nick                                  on 2001/02/25  19:36:28
57695         Log: Encode implementations docs.
57696      Branch: perlio
57697            ! ext/Encode/Encode.pm
57698 ____________________________________________________________________________
57699 [  8937] By: jhi                                   on 2001/02/25  19:26:16
57700         Log: Script wasn't aligned with reality.
57701      Branch: perl
57702            ! t/pod/find.t
57703 ____________________________________________________________________________
57704 [  8936] By: jhi                                   on 2001/02/25  18:54:55
57705         Log: Update Changes.
57706      Branch: perl
57707            ! Changes patchlevel.h
57708 ____________________________________________________________________________
57709 [  8935] By: jhi                                   on 2001/02/25  18:46:36
57710         Log: Retract #8929,8930,8932,8933 for now.
57711      Branch: perl
57712            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
57713 ____________________________________________________________________________
57714 [  8934] By: jhi                                   on 2001/02/25  17:34:35
57715         Log: Integrate perlio.
57716      Branch: perl
57717           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57718           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
57719           !> t/lib/encode.t
57720 ____________________________________________________________________________
57721 [  8933] By: jhi                                   on 2001/02/25  17:33:12
57722         Log: (Retracted by #8395.)
57723              
57724              Slight tweaks in scan_const(), not fixes yet, it seems like
57725              lots of work remains to be done...
57726      Branch: perl
57727            ! toke.c
57728 ____________________________________________________________________________
57729 [  8932] By: jhi                                   on 2001/02/25  17:27:11
57730         Log: (Retracted by #8395.)
57731              
57732              Missing from #8930.
57733      Branch: perl
57734            ! perl.h
57735 ____________________________________________________________________________
57736 [  8931] By: jhi                                   on 2001/02/25  17:26:19
57737         Log: A comment tweak.
57738      Branch: perl
57739            ! utf8.c
57740 ____________________________________________________________________________
57741 [  8930] By: jhi                                   on 2001/02/25  17:25:47
57742         Log: (Retracted by #8395.)
57743              
57744              Attempt to fix the EBCDIC character range problem with //.
57745      Branch: perl
57746            ! regcomp.c
57747 ____________________________________________________________________________
57748 [  8929] By: jhi                                   on 2001/02/25  17:23:45
57749         Log: (Retracted by #8395.)
57750              
57751              Expand the EBCDIC character range tests, and add few nasty
57752              tr tests from Karsten Sperling.
57753      Branch: perl
57754            ! t/op/pat.t t/op/tr.t
57755 ____________________________________________________________________________
57756 [  8928] By: jhi                                   on 2001/02/25  17:18:49
57757         Log: Missing check-in.
57758      Branch: perl
57759            ! lib/Pod/Find.pm
57760 ____________________________________________________________________________
57761 [  8927] By: nick                                  on 2001/02/25  11:30:22
57762         Log: Change method names in Encode implementation classes to something
57763              less confusing (preparing to "go public").
57764      Branch: perlio
57765            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57766 ____________________________________________________________________________
57767 [  8926] By: nick                                  on 2001/02/25  10:53:24
57768         Log: GCC __atribute__ / printf fix
57769      Branch: perlio
57770            ! perl.h
57771 ____________________________________________________________________________
57772 [  8925] By: nick                                  on 2001/02/25  10:52:25
57773         Log: Checked in the wrong one ...
57774      Branch: perlio
57775            ! ext/Encode/Encode.pm
57776 ____________________________________________________________________________
57777 [  8924] By: nick                                  on 2001/02/24  18:46:51
57778         Log: Integrate mainline - to see what Jarkko has in ...
57779      Branch: perlio
57780           +> t/pod/testpods/lib/Pod/Stuff.pm
57781           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
57782 ____________________________________________________________________________
57783 [  8923] By: nick                                  on 2001/02/24  17:05:23
57784         Log: Encode API documentation nd tidy up.
57785              Minor additions to test.
57786              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
57787              Adds STRLEN to standard typemap.
57788      Branch: perlio
57789            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57790            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
57791 ____________________________________________________________________________
57792 [  8922] By: jhi                                   on 2001/02/24  16:38:12
57793         Log: Add a test for the "character range should match in EBCDIC
57794              if specified using explicit numerics" bug found by Karsten
57795              Sperling.
57796      Branch: perl
57797            ! t/op/pat.t
57798 ____________________________________________________________________________
57799 [  8921] By: jhi                                   on 2001/02/24  16:30:16
57800         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
57801              From: schwern@pobox.com
57802              Date: Fri, 23 Feb 2001 03:21:37 -0500
57803              Message-ID: <20010223032137.A26022@magnonel.guild.net>
57804              
57805              plus Charles Lane's fixes, plus tweaks.
57806      Branch: perl
57807            + t/pod/testpods/lib/Pod/Stuff.pm
57808            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
57809 ____________________________________________________________________________
57810 [  8920] By: nick                                  on 2001/02/24  10:30:11
57811         Log: Integrate mainline
57812      Branch: perlio
57813           !> (integrate 33 files)
57814 ____________________________________________________________________________
57815 [  8919] By: jhi                                   on 2001/02/24  00:23:35
57816         Log: Subject: Re: I'm losing the war...
57817              From: "Vadim Konovalov" <watman@inbox.ru>
57818              Date: Sat, 24 Feb 2001 00:10:14 +0300
57819              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
57820              
57821              hv_store() not working correctly in ENV_IS_CASELESS case.
57822      Branch: perl
57823            ! hv.c
57824 ____________________________________________________________________________
57825 [  8918] By: jhi                                   on 2001/02/24  00:20:09
57826         Log: Subject: Re: [PATCH] fix for charnames above FFFF
57827              From: andreas.koenig@anima.de (Andreas J. Koenig)
57828              Date: 23 Feb 2001 02:39:03 +0100
57829              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
57830              
57831              A further efficiency tweak.
57832      Branch: perl
57833            ! lib/charnames.pm
57834 ____________________________________________________________________________
57835 [  8917] By: jhi                                   on 2001/02/23  20:27:51
57836         Log: Integrate change #8916 from mainline,
57837              do away with USE_WIN32_RTL_ENV.
57838      Branch: maint-5.6/perl
57839           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57840 ____________________________________________________________________________
57841 [  8916] By: jhi                                   on 2001/02/23  20:02:25
57842         Log: Abolish USE_WIN32_RTL_ENV.
57843      Branch: perl
57844            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57845 ____________________________________________________________________________
57846 [  8915] By: jhi                                   on 2001/02/23  19:36:00
57847         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
57848              later protected by some #define.
57849      Branch: perl
57850            ! gv.c
57851 ____________________________________________________________________________
57852 [  8914] By: jhi                                   on 2001/02/23  19:31:38
57853         Log: Retract #8902 for now, requested by Charles Lane, the correct
57854              fix will be something else.
57855      Branch: perl
57856            ! op.c
57857 ____________________________________________________________________________
57858 [  8913] By: jhi                                   on 2001/02/23  19:11:36
57859         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
57860              From: Peter Prymmer <pvhp@forte.com>
57861              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
57862              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
57863      Branch: perl
57864            ! t/op/lex_assign.t
57865 ____________________________________________________________________________
57866 [  8912] By: jhi                                   on 2001/02/23  18:38:20
57867         Log: Subject: [patch] perlio + useithreads
57868              From: Doug MacEachern <dougm@covalent.net>
57869              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
57870              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
57871              
57872              Gets things running but not complete.
57873      Branch: perl
57874            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
57875 ____________________________________________________________________________
57876 [  8911] By: jhi                                   on 2001/02/23  04:20:02
57877         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
57878              
57879              Duplicated environment freeing, File::Temp 0.12,
57880              op/append portability (EBCDIC) tweak.
57881      Branch: maint-5.6/perl
57882           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57883           !> t/op/append.t
57884 ____________________________________________________________________________
57885 [  8910] By: jhi                                   on 2001/02/23  02:07:33
57886         Log: Integrate change #8909 from mainline, a better Borland
57887              putenv() workaround.
57888      Branch: maint-5.6/perl
57889           !> perl.c
57890 ____________________________________________________________________________
57891 [  8909] By: jhi                                   on 2001/02/23  02:05:46
57892         Log: A better workaround for Borland putenv() brokenness from Sarathy.
57893      Branch: perl
57894            ! perl.c
57895 ____________________________________________________________________________
57896 [  8908] By: jhi                                   on 2001/02/23  02:04:14
57897         Log: Subject: fix for parameter -Dm (for perl@8867)
57898              From: "Vadim Konovalov" <watman@inbox.ru>
57899              Date: Thu, 22 Feb 2001 17:30:12 +0300
57900              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
57901      Branch: perl
57902            ! perl.h
57903 ____________________________________________________________________________
57904 [  8907] By: jhi                                   on 2001/02/23  01:58:20
57905         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57906              From: Peter Prymmer <pvhp@forte.com>
57907              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
57908              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
57909      Branch: perl
57910            ! t/op/append.t
57911 ____________________________________________________________________________
57912 [  8906] By: jhi                                   on 2001/02/23  01:48:34
57913         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
57914      Branch: perl
57915            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57916 ____________________________________________________________________________
57917 [  8905] By: jhi                                   on 2001/02/23  01:43:30
57918         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
57919              From: Peter Prymmer <pvhp@forte.com>
57920              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
57921              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
57922      Branch: perl
57923            ! t/lib/st-06compat.t
57924 ____________________________________________________________________________
57925 [  8904] By: jhi                                   on 2001/02/23  01:42:39
57926         Log: Metaconfig unit change for #8903.
57927      Branch: metaconfig/U/perl
57928            ! Devel.U
57929 ____________________________________________________________________________
57930 [  8903] By: jhi                                   on 2001/02/23  01:42:12
57931         Log: Be more helpful for devel builders, suggested by John L. Allen.
57932      Branch: perl
57933            ! Configure
57934 ____________________________________________________________________________
57935 [  8902] By: jhi                                   on 2001/02/23  01:37:41
57936         Log: (Retracted by #8914)
57937              (Wrongly, reinstated by #8941)
57938              
57939              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57941              Date:     Thu, 22 Feb 2001 09:43:57 EST
57942              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
57943      Branch: perl
57944            ! op.c
57945 ____________________________________________________________________________
57946 [  8901] By: jhi                                   on 2001/02/23  01:20:32
57947         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
57948              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57949              Date:     Thu, 22 Feb 2001 08:01:35 EST
57950              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
57951      Branch: perl
57952            ! malloc.c
57953 ____________________________________________________________________________
57954 [  8900] By: jhi                                   on 2001/02/23  01:18:02
57955         Log: Integrate changes #8898,8899 from mainline, environ handling.
57956      Branch: maint-5.6/perl
57957           !> perl.c
57958 ____________________________________________________________________________
57959 [  8899] By: jhi                                   on 2001/02/23  01:16:25
57960         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
57961              putenv() is not to be relied on, they are either broken or leaky
57962              or both.)
57963      Branch: perl
57964            ! perl.c
57965 ____________________________________________________________________________
57966 [  8898] By: jhi                                   on 2001/02/22  23:36:59
57967         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
57968              and safesysfree() must be used.
57969      Branch: perl
57970            ! perl.c
57971 ____________________________________________________________________________
57972 [  8897] By: jhi                                   on 2001/02/22  23:25:45
57973         Log: With environ one must use safesysmalloc()/safesysfree().
57974      Branch: perl
57975            ! perl.c
57976 ____________________________________________________________________________
57977 [  8896] By: jhi                                   on 2001/02/22  22:13:18
57978         Log: If we have a duplicated environment free it
57979              if PERL_DESTRUCT_LEVEL.
57980      Branch: perl
57981            ! perl.c
57982 ____________________________________________________________________________
57983 [  8895] By: alanbur                               on 2001/02/22  19:31:57
57984         Log: Synchronised with parent
57985      Branch: maint-5.6/pureperl
57986           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
57987 ____________________________________________________________________________
57988 [  8894] By: gsar                                  on 2001/02/22  19:06:18
57989         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
57990              
57991              fix memory leak in method call optimization (change#3768);
57992              made C<eval "$x->foo()"> leak
57993              
57994              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
57995      Branch: maint-5.6/perl
57996           !> op.c
57997 ____________________________________________________________________________
57998 [  8893] By: jhi                                   on 2001/02/22  18:35:27
57999         Log: (Retracted by #8915.)
58000              
58001              Third Degree finding:
58002              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
58003      Branch: perl
58004            ! gv.c
58005 ____________________________________________________________________________
58006 [  8892] By: jhi                                   on 2001/02/22  14:28:32
58007         Log: Update Changes.
58008      Branch: perl
58009            ! Changes patchlevel.h
58010 ____________________________________________________________________________
58011 [  8891] By: jhi                                   on 2001/02/22  13:22:45
58012         Log: Metaconfig unit changes for #8890.
58013      Branch: metaconfig
58014            ! U/modified/Cppsym.U U/threads/archname.U
58015 ____________________________________________________________________________
58016 [  8890] By: jhi                                   on 2001/02/22  13:22:12
58017         Log: Add -stdio to the archname if no perlio selected,
58018              no -perlio added since that is now the default.
58019              
58020              Add few CPUs/architectures to the Cppsym scan.
58021      Branch: perl
58022            ! Configure config_h.SH
58023 ____________________________________________________________________________
58024 [  8889] By: jhi                                   on 2001/02/22  13:05:59
58025         Log: Metaconfig unit change for #8888.
58026      Branch: metaconfig/U/perl
58027            ! useperlio.U
58028 ____________________________________________________________________________
58029 [  8888] By: jhi                                   on 2001/02/22  13:05:28
58030         Log: *drum roll*  Make perlio the default.
58031      Branch: perl
58032            ! Configure config_h.SH
58033 ____________________________________________________________________________
58034 [  8887] By: jhi                                   on 2001/02/22  12:50:52
58035         Log: Integrate change #8665 from maintperl to mainline,
58036              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
58037      Branch: perl
58038           !> ext/POSIX/POSIX.xs
58039 ____________________________________________________________________________
58040 [  8886] By: jhi                                   on 2001/02/22  12:49:24
58041         Log: Integrate changes #8883,8884 from mainline to maintperl.
58042              
58043              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
58044              Subject: Re: File::Temp::_gettemp warning
58045      Branch: maint-5.6/perl
58046           !> embed.h embed.pl lib/File/Temp.pm
58047 ____________________________________________________________________________
58048 [  8885] By: jhi                                   on 2001/02/22  12:43:59
58049         Log: Based on
58050              
58051              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
58052              From: schwab@suse.de
58053              Date: Thu, 22 Feb 2001 13:08:09 +0100
58054              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
58055              
58056              but the fix done slightly differently because the other
58057              half was already done in #8664.
58058      Branch: maint-5.6/perl
58059            ! ext/POSIX/POSIX.xs
58060 ____________________________________________________________________________
58061 [  8884] By: jhi                                   on 2001/02/22  12:37:15
58062         Log: Subject: Re: File::Temp::_gettemp warning
58063              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58064              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
58065              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
58066              
58067              This patch to File::Temp does two things:
58068              
58069              1. Fixes the problem with CGI::Carp when determining
58070              the Fcntl constants
58071              
58072              2. Removes most of the carps and consolidates them so that all the
58073              reasons are included in a single die that is caught by the test. This
58074              means that the correct skipping behaviour is displayed by the test.
58075      Branch: perl
58076            ! lib/File/Temp.pm
58077 ____________________________________________________________________________
58078 [  8883] By: jhi                                   on 2001/02/22  12:29:19
58079         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
58080              From: Peter Prymmer <pvhp@forte.com>
58081              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
58082              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
58083      Branch: perl
58084            ! embed.h embed.pl
58085 ____________________________________________________________________________
58086 [  8882] By: jhi                                   on 2001/02/21  19:41:33
58087         Log: Integrate change #8881 from mainlin to maintperl.
58088              
58089              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
58090      Branch: maint-5.6/perl
58091           !> op.c
58092 ____________________________________________________________________________
58093 [  8881] By: jhi                                   on 2001/02/21  19:38:57
58094         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
58095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58096              Date:     Wed, 21 Feb 2001 13:08:03 EST
58097              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
58098      Branch: perl
58099            ! op.c
58100 ____________________________________________________________________________
58101 [  8880] By: jhi                                   on 2001/02/21  19:34:34
58102         Log: Retract #8875, cannot let go of the old semantics of unpack U
58103              without rethinking utf8decode.t.
58104      Branch: perl
58105            ! pp.c t/op/pack.t
58106 ____________________________________________________________________________
58107 [  8879] By: jhi                                   on 2001/02/21  19:08:02
58108         Log: Run run/*.t also in minitest.
58109      Branch: perl
58110            ! Makefile.SH
58111 ____________________________________________________________________________
58112 [  8878] By: nick                                  on 2001/02/21  18:55:37
58113         Log: Integrate mainline
58114      Branch: perlio
58115           !> (integrate 76 files)
58116 ____________________________________________________________________________
58117 [  8877] By: jhi                                   on 2001/02/21  15:09:33
58118         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
58119      Branch: metaconfig
58120            ! U/compline/nblock_io.U
58121      Branch: perl
58122            ! Configure config_h.SH
58123 ____________________________________________________________________________
58124 [  8876] By: jhi                                   on 2001/02/21  14:54:45
58125         Log: If no sfio, no -lsfio.
58126      Branch: metaconfig/U/perl
58127            ! d_sfio.U
58128      Branch: perl
58129            ! Configure config_h.SH
58130 ____________________________________________________________________________
58131 [  8875] By: jhi                                   on 2001/02/21  14:54:00
58132         Log: Make unpack C and unpack U truly equivalent.
58133      Branch: perl
58134            ! pp.c t/op/pack.t
58135 ____________________________________________________________________________
58136 [  8874] By: jhi                                   on 2001/02/21  14:26:02
58137         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
58138              From: Peter Prymmer <pvhp@forte.com>
58139              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
58140              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
58141      Branch: perl
58142            ! pod/perlport.pod
58143 ____________________________________________________________________________
58144 [  8873] By: jhi                                   on 2001/02/21  14:24:31
58145         Log: Subject: [PATCH] fix for charnames above FFFF
58146              From: andreas.koenig@anima.de (Andreas J. Koenig)
58147              Date: 21 Feb 2001 07:05:45 +0100
58148              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
58149      Branch: perl
58150            ! lib/charnames.pm t/lib/charnames.t
58151 ____________________________________________________________________________
58152 [  8872] By: jhi                                   on 2001/02/21  14:15:25
58153         Log: Integrate change #8868 from pureperl to mainline.
58154              
58155              Fixed reference count loop caused by sv_magic.
58156      Branch: perl
58157           !> sv.c
58158 ____________________________________________________________________________
58159 [  8871] By: jhi                                   on 2001/02/21  14:07:29
58160         Log: Integrate change #8868 from pureperl to maintperl.
58161              
58162              Fixed reference count loop caused by sv_magic.
58163      Branch: maint-5.6/perl
58164           !> sv.c
58165 ____________________________________________________________________________
58166 [  8870] By: jhi                                   on 2001/02/21  14:04:41
58167         Log: Put back the #8840, it was innocent.
58168      Branch: perl
58169            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58170            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58171 ____________________________________________________________________________
58172 [  8869] By: jhi                                   on 2001/02/21  14:00:03
58173         Log: unpack("C", ...) was left slightly unfinished by #8865.
58174      Branch: perl
58175            ! pp.c t/op/pack.t
58176 ____________________________________________________________________________
58177 [  8868] By: alanbur                               on 2001/02/21  01:33:45
58178         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
58179              from gv_fetchpv to create single-character magic variables (e.g. $!),
58180              and it is passed a sv and the gv that contains the sv as the mg_obj
58181              value.  When sv_magic stores the mg_obj pointer it increments the gv
58182              refcount, thus causing a sv-gv pair that can't be freed.  There is
58183              already a check for sv == obj which is used to prevent such reference
58184              loops.  This change extends the check to cover the case described above.
58185      Branch: maint-5.6/pureperl
58186            ! sv.c
58187 ____________________________________________________________________________
58188 [  8867] By: jhi                                   on 2001/02/21  00:52:39
58189         Log: Update Changes.
58190      Branch: perl
58191            ! Changes patchlevel.h
58192 ____________________________________________________________________________
58193 [  8866] By: jhi                                   on 2001/02/21  00:34:20
58194         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
58195              (Note: there were some conflicts due to EBCDIC and EPOC
58196              patches, in general I preferred the repository code.)
58197              (When 2.753 comes out, we need to synchronize.)
58198      Branch: perl
58199            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58200            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58201            ! t/lib/cgi-html.t
58202 ____________________________________________________________________________
58203 [  8865] By: jhi                                   on 2001/02/21  00:24:22
58204         Log: Make pack("C", 0x100) to create Unicode, unless under the
58205              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
58206              will understand Unicode, unless you under know what.
58207      Branch: perl
58208            ! pp.c t/op/pack.t t/op/qu.t
58209 ____________________________________________________________________________
58210 [  8864] By: alanbur                               on 2001/02/20  22:35:34
58211         Log: Resynchronised with parent
58212      Branch: maint-5.6/pureperl
58213           !> README.win32 ext/GDBM_File/GDBM_File.pm
58214           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58215           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
58216           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
58217           !> t/lib/sdbm.t util.c
58218 ____________________________________________________________________________
58219 [  8863] By: jhi                                   on 2001/02/20  20:55:11
58220         Log: Integrate change #8860,8861 from mainline into maintperl.
58221              
58222              "pseudo-literal j"
58223              
58224              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58225      Branch: maint-5.6/perl
58226           !> lib/Test.pm pod/perlop.pod
58227 ____________________________________________________________________________
58228 [  8862] By: jhi                                   on 2001/02/20  20:30:07
58229         Log: Don't do casting between pointers pointing to differently sized
58230              integers.
58231      Branch: perl
58232            ! hv.c sv.c
58233 ____________________________________________________________________________
58234 [  8861] By: jhi                                   on 2001/02/20  19:53:44
58235         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58236              From: Peter Prymmer <pvhp@forte.com>
58237              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
58238              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
58239      Branch: perl
58240            ! lib/Test.pm
58241 ____________________________________________________________________________
58242 [  8860] By: jhi                                   on 2001/02/20  19:48:02
58243         Log: "pseudo-literal j", a documentation glitch reported to Debian.
58244              The text recovered from Perl 5.005_03, and pseudo-literal replaced
58245              by "backtick string".
58246      Branch: perl
58247            ! pod/perlop.pod
58248 ____________________________________________________________________________
58249 [  8859] By: jhi                                   on 2001/02/20  19:15:46
58250         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
58251              from Chris Nandor.
58252      Branch: perl
58253            ! makedef.pl
58254 ____________________________________________________________________________
58255 [  8858] By: jhi                                   on 2001/02/20  17:36:53
58256         Log: Integrate pureperl changes #8844,8845,8850 to mainline
58257              (via maintperl #8855).
58258              
58259              Fixed %^H scoping bug
58260              
58261              Removed GV <-> CV refcount loop
58262              
58263              Removed %ENV refcount loop
58264      Branch: perl
58265           !> gv.c op.c perl.c pp.c scope.c
58266 ____________________________________________________________________________
58267 [  8857] By: jhi                                   on 2001/02/20  17:34:32
58268         Log: Integrate changes #8853,8854 from maintperl to mainline.
58269              
58270              EBDIC fixes, README.win32 Borland update.
58271      Branch: perl
58272           !> README.win32 handy.h util.c
58273 ____________________________________________________________________________
58274 [  8856] By: jhi                                   on 2001/02/20  17:33:16
58275         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
58276      Branch: maint-5.6/perl
58277           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58278           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58279           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58280 ____________________________________________________________________________
58281 [  8855] By: jhi                                   on 2001/02/20  17:32:13
58282         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
58283              
58284              Fixed %^H scoping bug
58285              
58286              Removed GV <-> CV refcount loop
58287              
58288              Removed %ENV refcount loop
58289      Branch: maint-5.6/perl
58290           !> gv.c op.c perl.c pp.c scope.c
58291 ____________________________________________________________________________
58292 [  8854] By: jhi                                   on 2001/02/20  17:25:06
58293         Log: Subject: Addition to readme.win32 for Borland C++ compilers
58294              Date: Tue, 20 Feb 2001 02:15:25 +0300
58295              From: "Vadim Konovalov" <watman@inbox.ru>
58296              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
58297              
58298              Document Borland compiler misbehaviour.
58299      Branch: maint-5.6/perl
58300            ! README.win32
58301 ____________________________________________________________________________
58302 [  8853] By: jhi                                   on 2001/02/20  17:22:25
58303         Log: The assimilation of ebcdic.c didn't quite work at the first try,
58304              patches from Thomas Dorner.
58305      Branch: maint-5.6/perl
58306            ! handy.h util.c
58307 ____________________________________________________________________________
58308 [  8852] By: jhi                                   on 2001/02/20  17:20:15
58309         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
58310              From: Chris Nandor <pudge@pobox.com>
58311              Date: Tue, 20 Feb 2001 08:32:45 -0500
58312              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
58313      Branch: maint-5.6/perl
58314            ! makedef.pl mg.c
58315 ____________________________________________________________________________
58316 [  8851] By: jhi                                   on 2001/02/20  17:15:52
58317         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
58318      Branch: perl
58319            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
58320            ! t/lib/filter-util.t
58321 ____________________________________________________________________________
58322 [  8850] By: alanbur                               on 2001/02/20  17:12:40
58323         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
58324              and the magic pointer points back to the GV that contains the
58325              %ENV hash.  This creates a refcount loop that prevents members
58326              of %ENV from being freed correctly.  This change removes the
58327              refcount loop - the magic pointer was never used anyway, the
58328              only use of the magic was to check the type ('E') so that the
58329              appropriate environment manipulation code is called when %ENV
58330              is modified.
58331      Branch: maint-5.6/pureperl
58332            ! perl.c
58333 ____________________________________________________________________________
58334 [  8849] By: jhi                                   on 2001/02/20  17:12:20
58335         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
58336              From: "Craig A. Berry" <craigberry@mac.com>
58337              Date: Mon, 19 Feb 2001 23:36:12 -0600
58338              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
58339              
58340              Case-forgiving systems match TestInit.pm with TES*.
58341      Branch: perl
58342            ! t/lib/glob-basic.t
58343 ____________________________________________________________________________
58344 [  8848] By: jhi                                   on 2001/02/20  17:10:02
58345         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
58346      Branch: perl
58347            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58348            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58349            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58350 ____________________________________________________________________________
58351 [  8847] By: jhi                                   on 2001/02/20  15:34:41
58352         Log: The #8843 wasn't quite right: %Config needs to imported.
58353      Branch: perl
58354            ! t/run/runenv.t
58355 ____________________________________________________________________________
58356 [  8846] By: jhi                                   on 2001/02/20  15:31:50
58357         Log: Retract the #8838 and #8840 for now because of
58358              the DB_File tie problem.
58359      Branch: perl
58360            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
58361            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
58362            ! proto.h sv.c
58363 ____________________________________________________________________________
58364 [  8845] By: alanbur                               on 2001/02/20  14:25:41
58365         Log: Removed GV <-> CV refcount loop
58366              CvGV(mycv) points to the parent GV of the CV, and was previously
58367              refcounted.  The pointer remains, but the refcounting has been removed
58368              as it causes a refcount loop between the CV and GV that means the CV
58369              can't ever be deleted.
58370      Branch: maint-5.6/pureperl
58371            ! gv.c op.c pp.c
58372 ____________________________________________________________________________
58373 [  8844] By: alanbur                               on 2001/02/20  14:23:13
58374         Log: Fixed %^H scoping bug
58375      Branch: maint-5.6/pureperl
58376            ! scope.c
58377 ____________________________________________________________________________
58378 [  8843] By: jhi                                   on 2001/02/19  13:38:08
58379         Log: fork() not everywhere, cleanup temp files.
58380      Branch: perl
58381            ! t/run/runenv.t
58382 ____________________________________________________________________________
58383 [  8842] By: alanbur                               on 2001/02/19  12:42:07
58384         Log: Resynchronised with parent
58385      Branch: maint-5.6/pureperl
58386           !> pod/perlfaq4.pod sv.c utf8.c
58387 ____________________________________________________________________________
58388 [  8841] By: jhi                                   on 2001/02/19  03:35:51
58389         Log: Update Changes.
58390      Branch: perl
58391            ! Changes patchlevel.h
58392 ____________________________________________________________________________
58393 [  8840] By: jhi                                   on 2001/02/19  00:23:41
58394         Log: Subject: [patch] add sv_setref_uv
58395              From: Doug MacEachern <dougm@covalent.net>
58396              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
58397              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
58398      Branch: perl
58399            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58400            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58401 ____________________________________________________________________________
58402 [  8839] By: jhi                                   on 2001/02/19  00:01:38
58403         Log: Put to rest the 20010205.001, the email address checking (not) regex.
58404      Branch: perl
58405            ! pod/perlfaq9.pod
58406 ____________________________________________________________________________
58407 [  8838] By: jhi                                   on 2001/02/18  22:17:54
58408         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
58409              From: Doug MacEachern <dougm@covalent.net>
58410              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
58411              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
58412      Branch: perl
58413            ! lib/ExtUtils/xsubpp
58414 ____________________________________________________________________________
58415 [  8837] By: jhi                                   on 2001/02/18  22:16:50
58416         Log: Subject: [patch] -Wall cleanup round 2
58417              From: Doug MacEachern <dougm@covalent.net>
58418              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
58419              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
58420      Branch: perl
58421            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
58422            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
58423            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
58424            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
58425            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
58426            ! ext/SDBM_File/SDBM_File.xs
58427 ____________________________________________________________________________
58428 [  8836] By: jhi                                   on 2001/02/18  22:11:20
58429         Log: Misapplied regex optimizations when \C is present.
58430              Fixes 20001230.002.
58431              
58432              What still remains broken is that the submatches that
58433              have \C in them get their UTF8 flag on because their
58434              parent SV has it on.  This will result in malformed
58435              UTF8 if a \C happened to match a non-ASCII byte.
58436      Branch: perl
58437            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
58438            ! t/pragma/utf8.t
58439 ____________________________________________________________________________
58440 [  8835] By: jhi                                   on 2001/02/18  20:12:02
58441         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
58442              
58443              The hash key got wrongly UTF8fied.
58444      Branch: perl
58445            ! pod/perlapi.pod toke.c utf8.c
58446 ____________________________________________________________________________
58447 [  8834] By: jhi                                   on 2001/02/18  19:44:25
58448         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
58449              don't warn on magical or overloaded things.
58450      Branch: perl
58451            ! pp_hot.c
58452 ____________________________________________________________________________
58453 [  8833] By: nick                                  on 2001/02/18  19:31:22
58454         Log: Integrate mainline
58455      Branch: perlio
58456           +> t/TestInit.pm t/run/runenv.t
58457            - t/UTEST
58458           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
58459           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
58460           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
58461           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
58462           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58463           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
58464           !> utf8.c
58465 ____________________________________________________________________________
58466 [  8832] By: jhi                                   on 2001/02/18  19:21:18
58467         Log: Integrate perlio.
58468      Branch: perl
58469           !> perlio.c pod/perldiag.pod
58470 ____________________________________________________________________________
58471 [  8831] By: jhi                                   on 2001/02/18  19:14:20
58472         Log: Integrate change #8827 from mainline.
58473              
58474              UTF8 tweaks.
58475      Branch: maint-5.6/perl
58476           !> sv.c utf8.c
58477 ____________________________________________________________________________
58478 [  8830] By: nick                                  on 2001/02/18  19:10:34
58479         Log: Apply the spirit of patch from Nick Clark:
58480              Subject: [PATCH] Re: extensions that provide layers
58481              From: Nicholas Clark <nick@ccl4.org>
58482              Date: Mon, 12 Feb 2001 16:43:51 +0000
58483              Message-Id: <20010212164350.Q3652@plum.flirble.org>
58484      Branch: perlio
58485            ! perlio.c pod/perldiag.pod
58486 ____________________________________________________________________________
58487 [  8829] By: jhi                                   on 2001/02/18  19:03:25
58488         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
58489              From: schwern@pobox.com 
58490              Date: Sun, 18 Feb 2001 13:44:35 -0500
58491              Message-ID: <20010218134435.A17544@magnonel.guild.net>
58492              
58493              Applied, but as t/TestInit.pm.
58494      Branch: perl
58495            + t/TestInit.pm
58496            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
58497            ! t/op/subst_wamp.t
58498 ____________________________________________________________________________
58499 [  8828] By: jhi                                   on 2001/02/18  18:43:52
58500         Log: Integrate perlio.
58501      Branch: perl
58502           !> perlio.c
58503 ____________________________________________________________________________
58504 [  8827] By: jhi                                   on 2001/02/18  18:41:33
58505         Log: UTF-8 tweaks.
58506      Branch: perl
58507            ! sv.c utf8.c
58508 ____________________________________________________________________________
58509 [  8826] By: nick                                  on 2001/02/18  17:40:59
58510         Log: Fix [ID 20010217.002]
58511              open FOO, "<:raw:perlio", ...
58512              :raw now inserts default base layer below itself.
58513              Also
58514              open FOO, "<:unix", ...
58515              works as well - but leaves buffer layer on stack under the unix layer.
58516      Branch: perlio
58517            ! perlio.c
58518 ____________________________________________________________________________
58519 [  8825] By: jhi                                   on 2001/02/18  17:15:39
58520         Log: Integrate perlio.
58521      Branch: perl
58522           !> perlio.c perliol.h
58523 ____________________________________________________________________________
58524 [  8824] By: jhi                                   on 2001/02/18  17:10:53
58525         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
58526              From: schwern@pobox.com
58527              Date: Sun, 18 Feb 2001 01:48:50 -0500
58528              Message-ID: <20010218014850.C19957@magnonel.guild.net>
58529      Branch: perl
58530            ! lib/Test/Harness.pm t/TEST t/op/chop.t
58531 ____________________________________________________________________________
58532 [  8823] By: jhi                                   on 2001/02/18  17:01:06
58533         Log: Add run/*.t to testables.
58534      Branch: perl
58535            ! t/TEST
58536 ____________________________________________________________________________
58537 [  8822] By: jhi                                   on 2001/02/18  16:58:58
58538         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
58539              From: schwern@pobox.com
58540              Date: Sun, 18 Feb 2001 01:11:35 -0500
58541              Message-ID: <20010218011135.A19957@magnonel.guild.net>
58542              
58543              Revive mjd's and Simon's PERL5OPT fix.
58544      Branch: perl
58545            + t/run/runenv.t
58546            ! MANIFEST perl.c
58547 ____________________________________________________________________________
58548 [  8821] By: jhi                                   on 2001/02/18  16:53:46
58549         Log: Subject: Re: Why t/TEST and not Test::Harness?
58550              From: schwern@pobox.com
58551              Date: Sat, 17 Feb 2001 22:44:44 -0500
58552              Message-ID: <20010217224444.A6679@magnonel.guild.net>
58553              
58554              Replace UTEST with TEST -utf8.
58555      Branch: perl
58556            - t/UTEST
58557            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
58558            ! t/lib/glob-basic.t
58559 ____________________________________________________________________________
58560 [  8820] By: nick                                  on 2001/02/18  13:06:16
58561         Log: Clean up a few core dumps when layers are used in unexpected ways.
58562              (Still not "right"...)
58563      Branch: perlio
58564            ! perlio.c perliol.h
58565 ____________________________________________________________________________
58566 [  8819] By: jhi                                   on 2001/02/18  02:25:55
58567         Log: Integrate change #8818 from maintperl, a FAQ nit.
58568      Branch: perl
58569           !> pod/perlfaq4.pod
58570 ____________________________________________________________________________
58571 [  8818] By: jhi                                   on 2001/02/18  02:24:50
58572         Log: FAQ nit from Chris Fedde.
58573      Branch: maint-5.6/perl
58574            ! pod/perlfaq4.pod
58575 ____________________________________________________________________________
58576 [  8817] By: nick                                  on 2001/02/17  18:20:14
58577         Log: Integrate mainline
58578      Branch: perlio
58579           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58580           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58581           +> pod/perlclib.pod
58582            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58583            - lib/unicode/Unicode.301
58584           !> (integrate 324 files)
58585 ____________________________________________________________________________
58586 [  8816] By: jhi                                   on 2001/02/17  16:56:58
58587         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
58588      Branch: perl
58589            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58590            ! ext/Storable/Storable.xs t/lib/st-06compat.t
58591            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58592 ____________________________________________________________________________
58593 [  8815] By: jhi                                   on 2001/02/17  16:40:07
58594         Log: Subject: [patch] -Wall
58595              From: Doug MacEachern <dougm@covalent.net>
58596              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
58597              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
58598      Branch: perl
58599            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
58600            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
58601 ____________________________________________________________________________
58602 [  8814] By: jhi                                   on 2001/02/16  19:27:18
58603         Log: Document qu better.
58604      Branch: perl
58605            ! pod/perlop.pod
58606 ____________________________________________________________________________
58607 [  8813] By: jhi                                   on 2001/02/15  13:54:37
58608         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
58609              From: Hugo <hv@crypt.compulink.co.uk>
58610              Date: Thu, 15 Feb 2001 13:39:49 +0000
58611              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
58612      Branch: perl
58613            ! toke.c
58614 ____________________________________________________________________________
58615 [  8812] By: alanbur                               on 2001/02/15  13:52:16
58616         Log: Resynchronised with parent
58617      Branch: maint-5.6/pureperl
58618            - ebcdic.c
58619           !> (integrate 36 files)
58620 ____________________________________________________________________________
58621 [  8811] By: jhi                                   on 2001/02/15  13:51:16
58622         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
58623              
58624              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
58625              From: Jan Dubois <JanD@ActiveState.com>
58626              Date: Wed, 31 Jan 2001 21:17:03 -0800
58627              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
58628              
58629              tweak change#8659 to keep it simple
58630              
58631              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58632              From: Russ Allbery <rra@stanford.edu>
58633              Date: 14 Feb 2001 10:15:41 -0800
58634              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58635              
58636              (8809 empty)
58637              
58638              Upgrade to podlators 1.08, from Russ Allbery.
58639      Branch: perl
58640           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
58641           !> utils/perldoc.PL
58642 ____________________________________________________________________________
58643 [  8810] By: jhi                                   on 2001/02/15  13:35:08
58644         Log: Upgrade to podlators 1.08, from Russ Allbery.
58645      Branch: maint-5.6/perl
58646            ! lib/Pod/Man.pm lib/Pod/Text.pm
58647 ____________________________________________________________________________
58648 [  8809] By: jhi                                   on 2001/02/15  13:26:38
58649         Log: (accidentally empty check-in)
58650      Branch: maint-5.6/perl
58651            ! lib/Test/Harness.pm
58652 ____________________________________________________________________________
58653 [  8808] By: jhi                                   on 2001/02/15  13:23:47
58654         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58655              From: Russ Allbery <rra@stanford.edu>
58656              Date: 14 Feb 2001 10:15:41 -0800
58657              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58658              
58659              perldoc was hardcoding $Config{installscript}, which breaks
58660              when install* isn't where Perl ends up (such as with AFS).
58661              
58662              Use $Config{scriptdir} instead.
58663      Branch: maint-5.6/perl
58664            ! utils/perldoc.PL
58665 ____________________________________________________________________________
58666 [  8807] By: jhi                                   on 2001/02/14  14:37:27
58667         Log: Update Changes.
58668      Branch: perl
58669            ! Changes patchlevel.h
58670 ____________________________________________________________________________
58671 [  8806] By: jhi                                   on 2001/02/14  14:25:31
58672         Log: Integrate changes #8803,8804,8805 from mainline.
58673              
58674              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58675              
58676              Don't skip too much of the locale error message if no environ array,
58677              from Chris Nandor.
58678              
58679              More MacOS Classic fixes from Chris Nandor.
58680      Branch: maint-5.6/perl
58681           !> doop.c lib/Cwd.pm perl.c perl.h util.c
58682 ____________________________________________________________________________
58683 [  8805] By: jhi                                   on 2001/02/14  03:29:01
58684         Log: More MacOS Classic fixes from Chris Nandor.
58685      Branch: perl
58686            ! doop.c lib/Cwd.pm
58687 ____________________________________________________________________________
58688 [  8804] By: jhi                                   on 2001/02/14  03:18:35
58689         Log: Don't skip too much of the locale error message if no environ array,
58690              from Chris Nandor.
58691      Branch: perl
58692            ! util.c
58693 ____________________________________________________________________________
58694 [  8803] By: jhi                                   on 2001/02/14  03:14:14
58695         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58696      Branch: perl
58697            ! perl.c perl.h
58698 ____________________________________________________________________________
58699 [  8802] By: jhi                                   on 2001/02/13  18:31:33
58700         Log: AUTHORS update.
58701      Branch: perl
58702            ! AUTHORS
58703 ____________________________________________________________________________
58704 [  8801] By: jhi                                   on 2001/02/13  17:55:19
58705         Log: Integrate change #8792 from mainline.
58706              
58707              Subject: buncha MacPerl patches for bleadperl
58708              From: Chris Nandor <pudge@pobox.com>
58709              Date: Tue, 13 Feb 2001 00:02:43 -0500
58710              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58711      Branch: maint-5.6/perl
58712           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58713           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58714           !> t/lib/basename.t toke.c util.h
58715 ____________________________________________________________________________
58716 [  8800] By: jhi                                   on 2001/02/13  17:46:43
58717         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
58718              to be forced to Off_t.
58719              
58720              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
58721              From: nick@ccl4.org
58722              Date: Thu, 1 Feb 2001 12:01:04 +0000
58723              Message-Id: <20010201120103.E11401@plum.flirble.org>
58724      Branch: maint-5.6/perl
58725            ! iperlsys.h perlio.c
58726 ____________________________________________________________________________
58727 [  8799] By: jhi                                   on 2001/02/13  16:52:51
58728         Log: Duplex duplex hunk hunk.
58729      Branch: maint-5.6/perl
58730            ! Makefile.SH
58731 ____________________________________________________________________________
58732 [  8797] By: jhi                                   on 2001/02/13  14:52:04
58733         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
58734              From: "Craig A. Berry" <craigberry@mac.com>
58735              Date: Mon, 12 Feb 2001 11:05:25 -0600
58736              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
58737      Branch: perl
58738            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
58739 ____________________________________________________________________________
58740 [  8796] By: jhi                                   on 2001/02/13  14:36:47
58741         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
58742              From: simon.cozens@pembroke.oxford.ac.uk 
58743              Date: Sat, 10 Feb 2001 17:57:02 +0000
58744              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
58745              
58746              Now it does include.
58747      Branch: perl
58748            ! pod/perldiag.pod
58749 ____________________________________________________________________________
58750 [  8795] By: jhi                                   on 2001/02/13  14:30:11
58751         Log: Sort the MANIFEST.
58752      Branch: perl
58753            ! MANIFEST
58754 ____________________________________________________________________________
58755 [  8794] By: jhi                                   on 2001/02/13  14:26:51
58756         Log: Integrate change #8793 from mainline, FAQ updates.
58757      Branch: maint-5.6/perl
58758           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58759 ____________________________________________________________________________
58760 [  8793] By: jhi                                   on 2001/02/13  14:25:13
58761         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
58762      Branch: perl
58763            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58764 ____________________________________________________________________________
58765 [  8792] By: jhi                                   on 2001/02/13  14:22:50
58766         Log: Subject: buncha MacPerl patches for bleadperl
58767              From: Chris Nandor <pudge@pobox.com>
58768              Date: Tue, 13 Feb 2001 00:02:43 -0500
58769              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58770      Branch: perl
58771            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58772            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58773            ! t/lib/basename.t toke.c util.h
58774 ____________________________________________________________________________
58775 [  8791] By: jhi                                   on 2001/02/13  14:10:39
58776         Log: Integrate change #8790 from mainline.
58777              
58778              environ array wrongly assumed in Perl_init_i18nl10n(),
58779      Branch: maint-5.6/perl
58780           !> util.c
58781 ____________________________________________________________________________
58782 [  8790] By: jhi                                   on 2001/02/13  14:06:15
58783         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
58784              noticed by Chris Nandor in MacOS Classic.
58785      Branch: perl
58786            ! util.c
58787 ____________________________________________________________________________
58788 [  8789] By: jhi                                   on 2001/02/13  13:58:07
58789         Log: Integrate changes #8373,8487,8544,8783 from mainline.
58790              
58791              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
58792              hints files, the dynaloading, assimilate ebcdic into util.c.
58793      Branch: maint-5.6/perl
58794            - ebcdic.c
58795            ! MANIFEST hints/posix-bc.sh
58796           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
58797           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
58798           !> perlapi.c proto.h util.c
58799 ____________________________________________________________________________
58800 [  8788] By: alanbur                               on 2001/02/13  10:33:13
58801         Log: Integrated changes from maint-5.6
58802      Branch: maint-5.6/pureperl
58803           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
58804           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
58805           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58806           !> vos/config.ga.h vos/configure_perl.cm
58807 ____________________________________________________________________________
58808 [  8787] By: jhi                                   on 2001/02/13  05:56:36
58809         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
58810      Branch: perl
58811           !> Makefile.SH
58812 ____________________________________________________________________________
58813 [  8786] By: jhi                                   on 2001/02/13  05:54:34
58814         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
58815              From: Dorner Thomas <Thomas.Dorner@start.de>
58816              Date: Mon, 12 Feb 2001 15:06:26 +0100
58817              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
58818      Branch: maint-5.6/perl
58819            ! Makefile.SH
58820 ____________________________________________________________________________
58821 [  8785] By: jhi                                   on 2001/02/13  05:29:04
58822         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
58823      Branch: perl
58824           !> hints/openbsd.sh
58825 ____________________________________________________________________________
58826 [  8784] By: jhi                                   on 2001/02/13  02:25:24
58827         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
58828              From: Peter Prymmer <pvhp@forte.com>
58829              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
58830              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
58831      Branch: perl
58832            ! pod/perlclib.pod
58833 ____________________________________________________________________________
58834 [  8783] By: jhi                                   on 2001/02/13  02:22:36
58835         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
58836      Branch: perl
58837            - ebcdic.c
58838            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
58839            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
58840            ! util.c
58841 ____________________________________________________________________________
58842 [  8782] By: jhi                                   on 2001/02/13  02:00:07
58843         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
58844      Branch: maint-5.6/perl
58845            ! pod/perlport.pod
58846 ____________________________________________________________________________
58847 [  8781] By: jhi                                   on 2001/02/13  01:58:44
58848         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
58849      Branch: maint-5.6/perl
58850            ! hints/openbsd.sh
58851 ____________________________________________________________________________
58852 [  8780] By: jhi                                   on 2001/02/13  01:57:33
58853         Log: Synchronize the regexp tests between maintperl and mainline.
58854      Branch: maint-5.6/perl
58855           !> t/op/re_tests
58856 ____________________________________________________________________________
58857 [  8779] By: jhi                                   on 2001/02/13  01:49:35
58858         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58859              From: Hugo <hv@crypt.compulink.co.uk>
58860              Date: Tue, 13 Feb 2001 00:11:11 +0000
58861              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58862      Branch: perl
58863            ! regcomp.c t/op/re_tests
58864 ____________________________________________________________________________
58865 [  8778] By: jhi                                   on 2001/02/13  00:23:10
58866         Log: Comments do not nest.
58867      Branch: perl
58868            ! perl.h
58869 ____________________________________________________________________________
58870 [  8777] By: jhi                                   on 2001/02/13  00:17:54
58871         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58872              From: Hugo <hv@crypt.compulink.co.uk>
58873              Date: Tue, 13 Feb 2001 00:11:11 +0000
58874              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58875      Branch: maint-5.6/perl
58876            ! regcomp.c t/op/re_tests
58877 ____________________________________________________________________________
58878 [  8776] By: jhi                                   on 2001/02/12  23:25:52
58879         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
58880      Branch: maint-5.6/perl
58881            ! pod/perlport.pod
58882 ____________________________________________________________________________
58883 [  8775] By: jhi                                   on 2001/02/12  23:04:28
58884         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
58885      Branch: maint-5.6/perl
58886            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
58887            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58888            ! vos/configure_perl.cm
58889 ____________________________________________________________________________
58890 [  8774] By: jhi                                   on 2001/02/12  22:59:11
58891         Log: Subject: Re: [patch] context for 'U' magic functions
58892              From: Doug MacEachern <dougm@covalent.net>
58893              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
58894              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
58895              
58896              plus the suggestion by Nick Ing-Simmons to name the macro
58897              as PERL_MG_UFUNC to avoid namespace pollution, plus add
58898              the advice by Doug for XS writers to perl.h
58899      Branch: perl
58900            ! mg.c perl.h
58901 ____________________________________________________________________________
58902 [  8773] By: jhi                                   on 2001/02/11  20:14:12
58903         Log: Update Changes.
58904      Branch: perl
58905            ! Changes patchlevel.h
58906 ____________________________________________________________________________
58907 [  8772] By: jhi                                   on 2001/02/11  18:47:52
58908         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
58909              From: Simon Cozens <simon@cozens.net>
58910              Date: Wed, 31 Jan 2001 16:31:43 +0000
58911              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
58912      Branch: perl
58913            + pod/perlclib.pod
58914            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
58915            ! pod/perltoc.pod
58916 ____________________________________________________________________________
58917 [  8771] By: jhi                                   on 2001/02/11  18:36:48
58918         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
58919              
58920              Blocks-4d3.beta.txt
58921              CaseFolding-3d4.beta.txt
58922              CompositionExclusions-3d6.beta.txt
58923              EastAsianWidth-4d4.beta.txt
58924              LineBreak-6d3.beta.txt
58925              NamesList-3.1.0d1.beta.txt
58926              PropList-3.1.0d4.beta.txt
58927              SpecialCasing-4d1.beta.txt
58928              UnicodeData-3.1.0d6.beta.txt
58929      Branch: perl
58930            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58931           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58932            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58933            - lib/unicode/Unicode.301
58934            ! (edit 257 files)
58935 ____________________________________________________________________________
58936 [  8770] By: jhi                                   on 2001/02/11  17:26:22
58937         Log: UTF-8 documentation.
58938      Branch: perl
58939            ! utf8.h
58940 ____________________________________________________________________________
58941 [  8769] By: jhi                                   on 2001/02/11  17:12:49
58942         Log: Retract #8762.
58943      Branch: perl
58944            ! regexec.c
58945 ____________________________________________________________________________
58946 [  8768] By: jhi                                   on 2001/02/11  16:54:45
58947         Log: Subject: [PATCH] Test::Harness
58948              From: andreas.koenig@anima.de (Andreas J. Koenig)
58949              Date: 11 Feb 2001 14:37:00 +0100
58950              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
58951      Branch: perl
58952            ! lib/Test/Harness.pm
58953 ____________________________________________________________________________
58954 [  8767] By: jhi                                   on 2001/02/11  16:53:52
58955         Log: Subject: [PATCH] Document makepatch in Porting/patching
58956              From: andreas.koenig@anima.de (Andreas J. Koenig)
58957              Date: 11 Feb 2001 16:46:28 +0100
58958              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
58959      Branch: perl
58960            ! Porting/patching.pod
58961 ____________________________________________________________________________
58962 [  8766] By: jhi                                   on 2001/02/11  06:30:23
58963         Log: Subject: Re: [patch] GvSHARED
58964              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
58965              From: Doug MacEachern <dougm@covalent.net>
58966              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
58967              
58968              Subject: Re: [patch] GvSHARED
58969              From: Doug MacEachern <dougm@covalent.net>
58970              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
58971              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
58972              
58973              Subject: [patch] attributes.pm support for `shared'
58974              From: Doug MacEachern <dougm@covalent.net>
58975              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
58976              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
58977              
58978              our() attributes were ignored, our :shared pieces missing,
58979              allow attributes.pm to turn on shared.
58980      Branch: perl
58981            ! op.c t/op/attrs.t toke.c xsutils.c
58982 ____________________________________________________________________________
58983 [  8765] By: alanbur                               on 2001/02/10  23:11:19
58984         Log: Resync with parent (hopefully sucessfully this time)
58985      Branch: maint-5.6/pureperl
58986           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
58987           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58988           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58989           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58990           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58991           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58992           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58993 ____________________________________________________________________________
58994 [  8764] By: jhi                                   on 2001/02/10  22:54:38
58995         Log: Make TEST and UTEST more verbose in case something goes
58996              wrong in running/compiling a script, suggested by Doug
58997              MacEachern.
58998      Branch: perl
58999            ! t/TEST t/UTEST
59000 ____________________________________________________________________________
59001 [  8763] By: jhi                                   on 2001/02/10  22:11:34
59002         Log: Bogus shebang.
59003      Branch: perl
59004            ! t/lib/texttabs.t
59005 ____________________________________________________________________________
59006 [  8762] By: jhi                                   on 2001/02/10  21:56:02
59007         Log: (Retracted by #8769)
59008      Branch: perl
59009            ! regexec.c
59010 ____________________________________________________________________________
59011 [  8761] By: jhi                                   on 2001/02/10  21:26:15
59012         Log: Subject: Re: [patch] GvSHARED 
59013              From: Doug MacEachern <dougm@covalent.net>
59014              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
59015              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
59016              
59017              our @EXPORT : shared = (...);
59018      Branch: perl
59019            ! toke.c
59020 ____________________________________________________________________________
59021 [  8760] By: jhi                                   on 2001/02/10  21:25:07
59022         Log: Subject: [patch] GvSHARED
59023              From: Doug MacEachern <dougm@covalent.net>
59024              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
59025              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
59026      Branch: perl
59027            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
59028 ____________________________________________________________________________
59029 [  8759] By: alanbur                               on 2001/02/10  21:24:27
59030         Log: Backed out mismerge.
59031      Branch: maint-5.6/pureperl
59032            ! MANIFEST README.hpux README.vmesa gv.c installhtml
59033            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
59034            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59035            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
59036            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
59037            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
59038            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
59039 ____________________________________________________________________________
59040 [  8758] By: jhi                                   on 2001/02/10  18:01:17
59041         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
59042              
59043              Fixed UMRs and leak in Perl_pmtrans()
59044              
59045              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59046              associated UTFied tr/// code.  Also fixed scoping leak of
59047              PL_reg_start_tmp.
59048              
59049              newATTRSUB leaks when an attempt to redefine the active sort sub is
59050              made.
59051      Branch: maint-5.6/perl
59052           !> op.c regcomp.c
59053 ____________________________________________________________________________
59054 [  8757] By: alanbur                               on 2001/02/10  17:56:46
59055         Log: Resynchronised with parent
59056      Branch: maint-5.6/pureperl
59057           +> README.bs2000
59058            - README.posix-bc
59059            ! gv.c perl.c sv.c
59060           !> MANIFEST README.hpux README.vmesa installhtml
59061           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
59062           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59063           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
59064           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
59065           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
59066           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
59067 ____________________________________________________________________________
59068 [  8756] By: alanbur                               on 2001/02/10  17:51:15
59069         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
59070              made.
59071      Branch: maint-5.6/pureperl
59072            ! op.c
59073 ____________________________________________________________________________
59074 [  8755] By: jhi                                   on 2001/02/09  22:41:35
59075         Log: Upgrade to CPAN 1.59_54, from Andreas König.
59076      Branch: perl
59077            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59078 ____________________________________________________________________________
59079 [  8754] By: jhi                                   on 2001/02/09  22:29:20
59080         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
59081              
59082              Didn't upgrade the fill.t since it has a dependency to File::Slurp
59083              purely for debugging purposes, the actual test hasn't changed.
59084      Branch: perl
59085            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
59086            ! t/lib/textwrap.t
59087 ____________________________________________________________________________
59088 [  8753] By: jhi                                   on 2001/02/09  20:17:50
59089         Log: Integrate change #8682 from maintperl.
59090              
59091              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
59092              to work correctly.
59093      Branch: perl
59094           !> hints/irix_6.sh
59095 ____________________________________________________________________________
59096 [  8752] By: jhi                                   on 2001/02/09  20:00:46
59097         Log: Update Changes.
59098      Branch: perl
59099            ! Changes patchlevel.h
59100 ____________________________________________________________________________
59101 [  8751] By: nick                                  on 2001/02/09  19:48:37
59102         Log: Integrate mainline
59103      Branch: perlio
59104           +> README.bs2000 t/lib/cgi-esc.t
59105            - README.posix-bc
59106           !> (integrate 53 files)
59107 ____________________________________________________________________________
59108 [  8750] By: nick                                  on 2001/02/09  19:25:16
59109         Log: Subject: RE: Biannual Competition to Improve Hashing Function
59110              From: Fisher Mark <fisherm@tce.com>
59111              Date: Thu, 8 Feb 2001 10:44:00 -0500
59112              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
59113              Date: Thu, 8 Feb 2001 15:02:47 -0500
59114              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
59115      Branch: perl
59116            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
59117 ____________________________________________________________________________
59118 [  8749] By: jhi                                   on 2001/02/09  19:02:35
59119         Log: Forgotten fragment.
59120      Branch: perl
59121            ! pod/perlapi.pod
59122 ____________________________________________________________________________
59123 [  8748] By: jhi                                   on 2001/02/09  18:31:34
59124         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
59125              plus manual tweakage.
59126              
59127              Sync the perlfaq2 between mainline and maintperl.
59128      Branch: maint-5.6/perl
59129            ! pod/perlfaq2.pod
59130      Branch: perl
59131           !> pod/perlfaq2.pod
59132 ____________________________________________________________________________
59133 [  8747] By: jhi                                   on 2001/02/09  18:12:04
59134         Log: Subject: versiononly and installperl
59135              From: abigail@foad.org
59136              Date: Wed, 7 Feb 2001 22:43:12 +0100
59137              Message-ID: <20010207214312.7045.qmail@foad.org>    
59138              
59139              Add +v flag to force a normal install of the perl binary
59140              and the utilities.
59141              
59142              Subject: [PATCH] installperl
59143              From: Nicholas Clark <nick@ccl4.org>
59144              Date: Fri, 9 Feb 2001 16:28:57 +0000
59145              Message-ID: <20010209162857.B10931@plum.flirble.org>
59146              
59147              Add -A flag which also hardlinks the binary with
59148              the full architecture name.
59149      Branch: perl
59150            ! installperl
59151 ____________________________________________________________________________
59152 [  8746] By: jhi                                   on 2001/02/09  18:03:43
59153         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
59154              
59155              Subject: perlfaq2, re: perlmongers
59156              
59157              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59158              
59159              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59160              
59161              Subject: [ID 20010205.001] typo in perlfaq9
59162              
59163              Subject: [ID 20010208.002] unordered explanation in perlcall
59164      Branch: maint-5.6/perl
59165           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59166           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
59167           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
59168 ____________________________________________________________________________
59169 [  8745] By: jhi                                   on 2001/02/09  17:59:09
59170         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
59171              From: abela@geneanet.org
59172              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
59173              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
59174      Branch: perl
59175            ! pod/perlcall.pod
59176 ____________________________________________________________________________
59177 [  8744] By: jhi                                   on 2001/02/09  17:48:16
59178         Log: Subject: [ID 20010205.001] typo in perlfaq9
59179              From: eserte@vran.herceg.de
59180              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
59181              Message-Id: <200102042244.XAA21926@vran.herceg.de>
59182      Branch: perl
59183            ! pod/perlfaq9.pod
59184 ____________________________________________________________________________
59185 [  8743] By: jhi                                   on 2001/02/09  17:25:12
59186         Log: Integrate change #8695 from maintperl.
59187              
59188              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59189      Branch: perl
59190           !> thread.h
59191 ____________________________________________________________________________
59192 [  8742] By: jhi                                   on 2001/02/09  17:21:22
59193         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
59194              From: Andy Dougherty <doughera@lafayette.edu>
59195              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
59196              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
59197      Branch: perl
59198            ! embed.pl
59199 ____________________________________________________________________________
59200 [  8741] By: jhi                                   on 2001/02/09  17:05:19
59201         Log: Integrate changes #8738,8739,8740 from maintperl.
59202              
59203              Html files will be installed in a more logical and easier to
59204              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59205              
59206              Html files will be generated with a header to make them look
59207              a little less bare.
59208              
59209              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59210      Branch: perl
59211           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
59212 ____________________________________________________________________________
59213 [  8740] By: jhi                                   on 2001/02/09  17:03:46
59214         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59215              From: "Brendan O'Dea" <bod@compusol.com.au>
59216              Date: Sun, 4 Feb 2001 11:17:56 +1100
59217              Message-ID: <20010204111756.A16301@compusol.com.au>
59218      Branch: maint-5.6/perl
59219            ! pod/perlfaq3.pod
59220 ____________________________________________________________________________
59221 [  8739] By: jhi                                   on 2001/02/09  17:01:59
59222         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
59223              From: "Indy Singh" <indy@nusphere.com>
59224              Date: Fri, 2 Feb 2001 15:09:59 -0500
59225              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
59226              
59227              Html files will be generated with a header to make them look
59228              a little less bare.
59229      Branch: maint-5.6/perl
59230            ! installhtml
59231 ____________________________________________________________________________
59232 [  8738] By: jhi                                   on 2001/02/09  16:58:48
59233         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
59234              From: "Indy Singh" <indy@nusphere.com>
59235              Date: Fri, 2 Feb 2001 15:08:23 -0500
59236              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
59237              
59238              Html files will be installed in a more logical and easier to
59239              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59240      Branch: maint-5.6/perl
59241            ! win32/Makefile win32/makefile.mk
59242 ____________________________________________________________________________
59243 [  8737] By: jhi                                   on 2001/02/09  16:46:54
59244         Log: Integrate changes #8687,8736 from maintperl.
59245              
59246              HP-UX thread patches from Merijn H. Brand.
59247              
59248              Latin nit from Philip Newton.
59249      Branch: perl
59250           !> README.hpux hints/hpux.sh
59251 ____________________________________________________________________________
59252 [  8736] By: jhi                                   on 2001/02/09  16:42:31
59253         Log: Latin nit from Philip Newton.
59254      Branch: maint-5.6/perl
59255            ! README.hpux
59256 ____________________________________________________________________________
59257 [  8735] By: jhi                                   on 2001/02/09  16:24:03
59258         Log: Integrate changes #8704,8710 from pureperl.
59259              
59260              Fixed UMRs and leak in Perl_pmtrans()
59261              
59262              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59263              associated UTFied tr/// code.  Also fixed scoping leak of
59264              PL_reg_start_tmp.
59265      Branch: perl
59266           !> op.c regcomp.c
59267 ____________________________________________________________________________
59268 [  8734] By: jhi                                   on 2001/02/09  15:40:21
59269         Log: Integrate change #8733 from maintperl.
59270              
59271              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59272      Branch: perl
59273           !> pod/perlre.pod
59274 ____________________________________________________________________________
59275 [  8733] By: jhi                                   on 2001/02/09  15:35:47
59276         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59277              From: Prymmer/Kahn <pvhp@best.com>
59278              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
59279              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
59280      Branch: maint-5.6/perl
59281            ! pod/perlre.pod
59282 ____________________________________________________________________________
59283 [  8732] By: jhi                                   on 2001/02/09  15:26:17
59284         Log: Rename README.posix-bc to README.bs2000 (to avoid the
59285              confusion of a "perlposix-bc.pod"), add a few missing
59286              arch pods, regen toc.
59287      Branch: maint-5.6/perl
59288           +> README.bs2000
59289            - README.posix-bc
59290            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59291            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59292 ____________________________________________________________________________
59293 [  8731] By: jhi                                   on 2001/02/09  15:23:39
59294         Log: De-cut-and-pasto.
59295      Branch: perl
59296            ! pod/perl.pod
59297 ____________________________________________________________________________
59298 [  8730] By: jhi                                   on 2001/02/09  15:11:13
59299         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
59300              when people think that perlposix-bc.pod tells anything about
59301              Perl and POSIX.  Regen toc.
59302      Branch: perl
59303           +> README.bs2000
59304            - README.posix-bc
59305            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59306            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59307 ____________________________________________________________________________
59308 [  8729] By: jhi                                   on 2001/02/09  14:52:28
59309         Log: The README.vmesa part of #8712 from maintperl.
59310      Branch: perl
59311            ! README.vmesa
59312 ____________________________________________________________________________
59313 [  8728] By: jhi                                   on 2001/02/09  14:46:06
59314         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
59315              From: Peter Prymmer <pvhp@forte.com>
59316              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
59317              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
59318      Branch: maint-5.6/perl
59319            ! README.vmesa win32/Makefile win32/makefile.mk
59320 ____________________________________________________________________________
59321 [  8727] By: jhi                                   on 2001/02/09  14:33:25
59322         Log: Integrate change #8712 from mainline.
59323              
59324              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
59325      Branch: maint-5.6/perl
59326           !> lib/Pod/Find.pm
59327 ____________________________________________________________________________
59328 [  8726] By: jhi                                   on 2001/02/09  14:30:28
59329         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
59330              From: Peter Prymmer <pvhp@forte.com>
59331              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
59332              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
59333      Branch: perl
59334            + t/lib/cgi-esc.t
59335            ! MANIFEST lib/CGI/Util.pm
59336 ____________________________________________________________________________
59337 [  8725] By: jhi                                   on 2001/02/09  04:56:47
59338         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
59339      Branch: maint-5.6/perl
59340            ! pod/perlport.pod
59341 ____________________________________________________________________________
59342 [  8724] By: jhi                                   on 2001/02/09  04:40:59
59343         Log: Integrate changes 7819,7820 from vmsperl into mainline.
59344              
59345              Add header for LIB$ prototypes (C. Berry)
59346              
59347              Convert fwrite()s to sockets to write()s, since some socket stacks
59348              don't take kindly to stdio.
59349              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59350              (for often optional LNMs)
59351              Correct a few typos
59352              (C. Bailey)
59353      Branch: perl
59354           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
59355 ____________________________________________________________________________
59356 [  8723] By: jhi                                   on 2001/02/09  03:29:29
59357         Log: Integrate change #8722 from mainline.
59358              
59359              The Im() function wasn't returning zero for non-Math::Complex
59360              arguments.  The bug reported by John Gamble.
59361      Branch: maint-5.6/perl
59362           !> lib/Math/Complex.pm
59363 ____________________________________________________________________________
59364 [  8722] By: jhi                                   on 2001/02/09  03:28:33
59365         Log: The Im() function wasn't returning zero for non-Math::Complex
59366              arguments.  The bug reported by John Gamble.
59367      Branch: perl
59368            ! lib/Math/Complex.pm
59369 ____________________________________________________________________________
59370 [  8721] By: nick                                  on 2001/02/08  22:11:35
59371         Log: Correct the correction :-(
59372      Branch: perl
59373            ! perl.c
59374 ____________________________________________________________________________
59375 [  8720] By: bailey                                on 2001/02/08  20:59:22
59376         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
59377              don't take kindly to stdio.
59378              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59379              (for often optional LNMs)
59380              Correct a few typos
59381              (C. Bailey)
59382      Branch: vmsperl
59383            ! vms/vms.c vms/vmsish.h
59384 ____________________________________________________________________________
59385 [  8719] By: bailey                                on 2001/02/08  20:51:02
59386         Log: Add header for LIB$ prototypes (C. Berry)
59387      Branch: vmsperl
59388            ! ext/Devel/DProf/DProf.xs
59389 ____________________________________________________________________________
59390 [  8718] By: bailey                                on 2001/02/08  20:49:00
59391         Log: SYN SYN
59392      Branch: vmsperl
59393           +> pod/perliol.pod t/lib/sample-tests/bailout
59394           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
59395           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
59396           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
59397           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
59398           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
59399           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
59400            - lib/unicode/Is/DCinital.pl
59401           !> (integrate 101 files)
59402 ____________________________________________________________________________
59403 [  8717] By: nick                                  on 2001/02/08  19:38:48
59404         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
59405              From: Robin Barker <rmb1@cise.npl.co.uk>
59406              Date: Thu, 8 Feb 2001 14:38:07 GMT
59407              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
59408      Branch: perl
59409            ! lib/CPAN.pm
59410 ____________________________________________________________________________
59411 [  8716] By: nick                                  on 2001/02/08  19:29:07
59412         Log: Generated files form 8713 etc.
59413      Branch: perl
59414            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59415 ____________________________________________________________________________
59416 [  8715] By: nick                                  on 2001/02/08  19:26:08
59417         Log: Fixup non-ithread build after 8713
59418      Branch: perl
59419            ! perl.c
59420 ____________________________________________________________________________
59421 [  8714] By: nick                                  on 2001/02/08  19:17:45
59422         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
59423              From: nick@ccl4.org
59424              Date: Wed, 7 Feb 2001 00:27:47 +0000
59425              Message-Id: <20010207002747.B63724@plum.flirble.org>
59426      Branch: perl
59427            ! sv.c toke.c
59428 ____________________________________________________________________________
59429 [  8713] By: nick                                  on 2001/02/08  19:15:58
59430         Log: Subject: Re: [patch] Re: PL_ptr_table
59431              From: Doug Maceachern <dougm@covalent.net>
59432              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
59433              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
59434      Branch: perl
59435            ! embed.pl perl.c sv.c sv.h
59436 ____________________________________________________________________________
59437 [  8712] By: nick                                  on 2001/02/08  19:12:47
59438         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
59439              From: Peter Prymmer <pvhp@forte.com>
59440              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
59441              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
59442      Branch: perl
59443            ! lib/Pod/Find.pm
59444 ____________________________________________________________________________
59445 [  8711] By: nick                                  on 2001/02/07  21:06:11
59446         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
59447              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
59448              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59449              Date: Tue, 06 Feb 2001 23:37:01 +0000
59450              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
59451      Branch: perl
59452            ! regcomp.c
59453 ____________________________________________________________________________
59454 [  8710] By: alanbur                               on 2001/02/07  00:22:04
59455         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59456              associated UTFied tr/// code.  Also fixed scoping leak of
59457              PL_reg_start_tmp.
59458      Branch: maint-5.6/pureperl
59459            ! op.c regcomp.c
59460 ____________________________________________________________________________
59461 [  8709] By: nick                                  on 2001/02/06  21:16:49
59462         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59463              From: Michael G Schwern <schwern@pobox.com>
59464              Date: Sun, 4 Feb 2001 19:47:14 -0500
59465              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
59466      Branch: perl
59467            ! pod/perlapi.pod pod/perlmodlib.PL
59468 ____________________________________________________________________________
59469 [  8708] By: nick                                  on 2001/02/06  20:41:20
59470         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59471              From: Michael G Schwern <schwern@pobox.com>
59472              Date: Sun, 4 Feb 2001 21:17:49 -0500
59473              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
59474      Branch: perl
59475            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
59476            ! pod/perltootc.pod
59477 ____________________________________________________________________________
59478 [  8707] By: nick                                  on 2001/02/06  20:29:11
59479         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
59480              From: Michael G Schwern <schwern@pobox.com>
59481              Date: Tue, 6 Feb 2001 05:54:30 -0500
59482              Message-Id: <20010206055430.A951@blackrider.aocn.com>
59483      Branch: perl
59484            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
59485 ____________________________________________________________________________
59486 [  8706] By: nick                                  on 2001/02/06  20:21:40
59487         Log: Subject: RE: some win32 fixes
59488              Date: Tue, 6 Feb 2001 09:23:20 +0300
59489              From: Vadim Konovalov <vkonovalov@lucent.com>
59490              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
59491      Branch: perl
59492            ! toke.c win32/Makefile win32/config.bc win32/config.gc
59493            ! win32/config.vc win32/config_H.bc win32/makefile.mk
59494 ____________________________________________________________________________
59495 [  8705] By: alanbur                               on 2001/02/06  15:00:03
59496         Log: Synchronised with parent
59497      Branch: maint-5.6/pureperl
59498            ! regexec.c
59499           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59500           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
59501 ____________________________________________________________________________
59502 [  8704] By: alanbur                               on 2001/02/06  14:55:24
59503         Log: Fixed UMRs and leak in Perl_pmtrans()
59504      Branch: maint-5.6/pureperl
59505            ! op.c
59506 ____________________________________________________________________________
59507 [  8703] By: gsar                                  on 2001/02/06  02:29:37
59508         Log: $(MAKE) distclean doesn't clean up properly on windows
59509      Branch: maint-5.6/perl
59510            ! win32/Makefile win32/makefile.mk
59511 ____________________________________________________________________________
59512 [  8702] By: gsar                                  on 2001/02/06  01:00:46
59513         Log: tweak change#8659 to keep it simple
59514      Branch: maint-5.6/perl
59515            ! utils/perldoc.PL
59516 ____________________________________________________________________________
59517 [  8701] By: gsar                                  on 2001/02/05  22:45:41
59518         Log: change#8693 was missing testsuite changes
59519      Branch: maint-5.6/perl
59520           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59521 ____________________________________________________________________________
59522 [  8700] By: nick                                  on 2001/02/05  20:32:52
59523         Log: Integrate mainline
59524      Branch: perlio
59525           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
59526           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59527           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59528           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59529           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59530           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59531           +> t/lib/test-harness.t
59532           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
59533           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
59534           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
59535           !> pod/perlutil.pod t/TEST utils/h2xs.PL
59536 ____________________________________________________________________________
59537 [  8699] By: nick                                  on 2001/02/05  19:41:07
59538         Log: Subject: perlfaq2, re: perlmongers
59539              From: David H. Adler <dha@panix.com>
59540              Date: Sun, 4 Feb 2001 23:48:23 -0500
59541              Message-Id: <20010204234823.A13429@panix.com>
59542      Branch: perl
59543            ! pod/perlfaq2.pod
59544 ____________________________________________________________________________
59545 [  8698] By: nick                                  on 2001/02/05  19:39:31
59546         Log: Missed file f#rom the testharness mess.
59547      Branch: perl
59548            + t/lib/test-harness.t
59549 ____________________________________________________________________________
59550 [  8697] By: nick                                  on 2001/02/05  19:37:21
59551         Log: Subject: [DOC PATCH] overload.pm nits
59552              From: John Tobey <jtobey@john-edwin-tobey.org>
59553              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
59554              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
59555      Branch: perl
59556            ! lib/overload.pm
59557 ____________________________________________________________________________
59558 [  8696] By: alanbur                               on 2001/02/05  11:56:00
59559         Log: Sync with parent
59560      Branch: maint-5.6/pureperl
59561           !> thread.h
59562 ____________________________________________________________________________
59563 [  8695] By: gsar                                  on 2001/02/05  03:27:34
59564         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59565      Branch: maint-5.6/perl
59566            ! thread.h
59567 ____________________________________________________________________________
59568 [  8694] By: alanbur                               on 2001/02/05  00:07:47
59569         Log: Initial branch creation from //depot/maint-5.6/perl
59570      Branch: maint-5.6/pureperl
59571           +> (branch 1719 files)
59572 ____________________________________________________________________________
59573 [  8693] By: gsar                                  on 2001/02/04  22:38:49
59574         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
59575              changes)
59576      Branch: maint-5.6/perl
59577           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59578           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
59579           !> ext/DB_File/version.c
59580 ____________________________________________________________________________
59581 [  8692] By: nick                                  on 2001/02/04  18:15:57
59582         Log: The missed t/TEST part of the grand testharness upgrade.
59583      Branch: perl
59584            ! t/TEST
59585 ____________________________________________________________________________
59586 [  8691] By: nick                                  on 2001/02/04  18:05:17
59587         Log: New improved test harness
59588              Subject: Re: [PATCH Test::Harness] Third time's a charm?
59589              From: Michael G Schwern <schwern@pobox.com>
59590              Date: Sun, 4 Feb 2001 08:01:20 -0500
59591              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
59592      Branch: perl
59593            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
59594            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59595            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59596            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59597            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59598            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59599            ! MANIFEST lib/Test/Harness.pm
59600 ____________________________________________________________________________
59601 [  8690] By: nick                                  on 2001/02/04  17:57:51
59602         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
59603              From: Jonathan Stowe <gellyfish@gellyfish.com>
59604              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
59605              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
59606      Branch: perl
59607            ! utils/h2xs.PL
59608 ____________________________________________________________________________
59609 [  8689] By: nick                                  on 2001/02/04  17:55:24
59610         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
59611              From: Michael G Schwern <schwern@pobox.com>
59612              Date: Sat, 3 Feb 2001 22:46:38 -0500
59613              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
59614      Branch: perl
59615            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
59616            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
59617 ____________________________________________________________________________
59618 [  8688] By: nick                                  on 2001/02/04  17:43:55
59619         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
59620              length byfailing to spot lack of closing )
59621              From: nick@talking.bollo.cx
59622              Date: Sat, 03 Feb 2001 23:53:16 +0000
59623              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
59624      Branch: perl
59625            ! perlio.c pod/perldiag.pod
59626 ____________________________________________________________________________
59627 [  8687] By: jhi                                   on 2001/02/03  17:11:42
59628         Log: HP-UX thread patches from Merijn H. Brand.
59629      Branch: maint-5.6/perl
59630            ! README.hpux hints/hpux.sh
59631 ____________________________________________________________________________
59632 [  8686] By: jhi                                   on 2001/02/03  16:40:12
59633         Log: Metaconfig changes for #8685.
59634      Branch: metaconfig
59635            ! U/installdirs/instubperl.U
59636      Branch: metaconfig/U/perl
59637            ! Devel.U versiononly.U
59638 ____________________________________________________________________________
59639 [  8685] By: jhi                                   on 2001/02/03  16:39:49
59640         Log: For -Dusedevel builds turn off installusrbinperl and turn on
59641              versiononly, a combined idea of Richard Soderberg and Merijn
59642              H. Brand.  You can still override both of these from the command
59643              line if you need to, -Dinstallusrbinperl and -Uversiononly.
59644      Branch: perl
59645            ! Configure
59646 ____________________________________________________________________________
59647 [  8684] By: jhi                                   on 2001/02/03  16:16:34
59648         Log: Metaconfig unit fix for #8683.
59649      Branch: metaconfig
59650            ! U/compline/nblock_io.U
59651 ____________________________________________________________________________
59652 [  8683] By: jhi                                   on 2001/02/03  16:16:12
59653         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
59654              reported by Peter Prymmer for 5.6-TRIAL1.
59655      Branch: perl
59656            ! Configure
59657 ____________________________________________________________________________
59658 [  8682] By: jhi                                   on 2001/02/03  05:52:11
59659         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
59660              to work correctly.
59661      Branch: maint-5.6/perl
59662            ! hints/irix_6.sh
59663 ____________________________________________________________________________
59664 [  8681] By: jhi                                   on 2001/02/03  05:47:33
59665         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
59666      Branch: maint-5.6/perl
59667            ! pod/perlport.pod
59668 ____________________________________________________________________________
59669 [  8680] By: jhi                                   on 2001/02/02  21:39:49
59670         Log: perlport update from Peter Prymmer.
59671      Branch: maint-5.6/perl
59672            ! pod/perlport.pod
59673 ____________________________________________________________________________
59674 [  8679] By: nick                                  on 2001/02/02  20:50:48
59675         Log: Integrate mainline
59676      Branch: perlio
59677           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59678           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
59679           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59680 ____________________________________________________________________________
59681 [  8678] By: gsar                                  on 2001/02/02  16:02:12
59682         Log: note about bincompat, slightly modified (from Lupe Christoph)
59683      Branch: maint-5.6/perl
59684            ! README.solaris
59685 ____________________________________________________________________________
59686 [  8677] By: jhi                                   on 2001/02/02  15:46:20
59687         Log: Supported platforms updates.
59688      Branch: maint-5.6/perl
59689            ! pod/perlport.pod
59690 ____________________________________________________________________________
59691 [  8676] By: jhi                                   on 2001/02/02  03:41:26
59692         Log: A couple more perlfaq2 tweaks.
59693      Branch: maint-5.6/perl
59694            ! pod/perlfaq2.pod
59695 ____________________________________________________________________________
59696 [  8675] By: jhi                                   on 2001/02/02  03:17:44
59697         Log: Misedit in #8661.
59698      Branch: maint-5.6/perl
59699            ! Configure
59700 ____________________________________________________________________________
59701 [  8674] By: jhi                                   on 2001/02/02  03:14:38
59702         Log: Damien again.
59703      Branch: maint-5.6/perl
59704            ! pod/perlfaq2.pod
59705 ____________________________________________________________________________
59706 [  8673] By: jhi                                   on 2001/02/02  03:12:40
59707         Log: perlfaq update from Elaine Ashton.
59708      Branch: maint-5.6/perl
59709            ! pod/perlfaq2.pod
59710 ____________________________________________________________________________
59711 [  8672] By: jhi                                   on 2001/02/02  03:07:08
59712         Log: UTF-8 s/// patch from Inaba Hiroto.
59713      Branch: maint-5.6/perl
59714            ! pp_ctl.c pp_hot.c
59715 ____________________________________________________________________________
59716 [  8671] By: jhi                                   on 2001/02/01  22:34:31
59717         Log: Update Changes.
59718      Branch: perl
59719            ! Changes patchlevel.h
59720 ____________________________________________________________________________
59721 [  8670] By: jhi                                   on 2001/02/01  22:15:29
59722         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
59723              from maintperl.
59724              
59725              Upgrade to Getopt::Long 2.25, from Johan Vromans.
59726              
59727              more files need to be writable in the source distribution
59728              
59729              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59730              
59731              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59732              
59733              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59734              
59735              Allow the float to be fuzzier.
59736              
59737              need to use INT2PTR instead of a straight cast or ia64 fails
59738              
59739              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59740              
59741              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59742      Branch: perl
59743           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59744           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
59745           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59746 ____________________________________________________________________________
59747 [  8669] By: jhi                                   on 2001/02/01  21:57:02
59748         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59749              From: Robin Barker <rmb1@cise.npl.co.uk>
59750              Date: Thu, 1 Feb 2001 16:59:05 GMT
59751              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
59752      Branch: maint-5.6/perl
59753            ! pod/perlmodlib.PL
59754 ____________________________________________________________________________
59755 [  8668] By: nick                                  on 2001/02/01  19:41:40
59756         Log: Integrate mainline
59757      Branch: perlio
59758           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
59759           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
59760           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
59761 ____________________________________________________________________________
59762 [  8667] By: gsar                                  on 2001/02/01  16:59:11
59763         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59764      Branch: maint-5.6/perl
59765            ! embed.pl embedvar.h
59766 ____________________________________________________________________________
59767 [  8666] By: gsar                                  on 2001/02/01  16:34:51
59768         Log: add missing entries to win32/config.?c
59769      Branch: maint-5.6/perl
59770            ! win32/config.bc win32/config.gc win32/config.vc
59771            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59772 ____________________________________________________________________________
59773 [  8665] By: jhi                                   on 2001/02/01  14:58:51
59774         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59775              From: "Stephen P. Potter" <spp@spotter.yi.org>
59776              Date: Thu, 01 Feb 2001 10:45:46 -0500
59777              Message-Id: <200102011545.KAA31479@spotter.yi.org>
59778      Branch: maint-5.6/perl
59779            ! pod/perlfunc.pod
59780 ____________________________________________________________________________
59781 [  8664] By: gsar                                  on 2001/02/01  14:52:37
59782         Log: need to use INT2PTR instead of a straight cast or ia64 fails
59783              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
59784      Branch: maint-5.6/perl
59785            ! ext/POSIX/POSIX.xs
59786 ____________________________________________________________________________
59787 [  8663] By: jhi                                   on 2001/02/01  14:09:13
59788         Log: Allow the float to be fuzzier.
59789      Branch: maint-5.6/perl
59790            ! t/lib/peek.t
59791 ____________________________________________________________________________
59792 [  8662] By: jhi                                   on 2001/02/01  13:59:00
59793         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59794              From: Robin Barker <rmb1@cise.npl.co.uk>
59795              Date: Thu, 1 Feb 2001 13:05:39 GMT
59796              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
59797      Branch: maint-5.6/perl
59798            ! pod/perlmodlib.pod
59799 ____________________________________________________________________________
59800 [  8661] By: jhi                                   on 2001/02/01  13:57:38
59801         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
59802              Date: Thu, 01 Feb 2001 14:15:41 +0100
59803              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59804              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
59805              
59806              Have the $ccflags in the gcc version test (strange, this change
59807              is claimed to be have been integrated already)
59808      Branch: maint-5.6/perl
59809            ! Configure
59810 ____________________________________________________________________________
59811 [  8660] By: jhi                                   on 2001/02/01  13:44:10
59812         Log: Integrate changes #7950,7964,7962 from mainline.
59813              
59814              Find the stdchar signedness using cpp, should fix some of
59815              the Solaris compiler warnings reported by Alan Burlison.
59816      Branch: maint-5.6/perl
59817           !> Configure config_h.SH
59818 ____________________________________________________________________________
59819 [  8659] By: jhi                                   on 2001/02/01  05:35:32
59820         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
59821              From: Jan Dubois <JanD@ActiveState.com>
59822              Date: Wed, 31 Jan 2001 21:17:03 -0800
59823              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
59824      Branch: maint-5.6/perl
59825            ! utils/perldoc.PL
59826 ____________________________________________________________________________
59827 [  8658] By: jhi                                   on 2001/02/01  04:33:17
59828         Log: Integrate the README.os390 and README.posix-bc parts of mainline
59829              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
59830              installperl parts were taken care of by #8657.)
59831      Branch: maint-5.6/perl
59832           !> README.os390 README.posix-bc
59833 ____________________________________________________________________________
59834 [  8657] By: jhi                                   on 2001/02/01  04:29:21
59835         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59836              From: Peter Prymmer <pvhp@forte.com>
59837              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
59838              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
59839      Branch: maint-5.6/perl
59840            + ext/DynaLoader/dl_dllload.xs
59841            ! MANIFEST Makefile.SH hints/os390.sh installperl
59842 ____________________________________________________________________________
59843 [  8656] By: jhi                                   on 2001/02/01  04:25:45
59844         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
59845              From: Peter Prymmer <pvhp@forte.com>
59846              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
59847              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
59848      Branch: maint-5.6/perl
59849            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
59850 ____________________________________________________________________________
59851 [  8655] By: jhi                                   on 2001/02/01  04:14:47
59852         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
59853              From: troc@netrus.net
59854              Date: Wed, 31 Jan 2001 22:31:26 -0500
59855              Message-Id: <200102010331.WAA117.85@rocco.homenet>
59856      Branch: maint-5.6/perl
59857            ! os2/os2.c
59858 ____________________________________________________________________________
59859 [  8654] By: jhi                                   on 2001/02/01  04:12:52
59860         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59861              as reported by Alan Burlison.
59862      Branch: maint-5.6/perl
59863            ! pp.h
59864 ____________________________________________________________________________
59865 [  8653] By: jhi                                   on 2001/02/01  04:05:12
59866         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
59867              From: dsugalski@northernlight.com
59868              Date: Wed, 31 Jan 2001 18:54:11 -0500
59869              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
59870      Branch: maint-5.6/perl
59871            ! configure.com
59872 ____________________________________________________________________________
59873 [  8652] By: jhi                                   on 2001/02/01  04:03:11
59874         Log: Misplaced #endif.
59875              
59876              Subject: [perl-5-6-1-trial2] patches for EPOC
59877              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59878              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59879              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59880      Branch: maint-5.6/perl
59881            ! epoc/epocish.c
59882 ____________________________________________________________________________
59883 [  8651] By: jhi                                   on 2001/02/01  04:00:25
59884         Log: Integrate changes #8647,8648,8650 from mainline.
59885              
59886              Macrofy a magic UTF-8 test.
59887              
59888              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
59889              
59890              Watch out for cross compiling for EPOC (usually done on linux).
59891      Branch: maint-5.6/perl
59892           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
59893 ____________________________________________________________________________
59894 [  8650] By: jhi                                   on 2001/02/01  03:56:20
59895         Log: Watch out for cross compiling for EPOC (usually done on linux)
59896              
59897              Subject: [perl-5-6-1-trial2] patches for EPOC
59898              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59899              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59900              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59901      Branch: perl
59902            ! ext/Errno/Errno_pm.PL
59903 ____________________________________________________________________________
59904 [  8649] By: gsar                                  on 2001/02/01  00:46:00
59905         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59906      Branch: maint-5.6/perl
59907            ! sv.c
59908 ____________________________________________________________________________
59909 [  8648] By: jhi                                   on 2001/01/31  23:35:36
59910         Log: All the uses of PL_numeric_radix must be protected by
59911              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
59912              
59913              Subject: [perl-5-6-1-trial2] patches for EPOC
59914              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59915              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59916              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59917      Branch: perl
59918            ! sv.c
59919 ____________________________________________________________________________
59920 [  8647] By: jhi                                   on 2001/01/31  22:56:16
59921         Log: Macrofy a magic UTF-8 test.
59922      Branch: perl
59923            ! utf8.c utf8.h
59924 ____________________________________________________________________________
59925 [  8646] By: gsar                                  on 2001/01/31  15:55:12
59926         Log: update Changes
59927      Branch: maint-5.6/perl
59928            ! Changes
59929 ____________________________________________________________________________
59930 [  8645] By: gsar                                  on 2001/01/31  15:10:14
59931         Log: Configure tweak suggested by Peter Prymmer
59932      Branch: maint-5.6/perl
59933            ! Configure
59934 ____________________________________________________________________________
59935 [  8644] By: gsar                                  on 2001/01/31  15:06:32
59936         Log: more files need to be writable in the source distribution
59937      Branch: maint-5.6/perl
59938            ! Porting/makerel
59939 ____________________________________________________________________________
59940 [  8643] By: jhi                                   on 2001/01/31  14:59:46
59941         Log: Integrate changes #8258,8278,8279 from mainline.
59942              
59943              Make the large file tests more robust/talkative.
59944      Branch: maint-5.6/perl
59945           !> t/lib/syslfs.t t/op/lfs.t
59946 ____________________________________________________________________________
59947 [  8642] By: gsar                                  on 2001/01/31  14:53:48
59948         Log: integrate changes#8311,8334 from mainline
59949              
59950              Add a new MakeMaker variable PM_FILTER that defines a Unix
59951              filter to be run on each .pm during the pm_to_blib() phase,
59952              a fixed version of
59953              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59954              
59955              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
59956              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
59957              accurate reading of the "atime".  
59958      Branch: maint-5.6/perl
59959           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59960           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59961           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
59962 ____________________________________________________________________________
59963 [  8641] By: jhi                                   on 2001/01/31  14:46:37
59964         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
59965      Branch: maint-5.6/perl
59966            ! lib/Getopt/Long.pm
59967 ____________________________________________________________________________
59968 [  8640] By: gsar                                  on 2001/01/31  14:40:24
59969         Log: make regen_all
59970      Branch: maint-5.6/perl
59971            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
59972 ____________________________________________________________________________
59973 [  8639] By: gsar                                  on 2001/01/31  14:37:25
59974         Log: refresh windows config files
59975      Branch: maint-5.6/perl
59976            ! win32/Makefile win32/config_H.bc win32/config_H.gc
59977            ! win32/config_H.vc win32/makefile.mk
59978 ____________________________________________________________________________
59979 [  8638] By: gsar                                  on 2001/01/31  14:28:10
59980         Log: makefile tweaks for windows: introduce a bulk-switch to enable
59981              same options as ActivePerl; sync changes with makefile.mk
59982      Branch: maint-5.6/perl
59983            ! win32/Makefile win32/makefile.mk
59984 ____________________________________________________________________________
59985 [  8637] By: jhi                                   on 2001/01/31  04:41:30
59986         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
59987              From: Nicholas Clark <nick@ccl4.org>
59988              Date: Tue, 30 Jan 2001 19:51:05 +0000
59989              Message-ID: <20010130195105.R76607@plum.flirble.org> 
59990              
59991              op/inc cure.
59992      Branch: perl
59993            ! pp.c pp.h pp_hot.c t/op/arith.t
59994 ____________________________________________________________________________
59995 [  8636] By: jhi                                   on 2001/01/31  02:38:32
59996         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
59997              no perlio],8257,8380,8479,8515 from mainline.
59998              
59999              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
60000              
60001              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
60002              Subject: [PATCH perl@8133] fix-up for VMS extensions
60003              
60004              In VMS embedded perls couldn't access the statically built Socket.
60005              
60006              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
60007              
60008              Further VMS piping fixes from Charles Lane.
60009              
60010              Subject:  [PATCH] make t/op/misc.t work on VMS
60011              
60012              Add tracing for debugging extensions builds in VMS.
60013              
60014              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
60015      Branch: maint-5.6/perl
60016           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
60017           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
60018           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
60019 ____________________________________________________________________________
60020 [  8635] By: jhi                                   on 2001/01/31  01:46:41
60021         Log: Integrate change #7732 from mainline.
60022              
60023              Sparc 64-bit pack() fix from Jens Hamisch.
60024      Branch: maint-5.6/perl
60025           !> pp.c
60026 ____________________________________________________________________________
60027 [  8634] By: jhi                                   on 2001/01/31  01:41:16
60028         Log: One spot missing from #8626.
60029      Branch: maint-5.6/perl
60030            ! sv.c
60031 ____________________________________________________________________________
60032 [  8633] By: jhi                                   on 2001/01/31  00:49:17
60033         Log: Integrate change #7495 from mainline.
60034              
60035              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
60036      Branch: maint-5.6/perl
60037           !> MANIFEST ext/re/Makefile.PL
60038 ____________________________________________________________________________
60039 [  8632] By: jhi                                   on 2001/01/30  23:38:49
60040         Log: Integrate change #8396 from mainline.
60041              
60042              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
60043              better multicast support (resend)
60044      Branch: maint-5.6/perl
60045           !> ext/Socket/Socket.pm
60046 ____________________________________________________________________________
60047 [  8631] By: jhi                                   on 2001/01/30  23:28:03
60048         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
60049              
60050              More AIX lore. (7514, ext/re/hints/aix.pl)
60051              
60052              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
60053              
60054              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)
60055              
60056              Subject: [ID 20001214.002] Net::Ping patch
60057              
60058              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
60059              
60060              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
60061              
60062              Add ReuseAddr as a (preferred) alias for Reuse as we now
60063              also have ReusePort.
60064              
60065              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
60066      Branch: maint-5.6/perl
60067           +> ext/re/hints/aix.pl
60068           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
60069           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
60070 ____________________________________________________________________________
60071 [  8630] By: jhi                                   on 2001/01/30  23:03:59
60072         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
60073              
60074              read() documentation tweak for 20001121.004.
60075              
60076              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
60077      Branch: maint-5.6/perl
60078           !> pod/perlfunc.pod pod/perlre.pod
60079 ____________________________________________________________________________
60080 [  8629] By: jhi                                   on 2001/01/30  22:41:57
60081         Log: Integrate change #8098 from mainline.
60082              
60083              fastgetcwd is defined using a glob alias on a $^O dependent basis
60084              and there was no default assignment or perl subroutine.
60085      Branch: maint-5.6/perl
60086           !> lib/Cwd.pm
60087 ____________________________________________________________________________
60088 [  8628] By: jhi                                   on 2001/01/30  21:58:52
60089         Log: Integrate change #7866 from mainline.
60090              
60091              File::Temp 0.11.
60092      Branch: maint-5.6/perl
60093           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
60094 ____________________________________________________________________________
60095 [  8627] By: jhi                                   on 2001/01/30  21:39:44
60096         Log: Integrate changes #8075,8086,8228 from mainline.  
60097              
60098              Darwin is not Windows. (8075,8086)
60099              
60100              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
60101      Branch: maint-5.6/perl
60102           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
60103           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
60104           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
60105           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
60106 ____________________________________________________________________________
60107 [  8626] By: jhi                                   on 2001/01/30  21:22:11
60108         Log: Integrate with tweakery the change #8625 from mainline,
60109              the multibyte decimal separator fix ("fa_IR locale failure").
60110      Branch: maint-5.6/perl
60111            ! embedvar.h perlapi.h
60112           !> intrpvar.h perl.c perl.h sv.c util.c
60113 ____________________________________________________________________________
60114 [  8625] By: jhi                                   on 2001/01/30  20:26:33
60115         Log: Fix for the fa_IR locale failure.  The reason for the failure
60116              was that Perl was assuming the decimal separator aka the radix
60117              separator is one character.  The Farsi-Iranian locale crushed
60118              that bad assumption since there the separator is 'Momayyez',
60119              glyphwise looking somewhat like a slash, and in Unicode UTF-8
60120              encoded in two bytes, 0xd9 0xab.
60121      Branch: perl
60122            ! intrpvar.h perl.c perl.h sv.c util.c
60123 ____________________________________________________________________________
60124 [  8624] By: gsar                                  on 2001/01/30  20:17:03
60125         Log: regen_headers
60126      Branch: maint-5.6/perl
60127            ! Makefile.SH pod/perlintern.pod
60128 ____________________________________________________________________________
60129 [  8623] By: gsar                                  on 2001/01/30  19:42:34
60130         Log: backout change#7431 and its dependents (causes spurious rebuilds
60131              of autogenerated files)
60132              
60133              fix benign b.t failure
60134      Branch: maint-5.6/perl
60135            ! Makefile.SH t/lib/b.t
60136 ____________________________________________________________________________
60137 [  8622] By: jhi                                   on 2001/01/30  19:41:41
60138         Log: Microperl sync.
60139      Branch: perl
60140            ! mg.c perl.h
60141 ____________________________________________________________________________
60142 [  8621] By: gsar                                  on 2001/01/30  19:24:47
60143         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
60144              from mainline
60145              
60146              Subject: podlators 1.06 released
60147              
60148              Subject: [PATCH @8436] Eliminate op_children
60149              
60150              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
60151              
60152              (Replaced by #8448)  More op_children traces (cleanup of #8442).
60153              
60154              Subject: [PATCH #3 @8436] Re: Eliminate op_children
60155              Replace #8444 and #8445.
60156              
60157              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
60158              at the setting of the ofs_sv in new_struct_thread() as the
60159              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
60160              uninitialized fields are, uh, initialized with),
60161              SvREFCNT_inc()ing that invited a core dump.
60162              
60163              podlators 1.07, from Russ Allbery.
60164              
60165              Subject: [PATCH] regcomp.c old feature removal
60166              From: mjd@plover.com
60167              Date: 16 Jan 2001 14:43:18 -0000 
60168              Message-ID: <20010116144318.7140.qmail@plover.com> 
60169      Branch: maint-5.6/perl
60170           +> lib/Pod/Text/Overstrike.pm
60171           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
60172           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
60173           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
60174           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
60175           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
60176           !> util.c
60177 ____________________________________________________________________________
60178 [  8620] By: gsar                                  on 2001/01/30  18:48:32
60179         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
60180              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
60181              now fails one test)
60182              
60183              Subject: [PATCH] lvalue AUTOLOAD. No, really.
60184              
60185              Subject: [PATCH] Interesting syntax idea
60186              Make opens + bareword assigns do typeglob assigns.
60187              
60188              Tests for #8254.
60189              
60190              Subject: [PATCH @8269] Continue blocks and B::Deparse
60191              Make the peephole optimizer to bypass more null ops and
60192              and rewrite the deparse handling of continue blocks.
60193              
60194              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
60195              Doc tweak on #8313.
60196              
60197              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
60198              
60199              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
60200              
60201              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
60202              
60203              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
60204              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
60205              according to the platform.
60206              
60207              Subject: [PATCH @8404] Consolidated lvalue sub changes
60208              
60209              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
60210              
60211              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
60212              
60213              Subject: B::Concise -- an improved replacement for B::Terse 
60214              
60215              The B::Terse drop-in replacement wasn't quite drop-in.
60216              
60217              The LVRET macro needed an aTHX.
60218              
60219              Use the /^Perl_/-less form of is_lvalue_sub().
60220              
60221              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60222      Branch: maint-5.6/perl
60223           +> ext/B/B/Concise.pm
60224           !> (integrate 27 files)
60225 ____________________________________________________________________________
60226 [  8619] By: nick                                  on 2001/01/30  18:40:28
60227         Log: Integrate mainline
60228      Branch: perlio
60229           !> (integrate 40 files)
60230 ____________________________________________________________________________
60231 [  8618] By: jhi                                   on 2001/01/30  18:37:18
60232         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
60233              Date: Mon, 29 Jan 2001 22:51:29 -0600
60234              From: "Craig A. Berry" <craigberry@mac.com>
60235              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
60236      Branch: perl
60237            ! vms/test.com
60238 ____________________________________________________________________________
60239 [  8617] By: jhi                                   on 2001/01/30  18:34:53
60240         Log: Subject: [PATCH] Add missing CV flags to dump.c
60241              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60242              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
60243              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
60244      Branch: perl
60245            ! dump.c
60246 ____________________________________________________________________________
60247 [  8616] By: jhi                                   on 2001/01/30  18:20:58
60248         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
60249              part isn't applicable to maintperl.
60250              
60251              UTF-8 nit from Inaba Hiroto.
60252      Branch: maint-5.6/perl
60253           !> pod/perlapi.pod utf8.c
60254 ____________________________________________________________________________
60255 [  8615] By: jhi                                   on 2001/01/30  18:18:51
60256         Log: UTF-8 nit from Inaba Hiroto.
60257      Branch: perl
60258            ! pod/perlapi.pod t/op/each.t utf8.c
60259 ____________________________________________________________________________
60260 [  8614] By: jhi                                   on 2001/01/30  18:13:38
60261         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
60262              
60263              perl's internal variables are not for public consumption,
60264              move their docs from perlapi.pod to perlintern.pod
60265              
60266              support for -Dusethreads build under HP-UX 10.20 and DCE threads
60267              library (11.0 and later have pthreads but 10.x don't)
60268              
60269              avoid uninitialized value warnings
60270              
60271              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60272              gets weird results)
60273              
60274              perldoc nit on windows
60275              
60276              make it possible to run the tests outside the source tree
60277              (there's still a dependency on ../lib being the library
60278              location)
60279      Branch: perl
60280           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
60281           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
60282           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
60283           !> win32/bin/search.pl win32/vdir.h
60284 ____________________________________________________________________________
60285 [  8613] By: gsar                                  on 2001/01/30  16:39:59
60286         Log: make it possible to run the tests outside the source tree
60287              (there's still a dependency on ../lib being the library
60288              location)
60289      Branch: maint-5.6/perl
60290            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
60291 ____________________________________________________________________________
60292 [  8612] By: gsar                                  on 2001/01/30  16:31:12
60293         Log: perldoc nit on windows
60294      Branch: maint-5.6/perl
60295            ! utils/perldoc.PL
60296 ____________________________________________________________________________
60297 [  8611] By: gsar                                  on 2001/01/30  16:22:54
60298         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60299              gets weird results)
60300      Branch: maint-5.6/perl
60301            ! win32/vdir.h
60302 ____________________________________________________________________________
60303 [  8610] By: gsar                                  on 2001/01/30  16:12:45
60304         Log: avoid uninitialized value warnings
60305      Branch: maint-5.6/perl
60306            ! win32/bin/search.pl
60307 ____________________________________________________________________________
60308 [  8609] By: gsar                                  on 2001/01/30  16:08:01
60309         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
60310              library (11.0 and later have pthreads but 10.x don't)
60311      Branch: maint-5.6/perl
60312            ! hints/hpux.sh thread.h
60313 ____________________________________________________________________________
60314 [  8608] By: gsar                                  on 2001/01/30  15:48:55
60315         Log: perl's internal variables are not for public consumption,
60316              move their docs from perlapi.pod to perlintern.pod
60317      Branch: maint-5.6/perl
60318            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
60319            ! thrdvar.h
60320 ____________________________________________________________________________
60321 [  8607] By: gsar                                  on 2001/01/30  15:44:27
60322         Log: mistakenly branched perl56delta.pod, revert
60323      Branch: maint-5.6/perl
60324            - pod/perl56delta.pod
60325           !> pod/perldelta.pod
60326 ____________________________________________________________________________
60327 [  8606] By: gsar                                  on 2001/01/30  14:20:24
60328         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
60329              dTHR which has been a noop for a while now, except for the
60330              compatibility definition in thread.h)
60331      Branch: maint-5.6/perl
60332           !> (integrate 45 files)
60333 ____________________________________________________________________________
60334 [  8605] By: jhi                                   on 2001/01/30  05:43:58
60335         Log: Mark the UTF-8 APIs as experimental.
60336      Branch: maint-5.6/perl
60337            ! embed.pl pod/perlapi.pod
60338 ____________________________________________________________________________
60339 [  8604] By: jhi                                   on 2001/01/30  05:38:40
60340         Log: Nits from earlier integrates.
60341      Branch: maint-5.6/perl
60342            ! lib/Carp/Heavy.pm
60343           !> sv.c
60344 ____________________________________________________________________________
60345 [  8603] By: jhi                                   on 2001/01/30  05:27:26
60346         Log: Regenerate Porting files.
60347      Branch: maint-5.6/perl
60348            ! Porting/Glossary Porting/config.sh Porting/config_H
60349 ____________________________________________________________________________
60350 [  8602] By: jhi                                   on 2001/01/30  05:14:59
60351         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
60352              8310,8339,8447,8492,8493,8505,8525: documentation changes.
60353              
60354              Subject: Re: perlfaq style changes
60355              
60356              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
60357              
60358              Subject: [PATCH] docs on NaN
60359              
60360              Subject: [patch] perlfaq7
60361              
60362              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
60363              
60364              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
60365              
60366              Subject: [PATCH] open() example in perlfunc.pod
60367              
60368              Podify README.mpeix (a new version from the web)
60369              
60370              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60371              
60372              Subject: [PATCH] format and rewording in perlfaq.pod
60373              
60374              Subject: [PATCH] API Variable documentation   
60375              
60376              Memory management calls documentation.
60377              
60378              Subject: [PATCH: perl@8482] README.vms URL updates
60379              
60380              Subject: Minor typos in perlfaq2.pod
60381              
60382              Subject: [PATCH] pod/perlvar.pod
60383      Branch: maint-5.6/perl
60384           +> pod/perl56delta.pod
60385            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60386           !> README.amiga README.epoc README.mpeix README.vms
60387           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
60388           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
60389           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
60390           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
60391           !> pod/perlvar.pod thrdvar.h
60392 ____________________________________________________________________________
60393 [  8601] By: jhi                                   on 2001/01/30  04:38:35
60394         Log: Integrate changes #8036,8096,8253 from mainline:
60395              hints changes.
60396              
60397              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
60398              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
60399              
60400              Output the (apparent) version of gcc in Tru64.
60401      Branch: maint-5.6/perl
60402           +> ext/POSIX/hints/svr4.pl
60403           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
60404           !> hints/svr4.sh t/lib/bigfltpm.t
60405 ____________________________________________________________________________
60406 [  8600] By: jhi                                   on 2001/01/30  04:04:01
60407         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
60408              locale fixes.
60409              
60410              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
60411              
60412              Debian allows /usr/bin/locale to exist without any locales. (7868)
60413              
60414              Allow the locale test needing POSIX and the taint test
60415              needing IPC::SysV to run under 'minitest' (basically,
60416              bail out if loading the extension fails). (8384)
60417              
60418              Cleanup the locale.t output  (8480)
60419      Branch: maint-5.6/perl
60420           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
60421           !> t/pragma/locale.t
60422 ____________________________________________________________________________
60423 [  8599] By: jhi                                   on 2001/01/30  03:51:04
60424         Log: Missing generated files from #8598.
60425      Branch: maint-5.6/perl
60426            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60427 ____________________________________________________________________________
60428 [  8598] By: jhi                                   on 2001/01/30  03:41:54
60429         Log: Integrate change #8555 from mainline, manually integrate parts
60430              of changes 8452 and 8583.
60431              
60432              Subject: [PATCH] utf8.c documentation (8452)
60433              
60434              No point in checking the length if the pointer is bogus. (8555)
60435              
60436              Introduce bytes_from_utf8() and implement sv_eq() using it,
60437              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
60438              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
60439              was malformed. (8583)
60440      Branch: maint-5.6/perl
60441            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
60442           !> pod/perlapi.pod sv.c utf8.c
60443 ____________________________________________________________________________
60444 [  8597] By: gsar                                  on 2001/01/30  02:37:26
60445         Log: get PERL_OBJECT build going again on windows
60446      Branch: maint-5.6/perl
60447            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
60448            ! pod/perlapi.pod proto.h sv.c
60449 ____________________________________________________________________________
60450 [  8596] By: jhi                                   on 2001/01/30  02:16:17
60451         Log: Signedness nit.
60452      Branch: perl
60453            ! sv.c
60454 ____________________________________________________________________________
60455 [  8595] By: jhi                                   on 2001/01/30  02:11:07
60456         Log: EBCDIC patch for Storable, from Peter Prymmer.
60457      Branch: perl
60458            ! t/lib/st-06compat.t
60459 ____________________________________________________________________________
60460 [  8594] By: jhi                                   on 2001/01/30  01:04:48
60461         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
60462              From: Peter Prymmer <pvhp@forte.com>
60463              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
60464              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
60465      Branch: perl
60466            ! t/lib/b.t
60467 ____________________________________________________________________________
60468 [  8593] By: jhi                                   on 2001/01/30  00:56:47
60469         Log: Subject: [PATCH: perl@8585] pod problems in io
60470              From: Peter Prymmer <pvhp@forte.com>
60471              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
60472              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
60473      Branch: perl
60474            ! pod/perlapio.pod pod/perliol.pod
60475 ____________________________________________________________________________
60476 [  8592] By: jhi                                   on 2001/01/30  00:48:20
60477         Log: Integrate perlio.
60478      Branch: perl
60479           !> pod/perlapio.pod pod/perliol.pod
60480 ____________________________________________________________________________
60481 [  8591] By: nick                                  on 2001/01/29  22:02:28
60482         Log: GNU 'merge' Simon's copy of perliol.pod with version
60483              patched by Craig's patch.
60484      Branch: perlio
60485            ! pod/perliol.pod
60486 ____________________________________________________________________________
60487 [  8590] By: nick                                  on 2001/01/29  21:55:10
60488         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
60489      Branch: perlio
60490            ! pod/perlapio.pod pod/perliol.pod
60491 ____________________________________________________________________________
60492 [  8589] By: jhi                                   on 2001/01/29  15:35:33
60493         Log: Integrate change #8586 from maint-5.6/perl.
60494              
60495              make the BOM detection code not call tell() until it has to
60496              (meant to fix esoteric compatibility issues where PL_rsfp
60497              is overridden)
60498      Branch: perl
60499           !> toke.c
60500 ____________________________________________________________________________
60501 [  8588] By: jhi                                   on 2001/01/29  15:29:11
60502         Log: Subject: MAking Solaris malloc() the default
60503              From: Lupe Christoph <lupe@lupe-christoph.de>
60504              Date: Mon, 29 Jan 2001 12:59:36 +0100
60505              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
60506              
60507              The README.solaris part slightly tweaked.
60508      Branch: perl
60509            ! README.solaris hints/solaris_2.sh
60510 ____________________________________________________________________________
60511 [  8587] By: jhi                                   on 2001/01/29  15:17:34
60512         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
60513              From: root@ak-75.mind.de
60514              Date: Sun, 28 Jan 2001 20:32:29 +0100
60515              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
60516      Branch: perl
60517            ! pod/perlre.pod
60518 ____________________________________________________________________________
60519 [  8586] By: gsar                                  on 2001/01/29  13:43:44
60520         Log: make the BOM detection code not call tell() until it has to
60521              (meant to fix esoteric compatibility issues where PL_rsfp
60522              is overridden)
60523      Branch: maint-5.6/perl
60524            ! toke.c
60525 ____________________________________________________________________________
60526 [  8585] By: jhi                                   on 2001/01/28  20:05:45
60527         Log: Update Changes.
60528      Branch: perl
60529            ! Changes patchlevel.h
60530 ____________________________________________________________________________
60531 [  8584] By: jhi                                   on 2001/01/28  19:30:02
60532         Log: Integrate perlio.
60533      Branch: perl
60534           +> pod/perliol.pod
60535           !> MANIFEST pod/perlapio.pod
60536 ____________________________________________________________________________
60537 [  8583] By: jhi                                   on 2001/01/28  19:28:40
60538         Log: Patch from Inaba Hiroto:
60539              - canonical UTF-8 hash keys: if a key string for a hash is
60540              UTF8-on, try downgrade the string and use it if
60541              unicode::distinct is not in effect.
60542              For the task, I added a function bytes_from_utf8() to utf8.c.
60543              It might resemble utf8_to_bytes() but it is not convenient
60544              to the task.
60545              Made a test for it and added to t/op/each.t
60546              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
60547              the mortal copy of the argument SV.
60548              And changed t/io/utf8.t test 18 which expects print() to
60549              upgrade its argument.
60550              - re-implement sv_eq with bytes_from_utf8()
60551              - some bug fixes
60552              - tr/// does not handle UTF8 range (\x{}-\x{})
60553              - \ before raw UTF8 character produced
60554              "Malformed UTF-8 character" warning.
60555              - "\x{100}\N{CENT SIGN}" is Malformed.
60556              Added tests for these 3.
60557              - and one silly bug (by me) with qu operator.
60558      Branch: perl
60559            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
60560            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
60561            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
60562 ____________________________________________________________________________
60563 [  8582] By: nick                                  on 2001/01/28  19:25:04
60564         Log: Add pod/perliol.pod to MANIFEST :-(
60565      Branch: perlio
60566            ! MANIFEST
60567 ____________________________________________________________________________
60568 [  8581] By: nick                                  on 2001/01/28  19:22:40
60569         Log: PerlIO documentation. Proofing and sub-editing requested.
60570      Branch: perlio
60571            + pod/perliol.pod
60572            ! pod/perlapio.pod
60573 ____________________________________________________________________________
60574 [  8580] By: jhi                                   on 2001/01/28  05:16:25
60575         Log: Revert the change to sv_2pv() done by #8054: Someone who
60576              did SvNV_set() on a scalar that also happened to be POK,
60577              followed by sv_2pv() won't get the right coercion anymore.
60578              [Sarathy]
60579      Branch: maint-5.6/perl
60580            ! sv.c
60581 ____________________________________________________________________________
60582 [  8579] By: jhi                                   on 2001/01/28  05:15:04
60583         Log: Remove the #8084 effect: do not allow -Q to be interpreted
60584              as -&Q(), this is too much wiggle room.
60585      Branch: maint-5.6/perl
60586            ! toke.c
60587 ____________________________________________________________________________
60588 [  8578] By: jhi                                   on 2001/01/28  05:12:45
60589         Log: Needed bits of #8439 (should have been in #8576),
60590              mainly for lval substr().
60591      Branch: maint-5.6/perl
60592            ! mg.c pp.c pp_hot.c
60593 ____________________________________________________________________________
60594 [  8577] By: jhi                                   on 2001/01/28  05:02:46
60595         Log: A missing check-in.
60596      Branch: maint-5.6/perl
60597            ! utf8.c
60598 ____________________________________________________________________________
60599 [  8576] By: jhi                                   on 2001/01/28  04:26:18
60600         Log: Integrate changes #8425,8436,8439,8517 from mainline.
60601              The 8439 was not truly integrated because it had too many
60602              dependencies on the development branch and because it introduced
60603              concepts too bold for a maintenance branch (such as the qu operator).
60604              
60605              Subject: [PATCH perl@8342] -Wformat
60606              
60607              Tighten some of the UTF-8 tests a bit.
60608              
60609              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
60610              - The substr lval was still not okay.
60611              - Now pp_stringify and sv_setsv copies source's UTF8 flag
60612              even if IN_BYTE.  pp_stringify is called from fold_constants
60613              at optimization phase and "\x{100}" was made SvUTF8_off under
60614              use bytes (the bytes pragma is for "byte semantics" and not
60615              for "do not produce UTF8 data")
60616      Branch: maint-5.6/perl
60617            ! t/lib/charnames.t t/op/substr.t toke.c
60618           !> sv.c t/pragma/utf8.t
60619 ____________________________________________________________________________
60620 [  8575] By: jhi                                   on 2001/01/28  04:01:51
60621         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
60622              
60623              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
60624              
60625              Subject: [ID 20001230.003] UTF-8 tr still hurts
60626              
60627              Test cases for #8385 (from Simon's "torture.pl")
60628              
60629              Start fixing UTF-8 lval substr() (8405)
60630      Branch: maint-5.6/perl
60631           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
60632           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
60633 ____________________________________________________________________________
60634 [  8574] By: jhi                                   on 2001/01/28  03:09:06
60635         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
60636              from mainline.
60637              
60638              UTF-8 cleanup.
60639              
60640              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
60641              
60642              "\x{FF}\xFF" was broken.
60643              
60644              Tests for #8329 and #8330.
60645              
60646              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
60647              
60648              IRIX compiler noticed that the bof initialization might be
60649              bypassed by control flow.
60650              
60651              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
60652      Branch: maint-5.6/perl
60653           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60654           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
60655 ____________________________________________________________________________
60656 [  8573] By: jhi                                   on 2001/01/28  02:06:12
60657         Log: Retract #8552.
60658      Branch: perl
60659            ! lib/Text/Wrap.pm t/lib/textwrap.t
60660 ____________________________________________________________________________
60661 [  8572] By: jhi                                   on 2001/01/28  02:04:49
60662         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
60663              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
60664              not really integrated but instead salvaged by hand
60665              (they had too many dependencies on the development release
60666              to be cleanly integratable).
60667              
60668              Subject: more UTF8 test suites and an UTF8 patch
60669              
60670              Tweak for MULTIPLICITY/USE_PERLIO
60671              
60672              Signedness nit.
60673              
60674              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
60675              
60676              Use the UTF8_XXX macros in is_utf8_char().
60677              
60678              Rewrite pp_concat() in terms of sv_catsv().  The . operator
60679              should now be UTF-8-proof.
60680              
60681              Subject: [PATCH perl@8269] scanning two hex-constants
60682              fails on EBCDIC environment (script length.t)
60683              
60684              Add some Unicode chop() tests.
60685      Branch: maint-5.6/perl
60686            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
60687           !> sv.c t/op/chop.t utf8.h
60688 ____________________________________________________________________________
60689 [  8571] By: jhi                                   on 2001/01/28  00:35:59
60690         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
60691              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
60692              
60693              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
60694              
60695              The maxiters upper limit sanity check (guarding against
60696              non-progress) assumed bytes instead of characters in s///
60697              and split().
60698              
60699              Signedness nit.
60700              
60701              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
60702              join() should now be UTF-8-proof.
60703              
60704              More split // UTF-8 tests. (8250)
60705      Branch: maint-5.6/perl
60706           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
60707           !> util.c
60708 ____________________________________________________________________________
60709 [  8570] By: jhi                                   on 2001/01/27  22:15:46
60710         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
60711              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
60712              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
60713              8084,8204,8244,8333 from mainline.
60714              
60715              For -Q where Q might be a one-letter sub name one does no more
60716              get a warning about an unknown filetest (7941,7943,7944,8084).
60717              
60718              Subject: Re: [ID 20001130.011] expression parsing bug ?
60719              
60720              Make uv_to_utf8() to zero-terminate its output buffer.
60721              
60722              Split off t/op/length.t (7995)
60723              
60724              Split off t/op/utf8decode.t (7996)
60725              
60726              Remove an unnecessary 'use utf8' from the utf8.t (7998)
60727              
60728              Split off t/op/concat.t (8004)
60729              
60730              Split off t/op/ver.t (8005)
60731              
60732              Document utf8_length(), utf8_distance(), and utf8_hop().
60733              
60734              Document utf8_to_uv() better.
60735              
60736              Introduce macros for UTF8 decoding (8028,8033).
60737              
60738              Add test for reverse() (8030,8031).
60739              
60740              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
60741              
60742              Do not return the Unicode replacement character    on UTF-8
60743              decoding failure.
60744              
60745              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
60746              not this_utf8 i.e. the output string has one, but don't mess
60747              with source assumption. (8052,8053)
60748              
60749              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
60750              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
60751              was not expecting to be called with something that was already
60752              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
60753              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
60754              (8054)
60755              
60756              Recode the naughty binary bytes in utf8decode.t using the \xHH.
60757              
60758              Make some panic messages a bit more logical.
60759      Branch: maint-5.6/perl
60760           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
60761           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
60762           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
60763           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
60764           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
60765           !> utf8.c utf8.h
60766 ____________________________________________________________________________
60767 [  8569] By: jhi                                   on 2001/01/27  19:16:43
60768         Log: Integrate changes #7750 from perlio and #8566 from mainline.
60769      Branch: maint-5.6/perl
60770           !> regexec.c sv.c
60771 ____________________________________________________________________________
60772 [  8568] By: jhi                                   on 2001/01/27  18:06:51
60773         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
60774              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
60775              7935[-perlio.c],7936,7959,7965 from mainline.
60776              
60777              Change the "big byte" error message to "Wide character".
60778              (7355, the croak-if-wide-chars-in-print part ignored)
60779              
60780              Use UINT64_C().
60781              
60782              Introduce Perl_utf8_length().
60783              
60784              diff -se shows these as different (7753, forgotten check-ins)
60785              
60786              Subject: [PATCH] doop.c - UTF8 tr///
60787              
60788              If we use (aTHX_ ...) then put Perl_ on the front.
60789              
60790              Make utf8_length() and utf8_distance() to be less forgiving
60791              about bad UTF-8.
60792              
60793              Test line numbers are different with utf8.
60794              
60795              No need to scan till infinity, 13 is enough. (7872,7911)
60796              
60797              Subject: [PATCH] Tokeniser debugging
60798              
60799              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60800              
60801              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
60802              
60803              Be more careful in Perl_sv_utf8_downgrade().
60804              
60805              Use DO_UTF8().
60806              
60807              Raw zero bytes in text files confuse at least GNU patch 2.1.
60808      Branch: maint-5.6/perl
60809           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
60810           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
60811           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
60812           !> t/pragma/utf8.t toke.c utf8.c utf8.h
60813 ____________________________________________________________________________
60814 [  8567] By: nick                                  on 2001/01/27  11:10:38
60815         Log: Integrate mainline
60816      Branch: perlio
60817           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
60818           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
60819           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
60820           !> toke.c
60821 ____________________________________________________________________________
60822 [  8566] By: jhi                                   on 2001/01/27  06:22:48
60823         Log: More documentation for the regexp context stack.
60824      Branch: perl
60825            ! regexec.c
60826 ____________________________________________________________________________
60827 [  8565] By: jhi                                   on 2001/01/27  05:21:57
60828         Log: Update Changes.
60829      Branch: perl
60830            ! Changes patchlevel.h
60831 ____________________________________________________________________________
60832 [  8564] By: jhi                                   on 2001/01/27  04:44:04
60833         Log: Threadedness patch for #8562 from Doug MacEachern.
60834      Branch: perl
60835            ! toke.c
60836 ____________________________________________________________________________
60837 [  8563] By: jhi                                   on 2001/01/27  04:26:24
60838         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60839              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60840              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
60841              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
60842      Branch: perl
60843            ! op.c
60844 ____________________________________________________________________________
60845 [  8562] By: jhi                                   on 2001/01/27  04:20:30
60846         Log: Subject: Re: Announce : Tokener reporting patch
60847              From: Simon Cozens <simon@cozens.net>
60848              Date: Mon, 22 Jan 2001 02:17:22 +0000
60849              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
60850      Branch: perl
60851            ! embed.h embed.pl proto.h toke.c
60852 ____________________________________________________________________________
60853 [  8561] By: jhi                                   on 2001/01/27  04:17:24
60854         Log: Forgot from #8545.  Oops.
60855      Branch: perl
60856            ! pp.c t/pragma/overload.t
60857 ____________________________________________________________________________
60858 [  8560] By: jhi                                   on 2001/01/27  03:01:47
60859         Log: A better module compilation test, use MANIFEST as suggested
60860              by Spider.
60861      Branch: perl
60862            ! t/lib/1_compile.t
60863 ____________________________________________________________________________
60864 [  8559] By: jhi                                   on 2001/01/27  02:50:48
60865         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
60866              From: Peter Prymmer <pvhp@forte.com>
60867              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
60868              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
60869      Branch: perl
60870            ! t/lib/b.t
60871 ____________________________________________________________________________
60872 [  8558] By: jhi                                   on 2001/01/27  02:27:05
60873         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
60874              From: Peter Prymmer <pvhp@forte.com>
60875              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
60876              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
60877      Branch: perl
60878            ! t/pragma/sub_lval.t
60879 ____________________________________________________________________________
60880 [  8557] By: jhi                                   on 2001/01/27  02:26:03
60881         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
60882              From: Peter Prymmer <pvhp@forte.com>
60883              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
60884              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
60885      Branch: perl
60886            ! t/lib/st-06compat.t
60887 ____________________________________________________________________________
60888 [  8556] By: jhi                                   on 2001/01/27  02:24:33
60889         Log: Subject: [PATCH: perl@8531] minor update to README.os390
60890              From: Peter Prymmer <pvhp@forte.com>
60891              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
60892              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
60893      Branch: perl
60894            ! README.os390
60895 ____________________________________________________________________________
60896 [  8555] By: jhi                                   on 2001/01/27  00:35:47
60897         Log: No point in checking the length before we know whether the pointer
60898              is bogus or not, fixes Abigail's odbm failures in Linux.
60899      Branch: perl
60900            ! sv.c
60901 ____________________________________________________________________________
60902 [  8554] By: nick                                  on 2001/01/26  19:01:31
60903         Log: Integrate mainline
60904      Branch: perlio
60905           !> lib/Text/Wrap.pm t/lib/textwrap.t
60906 ____________________________________________________________________________
60907 [  8553] By: jhi                                   on 2001/01/26  15:19:39
60908         Log: Integrate change #7792 from perlio (multiplicity fix),
60909              fix the AV leak in regex DEBUGGING (tiny part of the
60910              polymorphic regexp patch #8143).
60911      Branch: maint-5.6/perl
60912            ! regcomp.c
60913           !> scope.h
60914 ____________________________________________________________________________
60915 [  8552] By: jhi                                   on 2001/01/26  15:03:23
60916         Log: (Retracted by #8573)
60917              
60918              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
60919              From: Michael G Schwern <schwern@pobox.com>
60920              Date: Fri, 26 Jan 2001 09:28:31 -0500
60921              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
60922      Branch: perl
60923            ! lib/Text/Wrap.pm t/lib/textwrap.t
60924 ____________________________________________________________________________
60925 [  8551] By: jhi                                   on 2001/01/26  02:33:19
60926         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
60927              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
60928              
60929              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
60930              
60931              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
60932              
60933              Message nit.
60934              
60935              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
60936              
60937              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
60938              
60939              (the cleanup of unused submatches in regtry() and regcppop())
60940              
60941              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60942              stored and restored, and thusly was trounced by the utf8 swash
60943              routines.
60944              
60945              use utf8 not required to use \x{}.
60946              
60947              Removed two more tests that make no sense in UTF-8 since the test
60948              data is not in UTF-8.
60949              
60950              Get the three different space character classes right under utf8.
60951              
60952              Implement ANYOFUTF8 regprop() dumping.
60953              
60954              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
60955              
60956              Document the regex context pushing/popping a bit better.
60957      Branch: maint-5.6/perl
60958           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60959           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60960           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
60961           !> t/op/regmesg.t utf8.c
60962 ____________________________________________________________________________
60963 [  8550] By: nick                                  on 2001/01/25  19:42:30
60964         Log: Integrate mainline
60965      Branch: perlio
60966           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
60967           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
60968           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
60969           !> t/lib/bigint.t t/lib/bigintpm.t
60970 ____________________________________________________________________________
60971 [  8549] By: jhi                                   on 2001/01/25  15:22:28
60972         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
60973      Branch: maint-5.6/perl
60974            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60975 ____________________________________________________________________________
60976 [  8548] By: jhi                                   on 2001/01/25  15:02:55
60977         Log: Integrate changes #7997,8063,8492,8547 from mainline.
60978              
60979              Subject: Re: STRLEN - what?
60980              
60981              Subject: [PATCH] perlguts.pod
60982              
60983              Memory management calls documentation.
60984              
60985              Layout using tabulator is not a good idea in a pod.
60986      Branch: maint-5.6/perl
60987           !> pod/perlguts.pod
60988 ____________________________________________________________________________
60989 [  8547] By: jhi                                   on 2001/01/25  14:49:05
60990         Log: Layout using tabulator is not a good idea in a pod.
60991      Branch: perl
60992            ! pod/perlguts.pod
60993 ____________________________________________________________________________
60994 [  8546] By: jhi                                   on 2001/01/25  14:31:12
60995         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
60996              from mainline.
60997              
60998              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60999              
61000              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
61001              
61002              More Win32 editor/IDE/shell hints.
61003              
61004              More Win32 Perling.
61005              
61006              Yet another editor edit.
61007              
61008              Edit edit edit.
61009              
61010              IDE/editor section tweaking.
61011              
61012              Few more IDE/editor nits from p5p.
61013      Branch: maint-5.6/perl
61014           !> pod/perlfaq3.pod
61015 ____________________________________________________________________________
61016 [  8545] By: jhi                                   on 2001/01/25  04:16:32
61017         Log: Subject: [PATCH 5.7.0] overload int()
61018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61019              Date: Wed, 24 Jan 2001 19:06:57 -0500
61020              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
61021      Branch: perl
61022            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
61023            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
61024            ! t/lib/bigintpm.t
61025 ____________________________________________________________________________
61026 [  8544] By: jhi                                   on 2001/01/25  04:15:11
61027         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
61028              From: Peter Prymmer <pvhp@forte.com>
61029              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
61030              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
61031      Branch: perl
61032            ! Makefile.SH README.os390 hints/os390.sh installperl
61033 ____________________________________________________________________________
61034 [  8543] By: jhi                                   on 2001/01/25  03:52:08
61035         Log: Integrate change #8462,8469 from mainline.
61036              
61037              In VMS Perl subversion (perl -V) is undef.
61038      Branch: maint-5.6/perl
61039           !> configure.com
61040 ____________________________________________________________________________
61041 [  8542] By: jhi                                   on 2001/01/25  03:44:55
61042         Log: Integrate changes #7835,7850,8315,8316 from mainline.
61043              
61044              Solaris hints.
61045      Branch: maint-5.6/perl
61046           !> hints/solaris_2.sh
61047 ____________________________________________________________________________
61048 [  8541] By: jhi                                   on 2001/01/25  03:39:28
61049         Log: Integrate #8336 from mainline.
61050      Branch: maint-5.6/perl
61051           !> hv.c
61052 ____________________________________________________________________________
61053 [  8540] By: jhi                                   on 2001/01/25  03:23:50
61054         Log: Retract #8539.
61055      Branch: maint-5.6/perl
61056            ! pod/perlfaq3.pod
61057 ____________________________________________________________________________
61058 [  8539] By: jhi                                   on 2001/01/25  03:21:55
61059         Log: (Retracted by #8540.)
61060      Branch: maint-5.6/perl
61061            ! pod/perlfaq3.pod
61062 ____________________________________________________________________________
61063 [  8538] By: jhi                                   on 2001/01/25  03:14:07
61064         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
61065              From: Peter Prymmer <pvhp@forte.com>
61066              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
61067              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
61068              
61069              The VMS bits.
61070      Branch: maint-5.6/perl
61071            ! configure.com vms/descrip_mms.template
61072 ____________________________________________________________________________
61073 [  8537] By: jhi                                   on 2001/01/25  03:06:09
61074         Log: Integrate #7710,7824,7973 from mainline.
61075      Branch: maint-5.6/perl
61076           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61077           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
61078           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
61079           !> vos/config.ga.def vos/config.ga.h win32/config.bc
61080           !> win32/config.gc win32/config.vc
61081 ____________________________________________________________________________
61082 [  8536] By: jhi                                   on 2001/01/24  13:50:20
61083         Log: Revert the edits made by me so far to the 5.6 branch since
61084              the TRIAL1 since I did edits when I should have been using
61085              integrates.  Bad programmer.   (Will integrate them properly later.)
61086              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
61087              The #8353 will not be reapplied at least for now since
61088              the UTF-8 hash keys need more thinking.
61089              (The patches #8347, #8354, #8454, #8473 were okay since they
61090              were original edits made specifically for the 5.6.1-TRIAL1.)
61091      Branch: maint-5.6/perl
61092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61093            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
61094            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
61095            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
61096            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
61097            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61098            ! win32/config.bc win32/config.gc win32/config.vc
61099 ____________________________________________________________________________
61100 [  8535] By: bailey                                on 2001/01/24  06:37:02
61101         Log: SYN SYN
61102      Branch: vmsperl
61103           +> (branch 26 files)
61104           !> (integrate 130 files)
61105 ____________________________________________________________________________
61106 [  8534] By: nick                                  on 2001/01/23  19:30:57
61107         Log: Integrate mainline.
61108      Branch: perlio
61109           !> Changes Configure Porting/Glossary Porting/config.sh
61110           !> Porting/config_H embed.h embed.pl ext/Encode/compile
61111           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
61112           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
61113           !> pod/perlvar.pod proto.h t/lib/1_compile.t
61114 ____________________________________________________________________________
61115 [  8533] By: jhi                                   on 2001/01/23  16:15:46
61116         Log: Forgotten from #8501.
61117      Branch: perl
61118            ! Porting/Glossary Porting/config.sh Porting/config_H
61119 ____________________________________________________________________________
61120 [  8532] By: jhi                                   on 2001/01/23  16:13:27
61121         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
61122              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61123              Date: Mon, 22 Jan 2001 17:51:58 +0100
61124              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
61125      Branch: perl
61126            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
61127 ____________________________________________________________________________
61128 [  8531] By: jhi                                   on 2001/01/23  15:46:01
61129         Log: Update Changes.
61130      Branch: perl
61131            ! Changes patchlevel.h
61132 ____________________________________________________________________________
61133 [  8530] By: jhi                                   on 2001/01/23  15:38:39
61134         Log: De-cut-and-pasto.
61135      Branch: perl
61136            ! t/lib/1_compile.t
61137 ____________________________________________________________________________
61138 [  8529] By: jhi                                   on 2001/01/23  15:11:04
61139         Log: Document the mkdir trailing slashes case.
61140      Branch: perl
61141            ! pod/perlfunc.pod
61142 ____________________________________________________________________________
61143 [  8528] By: jhi                                   on 2001/01/23  15:08:28
61144         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
61145              get installed:
61146              
61147              Subject: lib/lib.pm
61148              From: <abigail@foad.org>
61149              Date: Mon, 28 Aug 2000 20:35:08 -0400
61150              Message-ID: <20000829003508.21281.qmail@foad.org>
61151      Branch: perl
61152            ! installperl
61153 ____________________________________________________________________________
61154 [  8527] By: jhi                                   on 2001/01/23  14:44:04
61155         Log: Metaconfig unit change for #8526.
61156      Branch: metaconfig
61157            ! U/threads/archname.U
61158 ____________________________________________________________________________
61159 [  8526] By: jhi                                   on 2001/01/23  14:43:19
61160         Log: Attach -perlio to the archname if so selected.
61161      Branch: perl
61162            ! Configure
61163 ____________________________________________________________________________
61164 [  8525] By: jhi                                   on 2001/01/23  14:24:01
61165         Log: Subject: [PATCH] pod/perlvar.pod
61166              From: abigail@foad.org
61167              Date: Tue, 23 Jan 2001 01:41:10 +0100
61168              Message-ID: <20010123004110.22259.qmail@foad.org>
61169      Branch: perl
61170            ! pod/perlvar.pod
61171 ____________________________________________________________________________
61172 [  8524] By: jhi                                   on 2001/01/23  14:22:32
61173         Log: A bug introduced in #8217 (the undefined variable in the
61174              lib/safe1_t #3) fixed, by Charles Lane:
61175              
61176              The earlier patch made it so that stuff running in Safe
61177              compartments could do a "caller" and see "main".  That
61178              little change in name is done right before the code in
61179              the compartment is run, and apparantly the parser
61180              was picking up the stash name before it got changed.
61181              
61182              (why it was threaded vs. unthreaded Perl that was sensitive to this
61183              I still don't know...and it probably doesn't matter).
61184              
61185              I tryed removing the stash name-change and saw that threaded Perl
61186              did indeed pass the lib/safe1.t tests.
61187              
61188              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
61189              do the name change (and to connect _ in the compartment to the global
61190              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
61191              to call _safe_pkg_prep when creating a new compartment.
61192              
61193              Passes all tests with threaded perl on linux; passes all tests
61194              with unthreaded perl on VMS.
61195              
61196              At some point I'll probably want to revisit Safe and Opcode to
61197              provide more sensible handling of global variables...and to get
61198              formats working in Safe compartments, which they don't do currently.
61199      Branch: perl
61200            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
61201 ____________________________________________________________________________
61202 [  8523] By: jhi                                   on 2001/01/23  14:11:58
61203         Log: Also the lib/Thread.pm itself needs to be ignored if
61204              the Thread extension hasn't been built.
61205      Branch: perl
61206            ! t/lib/1_compile.t
61207 ____________________________________________________________________________
61208 [  8522] By: jhi                                   on 2001/01/23  13:51:28
61209         Log: print() instead of warn() so that stderr doesn't get
61210              unnecessarily polluted.
61211      Branch: perl
61212            ! ext/Encode/compile
61213 ____________________________________________________________________________
61214 [  8521] By: jhi                                   on 2001/01/23  13:49:48
61215         Log: Integrate perlio.
61216      Branch: perl
61217           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
61218           !> ext/Encode/encode.h
61219 ____________________________________________________________________________
61220 [  8520] By: nick                                  on 2001/01/22  21:44:00
61221         Log: More messing with Encode:
61222              Extra fields in header to allow multiple names and to record
61223              other things "compile" knows.
61224              Re-organise compile to factor out common output routines.
61225      Branch: perlio
61226            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
61227 ____________________________________________________________________________
61228 [  8519] By: nick                                  on 2001/01/22  20:33:50
61229         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
61230      Branch: perlio
61231            ! ext/Encode/Makefile.PL ext/Encode/compile
61232 ____________________________________________________________________________
61233 [  8518] By: nick                                  on 2001/01/22  20:28:13
61234         Log: Integrate mainline
61235      Branch: perlio
61236           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
61237           !> vos/config.alpha.def vos/config.alpha.h
61238 ____________________________________________________________________________
61239 [  8517] By: jhi                                   on 2001/01/22  15:37:17
61240         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
61241              by Inaba Hiroto.
61242      Branch: perl
61243            ! sv.c
61244 ____________________________________________________________________________
61245 [  8516] By: jhi                                   on 2001/01/22  14:55:15
61246         Log: More SIG_SIZE fixes.
61247      Branch: perl
61248            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
61249 ____________________________________________________________________________
61250 [  8515] By: jhi                                   on 2001/01/22  14:50:27
61251         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
61252              From: "Craig A. Berry" <craigberry@mac.com>
61253              Date: Mon, 22 Jan 2001 00:42:24 -0600
61254              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
61255      Branch: perl
61256            ! configure.com
61257 ____________________________________________________________________________
61258 [  8514] By: jhi                                   on 2001/01/22  14:31:17
61259         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
61260              From: "Craig A. Berry" <craigberry@mac.com>
61261              Date: Sun, 21 Jan 2001 23:03:25 -0600
61262              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
61263      Branch: perl
61264            ! configure.com
61265 ____________________________________________________________________________
61266 [  8513] By: jhi                                   on 2001/01/22  14:14:00
61267         Log: Add the .ucm encoding tables to the MANIFEST.
61268      Branch: perl
61269            ! MANIFEST
61270 ____________________________________________________________________________
61271 [  8512] By: jhi                                   on 2001/01/22  13:43:33
61272         Log: Integrate perlio.
61273      Branch: perl
61274           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61275           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61276           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61277           +> ext/Encode/Encode/iso8859-10.ucm
61278           +> ext/Encode/Encode/iso8859-13.ucm
61279           +> ext/Encode/Encode/iso8859-14.ucm
61280           +> ext/Encode/Encode/iso8859-15.ucm
61281           +> ext/Encode/Encode/iso8859-16.ucm
61282           +> ext/Encode/Encode/iso8859-2.ucm
61283           +> ext/Encode/Encode/iso8859-3.ucm
61284           +> ext/Encode/Encode/iso8859-4.ucm
61285           +> ext/Encode/Encode/iso8859-5.ucm
61286           +> ext/Encode/Encode/iso8859-6.ucm
61287           +> ext/Encode/Encode/iso8859-7.ucm
61288           +> ext/Encode/Encode/iso8859-8.ucm
61289           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61290           +> ext/Encode/Encode/symbol.ucm
61291           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
61292           !> perliol.h
61293 ____________________________________________________________________________
61294 [  8511] By: nick                                  on 2001/01/21  23:44:47
61295         Log: Make "real" layers of ":utf8" and ":raw".
61296              So now PERLIO=utf8 perl ...
61297              does what Andreas wanted.
61298              Fix arg passing in open.pm (still have a Carp issue).
61299      Branch: perlio
61300            ! lib/open.pm perlio.c perliol.h
61301 ____________________________________________________________________________
61302 [  8510] By: jhi                                   on 2001/01/21  22:56:53
61303         Log: Document the regex content pushing/popping a bit better.
61304      Branch: perl
61305            ! regexec.c
61306 ____________________________________________________________________________
61307 [  8509] By: jhi                                   on 2001/01/21  22:55:44
61308         Log: Tweak the mkdir trailing slash code some more.
61309              
61310              TO DO: the same handling should probably be done for
61311              all the other filesystem functions that can have directories
61312              as their arguments.
61313      Branch: perl
61314            ! pp_sys.c
61315 ____________________________________________________________________________
61316 [  8508] By: nick                                  on 2001/01/21  21:37:43
61317         Log: Switch "compiled in" encodings to .ucm format.
61318              (Leave others as .enc till we can run-time load .ucm,
61319              or find some other way to load them.)
61320      Branch: perlio
61321            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61322            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61323            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61324            + ext/Encode/Encode/iso8859-10.ucm
61325            + ext/Encode/Encode/iso8859-13.ucm
61326            + ext/Encode/Encode/iso8859-14.ucm
61327            + ext/Encode/Encode/iso8859-15.ucm
61328            + ext/Encode/Encode/iso8859-16.ucm
61329            + ext/Encode/Encode/iso8859-2.ucm
61330            + ext/Encode/Encode/iso8859-3.ucm
61331            + ext/Encode/Encode/iso8859-4.ucm
61332            + ext/Encode/Encode/iso8859-5.ucm
61333            + ext/Encode/Encode/iso8859-6.ucm
61334            + ext/Encode/Encode/iso8859-7.ucm
61335            + ext/Encode/Encode/iso8859-8.ucm
61336            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61337            + ext/Encode/Encode/symbol.ucm
61338            ! ext/Encode/Makefile.PL ext/Encode/compile
61339 ____________________________________________________________________________
61340 [  8507] By: nick                                  on 2001/01/21  21:02:03
61341         Log: Integrate (partial) mainline.
61342      Branch: perlio
61343           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
61344           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
61345           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61346 ____________________________________________________________________________
61347 [  8506] By: jhi                                   on 2001/01/21  20:09:30
61348         Log: Update Changes.
61349      Branch: perl
61350            ! Changes patchlevel.h
61351 ____________________________________________________________________________
61352 [  8505] By: jhi                                   on 2001/01/21  19:39:59
61353         Log: Subject: Minor typos in perlfaq2.pod
61354              From: "Stephen P. Potter" <spp@spotter.yi.org>
61355              Message-Id: <200101192101.QAA11911@spotter.yi.org>
61356              Date: Fri, 19 Jan 2001 16:01:13 -0500
61357              
61358              with a nit from Philip Newton.
61359      Branch: perl
61360            ! pod/perlfaq2.pod
61361 ____________________________________________________________________________
61362 [  8504] By: jhi                                   on 2001/01/21  19:33:05
61363         Log: Metaconfig change for #8503.
61364      Branch: metaconfig
61365            ! U/threads/usethreads.U
61366 ____________________________________________________________________________
61367 [  8503] By: jhi                                   on 2001/01/21  19:32:21
61368         Log: Sanity check for conflicting thread flavours.
61369      Branch: perl
61370            ! Configure config_h.SH
61371 ____________________________________________________________________________
61372 [  8502] By: jhi                                   on 2001/01/21  19:23:00
61373         Log: Metaconfig change for #8501.
61374      Branch: metaconfig
61375            ! U/modified/sig_name.U
61376 ____________________________________________________________________________
61377 [  8501] By: jhi                                   on 2001/01/21  19:22:26
61378         Log: The SIG_SIZE is the number of the elements *excluding*
61379              the terminating NULL.
61380      Branch: perl
61381            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
61382            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
61383            ! win32/config_H.vc
61384 ____________________________________________________________________________
61385 [  8500] By: jhi                                   on 2001/01/21  18:31:31
61386         Log: Integrate perlio.
61387      Branch: perl
61388           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
61389           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
61390           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
61391           !> pp_sys.c proto.h sv.c
61392 ____________________________________________________________________________
61393 [  8499] By: jhi                                   on 2001/01/21  17:43:57
61394         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
61395              From: Hugo <hv@crypt.compulink.co.uk>
61396              Date: Sun, 21 Jan 2001 13:34:05 +0000
61397              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
61398              
61399              In sprintf UTF8ize only if necessary.
61400      Branch: perl
61401            ! sv.c
61402 ____________________________________________________________________________
61403 [  8498] By: nick                                  on 2001/01/21  16:25:32
61404         Log: Encode cleanup.
61405              Add command line control over "compile" so that Makefile.PL
61406              needs can be combined with other uses.
61407              Use command line options in Makefile.PL.
61408              Fix multi-byte parsing in .ucm files.
61409      Branch: perlio
61410            ! ext/Encode/Makefile.PL ext/Encode/compile
61411 ____________________________________________________________________________
61412 [  8497] By: nick                                  on 2001/01/21  12:56:27
61413         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
61414      Branch: perlio
61415            ! ext/Encode/Encode.xs
61416 ____________________________________________________________________________
61417 [  8496] By: nick                                  on 2001/01/21  12:18:45
61418         Log: Fixup after integrate:
61419              missed the .sym files that are changed by regen_headers
61420              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
61421      Branch: perlio
61422            ! global.sym pp.sym sv.c
61423 ____________________________________________________________________________
61424 [  8495] By: nick                                  on 2001/01/21  11:51:07
61425         Log: Integrate mainline.
61426      Branch: perlio
61427           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
61428           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
61429           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
61430           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
61431           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
61432           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
61433           !> win32/Makefile win32/makefile.mk
61434 ____________________________________________________________________________
61435 [  8494] By: jhi                                   on 2001/01/20  23:12:11
61436         Log: Forgot the expect_number() prototype.
61437      Branch: perl
61438            ! embed.h embed.pl proto.h
61439 ____________________________________________________________________________
61440 [  8493] By: jhi                                   on 2001/01/20  22:56:39
61441         Log: Subject: [PATCH: perl@8482] README.vms URL updates
61442              From: Peter Prymmer <pvhp@forte.com>
61443              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
61444              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
61445              
61446              Plus Craig A. Berry's suggestion to use compaq.com instead
61447              of digital.com.
61448      Branch: perl
61449            ! README.vms
61450 ____________________________________________________________________________
61451 [  8492] By: jhi                                   on 2001/01/20  22:50:05
61452         Log: Memory management calls documentation.
61453      Branch: perl
61454            ! pod/perlguts.pod
61455 ____________________________________________________________________________
61456 [  8491] By: jhi                                   on 2001/01/20  22:38:33
61457         Log: Signedness nit plus few memcpy/Copy nits.
61458      Branch: perl
61459            ! sv.c
61460 ____________________________________________________________________________
61461 [  8490] By: jhi                                   on 2001/01/20  22:25:53
61462         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
61463              From: Peter Prymmer <pvhp@forte.com>
61464              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
61465              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
61466      Branch: perl
61467            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
61468 ____________________________________________________________________________
61469 [  8489] By: jhi                                   on 2001/01/20  22:24:41
61470         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
61471              From: Peter Prymmer <pvhp@forte.com>
61472              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
61473              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
61474      Branch: perl
61475            ! win32/Makefile win32/makefile.mk
61476 ____________________________________________________________________________
61477 [  8488] By: jhi                                   on 2001/01/20  22:22:27
61478         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
61479              From: Peter Prymmer <pvhp@forte.com>
61480              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
61481              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
61482      Branch: perl
61483            ! Makefile.SH
61484 ____________________________________________________________________________
61485 [  8487] By: jhi                                   on 2001/01/20  22:21:18
61486         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
61487              From: Peter Prymmer <pvhp@forte.com>
61488              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
61489              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
61490      Branch: perl
61491            + ext/DynaLoader/dl_dllload.xs
61492            ! MANIFEST Makefile.SH hints/os390.sh
61493 ____________________________________________________________________________
61494 [  8486] By: jhi                                   on 2001/01/20  22:17:53
61495         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
61496              From: Peter Prymmer <pvhp@forte.com>
61497              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
61498              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
61499      Branch: perl
61500            ! README.os390 README.posix-bc
61501 ____________________________________________________________________________
61502 [  8485] By: jhi                                   on 2001/01/20  20:15:30
61503         Log: Document and test the new qu operator.
61504      Branch: perl
61505            + t/op/qu.t
61506            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
61507            ! pod/perlretut.pod pod/perlunicode.pod
61508 ____________________________________________________________________________
61509 [  8484] By: nick                                  on 2001/01/20  19:42:30
61510         Log: Infrastructure to allow:
61511              open($fh,"|-",@array);
61512              to be implemented
61513              i.e. mark pp_open as needing a stack mark, and make pp_open
61514              process its args in that style (and pass them _all_ to tied handles OPEN).
61515              Invent do_openn() which takes SV ** at allow it to see multiple args.
61516              Note this does not _do_ anything yet.
61517      Branch: perlio
61518            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
61519            ! perlapi.c pp_proto.h pp_sys.c proto.h
61520 ____________________________________________________________________________
61521 [  8483] By: nick                                  on 2001/01/20  17:23:14
61522         Log: Integrate mainline.
61523      Branch: perlio
61524           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
61525           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
61526 ____________________________________________________________________________
61527 [  8482] By: jhi                                   on 2001/01/19  15:37:49
61528         Log: Update Changes.
61529      Branch: perl
61530            ! Changes patchlevel.h
61531 ____________________________________________________________________________
61532 [  8481] By: jhi                                   on 2001/01/19  14:41:24
61533         Log: Subject: Re: new feature: s?printf parameter reordering 
61534              From: Hugo <hv@crypt.compulink.co.uk>
61535              Date: Thu, 11 Jan 2001 17:09:03 +0000
61536              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
61537              
61538              - support reordering for all parameters: %, *v, *, .*
61539              - lay down that the reordering specification must immediately
61540              follow that parameter: %3$, *v3$, *3$, .*3$
61541              - fix vectorisation of a zero-length string
61542              - factor out the code choosing the argument to format
61543              
61544              Possibly unwanted side-effects:
61545              - the special format specifiers ' +-0' must now precede any
61546              vectorisation specifier. Tests in op/sprintf and op/ver
61547              have been changed to reflect this.
61548              - sprintf.t test #214 changed its expectations because in many
61549              cases, the next parameter has already been consumed when an
61550              invalid type letter is detected.
61551              
61552              Probably wanted side-effects:
61553              - attempts to format a non-existent parameter will warn as if C<undef>
61554              - attempt to write to non-existent parameter with '%n' will complain
61555              of "attempt to modify read-only value" instead of being silent
61556      Branch: perl
61557            ! sv.c t/op/sprintf.t t/op/ver.t
61558 ____________________________________________________________________________
61559 [  8480] By: jhi                                   on 2001/01/19  14:08:37
61560         Log: Subject: PATCH pragma/locale.t
61561              From: andreas.koenig@anima.de (Andreas J. Koenig)
61562              Date: 18 Jan 2001 09:45:37 +0100
61563              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
61564      Branch: perl
61565            ! t/pragma/locale.t
61566 ____________________________________________________________________________
61567 [  8479] By: jhi                                   on 2001/01/19  13:19:58
61568         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
61569      Branch: perl
61570            ! configure.com
61571 ____________________________________________________________________________
61572 [  8478] By: jhi                                   on 2001/01/19  02:12:35
61573         Log: Automate 1_compile.t.
61574      Branch: perl
61575            ! t/lib/1_compile.t
61576 ____________________________________________________________________________
61577 [  8477] By: jhi                                   on 2001/01/19  01:49:56
61578         Log: Integrate perlio.
61579      Branch: perl
61580           !> sv.c win32/config.bc win32/config.gc win32/config.vc
61581           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61582 ____________________________________________________________________________
61583 [  8476] By: nick                                  on 2001/01/18  21:51:52
61584         Log: Integrate mainline
61585      Branch: perlio
61586           +> t/lib/1_compile.t t/lib/compmod.pl
61587           !> MANIFEST configure.com lib/unicode/distinct.pm
61588 ____________________________________________________________________________
61589 [  8475] By: nick                                  on 2001/01/18  21:48:02
61590         Log: Win32 "safe signals" co-existance fix.
61591              Fix SIG_SIZE value.
61592              Clear PL_sig_pending when cloning (fork).
61593      Branch: perlio
61594            ! sv.c win32/config.bc win32/config.gc win32/config.vc
61595            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61596 ____________________________________________________________________________
61597 [  8474] By: jhi                                   on 2001/01/18  14:40:57
61598         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
61599      Branch: perl
61600            ! t/lib/1_compile.t
61601 ____________________________________________________________________________
61602 [  8473] By: gsar                                  on 2001/01/18  11:42:31
61603         Log: unsubmitted trial1 change
61604      Branch: maint-5.6/perl
61605            ! Changes
61606 ____________________________________________________________________________
61607 [  8472] By: jhi                                   on 2001/01/18  04:30:24
61608         Log: The first bug found by 1_compile.t.
61609      Branch: perl
61610            ! lib/unicode/distinct.pm
61611 ____________________________________________________________________________
61612 [  8471] By: jhi                                   on 2001/01/18  04:29:42
61613         Log: Add Schwern's 1_compile test.  The compile_module script renamed
61614              to be a bit shorter for the 8.3 people.
61615      Branch: perl
61616            + t/lib/1_compile.t t/lib/compmod.pl
61617            ! MANIFEST
61618 ____________________________________________________________________________
61619 [  8470] By: jhi                                   on 2001/01/18  04:16:00
61620         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)
61621              From: Peter Prymmer <pvhp@forte.com>
61622              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61623              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61624              Replace #8463.
61625      Branch: maint-5.6/perl
61626            ! configure.com
61627 ____________________________________________________________________________
61628 [  8469] By: jhi                                   on 2001/01/18  04:13:02
61629         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)
61630              From: Peter Prymmer <pvhp@forte.com>
61631              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61632              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61633              Replace #8462.
61634      Branch: perl
61635            ! configure.com
61636 ____________________________________________________________________________
61637 [  8468] By: jhi                                   on 2001/01/18  03:42:08
61638         Log: Integrate perlio.
61639      Branch: perl
61640           !> gv.c mg.c perlio.c util.c
61641 ____________________________________________________________________________
61642 [  8467] By: nick                                  on 2001/01/17  22:41:10
61643         Log: "Safe" signals - trial implementation.
61644              gv.c tweaked to zero PL_sig_pend array
61645              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
61646              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
61647              Odd thing is that it "works" with PERLIO=stdio as well (linux).
61648      Branch: perlio
61649            ! gv.c mg.c perlio.c util.c
61650 ____________________________________________________________________________
61651 [  8466] By: nick                                  on 2001/01/17  20:40:20
61652         Log: Integrate mainline.
61653      Branch: perlio
61654           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61655           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61656           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
61657           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61658           !> vos/config.ga.h win32/config.bc win32/config.gc
61659           !> win32/config.vc
61660 ____________________________________________________________________________
61661 [  8465] By: jhi                                   on 2001/01/17  18:37:13
61662         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61663              From: Nicholas Clark <nick@ccl4.org>
61664              Date: Wed, 17 Jan 2001 17:31:33 +0000
61665              Message-ID: <20010117173133.I2633@plum.flirble.org>
61666      Branch: perl
61667            ! t/op/int.t
61668 ____________________________________________________________________________
61669 [  8464] By: jhi                                   on 2001/01/17  14:43:17
61670         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61671              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61672              Date: Wed, 17 Jan 2001 15:16:43 +0100
61673              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
61674              
61675              pp_int() was dropping an NV to the floor,
61676              int(279964589018079/59) either returned not an integer
61677              4745162525730.15, or one got "Attempt to free unreferenced scalar."
61678      Branch: perl
61679            ! pp.c
61680 ____________________________________________________________________________
61681 [  8463] By: jhi                                   on 2001/01/17  06:12:42
61682         Log: (Replaced by #8470)
61683              
61684              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)
61685              From: "Craig A. Berry" <craigberry@mac.com>
61686              Date: Tue, 16 Jan 2001 23:38:46 -0600
61687              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61688      Branch: maint-5.6/perl
61689            ! configure.com
61690 ____________________________________________________________________________
61691 [  8462] By: jhi                                   on 2001/01/17  06:11:31
61692         Log: (Replaced by #8469)
61693              
61694              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)
61695              From: "Craig A. Berry" <craigberry@mac.com>
61696              Date: Tue, 16 Jan 2001 23:38:46 -0600
61697              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61698      Branch: perl
61699            ! configure.com
61700 ____________________________________________________________________________
61701 [  8461] By: jhi                                   on 2001/01/17  05:56:12
61702         Log: Allow for one trailing slash in the directory of mkdir().
61703      Branch: perl
61704            ! pp_sys.c
61705 ____________________________________________________________________________
61706 [  8460] By: jhi                                   on 2001/01/17  03:26:01
61707         Log: Metaconfig unit changes for #8459.
61708      Branch: metaconfig
61709            ! U/modified/Loc.U U/modified/sig_name.U
61710 ____________________________________________________________________________
61711 [  8459] By: jhi                                   on 2001/01/17  03:24:48
61712         Log: Define SIG_SIZE, the number of elements in the sig_name and
61713              sig_num arrays, including the final NULL entry.
61714      Branch: perl
61715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61716            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61717            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
61718            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61719            ! win32/config.bc win32/config.gc win32/config.vc
61720 ____________________________________________________________________________
61721 [  8458] By: jhi                                   on 2001/01/17  01:41:33
61722         Log: Integrate perlio.
61723      Branch: perl
61724           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61725           !> perlapi.h proto.h sv.c
61726 ____________________________________________________________________________
61727 [  8457] By: nick                                  on 2001/01/16  22:07:26
61728         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
61729              Provides all the "cost" but no benefit yet - it is to allow cost
61730              to be measured, and implementation experiments (just in mg.c?).
61731      Branch: perlio
61732            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61733            ! perlapi.h proto.h sv.c
61734 ____________________________________________________________________________
61735 [  8456] By: nick                                  on 2001/01/16  21:07:07
61736         Log: Integrate mainline.
61737      Branch: perlio
61738           !> (integrate 51 files)
61739 ____________________________________________________________________________
61740 [  8455] By: jhi                                   on 2001/01/16  18:13:43
61741         Log: Subject: [PATCH] regcomp.c old feature removal
61742              From: mjd@plover.com
61743              Date: 16 Jan 2001 14:43:18 -0000 
61744              Message-ID: <20010116144318.7140.qmail@plover.com> 
61745      Branch: perl
61746            ! regcomp.c
61747 ____________________________________________________________________________
61748 [  8454] By: jhi                                   on 2001/01/16  16:12:39
61749         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
61750              From: "Indy Singh" <indy@nusphere.com>
61751              Date: Wed, 10 Jan 2001 20:17:49 -0500
61752              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
61753      Branch: maint-5.6/perl
61754            ! win32/Makefile
61755 ____________________________________________________________________________
61756 [  8453] By: jhi                                   on 2001/01/16  16:09:33
61757         Log: Update Changes.
61758      Branch: perl
61759            ! Changes patchlevel.h
61760 ____________________________________________________________________________
61761 [  8452] By: jhi                                   on 2001/01/16  15:42:04
61762         Log: Subject: Re: API Cleanup
61763              To: perl5-porters@perl.org
61764              Date: Tue, 16 Jan 2001 13:42:30 +0000
61765              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
61766              
61767              Subject: [PATCH] utf8.c documentation
61768              From: Simon Cozens <simon@cozens.net>
61769              Date: Tue, 16 Jan 2001 13:52:48 +0000
61770              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
61771              
61772              Subject: Re: API Cleanup
61773              From: Simon Cozens <simon@cozens.net>
61774              Date: Tue, 16 Jan 2001 14:58:55 +0000
61775              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
61776              
61777              UTF-8 doc patches.
61778      Branch: perl
61779            ! embed.pl pod/perlapi.pod utf8.c
61780 ____________________________________________________________________________
61781 [  8451] By: jhi                                   on 2001/01/16  14:41:39
61782         Log: podlators 1.07, from Russ Allbery.
61783      Branch: perl
61784            ! lib/Pod/Man.pm
61785 ____________________________________________________________________________
61786 [  8450] By: jhi                                   on 2001/01/16  14:24:19
61787         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
61788              From: "Indy Singh" <indy@nusphere.com>
61789              Date: Mon, 15 Jan 2001 20:59:40 -0500
61790              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
61791      Branch: perl
61792            ! win32/Makefile
61793 ____________________________________________________________________________
61794 [  8449] By: jhi                                   on 2001/01/16  03:42:55
61795         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
61796              at the setting of the ofs_sv in new_struct_thread() as the
61797              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
61798              uninitialized fields are, uh, initialized with),
61799              SvREFCNT_inc()ing that invited a core dump.
61800      Branch: perl
61801            ! util.c
61802 ____________________________________________________________________________
61803 [  8448] By: jhi                                   on 2001/01/16  01:49:07
61804         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
61805              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61806              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
61807              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
61808              
61809              Replace #8444 and #8445.
61810      Branch: perl
61811            ! ext/B/B.xs ext/B/B/Debug.pm
61812 ____________________________________________________________________________
61813 [  8447] By: jhi                                   on 2001/01/15  21:05:35
61814         Log: Subject: [PATCH] API Variable documentation   
61815              From: Simon Cozens <simon@cozens.net>
61816              Date: Mon, 15 Jan 2001 19:35:54 +0000
61817              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
61818      Branch: perl
61819            ! pod/perlapi.pod thrdvar.h
61820 ____________________________________________________________________________
61821 [  8446] By: jhi                                   on 2001/01/15  20:49:20
61822         Log: Signedness nit.
61823      Branch: perl
61824            ! pp_ctl.c
61825 ____________________________________________________________________________
61826 [  8445] By: jhi                                   on 2001/01/15  20:28:48
61827         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
61828      Branch: perl
61829            ! ext/B/B/Debug.pm
61830 ____________________________________________________________________________
61831 [  8444] By: jhi                                   on 2001/01/15  13:09:10
61832         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
61833      Branch: perl
61834            ! ext/B/B.xs
61835 ____________________________________________________________________________
61836 [  8443] By: jhi                                   on 2001/01/15  13:06:26
61837         Log: Missing from #8439.
61838      Branch: perl
61839            ! keywords.h mg.c
61840 ____________________________________________________________________________
61841 [  8442] By: jhi                                   on 2001/01/15  13:02:38
61842         Log: Subject: [PATCH @8436] Eliminate op_children
61843              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61844              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
61845              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
61846              
61847              Subject: [PATCH @8436] Re: Eliminate op_children
61848              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61849              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
61850              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
61851      Branch: perl
61852            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
61853            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
61854            ! op.c op.h
61855 ____________________________________________________________________________
61856 [  8441] By: jhi                                   on 2001/01/15  12:57:08
61857         Log: Use the /^Perl_/-less form of is_lvalue_sub().
61858      Branch: perl
61859            ! pp.h
61860 ____________________________________________________________________________
61861 [  8440] By: jhi                                   on 2001/01/15  05:13:09
61862         Log: Revert #8437 and #8438, the Linux large files story is more complex.
61863      Branch: metaconfig/U/perl
61864            ! d_fpos64_t.U d_off64_t.U
61865      Branch: perl
61866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61867            ! config_h.SH configure.com epoc/config.sh perl.h
61868            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61869            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61870            ! win32/config.bc win32/config.gc win32/config.vc
61871 ____________________________________________________________________________
61872 [  8439] By: jhi                                   on 2001/01/15  05:02:24
61873         Log: More UTF-8 patches from Inaba Hiroto.
61874              - The substr lval was still not okay.
61875              - Now pp_stringify and sv_setsv copies source's UTF8 flag
61876              even if IN_BYTE.  pp_stringify is called from fold_constants
61877              at optimization phase and "\x{100}" was made SvUTF8_off under
61878              use bytes (the bytes pragma is for "byte semantics" and not
61879              for "do not produce UTF8 data")
61880              - New `qu' operator to generate UTF8 string explicitly.
61881              Though I agree with the policy "0x00-0xff always produce bytes",
61882              sometimes want to such a string to be coded in UTF8.
61883              I can use pack"U0a*" but it requires more typing and has
61884              runtime overhead.
61885              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
61886              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
61887              string is not UTF8_on and has char 0x80-0xff.
61888              
61889              TODO: document and test qu.
61890      Branch: perl
61891            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
61892            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
61893            ! toke.c
61894 ____________________________________________________________________________
61895 [  8438] By: jhi                                   on 2001/01/14  05:10:23
61896         Log: (Reverted by #8440)
61897              
61898              Metaconfig unit changes for #8437.
61899      Branch: metaconfig/U/perl
61900            ! d_fpos64_t.U d_off64_t.U
61901 ____________________________________________________________________________
61902 [  8437] By: jhi                                   on 2001/01/14  04:55:34
61903         Log: (Reverted by #8440)
61904              
61905              Add <features.h> probing, seems to be needed for (some?)
61906              Linux largefileness.
61907      Branch: perl
61908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61909            ! config_h.SH configure.com epoc/config.sh perl.h
61910            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61911            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61912            ! win32/config.bc win32/config.gc win32/config.vc
61913 ____________________________________________________________________________
61914 [  8436] By: jhi                                   on 2001/01/13  17:47:21
61915         Log: Tighten some of the tests a bit.
61916      Branch: perl
61917            ! t/pragma/utf8.t
61918 ____________________________________________________________________________
61919 [  8435] By: jhi                                   on 2001/01/13  17:31:54
61920         Log: Integrate perlio.
61921      Branch: perl
61922           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
61923           !> win32/config_H.gc win32/config_H.vc
61924 ____________________________________________________________________________
61925 [  8434] By: nick                                  on 2001/01/13  11:36:53
61926         Log: Run dmake regen_config_h for Win32
61927      Branch: perlio
61928            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61929 ____________________________________________________________________________
61930 [  8433] By: nick                                  on 2001/01/13  11:31:55
61931         Log: VMS friendly patch to Encode compile process
61932      Branch: perlio
61933            ! ext/Encode/Makefile.PL ext/Encode/compile
61934 ____________________________________________________________________________
61935 [  8432] By: nick                                  on 2001/01/13  11:06:44
61936         Log: Integrate mainline
61937      Branch: perlio
61938           +> ext/B/B/Concise.pm
61939           !> (integrate 52 files)
61940 ____________________________________________________________________________
61941 [  8431] By: jhi                                   on 2001/01/13  05:55:55
61942         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
61943              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61944              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
61945              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
61946      Branch: perl
61947            ! ext/B/B/Concise.pm
61948 ____________________________________________________________________________
61949 [  8430] By: jhi                                   on 2001/01/13  04:24:18
61950         Log: The LVRET macro needed an aTHX.
61951      Branch: perl
61952            ! pp.h
61953 ____________________________________________________________________________
61954 [  8429] By: jhi                                   on 2001/01/13  02:12:42
61955         Log: Update Changes.
61956      Branch: perl
61957            ! Changes patchlevel.h
61958 ____________________________________________________________________________
61959 [  8428] By: jhi                                   on 2001/01/13  02:08:50
61960         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
61961              From: Peter Prymmer <pvhp@forte.com>
61962              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
61963              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
61964              
61965              Add a BEGIN guard for sloppy floating point division.
61966      Branch: perl
61967            ! lib/Math/BigInt.pm lib/bigint.pl
61968 ____________________________________________________________________________
61969 [  8427] By: jhi                                   on 2001/01/13  01:47:16
61970         Log: The B::Terse drop-in replacement wasn't quite drop-in.
61971      Branch: perl
61972            ! ext/B/B/Terse.pm
61973 ____________________________________________________________________________
61974 [  8426] By: jhi                                   on 2001/01/12  21:20:43
61975         Log: Use UVXf.
61976      Branch: perl
61977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61978            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
61979            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61980            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61981            ! win32/config.gc win32/config.vc
61982 ____________________________________________________________________________
61983 [  8425] By: jhi                                   on 2001/01/12  20:20:14
61984         Log: Subject: [PATCH perl@8342] -Wformat
61985              From: Robin Barker <rmb1@cise.npl.co.uk>
61986              Date: Fri, 12 Jan 2001 20:03:14 GMT
61987              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
61988      Branch: perl
61989            ! ext/Encode/Encode.xs mg.c sv.c toke.c
61990 ____________________________________________________________________________
61991 [  8424] By: jhi                                   on 2001/01/12  20:01:48
61992         Log: Subject: B::Concise -- an improved replacement for B::Terse 
61993              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61994              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
61995              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
61996      Branch: perl
61997            + ext/B/B/Concise.pm
61998            ! MANIFEST ext/B/B/Terse.pm
61999 ____________________________________________________________________________
62000 [  8423] By: jhi                                   on 2001/01/12  19:24:02
62001         Log: The new metaconfig unit from the #8421.
62002      Branch: metaconfig/U/perl
62003            + d_sigprocmask.U
62004 ____________________________________________________________________________
62005 [  8422] By: jhi                                   on 2001/01/12  19:23:43
62006         Log: Forgot the microperl config from the #8421.
62007      Branch: perl
62008            ! uconfig.h uconfig.sh
62009 ____________________________________________________________________________
62010 [  8421] By: jhi                                   on 2001/01/12  19:05:27
62011         Log: Add sigprocmask() probe, regen Configure, regen toc.
62012      Branch: perl
62013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62014            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
62015            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62016            ! vos/config.ga.h win32/config.bc win32/config.gc
62017            ! win32/config.vc
62018 ____________________________________________________________________________
62019 [  8420] By: jhi                                   on 2001/01/12  18:34:31
62020         Log: Add sockatmark() to the todo list.
62021      Branch: perl
62022            ! Todo-5.6
62023 ____________________________________________________________________________
62024 [  8419] By: jhi                                   on 2001/01/12  18:09:46
62025         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
62026      Branch: perl
62027            ! op.c
62028 ____________________________________________________________________________
62029 [  8418] By: jhi                                   on 2001/01/12  18:05:30
62030         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
62031              From: Radu Greab <radu@netsoft.ro>
62032              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
62033              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
62034      Branch: perl
62035            ! op.c t/pragma/sub_lval.t
62036 ____________________________________________________________________________
62037 [  8417] By: jhi                                   on 2001/01/12  16:09:09
62038         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
62039              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
62040              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
62041              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
62042      Branch: perl
62043            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
62044            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
62045            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
62046            ! t/pragma/sub_lval.t toke.c
62047 ____________________________________________________________________________
62048 [  8416] By: jhi                                   on 2001/01/12  15:42:06
62049         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
62050              From: "Richard Soderberg" <rs@crystalflame.net>
62051              Date: Fri, 12 Jan 2001 04:49:35 -0800
62052              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
62053              
62054              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
62055              according to the platform.
62056      Branch: perl
62057            ! op.c
62058 ____________________________________________________________________________
62059 [  8415] By: jhi                                   on 2001/01/12  15:33:41
62060         Log: One more UTF-8 fix from Inaba Hiroto.
62061      Branch: perl
62062            ! pp.c regexec.c t/pragma/utf8.t
62063 ____________________________________________________________________________
62064 [  8414] By: jhi                                   on 2001/01/12  15:30:18
62065         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
62066      Branch: perl
62067            ! regexec.c
62068 ____________________________________________________________________________
62069 [  8413] By: jhi                                   on 2001/01/12  15:22:10
62070         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
62071              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62072              Date: Thu, 11 Jan 2001 12:53:36 +0100
62073              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
62074      Branch: perl
62075            ! toke.c
62076 ____________________________________________________________________________
62077 [  8412] By: jhi                                   on 2001/01/12  15:20:25
62078         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
62079              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62080              Date: Fri, 12 Jan 2001 14:37:55 +0100
62081              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
62082      Branch: perl
62083            ! hints/posix-bc.sh
62084 ____________________________________________________________________________
62085 [  8411] By: jhi                                   on 2001/01/12  15:14:14
62086         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
62087              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62088              Date: Fri, 12 Jan 2001 10:42:21 +0100
62089              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
62090      Branch: perl
62091            ! t/op/regmesg.t
62092 ____________________________________________________________________________
62093 [  8410] By: jhi                                   on 2001/01/12  05:48:55
62094         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
62095              From: Nicholas Clark <nick@ccl4.org> 
62096              Date: Sun, 7 Jan 2001 19:47:14 +0000
62097              Message-ID: <20010107194714.B1048@plum.flirble.org>
62098      Branch: perl
62099            ! t/op/numconvert.t
62100 ____________________________________________________________________________
62101 [  8409] By: jhi                                   on 2001/01/12  05:41:28
62102         Log: Integrate perlio.
62103      Branch: perl
62104           !> mg.c scope.h
62105 ____________________________________________________________________________
62106 [  8408] By: nick                                  on 2001/01/11  22:43:28
62107         Log: Remove variables that were used in experiments.
62108      Branch: perlio
62109            ! mg.c
62110 ____________________________________________________________________________
62111 [  8407] By: nick                                  on 2001/01/11  20:57:44
62112         Log: Catch die in %SIG handler and unblock the signal before re-dying.
62113              This make Linux work _without_ sigsetjmp().
62114              Turn off sigsetjmp() to see what else it does.
62115              May need Configure probe for sigprocmask() if anything has sigaction()
62116              but not sigprocmask().
62117      Branch: perlio
62118            ! mg.c scope.h
62119 ____________________________________________________________________________
62120 [  8406] By: nick                                  on 2001/01/11  19:32:07
62121         Log: Integrate mainline
62122      Branch: perlio
62123           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
62124           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
62125           !> t/op/substr.t
62126 ____________________________________________________________________________
62127 [  8405] By: jhi                                   on 2001/01/11  17:11:01
62128         Log: Fix UTF-8 lval substr().
62129      Branch: perl
62130            ! mg.c t/op/substr.t
62131 ____________________________________________________________________________
62132 [  8404] By: jhi                                   on 2001/01/11  05:13:58
62133         Log: Update Changes.
62134      Branch: perl
62135            ! Changes patchlevel.h
62136 ____________________________________________________________________________
62137 [  8403] By: jhi                                   on 2001/01/11  04:38:24
62138         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
62139              From: Hugo <hv@crypt.compulink.co.uk>
62140              Date: Mon, 30 Oct 2000 01:33:26 +0000
62141              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
62142      Branch: perl
62143            ! regexec.c t/op/re_tests
62144 ____________________________________________________________________________
62145 [  8402] By: jhi                                   on 2001/01/11  04:26:12
62146         Log: Integrate perlio.
62147      Branch: perl
62148           !> scope.h util.c
62149 ____________________________________________________________________________
62150 [  8401] By: nick                                  on 2001/01/10  22:52:55
62151         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
62152              (So Alan and Ilya can try setting via hints.)
62153              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
62154              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
62155              doing the save everywhere seems to restart read() correctly, but just
62156              doing it once "round" the handler does not.
62157      Branch: perlio
62158            ! scope.h
62159 ____________________________________________________________________________
62160 [  8400] By: jhi                                   on 2001/01/10  21:57:54
62161         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
62162              of IRIX, HP-UX is unaffected.
62163      Branch: perl
62164            ! perl.h
62165 ____________________________________________________________________________
62166 [  8399] By: nick                                  on 2001/01/10  21:29:19
62167         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
62168      Branch: perlio
62169            ! util.c
62170 ____________________________________________________________________________
62171 [  8398] By: jhi                                   on 2001/01/10  20:55:31
62172         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
62173              also have ReusePort.
62174      Branch: perl
62175            ! ext/IO/lib/IO/Socket/INET.pm
62176 ____________________________________________________________________________
62177 [  8397] By: jhi                                   on 2001/01/10  20:50:57
62178         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
62179              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62180              Date: Wed, 10 Jan 2001 01:38:13 -0800
62181              Message-ID: <20010110013813.B41744@yahoo-inc.com>
62182      Branch: perl
62183            ! ext/IO/lib/IO/Socket/INET.pm
62184 ____________________________________________________________________________
62185 [  8396] By: jhi                                   on 2001/01/10  20:49:30
62186         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
62187              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62188              Date: Wed, 10 Jan 2001 01:37:32 -0800
62189              Message-ID: <20010110013732.A41744@yahoo-inc.com>
62190      Branch: perl
62191            ! ext/Socket/Socket.pm
62192 ____________________________________________________________________________
62193 [  8395] By: jhi                                   on 2001/01/10  20:41:37
62194         Log: Test for bug id 20010105.016 (fixed by #8378).
62195      Branch: perl
62196            ! t/op/split.t
62197 ____________________________________________________________________________
62198 [  8394] By: jhi                                   on 2001/01/10  20:26:32
62199         Log: Integrate perlio.
62200      Branch: perl
62201            ! util.c
62202 ____________________________________________________________________________
62203 [  8393] By: nick                                  on 2001/01/10  19:34:30
62204         Log: Back out Simon's pid hackery for now.
62205      Branch: perlio
62206            ! util.c
62207 ____________________________________________________________________________
62208 [  8392] By: nick                                  on 2001/01/10  19:23:13
62209         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
62210      Branch: perlio
62211           !> (integrate 29 files)
62212 ____________________________________________________________________________
62213 [  8391] By: jhi                                   on 2001/01/10  18:43:15
62214         Log: Subject: [PATCH] Fix my_pclose segfault
62215              From: Simon Cozens <simon@cozens.net>
62216              Date: Wed, 10 Jan 2001 18:39:35 +0000
62217              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
62218      Branch: perl
62219            ! util.c
62220 ____________________________________________________________________________
62221 [  8390] By: jhi                                   on 2001/01/10  18:42:08
62222         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
62223              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62224              Date:     Wed, 10 Jan 2001 13:23:02 EST
62225              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
62226      Branch: perl
62227            ! ext/Opcode/Opcode.xs
62228 ____________________________________________________________________________
62229 [  8389] By: jhi                                   on 2001/01/10  15:16:07
62230         Log: Turn off the integer preservation for now.
62231      Branch: perl
62232            ! perl.h
62233 ____________________________________________________________________________
62234 [  8388] By: jhi                                   on 2001/01/10  15:01:25
62235         Log: Few more IDE/editor nits from p5p.
62236      Branch: perl
62237            ! pod/perlfaq3.pod
62238 ____________________________________________________________________________
62239 [  8387] By: jhi                                   on 2001/01/10  06:53:16
62240         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
62241              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
62242              Date: Tue, 9 Jan 2001 23:16:02 +0000
62243              Message-ID: <20010109231602.A81101@plum.flirble.org>
62244      Branch: perl
62245            ! sv.c
62246 ____________________________________________________________________________
62247 [  8386] By: jhi                                   on 2001/01/10  03:17:54
62248         Log: Test cases for #8385 (from Simon's "torture.pl")
62249      Branch: perl
62250            ! t/op/tr.t
62251 ____________________________________________________________________________
62252 [  8385] By: jhi                                   on 2001/01/10  03:17:11
62253         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
62254              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
62255              Date: Wed, 10 Jan 2001 11:39:39 +0900
62256              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
62257              
62258              Some more UTF-8 tr cases fixed.
62259      Branch: perl
62260            ! doop.c
62261 ____________________________________________________________________________
62262 [  8384] By: jhi                                   on 2001/01/09  22:45:40
62263         Log: Allow the locale test needing POSIX and the taint test
62264              needing IPC::SysV to run under 'minitest' (basically,
62265              bail out if loading the extension fails)
62266      Branch: perl
62267            ! t/op/misc.t t/op/taint.t
62268 ____________________________________________________________________________
62269 [  8383] By: jhi                                   on 2001/01/09  21:36:04
62270         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
62271              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62272              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
62273              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
62274      Branch: perl
62275            ! t/io/openpid.t
62276 ____________________________________________________________________________
62277 [  8382] By: jhi                                   on 2001/01/09  21:06:08
62278         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
62279              Should finish up the bug id 20001205.022.
62280      Branch: perl
62281            ! pp.c pp_hot.c scope.c
62282 ____________________________________________________________________________
62283 [  8381] By: jhi                                   on 2001/01/09  18:27:43
62284         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
62285              From: Andy Dougherty <doughera@lafayette.edu>
62286              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
62287              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
62288              
62289              More robust yacc/bison error detection.
62290      Branch: perl
62291            ! t/comp/proto.t
62292 ____________________________________________________________________________
62293 [  8380] By: jhi                                   on 2001/01/09  15:21:38
62294         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
62295              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62296              Date:     Tue, 9 Jan 2001 07:53:55 EST
62297              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
62298      Branch: perl
62299            ! t/op/misc.t vms/test.com
62300 ____________________________________________________________________________
62301 [  8379] By: jhi                                   on 2001/01/09  15:20:38
62302         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
62303              From: jhi@cc.hut.fi
62304              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
62305              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
62306              
62307              The #8378 fixed this.
62308      Branch: perl
62309            ! t/op/tr.t
62310 ____________________________________________________________________________
62311 [  8378] By: jhi                                   on 2001/01/09  15:05:32
62312         Log: Subject: One more patch for UTF8 
62313              From: Inaba Hiroto <inaba@st.rim.or.jp>
62314              Date: Tue, 09 Jan 2001 01:04:32 +0900
62315              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
62316              
62317              UTF-8 fixes for 'x' and tr///.
62318      Branch: perl
62319            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
62320            ! regcomp.c regexec.c toke.c utf8.c
62321 ____________________________________________________________________________
62322 [  8377] By: jhi                                   on 2001/01/09  14:32:17
62323         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
62324      Branch: perl
62325            ! t/op/length.t
62326 ____________________________________________________________________________
62327 [  8376] By: jhi                                   on 2001/01/09  04:32:32
62328         Log: integrate changes #7775, #8316, #8316 from mainline
62329      Branch: maint-5.6/perl
62330            ! hints/solaris_2.sh
62331 ____________________________________________________________________________
62332 [  8375] By: jhi                                   on 2001/01/09  04:26:43
62333         Log: Update Changes.
62334      Branch: perl
62335            ! Changes patchlevel.h
62336 ____________________________________________________________________________
62337 [  8374] By: jhi                                   on 2001/01/09  04:14:32
62338         Log: IDE/editor section tweaking.
62339      Branch: perl
62340            ! pod/perlfaq3.pod
62341 ____________________________________________________________________________
62342 [  8373] By: jhi                                   on 2001/01/09  02:38:26
62343         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
62344              From: Peter Prymmer <pvhp@forte.com>
62345              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
62346              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
62347              
62348              In preparation os OS/390 dynamic loading.
62349      Branch: perl
62350            ! README.os390 hints/os390.sh
62351 ____________________________________________________________________________
62352 [  8372] By: jhi                                   on 2001/01/09  00:24:30
62353         Log: Integrate with perlio.
62354      Branch: perl
62355           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62356 ____________________________________________________________________________
62357 [  8371] By: nick                                  on 2001/01/08  23:54:33
62358         Log: Fix "scalars leaked" bugs caused by overload magic
62359              (Highlighted by Ilya's DESTROY optimization.)
62360      Branch: perlio
62361            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62362 ____________________________________________________________________________
62363 [  8370] By: nick                                  on 2001/01/08  20:19:41
62364         Log: Integrate mainline
62365      Branch: perlio
62366           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
62367           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
62368           !> t/op/64bitint.t
62369 ____________________________________________________________________________
62370 [  8369] By: jhi                                   on 2001/01/08  17:30:52
62371         Log: save_delete() Safefree() doesn't (anymore?) work with shared
62372              strings, one test failure in op/misc and almost all of lib/b.
62373              (Outcomments #8369.)
62374      Branch: perl
62375            ! scope.c
62376 ____________________________________________________________________________
62377 [  8368] By: jhi                                   on 2001/01/08  14:47:10
62378         Log: (Outcommented by #8369.)
62379              
62380              Subject: Re: Perl BugID 20001205.022 ---- save_delete
62381              From: Simon Cozens <simon@cozens.net>
62382              Date: Sat, 6 Jan 2001 11:48:40 +0000
62383              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
62384              
62385              The save_delete() does need the Safefree.
62386      Branch: perl
62387            ! scope.c
62388 ____________________________________________________________________________
62389 [  8367] By: bailey                                on 2001/01/08  08:53:52
62390         Log: Once again syncing after too long an absence
62391      Branch: vmsperl
62392           +> (branch 55 files)
62393            - MAINTAIN fix_pl vos/config.def vos/config.h
62394            - vos/config_h.SH_orig
62395           !> (integrate 498 files)
62396 ____________________________________________________________________________
62397 [  8366] By: jhi                                   on 2001/01/08  02:42:59
62398         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
62399              From: nick@ccl4.org
62400              Date: Sun, 7 Jan 2001 21:07:18 +0000
62401              Message-Id: <20010107210717.D1048@plum.flirble.org>
62402      Branch: perl
62403            ! sv.c t/op/64bitint.t
62404 ____________________________________________________________________________
62405 [  8365] By: jhi                                   on 2001/01/08  02:35:16
62406         Log: Subject: [PATCH] environ nit
62407              From: Simon Cozens <simon@cozens.net>
62408              Date: Sun, 7 Jan 2001 17:57:07 +0000
62409              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
62410              
62411              Use environ only if we have it.
62412      Branch: perl
62413            ! mg.c
62414 ____________________________________________________________________________
62415 [  8364] By: jhi                                   on 2001/01/08  02:24:51
62416         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
62417      Branch: perl
62418            ! ext/GDBM_File/GDBM_File.xs
62419 ____________________________________________________________________________
62420 [  8363] By: jhi                                   on 2001/01/08  02:19:24
62421         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
62422              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62423              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
62424              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
62425      Branch: perl
62426            ! dump.c op.c
62427 ____________________________________________________________________________
62428 [  8362] By: jhi                                   on 2001/01/08  02:17:43
62429         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
62430              From: Doug MacEachern <dougm@covalent.net>
62431              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
62432              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
62433              
62434              Allow AUTOLOAD to be an xsub and allow such xsubs
62435              to avoid use of $AUTOLOAD.
62436      Branch: perl
62437            ! gv.c
62438 ____________________________________________________________________________
62439 [  8361] By: jhi                                   on 2001/01/08  02:16:07
62440         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62441              From: Radu Greab <radu@netsoft.ro>
62442              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
62443              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
62444              
62445              No need for the potentially nonportable $SIG{CHLD}.
62446      Branch: perl
62447            ! t/io/pipe.t
62448 ____________________________________________________________________________
62449 [  8360] By: jhi                                   on 2001/01/08  01:58:23
62450         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
62451      Branch: perl
62452            ! lib/Getopt/Long.pm
62453 ____________________________________________________________________________
62454 [  8359] By: jhi                                   on 2001/01/08  01:55:44
62455         Log: Integrate perlio.
62456      Branch: perl
62457           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
62458           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
62459           !> utf8.c win32/Makefile
62460 ____________________________________________________________________________
62461 [  8358] By: jhi                                   on 2001/01/07  21:16:50
62462         Log: Update the EPOC cross SDK URL.
62463      Branch: perl
62464            ! README.epoc
62465 ____________________________________________________________________________
62466 [  8357] By: jhi                                   on 2001/01/07  21:16:09
62467         Log: Update the EPOC cross SDK URL.
62468      Branch: maint-5.6/perl
62469            ! README.epoc
62470 ____________________________________________________________________________
62471 [  8356] By: nick                                  on 2001/01/06  21:47:52
62472         Log: FILE * in XS code for PerlIO world:
62473              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
62474              - Add FILE * T_STDIO typemap.
62475              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
62476      Branch: perlio
62477            ! lib/ExtUtils/typemap perlio.c perlio.h
62478 ____________________________________________________________________________
62479 [  8355] By: jhi                                   on 2001/01/06  20:27:15
62480         Log: integrate change #8336 from mainline
62481              
62482              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
62483      Branch: maint-5.6/perl
62484            ! hv.c
62485 ____________________________________________________________________________
62486 [  8354] By: jhi                                   on 2001/01/06  20:24:29
62487         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62488              From: Robin Barker <rmb1@cise.npl.co.uk>
62489              Date: Fri, 22 Dec 2000 12:17:38 GMT
62490              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
62491              
62492              The patch reformats some long =item lines so they give
62493              correct output via pod2man | nroff -man
62494              
62495              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62496              From: Robin Barker <rmb1@cise.npl.co.uk>
62497              Date: Tue, 2 Jan 2001 15:35:03 GMT
62498              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62499              
62500              Here is a _further_ patch which corrects a few more errors:
62501              * an empty C<=item> in CPAN.pm
62502              * patching the wrong file (pod/perlamiga.pod not README.amiga)
62503              * leaving empty C<=item>s which formatted incorrectly
62504              * over long C<=item>s revealed by latest patch to Pod::Man
62505      Branch: maint-5.6/perl
62506            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62507            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62508            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
62509            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
62510            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
62511            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
62512 ____________________________________________________________________________
62513 [  8353] By: jhi                                   on 2001/01/06  20:21:10
62514         Log: integrate changes #7980, 8056, 8057 from mainline
62515              
62516              UTF-8 hash keys.
62517      Branch: maint-5.6/perl
62518            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
62519 ____________________________________________________________________________
62520 [  8352] By: jhi                                   on 2001/01/06  20:18:44
62521         Log: Forgotten from #8438.
62522      Branch: maint-5.6/perl
62523            ! epoc/epocish.h
62524 ____________________________________________________________________________
62525 [  8351] By: jhi                                   on 2001/01/06  20:18:12
62526         Log: Forgotten from #8347.
62527      Branch: maint-5.6/perl
62528            ! config_h.SH
62529 ____________________________________________________________________________
62530 [  8350] By: jhi                                   on 2001/01/06  20:00:19
62531         Log: Thinko in #8347.
62532      Branch: maint-5.6/perl
62533            ! regcomp.c
62534 ____________________________________________________________________________
62535 [  8349] By: jhi                                   on 2001/01/06  18:05:30
62536         Log: Copy the FAQ3 IDE section from the development branch,
62537              changes originally by Peter Prymmer.
62538      Branch: maint-5.6/perl
62539            ! pod/perlfaq3.pod
62540 ____________________________________________________________________________
62541 [  8348] By: jhi                                   on 2001/01/06  18:03:02
62542         Log: EPOC updates for TRIAL1.
62543              
62544              Subject: [5.6.1 trial1] EPOC update
62545              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62546              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
62547              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
62548              
62549              Subject: epoc patch2 for perl-5.6.1-trial1
62550              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62551              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
62552              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
62553      Branch: maint-5.6/perl
62554            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
62555            ! epoc/epocish.c
62556 ____________________________________________________________________________
62557 [  8347] By: jhi                                   on 2001/01/06  17:29:10
62558         Log: integrate changes #7710,7824,7973 from mainline,
62559              plus VMS nits from Peter Prymmer and Dan Sugalski.
62560              
62561              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
62562              library (getprotobyname and getprotobynumber are outversioned by
62563              the same calls in libc, at least for xlc version 3.
62564              
62565              Add HAS_SBRK_PROTO.
62566              
62567              Fixes for signedness warnings noticed by VMSperlers.
62568      Branch: maint-5.6/perl
62569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62570            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
62571            ! sv.c vms/descrip_mms.template vos/config.alpha.def
62572            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62573            ! win32/config.bc win32/config.gc win32/config.vc
62574 ____________________________________________________________________________
62575 [  8346] By: nick                                  on 2001/01/06  14:36:01
62576         Log: Fixup accumulated integrate muddles (perlio == devperl again)
62577      Branch: perlio
62578            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
62579 ____________________________________________________________________________
62580 [  8345] By: nick                                  on 2001/01/06  14:24:58
62581         Log: Integrate mainline
62582      Branch: perlio
62583           !> (integrate 55 files)
62584 ____________________________________________________________________________
62585 [  8344] By: jhi                                   on 2001/01/06  02:24:02
62586         Log: Subject: [patch] PerlIO_cleanup() prototype
62587              From: Doug MacEachern <dougm@covalent.net>
62588              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
62589              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
62590      Branch: perl
62591            ! perlio.h
62592 ____________________________________________________________________________
62593 [  8343] By: jhi                                   on 2001/01/06  01:04:09
62594         Log: IRIX compiler noticed that the bof initialization might be
62595              bypassed by control flow.
62596      Branch: perl
62597            ! toke.c
62598 ____________________________________________________________________________
62599 [  8342] By: jhi                                   on 2001/01/06  00:10:48
62600         Log: Update Changes.
62601      Branch: perl
62602            ! Changes patchlevel.h
62603 ____________________________________________________________________________
62604 [  8341] By: jhi                                   on 2001/01/05  23:52:33
62605         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
62606      Branch: perl
62607            ! toke.c
62608 ____________________________________________________________________________
62609 [  8340] By: jhi                                   on 2001/01/05  22:44:08
62610         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62611              From: Radu Greab <radu@netsoft.ro>
62612              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
62613              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
62614      Branch: perl
62615            ! t/io/pipe.t util.c
62616 ____________________________________________________________________________
62617 [  8339] By: jhi                                   on 2001/01/05  22:35:17
62618         Log: Subject: [PATCH] format and rewording in perlfaq.pod
62619              From: Robin Barker <rmb1@cise.npl.co.uk>
62620              Date: Fri, 5 Jan 2001 18:51:20 GMT
62621              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
62622      Branch: perl
62623            ! pod/perlfaq.pod
62624 ____________________________________________________________________________
62625 [  8338] By: jhi                                   on 2001/01/05  22:31:17
62626         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
62627              From: Peter Prymmer <pvhp@forte.com>
62628              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
62629              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
62630      Branch: perl
62631            ! utils/perlbug.PL
62632 ____________________________________________________________________________
62633 [  8337] By: jhi                                   on 2001/01/05  18:15:11
62634         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
62635              From: Robin Barker <rmb1@cise.npl.co.uk>
62636              Date: Tue, 2 Jan 2001 15:24:07 GMT
62637              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
62638              
62639              If you call configure as C<./Configure> or C<sh ./Configure>,
62640              $src is set to the absolute path name, not '.'.
62641              
62642              This, in turn, means -Dmksymlink tries to do its stuff because
62643              it does not think it is in the src directory.
62644              
62645              (plus a metaconfig nitfix)
62646      Branch: metaconfig
62647            ! U/compline/ccflags.U U/modified/src.U
62648      Branch: perl
62649            ! Configure config_h.SH
62650 ____________________________________________________________________________
62651 [  8336] By: jhi                                   on 2001/01/05  17:48:32
62652         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
62653              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62654              Message-ID: <3A5606C4.473D2226@uk.sun.com>
62655              Date: Fri, 05 Jan 2001 17:39:16 +0000
62656      Branch: perl
62657            ! hv.c
62658 ____________________________________________________________________________
62659 [  8335] By: jhi                                   on 2001/01/05  16:05:44
62660         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
62661      Branch: perl
62662            ! lib/Getopt/Long.pm
62663 ____________________________________________________________________________
62664 [  8334] By: jhi                                   on 2001/01/05  16:00:51
62665         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
62666              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62667              Date: Fri, 05 Jan 2001 13:46:51 +0100
62668              Message-ID: <13693.978698811@nice.ram.loc>
62669              
62670              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
62671              accurate reading of the "atime".  
62672      Branch: perl
62673            ! t/io/fs.t
62674 ____________________________________________________________________________
62675 [  8333] By: jhi                                   on 2001/01/05  15:57:37
62676         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
62677              From: Simon Cozens <simon@cozens.net>
62678              Date: Fri, 8 Dec 2000 13:33:31 +0000
62679              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
62680              
62681              A lost patch fragment.
62682      Branch: perl
62683            ! doop.c
62684 ____________________________________________________________________________
62685 [  8332] By: jhi                                   on 2001/01/05  15:40:42
62686         Log: Do away with strncpy() and a fixed length buffer.
62687      Branch: perl
62688            ! utf8.c
62689 ____________________________________________________________________________
62690 [  8331] By: jhi                                   on 2001/01/05  15:03:07
62691         Log: Tests for #8329 and #8330.
62692      Branch: perl
62693            ! t/op/bop.t
62694 ____________________________________________________________________________
62695 [  8330] By: jhi                                   on 2001/01/05  15:02:38
62696         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
62697              raw 8-bit form to the UTF-8 string.
62698      Branch: perl
62699            ! toke.c
62700 ____________________________________________________________________________
62701 [  8329] By: jhi                                   on 2001/01/05  14:55:13
62702         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
62703              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62704              Date: Fri, 5 Jan 2001 12:28:52 +0100
62705              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
62706              
62707              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
62708              no effect.  (changed the strncpy() to Copy())
62709      Branch: perl
62710            ! toke.c
62711 ____________________________________________________________________________
62712 [  8328] By: jhi                                   on 2001/01/05  06:44:27
62713         Log: UTF-8 cleanup.
62714      Branch: perl
62715            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
62716            ! regexec.c sv.c toke.c
62717 ____________________________________________________________________________
62718 [  8327] By: jhi                                   on 2001/01/05  01:11:29
62719         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')
62720              From: Radu Greab <radu@netsoft.ro>
62721              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
62722              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
62723              
62724              Cleans up Harness to not use FileHandle, which uses IO.
62725      Branch: perl
62726            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62727 ____________________________________________________________________________
62728 [  8326] By: jhi                                   on 2001/01/05  00:56:37
62729         Log: Update Changes.
62730      Branch: perl
62731            ! Changes patchlevel.h
62732 ____________________________________________________________________________
62733 [  8325] By: jhi                                   on 2001/01/05  00:53:18
62734         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
62735              From: Peter Prymmer <pvhp@forte.com>
62736              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
62737              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
62738              
62739              plus a couple more tailing whitespace removals.
62740      Branch: perl
62741            ! win32/Makefile
62742 ____________________________________________________________________________
62743 [  8324] By: jhi                                   on 2001/01/05  00:47:39
62744         Log: Add some Unicode chop() tests.
62745      Branch: perl
62746            ! t/op/chop.t
62747 ____________________________________________________________________________
62748 [  8323] By: jhi                                   on 2001/01/05  00:47:23
62749         Log: Unify UTF-8 malformedness handling.
62750      Branch: perl
62751            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
62752 ____________________________________________________________________________
62753 [  8322] By: jhi                                   on 2001/01/04  22:21:54
62754         Log: The new $issymlink was unknown to Mksymlinks.
62755      Branch: metaconfig/U/perl
62756            ! Mksymlinks.U issymlink.U
62757      Branch: perl
62758            ! Configure config_h.SH
62759 ____________________________________________________________________________
62760 [  8321] By: jhi                                   on 2001/01/04  21:51:05
62761         Log: The test didn't work under the core test framework.
62762      Branch: perl
62763            ! t/lib/st-lock.t
62764 ____________________________________________________________________________
62765 [  8320] By: jhi                                   on 2001/01/04  21:14:22
62766         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62767      Branch: perl
62768            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
62769 ____________________________________________________________________________
62770 [  8319] By: jhi                                   on 2001/01/04  20:46:17
62771         Log: Typo in #8312 when manually applying a problematic patch fragment.
62772      Branch: perl
62773            ! ext/Storable/Storable.xs
62774 ____________________________________________________________________________
62775 [  8318] By: jhi                                   on 2001/01/04  20:43:01
62776         Log: The $sh_c didn't fly.
62777      Branch: metaconfig
62778            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62779            ! U/modified/Loc.U U/modified/myhostname.U
62780            ! U/modified/spitshell.U
62781      Branch: metaconfig/U/perl
62782            ! issymlink.U
62783      Branch: perl
62784            ! Configure config_h.SH
62785 ____________________________________________________________________________
62786 [  8317] By: jhi                                   on 2001/01/04  19:58:01
62787         Log: AIX builtin test -h is broken, changes based on
62788              
62789              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
62790              Date: Tue, 02 Jan 2001 11:24:39 +0100
62791              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62792              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
62793      Branch: metaconfig
62794            + U/modified/spitshell.U
62795            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62796            ! U/modified/Loc.U U/modified/myhostname.U
62797      Branch: metaconfig/U/perl
62798            ! Mksymlinks.U issymlink.U
62799      Branch: perl
62800            ! Configure
62801 ____________________________________________________________________________
62802 [  8316] By: jhi                                   on 2001/01/04  19:02:22
62803         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
62804              From: Andy Dougherty <doughera@lafayette.edu>
62805              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
62806              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
62807              
62808              Beware of GNU ld.
62809      Branch: perl
62810            ! hints/solaris_2.sh
62811 ____________________________________________________________________________
62812 [  8315] By: jhi                                   on 2001/01/04  18:56:48
62813         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
62814              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
62815              Date: Wed, 3 Jan 2001 07:58:51 +0100
62816              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
62817      Branch: perl
62818            ! hints/solaris_2.sh
62819 ____________________________________________________________________________
62820 [  8314] By: jhi                                   on 2001/01/04  18:54:07
62821         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
62822              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62823              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
62824              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
62825              
62826              Doc tweak on #8313.
62827      Branch: perl
62828            ! ext/B/B/Deparse.pm
62829 ____________________________________________________________________________
62830 [  8313] By: jhi                                   on 2001/01/04  18:52:27
62831         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
62832              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
62833              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62834              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
62835              
62836              Make the peephole optimizer to bypass more null ops and
62837              and rewrite the deparse handling of continue blocks.
62838      Branch: perl
62839            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
62840 ____________________________________________________________________________
62841 [  8312] By: jhi                                   on 2001/01/04  18:47:39
62842         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
62843      Branch: perl
62844            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
62845            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62846            ! t/lib/st-lock.t
62847 ____________________________________________________________________________
62848 [  8311] By: jhi                                   on 2001/01/04  18:36:08
62849         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
62850              filter to be run on each .pm during the pm_to_blib() phase,
62851              a fixed version of
62852              
62853              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
62854              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62855              Date: Wed, 03 Jan 2001 22:01:30 +0100
62856              Message-ID: <5296.978555690@nice.ram.loc>
62857      Branch: perl
62858            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
62859            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
62860            ! lib/ExtUtils/MakeMaker.pm
62861 ____________________________________________________________________________
62862 [  8310] By: jhi                                   on 2001/01/04  18:32:54
62863         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62864              From: Robin Barker <rmb1@cise.npl.co.uk>
62865              Date: Tue, 2 Jan 2001 15:35:03 GMT
62866              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62867      Branch: perl
62868            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
62869            ! pod/perlrequick.pod
62870 ____________________________________________________________________________
62871 [  8309] By: jhi                                   on 2001/01/04  18:29:07
62872         Log: Subject: Re: [patch] static-ize XS()
62873              From: Doug MacEachern <dougm@covalent.net>
62874              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
62875              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
62876              
62877              Provide prototypes for the XS functions.
62878      Branch: perl
62879            ! lib/ExtUtils/xsubpp
62880 ____________________________________________________________________________
62881 [  8308] By: jhi                                   on 2001/01/04  18:27:44
62882         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
62883              From: Doug MacEachern <dougm@covalent.net>
62884              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
62885              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
62886      Branch: perl
62887            ! lib/ExtUtils/typemap
62888 ____________________________________________________________________________
62889 [  8307] By: jhi                                   on 2001/01/04  18:25:25
62890         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
62891              From: Doug MacEachern <dougm@covalent.net>
62892              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
62893              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
62894              
62895              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
62896      Branch: perl
62897            ! lib/ExtUtils/MM_Unix.pm
62898 ____________________________________________________________________________
62899 [  8306] By: jhi                                   on 2001/01/04  18:23:00
62900         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
62901              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62902              Date: Thu, 4 Jan 2001 12:47:10 +0100 
62903              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
62904              
62905              The toke.c part only, patching embed.h and proto.h is futile.
62906      Branch: perl
62907            ! toke.c
62908 ____________________________________________________________________________
62909 [  8305] By: jhi                                   on 2001/01/04  18:05:51
62910         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
62911              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62912              Date: Thu, 4 Jan 2001 17:50:12 +0100 
62913              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
62914      Branch: perl
62915            ! toke.c
62916 ____________________________________________________________________________
62917 [  8304] By: jhi                                   on 2001/01/04  18:03:26
62918         Log: Subject: [PATCH perl@8269]
62919              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62920              Date: Thu, 4 Jan 2001 12:53:39 +0100 
62921              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
62922              
62923              If running byacc write-enable also perly.h.
62924      Branch: perl
62925            ! Makefile.SH
62926 ____________________________________________________________________________
62927 [  8303] By: jhi                                   on 2001/01/04  15:40:49
62928         Log: Rewrite pp_concat() in terms of sv_catsv().
62929      Branch: perl
62930            ! pp_hot.c
62931 ____________________________________________________________________________
62932 [  8302] By: nick                                  on 2001/01/03  22:43:22
62933         Log: Integrate mainline.
62934      Branch: perlio
62935           !> ext/Encode/Encode.xs sv.c utf8.c
62936 ____________________________________________________________________________
62937 [  8301] By: jhi                                   on 2001/01/02  23:40:26
62938         Log: Variable naming tweak.
62939      Branch: perl
62940            ! sv.c
62941 ____________________________________________________________________________
62942 [  8300] By: jhi                                   on 2001/01/02  23:40:02
62943         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
62944              in is_utf8_string().
62945      Branch: perl
62946            ! utf8.c
62947 ____________________________________________________________________________
62948 [  8299] By: jhi                                   on 2001/01/02  22:14:40
62949         Log: Integrate perlio.
62950      Branch: perl
62951           !> pp.c pp_hot.c win32/Makefile
62952 ____________________________________________________________________________
62953 [  8298] By: nick                                  on 2001/01/02  22:03:06
62954         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
62955      Branch: perlio
62956            ! pp.c pp_hot.c
62957 ____________________________________________________________________________
62958 [  8297] By: jhi                                   on 2001/01/02  04:26:28
62959         Log: Signedness nit.
62960      Branch: perl
62961            ! ext/Encode/Encode.xs
62962 ____________________________________________________________________________
62963 [  8296] By: nick                                  on 2001/01/01  23:49:36
62964         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
62965      Branch: perlio
62966            ! win32/Makefile
62967 ____________________________________________________________________________
62968 [  8295] By: jhi                                   on 2001/01/01  23:05:48
62969         Log: Integrate perlio.
62970      Branch: perl
62971           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62972           !> t/lib/encode.t
62973 ____________________________________________________________________________
62974 [  8294] By: nick                                  on 2001/01/01  22:48:34
62975         Log: Integrate mainline
62976      Branch: perlio
62977            ! pp_hot.c t/lib/encode.t
62978           !> (integrate 65 files)
62979 ____________________________________________________________________________
62980 [  8293] By: nick                                  on 2001/01/01  21:58:50
62981         Log: More rigor in UTF-8-ness of Encode's toUnicode
62982              XS export some of the utf8 internal functions.
62983              Test some of the functions.
62984              Fix pp_concat() bug shown by said tests.
62985      Branch: perlio
62986            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62987            ! t/lib/encode.t
62988 ____________________________________________________________________________
62989 [  8292] By: jhi                                   on 2001/01/01  18:11:44
62990         Log: Integrate perlio.
62991      Branch: perl
62992           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62993           !> ext/Encode/encengine.c ext/Encode/encode.h
62994 ____________________________________________________________________________
62995 [  8291] By: jhi                                   on 2001/01/01  18:10:58
62996         Log: Podify README.mpeix (a new version from the web),
62997              add a dummy NAME to Carp::Heavy, regen toc.
62998      Branch: perl
62999            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
63000            ! pod/perltoc.pod
63001 ____________________________________________________________________________
63002 [  8290] By: nick                                  on 2001/01/01  17:43:47
63003         Log: Loose the "Loading..." warning.
63004              Another bug in fallback support
63005      Branch: perlio
63006            ! ext/Encode/Encode.pm ext/Encode/encengine.c
63007 ____________________________________________________________________________
63008 [  8289] By: jhi                                   on 2001/01/01  00:01:57
63009         Log: Bump up Larry's copyright.
63010      Branch: perl
63011            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
63012            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
63013            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
63014            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
63015            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
63016            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
63017            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
63018            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
63019 ____________________________________________________________________________
63020 [  8288] By: nick                                  on 2000/12/31  21:27:53
63021         Log: Fix .ucm reading - forgot a chr()
63022              Start of .ucm write (for .enc to .ucm)
63023      Branch: perlio
63024            ! ext/Encode/compile
63025 ____________________________________________________________________________
63026 [  8287] By: jhi                                   on 2000/12/31  18:15:56
63027         Log: Comment away a diagnostic message as noted by Craig A. Berry
63028              (the unexpected message was confusing testing)
63029      Branch: perl
63030            ! ext/Encode/Encode.pm
63031 ____________________________________________________________________________
63032 [  8286] By: jhi                                   on 2000/12/31  18:14:51
63033         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
63034              Date: Sun, 31 Dec 2000 11:17:37 -0600
63035              From: "Craig A. Berry" <craigberry@mac.com>
63036              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
63037      Branch: perl
63038            ! ext/Encode/Makefile.PL
63039 ____________________________________________________________________________
63040 [  8285] By: nick                                  on 2000/12/31  18:11:54
63041         Log: Start of support of ICU-style .ucm files:
63042              - teach compile how to read a .ucm file
63043              - first guess at how to represent fallbacks in "tries".
63044              - use fallbacks if check == 0
63045              - new return code to indicate we used one.
63046      Branch: perlio
63047            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
63048            ! ext/Encode/encengine.c ext/Encode/encode.h
63049 ____________________________________________________________________________
63050 [  8284] By: jhi                                   on 2000/12/31  18:04:41
63051         Log: Pacify picky VMS compiler.
63052              
63053              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
63054              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63055              Date: Sat, 30 Dec 2000 18:10:02 -0600
63056              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
63057      Branch: perl
63058            ! sv.c
63059 ____________________________________________________________________________
63060 [  8283] By: jhi                                   on 2000/12/31  16:11:47
63061         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
63062      Branch: perl
63063            ! t/lib/glob-basic.t
63064 ____________________________________________________________________________
63065 [  8282] By: jhi                                   on 2000/12/31  15:26:11
63066         Log: Integrate perlio.
63067      Branch: perl
63068           !> makedef.pl opcode.pl os2/os2.c perlio.c
63069 ____________________________________________________________________________
63070 [  8281] By: nick                                  on 2000/12/31  10:06:15
63071         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
63072              is available to be exported
63073      Branch: perlio
63074            ! makedef.pl perlio.c
63075 ____________________________________________________________________________
63076 [  8280] By: nick                                  on 2000/12/31  09:41:26
63077         Log: Ilya's OS2 patch (testing for damage on Win32)
63078      Branch: perlio
63079            ! makedef.pl opcode.pl os2/os2.c
63080 ____________________________________________________________________________
63081 [  8279] By: jhi                                   on 2000/12/30  21:52:07
63082         Log: Test nits.
63083      Branch: perl
63084            ! t/lib/syslfs.t t/op/lfs.t
63085 ____________________________________________________________________________
63086 [  8278] By: jhi                                   on 2000/12/30  21:47:49
63087         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
63088              From: andreas.koenig@anima.de (Andreas J. Koenig)
63089              Date: 30 Dec 2000 22:35:37 +0100
63090              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
63091              
63092              The 32-bit wraparound test wasn't quite right.
63093      Branch: perl
63094            ! t/lib/syslfs.t t/op/lfs.t
63095 ____________________________________________________________________________
63096 [  8277] By: jhi                                   on 2000/12/30  21:33:44
63097         Log: Subject: [PATCH] open() example in perlfunc.pod 
63098              From: Karsten Sperling <s_sperli@ira.uka.de>
63099              Date: Sat, 30 Dec 2000 22:27:09 +0100
63100              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
63101      Branch: perl
63102            ! pod/perlfunc.pod
63103 ____________________________________________________________________________
63104 [  8276] By: jhi                                   on 2000/12/30  20:32:40
63105         Log: Not quite that many tests yet.
63106      Branch: perl
63107            ! t/op/pat.t
63108 ____________________________________________________________________________
63109 [  8275] By: jhi                                   on 2000/12/30  20:26:58
63110         Log: Integrate perlio.
63111      Branch: perl
63112           !> toke.c
63113 ____________________________________________________________________________
63114 [  8274] By: jhi                                   on 2000/12/30  20:24:56
63115         Log: Signedness nit.
63116      Branch: perl
63117            ! utf8.c
63118 ____________________________________________________________________________
63119 [  8273] By: jhi                                   on 2000/12/30  20:15:46
63120         Log: Add a test case for 20000731.001 which was fixed by the #8267.
63121      Branch: perl
63122            ! t/op/pat.t
63123 ____________________________________________________________________________
63124 [  8272] By: nick                                  on 2000/12/30  19:47:51
63125         Log: Tweak for MULTIPLICITY/USE_PERLIO
63126      Branch: perlio
63127            ! toke.c
63128 ____________________________________________________________________________
63129 [  8271] By: nick                                  on 2000/12/30  19:46:45
63130         Log: Integrate mainline
63131      Branch: perlio
63132           +> lib/unicode/distinct.pm
63133           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
63134           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
63135           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
63136 ____________________________________________________________________________
63137 [  8270] By: jhi                                   on 2000/12/30  19:39:50
63138         Log: Subject: RE: perl@8269
63139              From: "Richard Soderberg" <rs@crystalflame.net>
63140              Date: Sat, 30 Dec 2000 11:36:27 -0800
63141              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
63142              
63143              A missing aTHX_.
63144      Branch: perl
63145            ! toke.c
63146 ____________________________________________________________________________
63147 [  8269] By: jhi                                   on 2000/12/30  18:55:48
63148         Log: Update Changes.
63149      Branch: perl
63150            ! Changes patchlevel.h
63151 ____________________________________________________________________________
63152 [  8268] By: jhi                                   on 2000/12/30  17:18:40
63153         Log: Add a test for Unicode split //.  The #8267 was the cure.
63154      Branch: perl
63155            ! t/op/split.t
63156 ____________________________________________________________________________
63157 [  8267] By: jhi                                   on 2000/12/30  17:14:19
63158         Log: Subject: more UTF8 test suites and an UTF8 patch
63159              From: Inaba Hiroto <inaba@st.rim.or.jp>
63160              Date: Sat, 30 Dec 2000 14:27:10 +0900
63161              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
63162              
63163              Just the patch part for now, and the pragma renamed
63164              as unicode::distinct.
63165      Branch: perl
63166            + lib/unicode/distinct.pm
63167            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
63168            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
63169            ! regcomp.h regexec.c sv.c toke.c utf8.c
63170 ____________________________________________________________________________
63171 [  8266] By: nick                                  on 2000/12/30  16:40:49
63172         Log: Integrate mainline
63173      Branch: perlio
63174           +> lib/Pod/Text/Overstrike.pm
63175           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
63176           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
63177           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
63178           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
63179           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
63180 ____________________________________________________________________________
63181 [  8265] By: jhi                                   on 2000/12/30  07:28:55
63182         Log: The sv_catsv() fix, take two.
63183      Branch: perl
63184            ! sv.c t/op/join.t
63185 ____________________________________________________________________________
63186 [  8264] By: jhi                                   on 2000/12/30  06:19:18
63187         Log: Undo all the join-related changes since #8248: relevant
63188              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
63189              The new sv_catsv() doesn't fly so it must go back to
63190              the drawing board.
63191      Branch: perl
63192            ! sv.c t/op/join.t t/pragma/utf8.t
63193 ____________________________________________________________________________
63194 [  8263] By: jhi                                   on 2000/12/30  01:08:32
63195         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
63196      Branch: perl
63197            ! sv.c
63198 ____________________________________________________________________________
63199 [  8262] By: jhi                                   on 2000/12/30  00:45:14
63200         Log: Retract #8261.
63201      Branch: perl
63202            ! hv.c util.c
63203 ____________________________________________________________________________
63204 [  8261] By: jhi                                   on 2000/12/30  00:38:32
63205         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
63206      Branch: perl
63207            ! hv.c util.c
63208 ____________________________________________________________________________
63209 [  8260] By: jhi                                   on 2000/12/29  22:51:33
63210         Log: (Retracted by #8264)  More fixing for #8251.
63211      Branch: perl
63212            ! sv.c
63213 ____________________________________________________________________________
63214 [  8259] By: jhi                                   on 2000/12/29  18:27:30
63215         Log: Subject: podlators 1.06 released
63216              From: Russ Allbery <rra@stanford.edu>
63217              Date: 25 Dec 2000 05:09:30 -0800
63218              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
63219      Branch: perl
63220            + lib/Pod/Text/Overstrike.pm
63221            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
63222            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
63223 ____________________________________________________________________________
63224 [  8258] By: jhi                                   on 2000/12/29  18:20:45
63225         Log: Make the large file tests more robust/talkative as suggested by
63226              
63227              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
63228              From: andreas.koenig@anima.de (Andreas J. Koenig)
63229              Date: 29 Dec 2000 14:23:01 +0100
63230              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
63231      Branch: perl
63232            ! t/lib/syslfs.t t/op/lfs.t
63233 ____________________________________________________________________________
63234 [  8257] By: jhi                                   on 2000/12/29  17:48:04
63235         Log: Further VMS piping fixes from Charles Lane:
63236              
63237              In summary, error messages produced when a subprocess terminated
63238              abnormally were being sent not just to the parent process, but to
63239              grandparents, because of default values for error output that were
63240              not completely overridden when the subprocess was started.
63241              
63242              This patch fixes this behavior by defining user-mode (i.e., temporary
63243              for the duration of the program) logical names for SYS$OUTPUT and
63244              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
63245              changes to make it so that the user-mode logicals are the ones that
63246              control where Perl's error messages go if it terminates abnormally.
63247              
63248              I also added some gratuitous fixes to the indentation of braces in
63249              the piping code.  It just looked ugly, before.
63250      Branch: perl
63251            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
63252 ____________________________________________________________________________
63253 [  8256] By: jhi                                   on 2000/12/29  17:45:12
63254         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
63255              From: "Casey R. Tweten" <crt@kiski.net>
63256              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
63257              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
63258              
63259              Tests for for #8240.
63260      Branch: perl
63261            ! t/pragma/constant.t
63262 ____________________________________________________________________________
63263 [  8255] By: jhi                                   on 2000/12/29  17:43:07
63264         Log: Subject: Re: [PATCH] Interesting syntax idea
63265              From: Simon Cozens <simon@cozens.net>
63266              Date: Fri, 29 Dec 2000 14:34:04 +0000
63267              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
63268              
63269              Tests for #8254.
63270      Branch: perl
63271            ! t/pragma/sub_lval.t
63272 ____________________________________________________________________________
63273 [  8254] By: jhi                                   on 2000/12/29  17:42:11
63274         Log: Subject: [PATCH] Interesting syntax idea
63275              From: Simon Cozens <simon@cozens.net>
63276              Date: Wed, 27 Dec 2000 05:08:57 +0000
63277              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
63278              
63279              Make opens + bareword assigns do typeglob assigns.
63280      Branch: perl
63281            ! op.c
63282 ____________________________________________________________________________
63283 [  8253] By: jhi                                   on 2000/12/29  17:36:45
63284         Log: Output the (apparent) version of gcc, as suggested by
63285              
63286              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
63287              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
63288              Date: 26 Dec 2000 04:29:17 -0500
63289              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
63290              
63291              (The patch as such didn't any more apply as the misparsing had
63292              already been addressed in #6474.)  Also change the wording about
63293              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
63294      Branch: perl
63295            ! hints/dec_osf.sh
63296 ____________________________________________________________________________
63297 [  8252] By: nick                                  on 2000/12/29  12:14:31
63298         Log: Integrate mainline
63299      Branch: perlio
63300           !> (integrate 27 files)
63301 ____________________________________________________________________________
63302 [  8251] By: jhi                                   on 2000/12/29  08:45:46
63303         Log: (Retracted by #8264)
63304              
63305              (Fixed by #8260.)
63306              
63307              sv_catsv() needs one more byte space than seems reasonable.
63308              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
63309              Curiouser and curiouser.
63310      Branch: perl
63311            ! sv.c
63312 ____________________________________________________________________________
63313 [  8250] By: jhi                                   on 2000/12/29  07:57:52
63314         Log: More split // UTF-8 tests.
63315      Branch: perl
63316            ! t/pragma/utf8.t
63317 ____________________________________________________________________________
63318 [  8249] By: jhi                                   on 2000/12/29  07:54:51
63319         Log: (Retracted by #8264)  More join() testing which was good because
63320              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
63321      Branch: perl
63322            ! pp.c t/op/join.t utf8.c utf8.h
63323 ____________________________________________________________________________
63324 [  8248] By: jhi                                   on 2000/12/29  07:08:32
63325         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
63326              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
63327              that the only cases to care about are byte+byte and byte+character.
63328              
63329              TODO: See how well pp_concat() could be implemented in terms
63330              of sv_catsv().
63331      Branch: perl
63332            ! doop.c sv.c t/op/join.t utf8.h
63333 ____________________________________________________________________________
63334 [  8247] By: jhi                                   on 2000/12/29  06:35:23
63335         Log: Signedness nit.
63336      Branch: perl
63337            ! pp_hot.c
63338 ____________________________________________________________________________
63339 [  8246] By: jhi                                   on 2000/12/29  01:23:31
63340         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
63341              From: Lupe Christoph <lupe@lupe-christoph.de>
63342              Date: Thu, 28 Dec 2000 23:00:00 +0100
63343              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
63344              
63345              Suggest rsync --delete --dry-run.
63346      Branch: perl
63347            ! pod/perlhack.pod
63348 ____________________________________________________________________________
63349 [  8245] By: jhi                                   on 2000/12/28  23:57:05
63350         Log: The maxiters upper limit sanity check (guarding against
63351              non-progress) assumed bytes instead of characters in s///
63352              and split().
63353      Branch: perl
63354            ! pp.c pp_hot.c
63355 ____________________________________________________________________________
63356 [  8244] By: jhi                                   on 2000/12/28  23:34:08
63357         Log: Make some panic messages a bit more logical.
63358      Branch: perl
63359            ! doop.c pod/perldiag.pod pp.c pp_hot.c
63360 ____________________________________________________________________________
63361 [  8243] By: jhi                                   on 2000/12/28  22:59:16
63362         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
63363              From: Simon Cozens <simon@cozens.net>
63364              Date: Wed, 27 Dec 2000 02:30:03 +0000
63365              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
63366      Branch: perl
63367            ! pp.c t/pragma/sub_lval.t
63368 ____________________________________________________________________________
63369 [  8242] By: jhi                                   on 2000/12/28  22:56:53
63370         Log: Subject: [PATCH blead] Fix B::Terse indentation
63371              From: Daniel Chetlin <daniel@chetlin.com>
63372              Date: Wed, 27 Dec 2000 06:43:30 -0800
63373              Message-ID: <20001227064329.B9573@darkstar>
63374      Branch: perl
63375            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
63376 ____________________________________________________________________________
63377 [  8241] By: jhi                                   on 2000/12/28  22:48:59
63378         Log: The latter patch from the
63379              
63380              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
63381              From: Peter Prymmer <pvhp@forte.com> 
63382              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
63383              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
63384              
63385              (the former patch from the above should have been
63386              taken care of by Nick I-S)
63387      Branch: perl
63388            ! win32/Makefile
63389 ____________________________________________________________________________
63390 [  8240] By: jhi                                   on 2000/12/28  22:45:22
63391         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
63392              From: "Casey R. Tweten" <crt@kiski.net>
63393              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
63394              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
63395      Branch: perl
63396            ! lib/constant.pm
63397 ____________________________________________________________________________
63398 [  8239] By: jhi                                   on 2000/12/28  22:37:45
63399         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
63400              From: Simon Cozens <simon@cozens.net>
63401              Date: Wed, 27 Dec 2000 14:12:44 +0000
63402              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
63403      Branch: perl
63404            ! t/op/method.t t/op/sort.t toke.c
63405 ____________________________________________________________________________
63406 [  8238] By: jhi                                   on 2000/12/28  22:30:32
63407         Log: Subject: [PATCH perl@8229] Call.pm
63408              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63409              Date: Mon, 25 Dec 2000 10:47:15 -0000
63410              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
63411      Branch: perl
63412            ! ext/Filter/Util/Call/Call.pm
63413 ____________________________________________________________________________
63414 [  8237] By: jhi                                   on 2000/12/28  22:19:21
63415         Log: Subject: [PATCH blead] Fix problem with `&' prototype
63416              From: Daniel Chetlin <daniel@chetlin.com>
63417              Date: Wed, 27 Dec 2000 15:55:32 -0800
63418              Message-ID: <20001227155532.D9573@darkstar>
63419      Branch: perl
63420            ! op.c t/comp/proto.t
63421 ____________________________________________________________________________
63422 [  8236] By: jhi                                   on 2000/12/28  22:09:25
63423         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
63424              From: Daniel Chetlin <daniel@chetlin.com>
63425              Date: Sun, 24 Dec 2000 04:09:49 -0800
63426              Message-ID: <20001224040949.B3090@darkstar>
63427      Branch: perl
63428            ! gv.c mg.c t/op/attrs.t
63429 ____________________________________________________________________________
63430 [  8235] By: jhi                                   on 2000/12/28  22:07:11
63431         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
63432              From: Jan Dubois <jand@ActiveState.com>
63433              Date: Tue, 26 Dec 2000 20:57:31 -0800
63434              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
63435      Branch: perl
63436            ! win32/win32.c
63437 ____________________________________________________________________________
63438 [  8234] By: jhi                                   on 2000/12/28  21:52:42
63439         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
63440              From: Simon Cozens <simon@cozens.net>
63441              Date: Thu, 28 Dec 2000 20:33:13 +0000
63442              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
63443      Branch: perl
63444            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
63445 ____________________________________________________________________________
63446 [  8233] By: jhi                                   on 2000/12/28  19:40:49
63447         Log: Integrate perlio.
63448      Branch: perl
63449           !> ext/Encode/Makefile.PL ext/Encode/compile
63450 ____________________________________________________________________________
63451 [  8232] By: nick                                  on 2000/12/23  16:06:00
63452         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
63453              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
63454      Branch: perlio
63455            ! ext/Encode/Makefile.PL
63456 ____________________________________________________________________________
63457 [  8231] By: nick                                  on 2000/12/23  14:30:34
63458         Log: "Compiled" encode build cleanup
63459              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
63460              - .c files do not export sub-tables
63461      Branch: perlio
63462            ! ext/Encode/Makefile.PL ext/Encode/compile
63463 ____________________________________________________________________________
63464 [  8230] By: nick                                  on 2000/12/23  12:50:37
63465         Log: Integrate mainline
63466      Branch: perlio
63467           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63468           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63469           !> pod/perl5004delta.pod pod/perl5005delta.pod
63470           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63471           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63472           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63473           !> pod/perlsub.pod
63474 ____________________________________________________________________________
63475 [  8229] By: jhi                                   on 2000/12/22  15:32:12
63476         Log: Integrate perlio.
63477      Branch: perl
63478           +> win32/distclean.bat
63479           !> MANIFEST t/io/utf8.t
63480 ____________________________________________________________________________
63481 [  8228] By: jhi                                   on 2000/12/22  15:29:40
63482         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
63483              From: Robin Barker <rmb1@cise.npl.co.uk>
63484              Date: Fri, 22 Dec 2000 12:17:38 GMT
63485              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
63486      Branch: perl
63487            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63488            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63489            ! pod/perl5004delta.pod pod/perl5005delta.pod
63490            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63491            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63492            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63493            ! pod/perlsub.pod
63494 ____________________________________________________________________________
63495 [  8227] By: jhi                                   on 2000/12/22  15:24:28
63496         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63497              From: "John L. Allen" <allen@grumman.com>
63498              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
63499              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
63500              
63501              Document APPLLIB_EXP.
63502      Branch: perl
63503            ! INSTALL
63504 ____________________________________________________________________________
63505 [  8226] By: nick                                  on 2000/12/21  22:11:50
63506         Log: Handy script for when one forgets to "dmake clean" 
63507      Branch: perlio
63508            + win32/distclean.bat
63509            ! MANIFEST
63510 ____________________________________________________________________________
63511 [  8225] By: nick                                  on 2000/12/21  21:54:04
63512         Log: CRLF platform issue with io/utf8 fix.
63513      Branch: perlio
63514            ! t/io/utf8.t
63515 ____________________________________________________________________________
63516 [  8224] By: nick                                  on 2000/12/21  21:02:20
63517         Log: Integrate mainline
63518      Branch: perlio
63519           !> Changes Configure Makefile.SH Porting/Glossary
63520           !> Porting/config.sh Porting/config_H configure.com
63521           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
63522           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
63523           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
63524           !> win32/config.bc win32/config.gc win32/config.vc
63525 ____________________________________________________________________________
63526 [  8223] By: jhi                                   on 2000/12/21  17:09:16
63527         Log: Update Changes.
63528      Branch: perl
63529            ! Changes patchlevel.h
63530 ____________________________________________________________________________
63531 [  8222] By: jhi                                   on 2000/12/21  16:24:01
63532         Log: Metaconfig unit changes for #8221.
63533      Branch: metaconfig/U/perl
63534           +> issymlink.U
63535            - testsyml.U
63536            ! Mksymlinks.U
63537 ____________________________________________________________________________
63538 [  8221] By: jhi                                   on 2000/12/21  16:23:48
63539         Log: Rename testsyml to issymlink.
63540      Branch: perl
63541            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63542            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
63543            ! win32/config.vc
63544 ____________________________________________________________________________
63545 [  8220] By: jhi                                   on 2000/12/21  15:47:26
63546         Log: Robustness support for #8218 (symlink forest) since the GNU
63547              tools seem to be overly picky about symlinkage depths.
63548      Branch: perl
63549            ! Makefile.SH t/io/fs.t
63550 ____________________________________________________________________________
63551 [  8219] By: jhi                                   on 2000/12/21  15:38:27
63552         Log: Metaconfig changes for #8218.
63553      Branch: metaconfig
63554            ! U/modified/Oldconfig.U
63555      Branch: metaconfig/U/perl
63556            + Mksymlinks.U
63557            ! testsyml.U
63558 ____________________________________________________________________________
63559 [  8218] By: jhi                                   on 2000/12/21  15:37:57
63560         Log: Add Configure option -Dmksymlinks which will create a symlink
63561              forest if the current/build differs from the source directory.
63562              TODO: mkdir -p is not portable.
63563      Branch: perl
63564            ! Configure
63565 ____________________________________________________________________________
63566 [  8217] By: jhi                                   on 2000/12/21  14:39:12
63567         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
63568              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
63569              Date: Thu, 21 Dec 2000 09:38:18 GMT
63570              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
63571              
63572              The ofs became an SV.
63573      Branch: perl
63574            ! ext/Thread/Thread.xs
63575 ____________________________________________________________________________
63576 [  8216] By: jhi                                   on 2000/12/21  05:40:21
63577         Log: The polymorphism seems to have fixed 20000517.001.
63578      Branch: perl
63579            ! t/pragma/utf8.t
63580 ____________________________________________________________________________
63581 [  8215] By: jhi                                   on 2000/12/21  04:44:52
63582         Log: read() documentation tweak for 20001121.004.
63583      Branch: perl
63584            ! pod/perlfunc.pod
63585 ____________________________________________________________________________
63586 [  8214] By: jhi                                   on 2000/12/21  03:54:11
63587         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
63588      Branch: perl
63589            ! pp_sys.c t/op/misc.t
63590 ____________________________________________________________________________
63591 [  8213] By: jhi                                   on 2000/12/21  00:28:10
63592         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
63593              From: Peter Prymmer <pvhp@forte.com>
63594              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
63595              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
63596      Branch: perl
63597            ! configure.com
63598 ____________________________________________________________________________
63599 [  8212] By: jhi                                   on 2000/12/21  00:26:21
63600         Log: Edit edit edit.
63601      Branch: perl
63602            ! pod/perlfaq3.pod
63603 ____________________________________________________________________________
63604 [  8211] By: jhi                                   on 2000/12/20  18:52:46
63605         Log: Update Changes.
63606      Branch: perl
63607            ! Changes patchlevel.h
63608 ____________________________________________________________________________
63609 [  8210] By: jhi                                   on 2000/12/20  18:34:47
63610         Log: Yet another editor edit.
63611      Branch: perl
63612            ! pod/perlfaq3.pod
63613 ____________________________________________________________________________
63614 [  8209] By: jhi                                   on 2000/12/20  15:33:28
63615         Log: More Win32 Perling.
63616      Branch: perl
63617            ! pod/perlfaq3.pod
63618 ____________________________________________________________________________
63619 [  8208] By: jhi                                   on 2000/12/20  15:07:46
63620         Log: More Win32 editor/IDE/shell hints.
63621      Branch: perl
63622            ! pod/perlfaq3.pod
63623 ____________________________________________________________________________
63624 [  8207] By: jhi                                   on 2000/12/20  03:54:08
63625         Log: Subject: [PATCH] obscure timing knowledge
63626              From: Nicholas Clark <nick@ccl4.org>
63627              Date: Tue, 19 Dec 2000 19:22:31 +0000
63628              Message-ID: <20001219192231.F2827@plum.flirble.org>
63629      Branch: perl
63630            ! sv.c
63631 ____________________________________________________________________________
63632 [  8206] By: jhi                                   on 2000/12/20  03:45:57
63633         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
63634              From: Spider Boardman <spider@leggy.zk3.dec.com>
63635              Date: Tue, 19 Dec 2000 21:30:16 -0500
63636              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
63637      Branch: perl
63638            ! sv.c
63639 ____________________________________________________________________________
63640 [  8205] By: jhi                                   on 2000/12/19  23:02:01
63641         Log: Update Changes.
63642      Branch: perl
63643            ! Changes patchlevel.h
63644 ____________________________________________________________________________
63645 [  8204] By: jhi                                   on 2000/12/19  22:58:18
63646         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
63647              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
63648              on editors and diffing/patching.
63649      Branch: perl
63650            ! t/op/utf8decode.t
63651 ____________________________________________________________________________
63652 [  8203] By: nick                                  on 2000/12/19  21:36:16
63653         Log: Integrate mainline (forgot my own change...)
63654      Branch: perlio
63655           !> ext/Encode/compile
63656 ____________________________________________________________________________
63657 [  8202] By: nick                                  on 2000/12/19  21:34:42
63658         Log: Integrate mainline.
63659      Branch: perlio
63660           !> (integrate 61 files)
63661 ____________________________________________________________________________
63662 [  8201] By: nick                                  on 2000/12/19  21:34:06
63663         Log: Avoid looking for File::Glob when we don't need it.
63664      Branch: perl
63665            ! ext/Encode/compile
63666 ____________________________________________________________________________
63667 [  8200] By: jhi                                   on 2000/12/19  18:35:49
63668         Log: Update Changes.
63669      Branch: perl
63670            ! Changes patchlevel.h
63671 ____________________________________________________________________________
63672 [  8199] By: jhi                                   on 2000/12/19  18:35:07
63673         Log: Microperl tweaks.
63674      Branch: perl
63675            ! sv.c uconfig.h uconfig.sh
63676 ____________________________________________________________________________
63677 [  8198] By: jhi                                   on 2000/12/19  18:29:59
63678         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
63679      Branch: perl
63680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63681            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
63682 ____________________________________________________________________________
63683 [  8197] By: jhi                                   on 2000/12/19  17:55:29
63684         Log: In VMS embedded perls couldn't access the statically built Socket,
63685              from Charles Lane.
63686      Branch: perl
63687            ! configure.com
63688 ____________________________________________________________________________
63689 [  8196] By: jhi                                   on 2000/12/19  17:49:50
63690         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
63691              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
63692              Date: Sun, 17 Dec 2000 19:11:44 -0000
63693              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
63694      Branch: perl
63695            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63696            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63697 ____________________________________________________________________________
63698 [  8195] By: jhi                                   on 2000/12/19  17:47:53
63699         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
63700              From: Jonathan Stowe <gellyfish@gellyfish.com>
63701              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
63702              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
63703      Branch: perl
63704            ! utils/h2xs.PL
63705 ____________________________________________________________________________
63706 [  8194] By: jhi                                   on 2000/12/19  17:46:28
63707         Log: Subject: Re: useless use of void context work-around
63708              From: andreas.koenig@anima.de (Andreas J. Koenig)
63709              Date: 16 Dec 2000 15:13:36 +0100
63710              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
63711              
63712              Document (comment) the q(di ds ig) trick in the code.
63713      Branch: perl
63714            ! op.c
63715 ____________________________________________________________________________
63716 [  8193] By: jhi                                   on 2000/12/19  17:10:57
63717         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
63718              From: "Mark J. Reed" <mreed@strange.turner.com>
63719              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
63720              Message-Id: <200012160222.VAA13986@strange.turner.com>
63721      Branch: perl
63722            ! ext/Sys/Syslog/Syslog.pm
63723 ____________________________________________________________________________
63724 [  8192] By: jhi                                   on 2000/12/19  17:07:45
63725         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
63726              From: Nicholas Clark <nick@ccl4.org>
63727              Date: Sat, 16 Dec 2000 19:03:13 +0000
63728              Message-ID: <20001216190313.D68304@plum.flirble.org>
63729      Branch: perl
63730            ! t/op/64bitint.t
63731 ____________________________________________________________________________
63732 [  8191] By: jhi                                   on 2000/12/19  17:06:13
63733         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
63734              From: Dominic Dunlop <domo@computer.org>
63735              Date: Mon, 18 Dec 2000 12:00:15 +0100
63736              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
63737              
63738              This patchlet is needed in order that perl can be statically linked.  
63739      Branch: perl
63740            ! regexec.c
63741 ____________________________________________________________________________
63742 [  8190] By: jhi                                   on 2000/12/19  17:03:08
63743         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
63744              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63745              Date: Sun, 17 Dec 2000 00:18:35 -0600
63746              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
63747      Branch: perl
63748            ! perlio.h vms/gen_shrfls.pl
63749 ____________________________________________________________________________
63750 [  8189] By: jhi                                   on 2000/12/19  16:20:28
63751         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
63752              From: Prymmer/Kahn <pvhp@best.com>
63753              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
63754              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
63755              
63756              A better version of #8188.
63757      Branch: perl
63758            ! pod/perlfaq3.pod
63759 ____________________________________________________________________________
63760 [  8188] By: jhi                                   on 2000/12/19  15:57:06
63761         Log: (Replaced by #8189)
63762              
63763              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63764              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
63765              From: Prymmer/Kahn <pvhp@best.com>
63766              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
63767              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63768              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
63769              Date: Mon, 18 Dec 2000 11:10:45 -0500
63770              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
63771      Branch: perl
63772            ! pod/perlfaq3.pod
63773 ____________________________________________________________________________
63774 [  8187] By: jhi                                   on 2000/12/19  15:54:19
63775         Log: Email address fix for Anton Berezin.
63776      Branch: perl
63777            ! AUTHORS
63778 ____________________________________________________________________________
63779 [  8186] By: jhi                                   on 2000/12/19  15:38:54
63780         Log: Subject: [PATCH perl@8102] cygwin port
63781              From: "Eric Fifer" <efifer@dircon.co.uk> 
63782              Date: Thu, 14 Dec 2000 13:41:29 -0000
63783              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
63784              
63785              When compiling modules the data item that is being imported
63786              from libperl.dll needs to be tagged as imported/shared data:
63787              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
63788      Branch: perl
63789            ! perliol.h
63790 ____________________________________________________________________________
63791 [  8185] By: jhi                                   on 2000/12/19  14:53:24
63792         Log: Regen uconfig.h and uconfig.sh.
63793      Branch: perl
63794            ! uconfig.h uconfig.sh
63795 ____________________________________________________________________________
63796 [  8184] By: jhi                                   on 2000/12/18  20:43:49
63797         Log: Comments work so much better when they are closed.
63798      Branch: perl
63799            ! regcomp.c
63800 ____________________________________________________________________________
63801 [  8183] By: jhi                                   on 2000/12/18  18:04:02
63802         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
63803              Fixes the bug 20001218.016.
63804      Branch: perl
63805            ! regcomp.c
63806 ____________________________________________________________________________
63807 [  8182] By: gsar                                  on 2000/12/18  09:53:47
63808         Log: delete spurious files
63809      Branch: maint-5.6/perl
63810            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
63811            - vos/config.h vos/config_h.SH_orig
63812 ____________________________________________________________________________
63813 [  8181] By: gsar                                  on 2000/12/18  09:46:08
63814         Log: regen perltoc
63815      Branch: maint-5.6/perl
63816            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
63817 ____________________________________________________________________________
63818 [  8180] By: gsar                                  on 2000/12/18  09:20:27
63819         Log: integrate changes#7924..7926,7946,7952 from mainline
63820              
63821              A test works better if it has the right 1..$n output.
63822              
63823              All the core library users of Class::Struct seem to be
63824              using "use Class::Struct 'struct';" instead of the bare
63825              "use Class::Struct;", which isn't documented in Class::Struct.
63826              This can't be right.
63827              
63828              Make the Class::Struct import() wiser.
63829              
63830              Upgrade to CPAN 1.59_51, from Andreas König.
63831              
63832              Subject: Re: long shell lines
63833              Split overly long shell command lines.
63834      Branch: maint-5.6/perl
63835           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
63836           !> lib/File/stat.pm t/lib/class-struct.t
63837 ____________________________________________________________________________
63838 [  8179] By: gsar                                  on 2000/12/18  08:55:54
63839         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
63840              7918,7919,7988,8907 from mainline (various)
63841              
63842              Subject: [ID 20001127.004] White space problem in perlamiga.pod
63843              
63844              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
63845              
63846              Subject: [PATCH] perlcc.PL cleanups
63847              
63848              Subject: [PATCH] Updating perltie.pod for arrays
63849              
63850              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63851              Subject: Re: [PATCH] Updating perltie.pod for arrays
63852              Subject: Re: [PATCH] Updating perltie.pod for arrays
63853              
63854              One more perltie.pod nit from Casey R. Tweten.
63855              
63856              Subject: [PATCH] $^O  win32 -> MSWin32
63857              plus similar nits for vms, err, VMS, and UNICOS.
63858              
63859              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63860              More checking in case someone has broken their services or
63861              protocol databases.
63862              
63863              Make "use Class::Struct 'struct';" work again (broken by #7617);
63864              add a test for Class::Struct.
63865              
63866              Integrate the "skip" messages to explain().
63867              
63868              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63869      Branch: maint-5.6/perl
63870           +> t/lib/class-struct.t
63871           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
63872           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
63873           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
63874 ____________________________________________________________________________
63875 [  8178] By: gsar                                  on 2000/12/18  08:16:30
63876         Log: avoid redefinition warnings on windows due to sys/socket.h getting
63877              #included before win32.h
63878      Branch: maint-5.6/perl
63879            ! win32/include/sys/socket.h
63880 ____________________________________________________________________________
63881 [  8177] By: gsar                                  on 2000/12/18  05:24:04
63882         Log: make regen_headers; fix POSIX.xs problems; remove outdated
63883              code from sys/socket.h that makes build fail now
63884      Branch: maint-5.6/perl
63885            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
63886            ! pod/perlapi.pod
63887           !> win32/include/sys/socket.h
63888 ____________________________________________________________________________
63889 [  8176] By: gsar                                  on 2000/12/18  05:20:17
63890         Log: update Changes
63891      Branch: maint-5.6/perl
63892            ! Changes patchlevel.h
63893 ____________________________________________________________________________
63894 [  8175] By: gsar                                  on 2000/12/18  04:57:48
63895         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
63896              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
63897              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
63898              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
63899              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
63900              7823,7825,7838
63901              
63902              Subject: Re: [PATCH] README.solaris
63903              
63904              Add getpagesize() probing, on non-UNIX guess 'undef'.
63905              
63906              Simplify the getpagesize() unit by dropping the
63907              pagesize probe since it's nowadays slightly more
63908              complicated because of sysconf(). (Note: if some
63909              platform really needs the -lPW for getpagesize,
63910              I just broke it.)
63911              TODO: a new pagesize unit.
63912              
63913              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63914              
63915              MachTen doesn't really do mmap() and munmap().
63916              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63917              
63918              More README.solaris updates from Andy Dougherty.
63919              
63920              Copy the s// information of README.hpux also to the perlrun.
63921              
63922              Add HAS_FSYNC, lack noticed by Nicholas Clark.
63923              
63924              Add a metaconfig unit for fsync.
63925              
63926              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63927              
63928              Many subdocumented return values of the IO extension now documented.
63929              ungetc and write still left subdocumented.
63930              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63931              
63932              Document tell() on special streams.
63933              
63934              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63935              
63936              Subject: [ID 20001112.007] sfio's sftell isn't ftell
63937              
63938              Couple of tests from #7660 salvaged.
63939              
63940              Tweak the definition of the bit complement on UTF-8 data:
63941              if none of the characters in the string are > 0xff,
63942              the result is a complemented byte string, not a (UTF-8)
63943              char string.  Based on the summary in
63944              Subject: Re: [ID 20000918.005] ~ on wide chars
63945              This should give us the maximum backward (pre-char string)
63946              compatibility and utf8 compatibility.  The other alternative
63947              would be to limit the bit complement to be always byte only,
63948              taking the least significant byte of the chars.
63949              
63950              Cleanup messy #ifdef.
63951              
63952              Typos in #7667.
63953              
63954              Declare reg_data like reg_substr_data.
63955              
63956              Placate nervous compilers that see longer than ints switch()ing.
63957              
63958              Remove the new two tests of lib/io_xs for now, they seem to
63959              fail under perlio on some platforms.
63960              
63961              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63962              
63963              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63964              
63965              Subject: tiny typo in perl5db.pl
63966              
63967              Subject: some additions for makefiles for win32 (for perl@7674)
63968              
63969              Hoist the duplicated socket/netdb include logic to perl.h;
63970              undef SETERRNO in case SOCKS has defined it.  Based on:
63971              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63972              
63973              Regen Configure.
63974              
63975              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63976              (a macro to define signed and unsigned integer constants).
63977              
63978              Use UINT64_C().
63979              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63980              
63981              Use u_int32_t for the size of hash_cb(), not size_t.
63982              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63983              
63984              Quit utf8_to_uv() instantly if curlen == 0.
63985              
63986              Subject: [PATCH: perl@7674] updates to README.os390
63987              
63988              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63989              
63990              EBCDIC tweaks.
63991              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63992              
63993              Linenumber fix.
63994              
63995              SOCKS has its own USE_THREADS, based on
63996              Subject: [ID 20001114.002] et. al. bugfix followup
63997              
63998              UINT64_C() work continues.
63999              
64000              Detypo.
64001              
64002              The type of the hash_cb() size argument is tricky.
64003              
64004              Add fwalk() probe to the configuration files and regen perltoc.
64005              
64006              Subject: perllocale.pod changes
64007              
64008              Avoid an infinite loop in VMS when utils scripts are run
64009              with no arguments, from Charles Lane.
64010              
64011              Subject: Re: Bug in Carp::Heavy/5.6.0?
64012              
64013              For Solaris use64bitall the stdchar needs a little bit of help.
64014              
64015              The long double hints can be here or there.
64016              
64017              Test tweak for the open pragma.
64018              
64019              Also the 64bitall hints can be either here or there.
64020              
64021              As surmised the #7719 wasn't a good move.
64022              
64023              Subject: Fix for 20000409.001
64024              
64025              Subject: Fix for 20000815.006
64026              It's really 20000518.006.
64027              
64028              Subject: [PATCH 5.6.0 README.win32] very minor typos
64029              
64030              Subject: Fix for README.amiga (20000323.033)
64031              
64032              Explain in more detail the {} syntax ambiguousity.
64033              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
64034              
64035              Sparc 64-bit pack() fix from Jens Hamisch.
64036              
64037              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
64038              
64039              Subject: podlators 1.05 available        
64040              
64041              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
64042              
64043              Subject: [perl 7711: EPOC] updates
64044              
64045              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
64046              
64047              Miraculous typo.
64048              
64049              sysseek() instead of seek().
64050              
64051              Solaris hints tweaks.
64052              
64053              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
64054              This may be overly harsh but until proven otherwise, we think this
64055              way, or until we have a simple test for Configure (having to start
64056              up servers is does not count as simple) to check for the problems.
64057              
64058              Remove the shared object before attempting to create
64059              (by linking) a new one.  E.g. in AIX not removing
64060              becomes quite painful if one tries to do more than one
64061              build in the same tree (an interrupted build, for example),
64062              since the AIX' shared dynaloader seemingly keeps the shared
64063              objects open and therefore 'busy' for quite a while, even when
64064              nobody is using the objects, leading into link failures.
64065              
64066              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
64067              
64068              Subject: DOC PATCH 5.6.0 perlreftut
64069              
64070              Subject: [PATCH: perl@7777] add system locale testing for VMS
64071              
64072              Subject: [PATCH] Test.pm POD peculiarity
64073              
64074              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
64075              
64076              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
64077              
64078              Subject: Re: perl@7777 
64079              Detypoing.
64080              
64081              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
64082              
64083              Go ahead and #include <unistd.h> in perl.h.
64084              
64085              Subject: [PATCH perl@7795] small cleanup task for test suite
64086              
64087              Subject: Re: av.c patch (having slight problems)
64088              unshift() speedup.
64089              
64090              Reach back one higher up when searching for PERL_SRC.
64091      Branch: maint-5.6/perl
64092           +> lib/File/Spec/Epoc.pm
64093           !> (integrate 88 files)
64094 ____________________________________________________________________________
64095 [  8174] By: gsar                                  on 2000/12/18  03:53:09
64096         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
64097              7625..7629,7631..7634,7637,7639,7642 from mainline
64098              
64099              Fix for the tie-refhash string table leaks.
64100              
64101              Subject: [patch perl@7595] VMS configure.com tweak
64102              
64103              More careful detection of how well NVs and UVs mix.
64104              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))
64105              Added some SIGFPE paranoia.
64106              
64107              Forgot to bump the line numbers in #7601.
64108              
64109              Subject: PATCH std stdio for (Free)BSD
64110              
64111              Deleting $ENV{PATH} in VMS is not recommendable.
64112              
64113              Locale buglets.
64114              Subject: RE: Locales support (setlocale) fixes
64115              
64116              Do not test UTF-8 locales since that the tests would require
64117              polymorphic regexen.
64118              
64119              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
64120              
64121              A missing aTHX_.
64122              
64123              Subject: [ID 20001108.013] spelling
64124              
64125              Subject: [PATCH] Class::Struct at compile time
64126              
64127              Make deleting for %ENV work for (newer versions of) VMS,
64128              from Craig A. Berry.
64129              
64130              Forgot from #7618.
64131              
64132              More VMS moves on environment handling, from Charles Lane.
64133              
64134              Remove unused extra arguments.
64135              
64136              Typo in an ifndef.
64137              Subject: Re: [PATCH 5.7.0] better messages from malloc()
64138              
64139              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
64140              All except the "cow orker" change.
64141              
64142              The generated boot_* headers are wrong.  Pickier compiler,
64143              such as KAI C++ will refuse to compile the resulting perlmain.
64144              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64145              
64146              There's no =head3.
64147              
64148              Disable only the tests 99 and 166 for UTF-8 locales.
64149              
64150              Missing dTHXs.
64151              Subject: RE: perl@7595 builds not on cygwin
64152              
64153              Subject: Re: bash -c exit and linux hints 
64154              
64155              Various doc oddball characters.
64156              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64157              
64158              Subject: [PATCH] IO::Seekable pod
64159              
64160              Amdahl UTS hints updates.
64161              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
64162              
64163              Explain better why certain regex tests are skipped.
64164              Subject: Re: tests skipped: unknown reason
64165              
64166              Subject: [PATCH] README.solaris
64167              
64168              Subject: [PATCH perl@7638] cygwin port
64169      Branch: maint-5.6/perl
64170           +> README.solaris
64171           !> (integrate 26 files)
64172 ____________________________________________________________________________
64173 [  8173] By: gsar                                  on 2000/12/18  03:37:02
64174         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
64175              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
64176              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
64177              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
64178              
64179              Better create a true mailing list for the repository keepers.
64180              
64181              Subject: [ID 20001027.007] uniq array in perlfaq
64182              
64183              De-quoted-unreadable to ISO Latin 1.
64184              (There's one ISO-2022-JP name in Changes5.004.)
64185              
64186              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
64187              
64188              The #7476 needs a MANIFEST change, too.
64189              
64190              Add also emailless people.
64191              
64192              UTF-8 decoder tweak.
64193              
64194              Make \x{...} consistently produce UTF-8.
64195              Subject: Re: \x{...} is confused 
64196              
64197              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
64198              
64199              Add a perlbug flag, -A, to avoid acknowledgement messages.
64200              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
64201              
64202              Use Errno magic.
64203              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
64204              
64205              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
64206              
64207              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
64208              
64209              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
64210              
64211              Be more lenient on bad UTF-8 when doing bit arithmetics.
64212              Subject: Re: [ID 20000918.005] ~ on wide chars
64213              (The ord() part of the patch skipped.)
64214              
64215              Subject: perlfaq style changes
64216              
64217              AUTHORS tweaks.
64218              
64219              Whitespace style tweak.  Was originally going to see to
64220              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64221              but that had already been taken care of.
64222              
64223              The compiler is either gcc or cc, from Tom Bates.
64224              
64225              The osname has been lowercased by now, from Tom Bates.
64226              
64227              The NonStop-UX libraries have a novel way to say NaN.
64228              
64229              printf UVs the correct way, noticed by Robin Barker.
64230              
64231              Subject: [PATCH] startperl to respect versiononly
64232              
64233              AUTHORS updates.
64234              
64235              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64236              
64237              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
64238              
64239              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
64240              
64241              Generalize the Camel wording.
64242              Subject: Re: perlfaq style changes
64243              
64244              Subject: [ID 20001005.006] Documentation -- description of qr//
64245              
64246              C.pm part of
64247              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
64248              
64249              Locale warning explanation tweak.
64250              
64251              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
64252              
64253              Make the POSIX::setuid and POSIX::setgid to really call setuid()
64254              and setgid() because they were just changing $< and $( which means
64255              only changing the real uid/gid, as opposed to changing both
64256              real and effective ids.  (The alternative way could have been
64257              in POSIX.pm to change $> and $), too, but making a direct call
64258              to the C API feels cleaner.)  Fixes the bug
64259              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
64260              
64261              Expand %Config variables and %ENV variables only if
64262              so requested during build time using the
64263              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64264              Not expanding makes relocating distributions easier.
64265              
64266              More tweaking on the #7522 theme.
64267              
64268              Test::Harness revealed buglets in the new DynaLoader.
64269              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64270              
64271              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64272              fix a autovivification bug in Tie::RefHash, add tests for both.
64273              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64274              
64275              Detpyo.
64276              
64277              recv() can fail and return undef.
64278              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64279              
64280              Fix the problem discussed in
64281              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64282              originally from Linc Madison.  Also Andreas König's comments
64283              taken into account.  Some other problems with Tie::SubstrHash
64284              fixed: didn't croak when the table exceeded the requested number
64285              of entries (as documented) but instead when the number of entries
64286              exceeded the size of the table, a croak() had an unnecessary \n,
64287              didn't have a CLEAR method, documented that there is no exists().
64288              Didn't fix to be strict-proof because the module uses &foo; and
64289              dynamic scope.  Added a test script exercizing both first tamely 
64290              the basic functionality, and then the failure cases reported by
64291              Linc Madison.
64292              
64293              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64294              
64295              The #7521 touched things it shouldn't have.
64296              
64297              Subject: [PATCH 5.7.0] better messages from malloc()
64298              
64299              Subject: Re: README.aix
64300              
64301              Add FCNTL_CAN_LOCK.
64302              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64303              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64304              
64305              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64306              create a "fast path" for locale name probing using "locale -a"
64307              if available, squash finally hopefully the s?printf resetting
64308              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64309              
64310              More Changes tweakery.
64311              
64312              Dying is too strict here, better just skip.
64313              
64314              Subject: Locales support (setlocale) fixes
64315              Modified quite a bit to be more portable.
64316              
64317              Configure would use a bad $myuname from an old config.sh.
64318              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64319              
64320              Fix for
64321              Subject: [ID 20001004.006] undef is never tainted
64322              An undef read from a slurped file was not tainted.
64323              
64324              Fix for
64325              Subject: [ID 20001004.007] taint propogation is inconsistent
64326              The culprit was sv_setsv() which was rather blindly
64327              propagating taint, which lead to behaviour where if
64328              a tainted anon hash value was seen all the hash values
64329              from then on at that level became tainted, or at any
64330              upper levels in the case of nested anon hashes.
64331              
64332              Test tweak: show also the failed locales.
64333              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64334              
64335              A fix of sorts for 20000329.026, a better error message
64336              for a missing "use charnames" when using the \N{...}. 
64337              
64338              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64339              
64340              Add =pod to be tidy.
64341              
64342              Fix for bug id 19990615.008, pos() unset during s///ge.
64343              
64344              Add a note for future generations about bug id 20000229.006.
64345              
64346              Use -dM for gcc (the suggested patch did it only for Linux,
64347              but I think it can be generalized).
64348              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64349              
64350              opmini.o can linger from Configures past.
64351              
64352              Document that the evaled syntax errors cause scalar leaks.
64353              
64354              Fix for
64355              Subject: [ID 20000728.005] perl -P broken
64356              (hopefully).  The fix is also not complete, it seems to break
64357              BOM swallowing for libc5 systems, but until someone figures
64358              out a way to do this without ftell(), this will do.
64359              
64360              AUTHORS updates.
64361              
64362              Subject: Re: rsync'ed patches vs. rsync'ed source
64363              
64364              Admit that the test leaks scalars.
64365              
64366              Sanitize the environment further.
64367              
64368              VOS updates from Paul Green.
64369              
64370              Document %ENV = () portability issues.
64371              
64372              Make the stdio test program of 7427 less noisy while being 
64373              compiled so that Digital UNIX wouldn't get both
64374              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64375              undefined.  This makes perlio happy.
64376              
64377              glibc5 detection by __GNU_LIBRARY__.
64378              
64379              %ENV note tweaks from Dan Sugalski.
64380              
64381              Varargs don't always work too well if one puts an unsigned
64382              char on the stack and pop an unsigned quad off the stack.
64383              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
64384              
64385              Subject: Pod updates
64386              
64387              Fake support of holey files in win/dosish platforms.
64388              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
64389              
64390              A doc addition for bug id 20001105.019, beware \p.
64391              
64392              Tweak #7587.
64393              
64394              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
64395              
64396              perlhack updates from H.Merijn Brand.
64397              
64398              Subject: [PATCH perl@7573] cygwin port
64399              Synchronize with Cygwin 1.1.5.
64400              
64401              Bad thinko in #7581 (I used the test program with the expanded
64402              values as-is).
64403              
64404              Make perlbug not insist on dumping to a file when stdout isn't a tty.
64405              Subject: [PATCH] perlbug.PL
64406              
64407              Overrideable keys, each, pop, push, shift, splice, unshift.
64408              Subject: [PATCH] prototyped functions that should be overrideable
64409              
64410              Try to avoid flockless and emulationless places.
64411      Branch: maint-5.6/perl
64412           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64413            - MAINTAIN
64414           !> (integrate 111 files)
64415 ____________________________________________________________________________
64416 [  8172] By: jhi                                   on 2000/12/18  02:49:27
64417         Log: Regen pods.
64418      Branch: perl
64419            ! pod/perlmodlib.pod pod/perltoc.pod
64420 ____________________________________________________________________________
64421 [  8171] By: gsar                                  on 2000/12/18  02:49:24
64422         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
64423              7465..7471 from mainline
64424              
64425              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
64426              in platforms that strictly require all the symbols being present
64427              at link time.
64428              
64429              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
64430              
64431              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
64432              
64433              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
64434              
64435              Subject: [PATCH] todo
64436              
64437              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
64438              
64439              Use $sort, $uniq (and $tr) consistently as wondered
64440              by Nicholas Clark.
64441              
64442              Too enthusiastic editing in #7460.
64443              
64444              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
64445              
64446              Upgrade to CPAN 1.58_55.
64447              Subject: CPAN.pm status
64448              
64449              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
64450              
64451              Make target reordering to avoid pointless re-makes.
64452              Subject: Re: Total re-make of 'make okfile' after 7451 ?
64453              
64454              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
64455              
64456              Subject: DOC PATCH 5.6.0
64457              
64458              Add the repository doc by Malcolm, Sarathy, and by Simon,
64459              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
64460      Branch: maint-5.6/perl
64461           +> Porting/repository.pod
64462           !> Configure MANIFEST Makefile.SH README.dos README.os2
64463           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
64464           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
64465           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
64466 ____________________________________________________________________________
64467 [  8169] By: gsar                                  on 2000/12/18  02:33:34
64468         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
64469              7435..7441,7445 from mainline
64470              
64471              Make the UTF-8 decoding stricter and more verbose when
64472              malformation happens.  This involved adding an argument
64473              to utf8_to_uv_chk(), which involved changing its prototype,
64474              and prefer STRLEN over I32 for the UTF-8 length, which as
64475              a domino effect necessitated changing the prototypes of
64476              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
64477              The stricter UTF-8 decoding checking uses Markus Kuhn's
64478              UTF-8 Decode Stress Tester from
64479              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
64480              
64481              Run vms/vms_yfix.pl, should have done that after changing
64482              perly.c in #7382.
64483              
64484              Subject: [PATCH 5.7.0] static linking with uninstalled perl
64485              
64486              (Replaced by #7440.)
64487              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64488              
64489              Fix the bug ID 20001024.005, the bug introduced by #7416.
64490              
64491              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
64492              
64493              Fix the bug reported in
64494              From: andreas.koenig@anima.de (Andreas J. Koenig)
64495              Also make is_utf8_char() stricter.
64496              
64497              Missed the header file changes from #7425.
64498              
64499              Check if stdio supports tweaking lval and cnt simultaneously.
64500              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64501              
64502              Stratus VOS updates from Paul Green.
64503              
64504              Podify README.epoc and README.vos.
64505              
64506              Add targets to Makefile.SH, most importantly
64507              'regen_all' which also remembers to update vms/perly*.
64508              
64509              Subject: Minor update to find2perl, for portability
64510              
64511              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
64512              
64513              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
64514              
64515              Rename UTF8LEN() to be UNISKIP(), too confusing to have
64516              UTF8LEN() and UTF8SKIP(). 
64517              
64518              Allow poking holes at the UTF-8 decoding strictness.
64519              
64520              Continue the internal UTF-8 API tweaking.
64521              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
64522              used much more than the simpler API, now called utf8_to_uv_simple().
64523              Still not quite happy with API, too much partial duplication
64524              of functionality.
64525              
64526              A new version of making the syslog test more robust.
64527              (Replaces #7421.)
64528              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64529              
64530              buildtoc target tweaks.
64531              
64532              Integrate with vmsperl #7430 by Charles Bailey:
64533              
64534              Cleanup from prior patch (Charles Lane?):
64535              - improve handling of MFDs in Basename and Path
64536              - default to no xsubpp line # munging when building debug images
64537      Branch: maint-5.6/perl
64538           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64539           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
64540           !> (integrate 67 files)
64541 ____________________________________________________________________________
64542 [  8168] By: gsar                                  on 2000/12/18  02:05:49
64543         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
64544              
64545              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64546              From: Martin Husemann <martin@duskware.de>
64547              
64548              Subject: [PATCH 5.7.0] restore match data on backtracing
64549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64550      Branch: maint-5.6/perl
64551           !> regcomp.c regexec.c t/op/re_tests
64552 ____________________________________________________________________________
64553 [  8167] By: gsar                                  on 2000/12/18  01:55:22
64554         Log: integrate changes#7858,7986 from mainline
64555              
64556              C<foreach my $x ...> in pseudo-fork()ed process may diddle
64557              parent's memory; fix it by keeping track of the actual pad
64558              offset rather than a raw pointer (this change is probably also
64559              relevant to non-ithreads case to avoid fallout from reallocs of
64560              the pad array, but is currently only enabled for the ithreads
64561              case in the interests of minimal disruption to existing "well
64562              tested" code)
64563              
64564              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
64565              due to the notorious GetFileType() bug in Windows 9x, which fstat()
64566              tickles)
64567      Branch: maint-5.6/perl
64568           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
64569           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
64570           !> win32/win32.c win32/win32.h win32/win32sck.c
64571 ____________________________________________________________________________
64572 [  8166] By: gsar                                  on 2000/12/18  01:52:59
64573         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
64574              from mainline (xsubpp and ExtUtils::LibList fixups, various
64575              other small items)
64576              
64577              The generated boot_* headers are wrong.  Pickier compiler,
64578              such as KAI C++ will refuse to compile the resulting perlmain.
64579              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64580              
64581              Various doc oddball characters.
64582              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64583              
64584              Subject: [PATCH] Re: 20001101.003 PDL
64585              
64586              Subject: [PATCH 5.7.0] etags broken again
64587              
64588              Subject: [PATCH 5.7.0] Liblist finally works
64589              
64590              Subject: [PATCH 5.7.0] Liblist returns found libraries
64591              
64592              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
64593              
64594              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
64595              
64596              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64597              OUT keyword nits.
64598              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64599              OUT and IN_OUT documentation.
64600      Branch: maint-5.6/perl
64601           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
64602           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
64603           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
64604           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
64605           !> win32/bin/search.pl
64606 ____________________________________________________________________________
64607 [  8165] By: gsar                                  on 2000/12/18  01:28:45
64608         Log: integrate changes#7533,7563,7611,7623 from mainline (various
64609              malloc.c embellishments)
64610      Branch: maint-5.6/perl
64611           !> malloc.c pod/perldiag.pod
64612 ____________________________________________________________________________
64613 [  8164] By: gsar                                  on 2000/12/18  01:23:33
64614         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
64615              fixups)
64616      Branch: maint-5.6/perl
64617           !> utils/h2xs.PL
64618 ____________________________________________________________________________
64619 [  8163] By: gsar                                  on 2000/12/18  01:17:50
64620         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
64621              fixups)
64622      Branch: maint-5.6/perl
64623           !> Makefile.SH utils/perlbug.PL
64624 ____________________________________________________________________________
64625 [  8162] By: gsar                                  on 2000/12/18  00:25:43
64626         Log: always export Perl_deb() (it is required by re.xs whether
64627              Perl is built with or without -DDEBUGGING)
64628      Branch: maint-5.6/perl
64629            ! makedef.pl
64630 ____________________________________________________________________________
64631 [  8161] By: gsar                                  on 2000/12/18  00:23:38
64632         Log: integrate change#7414 from mainline
64633              
64634              Undo the basename() part of #7412 since the lib/basename
64635              tests would need upgrading too.
64636              
64637              squelch two tests in tr.t that rely on tr/// paranoia change
64638              that's not in 5.6.x
64639      Branch: maint-5.6/perl
64640            ! t/op/tr.t
64641           !> lib/File/Basename.pm
64642 ____________________________________________________________________________
64643 [  8160] By: gsar                                  on 2000/12/18  00:05:30
64644         Log: missing change in previous integrate
64645      Branch: maint-5.6/perl
64646           !> README.aix
64647 ____________________________________________________________________________
64648 [  8159] By: gsar                                  on 2000/12/18  00:03:38
64649         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
64650              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
64651              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
64652              7410..7413 from mainline
64653              
64654              Introduce the man[24-8] variables, from Andy Dougherty.
64655              
64656              Upgrade to CPAN 1.58, from Andreas König.
64657              
64658              An updated EBCDIC tr patch.
64659              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
64660              
64661              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
64662              
64663              Two thirds of
64664              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64665              The Install.pm changes will be submitted separately because
64666              they need some work and discussion still.
64667              
64668              The Install.pm third of
64669              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64670              
64671              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
64672              
64673              Subject: [PATCH 5.7.0] IVs in mtats
64674              
64675              Subject: [PATCH 5.7.0] Perl API for mstats
64676              
64677              Ilya implemented the memory profiling API.
64678              
64679              In Amdahl UTS "struct sv" is defined by a system header,
64680              <ksync.h>.
64681              
64682              Slight tweak of the code to appease Amdahl UTS cc.
64683              
64684              Amdahl UTS doesn't seem to do dynaloading.
64685              
64686              Use UTF8SKIP(), from Simon Cozens.
64687              
64688              Thinko in #7222.
64689              
64690              op/sprintf.t patch for OS/390 (and any other host with limited
64691              floating-point exponent length)
64692              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
64693              
64694              Tweak #7225.
64695              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
64696              
64697              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
64698              
64699              Needs to be conditional on SunOS 4.
64700              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
64701              
64702              Test cases for bug id 20000323.056 (the bug seems to be fixed).
64703              
64704              Add test for bug id 20000427.003 (which seems to have
64705              been fixed) (also duplicate as 20000427.004, though
64706              with a higher severity).  Move one utf8 from op/append
64707              to pragma/utf8, tag the tests with bug ids.
64708              
64709              Document FNCASE=y as discussed in the bug 20000902.009.
64710              
64711              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
64712              The problem was that rx->minlen was in chars while pp_split()
64713              thought it would be in bytes. 
64714              
64715              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
64716              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
64717              
64718              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
64719              
64720              Fix a couple of compiler-noted nits in #7235.
64721              
64722              Tweak the test of #7235.
64723              
64724              One more ~utf8 tweak.
64725              
64726              -w cleanup.
64727              Subject: Re: Problems with bleadperl 
64728              
64729              Subject: small pod patch
64730              
64731              Subject: [PATCH perlguts.pod] Document offset hack
64732              
64733              Add Charles Lane.
64734              
64735              Add the capability to include/exclude branches.
64736              
64737              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
64738              
64739              Detect early whether the std streams have gone bad.
64740              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64741              
64742              More IoTYPE sprinkling.
64743              
64744              Workaround for a sfio bug where the stream error indicator
64745              is not cleared as documented.
64746              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64747              
64748              Clarify documentation on 'use bytes'.
64749              Subject: Re: What does 'use bytes' "mean" ?
64750              
64751              Show the failed remote port, instead of the failing line number.
64752              Subject: [PATCH 5.6.1 Debugger] More diagnostics
64753              
64754              Make Cwd more bulletproof in chrooted environments.
64755              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
64756              
64757              Subject: Pod patch for Devel::Peek
64758              
64759              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
64760              
64761              Borland C fstat() never saw the fd as writable.
64762              Subject: fix for Borland's weak "stat" (perl@7211)
64763              
64764              Missing change from #7362.
64765              
64766              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
64767              
64768              Add the test case for the bug id 20000730.004 which seems
64769              to have been fixed by now.
64770              
64771              Fix of sorts for bug id 20000901.092.  There seems to be no trace
64772              of a 'pmshort' anywhere in the B, so the offending line was simply
64773              removed.
64774              
64775              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
64776              
64777              Subject: PATCH do_print has 2 PerlIO_error()s
64778              
64779              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
64780              
64781              Typo noted by Mark Lutz.
64782              
64783              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
64784              
64785              In the latest compiler builds cccdlflags must not become -fpic,
64786              from Wilfredo Sánchez.
64787              
64788              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
64789              
64790              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
64791              
64792              SOCKS function redefinitions need prototypes, too, otherwise
64793              for example 32 bit versus 64 bit differences cause a lot of
64794              problems.  Part of
64795              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64796              
64797              Portability tweak on #7377.
64798              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
64799              
64800              Don't write double values through long double pointers,
64801              based on a part of
64802              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64803              
64804              Reëntrancy fix.
64805              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64806              
64807              Make scan_num() reëntrant, as suggested in
64808              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64809              
64810              Fix for ID 20001020.006, concatenating an unset submatch
64811              with utf8 resulted in "Modification of a read-only value".
64812              
64813              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
64814              
64815              The #7383 was right only in the context of the original bug report,
64816              not in more general case.
64817              
64818              Update Changes.
64819              
64820              Testcases for a #7383,#7385 related bug.
64821              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
64822              
64823              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
64824              
64825              Tweak the Is* definitions of Unicode character classes
64826              to better match the official categorizations; embrace
64827              the official categorizations; add the combining marks
64828              as alpha (and -numeric); fix DCinital (a typo and edito)
64829              to be DCmedial.
64830              
64831              Hints tweak from Anton Berezin.
64832              
64833              Subject: installman go-faster stripes
64834              Subject: Re: installman go-faster stripes
64835              
64836              Subject: [ID 20001021.003] updated hints/openbsd.sh
64837              
64838              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
64839              
64840              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64841              
64842              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
64843              
64844              Doc patch.
64845              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
64846              
64847              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
64848              
64849              Subject: Re: [ID 20001021.005] SEGV with regex match 
64850              
64851              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
64852              
64853              The change #7187 was not so good on VMS.
64854              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
64855              
64856              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
64857              
64858              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
64859              
64860              Document PERL_INSTALL_ROOT of #7210.
64861      Branch: maint-5.6/perl
64862           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
64863           +> t/lib/tie-splice.t
64864            - lib/unicode/Is/DCinital.pl
64865           !> (integrate 112 files)
64866 ____________________________________________________________________________
64867 [  8158] By: jhi                                   on 2000/12/17  23:04:24
64868         Log: Subject: [PATCHES] RE: perl@8150 
64869              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
64870              Date: Sun, 17 Dec 2000 21:46:39 +0100
64871              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
64872              
64873              Neither cygwin has a getpwuid() one can trust on.
64874      Branch: perl
64875            ! t/lib/glob-basic.t
64876 ____________________________________________________________________________
64877 [  8157] By: jhi                                   on 2000/12/17  23:01:54
64878         Log: More MAN.PODS => {} fixes.
64879      Branch: perl
64880            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
64881            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
64882            ! os2/OS2/REXX/Makefile.PL
64883 ____________________________________________________________________________
64884 [  8156] By: gsar                                  on 2000/12/17  22:49:13
64885         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
64886              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
64887              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
64888              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
64889              7201,7204 from mainline
64890              
64891              Remove vestiges of tr//CU.
64892              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64893              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64894              
64895              The return value of setlocale must be copied away.
64896              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64897              
64898              Allow chop() and chomp() to be overridden.
64899              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64900              
64901              Hints optimization.
64902              Subject: Minor nit
64903              
64904              Subject: [PATCH] de-wall t/README
64905              
64906              Subject: Re: Two advertising clauses need to be removed
64907              
64908              Batch of UTF-8 patches from Simon Cozens.
64909              
64910              Fix for a parsing bug, not for the original bug.
64911              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64912              
64913              Compilation warnings and an error.
64914              
64915              Subject: File::Find 5.7.0 POD nits
64916              
64917              Subject: [PATCH perl-5.7.0] continued -Wformat support
64918              
64919              The one that got away.
64920              
64921              Subject: Re: perl@7078
64922              
64923              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64924              convertable to bytes by checking it doesn't go above 0xc3
64925              Subject: Re: perl@7078
64926              
64927              Replace #7084 with
64928              Subject: Re: perl@7078 
64929              
64930              We don't need to count the high bit bytes, a boolean is enough. 
64931              
64932              Subject: [PATCH] utf8.c apidoc
64933              
64934              Subject: Re: perl@7078 
64935              
64936              Botched the #7090 check-in.
64937              
64938              Fix for the charnames.t failures from Spider Boardman.
64939              
64940              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64941              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64942              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64943              0 to checking to get the warning.
64944              
64945              Subject: [PATCH] Nits in perlmod.pod
64946              
64947              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64948              
64949              Subject: Re: unicode support and perl [ID 20000901.097]
64950              
64951              Subject: Re: unicode support and perl [ID 20000901.097]
64952              
64953              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64954              
64955              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64956              
64957              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64958              
64959              Subject: [PATCH@blead] Fix some recursion in overload.pm
64960              
64961              s/Robin Parker/Robin Barker/
64962              
64963              Subject: [PATCH] Fix aliasing of tied filehandles
64964              
64965              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
64966              
64967              Subject: Re: [PATCH 5.005_64 missed]
64968              
64969              SOCK_DGRAM and listen() do not mix as reported in
64970              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
64971              The patch for 5.7.0+ had to be reengineered, though.
64972              
64973              Subject: DOC PATCH 5.6.0
64974              
64975              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
64976              
64977              Document the issue (is not a syntax error, kind of)
64978              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
64979              
64980              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
64981              Did not apply cleanly, manual intervention was needed.
64982              
64983              Subject: [PATCH] DLL not restartabke with threaded perl
64984              
64985              Inside require() $^S was always left undefined.
64986              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
64987              
64988              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
64989              
64990              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
64991              
64992              Regen headers.
64993              
64994              Subject: [PATCH 5.7.0] Epoc update
64995              
64996              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
64997              as suggested by Olaf Flebbe and Nick Clark.
64998              
64999              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
65000              
65001              Misplaced else.
65002              
65003              Scale down the VMS message boxes, by Charles Lane.
65004              Fix for ID 20000903.009, workaround at
65005              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
65006              
65007              Subject: [ID 20001003.006] B::Debug not -w clean
65008              
65009              Test harness update to sync with the new perlcc,
65010              from Simon Cozens.
65011              
65012              One remaining nit less at the VMS mailbox sizing.
65013              
65014              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65015              
65016              It is possible to have no hosts database at all.  Pointed out in
65017              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65018              
65019              Subject: [PATCH 5.7.0] h2xs not working
65020              Subject: [PATCH 5.7.0] h2xs not documenting the created module
65021              
65022              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
65023              
65024              Subject: perlhack.pod Patch for Externals Tools
65025              
65026              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
65027              
65028              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65029              
65030              Enable disabling scripts installation by Configure -Uinstallscripts,
65031              suggested by H. Merijn Brand.
65032              
65033              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
65034              reported several times by Dominic Dunlop, for example in
65035              ID 20000315.008.  Patch from Dominic.  Patch affects at
65036              least MachTen, and possibly other oldish BSDs. Should not
65037              break non-broken platforms (tested on LinuxPPC). 
65038              
65039              Regen toc.
65040              
65041              Subject: Re: Questions about Tie::Array and perl modules
65042              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
65043              
65044              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
65045              
65046              Tweak #7153.
65047              
65048              IO::Handle->syswrite() did not handle length omission
65049              like CORE::syswrite() does.
65050              Subject: [Fwd] IO::Handle, syswrite and arguments
65051              The original patch from andrew@ugh.net.au.
65052              
65053              Also the $ccflags is needed for the C compiler check.
65054              Subject: Configure (check for C-compiler)
65055              
65056              Eliminate $Is_VMS code from the test.
65057              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
65058              
65059              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
65060              as the first option of cc/ld because of ultrapicky compilers
65061              (e.g. OS/390 R2.5)
65062              
65063              Change the version number of Tie::Handle in the core to 4.0,
65064              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
65065              Subject: Note on Tie::Handle
65066              
65067              UTF8ize split() so that the cloned substrings get the UTF8
65068              flag of the original scalar.  Problem reported by Simon Cozens.
65069              
65070              save_re_context() could reset PL_curcop to freed memory, causing core
65071              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
65072              
65073              Subject: PATCH 5.6 perldebguts grammar cleanup
65074              
65075              Add a todo note about overloadable assertions.
65076              
65077              on Windows, LoadLibrary() could load an extension DLL multiple
65078              times if forward slashes are used in the path
65079              
65080              on Windows, cwd strings in the environment should be of the
65081              form =X:=X:\foo instead of =X=X:\foo\
65082              
65083              on Windows, avoid potential exception (could happen if MSVCRT isn't
65084              being used) when closing a socket handle
65085              
65086              avoid nonportable example code
65087              
65088              Windows9x doesn't support link(), despite what Config.pm
65089              might think
65090              
65091              pod nit
65092              
65093              Change #7160 had a nasty typo.
65094              
65095              Warn about unknown scripts.
65096              Subject: Re: ideas? patches? [PATCH bleadperl]
65097              
65098              on Windows, clean targets might not work under some flavors of the shell
65099              
65100              tweak for change#7173
65101              
65102              Make eq work again with utf8 (disabling the upgrading
65103              should no more be necessary since the copies of the
65104              scalars are upgraded, not the scalars themselves).
65105              Takes care of ID 20001009.001.  (The claimed length()
65106              bug in 20001009.001 seems bogus to me.)
65107              
65108              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
65109              
65110              Upgrade to CGI.pm 2.74, from Lincoln Stein.
65111              
65112              Upgrade to podlators 1.04, from Russ Allbery.
65113              
65114              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
65115              
65116              Quote the temp file name, needed in Win32 because the
65117              default name unfortunately contains spaces, shouldn't
65118              hurt elsewhere.
65119              Subject: FW: perldoc fails if $TEMP contains spaces
65120              
65121              Subject: RE: [ID 19990803.001] README.win32 suggestions 
65122              
65123              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
65124              
65125              Subject: Re: utf8 concat, mg_get
65126              
65127              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
65128              
65129              Subject: [PATCH: perl@7181] op/tr tests on OS/390
65130              
65131              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
65132              
65133              Use the versiononly instead of the installscripts,
65134              retract the changes 7146 and 7147.
65135              
65136              Reapply Andy's patch and regen Configure.
65137              
65138              Add the test case for #7190, from the original bug report
65139              by Andreas König.
65140              
65141              Remove duplicated code.
65142              
65143              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
65144              
65145              restore change#7202
65146      Branch: maint-5.6/perl
65147           !> (integrate 121 files)
65148 ____________________________________________________________________________
65149 [  8155] By: jhi                                   on 2000/12/17  22:30:58
65150         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
65151              From: "Craig A. Berry" <craigberry@mac.com>
65152              Date: Sun, 17 Dec 2000 13:09:28 -0600
65153              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
65154              
65155              MAN.PODS => ' ' is naughty.
65156      Branch: perl
65157            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
65158 ____________________________________________________________________________
65159 [  8154] By: nick                                  on 2000/12/17  22:07:13
65160         Log: MULTIPLICITY nit.
65161      Branch: perl
65162            ! mg.c
65163 ____________________________________________________________________________
65164 [  8153] By: gsar                                  on 2000/12/17  21:23:05
65165         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
65166              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
65167              from mainline
65168              
65169              Document the SvIOK_.*UV().
65170              
65171              Update Unicode todo list.
65172              
65173              Guard against bad string->int conversion for quads.
65174              
65175              Subject: small apidoc fix
65176              
65177              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
65178              
65179              Subject: [PATCH] Tied filehandle documentation
65180              
65181              Subject: [PATCH] Modernize Opcode.pm documentation
65182              
65183              Make Data::Dumper (non-XS) to work with changed semantics of ref().
65184              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
65185              [applied even though said semantics didn't change in 5.6.x]
65186              
65187              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
65188              
65189              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
65190              
65191              Fix the URL, but the server is still missing in action.
65192              Subject: [ID 20000905.002] perlfaq1.pod URL error
65193              
65194              Subject: [ID 20000903.001] \w in utf8-strings
65195              
65196              Fix the ccversion detection for 5.1 and beyond.
65197              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65198              
65199              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
65200              
65201              Subject: [ID 20000904.008] Tiny fix for perldiag
65202              
65203              Subject: Re: [ID 20000906.004] segfault with bad perl statement
65204              
65205              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65206              
65207              Subject: [ID 20000908.002] perlipc documentation bug.
65208              
65209              Subject: [PATCH lib/Benchmark.pm]
65210              
65211              Re-allow vec() for characters > 255.
65212              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
65213              
65214              Do away with memory models cruft.  Sorry, PDP users.
65215              
65216              Continue #7041.
65217              
65218              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
65219              
65220              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
65221              
65222              Upgrade to CPAN 1.57_65, from Andreas König.
65223              
65224              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
65225              by Russ Allbery.
65226              
65227              Silence t/pod/*.t about alternate quote-mappings now implemented
65228              by Pod::Text, from Brad Appleton.
65229              
65230              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
65231              Subject: borland C++ win32.c tweak
65232              
65233              C<@a = @b = split(...)> optimization coredumps under ithreads
65234              (missed a spot when fixing up op_pmreplroot hack for ithreads)
65235              
65236              Document the SvUTF8*().
65237              
65238              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
65239              
65240              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
65241              
65242              Do in VMS as the #7054 does.
65243              
65244              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
65245              
65246              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
65247              
65248              Subject: [patch: perl@7045] vms updates
65249              
65250              Test for the #7049.
65251              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
65252              
65253              Break up the myconfig lines a bit.
65254              Subject: perlbug/perl -V output format
65255              
65256              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
65257              
65258              The #7054 truncated Configure badly.
65259              
65260              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65261              initialization in all the threads on Windows
65262              
65263              Allow for whitespace between "#" and "line" in cpp output.
65264              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65265              
65266              Remove vestiges of tr//CU.
65267              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65268              
65269              The return value of setlocale must be copied away.
65270              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65271              
65272              Allow chop() and chomp() to be overridden.
65273              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65274              
65275              Hints optimization.
65276              Subject: Minor nit
65277              
65278              Subject: [PATCH] de-wall t/README
65279              
65280              Subject: Re: Two advertising clauses need to be removed
65281      Branch: maint-5.6/perl
65282           !> (integrate 75 files)
65283 ____________________________________________________________________________
65284 [  8152] By: gsar                                  on 2000/12/17  20:30:11
65285         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
65286              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
65287              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
65288              
65289              Don't attach -ld to the archname if pointless.
65290              
65291              Document UNTIE in a very minimalistic way.
65292              
65293              POSIX doesn't report long double values under -Duselongdouble
65294              when the long doubles are "real" (bigger than doubles).
65295              
65296              More author updates.
65297              
65298              Try to deduce NV_MAX.  Really should be Configure fodder.
65299              
65300              :: not allowed in pathnames, change to .
65301              Subject: [PATCH perl@6938] cygwin port
65302              
65303              Forget about NV_MAX (#6951).  Various floating point tweaks,
65304              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65305              
65306              Move the Solaris 7 scan to use64bitall, make the
65307              failure to find 64-bot sparc libc to mention the
65308              possibility of being in an intel, from Lupe and Alan.
65309              
65310              Regen perltoc.
65311              
65312              AUTHORS tweaks, from Peter Prymmer.
65313              
65314              More address tweaking.
65315              
65316              Small tweaks all over.
65317              
65318              File::Temp patches from Andreas König,
65319              
65320              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65321              
65322              Subject: CPAN.pm beta 1.57_57 for the core
65323              
65324              Part of the solution.
65325              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
65326              
65327              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
65328              
65329              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65330              
65331              Add the overload warnings to perldiag.
65332              
65333              Drop unused argument.
65334              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
65335              
65336              Subject: Nit in Configure (bleadperl@6961)
65337              
65338              Update to PodParser 1.18, from Brad Appleton.
65339              
65340              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
65341              
65342              Subject: [PATCH: 6948] add SCNfldbl to configure.com
65343              
65344              Document UNTIE. Also tweak implementation to suppress the 'inner references'
65345              warning when UNTIE exists and instead pass the cound of extra references to
65346              the UNTIE method.
65347              
65348              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
65349              so that case-ignoring systems like DCL can tell them from
65350              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
65351              
65352              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65353              
65354              Feature ordering tweak.
65355              
65356              Regen perltoc.
65357              
65358              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
65359              
65360              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
65361              
65362              Subject: http:// in L<>
65363              
65364              Detypo.
65365              
65366              change#6791 accidentally clobbered change#6710, put it back
65367              
65368              Only the first line, thank you very much.
65369              
65370              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
65371              plus rework the http: spots as suggested by Tom Christiansen,
65372              plus regen perltoc.
65373              
65374              Undo part of change 6489 which looks like a bulk edit which
65375              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
65376              The supressing of main:: on return from select() is undesirable.
65377              
65378              Apparently avoiding the swapping is too costly.
65379              
65380              Various Configure nits by Philip Newton,
65381              plus the ebcdic one by me.
65382              
65383              Make certain cc is set before trying to run it.
65384              
65385              If overloaded %{} etc. return the object do not loop.
65386              Thus  sub deref { $_[0] } functions if object is wanted type.
65387              
65388              Update perlhist.
65389              
65390              More %{} and other deref special casing - do not pass to 'nomethod'.
65391      Branch: maint-5.6/perl
65392           !> (integrate 59 files)
65393 ____________________________________________________________________________
65394 [  8151] By: gsar                                  on 2000/12/17  19:14:38
65395         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
65396              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
65397              
65398              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
65399              
65400              Make the epsilon to be relative, not absolute.
65401              
65402              Put back the flags dump as reasoned in
65403              Subject: Re: [PATCH] Glob dumping
65404              
65405              Introduce ccname to keep track of what compiler kind of we have.
65406              
65407              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
65408              
65409              Put back the slice accidentally removed by #6907.
65410              
65411              Reset archname and archname64 always, forcing them be
65412              recomputed at each Configure run, make Configure and
65413              the hints files agree on the naming of largefiles variables.
65414              
65415              Don't say "Perl 5.0 source kit".
65416              
65417              Subject: [PATCH] fix misc cast warnings
65418              
65419              Subject: typos in pods
65420              
65421              NVs not necessarily doubles, as pointed out by Yitzchak.
65422              
65423              Subject: [PATCH 6889] add a few ldbl formats to configure.com
65424              
65425              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
65426              
65427              Better options for rsync.
65428              
65429              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
65430              
65431              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
65432              
65433              Subject: [PATCH] Re: UNTIE method 
65434              
65435              A better fix for the Socket building problem from Craig Berry.
65436              
65437              Retract the dummy test, skip the security tests (instead of failing),
65438              explain what the warnings mean.
65439              
65440              Heap decorruption.
65441              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
65442              
65443              Update to Unicode 3.0.1.
65444              
65445              Missed one Unicode file.
65446              
65447              Subject: Re: typos in pods
65448              
65449              The #6929 was too skimpy.
65450              
65451              sscanf() may be the only way to read long doubles from strings.
65452              
65453              Reveal Borland's isnan.
65454              Subject: build with BC++ tweak
65455              
65456              Issue useful diagnostic on unknown pod commands.
65457              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
65458              
65459              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
65460              
65461              Clarify the third case of ftmp-security warnings.
65462              
65463              Make -Dusemorebits find long doubles in Solaris.
65464              
65465              Wrap the test in eval.
65466      Branch: maint-5.6/perl
65467           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
65468           +> lib/unicode/PropList.txt lib/unicode/README.perl
65469           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65470           +> lib/unicode/Unicode.301 vms/vmspipe.com
65471            - lib/unicode/Props.txt lib/unicode/UCD300.html
65472            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
65473           !> (integrate 305 files)
65474 ____________________________________________________________________________
65475 [  8150] By: jhi                                   on 2000/12/17  18:47:57
65476         Log: Uncheckedin generated files.
65477      Branch: perl
65478            ! global.sym perlapi.c pod/perlapi.pod
65479 ____________________________________________________________________________
65480 [  8149] By: jhi                                   on 2000/12/17  18:41:22
65481         Log: Update Changes.
65482      Branch: perl
65483            ! Changes patchlevel.h
65484 ____________________________________________________________________________
65485 [  8148] By: jhi                                   on 2000/12/17  18:39:16
65486         Log: Subject: [PATCH] Fcntl constants speedup
65487              From: Nicholas Clark <nick@ccl4.org>
65488              Date: Sun, 17 Dec 2000 16:29:24 +0000
65489              Message-ID: <20001217162924.E97668@plum.flirble.org>
65490              
65491              Use IVs for the Fcntl constants instead of NVs.
65492      Branch: perl
65493            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
65494 ____________________________________________________________________________
65495 [  8147] By: jhi                                   on 2000/12/17  18:33:41
65496         Log: Add test for #8145 (binmode() warning), add warning for
65497              ioctl() and sockpair(), document them. (fileno() cannot
65498              be tripwired with the same kind of warning because
65499              'defined fileno($foo)' seems to be an idiom.)
65500      Branch: perl
65501            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
65502 ____________________________________________________________________________
65503 [  8146] By: gsar                                  on 2000/12/17  18:09:08
65504         Log: update Changes
65505      Branch: maint-5.6/perl
65506            ! Changes
65507 ____________________________________________________________________________
65508 [  8145] By: jhi                                   on 2000/12/17  17:39:35
65509         Log: Subject: [PATCH] Re: The long awaited feature ...
65510              From: Simon Cozens <simon@cozens.net>
65511              Date: Sun, 17 Dec 2000 12:31:56 +0000
65512              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
65513              
65514              Add a warning to binmode() about using bad filehandles
65515              (can happen e.g. if someone forgets the filehandle argument)
65516      Branch: perl
65517            ! pp_sys.c
65518 ____________________________________________________________________________
65519 [  8144] By: jhi                                   on 2000/12/17  17:33:48
65520         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
65521              From: Jonathan Stowe <gellyfish@gellyfish.com>
65522              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
65523              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
65524      Branch: perl
65525            ! lib/Net/Ping.pm
65526 ____________________________________________________________________________
65527 [  8143] By: jhi                                   on 2000/12/17  05:31:37
65528         Log: Polymorphic regexps.
65529              
65530              Fixes at least the bugs 20001028.003 (both of them...) and
65531              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
65532              also to be fixed by now, probably already before this patch.
65533      Branch: perl
65534            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
65535            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
65536            ! t/op/utf8decode.t t/pragma/utf8.t
65537 ____________________________________________________________________________
65538 [  8142] By: jhi                                   on 2000/12/16  17:16:05
65539         Log: Subject: [patch perl@8102] dos/djgpp update
65540              From: Laszlo Molnar <ml1050@freemail.hu>
65541              Date: Sat, 16 Dec 2000 01:40:52 +0100
65542              Message-ID: <20001216014052.A335@freemail.hu>
65543      Branch: perl
65544            ! djgpp/config.over t/base/commonsense.t
65545 ____________________________________________________________________________
65546 [  8141] By: jhi                                   on 2000/12/16  17:09:27
65547         Log: Few uncheckedin files.
65548      Branch: perl
65549            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
65550 ____________________________________________________________________________
65551 [  8140] By: nick                                  on 2000/12/15  22:14:31
65552         Log: Integrate mainline
65553      Branch: perlio
65554           !> (integrate 53 files)
65555 ____________________________________________________________________________
65556 [  8139] By: jhi                                   on 2000/12/15  19:49:49
65557         Log: One more IVUV tweak from Nicholas Clark.
65558      Branch: perl
65559            ! sv.c
65560 ____________________________________________________________________________
65561 [  8138] By: jhi                                   on 2000/12/15  19:17:06
65562         Log: Return of the IVUV-preservation, now seems to be happy even
65563              in Digital UNIX (the broken strtoul brokenness detection
65564              seems to have been the fly in the ointment).
65565      Branch: perl
65566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65567            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
65568            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
65569            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
65570            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65571            ! vos/config.ga.h win32/config.bc win32/config.gc
65572            ! win32/config.vc
65573 ____________________________________________________________________________
65574 [  8137] By: jhi                                   on 2000/12/15  18:12:14
65575         Log: Metaconfig unit change for #8136.
65576      Branch: metaconfig
65577            ! U/modified/d_strtoul.U
65578      Branch: metaconfig/U/perl
65579            ! d_strtoull.U d_strtouq.U
65580 ____________________________________________________________________________
65581 [  8136] By: jhi                                   on 2000/12/15  18:11:35
65582         Log: I don't think it's sensible or portable to test the strtou*
65583              on /^-/ strings.
65584      Branch: perl
65585            ! Configure
65586 ____________________________________________________________________________
65587 [  8135] By: jhi                                   on 2000/12/15  17:18:49
65588         Log: Metaconfig unit change for #8134.
65589      Branch: metaconfig
65590            ! U/modified/d_strtoul.U
65591 ____________________________________________________________________________
65592 [  8134] By: jhi                                   on 2000/12/15  17:14:13
65593         Log: If longsize is 8 we don't need a LL suffix for integer constants.
65594      Branch: perl
65595            ! Configure config_h.SH
65596 ____________________________________________________________________________
65597 [  8133] By: jhi                                   on 2000/12/15  16:00:23
65598         Log: Update Changes.
65599      Branch: perl
65600            ! Changes patchlevel.h
65601 ____________________________________________________________________________
65602 [  8132] By: jhi                                   on 2000/12/15  15:44:16
65603         Log: Some compilers get huffy if you do not cast a const pointer
65604              to a non-const when assigning.
65605      Branch: perl
65606            ! gv.c
65607 ____________________________________________________________________________
65608 [  8131] By: jhi                                   on 2000/12/15  15:38:30
65609         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
65610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65611              Date: Fri, 15 Dec 2000 05:26:57 -0500
65612              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
65613      Branch: perl
65614            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
65615            ! t/pragma/overload.t
65616 ____________________________________________________________________________
65617 [  8130] By: jhi                                   on 2000/12/15  15:36:08
65618         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
65619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65620              Date: Thu, 14 Dec 2000 22:02:43 -0500
65621              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
65622      Branch: perl
65623            ! gv.c perl.h
65624 ____________________________________________________________________________
65625 [  8129] By: jhi                                   on 2000/12/15  15:34:16
65626         Log: Subject: PATCH: h2xs nit
65627              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65628              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
65629              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
65630              
65631              Add a template README.
65632      Branch: perl
65633            ! utils/h2xs.PL
65634 ____________________________________________________________________________
65635 [  8128] By: jhi                                   on 2000/12/15  15:32:22
65636         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
65637      Branch: perl
65638            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
65639 ____________________________________________________________________________
65640 [  8127] By: jhi                                   on 2000/12/15  15:19:34
65641         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
65642              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65643              Date:     Thu, 14 Dec 2000 20:04:42 EST
65644              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
65645      Branch: perl
65646            ! ext/Opcode/Opcode.xs
65647 ____________________________________________________________________________
65648 [  8126] By: jhi                                   on 2000/12/15  15:17:49
65649         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
65650              From: Peter Prymmer <pvhp@forte.com>
65651              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
65652              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
65653      Branch: perl
65654            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
65655            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
65656            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
65657 ____________________________________________________________________________
65658 [  8125] By: jhi                                   on 2000/12/15  15:11:05
65659         Log: This seems to be a stage sane and stable enough to checkin.
65660              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
65661      Branch: perl
65662            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
65663            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
65664            ! t/op/cmp.t t/op/numconvert.t
65665 ____________________________________________________________________________
65666 [  8124] By: jhi                                   on 2000/12/15  04:20:26
65667         Log: Something is really wonky.
65668      Branch: perl
65669            ! sv.c
65670 ____________________________________________________________________________
65671 [  8123] By: jhi                                   on 2000/12/15  04:00:50
65672         Log: Fixes for the IV UV patches to compile in Digital UNIX.
65673      Branch: perl
65674            ! sv.c
65675 ____________________________________________________________________________
65676 [  8122] By: jhi                                   on 2000/12/15  02:53:40
65677         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
65678              From: "Craig A. Berry" <craigberry@mac.com>
65679              Date: Thu, 14 Dec 2000 19:10:49 -0600
65680              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
65681      Branch: perl
65682            ! vms/vms.c
65683 ____________________________________________________________________________
65684 [  8121] By: jhi                                   on 2000/12/15  02:50:00
65685         Log: Metaconfig changes for #8120.
65686      Branch: metaconfig
65687            + U/modified/d_strtoul.U
65688      Branch: metaconfig/U/perl
65689            ! d_strtoull.U d_strtouq.U
65690 ____________________________________________________________________________
65691 [  8120] By: jhi                                   on 2000/12/15  02:49:42
65692         Log: From: Nicholas Clark <nick@ccl4.org> 
65693              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
65694              Date: Thu, 14 Dec 2000 18:38:57 +0000
65695              Message-ID: <20001214183857.B97909@plum.flirble.org>
65696      Branch: perl
65697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65698            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
65699            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
65700            ! vos/config.ga.def vos/config.ga.h win32/config.bc
65701            ! win32/config.gc win32/config.vc
65702 ____________________________________________________________________________
65703 [  8119] By: jhi                                   on 2000/12/14  23:40:58
65704         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
65705              From: Nicholas Clark <nick@ccl4.org>
65706              Date: Wed, 13 Dec 2000 20:08:50 +0000
65707              Message-ID: <20001213200849.B71166@plum.flirble.org>
65708      Branch: perl
65709            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
65710            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
65711 ____________________________________________________________________________
65712 [  8118] By: jhi                                   on 2000/12/14  22:46:26
65713         Log: Integrate perlio.
65714      Branch: perl
65715           !> MANIFEST ext/Encode/compile makedef.pl
65716 ____________________________________________________________________________
65717 [  8117] By: nick                                  on 2000/12/14  22:38:53
65718         Log: Win32 tweaks to get Encode to build
65719              - temp hack to makedef.pl till PerlIO is properly "exported".
65720              - MSVC dislikes  
65721              static encpage_t foo[];
65722              so make 'em extern for now.
65723      Branch: perlio
65724            ! ext/Encode/compile makedef.pl
65725 ____________________________________________________________________________
65726 [  8116] By: nick                                  on 2000/12/14  22:00:53
65727         Log: Document the new files
65728      Branch: perlio
65729            ! MANIFEST
65730 ____________________________________________________________________________
65731 [  8115] By: jhi                                   on 2000/12/14  21:58:01
65732         Log: MANIFEST new files of #8114.
65733      Branch: perl
65734            ! MANIFEST
65735 ____________________________________________________________________________
65736 [  8114] By: jhi                                   on 2000/12/14  21:50:49
65737         Log: Integrate perlio.
65738      Branch: perl
65739           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65740           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
65741           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65742           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65743           !> ext/Encode/Makefile.PL
65744 ____________________________________________________________________________
65745 [  8113] By: jhi                                   on 2000/12/14  21:48:49
65746         Log: The documentation part of the
65747              
65748              Subject: [ID 20001214.002] Net::Ping patch
65749              From: Jonathan Stowe <gellyfish@gellyfish.com>
65750              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
65751              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
65752              since the #7529 had already addressed the same problem.
65753      Branch: perl
65754            ! lib/Net/Ping.pm
65755 ____________________________________________________________________________
65756 [  8112] By: jhi                                   on 2000/12/14  21:42:57
65757         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
65758              From: Dominic Dunlop <domo@computer.org>
65759              Date: Tue, 12 Dec 2000 10:47:10 +0100
65760              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
65761              
65762              Document how elusive subroutines can be.
65763      Branch: perl
65764            ! pod/perlfunc.pod
65765 ____________________________________________________________________________
65766 [  8111] By: jhi                                   on 2000/12/14  21:38:05
65767         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65768              From: Dominic Dunlop <domo@computer.org>
65769              Date: Thu, 14 Dec 2000 10:13:51 +0100
65770              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
65771      Branch: perl
65772            ! ext/POSIX/POSIX.pod
65773 ____________________________________________________________________________
65774 [  8110] By: jhi                                   on 2000/12/14  21:36:32
65775         Log: Subject: [patch] perlfaq7
65776              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
65777              Date: Thu, 14 Dec 2000 15:31:07 +0100
65778              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
65779      Branch: perl
65780            ! pod/perlfaq7.pod
65781 ____________________________________________________________________________
65782 [  8109] By: jhi                                   on 2000/12/14  21:29:20
65783         Log: Subject: [8104] Encode
65784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65785              Date: Thu, 14 Dec 2000 14:49:34 +0100
65786              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
65787              
65788              Type casting for nervous compilers.
65789      Branch: perl
65790            ! ext/Encode/Encode.xs
65791 ____________________________________________________________________________
65792 [  8108] By: jhi                                   on 2000/12/14  21:26:17
65793         Log: Subject: [8104] DB_File
65794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65795              Date: Thu, 14 Dec 2000 14:49:35 +0100
65796              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
65797              
65798              Type definition incorrect for DB 2.7.7.  Not known when it
65799              changed, so only changed it for a known revision.
65800      Branch: perl
65801            ! ext/DB_File/DB_File.xs
65802 ____________________________________________________________________________
65803 [  8107] By: jhi                                   on 2000/12/14  21:23:41
65804         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
65805              From: Peter Prymmer <pvhp@forte.com>
65806              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
65807              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
65808              
65809              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
65810      Branch: perl
65811            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65812            ! ext/Encode/Encode/posix-bc.enc
65813 ____________________________________________________________________________
65814 [  8106] By: nick                                  on 2000/12/14  20:36:13
65815         Log: "Cold" build correction to Encode's Makefile.PL
65816      Branch: perlio
65817            ! ext/Encode/Makefile.PL
65818 ____________________________________________________________________________
65819 [  8105] By: nick                                  on 2000/12/14  20:09:37
65820         Log: "Compiled" encodings.
65821              Correct replacement character in EBCDIC .enc files
65822              Add 0x7F to ASCII repertoire.
65823      Branch: perlio
65824            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
65825            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65826            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65827            ! ext/Encode/Makefile.PL ext/Encode/compile
65828            ! ext/Encode/encengine.c ext/Encode/encode.h
65829 ____________________________________________________________________________
65830 [  8104] By: nick                                  on 2000/12/14  00:38:20
65831         Log: Integrate mainline
65832      Branch: perlio
65833           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
65834           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
65835           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
65836           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
65837           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
65838           !> t/lib/db-hash.t t/lib/db-recno.t
65839 ____________________________________________________________________________
65840 [  8103] By: nick                                  on 2000/12/13  23:16:13
65841         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
65842              so far and so it does not get lost.
65843      Branch: perlio
65844            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65845 ____________________________________________________________________________
65846 [  8102] By: jhi                                   on 2000/12/13  17:14:22
65847         Log: Update Changes.
65848      Branch: perl
65849            ! Changes patchlevel.h
65850 ____________________________________________________________________________
65851 [  8101] By: jhi                                   on 2000/12/13  16:53:41
65852         Log: Move the proto of start_glob() to a better place; regen api files.
65853      Branch: perl
65854            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
65855 ____________________________________________________________________________
65856 [  8100] By: jhi                                   on 2000/12/13  16:47:11
65857         Log: Metaconfig change for #8099.
65858      Branch: metaconfig
65859            ! U/modified/Head.U
65860 ____________________________________________________________________________
65861 [  8099] By: jhi                                   on 2000/12/13  16:46:48
65862         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
65863              From: Andy Dougherty <doughera@lafayette.edu>
65864              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
65865              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
65866      Branch: perl
65867            ! Configure
65868 ____________________________________________________________________________
65869 [  8098] By: jhi                                   on 2000/12/13  16:39:02
65870         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
65871              From: rspier@pobox.com (Robert Spier)
65872              Date: Tue, 12 Dec 2000 21:12:39 -0500
65873              Message-ID: <14902.56087.678086.725773@rls.cx>
65874              
65875              fastgetcwd is defined using a glob alias on a $^O dependent basis -
65876              and there was no default assignment or perl subroutine.
65877      Branch: perl
65878            ! lib/Cwd.pm
65879 ____________________________________________________________________________
65880 [  8097] By: jhi                                   on 2000/12/13  16:16:01
65881         Log: Subject: [PATCH] move startglob out of pp_hot.c
65882              From: Nicholas Clark <nick@ccl4.org>
65883              Date: Mon, 11 Dec 2000 23:16:39 +0000
65884              Message-ID: <20001211231638.A55550@plum.flirble.org>
65885      Branch: perl
65886            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
65887 ____________________________________________________________________________
65888 [  8096] By: jhi                                   on 2000/12/13  15:26:23
65889         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
65891              Date: Wed, 13 Dec 2000 14:01:37 +0100
65892              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
65893              
65894              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
65895              in turn requires libpthread in libswanted.
65896      Branch: perl
65897            ! hints/hpux.sh
65898 ____________________________________________________________________________
65899 [  8095] By: jhi                                   on 2000/12/12  19:51:05
65900         Log: The integration wars continue.
65901      Branch: perl
65902           !> sv.c
65903 ____________________________________________________________________________
65904 [  8094] By: jhi                                   on 2000/12/12  19:48:26
65905         Log: Subject: [PATCH perl@8070] DB_File-1.74  
65906              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
65907              Date: Mon, 11 Dec 2000 23:07:17 -0000
65908              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
65909      Branch: perl
65910            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65911            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65912            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
65913            ! t/lib/db-recno.t
65914 ____________________________________________________________________________
65915 [  8093] By: nick                                  on 2000/12/12  19:42:13
65916         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
65917      Branch: perlio
65918            ! sv.c
65919           !> lib/File/DosGlob.pm
65920 ____________________________________________________________________________
65921 [  8092] By: jhi                                   on 2000/12/12  19:28:11
65922         Log: Integrate perlio.
65923      Branch: perl
65924           !> sv.c
65925 ____________________________________________________________________________
65926 [  8091] By: nick                                  on 2000/12/12  18:49:45
65927         Log: Fix for Tk, and upgrading shared SVs.
65928      Branch: perlio
65929            ! sv.c
65930 ____________________________________________________________________________
65931 [  8090] By: jhi                                   on 2000/12/12  16:48:59
65932         Log: Subject: [PATCH] Re: Breadperl & Tk
65933              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65934              Date: Tue, 12 Dec 2000 14:48:27 GMT
65935              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
65936      Branch: perl
65937            ! sv.c
65938 ____________________________________________________________________________
65939 [  8089] By: jhi                                   on 2000/12/12  03:37:19
65940         Log: Subject: DosGlob.pm diff for bash style brace expansion.
65941              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
65942              Date: Fri, 8 Dec 2000 10:45:30 -0600
65943              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
65944      Branch: perl
65945            ! lib/File/DosGlob.pm
65946 ____________________________________________________________________________
65947 [  8088] By: nick                                  on 2000/12/11  23:59:59
65948         Log: Integrate mainline
65949      Branch: perlio
65950           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
65951           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65952           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
65953           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
65954           !> t/op/local.t t/pragma/warn/toke toke.c
65955 ____________________________________________________________________________
65956 [  8087] By: jhi                                   on 2000/12/11  23:20:23
65957         Log: Integrate perlio.
65958      Branch: perl
65959           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65960 ____________________________________________________________________________
65961 [  8086] By: jhi                                   on 2000/12/11  22:50:59
65962         Log: Tune further the OS detection of CGI.
65963      Branch: perl
65964            ! lib/CGI.pm
65965 ____________________________________________________________________________
65966 [  8085] By: nick                                  on 2000/12/11  22:50:46
65967         Log: Finish 1st pass of "encoding" layer e.g. :
65968              open($fh,"<encoding(iso8859-7)",$greek) || die;
65969      Branch: perlio
65970            ! ext/Encode/Encode.xs perlio.c perliol.h
65971 ____________________________________________________________________________
65972 [  8084] By: jhi                                   on 2000/12/11  22:32:06
65973         Log: Revert the -f ambiguousity patch, seems to cause
65974              too much hassle (the interpret -Q as a function
65975              where Q is not a known filetest part is left in).
65976      Branch: perl
65977            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
65978            ! toke.c
65979 ____________________________________________________________________________
65980 [  8083] By: jhi                                   on 2000/12/11  22:27:23
65981         Log: (accidentally empty check-in)
65982      Branch: perl
65983            ! lib/File/DosGlob.pm
65984 ____________________________________________________________________________
65985 [  8082] By: nick                                  on 2000/12/11  19:09:51
65986         Log: Restore mmap function (broken by tweaks to shared buffer
65987              layer for encode(xxxx)).
65988      Branch: perlio
65989            ! perlio.c
65990 ____________________________________________________________________________
65991 [  8081] By: jhi                                   on 2000/12/11  18:29:13
65992         Log: Subject: Re: The long awaited feature ...
65993              From: Simon Cozens <simon@cozens.net>
65994              Date: Mon, 11 Dec 2000 15:54:24 +0000
65995              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
65996              
65997              More io/utf8 tests.
65998      Branch: perl
65999            ! t/io/utf8.t
66000 ____________________________________________________________________________
66001 [  8080] By: jhi                                   on 2000/12/11  18:19:36
66002         Log: Subject: PATCH MakeMaker manpage clarification
66003              From: andreas.koenig@anima.de (Andreas J. Koenig)
66004              Date: 10 Dec 2000 20:46:13 +0100
66005              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
66006      Branch: perl
66007            ! lib/ExtUtils/MakeMaker.pm
66008 ____________________________________________________________________________
66009 [  8079] By: jhi                                   on 2000/12/11  15:35:07
66010         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
66011              From: Simon Cozens <simon@cozens.net>
66012              Date: Sun, 10 Dec 2000 19:06:19 +0000
66013              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
66014      Branch: perl
66015            ! ext/B/B/Deparse.pm t/lib/b.t
66016 ____________________________________________________________________________
66017 [  8078] By: jhi                                   on 2000/12/11  15:09:11
66018         Log: Subject: [PATCH] docs on NaN
66019              From: Nicholas Clark <nick@ccl4.org>
66020              Date: Mon, 11 Dec 2000 01:48:38 +0000
66021              Message-ID: <20001211014838.B99205@plum.flirble.org>
66022      Branch: perl
66023            ! pod/perlop.pod
66024 ____________________________________________________________________________
66025 [  8077] By: jhi                                   on 2000/12/11  15:02:21
66026         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
66027              From: Simon Cozens <simon@cozens.net>
66028              Date: Mon, 11 Dec 2000 01:21:45 +0000
66029              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
66030      Branch: perl
66031            ! pp.c pp_hot.c scope.c t/op/local.t
66032 ____________________________________________________________________________
66033 [  8076] By: nick                                  on 2000/12/10  20:43:32
66034         Log: Not merge worthy...
66035              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
66036              syntax is modelled on attributes.
66037              Untested fix for io/utf8 on Win32 etc.
66038              Very clumsy start to the encode layer.
66039      Branch: perlio
66040            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
66041 ____________________________________________________________________________
66042 [  8075] By: jhi                                   on 2000/12/10  18:39:33
66043         Log: Darwin is not Windows.
66044      Branch: perl
66045            ! lib/CGI.pm
66046 ____________________________________________________________________________
66047 [  8074] By: jhi                                   on 2000/12/10  18:31:27
66048         Log: Subject: Ambiguous -%c() resolved as a file test
66049              From: "Paul Marquess" <Paul.Marquess@openwave.com>
66050              Date: Sun, 10 Dec 2000 15:35:07 -0000
66051              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
66052      Branch: perl
66053            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
66054 ____________________________________________________________________________
66055 [  8073] By: jhi                                   on 2000/12/10  18:16:29
66056         Log: Subject: PATCH installperl misinformed 
66057              From: andreas.koenig@anima.de (Andreas J. Koenig)
66058              Date: 10 Dec 2000 13:01:32 +0100 
66059              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
66060      Branch: perl
66061            ! installperl
66062 ____________________________________________________________________________
66063 [  8072] By: jhi                                   on 2000/12/10  18:07:55
66064         Log: The walkoptree confusion rages; walkoptree() seems to be coming
66065              from B.xs, while walkoptree_slow() comes from B.pm.
66066      Branch: perl
66067            ! ext/B/B.pm
66068 ____________________________________________________________________________
66069 [  8071] By: nick                                  on 2000/12/10  11:45:47
66070         Log: Integrate mainline
66071      Branch: perlio
66072           +> t/base/commonsense.t
66073           !> (integrate 37 files)
66074 ____________________________________________________________________________
66075 [  8070] By: jhi                                   on 2000/12/10  04:46:21
66076         Log: Update Changes.
66077      Branch: perl
66078            ! Changes patchlevel.h
66079 ____________________________________________________________________________
66080 [  8069] By: jhi                                   on 2000/12/10  04:39:19
66081         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
66082              From: andreas.koenig@anima.de (Andreas J. Koenig)
66083              Date: 09 Dec 2000 17:14:25 +0100
66084              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
66085      Branch: perl
66086            + t/base/commonsense.t
66087            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
66088 ____________________________________________________________________________
66089 [  8068] By: jhi                                   on 2000/12/10  04:17:36
66090         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
66091              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66092              Date: Sat, 9 Dec 2000 16:47:22 -0000
66093              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
66094      Branch: perl
66095            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
66096            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
66097            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
66098            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
66099            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
66100            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
66101            ! t/lib/sdbm.t
66102 ____________________________________________________________________________
66103 [  8067] By: jhi                                   on 2000/12/10  03:52:02
66104         Log: Test case for #8066.
66105      Branch: perl
66106            ! t/op/misc.t
66107 ____________________________________________________________________________
66108 [  8066] By: jhi                                   on 2000/12/10  03:50:30
66109         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
66110              From: Simon Cozens <simon@cozens.net>
66111              Date: Sun, 10 Dec 2000 00:55:37 +0000
66112              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
66113      Branch: perl
66114            ! pp_sys.c
66115 ____________________________________________________________________________
66116 [  8065] By: jhi                                   on 2000/12/10  03:44:52
66117         Log: Test case for #8064.
66118      Branch: perl
66119            ! t/comp/proto.t
66120 ____________________________________________________________________________
66121 [  8064] By: jhi                                   on 2000/12/10  03:42:32
66122         Log: Subject: Re: prototype of substr
66123              From: Simon Cozens <simon@cozens.net>
66124              Date: Sun, 10 Dec 2000 00:13:33 +0000
66125              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
66126              
66127              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
66128              In other words, make the returned prototypes for any function
66129              stop prepending the ';' optionality marker after the first one.
66130              If they start getting optional, all the rest are optional.
66131      Branch: perl
66132            ! pp.c
66133 ____________________________________________________________________________
66134 [  8063] By: jhi                                   on 2000/12/10  03:39:42
66135         Log: Subject: [PATCH] perlguts.pod
66136              From: Simon Cozens <simon@cozens.net>
66137              Date: Sun, 10 Dec 2000 00:06:47 +0000
66138              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
66139              
66140              Documentation of the different types of ops,
66141              plus the functions in dump.c
66142      Branch: perl
66143            ! pod/perlguts.pod
66144 ____________________________________________________________________________
66145 [  8062] By: jhi                                   on 2000/12/10  03:30:04
66146         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
66147              From: Nicholas Clark <nick@talking.bollo.cx>
66148              Date: Sat, 09 Dec 2000 18:57:25 +0000
66149              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
66150              
66151              Be more robust in weird hostname setups.
66152      Branch: perl
66153            ! t/lib/net-hostent.t
66154 ____________________________________________________________________________
66155 [  8061] By: jhi                                   on 2000/12/10  03:28:21
66156         Log: Pacify fussy compiler. 
66157      Branch: perl
66158            ! pp_sys.c
66159 ____________________________________________________________________________
66160 [  8060] By: jhi                                   on 2000/12/10  02:52:46
66161         Log: Integrate perlio.
66162      Branch: perl
66163           !> pp_sys.c t/io/utf8.t
66164 ____________________________________________________________________________
66165 [  8059] By: nick                                  on 2000/12/09  23:40:14
66166         Log: read/sysread/recv should now be utf8 aware.
66167              Basic test for utf8 read.
66168      Branch: perlio
66169            ! pp_sys.c t/io/utf8.t
66170 ____________________________________________________________________________
66171 [  8058] By: jhi                                   on 2000/12/09  21:56:02
66172         Log: Integrate perlio.
66173      Branch: perl
66174           +> t/io/utf8.t
66175           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
66176 ____________________________________________________________________________
66177 [  8057] By: jhi                                   on 2000/12/09  21:53:35
66178         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
66179              From: Inaba Hiroto <inaba@st.rim.or.jp>
66180              Date: Sun, 10 Dec 2000 05:53:21 +0900
66181              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
66182              
66183              Tests for #8056.
66184      Branch: perl
66185            ! t/op/each.t
66186 ____________________________________________________________________________
66187 [  8056] By: jhi                                   on 2000/12/09  21:51:16
66188         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
66189              From: Inaba Hiroto <inaba@st.rim.or.jp>
66190              Date: Sat, 09 Dec 2000 18:02:00 +0900
66191              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
66192              
66193              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
66194      Branch: perl
66195            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
66196 ____________________________________________________________________________
66197 [  8055] By: nick                                  on 2000/12/09  20:11:48
66198         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
66199              than raw PerlIO_write() - does not seem to break any tests.
66200      Branch: perlio
66201            ! pp_sys.c
66202 ____________________________________________________________________________
66203 [  8054] By: nick                                  on 2000/12/09  19:47:30
66204         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
66205              (sysread, recv and write i.e. formats still to do...)
66206              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
66207              open($fh,">:utf8","name")
66208              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
66209              so no extra overhead is involved.
66210              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
66211              to a non-utf8 stream.
66212              Add initial io/utf8.t
66213              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
66214              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
66215              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
66216      Branch: perlio
66217            + t/io/utf8.t
66218            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
66219 ____________________________________________________________________________
66220 [  8053] By: nick                                  on 2000/12/09  19:26:37
66221         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
66222              was only testing this_utf8.
66223      Branch: perlio
66224            ! toke.c
66225 ____________________________________________________________________________
66226 [  8052] By: nick                                  on 2000/12/09  19:09:41
66227         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
66228              i.e. the output string has one, but don't mess with source assumption.
66229      Branch: perlio
66230            ! toke.c
66231 ____________________________________________________________________________
66232 [  8051] By: jhi                                   on 2000/12/09  16:55:17
66233         Log: Integrate perlio.
66234      Branch: perl
66235           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
66236           !> sv.c thrdvar.h util.c
66237 ____________________________________________________________________________
66238 [  8050] By: jhi                                   on 2000/12/09  16:48:07
66239         Log: Nits noticed by Peter Prymmer.
66240      Branch: perl
66241            ! lib/ExtUtils/MM_VMS.pm
66242 ____________________________________________________________________________
66243 [  8049] By: nick                                  on 2000/12/09  13:49:40
66244         Log: UTF8 output prework.
66245              - Store $\ and $, as SVs so they can have SvUTF8 flag
66246              - use do_print() rather than raw PerlIO_write() to print them.
66247      Branch: perlio
66248            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
66249            ! thrdvar.h util.c
66250 ____________________________________________________________________________
66251 [  8048] By: nick                                  on 2000/12/09  12:30:43
66252         Log: Integrate mainline.
66253      Branch: perlio
66254           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
66255           +> t/op/reverse.t
66256           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
66257           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
66258           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
66259           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
66260           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
66261           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66262 ____________________________________________________________________________
66263 [  8047] By: jhi                                   on 2000/12/09  00:23:27
66264         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
66265              From: Michael G Schwern <schwern@pobox.com>
66266              Date: Fri, 8 Dec 2000 14:43:04 -0600
66267      Branch: perl
66268            ! lib/ExtUtils/MM_VMS.pm
66269 ____________________________________________________________________________
66270 [  8046] By: jhi                                   on 2000/12/08  23:10:27
66271         Log: A missed check-in.
66272      Branch: perl
66273            ! lib/ExtUtils/Manifest.pm
66274 ____________________________________________________________________________
66275 [  8045] By: jhi                                   on 2000/12/08  21:57:12
66276         Log: (null check-in)
66277      Branch: perl
66278            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
66279 ____________________________________________________________________________
66280 [  8044] By: jhi                                   on 2000/12/08  21:11:06
66281         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
66282              at the final draft stage.
66283      Branch: perl
66284            + ext/Encode/Encode/iso8859-16.enc
66285            ! MANIFEST
66286 ____________________________________________________________________________
66287 [  8043] By: jhi                                   on 2000/12/08  16:39:04
66288         Log: Update Changes.
66289      Branch: perl
66290            ! Changes patchlevel.h
66291 ____________________________________________________________________________
66292 [  8042] By: jhi                                   on 2000/12/08  16:33:39
66293         Log: Do not return the Unicode replacement character if UTF-8
66294              decoding goes awry, it should be up to the caller to decide.
66295      Branch: perl
66296            ! pod/perlapi.pod utf8.c
66297 ____________________________________________________________________________
66298 [  8041] By: jhi                                   on 2000/12/08  16:22:28
66299         Log: metaconfig maintenance.
66300      Branch: metaconfig
66301            ! U/modified/stdchar.U
66302      Branch: metaconfig/U/perl
66303            + testsyml.U
66304 ____________________________________________________________________________
66305 [  8040] By: jhi                                   on 2000/12/08  16:03:08
66306         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
66307              From: sthoenna@efn.org
66308              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
66309              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
66310      Branch: perl
66311            ! Changes lib/ExtUtils/MM_OS2.pm
66312 ____________________________________________________________________________
66313 [  8039] By: jhi                                   on 2000/12/08  15:57:11
66314         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
66315              From: Simon Cozens <simon@cozens.net>
66316              Date: Fri, 8 Dec 2000 13:33:31 +0000
66317              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
66318              
66319              (The pp_hot part needed a rewrite.)
66320      Branch: perl
66321            ! doop.c pp_hot.c utf8.c
66322 ____________________________________________________________________________
66323 [  8038] By: jhi                                   on 2000/12/08  15:25:08
66324         Log: Subject: djSP
66325              From: Michael Stevens <michael@etla.org>
66326              Date: Wed, 6 Dec 2000 23:24:01 +0000
66327              Message-ID: <20001206232400.A21381@firedrake.org>
66328              
66329              Plus a note from Nick Ing-Simmons.
66330      Branch: perl
66331            ! pp.h
66332 ____________________________________________________________________________
66333 [  8037] By: jhi                                   on 2000/12/08  15:18:35
66334         Log: Filetype is text.
66335      Branch: perl
66336            ! t/op/utf8decode.t
66337 ____________________________________________________________________________
66338 [  8036] By: jhi                                   on 2000/12/08  03:31:27
66339         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66340              From: Andy Dougherty <doughera@lafayette.edu>
66341              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
66342              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
66343              
66344              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66345              From: Andy Dougherty <doughera@lafayette.edu>
66346              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
66347              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
66348      Branch: perl
66349            + ext/POSIX/hints/svr4.pl
66350            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
66351 ____________________________________________________________________________
66352 [  8035] By: jhi                                   on 2000/12/08  03:26:01
66353         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
66354              From: Andy Dougherty <doughera@lafayette.edu>
66355              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
66356              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
66357      Branch: perl
66358            ! t/README t/base/term.t
66359 ____________________________________________________________________________
66360 [  8034] By: jhi                                   on 2000/12/08  03:21:59
66361         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66362              From: mjd@plover.com  
66363              Date: 7 Dec 2000 21:04:20 -0000
66364              Message-ID: <20001207210420.22282.qmail@plover.com>
66365              
66366              Plus -z doc.
66367      Branch: perl
66368            ! pod/perlfunc.pod
66369 ____________________________________________________________________________
66370 [  8033] By: jhi                                   on 2000/12/08  03:19:03
66371         Log: Use the UTF8 macros a bit.  They can't be used with abandon
66372              everywhere because we do generate illegal UTF-8 in some situations.
66373              This is of course naughty.
66374      Branch: perl
66375            ! pod/perlapi.pod utf8.c utf8.h
66376 ____________________________________________________________________________
66377 [  8032] By: jhi                                   on 2000/12/08  03:00:09
66378         Log: Out of sync?
66379      Branch: perl
66380            ! t/pragma/warn/utf8
66381 ____________________________________________________________________________
66382 [  8031] By: jhi                                   on 2000/12/08  02:22:39
66383         Log: Cnt spl.
66384      Branch: perl
66385            ! MANIFEST
66386 ____________________________________________________________________________
66387 [  8030] By: jhi                                   on 2000/12/08  01:23:54
66388         Log: Add test for reverse().
66389      Branch: perl
66390            + t/op/reverse.t
66391            ! MANIFEST
66392 ____________________________________________________________________________
66393 [  8029] By: jhi                                   on 2000/12/08  01:21:47
66394         Log: Integrate perlio.
66395      Branch: perl
66396           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
66397           !> perlio.c perlio.h perlsdio.h warnings.pl
66398 ____________________________________________________________________________
66399 [  8028] By: jhi                                   on 2000/12/08  01:19:08
66400         Log: Introduce macros for UTF8 decoding.
66401      Branch: perl
66402            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66403 ____________________________________________________________________________
66404 [  8027] By: nick                                  on 2000/12/07  22:18:19
66405         Log: Integrate mainline
66406      Branch: perlio
66407           !> embed.pl pod/perlapi.pod utf8.c
66408 ____________________________________________________________________________
66409 [  8026] By: nick                                  on 2000/12/07  21:45:08
66410         Log: Various oddities p4 diff -se showed up
66411              Remove 'our' from warnings.pl
66412      Branch: perlio
66413            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
66414 ____________________________________________________________________________
66415 [  8025] By: nick                                  on 2000/12/07  21:43:32
66416         Log: Change PerlIO_(get|set)pos to take SV *
66417              Should fix, OS/2, VMS, (sfio??)
66418      Branch: perlio
66419            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
66420 ____________________________________________________________________________
66421 [  8024] By: jhi                                   on 2000/12/07  19:05:32
66422         Log: Document utf8_to_uv() better.
66423      Branch: perl
66424            ! pod/perlapi.pod utf8.c
66425 ____________________________________________________________________________
66426 [  8023] By: jhi                                   on 2000/12/07  18:23:47
66427         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
66428      Branch: perl
66429            ! embed.pl pod/perlapi.pod utf8.c
66430 ____________________________________________________________________________
66431 [  8022] By: jhi                                   on 2000/12/07  04:13:51
66432         Log: Integrate perlio.
66433      Branch: perl
66434           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
66435           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
66436           !> win32/makefile.mk
66437 ____________________________________________________________________________
66438 [  8021] By: nick                                  on 2000/12/07  00:28:14
66439         Log: Various attempts at MSVC debug - not sure what has
66440              changed but works now. 
66441              Seems atexit() _may_ work for DLLs built with MSVC so don't
66442              call cleanup that way.
66443      Branch: perlio
66444            ! perlio.c win32/makefile.mk
66445 ____________________________________________________________________________
66446 [  8020] By: nick                                  on 2000/12/06  19:57:20
66447         Log: Integrate mainline
66448      Branch: perlio
66449           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
66450           !> (integrate 75 files)
66451 ____________________________________________________________________________
66452 [  8019] By: nick                                  on 2000/12/06  19:28:21
66453         Log: Add useperlio to config.vc
66454              Turn off binmode in config_H.PL
66455              Regen all the config_H.xx
66456              Attempt to get debugging build with MSVC.
66457      Branch: perlio
66458            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66459            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
66460 ____________________________________________________________________________
66461 [  8018] By: nick                                  on 2000/12/06  19:21:57
66462         Log: Test various dup/external program options on all platforms.
66463      Branch: perlio
66464            ! t/io/dup.t
66465 ____________________________________________________________________________
66466 [  8017] By: nick                                  on 2000/12/06  19:20:47
66467         Log: Fix harness to be less picky
66468      Branch: perlio
66469            ! lib/Test/Harness.pm
66470 ____________________________________________________________________________
66471 [  8016] By: jhi                                   on 2000/12/06  16:45:12
66472         Log: Update Changes.
66473      Branch: perl
66474            ! Changes patchlevel.h
66475 ____________________________________________________________________________
66476 [  8015] By: jhi                                   on 2000/12/06  16:41:03
66477         Log: Test \x{...} with ord().
66478      Branch: perl
66479            ! t/op/ord.t
66480 ____________________________________________________________________________
66481 [  8014] By: jhi                                   on 2000/12/06  16:20:33
66482         Log: Test tweak because of #8013.
66483      Branch: perl
66484            ! t/lib/b.t
66485 ____________________________________________________________________________
66486 [  8013] By: jhi                                   on 2000/12/06  16:09:09
66487         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
66488              From: Michael G Schwern <schwern@pobox.com>
66489              Date: Tue, 5 Dec 2000 21:23:28 -0500
66490              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
66491              
66492              Carp::Heavy parts not very applicable because of recent changes.
66493      Branch: perl
66494            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
66495            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
66496            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
66497            ! lib/Exporter.pm lib/Exporter/Heavy.pm
66498            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
66499            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66500            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
66501            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
66502            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
66503            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
66504            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
66505            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
66506            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
66507            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
66508            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
66509            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
66510            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
66511            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
66512            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
66513            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
66514            ! warnings.pl
66515 ____________________________________________________________________________
66516 [  8012] By: jhi                                   on 2000/12/06  15:22:38
66517         Log: Subject: [PATCH] Re: New harness is failing things
66518              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66519              Date: Wed, 6 Dec 2000 13:00:30 GMT
66520              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
66521      Branch: perl
66522            ! lib/Test/Harness.pm
66523 ____________________________________________________________________________
66524 [  8011] By: jhi                                   on 2000/12/06  15:12:08
66525         Log: Subject: installhtml changes
66526              From: Michael Stevens <michael@etla.org>
66527              Date: Wed, 6 Dec 2000 13:15:53 +0000
66528              Message-ID: <20001206131553.A27317@firedrake.org>
66529      Branch: perl
66530            ! installhtml
66531 ____________________________________________________________________________
66532 [  8010] By: jhi                                   on 2000/12/06  15:06:05
66533         Log: Subject: the dTHR hits
66534              From: Michael Stevens <michael@etla.org>
66535              Date: Wed, 6 Dec 2000 12:06:03 +0000
66536              Message-ID: <20001206120603.A24581@firedrake.org>
66537              
66538              More, errrm, less dTHRs.
66539      Branch: perl
66540            ! bytecode.pl ext/B/B/C.pm
66541 ____________________________________________________________________________
66542 [  8009] By: jhi                                   on 2000/12/06  15:04:25
66543         Log: Subject: MakeMaker mailing list gone?
66544              From: Michael G Schwern <schwern@pobox.com>
66545              Date: Tue, 5 Dec 2000 19:29:59 -0500
66546              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
66547              
66548              The MakeMaker mailing list is dead, perlbug is the right
66549              address to report bugs.
66550      Branch: perl
66551            ! lib/ExtUtils/MakeMaker.pm
66552 ____________________________________________________________________________
66553 [  8008] By: jhi                                   on 2000/12/06  15:00:32
66554         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
66555              From: Michael G Schwern <schwern@pobox.com>
66556              Date: Tue, 5 Dec 2000 19:21:21 -0500
66557              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
66558              
66559              Add a default MANIFEST skip that ignores things like
66560              version control files, editor temporary files, and the Makefile.
66561      Branch: perl
66562            + lib/ExtUtils/MANIFEST.SKIP
66563            ! MANIFEST lib/ExtUtils/Manifest.pm
66564 ____________________________________________________________________________
66565 [  8007] By: jhi                                   on 2000/12/06  14:57:20
66566         Log: In Amiga more manual hackery of the scripts seems to be needed,
66567              from Jan-Erik Karlsson.  Why Configure does not get this right
66568              is unknown, may be shell-induced.
66569      Branch: perl
66570            ! README.amiga
66571 ____________________________________________________________________________
66572 [  8006] By: jhi                                   on 2000/12/05  23:53:12
66573         Log: Add TOPm1s to peek at the second topmost stack item.
66574      Branch: perl
66575            ! pp.h
66576 ____________________________________________________________________________
66577 [  8005] By: jhi                                   on 2000/12/05  23:13:55
66578         Log: Avaunt, you foul UTF-8 tests.
66579      Branch: perl
66580            ! t/op/ver.t t/pragma/utf8.t
66581 ____________________________________________________________________________
66582 [  8004] By: jhi                                   on 2000/12/05  23:09:54
66583         Log: Continue utf8 dispersal. 
66584      Branch: perl
66585            + t/op/concat.t
66586            ! MANIFEST t/pragma/utf8.t
66587 ____________________________________________________________________________
66588 [  8003] By: nick                                  on 2000/12/05  23:02:39
66589         Log: Integrate mainline.
66590      Branch: perlio
66591           +> t/op/length.t t/op/utf8decode.t
66592           !> (integrate 69 files)
66593 ____________________________________________________________________________
66594 [  8002] By: jhi                                   on 2000/12/05  22:59:28
66595         Log: Integrate perlio.
66596      Branch: perl
66597           !> iperlsys.h perl.c perlio.c win32/perllib.c
66598 ____________________________________________________________________________
66599 [  8001] By: nick                                  on 2000/12/05  22:07:52
66600         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
66601              - calloc/free suffer from damage on TerminateThread()
66602              - use PerlMemShared (as originally planned) now fixed
66603              - avoid doing anything important on DLL "detach".
66604      Branch: perlio
66605            ! perl.c perlio.c win32/perllib.c
66606 ____________________________________________________________________________
66607 [  8000] By: nick                                  on 2000/12/05  21:05:09
66608         Log: Fix gross PerlMemShared issue.
66609      Branch: perlio
66610            ! iperlsys.h
66611 ____________________________________________________________________________
66612 [  7999] By: jhi                                   on 2000/12/05  20:46:58
66613         Log: Test for Unicode (UTF-8) hash keys.
66614      Branch: perl
66615            ! t/op/each.t
66616 ____________________________________________________________________________
66617 [  7998] By: jhi                                   on 2000/12/05  20:30:35
66618         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
66619              is now always UTF-8), empty line cosmetics.
66620      Branch: perl
66621            ! t/pragma/utf8.t
66622 ____________________________________________________________________________
66623 [  7997] By: jhi                                   on 2000/12/05  20:15:40
66624         Log: Subject: Re: STRLEN - what?
66625              From: Andy Dougherty <doughera@lafayette.edu>
66626              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
66627              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
66628              
66629              Explain STRLEN.
66630      Branch: perl
66631            ! pod/perlguts.pod
66632 ____________________________________________________________________________
66633 [  7996] By: jhi                                   on 2000/12/05  20:13:34
66634         Log: Split off the UTF-8 decoder tests, make them to check also
66635              the error message.
66636      Branch: perl
66637            + t/op/utf8decode.t
66638            ! MANIFEST t/pragma/utf8.t utf8.c
66639 ____________________________________________________________________________
66640 [  7995] By: jhi                                   on 2000/12/05  16:39:47
66641         Log: Start migrating bits of pragma/utf8 to elsewhere
66642              (since the long term plan is to obsolete 'use utf8').
66643      Branch: perl
66644            + t/op/length.t
66645            ! MANIFEST t/pragma/utf8.t
66646 ____________________________________________________________________________
66647 [  7994] By: jhi                                   on 2000/12/05  16:30:21
66648         Log: Fix a manual edit typo from #7993, fix the message formatting
66649              for Unicode, add few our declarations.
66650      Branch: perl
66651            ! lib/Carp/Heavy.pm
66652 ____________________________________________________________________________
66653 [  7993] By: jhi                                   on 2000/12/05  16:09:15
66654         Log: Subject: Need help with warnings :-(
66655              From: "Ben Tilly" <ben_tilly@hotmail.com>
66656              Date: Tue, 05 Dec 2000 01:35:54 -0500
66657              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
66658              
66659              Subject: UPDATE: Carp/Heavy now passes all tests
66660              From: "Ben Tilly" <ben_tilly@hotmail.com>
66661              Date: Tue, 05 Dec 2000 07:59:41 -0500
66662              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
66663              
66664              The Brave New Carp.
66665      Branch: perl
66666            ! lib/Carp.pm lib/Carp/Heavy.pm
66667 ____________________________________________________________________________
66668 [  7992] By: jhi                                   on 2000/12/05  15:55:08
66669         Log: Subject: [PATCH perl@7979] cygwin port
66670              From: "Eric Fifer" <efifer@dircon.co.uk>
66671              Date: Tue, 5 Dec 2000 14:04:09 -0000
66672              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
66673      Branch: perl
66674            ! t/lib/net-hostent.t
66675 ____________________________________________________________________________
66676 [  7991] By: jhi                                   on 2000/12/05  15:52:34
66677         Log: Subject: Re: [PATCH] The largest hoax of all times?
66678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66679              Date: Tue, 5 Dec 2000 00:40:25 -0500
66680              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
66681              
66682              Subject: Re: [PATCH] The largest hoax of all times?
66683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66684              Date: Mon, 4 Dec 2000 23:55:53 -0500
66685              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
66686              
66687              Subject: Re: [PATCH] The largest hoax of all times?
66688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66689              Date: Tue, 5 Dec 2000 01:28:45 -0500
66690              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
66691              
66692              Fix the unpredictable order of DESTROYs.
66693      Branch: perl
66694            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
66695            ! sv.c sv.h t/op/ref.t
66696 ____________________________________________________________________________
66697 [  7990] By: jhi                                   on 2000/12/05  14:38:53
66698         Log: Subject: [PATCH] shrink pp_hot fractionally
66699              From: Nicholas Clark <nick@ccl4.org>
66700              Date: Tue, 5 Dec 2000 12:44:31 +0000
66701              Message-ID: <20001205124431.E74518@plum.flirble.org>
66702              
66703              Use report_evil_fh().
66704      Branch: perl
66705            ! opcode.pl opnames.h pp_hot.c util.c
66706 ____________________________________________________________________________
66707 [  7989] By: jhi                                   on 2000/12/05  14:21:27
66708         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66709              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66710              Date: Mon, 04 Dec 2000 22:21:59 -0800
66711              Message-ID: <HmIL6gzkgepS092yn@efn.org>
66712              
66713              Harness shouldn't ignore responses like "ok 3\r\r\n".
66714      Branch: perl
66715            ! lib/Test/Harness.pm
66716 ____________________________________________________________________________
66717 [  7988] By: jhi                                   on 2000/12/05  13:51:28
66718         Log: Integrate the "skip" messages to explain().
66719      Branch: perl
66720            ! t/lib/syslfs.t t/op/lfs.t
66721 ____________________________________________________________________________
66722 [  7987] By: jhi                                   on 2000/12/05  12:34:54
66723         Log: The one that got away in #7984.
66724              
66725              Subject: Re: dTHR - what and why?
66726              From: Michael Stevens <michael@etla.org> 
66727              Date: Tue, 5 Dec 2000 11:15:52 +0000
66728              Message-ID: <20001205111552.A4647@firedrake.org>
66729      Branch: perl
66730            ! sv.h
66731 ____________________________________________________________________________
66732 [  7986] By: gsar                                  on 2000/12/05  09:14:44
66733         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
66734              due to the notorious GetFileType() bug in Windows 9x, which fstat()
66735              tickles)
66736      Branch: perl
66737            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
66738 ____________________________________________________________________________
66739 [  7985] By: jhi                                   on 2000/12/05  05:49:03
66740         Log: Integrate perlio.
66741      Branch: perl
66742           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66743           !> win32/perlhost.h win32/perllib.c
66744 ____________________________________________________________________________
66745 [  7984] By: jhi                                   on 2000/12/05  05:48:16
66746         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
66747      Branch: perl
66748            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
66749            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
66750            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
66751            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
66752            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
66753            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66754            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
66755            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
66756            ! win32/win32.c
66757 ____________________________________________________________________________
66758 [  7983] By: nick                                  on 2000/12/04  23:27:43
66759         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
66760      Branch: perlio
66761            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66762            ! win32/perlhost.h win32/perllib.c
66763 ____________________________________________________________________________
66764 [  7982] By: jhi                                   on 2000/12/04  19:44:09
66765         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
66766              uncovered by #7980.
66767      Branch: perl
66768            ! op.c
66769 ____________________________________________________________________________
66770 [  7981] By: jhi                                   on 2000/12/04  19:42:07
66771         Log: Subject: [PATCH] Trivial dump.c feature
66772              From: Simon Cozens <simon@cozens.net>
66773              Date: Mon, 4 Dec 2000 18:08:38 +0000
66774              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
66775              
66776              Show whether a constant is UTF-8.
66777      Branch: perl
66778            ! dump.c
66779 ____________________________________________________________________________
66780 [  7980] By: jhi                                   on 2000/12/04  19:36:51
66781         Log: UTF-8 hash keys, patch from Inaba Hiroto.
66782      Branch: perl
66783            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
66784 ____________________________________________________________________________
66785 [  7979] By: jhi                                   on 2000/12/04  17:36:28
66786         Log: Update Changes.
66787      Branch: perl
66788            ! Changes patchlevel.h
66789 ____________________________________________________________________________
66790 [  7978] By: jhi                                   on 2000/12/04  16:42:17
66791         Log: Retract #7977, still too volatile (the euphemism of the day
66792              for unfinished and buggy :-)
66793      Branch: perl
66794            ! doop.c hv.c pp.c sv.h
66795 ____________________________________________________________________________
66796 [  7977] By: jhi                                   on 2000/12/04  16:25:15
66797         Log: (Retracted by #7978, too shaky yet.)
66798              
66799              Subject: Re: utf8 in hash keys, implementor missing
66800              From: Simon Cozens <simon@cozens.net>
66801              Date: Sat, 2 Dec 2000 19:49:35 +0000
66802              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
66803              
66804              The first step at UTF-8 hash keys.
66805      Branch: perl
66806            ! doop.c hv.c pp.c sv.h
66807 ____________________________________________________________________________
66808 [  7976] By: jhi                                   on 2000/12/04  16:13:53
66809         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66810              From: sthoenna@efn.org
66811              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
66812              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
66813      Branch: perl
66814            ! os2/os2.c perlio.c
66815 ____________________________________________________________________________
66816 [  7975] By: jhi                                   on 2000/12/04  16:05:25
66817         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
66818              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66819              Date: Thu, 30 Nov 2000 20:50:37 -0800
66820              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
66821      Branch: perl
66822            ! os2/os2.c
66823 ____________________________________________________________________________
66824 [  7974] By: jhi                                   on 2000/12/04  16:03:57
66825         Log: Subject: [PATCH] ++ 20% faster
66826              From: Nicholas Clark <nick@ccl4.org>
66827              Date: Mon, 4 Dec 2000 12:17:27 +0000
66828              Message-ID: <20001204121726.B52976@plum.flirble.org>
66829              
66830              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
66831      Branch: perl
66832            ! sv.c
66833 ____________________________________________________________________________
66834 [  7973] By: jhi                                   on 2000/12/04  16:00:48
66835         Log: 
66836              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
66837              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66838              Date: Mon, 04 Dec 2000 12:30:45 +0100
66839              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
66840              
66841              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
66842              library (getprotobyname and getprotobynumber are outversioned by
66843              the same calls in libc, at least for xlc version 3.
66844      Branch: perl
66845            ! hints/aix.sh
66846 ____________________________________________________________________________
66847 [  7972] By: jhi                                   on 2000/12/04  02:58:31
66848         Log: Integrate perlio.
66849      Branch: perl
66850           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
66851           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
66852           !> win32/win32.h win32/win32iop.h win32/win32thread.h
66853 ____________________________________________________________________________
66854 [  7971] By: nick                                  on 2000/12/04  00:24:33
66855         Log: Quieten some noise in Win32 builds:
66856              - win32.h is included after <sys/socket.h>, so need to 
66857              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
66858              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
66859      Branch: perlio
66860            ! doio.c perl.h toke.c win32/win32.h
66861 ____________________________________________________________________________
66862 [  7970] By: nick                                  on 2000/12/03  22:57:46
66863         Log: PERL_IMPLICIT_SYS compiles but does not work.
66864      Branch: perlio
66865            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
66866            ! win32/perlhost.h win32/perllib.c win32/win32.h
66867            ! win32/win32iop.h win32/win32thread.h
66868 ____________________________________________________________________________
66869 [  7969] By: jhi                                   on 2000/12/03  22:12:58
66870         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
66871              used to swash_init(), makes regprop() dumps more informative
66872              (+utf8::IsAlpha, -utf8::IsDigit, for example).
66873      Branch: perl
66874            ! regcomp.c regexec.c
66875 ____________________________________________________________________________
66876 [  7968] By: jhi                                   on 2000/12/03  21:39:56
66877         Log: Implement ANYOFUTF8 regprop() dumping.
66878      Branch: perl
66879            ! regcomp.c
66880 ____________________________________________________________________________
66881 [  7967] By: jhi                                   on 2000/12/03  20:57:19
66882         Log: Make uv_to_utf8() to zero-terminate its output buffer,
66883              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
66884      Branch: perl
66885            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
66886 ____________________________________________________________________________
66887 [  7966] By: nick                                  on 2000/12/03  18:41:21
66888         Log: Integrate mainline (STDCHAR)
66889      Branch: perlio
66890           !> Configure t/pragma/utf8.t
66891 ____________________________________________________________________________
66892 [  7965] By: jhi                                   on 2000/12/03  17:58:20
66893         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
66894      Branch: perl
66895            ! t/pragma/utf8.t
66896 ____________________________________________________________________________
66897 [  7964] By: jhi                                   on 2000/12/03  17:35:56
66898         Log: Integrate perlio.
66899      Branch: perl
66900           !> iperlsys.h perlio.c
66901 ____________________________________________________________________________
66902 [  7963] By: jhi                                   on 2000/12/03  17:33:55
66903         Log: Metaconfig unit change for #7962.
66904      Branch: metaconfig
66905            ! U/modified/stdchar.U
66906 ____________________________________________________________________________
66907 [  7962] By: jhi                                   on 2000/12/03  17:33:27
66908         Log: Untangle the <stdio.h> #include nest for the stdchar test,
66909              from Andy Dougherty.
66910      Branch: perl
66911            ! Configure
66912 ____________________________________________________________________________
66913 [  7961] By: nick                                  on 2000/12/03  16:53:00
66914         Log: Make iperlsys.h vector stdio not PerlIO.
66915      Branch: perlio
66916            ! iperlsys.h perlio.c
66917 ____________________________________________________________________________
66918 [  7960] By: nick                                  on 2000/12/03  14:43:01
66919         Log: Integrate mainline
66920      Branch: perlio
66921           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
66922           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
66923 ____________________________________________________________________________
66924 [  7959] By: jhi                                   on 2000/12/03  08:16:36
66925         Log: Use DO_UTF8().
66926      Branch: perl
66927            ! op.c
66928 ____________________________________________________________________________
66929 [  7958] By: jhi                                   on 2000/12/02  18:33:05
66930         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66931              From: Mike Guy <mjtg@cam.ac.uk>         
66932              Date: Sat, 02 Dec 2000 17:27:13 +0000
66933              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
66934              
66935              An extraneous argument.
66936      Branch: perl
66937            ! toke.c
66938 ____________________________________________________________________________
66939 [  7957] By: jhi                                   on 2000/12/02  18:22:32
66940         Log: A missing hunk.
66941      Branch: perl
66942            ! t/lib/net-hostent.t
66943 ____________________________________________________________________________
66944 [  7956] By: jhi                                   on 2000/12/02  18:06:20
66945         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
66946              From: Nicholas Clark <nick@ccl4.org>
66947              Date: Sat, 2 Dec 2000 14:28:27 +0000
66948              Message-ID: <20001202142827.A12308@plum.flirble.org>
66949              
66950              Test robustness.
66951      Branch: perl
66952            ! t/lib/net-hostent.t
66953 ____________________________________________________________________________
66954 [  7955] By: jhi                                   on 2000/12/02  17:58:06
66955         Log: Metaconfig unit change for #7954.
66956      Branch: metaconfig
66957            ! U/modified/stdchar.U
66958 ____________________________________________________________________________
66959 [  7954] By: jhi                                   on 2000/12/02  17:54:32
66960         Log: An inconvenient hang would happen if the stdio _ptr wasn't
66961              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
66962              would be grepping stdin for all eternity for the _ptr.)
66963      Branch: perl
66964            ! Configure
66965 ____________________________________________________________________________
66966 [  7953] By: jhi                                   on 2000/12/02  00:07:15
66967         Log: Update Changes.
66968      Branch: perl
66969            ! Changes patchlevel.h
66970 ____________________________________________________________________________
66971 [  7952] By: jhi                                   on 2000/12/01  23:54:47
66972         Log: Subject: Re: long shell lines
66973              From: Andy Dougherty <doughera@lafayette.edu>
66974              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
66975              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
66976              
66977              Split overly long shell command lines.
66978      Branch: perl
66979            ! lib/ExtUtils/MM_Unix.pm
66980 ____________________________________________________________________________
66981 [  7951] By: jhi                                   on 2000/12/01  23:48:02
66982         Log: The metaconfig unit change for #7950.
66983      Branch: metaconfig
66984            + U/modified/stdchar.U
66985 ____________________________________________________________________________
66986 [  7950] By: jhi                                   on 2000/12/01  23:47:39
66987         Log: Try to find stdchar also from <stdio_impl.h>.
66988      Branch: perl
66989            ! Configure config_h.SH
66990 ____________________________________________________________________________
66991 [  7949] By: jhi                                   on 2000/12/01  23:46:45
66992         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66993              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66994              Date: Fri, 1 Dec 2000 16:26:08 -0500
66995              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
66996              
66997              Reword the diagnostic message.
66998      Branch: perl
66999            ! pod/perldiag.pod
67000 ____________________________________________________________________________
67001 [  7948] By: nick                                  on 2000/12/01  22:49:43
67002         Log: Integrate mainline (for s/y/m as sub names stuff).
67003      Branch: perlio
67004           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
67005           !> t/pragma/warn/toke toke.c
67006 ____________________________________________________________________________
67007 [  7947] By: jhi                                   on 2000/12/01  20:55:41
67008         Log: Integrate perlio.
67009      Branch: perl
67010           !> perlio.c perliol.h t/io/pipe.t
67011 ____________________________________________________________________________
67012 [  7946] By: jhi                                   on 2000/12/01  20:36:51
67013         Log: Upgrade to CPAN 1.59_51, from Andreas König.
67014      Branch: perl
67015            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67016 ____________________________________________________________________________
67017 [  7945] By: nick                                  on 2000/12/01  20:31:32
67018         Log: Integrate mainline
67019      Branch: perlio
67020           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
67021           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
67022           +> t/lib/net-hostent.t
67023           !> (integrate 35 files)
67024 ____________________________________________________________________________
67025 [  7944] By: jhi                                   on 2000/12/01  20:23:29
67026         Log: Some help for 20001130.011.  Now one gets warnings like
67027              "Ambiguous -f() resolved as a file test ..."
67028      Branch: perl
67029            ! pod/perldiag.pod t/pragma/warn/toke toke.c
67030 ____________________________________________________________________________
67031 [  7943] By: jhi                                   on 2000/12/01  19:44:44
67032         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
67033              that also breaks using them as methods. 
67034      Branch: perl
67035            ! pod/perldiag.pod t/op/misc.t toke.c
67036 ____________________________________________________________________________
67037 [  7942] By: nick                                  on 2000/12/01  17:56:46
67038         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
67039              Make 'unix' pass most tests
67040              - do unread by temporary push of layer ("pending") holding unread chars
67041              - fast_gets is now based on per-handle flag
67042              - relax one of io/pipe.t tests to allow print to fail and close to
67043              succeed so that it passes on unbuffered "unix" layer.
67044              Remaining fail is sporadic and a genuine race condition between
67045              parent/child in fork test.
67046      Branch: perlio
67047            ! perlio.c perliol.h t/io/pipe.t
67048 ____________________________________________________________________________
67049 [  7941] By: jhi                                   on 2000/12/01  15:28:58
67050         Log: (Retracted by #7943.)
67051              
67052              Reserve the short named string operator names.
67053      Branch: perl
67054            ! pod/perldiag.pod t/op/misc.t toke.c
67055 ____________________________________________________________________________
67056 [  7940] By: jhi                                   on 2000/12/01  06:45:53
67057         Log: Get the three different space character classes right under utf8.
67058      Branch: perl
67059            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67060            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67061            ! regexec.c t/op/pat.t utf8.c
67062 ____________________________________________________________________________
67063 [  7939] By: jhi                                   on 2000/12/01  03:26:26
67064         Log: Two more tests that make no sense in UTF-8 since the test
67065              data is not in UTF-8.
67066      Branch: perl
67067            ! t/op/regexp.t
67068 ____________________________________________________________________________
67069 [  7938] By: jhi                                   on 2000/12/01  03:20:39
67070         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
67071              should it be required inside regexen?
67072      Branch: perl
67073            ! regcomp.c t/op/regmesg.t
67074 ____________________________________________________________________________
67075 [  7937] By: jhi                                   on 2000/12/01  02:58:53
67076         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67077              stored and restored, and thusly was trounced by the utf8 swash
67078              routines.
67079      Branch: perl
67080            ! regcomp.c
67081 ____________________________________________________________________________
67082 [  7936] By: jhi                                   on 2000/11/30  20:41:39
67083         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
67084              Why the different platforms behave so differently (core dump vs
67085              no core dump) on this bug is a but of a mystery, but if I had to
67086              guess I would mumble something like 'alignment'.
67087      Branch: perl
67088            ! sv.c
67089 ____________________________________________________________________________
67090 [  7935] By: jhi                                   on 2000/11/30  16:17:02
67091         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
67092              From: Robin Barker <rmb1@cise.npl.co.uk>
67093              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
67094              Date: Thu, 30 Nov 2000 14:27:12 GMT
67095      Branch: perl
67096            ! perlio.c toke.c
67097 ____________________________________________________________________________
67098 [  7934] By: jhi                                   on 2000/11/30  16:04:49
67099         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
67100      Branch: perl
67101            ! t/lib/net-hostent.t
67102 ____________________________________________________________________________
67103 [  7933] By: jhi                                   on 2000/11/30  06:07:26
67104         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
67105              From: Peter Prymmer <pvhp@forte.com>
67106              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
67107              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
67108              
67109              In VMS the localhost may be LOCALHOST.
67110      Branch: perl
67111            ! t/lib/net-hostent.t
67112 ____________________________________________________________________________
67113 [  7932] By: jhi                                   on 2000/11/30  01:11:11
67114         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67115              From: Peter Prymmer <pvhp@forte.com>
67116              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
67117              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
67118              
67119              plus regen perlapi.pod.
67120      Branch: perl
67121            ! pod/perlapi.pod utf8.c
67122 ____________________________________________________________________________
67123 [  7931] By: jhi                                   on 2000/11/30  01:06:19
67124         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
67125              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67126              Date:     Wed, 29 Nov 2000 17:15:11 EST
67127              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
67128      Branch: perl
67129            ! t/lib/filter-util.pl t/lib/filter-util.t
67130 ____________________________________________________________________________
67131 [  7930] By: jhi                                   on 2000/11/29  18:51:55
67132         Log: Update Changes.
67133      Branch: perl
67134            ! Changes patchlevel.h
67135 ____________________________________________________________________________
67136 [  7929] By: jhi                                   on 2000/11/29  18:50:55
67137         Log: Update the va_copy() metaconfig unit.
67138      Branch: metaconfig/U/perl
67139            ! need_va_copy.U
67140 ____________________________________________________________________________
67141 [  7928] By: jhi                                   on 2000/11/29  17:50:43
67142         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
67143              From: Dominic Dunlop <domo@computer.org>
67144              Date: Tue, 28 Nov 2000 16:41:57 +0100
67145              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
67146              
67147              Patch to catch a core dump in the Configure va_copy test.
67148      Branch: perl
67149            ! Configure config_h.SH
67150 ____________________________________________________________________________
67151 [  7927] By: jhi                                   on 2000/11/29  17:31:59
67152         Log: Retract #7921, the patch shouldn't be needed.
67153      Branch: perl
67154            ! sv.c
67155 ____________________________________________________________________________
67156 [  7926] By: jhi                                   on 2000/11/29  17:01:41
67157         Log: Make the Class::Struct import() wiser.
67158      Branch: perl
67159            ! lib/Class/Struct.pm t/lib/class-struct.t
67160 ____________________________________________________________________________
67161 [  7925] By: jhi                                   on 2000/11/29  16:36:33
67162         Log: All the core library users of Class::Struct seem to be
67163              using "use Class::Struct 'struct';" instead of the bare
67164              "use Class::Struct;", which isn't documented in Class::Struct.
67165              This can't be right.
67166      Branch: perl
67167            ! lib/File/stat.pm
67168 ____________________________________________________________________________
67169 [  7924] By: jhi                                   on 2000/11/29  16:32:15
67170         Log: A test works better if it has the right 1..$n output.
67171      Branch: perl
67172            ! t/lib/class-struct.t
67173 ____________________________________________________________________________
67174 [  7923] By: jhi                                   on 2000/11/29  16:29:11
67175         Log: Forgot to MANIFEST the new Net::hostent test.
67176      Branch: perl
67177            ! MANIFEST
67178 ____________________________________________________________________________
67179 [  7922] By: jhi                                   on 2000/11/29  16:27:49
67180         Log: Integrate perlio.
67181      Branch: perl
67182           !> iperlsys.h perlio.c
67183 ____________________________________________________________________________
67184 [  7921] By: jhi                                   on 2000/11/29  16:27:10
67185         Log: (Retracted by #7927.)
67186              
67187              Subject: [PATCH] Is infinity a number?
67188              From: Simon Cozens <simon@cozens.net>
67189              Date: Wed, 29 Nov 2000 14:48:20 +0000
67190              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
67191      Branch: perl
67192            ! sv.c
67193 ____________________________________________________________________________
67194 [  7920] By: jhi                                   on 2000/11/29  16:23:02
67195         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
67196              From: rspier@pobox.com (Robert Spier)
67197              Date: Wed, 29 Nov 2000 02:17:49 -0500
67198              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
67199              
67200              Add a test for Net::hostent.
67201      Branch: perl
67202            + t/lib/net-hostent.t
67203 ____________________________________________________________________________
67204 [  7919] By: jhi                                   on 2000/11/29  16:21:31
67205         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
67206              add a test for Class::Struct.
67207      Branch: perl
67208            + t/lib/class-struct.t
67209            ! MANIFEST lib/Class/Struct.pm
67210 ____________________________________________________________________________
67211 [  7918] By: jhi                                   on 2000/11/29  15:48:40
67212         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
67213              From: rspier@pobox.com (Robert Spier)
67214              Date: Wed, 29 Nov 2000 02:25:39 -0500
67215              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
67216              
67217              More checking in case someone has broken their services or
67218              protocol databases.
67219      Branch: perl
67220            ! ext/Sys/Syslog/Syslog.pm
67221 ____________________________________________________________________________
67222 [  7917] By: jhi                                   on 2000/11/29  15:46:25
67223         Log: Subject: [PATCH] $^O  win32 -> MSWin32
67224              From: rspier@pobox.com (Robert Spier)
67225              Date: Wed, 29 Nov 2000 02:17:38 -0500
67226              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
67227              
67228              plus similar nits for vms, err, VMS, and UNICOS.
67229      Branch: perl
67230            ! t/lib/syslfs.t t/op/lfs.t
67231 ____________________________________________________________________________
67232 [  7916] By: jhi                                   on 2000/11/29  15:42:51
67233         Log: Subject: [PATCH] Tokeniser debugging
67234              From: Simon Cozens <simon@cozens.net>
67235              Date: Wed, 29 Nov 2000 14:15:45 +0000
67236              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
67237      Branch: perl
67238            ! perl.c perl.h pod/perlrun.pod toke.c
67239 ____________________________________________________________________________
67240 [  7915] By: jhi                                   on 2000/11/29  15:41:36
67241         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67242              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67243              Date: Wed, 29 Nov 2000 02:13:14 -0500
67244              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
67245              
67246              OUT keyword nits.
67247              
67248              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67250              Date: Wed, 29 Nov 2000 03:09:04 -0500
67251              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
67252              
67253              OUT and IN_OUT documentation.
67254      Branch: perl
67255            ! lib/ExtUtils/xsubpp pod/perlxs.pod
67256 ____________________________________________________________________________
67257 [  7914] By: jhi                                   on 2000/11/29  03:35:01
67258         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
67259              From: John Tobey <jtobey@john-edwin-tobey.org>
67260              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
67261              Message-Id: <m140e1N-000FOoC@feynman.localnet>
67262              
67263              plus a performance speedup noticed by Sarathy.
67264      Branch: perl
67265            ! op.c
67266 ____________________________________________________________________________
67267 [  7913] By: jhi                                   on 2000/11/29  03:16:59
67268         Log: Use "1 while unlink" so that VMS gets clean, too.
67269      Branch: perl
67270            ! t/lib/filter-util.t
67271 ____________________________________________________________________________
67272 [  7912] By: jhi                                   on 2000/11/29  03:09:08
67273         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
67274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67275              Date: Tue, 28 Nov 2000 03:27:09 -0500
67276              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
67277      Branch: perl
67278            ! lib/ExtUtils/xsubpp
67279 ____________________________________________________________________________
67280 [  7911] By: jhi                                   on 2000/11/29  03:06:30
67281         Log: This should have been part of #7872: no need to scan UTF-8
67282              until eternity.
67283      Branch: perl
67284            ! utf8.c
67285 ____________________________________________________________________________
67286 [  7910] By: jhi                                   on 2000/11/29  02:50:04
67287         Log: One more perltie.pod nit from Casey R. Tweten.
67288      Branch: perl
67289            ! pod/perltie.pod
67290 ____________________________________________________________________________
67291 [  7909] By: jhi                                   on 2000/11/29  02:44:23
67292         Log: Document the known sprintf test failures, exact standard
67293              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
67294      Branch: perl
67295            ! pod/perldelta.pod t/op/sprintf.t
67296 ____________________________________________________________________________
67297 [  7908] By: jhi                                   on 2000/11/29  02:36:23
67298         Log: Add the Encoding table format documentation.
67299      Branch: perl
67300            + ext/Encode/Encode/EncodeFormat.pod
67301            ! MANIFEST
67302 ____________________________________________________________________________
67303 [  7907] By: jhi                                   on 2000/11/29  02:07:24
67304         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
67305              From: "Casey R. Tweten" <crt@kiski.net>
67306              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
67307              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
67308              
67309              Subject: Re: [PATCH] Updating perltie.pod for arrays
67310              From: "Casey R. Tweten" <crt@kiski.net>
67311              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
67312              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
67313      Branch: perl
67314            ! pod/perltie.pod
67315 ____________________________________________________________________________
67316 [  7906] By: nick                                  on 2000/11/28  22:40:59
67317         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
67318      Branch: perlio
67319            ! iperlsys.h perlio.c
67320 ____________________________________________________________________________
67321 [  7905] By: nick                                  on 2000/11/28  22:04:34
67322         Log: Integrate mainline
67323      Branch: perlio
67324           !> (integrate 39 files)
67325 ____________________________________________________________________________
67326 [  7904] By: jhi                                   on 2000/11/28  16:44:43
67327         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
67328              From: Nicholas Clark <nick@babyhippo.co.uk>
67329              Date: Tue, 28 Nov 2000 11:16:57 +0000
67330              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
67331      Branch: perl
67332            ! pod/perlipc.pod
67333 ____________________________________________________________________________
67334 [  7903] By: jhi                                   on 2000/11/28  16:40:31
67335         Log: Subject: [PATCH] Updating perltie.pod for arrays
67336              From: "Casey R. Tweten" <crt@kiski.net>
67337              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
67338              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
67339      Branch: perl
67340            ! pod/perltie.pod
67341 ____________________________________________________________________________
67342 [  7902] By: jhi                                   on 2000/11/28  16:39:37
67343         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
67344              From: Robin Barker <rmb1@cise.npl.co.uk>
67345              Date: Mon, 27 Nov 2000 17:56:44 GMT
67346              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
67347      Branch: perl
67348            ! pod/perlfunc.pod t/op/split.t
67349 ____________________________________________________________________________
67350 [  7901] By: jhi                                   on 2000/11/28  16:28:04
67351         Log: setmode() is a DOSish-only thing.
67352      Branch: perl
67353            ! perlio.c
67354 ____________________________________________________________________________
67355 [  7900] By: jhi                                   on 2000/11/28  16:21:46
67356         Log: Subject: [PATCH] perlcc.PL cleanups
67357              From: Simon Cozens <simon@cozens.net>
67358              Date: Tue, 28 Nov 2000 12:44:35 +0000
67359              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
67360      Branch: perl
67361            ! utils/perlcc.PL
67362 ____________________________________________________________________________
67363 [  7899] By: gsar                                  on 2000/11/28  06:32:55
67364         Log: reintegrate files missed by change#7895
67365      Branch: maint-5.6/perl
67366           +> ext/ByteLoader/bytecode.h utils/Makefile
67367            - utils/perlbc.PL
67368 ____________________________________________________________________________
67369 [  7897] By: gsar                                  on 2000/11/27  18:22:47
67370         Log: can't integrate these two files, for some reason
67371      Branch: maint-5.6/perl
67372            - ext/ByteLoader/bytecode.h utils/Makefile
67373 ____________________________________________________________________________
67374 [  7895] By: gsar                                  on 2000/11/27  18:11:21
67375         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
67376              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
67377              6757..6890,6892..6901 from mainline
67378              
67379              Bytecompiler patches from Benjamin Stuhl.
67380              
67381              More bytecompiler.
67382              
67383              Subject: [PATCH blead] B:: missing dependency
67384              
67385              Subject: [PATCH: 6757] configure.com updates and syslog build
67386              
67387              Long double Gconvert fixes from Yitzchak Scott-Thoennes
67388              and Spider Boardman.
67389              
67390              Subject: [PATCH blead] nextchar() abuse misses an optimisation
67391              
67392              Long double fixes from Spider Boardman.
67393              
67394              Make the selection of NVff et al stricter.
67395              
67396              cSVOPo_*v things index into the current PL_curpad
67397              under ithreads, which is different from the curpad
67398              used by the XSUB.  (In other words, the code as-is
67399              before this patch wouldn't work under ithreads.)
67400              
67401              Be portable.
67402              
67403              VMS MMS (make) wants null action.
67404              
67405              Mac and other portability updates from Chris Nandor.
67406              
67407              Storable support, v-version fixes.
67408              Subject: CPAN.pm beta for testing available
67409              
67410              Portability fix from Hugo van der Sanden.
67411              
67412              Bad makefile.
67413              
67414              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
67415              
67416              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
67417              
67418              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67419              
67420              Replace #6705 with a minimal doc patch.
67421              Subject: [PATCH 5.6.0] replace change #6705
67422              
67423              Drop the separate perlbc, perlcc -b should be enough.
67424              
67425              installperl couldn't tell whether it had run tests or not.
67426              Subject: [PATCH] Re: installperl and t/TEST
67427              
67428              Add silencer flags to installperl.
67429              Subject: [PATCH] Making installperl silent.
67430              
67431              Make "make install" by default silent.  A new "install-verbose"
67432              target is verbose.
67433              
67434              More liberal parsing of version numbers.
67435              Subject: Re: CPAN.pm beta for testing available
67436              
67437              Create directories in silence.
67438              Subject: [PATCH] Another silencer for MakeMaker
67439              
67440              DOS patches and portability/porting notes, from Tim Jenness.
67441              
67442              Make installman to recognize the silence flag -S.
67443              
67444              Actually do something with the silencer option.
67445              
67446              Continue silencing.
67447              
67448              Show the doc file, not the temp file.
67449              
67450              Regen perltoc.
67451              
67452              Subject: [PATCH] More silencing of installman.
67453              
67454              Better wording for the vec lvalue diagnostic.
67455              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67456              
67457              Subject: [PATCH: 6805] several more tweaks to configure.com
67458              
67459              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
67460              
67461              Missing parts of 
67462              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
67463              
67464              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
67465              (applied slightly modified)
67466              
67467              installperl --verbose and --silent.
67468              Subject: Re: [PATCH] More silencing of installman.
67469              
67470              Add install-silent target.
67471              
67472              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
67473              the problem reported in
67474              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
67475              
67476              Tweak the sfio/useperlio logic, hopefully as wished in
67477              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
67478              
67479              One forgotten file from #6816.
67480              
67481              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67482              
67483              Remove duplicately applied patch shards.
67484              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
67485              
67486              Support preserving extremely big/small angles.
67487              
67488              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67489              
67490              Subject: [PATCH] installation not quite silent yet.
67491              
67492              Update the test count.
67493              
67494              Use UVxf, PTR2UV, NVff.
67495              
67496              Document PTR2XX and INT2PTR.
67497              
67498              no-install target a la make -n.
67499              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
67500              
67501              grep -e isn't portable.
67502              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
67503              
67504              Can't get the test to reliably work thanks to the
67505              inaccurateness of floating point.  "Resolves" bug ids
67506              20000826.003, 20000826.009, 20000826.010,
67507              
67508              Subject: installman buglet
67509              
67510              DJGPP update from Laszlo Molnar.
67511              
67512              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67513              
67514              Passing -R in ldflags makes now it to appear in the default
67515              for lddlflags, just like with -L.
67516              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67517              
67518              Test nit.
67519              
67520              Use the actual thread type, not the pointer-to-struct.
67521              
67522              Provice virtual $Config{ccflags_nolargefiles} etc. 
67523              
67524              display_format used as a class method without arguments was broken,
67525              reported in
67526              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
67527              
67528              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
67529              
67530              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
67531              
67532              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
67533              
67534              opmini.o may be left around if a build is interrupted.
67535              
67536              Typo in #6858.
67537              
67538              Fix for ID 20000828.001, long doubles were not formatted
67539              correctly (showed up in $], which stopped installing perl).
67540              
67541              An attempt to fix the problem reported in
67542              Subject: Building perl@6856 using gcc/AIX 4.3.3 
67543              I can't test this properly since the gcc installation I have
67544              access to seems to be botched (gcc is calling the AIX cpp,
67545              a losing proposition...)
67546              
67547              Add -ld to archname on long tr...double platforms.
67548              
67549              Subject: hv.h Doc Patch
67550              
67551              Potential cruft.
67552              
67553              Subject: [PATCH bleedperl@6856] warnings fixes
67554              
67555              -S is the silent flag, -s is the strip flag.
67556              Subject: [PATCH] Re: [PATCH] make no-install          
67557              
67558              Take out the SUIDMAIL thing, that will not be
67559              a problem in 5.7.*.
67560              
67561              Subject: [PATCH bleedperl@6866] spellings
67562              
67563              Subject: [PATCH] Re: files not cleaned even by veryclean
67564              
67565              Use minimal @INC in tests, most of the time just '../lib',
67566              so that we simply can't pick up stuff from other Perls than
67567              the one we are testing.  Pointed out by
67568              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
67569              
67570              Update to Getopt::Long 2.24, from Johan Vromans.
67571              
67572              Fix for thinko in #6848.
67573              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
67574              
67575              Patches all over for people and the files they (hopefully) care about.
67576              
67577              Subject: Net::protoent does not export 'getproto'
67578              
67579              Missed a change in #6869.
67580              
67581              Subject: [PATCH] Warnings in B::Deparse
67582              
67583              Subject: [PATCH] Glob dumping
67584              
67585              Disable one of the tests for now.
67586              
67587              Disabling the one test is a bit tricky.
67588              
67589              Don't forget to tidy up.
67590              
67591              The #6881 removed one dump line.
67592              
67593              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
67594              
67595              Under usethreads the dumped variable is IN_PAD.
67596              Subject: Re: [PATCH] Glob dumping
67597              
67598              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
67599              
67600              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
67601              
67602              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
67603              
67604              Regen Configure for #6894.
67605              
67606              Subject: [PATCH: 6889] updates to perlebcdic.pod
67607              
67608              Undo namespace pollution of #6878.
67609              Subject: Re: Net::protoent does not export 'getproto'
67610              
67611              Admit that we are leaking scalars.
67612              
67613              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
67614      Branch: maint-5.6/perl
67615           !> (integrate 271 files)
67616 ____________________________________________________________________________
67617 [  7894] By: gsar                                  on 2000/11/27  16:00:34
67618         Log: a couple of nits
67619      Branch: maint-5.6/perl
67620            ! MANIFEST pp_sys.c
67621 ____________________________________________________________________________
67622 [  7893] By: gsar                                  on 2000/11/27  15:10:56
67623         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
67624              6740..6745,6747..6757,6760
67625              
67626              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
67627              
67628              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
67629              
67630              Doc nits spotted by Richard Soderberg.
67631              
67632              move WNOHANG definition to where other such things are
67633              
67634              Make $Config{byteorder} more magical so that it is
67635              dynamically computed: nice for 'fat binaries'.
67636              Subject: [PATCH]: default byteorder
67637              
67638              Subject: [PATCH] Cwd.pm now uses strict
67639              
67640              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
67641              
67642              Get -DLEAKTEST to compile (not necessarily to work, mind)
67643              Subject: [ID 20000724.006] -DLEAKTEST problem
67644              
67645              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
67646              
67647              Add perlebcdic from Peter Prymmer, regen toc.
67648              
67649              Don't propose using modules built for 5.005 if no binary
67650              compatibility with 5.005 is attempted.
67651              
67652              Do not use prototyping here.
67653              Subject: [ID 20000817.016] [PATCH] Peek.xs
67654              
67655              Document what the backtick returns if the command fails.
67656              
67657              Add byteorder to the myconfig output.
67658              
67659              Introduce NVef, NVff, and NVgf, use the middle one.
67660              (helps for lib/peek + Linux + long doubles)  Reported in
67661              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67662              Use NVs in POSIX math, not doubles.
67663              Subject: [ID 20000817.014] POSIX & modfl
67664              
67665              Subject: [PATCH 5.6.0+] newSVrv() memory leak
67666              
67667              The byteorder code in #6671 was wrong.
67668              
67669              Fix the lib/complex failure of
67670              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67671              Linux long double accuracy issue: something that
67672              when printed with %g looks like "2" but int() of it is 1.
67673              
67674              Propagate new Configure vars.
67675              
67676              Unbuffer the output.
67677              
67678              Subject: [PATCH] perltrap.pod spring cleaning
67679              
67680              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
67681              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
67682              
67683              Tiny Getopt::Long patch from Johan Vromans.
67684              
67685              Document code point which makes if (defined %stash::) to work
67686              (noted by Spider Boardman).
67687              
67688              Subject: [PATCH perl@6698] cygwin port
67689              
67690              Document the NDBM_File and ODBM_File as SDBM_File
67691              was documented in #6417.
67692              
67693              The new tests were missing from #6415.
67694              
67695              Add [[:blank:]] as suggested in
67696              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67697              (the [=cc=] has already been taken care of by #6439
67698              so the whole bug report can be closed)
67699              and make [[:space:]] to be equivalent to isspace(3)
67700              (as opposed to \s, which is isSPACE()).  The difference
67701              is that now [[:space:]] matches the mythical vertical tab,
67702              while \s doesn't.
67703              
67704              Don't eat leading os from index entries.
67705              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
67706              
67707              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
67708              
67709              Typo in pp_complement().
67710              Subject: [PATCH perl-current] Deparse
67711              
67712              Add warnif(), check warnings further up the stack,
67713              all the warnings functions now can take an optional object reference.
67714              Subject: [PATCH bleedperl@6691] warnings pragma update
67715              
67716              Fix a core dump in lib/selfloader under -DDEBUGGING.
67717              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
67718              
67719              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
67720              
67721              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
67722              
67723              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
67724              Put back the long double avoidance code to POSIX.xs
67725              because VMS seems to need it still.
67726              
67727              Introduce a 'veryclean' target that is like 'distclean'
67728              but also removes *~ and *.orig.
67729              
67730              Subject: [ID 20000817.023] endianness description in perlfunc.pod
67731              
67732              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
67733              
67734              Let's try #6717 again.
67735              
67736              UTF8 concat fixes.
67737              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
67738              
67739              pp_open() could pass an uninitialized filename down to do_open9().
67740              
67741              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
67742              
67743              Update to CGI 2.72, from Lincoln Stein.
67744              
67745              Subject: [PATCH] Silence MakeMaker (Was: installman)
67746              
67747              Use temporary directory instead of current directory.
67748              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
67749              
67750              Document odd vs even subreleases and -Dusedevel.
67751              
67752              The veryclean target needs to clobber.
67753              
67754              Use File::Spec->tmpdir().
67755              
67756              Document the number of exponent digits.
67757              
67758              Mention perlebcdic and perlposix-bc.
67759              
67760              s/this one/the 5.6.0 release/
67761              
67762              The #6724 is here.
67763              
67764              The correct cleaning order is an art.
67765              
67766              small tweaks for change#6705: avoid C++ style comments in C code;
67767              use Perl's malloc API rather than the low level system one
67768              
67769              Array context keeps slithering in.
67770              
67771              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
67772              
67773              Subject: [PATCH] os2.c fix for use64bitint
67774              
67775              Update to Pod::LaTeX 0.53.
67776              Subject: [PATCH] lib/Pod/LaTeX.pm updates
67777              
67778              Document the endianness of Alpha more precisely.
67779              
67780              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
67781              
67782              Rename the macro argument because some preprocessors
67783              can't tell the difference and expand arguments also inside
67784              double quoted strings.
67785              
67786              free TLS slot properly on Windows
67787              
67788              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
67789              
67790              Unicos/mk requires elaborate paranoia.
67791              
67792              Tweak the floating point output routine preferences.
67793              
67794              Also under djgpp the timestamps are funky.
67795              
67796              Apply some PodParser 1.18 patches; the Pod/Find.pm
67797              patches cannot be applied since #6712 conflicts.
67798              
67799              Use PodParser 1.18 new test.
67800              
67801              A pod nit.
67802              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
67803              
67804              Be verydeepclean.
67805      Branch: maint-5.6/perl
67806           +> pod/perlebcdic.pod
67807           !> (integrate 106 files)
67808 ____________________________________________________________________________
67809 [  7892] By: jhi                                   on 2000/11/27  15:02:32
67810         Log: Update Changes.
67811      Branch: perl
67812            ! Changes patchlevel.h
67813 ____________________________________________________________________________
67814 [  7891] By: jhi                                   on 2000/11/27  14:57:23
67815         Log: Subject: Re: perlfaq style changes
67816              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67817              Date: Sat, 25 Nov 2000 23:32:26 -0800
67818              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
67819              
67820              plus a note from Ronald Kimball.
67821      Branch: perl
67822            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
67823 ____________________________________________________________________________
67824 [  7890] By: jhi                                   on 2000/11/27  14:53:14
67825         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
67826              From: Benjamin Holzman <bah@ecnvantage.com>
67827              Date: Sun, 26 Nov 2000 16:27:33 -0500
67828              Message-ID: <20001126162733.J25040@ecnvantage.com>
67829      Branch: perl
67830            ! gv.c
67831 ____________________________________________________________________________
67832 [  7889] By: jhi                                   on 2000/11/27  14:43:11
67833         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
67834              From: lvirden@cas.org
67835              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
67836              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
67837      Branch: perl
67838            ! README.amiga
67839 ____________________________________________________________________________
67840 [  7888] By: jhi                                   on 2000/11/27  14:32:34
67841         Log: Restore also the locale test to no-sprintf-taint state.
67842              Fixes the bug 20001127.003.
67843      Branch: perl
67844            ! sv.c t/pragma/locale.t
67845 ____________________________________________________________________________
67846 [  7887] By: gsar                                  on 2000/11/27  14:13:05
67847         Log: integrate changes#6613..6616,6620..6665 from mainline
67848              
67849              VMS configure.com update continues.
67850              
67851              Subject: Test fails / warnings with perl-current #6612
67852              
67853              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67854              
67855              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67856              
67857              For now remove the mail code.
67858              
67859              Subject: Re: [PATCH] @+, @- readonly
67860              
67861              Subject: warning: storage class after type is obsolescent
67862              
67863              Subject: sfio2000
67864              
67865              Subject: Re: File::Temp problems on VMS in bleedperl
67866              
67867              README.os2 update.
67868              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
67869              
67870              Make the user to give up his firstborn, err, to knowingly
67871              verify installing an unstable developer release.  Also bump
67872              the release to 5.7.0, but leave a patch tag in the local
67873              patches saying that this is not yet the real thing.
67874              
67875              Update (kinda) to Test 1.14, from Joshua Pritikin.
67876              
67877              make ok etc also for win32.
67878              
67879              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
67880              
67881              Don't blow limited stacks, a lower number is enough to
67882              tickle the lookbehind limit.
67883              
67884              Use -Dusedevel; regen Configure and the respective Porting stuff.
67885              
67886              Subject: [PATCH] debugger exit code should reflect user exit code
67887              
67888              Subject: [PATCH perl@6620] cygwin port
67889              
67890              Missed a file from #6638.
67891              
67892              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)
67893              
67894              magic callbacks all need to have same type signature
67895              
67896              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
67897              
67898              Fix a dependency problem.
67899              Subject: [PATCH: 6640] VMS Makefile.SH update
67900              
67901              The numeric locale was reset to "C" by s?printf and never restored.
67902              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67903              No test since adding the failing example to locale.t
67904              does not fail -- probably because the locale settings are so
67905              thoroughly tweaked by that time.  Running the example standalone
67906              does fail, though.  UPDATE: test case added at change #7540.
67907              
67908              Subject: [ID 20000324.040] minor fix to perlhpux.pod
67909              
67910              Update to CPAN 1.57.
67911              
67912              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
67913              
67914              Change the perlbug address to perl.org since it's more forgiving.
67915              
67916              Change the regx compilation error markers to use = instead of <
67917              since pod makes using the latter quite messy.  Reported in
67918              ID 20000814.006 by Abigail and in
67919              Subject: Unknown escape E<> ?
67920              
67921              Update to perldebtut 1.9, from Richard Foley.
67922              
67923              check that the number pseudo children doesn't exceed
67924              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
67925              the WaitForMultipleObjects() limit that would cause wait()
67926              to crash)
67927              wait() and waitpid() could potentially be rewritten to use
67928              more than one thread to do the waiting to eliminate this
67929              limitation
67930              
67931              change#6328 could make close(SOCKET) return false on windows
67932              when it shouldn't
67933              
67934              pod nit seen in passing
67935              
67936              on windows, the return values from wait() and waitpid() don't
67937              match those of pseudo-pids
67938              
67939              waitpid() now handles externally spawned pids correctly;
67940              fixes for backtick/wait/waitpid failures on Windows 9x
67941              these changes make the pid returned by process functions on
67942              Windows 9x always positive by clearing the high bit (which
67943              is always set on Win9x); pseudo-process PIDs are likewise
67944              always negative now on Win9x (just as on NT/2000)
67945              
67946              trailing new %ENV entries weren't being pushed into the real
67947              environment of subprocesses on Windows
67948              
67949              Tweak the regex compilation errors once more.
67950              
67951              avoid warnings from dense compiler
67952              
67953              add "ok" targets from change#6632 in makefile.mk
67954      Branch: maint-5.6/perl
67955            - lib/Pod/PlainText.pm vms/configure.com
67956           !> (integrate 66 files)
67957 ____________________________________________________________________________
67958 [  7886] By: jhi                                   on 2000/11/27  13:54:18
67959         Log: __FUNCTION__ isn't portable and trying to emulate it leads
67960              into practically spelling out the name of the function.
67961              Takes care of the bug 20001127.001.
67962      Branch: perl
67963            ! perlio.c
67964 ____________________________________________________________________________
67965 [  7885] By: gsar                                  on 2000/11/27  13:53:18
67966         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
67967              6610..6611 from mainline
67968              
67969              Make regular expression parse error messages easier to understand.
67970              Subject: Re: enhanced(?) regex error messages
67971              
67972              Tiny tidying on report_evil_fh().
67973              
67974              Subject: Re: enhanced(?) regex error messages 
67975              plus Capitalize the error messages, plus perldiag them.
67976              
67977              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
67978              
67979              Document here-doc better.
67980              
67981              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67982              
67983              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
67984              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
67985              (either perlbug or p5p ate the original), plus regen
67986              perlapi and perltoc. 
67987              
67988              Regen global.sym.
67989              
67990              Double check that we have a dirhandle.
67991              
67992              Subject: Re: enhanced(?) regex error messages
67993              (plus two small patches sent privately)
67994              (this still seems to leave few test failures)
67995              
67996              warn is a macro, avoid using at a variable to avoid warnings
67997              in some configurations; readdir.t is too conservative in
67998              estimating number of *.t's
67999              
68000              Get back into sync with Jeffrey on the enhanced regex warnings.
68001              
68002              Subject: [PATCH 5.6.0] cygwin port
68003              
68004              Zero entries were skipped, fix from Adrian Goalby
68005              <argoalby@yahoo.co.uk>
68006              
68007              Subject: Remove dead entry in perldiag
68008              
68009              Amend the description of Perl6.
68010              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
68011              
68012              detypo
68013              
68014              It's the 2ndO'ROSSC.
68015              
68016              Revert the sv.c part of #6559, a better fix is needed.
68017              
68018              Iterating perl6 description.
68019              
68020              Update to Term::ANSIColor 1.03, from Russ Allbery.
68021              
68022              Update to Getopt::Long 2.23_05, from Johan Vromans.
68023              
68024              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
68025              
68026              Update to Pod::Parser 1.17, from Brad Appleton.
68027              
68028              Update to CPAN 1.56, from Andreas König.
68029              
68030              Update to CGI 2.70, from Lincoln Stein.
68031              
68032              Put back the std @INC thing.
68033              
68034              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
68035              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
68036              
68037              Document the IO::Select timeout.
68038              
68039              sleep(1) does not necessarily return 1.
68040              Subject: [PATCH bleadperl] op/lex_assign.t  
68041              
68042              Subject: debugger "d" command doesnt check line number
68043              
68044              B::Deparse didn't do sub attributes.
68045              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68046              
68047              Preprocessing and postprocessing for File::Find.
68048              Subject: Patch to Find::File.pm to allow alphabetical results
68049              
68050              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
68051              
68052              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
68053              
68054              Subject: Re: [ID 20000730.003] utf8::length() bad
68055              
68056              Subject: Getting perlio and threads to compile
68057              (the Solaris version changes in Configure skipped)
68058              
68059              Tests for #6589.
68060              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
68061              
68062              Add Perl debugging tutorial, regen toc. 
68063              Subject: perldebtut.pod
68064              
68065              Add a few missing files, update MANIFEST.
68066              
68067              Rewrite of vms/subconfigure.com as configure.com,
68068              from Peter Prymmer and the vmsperl crew.
68069              
68070              Should have deleted this in #6603.
68071              
68072              Fix the test for 5005threads.
68073              
68074              Fix-n-skip the tests under 5005threads.
68075              
68076              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
68077              
68078              Upgrade to CGI 2.71, from Lincoln Stein.
68079      Branch: maint-5.6/perl
68080           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
68081           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
68082           +> t/op/regmesg.t t/pod/find.t vms/configure.com
68083            - vms/subconfigure.com
68084            ! lib/lib.pm
68085           !> (integrate 115 files)
68086 ____________________________________________________________________________
68087 [  7884] By: jhi                                   on 2000/11/27  13:44:33
68088         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
68089              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68090              Date:     Mon, 27 Nov 2000 08:23:54 EST
68091              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
68092      Branch: perl
68093            ! vms/descrip_mms.template vms/test.com
68094 ____________________________________________________________________________
68095 [  7883] By: gsar                                  on 2000/11/27  11:50:46
68096         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
68097              6511..6513,6515..6523,6525..6536
68098              
68099              The swallow_bom() saga continues.  The #23 of require.t
68100              (UTF16-LE) still fails (silently, no output) but the #22
68101              (UTF16-BE) seems to be working now.  The root of the
68102              failure may be in sv_gets(): is it UTF-16LE-aware,
68103              especially when it comes to line endings? 
68104              
68105              Document the problem with -P in HP-UX and its workaround.
68106              
68107              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
68108              (aka ID 20000730.002)
68109              
68110              Subject: fix and question re: waitpid() under win32
68111              
68112              Make the safety catch for buggy gccs work with triple version
68113              numbers like 2.95.2.  Reported in
68114              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
68115              
68116              In Digital UNIX warn if gcc explicitly chosen because even
68117              2.95.2 is known to cause problems.
68118              
68119              Make chr() for values >127 to create utf8 when under utf8.
68120              
68121              various syntax errors and such (not fixed: comp/require.t#22 coredump
68122              on Windows)
68123              
68124              Stash away the largefiles flags and libswanted.
68125              
68126              BOM patching from Simon Cozens.
68127              
68128              If gccosandvers is equal to osname, clear gccosandvers.
68129              
68130              Make p4desc to skip non-mainperl branches by default.
68131              
68132              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
68133              
68134              The test from this
68135              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
68136              
68137              In new BSDs changes to argv[] do not show up in ps(1) output,
68138              instead one must use setproctitle().  This was already addressed
68139              by change #6457, but the below has a new variant for FreeBSD 4.0
68140              or later, and the matter is also documented more.
68141              
68142              FreeBSD 3.* updates from
68143              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
68144              
68145              regen_headers, regen perltoc.
68146              
68147              Document in one place the memory abstractions used in Perl core.
68148              
68149              memcpy has n o in it, as pinted ut by Sarathy.
68150              
68151              Remove the extraneous "main::" prefix from all the
68152              "opened only for", "on closed", and "never opened" warnings.
68153              
68154              The name of a filehandle does not have <these>.
68155              
68156              The tr utf8 patching continues.
68157              
68158              The new setproctitle() feature is available only in 
68159              bleeding edge FreeBSD.  From Paul Saab.
68160              
68161              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
68162              
68163              Dump UVs as UVs in Data::Dumper.
68164              
68165              detypo #6494
68166              
68167              Document the IVdf UVuf UVof UVxf.
68168              
68169              require.t needs binmode() to work on windows
68170              
68171              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
68172              that are hopefully soon put into use.
68173              
68174              Allow "no Module;" even if there is no 'unimport'.
68175              
68176              Better skip message for the test; one of the two problems in
68177              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
68178              
68179              The subtest 4 may fail also on VOBS, as pointed out
68180              by Nick Ing-Simmons in November 1999, bug id 19991124.003
68181              (but the failure in that bug report isn't the subtest 4).
68182              
68183              Be more informative on what is skipped and why,
68184              also repeat the list at the end.
68185              
68186              Add a URL for FSF.
68187              
68188              Subject: [PATCH] sv.h documentation - SvLEN
68189              
68190              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
68191              
68192              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
68193              
68194              Subject: [PATCH] bad cppsymbols on os2 + Configure question
68195              
68196              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
68197              
68198              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
68199              mention the idea of @( and @)
68200              
68201              This is 6512.  Really.
68202              
68203              Subject: [ID 19990721.004] Documentation bug in perlfunc
68204              
68205              Subject: Minor tweak to perlvar.pod
68206              
68207              In the warnings call filehandles consistently so;
68208              add "unopened" warning for stat().
68209              
68210              After the #6519 a warning about stat() is just that,
68211              not about a filetest, which now have their own warning.
68212              
68213              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
68214              
68215              Subject: Re: Array vs. List context
68216              
68217              Subject: New perlcc, take 2
68218              
68219              Weed buglets pointed out by
68220              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
68221              
68222              gcc versions might have (parentheses) in them.
68223              
68224              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
68225              
68226              Essential prototype changes were missing from #6527.
68227              Also make report_evil_fh() more bomb-proof.
68228              
68229              Zap lib/Sys directory when cleaning up.
68230              
68231              Change the Policy policy: now -Dprefix= with an existing
68232              Policy.sh and prefix == siteprefix == vendorprefix, then all
68233              of them follow along the new prefix.
68234              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
68235              
68236              Continue fixing the io warnings.  This also
68237              sort of fixes bug ID 20000802.003: the core dump
68238              is no more.  Whether the current behaviour is correct
68239              (giving a warning: "Not a format reference"), is another matter.
68240              
68241              Have symbols for the IoTYPEs.
68242              
68243              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
68244              
68245              Document a bit that UDP is not what you might think.
68246              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
68247              tr memory corruption fix from Simon Cozens.
68248              
68249              Plug the security hole described in the Aug 05 2000 bugtraq message
68250              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
68251              The security hole exists only in suidperls, which isn't
68252              installed or even built by default.
68253      Branch: maint-5.6/perl
68254           !> (integrate 71 files)
68255 ____________________________________________________________________________
68256 [  7882] By: gsar                                  on 2000/11/27  10:25:36
68257         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
68258              from mainline
68259              
68260              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
68261              to be fatal errors (instead of by default ignoring them, and
68262              ignoring with a bug: even though -w gave an error, the opening [
68263              was left in)  Reported in:
68264              
68265              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
68266              
68267              Subject: [PATCH] split /^/
68268              
68269              MacOS nits from Matthias Neeracher.
68270              
68271              More split() doc and test patches from Mike Guy.
68272              
68273              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
68274              from Graham Barr in the module list.
68275              
68276              docfix from Peter Scott <Peter@PSDT.com>.
68277              
68278              File::Temp patches for VMS and OS/2 from Tim Jenness.
68279              
68280              open() wariness in perlbug.
68281              
68282              Subject: [PATCH] minor doc change - perlguts
68283              
68284              Subject: Minor doc patch: handy.h
68285              
68286              Be wary of close()s, too.
68287              
68288              Further File::Temp patches from Yitzchak Scott-Thoennes
68289              and Craig A. Berry.
68290              
68291              Subject: [PATCH] fixes bug 20000508.004
68292              
68293              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68294              
68295              Allow "no AutoLoader;", based on change #6444,
68296              suggested by Graham Barr.
68297              
68298              Use setproctitle() if available to modify $0.
68299              
68300              Warn if the version of the operating system used to compile gcc
68301              differs from the current version of the operating system.
68302              Also display the gcc compilation os and version in myconfig.
68303              Inspiration from
68304              
68305              Tiny fixes for #6460.
68306              
68307              The problem described in this
68308              Subject: [ID 20000322.018] named chars aren't magical enough
68309              has been fixed in perl 5.6.0 but just in case added a test
68310              to keep it away.  (The report from Joseph Hall.)
68311              
68312              Tune the comments and hopefully stop a memory leak.
68313              
68314              Subject: UTF8 concat
68315              (with a memory leak fixed, plus a few casts added)
68316              This also seems to help for
68317              Subject: [ID 20000716.015] join UTF8 weirdness
68318              
68319              Do not upgrade SVs into utf8 just because they participate
68320              in eq or cmp.  Reported and fix suggested in
68321              Subject: [ID 20000720.009] sv_eq UTF8 bug
68322              
68323              Fix the HALF_UPGRADE() macro introduced in #6263.
68324              
68325              Find green threads before native threads.
68326              Subject: Re: Patch to jpl/JNI/Makefile.PL
68327      Branch: maint-5.6/perl
68328           !> (integrate 30 files)
68329 ____________________________________________________________________________
68330 [  7881] By: jhi                                   on 2000/11/27  05:48:41
68331         Log: It seems that *both* the unused submatch loop cleanup
68332              codes are needed.
68333      Branch: perl
68334            ! regexec.c
68335 ____________________________________________________________________________
68336 [  7880] By: jhi                                   on 2000/11/27  04:50:07
68337         Log: Clean .exists deeper.
68338      Branch: perl
68339            ! Makefile.SH
68340 ____________________________________________________________________________
68341 [  7879] By: jhi                                   on 2000/11/27  02:31:35
68342         Log: The code in regcppop() (see #7878) contains the correct lower
68343              limit for the unused submatch 'cleanup' loop so that under
68344              "use utf8" the following code wouldn't dump core:
68345              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
68346              the cleanup loop in regtry() stomped beyond allocated area
68347              in the startp[] array.  Therefore, copied the correct lower
68348              loop limit (*PL_reglastparen) to regtry().  Note: something
68349              may still not be quite right: why was the _higher_ loop limit
68350              (prog->nparens) different in the utf8 case?
68351              
68352              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
68353              without core dumps, there were about 17 of them before
68354              the patch (with us since Perl 5.7.0).  Two failures, still:
68355              496 and 505 (though these may not be severe).
68356              
68357              Patch #7881 is also needed since both the cleanup loops
68358              seem to be needed.
68359              
68360              Also, the t/op/pat#44 seems to core dump under utf8.
68361              Plus a couple of failures.  UGH-8.
68362      Branch: perl
68363            ! regexec.c
68364 ____________________________________________________________________________
68365 [  7878] By: jhi                                   on 2000/11/27  02:21:17
68366         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
68367              the code in regcppop() seems to be redundant for the test suite --
68368              but it contains a germ of truth, and it needed for the build
68369              process itself: see #7879 and #7881.
68370      Branch: perl
68371            ! regexec.c
68372 ____________________________________________________________________________
68373 [  7877] By: jhi                                   on 2000/11/27  01:53:09
68374         Log: Comment on comment.
68375      Branch: perl
68376            ! regexec.c
68377 ____________________________________________________________________________
68378 [  7876] By: jhi                                   on 2000/11/27  00:49:59
68379         Log: Adjust the docs to agree with #7875.
68380      Branch: perl
68381            ! pod/perllocale.pod
68382 ____________________________________________________________________________
68383 [  7875] By: jhi                                   on 2000/11/27  00:49:27
68384         Log: Retract #7863.  It makes more sense not to taint formatted output,
68385              not even by sprintf().
68386      Branch: perl
68387            ! sv.c
68388 ____________________________________________________________________________
68389 [  7874] By: jhi                                   on 2000/11/26  23:36:02
68390         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68391              Not really fixed (should really dump the UTF-8 charclass),
68392              but stopped displaying the garbage.
68393              
68394              Also add a note on the (missing) Unicode PSXSPC and BLANK.
68395      Branch: perl
68396            ! regcomp.c
68397 ____________________________________________________________________________
68398 [  7873] By: jhi                                   on 2000/11/26  21:31:13
68399         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68400      Branch: perl
68401            ! regexec.c
68402 ____________________________________________________________________________
68403 [  7872] By: jhi                                   on 2000/11/26  21:06:04
68404         Log: No need to scan till infinity, 13 is enough.
68405      Branch: perl
68406            ! handy.h utf8.c
68407 ____________________________________________________________________________
68408 [  7871] By: jhi                                   on 2000/11/26  20:20:32
68409         Log: Test line numbers are different with utf8.
68410      Branch: perl
68411            ! t/op/re_tests
68412 ____________________________________________________________________________
68413 [  7870] By: jhi                                   on 2000/11/26  20:10:12
68414         Log: Message nit.
68415      Branch: perl
68416            ! regcomp.c
68417 ____________________________________________________________________________
68418 [  7869] By: jhi                                   on 2000/11/26  19:01:05
68419         Log: Make utf8_length() and utf8_distance() (the latter of which
68420              is unused at the moment) to be less forgiving about bad UTF-8.
68421      Branch: perl
68422            ! embed.h embed.pl objXSUB.h proto.h utf8.c
68423 ____________________________________________________________________________
68424 [  7868] By: jhi                                   on 2000/11/26  18:45:56
68425         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
68426              From: Benjamin Holzman <bah@ecnvantage.com>
68427              Date: Sat, 25 Nov 2000 20:40:20 -0500       
68428              Message-ID: <20001125204020.A25040@ecnvantage.com>              
68429              
68430              Debian allows installing /usr/bin/locale without installing
68431              any locales, an error message will ensue.
68432      Branch: perl
68433            ! t/pragma/locale.t
68434 ____________________________________________________________________________
68435 [  7867] By: jhi                                   on 2000/11/26  18:31:12
68436         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
68437              From: Benjamin Holzman <bah@ecnvantage.com>
68438              Date: Sun, 26 Nov 2000 02:42:34 -0500
68439              Message-ID: <20001126024234.G25040@ecnvantage.com>
68440              
68441              Patch for the bug 20000212.002.
68442      Branch: perl
68443            ! sv.c t/op/array.t
68444 ____________________________________________________________________________
68445 [  7866] By: jhi                                   on 2000/11/26  18:28:09
68446         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
68447              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68448              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
68449              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
68450              
68451              File::Temp 0.11.
68452      Branch: perl
68453            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
68454 ____________________________________________________________________________
68455 [  7865] By: jhi                                   on 2000/11/26  18:24:22
68456         Log: The metaconfig unit change for #7864.
68457      Branch: metaconfig/U/perl
68458            ! need_va_copy.U
68459 ____________________________________________________________________________
68460 [  7864] By: jhi                                   on 2000/11/26  18:23:41
68461         Log: Make the va_copy() test not to be so talkative.
68462      Branch: perl
68463            ! Configure config_h.SH
68464 ____________________________________________________________________________
68465 [  7863] By: jhi                                   on 2000/11/26  18:11:02
68466         Log: Fix locale inconsistencies unearthed by Hugo's work.
68467              Now the floating point sprintf really does taint the result
68468              string as perllocale promises (has promised for a long time)
68469              if "use locale" is in the lexical scope.
68470      Branch: perl
68471            ! sv.c t/pragma/locale.t
68472 ____________________________________________________________________________
68473 [  7862] By: jhi                                   on 2000/11/26  00:35:15
68474         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
68475              From: Nicholas Clark <nick@ccl4.org>
68476              Date: Sun, 26 Nov 2000 00:07:50 +0000
68477              Message-ID: <20001126000750.A22446@plum.flirble.org>
68478              
68479              Infinit.
68480      Branch: perl
68481            ! sv.c
68482 ____________________________________________________________________________
68483 [  7861] By: jhi                                   on 2000/11/26  00:01:26
68484         Log: Integrate perlio.
68485      Branch: perl
68486           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
68487 ____________________________________________________________________________
68488 [  7860] By: nick                                  on 2000/11/25  22:04:17
68489         Log: Correct relative path from new ext\Filter\Util\Call location
68490              back to miniperl.
68491      Branch: perlio
68492            ! win32/makefile.mk
68493 ____________________________________________________________________________
68494 [  7859] By: nick                                  on 2000/11/25  21:26:54
68495         Log: Integrate mainline.
68496      Branch: perlio
68497           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68498           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68499           +> t/lib/filter-util.t
68500            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68501            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68502            - t/lib/filt-util.t
68503           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
68504           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68505           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
68506           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
68507           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
68508           !> win32/makefile.mk
68509 ____________________________________________________________________________
68510 [  7858] By: gsar                                  on 2000/11/25  20:52:17
68511         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
68512              parent's memory; fix it by keeping track of the actual pad
68513              offset rather than a raw pointer (this change is probably also
68514              relevant to non-ithreads case to avoid fallout from reallocs of
68515              the pad array, but is currently only enabled for the ithreads
68516              case in the interests of minimal disruption to existing "well
68517              tested" code)
68518      Branch: perl
68519            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
68520            ! proto.h scope.c scope.h sv.c t/op/fork.t
68521 ____________________________________________________________________________
68522 [  7857] By: nick                                  on 2000/11/25  20:01:28
68523         Log: All tests pass on Win32/gcc/USE_PERLIO.
68524              - when crlf layer is pushed make unix-level binary.
68525              - remove :crlf injection in pp_backtick in pp_sys.c
68526              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
68527      Branch: perlio
68528            ! doio.c perlio.c pp_sys.c win32/makefile.mk
68529 ____________________________________________________________________________
68530 [  7856] By: jhi                                   on 2000/11/25  18:38:30
68531         Log: Update the metaconfig units for #7855.
68532      Branch: metaconfig/U/perl
68533            ! useperlio.U usesocks.U
68534 ____________________________________________________________________________
68535 [  7855] By: jhi                                   on 2000/11/25  18:37:54
68536         Log: Undo the SOCKS workarounds, instead start using PerlIO
68537              if SOCKS is selected.
68538              
68539              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
68540              From: Jens Hamisch <jens@Strawberry.COM>
68541              Date: Fri, 24 Nov 2000 18:31:30 +0100
68542              Message-ID: <20001124183130.E28337@Strawberry.COM>
68543              
68544              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
68545              From: Jens Hamisch <jens@Strawberry.COM>
68546              Date: Fri, 24 Nov 2000 19:11:51 +0100
68547              Message-ID: <20001124191151.A28753@Strawberry.COM>
68548      Branch: perl
68549            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
68550            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
68551 ____________________________________________________________________________
68552 [  7854] By: jhi                                   on 2000/11/25  17:39:08
68553         Log: Undo #7848.  Some of the code seems to use walkoptree(),
68554              some walkoptree_slow().  An unfinished renaming?
68555              Now the sub is walkoptree() (which is @EXPORT_OK),
68556              the walkoptree_slow() is a typeglob alias to walkoptree.
68557              This makes the tests to pass, at least.
68558      Branch: perl
68559            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68560 ____________________________________________________________________________
68561 [  7853] By: nick                                  on 2000/11/24  22:24:33
68562         Log: Re-arrange crlf vs binary for platforms that care.
68563              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
68564              Lip-service to making stdio layer work on such platforms (untested).
68565              Now fails 3 tests rather than one, checkin to see if I can debug 
68566              the issue under linux. (Do not merge.)
68567      Branch: perlio
68568            ! doio.c perlio.c perliol.h
68569 ____________________________________________________________________________
68570 [  7852] By: jhi                                   on 2000/11/24  18:57:39
68571         Log: AUTHORS edits.
68572      Branch: perl
68573            ! AUTHORS
68574 ____________________________________________________________________________
68575 [  7851] By: jhi                                   on 2000/11/24  17:34:56
68576         Log: Add Jan-Erik Karlsson.
68577      Branch: perl
68578            ! AUTHORS
68579 ____________________________________________________________________________
68580 [  7850] By: jhi                                   on 2000/11/24  17:27:56
68581         Log: Configure should find stdchar on its own.
68582      Branch: perl
68583            ! hints/solaris_2.sh
68584 ____________________________________________________________________________
68585 [  7849] By: jhi                                   on 2000/11/24  17:24:55
68586         Log: Subject: PATCH over 7848: Filter test flawed
68587              From: andreas.koenig@anima.de (Andreas J. Koenig)
68588              Date: 24 Nov 2000 10:28:29 +0100
68589              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
68590      Branch: perl
68591            ! t/lib/filter-util.t
68592 ____________________________________________________________________________
68593 [  7848] By: jhi                                   on 2000/11/24  17:22:15
68594         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
68595              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
68596              Date: Fri, 24 Nov 2000 16:12:58 +0000
68597              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
68598      Branch: perl
68599            ! ext/B/B.pm
68600 ____________________________________________________________________________
68601 [  7847] By: jhi                                   on 2000/11/24  03:07:01
68602         Log: Integrate perlio.
68603      Branch: perl
68604           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68605           !> win32/makefile.mk
68606 ____________________________________________________________________________
68607 [  7846] By: gsar                                  on 2000/11/24  00:55:57
68608         Log: integrate changes#6415..6418,6420..6438 from mainline
68609              
68610              Fix the bitvector ops for utf8 (tricky since past 7 bits
68611              the utf8 'characters' can be more than one octet).
68612              
68613              MPE/ix updates for perl 5.6.0 from Mark Bixby.
68614              
68615              Subject: SDBM_File documentation
68616              
68617              Detypo.
68618              
68619              Decutandpasto.
68620              
68621              Send all installperl messages to STDERR and be -w clean.
68622              
68623              Out-of-date note removed.
68624              
68625              Protect against "wild next"s, that is, callbacks doing "next"
68626              instead of "return".
68627              
68628              Use STDOUT consistently.
68629              
68630              The output might have been produced in the wrong order.
68631              
68632              A missing 'break' after the [[:space:]] switch case.
68633              
68634              Add tests for
68635              [ID 19991110.003] another matching finding by pcre author
68636              which has already been fixed by some patch, as verified in
68637              
68638              Documentation to explain the behaviour of map().
68639              
68640              Add an optimization for map-maps-a-list-element-to-more-list-elements
68641              case, but add also notes explaining the relationship of this
68642              patch and the earlier notes by Sarathy.
68643              
68644              Subject: [ID 20000716.023] syslog test fails without sockets
68645              
68646              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
68647              Test cases for #6431.
68648              
68649              File::Spec::VMS fixup for tmpdir from Craig Berry.
68650              
68651              Make the "uninit variable" warning to say "concat or string"
68652              or "join or string" when in concat or join .
68653              
68654              Get UTF16 BOMs working.  Patch from
68655              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
68656              
68657              Subject: [PATCH] Make large file tests deal with SIGXFSZ
68658              
68659              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
68660              
68661              Subject: [PATCH] av.c apidoc
68662      Branch: maint-5.6/perl
68663           !> (integrate 43 files)
68664 ____________________________________________________________________________
68665 [  7845] By: gsar                                  on 2000/11/24  00:20:45
68666         Log: integrate changes#6406..6414 from mainline
68667              
68668              Merge perlhacktut into perlhack, update perlguts.
68669              
68670              Fix AutoSplit to use File::Spec the right way in VMS,
68671              from Peter Prymmer.
68672              
68673              The bug report
68674              [ID 19991110.002] minimal matching discrepancy found by pcre author
68675              seems to have been fixed (though differently from what was suggested
68676              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
68677              
68678              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
68679              not in pod, from Peter Prymmer
68680              
68681              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
68682              From: Hugo <hv@crypt.compulink.co.uk>
68683              Date: Fri, 14 Jul 2000 23:05:20 +0100
68684              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
68685              
68686              Didn't anymore apply, but that point still could use another fix.
68687              
68688              lib/b test fixes from Peter Prymmer.
68689              
68690              More docs for sv functions.
68691              
68692              perlvms.pod whitespace cleanup to keep pod utils happy.
68693              
68694              another VMS build tweak from Peter Prymmer
68695      Branch: maint-5.6/perl
68696           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
68697           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
68698           !> vms/descrip_mms.template vms/perlvms.pod
68699 ____________________________________________________________________________
68700 [  7844] By: nick                                  on 2000/11/23  23:42:45
68701         Log: Win32/perlio Now just fails one io/argv.t test - lack 
68702              of default :crlf on standard streams.
68703      Branch: perlio
68704            ! doio.c perlio.c
68705 ____________________________________________________________________________
68706 [  7843] By: nick                                  on 2000/11/23  23:04:05
68707         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
68708              peek fail is showing a real problem (multiple crlf layers
68709              are getting pushed.)
68710      Branch: perlio
68711            ! doio.c perlio.c win32/makefile.mk
68712 ____________________________________________________________________________
68713 [  7842] By: nick                                  on 2000/11/23  19:46:23
68714         Log: Implement PerlIO_binmode()
68715              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
68716              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
68717              make binmode in t/lib/io_tell.t unconditional so that works.
68718              Checkin just so Win32 machine can see these changes.
68719      Branch: perlio
68720            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68721 ____________________________________________________________________________
68722 [  7841] By: jhi                                   on 2000/11/23  19:30:00
68723         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
68724      Branch: perl
68725            ! README.amiga
68726 ____________________________________________________________________________
68727 [  7840] By: jhi                                   on 2000/11/23  17:18:02
68728         Log: SOCKS wrestling continues, patches from Jens Hamisch.
68729      Branch: perl
68730            ! doio.c embed.h embed.pl perlsdio.h proto.h
68731 ____________________________________________________________________________
68732 [  7839] By: jhi                                   on 2000/11/23  16:54:14
68733         Log: Push Filter::Util::Call one level deeper.
68734      Branch: perl
68735            + t/lib/filter-util.t
68736           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68737           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68738            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68739            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68740            - t/lib/filt-util.t
68741            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
68742            ! win32/Makefile win32/makefile.mk
68743 ____________________________________________________________________________
68744 [  7838] By: jhi                                   on 2000/11/23  16:52:40
68745         Log: Reach back one higher up when searching for PERL_SRC.
68746      Branch: perl
68747            ! lib/ExtUtils/MM_Unix.pm
68748 ____________________________________________________________________________
68749 [  7837] By: jhi                                   on 2000/11/23  16:05:41
68750         Log: Subject: Re: perl@7826
68751              Date: Thu, 23 Nov 2000 02:20:25 -0600
68752              From: "Craig A. Berry" <craigberry@mac.com>
68753              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
68754              
68755              Make VMS to like Filter::Util::Call. 
68756      Branch: perl
68757            ! configure.com ext/Filter/Util/Makefile.PL
68758 ____________________________________________________________________________
68759 [  7836] By: nick                                  on 2000/11/23  16:04:08
68760         Log: Implement crlf layer - not ready for merge.
68761      Branch: perlio
68762            ! perlio.c win32/makefile.mk
68763 ____________________________________________________________________________
68764 [  7835] By: jhi                                   on 2000/11/23  15:56:52
68765         Log: STDCHAR is different in Sparc v9 vs x86.
68766      Branch: perl
68767            ! hints/solaris_2.sh
68768 ____________________________________________________________________________
68769 [  7834] By: jhi                                   on 2000/11/23  15:50:47
68770         Log: The type needs to be visible to protos.
68771      Branch: perl
68772            ! perl.h
68773 ____________________________________________________________________________
68774 [  7833] By: jhi                                   on 2000/11/23  15:40:46
68775         Log: Finish unfinished SOCKS workaround changes.
68776      Branch: perl
68777            ! doio.c
68778 ____________________________________________________________________________
68779 [  7832] By: jhi                                   on 2000/11/23  15:33:30
68780         Log: Integrate perlio.
68781      Branch: perl
68782           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68783           !> win32/makefile.mk
68784 ____________________________________________________________________________
68785 [  7831] By: nick                                  on 2000/11/23  10:31:07
68786         Log: Correct makefile.mk dependancies for ext/Filter/Util
68787              Build ext/Encode
68788              Run dmake regen_config_h
68789      Branch: perlio
68790            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68791            ! win32/makefile.mk
68792 ____________________________________________________________________________
68793 [  7830] By: nick                                  on 2000/11/23  08:05:07
68794         Log: Integrate mainline
68795      Branch: perlio
68796           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68797           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
68798           +> t/lib/filt-util.pl t/lib/filt-util.t
68799           !> (integrate 41 files)
68800 ____________________________________________________________________________
68801 [  7829] By: gsar                                  on 2000/11/23  03:07:11
68802         Log: build the Filter extension on windows
68803      Branch: perl
68804            ! win32/Makefile win32/makefile.mk
68805 ____________________________________________________________________________
68806 [  7828] By: gsar                                  on 2000/11/23  02:46:35
68807         Log: regenerate win32/config* and fix some inconsistencies in the
68808              makefiles; always export Perl_deb() because it is needed
68809              by ext/re/* (whether perl itself is built with -DDEBUGGING
68810              or not)
68811      Branch: perl
68812            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
68813            ! win32/config_H.vc win32/makefile.mk
68814 ____________________________________________________________________________
68815 [  7827] By: gsar                                  on 2000/11/23  02:18:38
68816         Log: get sources building on windows+MSVC again (untested with other
68817              compilers)
68818      Branch: perl
68819            ! win32/include/sys/socket.h win32/perllib.c
68820 ____________________________________________________________________________
68821 [  7826] By: jhi                                   on 2000/11/23  01:18:26
68822         Log: Update Changes.
68823      Branch: perl
68824            ! Changes patchlevel.h
68825 ____________________________________________________________________________
68826 [  7825] By: jhi                                   on 2000/11/23  00:20:41
68827         Log: Subject: Re: av.c patch (having slight problems)
68828              From: "Ben Tilly" <ben_tilly@hotmail.com>
68829              Date: Tue, 21 Nov 2000 23:29:31 -0500
68830              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
68831              
68832              unshift() speedup.
68833      Branch: perl
68834            ! av.c
68835 ____________________________________________________________________________
68836 [  7824] By: jhi                                   on 2000/11/22  23:59:15
68837         Log: Fixes for signedness warnings noticed by VMSperlers.
68838      Branch: perl
68839            ! ext/Storable/Storable.xs regcomp.c sv.c
68840 ____________________________________________________________________________
68841 [  7823] By: jhi                                   on 2000/11/22  23:19:31
68842         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
68843              From: Peter Prymmer <pvhp@forte.com>
68844              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
68845              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
68846      Branch: perl
68847            ! t/pragma/warn/pp_hot
68848 ____________________________________________________________________________
68849 [  7822] By: jhi                                   on 2000/11/22  22:52:20
68850         Log: Be clean.
68851      Branch: perl
68852            ! Makefile.SH
68853 ____________________________________________________________________________
68854 [  7821] By: jhi                                   on 2000/11/22  22:46:39
68855         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
68856              by Damian Conway, as suggested by Paul Marquess.
68857      Branch: perl
68858            + lib/Filter/Simple.pm
68859 ____________________________________________________________________________
68860 [  7820] By: jhi                                   on 2000/11/22  22:45:51
68861         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
68862      Branch: perl
68863            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68864            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68865            + t/lib/filt-util.t
68866            ! MANIFEST
68867 ____________________________________________________________________________
68868 [  7819] By: jhi                                   on 2000/11/22  22:03:27
68869         Log: Integrate perlio.
68870      Branch: perl
68871           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68872           !> win32/makefile.mk
68873 ____________________________________________________________________________
68874 [  7818] By: jhi                                   on 2000/11/22  21:56:02
68875         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
68876      Branch: perl
68877            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
68878            ! t/lib/io_sock.t
68879 ____________________________________________________________________________
68880 [  7817] By: jhi                                   on 2000/11/22  21:39:49
68881         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
68882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68883              Date: Wed, 22 Nov 2000 16:08:12 -0500
68884              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
68885      Branch: perl
68886            ! lib/ExtUtils/Liblist.pm
68887 ____________________________________________________________________________
68888 [  7816] By: jhi                                   on 2000/11/22  21:38:25
68889         Log: Go ahead and #include <unistd.h> in perl.h.
68890      Branch: perl
68891            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
68892            ! util.c
68893 ____________________________________________________________________________
68894 [  7815] By: jhi                                   on 2000/11/22  21:22:52
68895         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68897              Date: Mon, 20 Nov 2000 18:30:52 -0500
68898              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
68899      Branch: perl
68900            ! pod/perlre.pod regcomp.c t/op/re_tests
68901 ____________________________________________________________________________
68902 [  7814] By: jhi                                   on 2000/11/22  21:21:46
68903         Log: Subject: [PATCH 5.7.0] Liblist finally works
68904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68905              Date: Tue, 21 Nov 2000 22:02:17 -0500
68906              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
68907      Branch: perl
68908            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
68909            ! lib/ExtUtils/MakeMaker.pm
68910 ____________________________________________________________________________
68911 [  7813] By: jhi                                   on 2000/11/22  21:20:23
68912         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
68913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68914              Date: Wed, 22 Nov 2000 17:53:15 +0100
68915              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
68916              
68917              AIX dynaloader and perlio patch.
68918      Branch: perl
68919            ! ext/DynaLoader/dl_aix.xs
68920 ____________________________________________________________________________
68921 [  7812] By: jhi                                   on 2000/11/22  21:17:52
68922         Log: (Accidentally empty patch.)
68923      Branch: perl
68924            ! av.c
68925 ____________________________________________________________________________
68926 [  7811] By: jhi                                   on 2000/11/22  21:16:31
68927         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
68928              From: Peter Prymmer <pvhp@forte.com>
68929              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
68930              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
68931      Branch: perl
68932            ! vms/test.com
68933 ____________________________________________________________________________
68934 [  7810] By: jhi                                   on 2000/11/22  21:15:36
68935         Log: Subject: Re: perl@7777 
68936              From: "John P. Linderman" <jpl@research.att.com>
68937              Date: Wed, 22 Nov 2000 13:11:11 -0500
68938              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
68939              
68940              Detypoing.
68941      Branch: perl
68942            ! lib/CPAN.pm
68943 ____________________________________________________________________________
68944 [  7809] By: jhi                                   on 2000/11/22  21:14:19
68945         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
68946              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68947              Date:     Wed, 22 Nov 2000 13:51:37 EST
68948              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
68949      Branch: perl
68950            ! perlsdio.h
68951 ____________________________________________________________________________
68952 [  7808] By: jhi                                   on 2000/11/22  21:13:27
68953         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
68954              From: Casey Tweten <crt@kiski.net>
68955              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
68956              Message-Id: <200011201653.LAA10194@home.kiski.net>
68957      Branch: perl
68958            ! t/lib/io_udp.t
68959 ____________________________________________________________________________
68960 [  7807] By: jhi                                   on 2000/11/22  21:12:35
68961         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
68962              From: Casey Tweten <crt@kiski.net>
68963              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
68964              Message-Id: <200011201636.LAA07227@home.kiski.net>
68965      Branch: perl
68966            ! t/lib/io_sock.t
68967 ____________________________________________________________________________
68968 [  7806] By: jhi                                   on 2000/11/22  21:10:59
68969         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
68970              From: "Casey R. Tweten" <crt@kiski.net>
68971              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
68972              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
68973      Branch: perl
68974            ! utils/h2xs.PL
68975 ____________________________________________________________________________
68976 [  7805] By: nick                                  on 2000/11/22  21:05:06
68977         Log: Integrate mainline
68978      Branch: perlio
68979           !> Changes Porting/genlog ext/DB_File/DB_File.xs
68980           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
68981           !> utils/perlbug.PL
68982 ____________________________________________________________________________
68983 [  7804] By: jhi                                   on 2000/11/22  21:01:12
68984         Log: Subject: [PATCH] Test.pm POD peculiarity
68985              From: "Casey R. Tweten" <crt@kiski.net>
68986              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
68987              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
68988      Branch: perl
68989            ! lib/Test.pm
68990 ____________________________________________________________________________
68991 [  7803] By: jhi                                   on 2000/11/22  20:59:59
68992         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
68993              From: "Philip Newton" <pnewton@gmx.de>
68994              Date: Wed, 22 Nov 2000 14:25:53 +0100
68995              Message-Id: <3A1BD771.25462.1939FAD@localhost>
68996              
68997              Be case-understanding also on 's', and use the -oi of sendmail
68998              not to terminate the transmission on a lone '.'.
68999      Branch: perl
69000            ! utils/perlbug.PL
69001 ____________________________________________________________________________
69002 [  7802] By: nick                                  on 2000/11/22  20:51:42
69003         Log: Win32 PerlIO intermediate state now working as expected.
69004              - In current state we are still using C runtime in text/binary
69005              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
69006              - PERLIO=stdio and PERLIO=unix pass all expected tests.
69007              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
69008              and PerlIO_seek() and the dummy crlf layer is not making adjustments
69009              for CRLF translation happening in C runtime. All other tests pass.
69010              
69011              Added note to README.win32 to point out the snags of doing a perl build
69012              with Norton AntiVirus turned on.
69013              
69014              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
69015              which file a fail comes from.
69016              
69017              Updated "canned" config.h to match the one generated.
69018      Branch: perlio
69019            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
69020            ! win32/makefile.mk
69021 ____________________________________________________________________________
69022 [  7801] By: jhi                                   on 2000/11/22  06:50:20
69023         Log: Nickety nits.
69024      Branch: perl
69025            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
69026 ____________________________________________________________________________
69027 [  7800] By: jhi                                   on 2000/11/22  01:29:55
69028         Log: Changes had accidentally gone too silent on non-main branches.
69029      Branch: perl
69030            ! Changes Porting/genlog patchlevel.h
69031 ____________________________________________________________________________
69032 [  7799] By: gsar                                  on 2000/11/22  01:02:56
69033         Log: some lib_pm.PL changes snuck in via change#7772
69034      Branch: maint-5.6/perl
69035            ! Makefile.SH
69036 ____________________________________________________________________________
69037 [  7798] By: nick                                  on 2000/11/21  21:59:40
69038         Log: Integrate mainline
69039      Branch: perlio
69040           !> (integrate 28 files)
69041 ____________________________________________________________________________
69042 [  7797] By: jhi                                   on 2000/11/21  21:01:45
69043         Log: Integrate perlio.
69044      Branch: perl
69045           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
69046 ____________________________________________________________________________
69047 [  7796] By: nick                                  on 2000/11/21  20:36:22
69048         Log: Win32 builds and runs (mostly) with USE_PERLIO.
69049              PERLIO=perlio passes all tests. 
69050              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
69051      Branch: perlio
69052            ! perlio.c win32/perllib.c win32/win32.c
69053 ____________________________________________________________________________
69054 [  7795] By: jhi                                   on 2000/11/21  19:03:44
69055         Log: Update Changes.
69056      Branch: perl
69057            ! Changes patchlevel.h
69058 ____________________________________________________________________________
69059 [  7794] By: jhi                                   on 2000/11/21  18:56:34
69060         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
69061              From: "Craig A. Berry" <craigberry@mac.com>
69062              Date: Mon, 20 Nov 2000 20:27:06 -0600
69063              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
69064              
69065              A cut-and-pasto.
69066      Branch: perl
69067            ! perlio.h
69068 ____________________________________________________________________________
69069 [  7793] By: jhi                                   on 2000/11/21  18:54:41
69070         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
69071              From: Dominic Dunlop <domo@computer.org> 
69072              Date: Mon, 20 Nov 2000 18:55:29 +0100
69073              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
69074              
69075              va_copy() and the need of it.
69076              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
69077      Branch: metaconfig/U/perl
69078            + need_va_copy.U
69079      Branch: perl
69080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69081            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
69082            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69083            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69084            ! win32/config.bc win32/config.gc win32/config.vc
69085 ____________________________________________________________________________
69086 [  7792] By: jhi                                   on 2000/11/21  17:04:10
69087         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
69088      Branch: perl
69089           !> scope.h
69090 ____________________________________________________________________________
69091 [  7791] By: jhi                                   on 2000/11/21  17:01:16
69092         Log: Export the SOCKS workaround symbols only if necessary.
69093      Branch: perl
69094            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
69095 ____________________________________________________________________________
69096 [  7790] By: nick                                  on 2000/11/20  23:57:11
69097         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
69098      Branch: perlio
69099            ! scope.h
69100 ____________________________________________________________________________
69101 [  7789] By: nick                                  on 2000/11/20  23:38:33
69102         Log: Integrate mainline
69103      Branch: perlio
69104           +> lib/File/Spec/Epoc.pm
69105           !> (integrate 34 files)
69106 ____________________________________________________________________________
69107 [  7788] By: nick                                  on 2000/11/20  23:20:18
69108         Log: Make extra buffer layer work (dummy crlf layer)
69109      Branch: perlio
69110            ! doio.c perlio.c perlio.h
69111 ____________________________________________________________________________
69112 [  7787] By: jhi                                   on 2000/11/20  22:44:04
69113         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
69114              From: Peter Prymmer <pvhp@forte.com>
69115              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
69116              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
69117      Branch: perl
69118            ! t/pragma/locale.t
69119 ____________________________________________________________________________
69120 [  7786] By: jhi                                   on 2000/11/20  22:29:10
69121         Log: Subject: DOC PATCH 5.6.0 perlreftut
69122              From: mjd@plover.com
69123              Date: 20 Nov 2000 19:45:06 -0000
69124              Message-ID: <20001120194506.9505.qmail@plover.com>
69125      Branch: perl
69126            ! pod/perlreftut.pod
69127 ____________________________________________________________________________
69128 [  7785] By: jhi                                   on 2000/11/20  22:27:44
69129         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
69130              From: David Dyck <dcd@tc.fluke.com>
69131              Date: Mon, 20 Nov 2000 11:43:40 -0800
69132              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
69133      Branch: perl
69134            ! lib/Cwd.pm
69135 ____________________________________________________________________________
69136 [  7784] By: jhi                                   on 2000/11/20  22:23:21
69137         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
69138              Date: Mon, 20 Nov 2000 17:06:10 -0500
69139              To: Mailing list Perl5 <perl5-porters@perl.org>
69140              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
69141      Branch: perl
69142            ! pp_ctl.c t/op/pat.t
69143 ____________________________________________________________________________
69144 [  7783] By: jhi                                   on 2000/11/20  22:11:18
69145         Log: Subject: [PATCH] doop.c - UTF8 tr///               
69146              From: Simon Cozens <simon@cozens.net>
69147              Date: Sat, 18 Nov 2000 18:49:30 +0000
69148              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
69149              
69150              Subject: Re: [PATCH] doop.c - UTF8 tr///           
69151              From: Simon Cozens <simon@cozens.net>
69152              Date: Mon, 20 Nov 2000 20:45:22 +0000
69153              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
69154              
69155              Make tr on UTF-8 better but still not correct.
69156      Branch: perl
69157            ! doop.c
69158 ____________________________________________________________________________
69159 [  7782] By: jhi                                   on 2000/11/20  22:02:16
69160         Log: Remove the shared object before attempting to create
69161              (by linking) a new one.  E.g. in AIX not removing
69162              becomes quite painful if one tries to do more than one
69163              build in the same tree (an interrupted build, for example),
69164              since the AIX' shared dynaloader seemingly keeps the shared
69165              objects open and therefore 'busy' for quite a while, even when
69166              nobody is using the objects, leading into link failures.
69167      Branch: perl
69168            ! lib/ExtUtils/MM_Unix.pm
69169 ____________________________________________________________________________
69170 [  7781] By: gsar                                  on 2000/11/20  19:02:55
69171         Log: type mismatch due to faulty integration
69172      Branch: maint-5.6/perl
69173            ! toke.c win32/Makefile
69174 ____________________________________________________________________________
69175 [  7780] By: gsar                                  on 2000/11/20  17:31:55
69176         Log: integrate changes#6392,6394..6399,6401..6404
69177              
69178              The {multiplier} of a fixed substring was overlooked which
69179              caused a wrong initial search offset for that substring.
69180              
69181              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
69182              From: Hugo <hv@crypt.compulink.co.uk>
69183              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
69184              Date: Thu, 13 Jul 2000 19:27:13 +0100
69185              
69186              Fix the BOM bug: not a byteorder bug, a signedness bug.
69187              
69188              Replace change #6337 with a better one.
69189              
69190              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69191              From: Hugo <hv@crypt.compulink.co.uk>
69192              Date: Fri, 14 Jul 2000 04:16:20 +0100
69193              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
69194              
69195              MakeMaker should not remove editor backups (*~) on `make clean`
69196              by default (completes change#6383)
69197              
69198              move new variables to the end of the interpreter structure (for
69199              bincompat in code that doesn't #include XSUB.h)
69200              
69201              rename totally bletcherous SvLOCK() thingy (doesn't do what the
69202              name suggests anyway)
69203              
69204              various cleanups (typos, misformatted code, and small bugs)
69205              
69206              typecasts needed for change#6394
69207              
69208              typos in change#6399, regen headers
69209              
69210              inconsistent types needs casts
69211              
69212              PERL_OBJECT build tweaks
69213      Branch: maint-5.6/perl
69214           !> MANIFEST doop.c embed.h embed.pl embedvar.h
69215           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
69216           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
69217           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
69218           !> toke.c util.c
69219 ____________________________________________________________________________
69220 [  7779] By: gsar                                  on 2000/11/20  17:06:29
69221         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
69222              
69223              Cosmetics and perldelta.
69224              
69225              Fix nits noticed by Boston.pm.
69226              
69227              Do the cc sanity check both before the hints and
69228              after the cc selction.
69229              
69230              get sprintf.t to adjust properly for 3-digit exponents
69231              
69232              don't clobber *.orig files on *clean targets
69233              
69234              fix bugs in processing %v-*d and similar format specs (from
69235              Avi Finkel <avi@finkel.org>)
69236              
69237              sprintf test tweaks (from Dominic Dunlop)
69238              
69239              new selfloader.t in change#6183 doesn't close DATA handles,
69240              and thus fails to clean up tmp files on dosish platforms
69241              
69242              typos (spotted by Peter Prymmer)
69243              
69244              typo fix from Craig Berry
69245      Branch: maint-5.6/perl
69246           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
69247           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
69248           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
69249           !> x2p/Makefile.SH
69250 ____________________________________________________________________________
69251 [  7778] By: gsar                                  on 2000/11/20  16:46:51
69252         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
69253              
69254              Subject: Re: format bug report  [Patch]
69255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69256              Date: Wed, 05 Jul 2000 13:12:52 +0200
69257              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
69258              
69259              Subject: Re: format bug report  [Patch]
69260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69261              Date: Wed, 05 Jul 2000 14:10:01 +0200
69262              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
69263              
69264              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69266              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69267              Date: Fri, 07 Jul 2000 17:57:16 +0100
69268              
69269              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69270              To: perl5-porters@perl.org
69271              From: Karsten Sperling <spiff@phreax.net>
69272              Date: Mon, 10 Jul 2000 15:12:52 +0200
69273              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69274              
69275              README.posix-bc podified from Thomas Dorner.
69276              
69277              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
69278              From: Dominic Dunlop <domo@computer.org>
69279              Date: Tue, 11 Jul 2000 12:27:33 +0200
69280              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
69281              
69282              Typo in #6341.
69283              
69284              Fix for
69285              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69286              From: Roderick Schertler <roderick@argon.org>
69287              Date: Tue, 11 Jul 2000 13:55:05 -0400
69288              Message-Id: <200007111755.NAA05077@jones.argon.org>
69289              
69290              Minor cleanups on the booklist.
69291              
69292              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
69293              regen perltoc.
69294              
69295              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
69296      Branch: maint-5.6/perl
69297           +> pod/perlbook.pod
69298           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
69299           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
69300           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
69301 ____________________________________________________________________________
69302 [  7777] By: jhi                                   on 2000/11/20  16:08:49
69303         Log: Update Changes.
69304      Branch: perl
69305            ! Changes patchlevel.h
69306 ____________________________________________________________________________
69307 [  7776] By: jhi                                   on 2000/11/20  15:27:56
69308         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69309              This may be overly harsh but until proven otherwise, we think this
69310              way, or until we have a simple test for Configure (having to start
69311              up servers is does not count as simple) to check for the problems.
69312      Branch: perl
69313            ! perl.h
69314 ____________________________________________________________________________
69315 [  7775] By: jhi                                   on 2000/11/20  15:22:17
69316         Log: Solaris hints tweaks.
69317      Branch: perl
69318            ! hints/solaris_2.sh
69319 ____________________________________________________________________________
69320 [  7774] By: jhi                                   on 2000/11/20  15:01:20
69321         Log: Add a workaround to SOCKS 64-bit problems.
69322      Branch: perl
69323            ! doio.c embed.h embed.pl perlsdio.h proto.h
69324 ____________________________________________________________________________
69325 [  7773] By: jhi                                   on 2000/11/20  14:51:47
69326         Log: sysseek() instead of seek().
69327      Branch: perl
69328            ! t/lib/syslfs.t
69329 ____________________________________________________________________________
69330 [  7772] By: gsar                                  on 2000/11/20  13:06:23
69331         Log: integrate changes#6315..6319,6321..6331,6333..6338
69332              
69333              Integrate with Sarathy, preliminary fix for unicos
69334              alignment problems in [ID 20000612.002] Perl problem on Cray system.
69335              
69336              some debugger output does not go to the socket when RemotePort is set
69337              
69338              winsock cleanup never done on Windows (leads to handle leaks)
69339              
69340              fix UNC path handling on Windows under ithreads, and chdir()
69341              return value when given a non-existent directory
69342              
69343              Autogenerate pod/Makefile and pod/buildtoc.
69344              buildtoc also checks whether the existin pods are
69345              mentioned in MANIFEST and perl.pod, and vice versa.
69346              (None of the thusly found discrepancies fixed yet.)
69347              roffitall also needs to be autogenerated similarly but it
69348              seems so badly out of date that I didn't touch it yet.
69349              
69350              Config is being used.
69351              
69352              Add =head1 NAMEs so that buildtoc is happy.
69353              (The CGI::Util nit reported to Lincoln.)
69354              
69355              Fix complaints of buildtoc.
69356              
69357              Fix the alignment problem in Crays ([ID 20000612.002]).
69358              
69359              Remove perlbook, update perlfaq book listing,
69360              rearrange perl.pod, regenerate perltoc.
69361              
69362              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
69363              was cast to an unsigned (32-bit) integer with wild abandon.
69364              
69365              winsock options weren't being set in all threads under ithreads
69366              (caused send()s from second and subsequent threads to fail)
69367              
69368              accept() leaks memory on windows due to incorrect ordering of
69369              closesocket() and fclose() calls
69370              
69371              Reorder perl.pod once more.
69372              
69373              More POSIX.pod tweaks.
69374              
69375              Sprinkle ldlibpath.
69376              
69377              Precedence goof, fix based on
69378              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
69379              From: Hugo <hv@crypt.compulink.co.uk>
69380              Date: Tue, 11 Jul 2000 12:52:38 +0100
69381              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
69382              
69383              Subject: PATCH perlguts.pod: Document D and d magic types
69384              From: mjd@plover.com
69385              Date: 5 Jul 2000 18:01:51 -0000
69386              Message-ID: <20000705180151.29413.qmail@plover.com>
69387              
69388              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
69389              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
69390              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
69391              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
69392              
69393              Subject: [PATCH cfgperl] $& segfaults if you trick it
69394              From: simon@brecon.co.uk (Simon Cozens)
69395              Date: 7 Jul 2000 11:26:09 GMT
69396              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
69397              
69398              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69399              From: Hugo <hv@crypt.compulink.co.uk>
69400              Date: Tue, 11 Jul 2000 12:44:50 +0100
69401              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
69402              
69403              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
69404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69405              Date: Tue, 11 Jul 2000 13:50:51 +0100
69406              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
69407      Branch: maint-5.6/perl
69408           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
69409           +> pod/buildtoc.PL
69410            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
69411           !> (integrate 26 files)
69412 ____________________________________________________________________________
69413 [  7771] By: gsar                                  on 2000/11/20  12:31:42
69414         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
69415              6310,6311,6314
69416              
69417              Subject: [PATCH bleedperl] File::Spec 0.82 beta
69418              From: Barrie Slaymaker <barries@jester.slaysys.com>
69419              Date: Wed, 28 Jun 2000 11:35:29 -0400
69420              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
69421              
69422              tweak perlembed for multiplicity/usethreads sanity; correct notes
69423              about Windows
69424              
69425              localize %INC in a Safe compartment so that use/require work
69426              (many other magic globals probably need similar treatment)
69427              
69428              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
69429              when @_ is modified, causing coredumps
69430              
69431              slurp mode fix in change#4736 still not quite right
69432              
69433              Point to perlipc for more SysV IPC examples.
69434              
69435              Elaborate POSIX.pod.  Still needs work.
69436              
69437              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
69438              
69439              fix large memory leak that has been around for ever, masked by
69440              -DPURIFY (most of the arenas were never freed!)
69441              
69442              fix memory leak on Windows (PL_sys_intern contents were never
69443              freed)
69444              
69445              PERL_OBJECT build tweak
69446              
69447              adjust change#6299
69448              
69449              remove rel2abs prototypes (from Barrie Slaymaker)
69450              
69451              missing perldiag entry for unpack("w",...) diagnostic (from
69452              Andreas Koenig)
69453              
69454              better diagnostic on Frob->stuff() when Frob:: doesn't exist
69455              (from Richard Soderberg <rs@oregonnet.com>)
69456              
69457              Win32 patches for cfgperl from Sarathy.
69458              
69459              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
69460              
69461              More POSIX.pod embellishment.
69462              
69463              tyop in change#6306
69464      Branch: maint-5.6/perl
69465           !> (integrate 44 files)
69466 ____________________________________________________________________________
69467 [  7770] By: gsar                                  on 2000/11/20  11:51:00
69468         Log: integrate changes#6268..6282 from cfgperl branch
69469              
69470              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
69471              From: Dominic Dunlop <domo@computer.org>
69472              Date: Thu, 29 Jun 2000 12:32:39 +0200
69473              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
69474              
69475              Regen headers for #6261 (and update embed.pl for this) and #6267,
69476              silence few compiler warnings.
69477              
69478              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
69479              From: Nicholas Clark <nick@talking.bollo.cx>
69480              Date: Fri, 23 Jun 2000 16:21:15 +0100
69481              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
69482              
69483              Subject: PATCH pod/perltie.pod
69484              From: Ian Phillipps <Ian.Phillipps@iname.com>
69485              Date: Fri, 16 Jun 2000 00:17:19 +0100
69486              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
69487              (only the first hunk, the second hunk had already been done
69488              by some other patch)
69489              
69490              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
69491              From: Tom Phoenix <rootbeer@redcat.com>
69492              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
69493              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
69494              
69495              Subject: [PATCH] xsub attributes
69496              From: Doug MacEachern <dougm@covalent.net>
69497              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
69498              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
69499              
69500              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
69501              From: Andy Dougherty <doughera@lafayette.edu>
69502              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
69503              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
69504              
69505              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
69506              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69507              Date: Tue, 13 Jun 2000 02:43:48 -0500
69508              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
69509              
69510              Subject: [PATCH] Re: eval documentation: context
69511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69512              Date: Mon, 12 Jun 2000 15:07:29 +0100
69513              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
69514              
69515              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
69516              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69517              Date: Mon, 12 Jun 2000 14:55:59 +0100
69518              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
69519              
69520              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
69521              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
69522              Date: Fri, 09 Jun 2000 12:39:27 -0400
69523              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
69524              (plus update the version "number" of Text::Wrap)
69525              
69526              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
69527              From: Tim Ayers <tayers@bridge.com>
69528              Date: Thu, 08 Jun 2000 08:11:06 +0200
69529              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
69530              [resent by Richard Foley, Message-Id probably wrong]
69531              
69532              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
69533              From: rspier@pobox.com (Robert Spier)
69534              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
69535              Message-ID: <14654.31913.845602.610277@rls.cx>
69536              
69537              Subject: [PATCH 5.6.0] utils/h2xs.PL
69538              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69539              Date: Wed, 7 Jun 2000 04:02:04 -0500
69540              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
69541              
69542              Subject: [PATCH 5.6.0]ITHREADs for VMS
69543              From: Dan Sugalski <dan@sidhe.org>
69544              Date: Tue, 06 Jun 2000 11:59:50 -0400
69545              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
69546      Branch: maint-5.6/perl
69547           !> (integrate 31 files)
69548 ____________________________________________________________________________
69549 [  7769] By: gsar                                  on 2000/11/20  11:29:06
69550         Log: integrate changes#6261..6266 from cfgperl
69551              
69552              Subject: Re: [PATCH cfgperl] BOMs away!
69553              From: simon@brecon.co.uk (Simon Cozens)
69554              Date: 17 Jun 2000 11:49:57 GMT
69555              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
69556              
69557              Subject: 5.6.0 Patch for EPOC
69558              From: Olaf Flebbe <o.flebbe@gmx.de>
69559              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
69560              Message-ID: <23449.960929969@www11.gmx.net>
69561              
69562              tr fixes from Simon Cozens
69563              
69564              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
69565              From: Marty Lucich <marty@netcom.com>
69566              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
69567              Message-Id: <200006282116.OAA11148@netcom.com>
69568              ccdlflags update (the BSD/OS 4.1 part had already been taken
69569              care of by #6141).
69570              
69571              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
69572              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69573              Date: Wed, 28 Jun 2000 17:50:12 -0700
69574              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
69575              
69576              Subject: [PATCH 5.6.0] cygwin port
69577              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
69578              From: "Fifer, Eric" <EFifer@sanwaint.com>
69579              Date: Thu, 29 Jun 2000 12:58:29 +0100
69580      Branch: maint-5.6/perl
69581           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
69582           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
69583           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69584           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
69585 ____________________________________________________________________________
69586 [  7768] By: gsar                                  on 2000/11/20  11:13:44
69587         Log: integrate changes#6252..6256,6259..6260
69588              
69589              Paranoia tweak on #6249.
69590              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69591              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69592              Date: Sun, 25 Jun 2000 23:43:12 -0400
69593              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
69594              
69595              Subject: tr///, help wanted.
69596              From: simon@brecon.co.uk (Simon Cozens)
69597              Date: 28 Jun 2000 11:29:04 GMT
69598              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
69599              
69600              small thinko tweaks
69601              
69602              tweaks from Simon Conzes to further fix tr/// under utf8
69603              
69604              perlnewmod was missing from MANIFEST.
69605              
69606              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
69607              From: simon@brecon.co.uk (Simon Cozens)
69608              Date: 17 Jun 2000 11:56:44 GMT
69609              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
69610              pack U0, pack C0
69611      Branch: maint-5.6/perl
69612           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
69613           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
69614           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
69615           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
69616 ____________________________________________________________________________
69617 [  7767] By: gsar                                  on 2000/11/20  10:51:38
69618         Log: integrate change#6250 from cfgperl
69619              
69620              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
69621              From: Doug MacEachern <dougm@covalent.net>
69622              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
69623              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
69624      Branch: maint-5.6/perl
69625           +> t/op/my_stash.t
69626           !> MANIFEST embed.pl global.sym proto.h toke.c
69627 ____________________________________________________________________________
69628 [  7766] By: gsar                                  on 2000/11/20  10:48:34
69629         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
69630              
69631              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
69632              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69633              Date: Mon, 26 Jun 2000 18:40:14 +0100
69634              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
69635              
69636              Subject: [PATCH] bytes<->utf8 fixes
69637              From: simon@brecon.co.uk (Simon Cozens)
69638              Date: 26 Jun 2000 04:55:45 GMT
69639              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
69640              
69641              Subject: [PATCH] is_utf8_string
69642              From: simon@brecon.co.uk (Simon Cozens)
69643              Date: 26 Jun 2000 02:25:59 GMT
69644              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
69645              
69646              Subject: [PATCH] avoid mg_ptr in '*' magic
69647              From: Doug MacEachern <dougm@covalent.net>
69648              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
69649              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
69650              
69651              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
69652              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69653              Date: Sat, 24 Jun 2000 13:06:20 +0100
69654              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
69655              
69656              Allow for standalone testing.
69657              
69658              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
69659              From: Mark-Jason Dominus <mjd@plover.com>
69660              Date: Tue, 27 Jun 2000 22:36:42 -0400
69661              Message-ID: <20000628023642.12166.qmail@plover.com>
69662              
69663              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69664              From: Frank Tobin <ftobin@uiuc.edu>
69665              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
69666              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
69667      Branch: maint-5.6/perl
69668           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
69669           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
69670           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
69671           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
69672           !> utf8.c utils/h2xs.PL
69673 ____________________________________________________________________________
69674 [  7765] By: gsar                                  on 2000/11/20  10:29:13
69675         Log: integrate change#6239 from cfgperl
69676              
69677              Configure maintenance.  Sever some dependency cycles,
69678              separate gccversion from the cc unit,
69679              address [ID 20000623.006] Configure script patch for using gcc on AIX
69680              (but solve it a little bit differently),
69681              unduplex some accidentally duplicated units,
69682              suggest using gcc if no cc available
69683              (p5p thread: "Solaris configure: counterproposal", 1999-09)
69684      Branch: maint-5.6/perl
69685           !> Configure Todo-5.6 config_h.SH
69686 ____________________________________________________________________________
69687 [  7764] By: gsar                                  on 2000/11/20  10:25:55
69688         Log: integrate changes#6233..6238 from cfgperl
69689              
69690              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
69691              From: Mark-Jason Dominus <mjd@plover.com>
69692              Date: Fri, 16 Jun 2000 20:53:04 -0400
69693              Message-ID: <20000617005304.8008.qmail@plover.com>
69694              
69695              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
69696              because when run as services (Win32ese for daemons)
69697              no environment variables are set and tmpdir ends up as /tmp,
69698              which is ambiguous.
69699              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
69700              From: matt@sergeant.org
69701              Date: 16 Jun 2000 16:30:43 -0000
69702              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
69703              
69704              The thread begun by
69705              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
69706              From: Kevin.Ruscoe@ubsw.com
69707              Date: Fri, 16 Jun 2000 16:38:51 +0100
69708              Message-Id: <H000019b03c300d6@MHS>
69709              
69710              Tweak embed.pl, regen headers.
69711              
69712              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
69713              From: Dan Sugalski <dan@sidhe.org>
69714              Date: Fri, 23 Jun 2000 17:00:00 -0400
69715              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
69716      Branch: maint-5.6/perl
69717           !> (integrate 27 files)
69718 ____________________________________________________________________________
69719 [  7763] By: gsar                                  on 2000/11/20  10:08:08
69720         Log: s/perl56delta/perldelta/g
69721      Branch: maint-5.6/perl
69722            ! pod/Makefile
69723 ____________________________________________________________________________
69724 [  7762] By: gsar                                  on 2000/11/20  10:04:00
69725         Log: integrate changes#6225,6229,6231,6232 from cfgperl
69726              
69727              Add source code filenames to apidoc.
69728              From: simon@brecon.co.uk (Simon Cozens)
69729              Subject: [PATCH embed.pl] Source X-ref
69730              Date: 22 Jun 2000 02:18:49 GMT
69731              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
69732              
69733              Subject: README.hpux version 0.6.1
69734              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
69735              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
69736              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
69737              
69738              Subject: [PATCH 5.6.0] cygwin port
69739              From: "Fifer, Eric" <EFifer@sanwaint.com>
69740              Date: Tue, 20 Jun 2000 14:30:58 +0100
69741              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
69742              
69743              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
69744              From: simon@brecon.co.uk (Simon Cozens)
69745              Date: 19 Jun 2000 15:18:27 GMT
69746              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
69747              
69748              plus update pod/Makefile and regenerate perltoc
69749      Branch: maint-5.6/perl
69750           +> pod/perlutil.pod
69751           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
69752           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
69753 ____________________________________________________________________________
69754 [  7761] By: jhi                                   on 2000/11/20  04:09:55
69755         Log: Miraculous typo.
69756      Branch: perl
69757            ! t/op/pat.t
69758 ____________________________________________________________________________
69759 [  7760] By: jhi                                   on 2000/11/20  04:06:08
69760         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
69761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69762              Date: Sun, 19 Nov 2000 22:30:26 -0500
69763              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
69764      Branch: perl
69765            ! regexec.c scope.h t/op/pat.t
69766 ____________________________________________________________________________
69767 [  7759] By: jhi                                   on 2000/11/20  02:05:22
69768         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69769      Branch: perl
69770            ! perl.h
69771 ____________________________________________________________________________
69772 [  7758] By: jhi                                   on 2000/11/20  01:58:11
69773         Log: Subject: [perl 7711: EPOC] updates
69774              From: Olaf Flebbe <o.flebbe@gmx.de>
69775              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
69776              Message-ID: <25575.974658810@www23.gmx.net>               
69777      Branch: perl
69778            + lib/File/Spec/Epoc.pm
69779            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
69780            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
69781            ! lib/File/Spec.pm perl.c sv.c
69782 ____________________________________________________________________________
69783 [  7757] By: jhi                                   on 2000/11/20  01:53:11
69784         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
69785      Branch: perl
69786            ! MANIFEST
69787 ____________________________________________________________________________
69788 [  7756] By: jhi                                   on 2000/11/20  01:47:22
69789         Log: Integrate perlio.
69790      Branch: perl
69791            - ext/re/hints/MSWin32.pl
69792           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
69793           !> win32/config.gc win32/config_H.gc win32/win32sck.c
69794 ____________________________________________________________________________
69795 [  7755] By: nick                                  on 2000/11/19  20:57:17
69796         Log: Add dummy crlf layer (just as buffer)
69797              Correct 1st bug - one layer of indirection.
69798      Branch: perlio
69799            ! perlio.c perlio.h perliol.h
69800 ____________________________________________________________________________
69801 [  7754] By: nick                                  on 2000/11/19  20:56:12
69802         Log: Work-round to Perl_deb_nocontext is no longer required
69803      Branch: perlio
69804            - ext/re/hints/MSWin32.pl
69805 ____________________________________________________________________________
69806 [  7753] By: nick                                  on 2000/11/19  20:01:16
69807         Log: diff -se shows these as different
69808      Branch: perlio
69809            ! global.sym pod/perlapi.pod
69810 ____________________________________________________________________________
69811 [  7752] By: nick                                  on 2000/11/19  18:57:30
69812         Log: Configure GCC/Win32 build -Duseperlio
69813              Fix a couple of gross issues
69814              - double-include of ../deb.o in re.dll
69815              - win32sck.c needs PerlIO and FILE 
69816      Branch: perlio
69817            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
69818            ! win32/win32sck.c
69819 ____________________________________________________________________________
69820 [  7751] By: nick                                  on 2000/11/19  17:05:36
69821         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
69822      Branch: perlio
69823            ! perlio.c
69824 ____________________________________________________________________________
69825 [  7750] By: nick                                  on 2000/11/19  16:57:14
69826         Log: Missing aTHX_
69827      Branch: perlio
69828            ! sv.c
69829 ____________________________________________________________________________
69830 [  7749] By: jhi                                   on 2000/11/19  16:28:40
69831         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69832              From: "Peter J. Farley III" <pjfarley@banet.net>
69833              Date: Sun, 19 Nov 2000 01:42:58 -0500
69834              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
69835      Branch: perl
69836            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
69837 ____________________________________________________________________________
69838 [  7748] By: jhi                                   on 2000/11/19  16:08:10
69839         Log: Subject: podlators 1.05 available        
69840              From: Russ Allbery <rra@stanford.edu>   
69841              Date: 18 Nov 2000 22:04:28 -0800
69842              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
69843      Branch: perl
69844            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
69845 ____________________________________________________________________________
69846 [  7747] By: nick                                  on 2000/11/19  11:19:39
69847         Log: Integrate mainline
69848      Branch: perlio
69849           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69850           !> util.c
69851 ____________________________________________________________________________
69852 [  7746] By: jhi                                   on 2000/11/19  06:42:22
69853         Log: Make hex scanning warn on "\x{x}" and "\xx".
69854              "\x" and and hex("x") are still valid.
69855      Branch: perl
69856            ! util.c
69857 ____________________________________________________________________________
69858 [  7745] By: nick                                  on 2000/11/18  22:52:28
69859         Log: Integrate mainline
69860      Branch: perlio
69861           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
69862           !> perl.h perlio.c proto.h regcomp.c regcomp.h
69863 ____________________________________________________________________________
69864 [  7744] By: jhi                                   on 2000/11/18  22:50:28
69865         Log: Introduce Perl_utf8_length().  Use it.
69866      Branch: perl
69867            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69868 ____________________________________________________________________________
69869 [  7743] By: jhi                                   on 2000/11/18  22:38:51
69870         Log: Compiler denit.
69871      Branch: perl
69872            ! perlio.c
69873 ____________________________________________________________________________
69874 [  7742] By: jhi                                   on 2000/11/18  20:33:05
69875         Log: Integrate perlio.
69876      Branch: perl
69877           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69878           !> perlio.h pp_ctl.c pp_sys.c sv.c
69879 ____________________________________________________________________________
69880 [  7741] By: jhi                                   on 2000/11/18  20:31:27
69881         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
69882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69883              Date: Fri, 17 Nov 2000 20:35:11 -0500
69884              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
69885              
69886              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
69887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69888              Date: Fri, 17 Nov 2000 21:03:47 -0500
69889              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
69890              
69891              Plus a little bit of tweaking in pregcomp().
69892      Branch: perl
69893            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
69894 ____________________________________________________________________________
69895 [  7740] By: nick                                  on 2000/11/18  20:17:22
69896         Log: Lexical use open ... support:
69897              add ->cop_io to COP structure in cop.h.
69898              Make mg.c and gv.c associate it with ${^OPEN}.
69899              Make lib/open.pm set it.
69900              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
69901              manner similar to ->cop_warnings.
69902              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
69903              call new PerlIO_apply_layers().
69904              Declare latter in perlio.h and define in perlio.c
69905      Branch: perlio
69906            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69907            ! perlio.h pp_ctl.c pp_sys.c sv.c
69908 ____________________________________________________________________________
69909 [  7739] By: jhi                                   on 2000/11/18  19:54:00
69910         Log: Integrate perlio.
69911      Branch: perl
69912           !> doio.c perlio.c pp.c
69913 ____________________________________________________________________________
69914 [  7738] By: jhi                                   on 2000/11/18  17:16:13
69915         Log: Subject: [PATCH 5.7.0] etags broken again
69916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69917              Date: Sat, 18 Nov 2000 02:41:36 -0500
69918              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
69919      Branch: perl
69920            ! emacs/ptags
69921 ____________________________________________________________________________
69922 [  7737] By: jhi                                   on 2000/11/18  17:12:18
69923         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69924      Branch: perl
69925            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69926 ____________________________________________________________________________
69927 [  7736] By: nick                                  on 2000/11/18  14:06:20
69928         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
69929              part to be isolated.
69930      Branch: perlio
69931            ! doio.c perlio.c
69932 ____________________________________________________________________________
69933 [  7735] By: nick                                  on 2000/11/18  11:03:32
69934         Log: Integrate mainline
69935      Branch: perlio
69936           !> Changes README.amiga README.win32 patchlevel.h
69937           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
69938 ____________________________________________________________________________
69939 [  7734] By: jhi                                   on 2000/11/18  01:18:56
69940         Log: Update Changes.
69941      Branch: perl
69942            ! Changes patchlevel.h
69943 ____________________________________________________________________________
69944 [  7733] By: jhi                                   on 2000/11/18  00:32:54
69945         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
69946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69947              Date: Fri, 17 Nov 2000 17:28:02 -0500
69948              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
69949      Branch: perl
69950            ! regcomp.c regexec.c t/op/re_tests
69951 ____________________________________________________________________________
69952 [  7732] By: jhi                                   on 2000/11/18  00:28:56
69953         Log: Sparc 64-bit pack() fix from Jens Hamisch.
69954      Branch: perl
69955            ! pp.c
69956 ____________________________________________________________________________
69957 [  7731] By: jhi                                   on 2000/11/18  00:18:39
69958         Log: Explain in more detail the {} syntax ambiguousity.
69959              
69960              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69961              From: Nicholas Clark <nick@ccl4.org>
69962              Date: Fri, 17 Nov 2000 22:10:28 +0000
69963              Message-ID: <20001117221028.A88930@plum.flirble.org>
69964      Branch: perl
69965            ! pod/perlfunc.pod
69966 ____________________________________________________________________________
69967 [  7730] By: jhi                                   on 2000/11/18  00:12:18
69968         Log: Subject: Fix for README.amiga (20000323.033)
69969              From: "Stephen P. Potter" <spp@spotter.yi.org>
69970              Date: Fri, 17 Nov 2000 12:25:51 -0500
69971              Message-Id: <200011171725.MAA05768@spotter.yi.org>
69972      Branch: perl
69973            ! README.amiga
69974 ____________________________________________________________________________
69975 [  7729] By: jhi                                   on 2000/11/18  00:08:34
69976         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
69977              From: "A. C. Yardley" <yardley@tanet.net>
69978              Date: Mon, 3 Apr 2000 11:35:33 -0700
69979              Message-ID: <3483.000403@tanet.net>
69980      Branch: perl
69981            ! README.win32
69982 ____________________________________________________________________________
69983 [  7728] By: nick                                  on 2000/11/17  21:59:47
69984         Log: Integrate mainline
69985      Branch: perlio
69986           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
69987           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
69988           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
69989           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
69990 ____________________________________________________________________________
69991 [  7727] By: nick                                  on 2000/11/17  21:56:31
69992         Log: Experiment on use of attributes.pm interface.
69993              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
69994              SVt_PVRV if not already something better (else vivify of say magic gets
69995              core dump).
69996      Branch: perlio
69997            ! perlio.c pp.c
69998 ____________________________________________________________________________
69999 [  7726] By: jhi                                   on 2000/11/17  14:15:49
70000         Log: Subject: Fix for 20000815.006
70001              From: "Stephen P. Potter" <spp@spotter.yi.org>
70002              Date: Fri, 17 Nov 2000 08:57:45 -0500
70003              Message-Id: <200011171357.IAA05122@spotter.yi.org>
70004              
70005              It's really 20000518.006.
70006      Branch: perl
70007            ! pod/perlmodlib.PL
70008 ____________________________________________________________________________
70009 [  7725] By: jhi                                   on 2000/11/17  14:12:31
70010         Log: Subject: Fix for 20000409.001
70011              From: "Stephen P. Potter" <spp@spotter.yi.org>
70012              Date: Fri, 17 Nov 2000 08:55:45 -0500
70013              Message-Id: <200011171355.IAA05104@spotter.yi.org>
70014      Branch: perl
70015            ! pod/perlfaq9.pod
70016 ____________________________________________________________________________
70017 [  7724] By: jhi                                   on 2000/11/17  14:08:58
70018         Log: Undo #7627 now that we have =head3.
70019      Branch: perl
70020            ! pod/perlhack.pod
70021 ____________________________________________________________________________
70022 [  7723] By: jhi                                   on 2000/11/17  14:04:09
70023         Log: As surmised the #7719 wasn't a good move.
70024      Branch: perl
70025            ! hints/solaris_2.sh
70026 ____________________________________________________________________________
70027 [  7722] By: jhi                                   on 2000/11/17  13:59:04
70028         Log: Also the 64bitall hints can be either here or there.
70029      Branch: perl
70030            ! hints/solaris_2.sh
70031 ____________________________________________________________________________
70032 [  7721] By: jhi                                   on 2000/11/17  02:26:23
70033         Log: Test tweak for the open pragma.
70034      Branch: perl
70035            ! t/lib/b.t
70036 ____________________________________________________________________________
70037 [  7720] By: jhi                                   on 2000/11/17  00:23:22
70038         Log: The long double hints can be here or there.
70039      Branch: perl
70040            ! hints/solaris_2.sh
70041 ____________________________________________________________________________
70042 [  7719] By: jhi                                   on 2000/11/17  00:14:06
70043         Log: For Solaris use64bitall the stdchar needs a little bit of help.
70044      Branch: perl
70045            ! hints/solaris_2.sh
70046 ____________________________________________________________________________
70047 [  7718] By: jhi                                   on 2000/11/16  23:27:34
70048         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
70049              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
70050              Date: Wed, 15 Nov 2000 08:56:32 +0100
70051              Message-ID: <3A1241B0.64477E00@alcatel.at>
70052      Branch: perl
70053            ! lib/Carp/Heavy.pm
70054 ____________________________________________________________________________
70055 [  7717] By: jhi                                   on 2000/11/16  23:23:29
70056         Log: Subject: [PATCH] Re: 20001101.003 PDL
70057              From: Nicholas Clark <nick@ccl4.org>
70058              Date: Thu, 16 Nov 2000 16:48:25 +0000
70059              Message-ID: <20001116164825.B93487@plum.flirble.org>
70060      Branch: perl
70061            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
70062 ____________________________________________________________________________
70063 [  7716] By: jhi                                   on 2000/11/16  23:21:31
70064         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
70065              From: "Casey R. Tweten" <crt@kiski.net>
70066              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
70067              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
70068      Branch: perl
70069            ! lib/Pod/Checker.pm pod/perlpod.pod
70070 ____________________________________________________________________________
70071 [  7715] By: jhi                                   on 2000/11/16  23:19:40
70072         Log: Avoid an infinite loop in VMS when utils scripts are run
70073              with no arguments, from Charles Lane.
70074      Branch: perl
70075            ! configure.com
70076 ____________________________________________________________________________
70077 [  7714] By: jhi                                   on 2000/11/16  23:17:08
70078         Log: Subject: perllocale.pod changes
70079              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70080              Date: Mon, 13 Nov 2000 10:09:22 +0300
70081              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
70082      Branch: perl
70083            ! pod/perllocale.pod
70084 ____________________________________________________________________________
70085 [  7713] By: jhi                                   on 2000/11/16  23:14:06
70086         Log: Integrate perlio.
70087      Branch: perl
70088           !> doio.c perlio.c perlio.h util.c
70089 ____________________________________________________________________________
70090 [  7712] By: nick                                  on 2000/11/16  21:10:58
70091         Log: Integrate mainline
70092      Branch: perlio
70093           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
70094           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
70095           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
70096           !> vos/config.ga.def vos/config.ga.h win32/config.bc
70097           !> win32/config.gc win32/config.vc
70098 ____________________________________________________________________________
70099 [  7711] By: nick                                  on 2000/11/16  19:56:41
70100         Log: Minor tweaks:
70101              consistent way of getting 'rb', 'wb' etc. for binary opens
70102              move *perlio::layers to *open::layers
70103              a #define to show layers available
70104              DOSISH popen/PerlIO had export/import sense inverted.
70105      Branch: perlio
70106            ! doio.c perlio.c perlio.h util.c
70107 ____________________________________________________________________________
70108 [  7710] By: jhi                                   on 2000/11/16  15:46:05
70109         Log: Add HAS_SBRK_PROTO.
70110      Branch: metaconfig/U/perl
70111            + d_sbrkproto.U
70112      Branch: perl
70113            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70114            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
70115            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
70116            ! vos/config.ga.def vos/config.ga.h win32/config.bc
70117            ! win32/config.gc win32/config.vc
70118 ____________________________________________________________________________
70119 [  7709] By: nick                                  on 2000/11/16  07:31:49
70120         Log: Integrate mainline
70121      Branch: perlio
70122           !> (integrate 35 files)
70123 ____________________________________________________________________________
70124 [  7708] By: jhi                                   on 2000/11/16  05:33:03
70125         Log: These files are text, not binary.
70126      Branch: perl
70127            ! ext/Encode/Encode/iso8859-10.enc
70128            ! ext/Encode/Encode/iso8859-13.enc
70129            ! ext/Encode/Encode/iso8859-14.enc
70130            ! ext/Encode/Encode/iso8859-15.enc
70131 ____________________________________________________________________________
70132 [  7707] By: jhi                                   on 2000/11/16  01:53:37
70133         Log: Update Changes.
70134      Branch: perl
70135            ! Changes patchlevel.h
70136 ____________________________________________________________________________
70137 [  7706] By: jhi                                   on 2000/11/16  01:35:59
70138         Log: More #undefing of stdio.
70139      Branch: perl
70140            ! fakesdio.h nostdio.h
70141 ____________________________________________________________________________
70142 [  7705] By: jhi                                   on 2000/11/16  01:34:18
70143         Log: Add fwalk() probe to the configuration files and regen perltoc.
70144      Branch: perl
70145            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70146            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
70147            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
70148            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70149            ! win32/config.bc win32/config.gc win32/config.vc
70150 ____________________________________________________________________________
70151 [  7704] By: jhi                                   on 2000/11/16  01:33:07
70152         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
70153              an optional third argument to Inlibc?)
70154      Branch: metaconfig/U/perl
70155            + d__fwalk.U
70156 ____________________________________________________________________________
70157 [  7703] By: jhi                                   on 2000/11/16  01:09:22
70158         Log: The type of the hash_cb() size argument is tricky.
70159      Branch: perl
70160            ! ext/DB_File/DB_File.xs
70161 ____________________________________________________________________________
70162 [  7702] By: jhi                                   on 2000/11/15  23:01:16
70163         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
70164      Branch: perl
70165            ! nostdio.h
70166 ____________________________________________________________________________
70167 [  7701] By: jhi                                   on 2000/11/15  22:52:32
70168         Log: Detypo.
70169      Branch: perl
70170            ! t/lib/bigfltpm.t
70171 ____________________________________________________________________________
70172 [  7700] By: jhi                                   on 2000/11/15  22:51:56
70173         Log: UINT64_C() work continues.
70174      Branch: perl
70175            ! handy.h perl.h utf8.h
70176 ____________________________________________________________________________
70177 [  7699] By: jhi                                   on 2000/11/15  14:13:04
70178         Log: SOCKS has its own USE_THREADS, based on
70179              
70180              Subject: [ID 20001114.002] et. al. bugfix followup
70181              From: Jens Hamisch <jens@Strawberry.COM> 
70182              Date: Wed, 15 Nov 2000 14:23:11 +0100
70183              Message-ID: <20001115142311.A21164@Strawberry.COM>
70184      Branch: perl
70185            ! perl.h
70186 ____________________________________________________________________________
70187 [  7698] By: jhi                                   on 2000/11/15  03:50:56
70188         Log: Add few missing #undefs and sort them.
70189      Branch: perl
70190            ! fakesdio.h
70191 ____________________________________________________________________________
70192 [  7697] By: jhi                                   on 2000/11/15  03:39:14
70193         Log: Linenumber fix.
70194      Branch: perl
70195            ! t/pragma/warn/utf8
70196 ____________________________________________________________________________
70197 [  7696] By: jhi                                   on 2000/11/15  02:55:26
70198         Log: EBCDIC tweaks.
70199              
70200              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70201              From: Peter Prymmer <pvhp@forte.com>
70202              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
70203              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
70204      Branch: perl
70205            ! t/op/regmesg.t t/pragma/warn/utf8
70206 ____________________________________________________________________________
70207 [  7695] By: jhi                                   on 2000/11/15  02:53:58
70208         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70209              From: Peter Prymmer <pvhp@forte.com>
70210              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
70211              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
70212      Branch: perl
70213            ! utf8.c
70214 ____________________________________________________________________________
70215 [  7694] By: jhi                                   on 2000/11/15  02:50:55
70216         Log: Subject: [PATCH: perl@7674] updates to README.os390
70217              From: Prymmer/Kahn <pvhp@best.com>
70218              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
70219              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
70220      Branch: perl
70221            ! README.os390
70222 ____________________________________________________________________________
70223 [  7693] By: jhi                                   on 2000/11/15  02:48:37
70224         Log: Quit utf8_to_uv() instantly if curlen == 0.
70225      Branch: perl
70226            ! utf8.c
70227 ____________________________________________________________________________
70228 [  7692] By: jhi                                   on 2000/11/15  02:24:29
70229         Log: Use u_int32_t for the size of hash_cb(), not size_t.
70230              
70231              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70232              From: Jens Hamisch <jens@Strawberry.COM>     
70233              Date: Tue, 14 Nov 2000 19:03:55 +0100
70234              Message-Id: <20001114190355.A20559@Strawberry.COM>
70235      Branch: perl
70236            ! ext/DB_File/DB_File.xs
70237 ____________________________________________________________________________
70238 [  7691] By: jhi                                   on 2000/11/15  02:20:12
70239         Log: Use UINT64_C().
70240              
70241              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70242              From: Jens Hamisch <jens@Strawberry.COM>
70243              Date: Tue, 14 Nov 2000 19:16:23 +0100
70244              Message-Id: <20001114191623.G20559@Strawberry.COM>
70245      Branch: perl
70246            ! utf8.c utf8.h
70247 ____________________________________________________________________________
70248 [  7690] By: jhi                                   on 2000/11/15  02:17:06
70249         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70250              (a macro to define signed and unsigned integer constants).
70251      Branch: perl
70252            ! handy.h
70253 ____________________________________________________________________________
70254 [  7689] By: jhi                                   on 2000/11/15  01:56:51
70255         Log: Regen Configure.
70256      Branch: perl
70257            ! Configure
70258 ____________________________________________________________________________
70259 [  7688] By: jhi                                   on 2000/11/15  01:56:32
70260         Log: Make the unit know about SOCKS.
70261      Branch: metaconfig
70262            ! U/protos/socksizetype.U
70263 ____________________________________________________________________________
70264 [  7687] By: jhi                                   on 2000/11/15  01:54:47
70265         Log: Remove unused dependencies.
70266      Branch: metaconfig
70267            ! U/compline/d_getpagsz.U
70268 ____________________________________________________________________________
70269 [  7686] By: nick                                  on 2000/11/14  21:25:13
70270         Log: Integrate mainline.
70271      Branch: perlio
70272           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
70273           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
70274           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
70275           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
70276           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
70277           !> win32/config.bc win32/config.gc win32/config.vc
70278           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
70279 ____________________________________________________________________________
70280 [  7685] By: jhi                                   on 2000/11/14  17:54:56
70281         Log: Integrate perlio.
70282      Branch: perl
70283           +> fakesdio.h perliol.h
70284           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70285           !> perlsdio.h perlsfio.h pod/perlfunc.pod
70286 ____________________________________________________________________________
70287 [  7684] By: nick                                  on 2000/11/14  17:43:04
70288         Log: PerlIO #include and #ifdef re-work.
70289      Branch: perlio
70290            + fakesdio.h perliol.h
70291            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70292            ! perlsdio.h perlsfio.h
70293 ____________________________________________________________________________
70294 [  7683] By: jhi                                   on 2000/11/14  15:42:40
70295         Log: Hoist the duplicated socket/netdb include logic to perl.h;
70296              undef SETERRNO in case SOCKS has defined it.  Based on:
70297              
70298              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70299              From: Jens Hamisch <jens@Strawberry.COM> 
70300              Date: Tue, 14 Nov 2000 11:34:40 +0100
70301              Message-Id: <20001114113440.A20005@Strawberry.COM>
70302      Branch: perl
70303            ! doio.c perl.h pp_sys.c
70304 ____________________________________________________________________________
70305 [  7682] By: jhi                                   on 2000/11/14  14:07:28
70306         Log: Subject: some additions for makefiles for win32 (for perl@7674)
70307              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70308              Date: Tue, 14 Nov 2000 09:31:13 +0300
70309              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
70310      Branch: perl
70311            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
70312            ! win32/makefile.mk
70313 ____________________________________________________________________________
70314 [  7681] By: jhi                                   on 2000/11/14  14:01:41
70315         Log: Subject: tiny typo in perl5db.pl
70316              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70317              Date: Tue, 14 Nov 2000 09:29:28 +0300
70318              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
70319      Branch: perl
70320            ! lib/perl5db.pl
70321 ____________________________________________________________________________
70322 [  7680] By: jhi                                   on 2000/11/14  04:13:50
70323         Log: Redo #7679 with LFs instead of CRLFs.
70324      Branch: perl
70325            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
70326            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
70327            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70328 ____________________________________________________________________________
70329 [  7679] By: jhi                                   on 2000/11/14  01:21:09
70330         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
70331              From: Benjamin Stuhl <tiriath@yahoo.com> 
70332              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70333              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70334      Branch: perl
70335            + win32/bin/mdelete.bat
70336            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
70337            ! makedef.pl perlio.c win32/Makefile win32/config.gc
70338            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70339 ____________________________________________________________________________
70340 [  7678] By: jhi                                   on 2000/11/14  01:19:20
70341         Log: Fix the re extension building for Win32.
70342              
70343              Subject: [PATCH perl@7638] Get PerlIO building on Win32
70344              From: Benjamin Stuhl <tiriath@yahoo.com> 
70345              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70346              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70347      Branch: perl
70348            + ext/re/hints/MSWin32.pl
70349            ! MANIFEST
70350 ____________________________________________________________________________
70351 [  7677] By: jhi                                   on 2000/11/14  01:13:54
70352         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70353              From: sthoenna@efn.org
70354              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
70355              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
70356      Branch: perl
70357            ! doop.c pp.c toke.c utf8.c utf8.h
70358 ____________________________________________________________________________
70359 [  7676] By: jhi                                   on 2000/11/13  20:23:15
70360         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70361              From: Nicholas Clark <nick@ccl4.org>
70362              Date: Mon, 13 Nov 2000 18:55:04 +0000
70363              Message-ID: <20001113185504.J29183@plum.flirble.org>
70364      Branch: perl
70365            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
70366 ____________________________________________________________________________
70367 [  7675] By: nick                                  on 2000/11/13  20:21:57
70368         Log: Integrate mainline ...
70369      Branch: perlio
70370           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
70371           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
70372           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
70373           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
70374 ____________________________________________________________________________
70375 [  7674] By: jhi                                   on 2000/11/13  15:07:56
70376         Log: Update Changes.
70377      Branch: perl
70378            ! Changes patchlevel.h
70379 ____________________________________________________________________________
70380 [  7673] By: jhi                                   on 2000/11/13  14:42:42
70381         Log: Remove the new two tests of lib/io_xs for now, they seem to
70382              fail under perlio on some platforms.
70383      Branch: perl
70384            ! t/lib/io_xs.t
70385 ____________________________________________________________________________
70386 [  7672] By: jhi                                   on 2000/11/13  13:57:53
70387         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
70388      Branch: perl
70389            ! perlio.c
70390 ____________________________________________________________________________
70391 [  7671] By: jhi                                   on 2000/11/13  05:30:48
70392         Log: Placate nervous compilers that see longer than ints switch()ing.
70393      Branch: perl
70394            ! utf8.c
70395 ____________________________________________________________________________
70396 [  7670] By: jhi                                   on 2000/11/13  05:14:21
70397         Log: fputs() does return EOF on error but here we don't care.
70398      Branch: perl
70399            ! perlio.c
70400 ____________________________________________________________________________
70401 [  7669] By: jhi                                   on 2000/11/13  05:02:45
70402         Log: Declare reg_data like reg_substr_data.
70403      Branch: perl
70404            ! regexp.h
70405 ____________________________________________________________________________
70406 [  7668] By: jhi                                   on 2000/11/13  04:54:34
70407         Log: Typos in #7667.
70408      Branch: perl
70409            ! perl.h
70410 ____________________________________________________________________________
70411 [  7667] By: jhi                                   on 2000/11/13  04:49:49
70412         Log: Cleanup messy #ifdef.
70413      Branch: perl
70414            ! perl.h
70415 ____________________________________________________________________________
70416 [  7666] By: jhi                                   on 2000/11/13  04:17:34
70417         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70418              From: Nicholas Clark <nick@talking.bollo.cx>
70419              Date: Sun, 12 Nov 2000 21:14:11 +0000
70420              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
70421              
70422              Note: only one breakage of the two reported is fixed by this patch.
70423      Branch: perl
70424            ! perlio.c
70425 ____________________________________________________________________________
70426 [  7665] By: jhi                                   on 2000/11/13  04:05:07
70427         Log: Tweak the definition of the bit complement on UTF-8 data:
70428              if none of the characters in the string are > 0xff,
70429              the result is a complemented byte string, not a (UTF-8)
70430              char string.  Based on the summary in
70431              
70432              Subject: Re: [ID 20000918.005] ~ on wide chars
70433              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
70434              Date: Fri, 10 Nov 2000 09:47:15 -0800
70435              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
70436              
70437              This should give us the maximum backward (pre-char string)
70438              compatibility and utf8 compatibility.  The other alternative
70439              would be to limit the bit complement to be always byte only,
70440              taking the least significant byte of the chars.
70441      Branch: perl
70442            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
70443 ____________________________________________________________________________
70444 [  7664] By: jhi                                   on 2000/11/13  00:23:44
70445         Log: Couple of tests from #7660 salvaged.
70446      Branch: perl
70447            - t/op/tell.t
70448            ! MANIFEST t/io/tell.t
70449 ____________________________________________________________________________
70450 [  7663] By: jhi                                   on 2000/11/13  00:02:48
70451         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
70452              From: Nicholas Clark <nick@talking.bollo.cx>
70453              Date: Sun, 12 Nov 2000 21:23:43 +0000
70454              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
70455      Branch: perl
70456            ! perlsfio.h
70457 ____________________________________________________________________________
70458 [  7662] By: jhi                                   on 2000/11/13  00:01:39
70459         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70460              From: Nicholas Clark <nick@talking.bollo.cx>
70461              Date: Sun, 12 Nov 2000 21:30:04 +0000
70462              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
70463      Branch: perl
70464            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
70465 ____________________________________________________________________________
70466 [  7661] By: jhi                                   on 2000/11/12  23:57:29
70467         Log: Document tell() on special streams.
70468      Branch: perl
70469            ! pod/perlfunc.pod
70470 ____________________________________________________________________________
70471 [  7660] By: jhi                                   on 2000/11/12  23:54:22
70472         Log: (Subsumed by #7664)
70473      Branch: perl
70474            + t/op/tell.t
70475            ! MANIFEST
70476 ____________________________________________________________________________
70477 [  7659] By: jhi                                   on 2000/11/12  22:55:25
70478         Log: Many subdocumented return values of the IO extension now documented.
70479              ungetc and write still left subdocumented.
70480              
70481              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70482              From: Nicholas Clark <nick@talking.bollo.cx>
70483              Date: Sun, 12 Nov 2000 21:35:53 +0000
70484              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
70485      Branch: perl
70486            ! ext/IO/lib/IO/Handle.pm
70487 ____________________________________________________________________________
70488 [  7658] By: jhi                                   on 2000/11/12  21:37:06
70489         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70490              From: Nicholas Clark <nick@talking.bollo.cx>
70491              Date: Sun, 12 Nov 2000 20:03:22 +0000
70492              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
70493      Branch: perl
70494            ! pod/perlfunc.pod
70495 ____________________________________________________________________________
70496 [  7657] By: jhi                                   on 2000/11/12  20:34:55
70497         Log: Integrate perlio.
70498      Branch: perl
70499           !> perlio.c
70500 ____________________________________________________________________________
70501 [  7656] By: nick                                  on 2000/11/12  19:25:06
70502         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
70503      Branch: perlio
70504            ! perlio.c
70505 ____________________________________________________________________________
70506 [  7655] By: nick                                  on 2000/11/12  19:09:41
70507         Log: Integrate mainline
70508      Branch: perlio
70509           +> README.solaris ext/Encode/Encode/cp1006.enc
70510           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
70511           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
70512           +> ext/Encode/Encode/iso8859-13.enc
70513           +> ext/Encode/Encode/iso8859-14.enc
70514           +> ext/Encode/Encode/iso8859-15.enc
70515           !> (integrate 34 files)
70516 ____________________________________________________________________________
70517 [  7654] By: jhi                                   on 2000/11/12  19:00:22
70518         Log: Add a metaconfig unit for fsync.
70519      Branch: metaconfig/U/perl
70520            + d_fsync.U
70521 ____________________________________________________________________________
70522 [  7653] By: jhi                                   on 2000/11/12  19:00:01
70523         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
70524      Branch: perl
70525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70526            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70527            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70528            ! vos/config.ga.h win32/config.bc win32/config.gc
70529            ! win32/config.vc
70530 ____________________________________________________________________________
70531 [  7652] By: jhi                                   on 2000/11/11  21:12:01
70532         Log: Copy the s// information of README.hpux also to the perlrun.
70533      Branch: perl
70534            ! README.hpux pod/perlrun.pod
70535 ____________________________________________________________________________
70536 [  7651] By: jhi                                   on 2000/11/11  21:03:13
70537         Log: More README.solaris updates from Andy Dougherty.
70538      Branch: perl
70539            ! README.solaris
70540 ____________________________________________________________________________
70541 [  7650] By: jhi                                   on 2000/11/11  18:38:57
70542         Log: More descriptive error for unknown perlio layers.
70543              
70544              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70545              From: Dominic Dunlop <domo@computer.org> 
70546              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70547              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70548      Branch: perl
70549            ! perlio.c pod/perldiag.pod
70550 ____________________________________________________________________________
70551 [  7649] By: jhi                                   on 2000/11/11  18:37:52
70552         Log: MachTen doesn't really do mmap() and munmap().
70553              
70554              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70555              From: Dominic Dunlop <domo@computer.org> 
70556              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70557              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70558      Branch: perl
70559            ! hints/machten.sh
70560 ____________________________________________________________________________
70561 [  7648] By: jhi                                   on 2000/11/11  18:36:46
70562         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70563              From: rspier@pobox.com (Robert Spier)
70564              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
70565              Message-ID: <14861.32839.491271.985797@rls.cx>
70566      Branch: perl
70567            ! Porting/Contract pod/perltoot.pod
70568 ____________________________________________________________________________
70569 [  7647] By: jhi                                   on 2000/11/11  18:35:30
70570         Log: Simplify the getpagesize() unit by dropping the
70571              pagesize probe since it's nowadays slightly more
70572              complicated because of sysconf(). (Note: if some
70573              platform really needs the -lPW for getpagesize,
70574              I just broke it.)
70575              
70576              TODO: a new pagesize unit.
70577      Branch: metaconfig
70578            ! U/compline/d_getpagsz.U
70579 ____________________________________________________________________________
70580 [  7646] By: jhi                                   on 2000/11/11  18:33:23
70581         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
70582      Branch: perl
70583            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70584            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70585            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70586            ! vos/config.ga.h win32/config.bc win32/config.gc
70587            ! win32/config.vc
70588 ____________________________________________________________________________
70589 [  7645] By: jhi                                   on 2000/11/11  16:45:15
70590         Log: Use sysconf() or getpagesize() to find out the pagesize.
70591      Branch: perl
70592            ! perlio.c
70593 ____________________________________________________________________________
70594 [  7644] By: jhi                                   on 2000/11/11  15:46:08
70595         Log: Integrate perlio.
70596      Branch: perl
70597           !> perlio.c
70598 ____________________________________________________________________________
70599 [  7643] By: jhi                                   on 2000/11/11  15:33:36
70600         Log: Subject: Re: [PATCH] README.solaris
70601              From: Lupe Christoph <lupe@lupe-christoph.de>
70602              Date: Sat, 11 Nov 2000 14:08:10 +0100
70603              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
70604      Branch: perl
70605            ! README.solaris
70606 ____________________________________________________________________________
70607 [  7642] By: jhi                                   on 2000/11/11  15:22:12
70608         Log: Subject: [PATCH perl@7638] cygwin port
70609              From: "Eric Fifer" <egf7@columbia.edu>            
70610              Date: Fri, 10 Nov 2000 19:30:30 -0000
70611              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
70612      Branch: perl
70613            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
70614 ____________________________________________________________________________
70615 [  7641] By: nick                                  on 2000/11/11  14:50:36
70616         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
70617              Also call "Buf" layer directly when unread'ing non-read chars.
70618      Branch: perlio
70619            ! perlio.c
70620 ____________________________________________________________________________
70621 [  7640] By: jhi                                   on 2000/11/11  02:05:02
70622         Log: Add more encoding tables.
70623      Branch: perl
70624            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
70625            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
70626            + ext/Encode/Encode/iso8859-10.enc
70627            + ext/Encode/Encode/iso8859-13.enc
70628            + ext/Encode/Encode/iso8859-14.enc
70629            + ext/Encode/Encode/iso8859-15.enc
70630            ! MANIFEST
70631 ____________________________________________________________________________
70632 [  7639] By: jhi                                   on 2000/11/10  18:49:25
70633         Log: Subject: [PATCH] README.solaris
70634              From: Andy Dougherty <doughera@lafayette.edu>
70635              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
70636              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
70637      Branch: perl
70638            + README.solaris
70639            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
70640            ! pod/perl.pod pod/perltoc.pod
70641 ____________________________________________________________________________
70642 [  7638] By: jhi                                   on 2000/11/10  15:04:15
70643         Log: Update Changes.
70644      Branch: perl
70645            ! Changes patchlevel.h
70646 ____________________________________________________________________________
70647 [  7637] By: jhi                                   on 2000/11/10  14:14:28
70648         Log: Explain better why certain regex tests are skipped.
70649              
70650              Subject: Re: tests skipped: unknown reason
70651              From: Lupe Christoph <lupe@lupe-christoph.de>
70652              Date: Fri, 10 Nov 2000 09:08:56 +0100
70653              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
70654      Branch: perl
70655            ! t/op/regexp.t
70656 ____________________________________________________________________________
70657 [  7636] By: nick                                  on 2000/11/10  13:40:00
70658         Log: Integrate mainline.
70659      Branch: perlio
70660           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
70661           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
70662           !> win32/bin/search.pl
70663 ____________________________________________________________________________
70664 [  7635] By: nick                                  on 2000/11/10  13:25:52
70665         Log: Re-instate stdio large file support via perlio.
70666      Branch: perl
70667            ! perlio.c
70668 ____________________________________________________________________________
70669 [  7634] By: jhi                                   on 2000/11/10  04:49:55
70670         Log: Amdahl UTS hints updates.
70671              
70672              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70673              From: hom00@utsglobal.com (Harold O Morris)
70674              Date: Thu, 9 Nov 2000 20:02 PST
70675              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
70676      Branch: perl
70677            ! hints/uts.sh
70678 ____________________________________________________________________________
70679 [  7633] By: jhi                                   on 2000/11/09  23:33:28
70680         Log: Subject: [PATCH] IO::Seekable pod
70681              From: Nicholas Clark <nick@talking.bollo.cx>
70682              Date: Thu, 9 Nov 2000 20:29:45 +0000
70683              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
70684      Branch: perl
70685            ! ext/IO/lib/IO/Handle.pm
70686 ____________________________________________________________________________
70687 [  7632] By: jhi                                   on 2000/11/09  21:55:41
70688         Log: Various doc oddball characters.
70689              
70690              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70691              From: Michael Somos <somos@grail.cba.csuohio.edu>
70692              Date: Mon, 6 Nov 2000 17:44:20 -0500
70693              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
70694      Branch: perl
70695            ! emacs/cperl-mode.el lib/unicode/syllables.txt
70696            ! win32/bin/search.pl
70697 ____________________________________________________________________________
70698 [  7631] By: jhi                                   on 2000/11/09  21:12:29
70699         Log: Subject: Re: bash -c exit and linux hints 
70700              From: "John P. Linderman" <jpl@research.att.com>
70701              Date: Thu, 02 Nov 2000 09:37:25 -0500
70702              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
70703      Branch: perl
70704            ! hints/linux.sh
70705 ____________________________________________________________________________
70706 [  7630] By: nick                                  on 2000/11/09  20:34:11
70707         Log: Integrate mainline.
70708      Branch: perlio
70709           !> (integrate 91 files)
70710 ____________________________________________________________________________
70711 [  7629] By: jhi                                   on 2000/11/09  19:46:31
70712         Log: Missing dTHXs.
70713              
70714              Subject: RE: perl@7595 builds not on cygwin
70715              From: "Eric Fifer" <egf7@columbia.edu>
70716              Date: Thu, 9 Nov 2000 19:26:50 -0000
70717              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
70718      Branch: perl
70719            ! ext/Devel/Peek/Peek.xs
70720 ____________________________________________________________________________
70721 [  7628] By: jhi                                   on 2000/11/09  14:48:27
70722         Log: Disable only the tests 99 and 166 for UTF-8 locales.
70723      Branch: perl
70724            ! t/pragma/locale.t
70725 ____________________________________________________________________________
70726 [  7627] By: jhi                                   on 2000/11/09  14:40:27
70727         Log: There's no =head3.
70728      Branch: perl
70729            ! pod/perlhack.pod
70730 ____________________________________________________________________________
70731 [  7626] By: jhi                                   on 2000/11/09  13:54:26
70732         Log: The generated boot_* headers are wrong.  Pickier compiler,
70733              such as KAI C++ will refuse to compile the resulting perlmain.
70734              
70735              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70736              From: Harri Pasanen <harri.pasanen@trema.com>
70737              Date: Thu, 09 Nov 2000 14:23:28 +0100
70738              Message-Id: <3A0AA550.26D548A3@trema.com>
70739      Branch: perl
70740            ! minimod.pl
70741 ____________________________________________________________________________
70742 [  7625] By: jhi                                   on 2000/11/09  13:50:44
70743         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70744              From: Prymmer/Kahn <pvhp@best.com>
70745              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
70746              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
70747              
70748              All except the "cow orker" change.
70749      Branch: perl
70750            ! Porting/pumpkin.pod
70751 ____________________________________________________________________________
70752 [  7624] By: jhi                                   on 2000/11/09  13:45:33
70753         Log: Fix for
70754              
70755              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
70756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
70757              Date: Thu, 09 Nov 2000 11:05:52 +0100
70758              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
70759      Branch: perl
70760            ! pod/perldiag.pod t/pragma/warn/pp_sys
70761 ____________________________________________________________________________
70762 [  7623] By: jhi                                   on 2000/11/09  13:37:16
70763         Log: Typo in an ifndef.
70764              
70765              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70766              From: Joe Smith <jms@inwap.com>         
70767              Date: Thu, 09 Nov 2000 01:33:14 -0800
70768              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
70769      Branch: perl
70770            ! malloc.c
70771 ____________________________________________________________________________
70772 [  7622] By: jhi                                   on 2000/11/09  13:31:18
70773         Log: Remove unused extra arguments.
70774      Branch: metaconfig/U/perl
70775            ! perlxv.U
70776      Branch: perl
70777            ! Configure config_h.SH
70778 ____________________________________________________________________________
70779 [  7621] By: jhi                                   on 2000/11/09  13:16:36
70780         Log: More VMS moves on environment handling, from Charles Lane.
70781      Branch: perl
70782            ! t/pragma/locale.t
70783 ____________________________________________________________________________
70784 [  7620] By: jhi                                   on 2000/11/09  04:42:38
70785         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70786              From: David Dyck <dcd@tc.fluke.com>
70787              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
70788              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
70789      Branch: perl
70790            ! pp_sys.c
70791 ____________________________________________________________________________
70792 [  7619] By: jhi                                   on 2000/11/09  04:36:21
70793         Log: Forgot from #7618.
70794      Branch: perl
70795            ! lib/File/stat.pm
70796 ____________________________________________________________________________
70797 [  7618] By: jhi                                   on 2000/11/09  04:28:44
70798         Log: Make deleting for %ENV work for (newer versions of) VMS,
70799              from Craig A. Berry.
70800      Branch: perl
70801            ! vms/vms.c
70802 ____________________________________________________________________________
70803 [  7617] By: jhi                                   on 2000/11/09  04:25:05
70804         Log: Subject: [PATCH] Class::Struct at compile time
70805              From: "Casey R. Tweten" <crt@kiski.net>
70806              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
70807              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
70808      Branch: perl
70809            ! lib/Class/Struct.pm
70810 ____________________________________________________________________________
70811 [  7616] By: jhi                                   on 2000/11/09  04:15:17
70812         Log: Subject: [ID 20001108.013] spelling
70813              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
70814              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
70815              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
70816      Branch: perl
70817            ! lib/ftp.pl
70818 ____________________________________________________________________________
70819 [  7615] By: jhi                                   on 2000/11/09  04:12:42
70820         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
70821              From: Peter Prymmer <pvhp@forte.com>
70822              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
70823              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
70824      Branch: perl
70825            ! configure.com
70826 ____________________________________________________________________________
70827 [  7614] By: jhi                                   on 2000/11/08  22:42:55
70828         Log: A missing aTHX_.
70829      Branch: perl
70830            ! ext/IPC/SysV/SysV.xs
70831 ____________________________________________________________________________
70832 [  7613] By: jhi                                   on 2000/11/08  19:30:21
70833         Log: Update Changes.
70834      Branch: perl
70835            ! Changes patchlevel.h
70836 ____________________________________________________________________________
70837 [  7612] By: jhi                                   on 2000/11/08  18:35:25
70838         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70839              From: David Dyck <dcd@tc.fluke.com>
70840              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
70841              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
70842      Branch: perl
70843            ! pp_sys.c
70844 ____________________________________________________________________________
70845 [  7611] By: jhi                                   on 2000/11/08  18:30:26
70846         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70847              From: Dominic Dunlop <domo@computer.org>
70848              Date: Tue, 7 Nov 2000 12:05:25 +0100
70849              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
70850      Branch: perl
70851            ! malloc.c
70852 ____________________________________________________________________________
70853 [  7610] By: jhi                                   on 2000/11/08  18:25:14
70854         Log: Do not test UTF-8 locales since that the tests would require
70855              polymorphic regexen.
70856      Branch: perl
70857            ! t/pragma/locale.t
70858 ____________________________________________________________________________
70859 [  7609] By: jhi                                   on 2000/11/08  17:12:51
70860         Log: Locale buglets.
70861              
70862              Subject: RE: Locales support (setlocale) fixes
70863              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70864              Date: Wed, 8 Nov 2000 20:01:39 +0300
70865              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
70866      Branch: perl
70867            ! t/pragma/locale.t util.c
70868 ____________________________________________________________________________
70869 [  7608] By: jhi                                   on 2000/11/08  17:00:16
70870         Log: Deleting $ENV{PATH} in VMS is not recommendable.
70871      Branch: perl
70872            ! t/pragma/locale.t
70873 ____________________________________________________________________________
70874 [  7607] By: jhi                                   on 2000/11/08  16:58:26
70875         Log: Subject: PATCH std stdio for (Free)BSD
70876              From: Nicholas Clark <nick@ccl4.org>
70877              Date: Wed, 8 Nov 2000 15:36:29 +0000
70878              Message-ID: <20001108153629.D98736@plum.flirble.org>
70879      Branch: metaconfig
70880            ! U/compline/d_stdstdio.U
70881      Branch: perl
70882            ! Configure config_h.SH
70883 ____________________________________________________________________________
70884 [  7606] By: jhi                                   on 2000/11/08  16:43:31
70885         Log: Forgot to bump the line numbers in #7601.
70886      Branch: perl
70887            ! t/pragma/warn/pp_sys
70888 ____________________________________________________________________________
70889 [  7605] By: jhi                                   on 2000/11/08  16:39:12
70890         Log: More careful detection of how well NVs and UVs mix.
70891              
70892              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))
70893              From: Nicholas Clark <nick@ccl4.org>
70894              Date: Wed, 8 Nov 2000 15:14:12 +0000
70895              Message-ID: <20001108151412.B98736@plum.flirble.org>
70896              
70897              Added some SIGFPE paranoia.
70898      Branch: metaconfig/U/perl
70899            ! perlxv.U
70900      Branch: perl
70901            ! Configure config_h.SH
70902 ____________________________________________________________________________
70903 [  7604] By: jhi                                   on 2000/11/08  14:39:10
70904         Log: Subject: [patch perl@7595] VMS configure.com tweak
70905              From: "Craig A. Berry" <craigberry@mac.com>
70906              Date: Wed, 8 Nov 2000 00:24:12 -0600
70907              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
70908      Branch: perl
70909            ! configure.com
70910 ____________________________________________________________________________
70911 [  7603] By: jhi                                   on 2000/11/08  14:27:11
70912         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
70913              From: Robin Barker <rmb1@cise.npl.co.uk>
70914              Date: Wed, 8 Nov 2000 11:11:39 GMT
70915              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
70916      Branch: perl
70917            ! perlio.c
70918 ____________________________________________________________________________
70919 [  7602] By: jhi                                   on 2000/11/08  14:25:03
70920         Log: Fix for the tie-refhash string table leaks.
70921              
70922              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70923              Date: Wed, 8 Nov 2000 13:03:04 GMT
70924              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
70925      Branch: perl
70926            ! t/lib/tie-refhash.t
70927 ____________________________________________________________________________
70928 [  7601] By: jhi                                   on 2000/11/08  14:21:08
70929         Log: Try to avoid flockless and emulationless places.
70930      Branch: perl
70931            ! t/pragma/warn/pp_sys
70932 ____________________________________________________________________________
70933 [  7600] By: jhi                                   on 2000/11/08  02:28:54
70934         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
70935              
70936              Subject: [PATCH] prototyped functions that should be overrideable
70937              From: "Casey R. Tweten" <crt@kiski.net>
70938              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
70939              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
70940      Branch: perl
70941            ! toke.c
70942 ____________________________________________________________________________
70943 [  7599] By: jhi                                   on 2000/11/08  01:12:05
70944         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
70945              
70946              Subject: [PATCH] perlbug.PL
70947              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70948              Date: Mon, 6 Nov 2000 21:39:01 -0500
70949              Message-ID: <20001106213901.B20955@O2.chapin.edu>
70950      Branch: perl
70951            ! utils/perlbug.PL
70952 ____________________________________________________________________________
70953 [  7598] By: jhi                                   on 2000/11/07  23:42:00
70954         Log: Bad thinko in #7581 (I used the test program with the expanded
70955              values as-is).
70956      Branch: metaconfig
70957            ! U/compline/d_stdstdio.U
70958      Branch: perl
70959            ! Configure
70960 ____________________________________________________________________________
70961 [  7597] By: jhi                                   on 2000/11/07  21:43:29
70962         Log: Subject: [PATCH perl@7573] cygwin port
70963              From: "Fifer, Eric" <EFifer@sanwaint.com>
70964              Date: Tue, 7 Nov 2000 18:08:51 -0000 
70965              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
70966              
70967              Synchronize with Cygwin 1.1.5.
70968      Branch: perl
70969            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
70970            ! pod/perlport.pod unixish.h util.c
70971 ____________________________________________________________________________
70972 [  7596] By: jhi                                   on 2000/11/07  21:39:25
70973         Log: perlhack updates from H.Merijn Brand.
70974      Branch: perl
70975            ! pod/perlhack.pod
70976 ____________________________________________________________________________
70977 [  7595] By: jhi                                   on 2000/11/07  20:21:41
70978         Log: Update Changes.
70979      Branch: perl
70980            ! Changes patchlevel.h
70981 ____________________________________________________________________________
70982 [  7594] By: jhi                                   on 2000/11/07  19:18:58
70983         Log: Be more robust in Dynaloader.pm.
70984      Branch: perl
70985            ! ext/DynaLoader/DynaLoader_pm.PL
70986 ____________________________________________________________________________
70987 [  7593] By: jhi                                   on 2000/11/07  16:49:31
70988         Log: AUTHORS update.
70989      Branch: perl
70990            ! AUTHORS
70991 ____________________________________________________________________________
70992 [  7592] By: gsar                                  on 2000/11/07  16:39:51
70993         Log: normalize relative paths in virtualized current directory on windows,
70994              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
70995              returns)
70996      Branch: perl
70997            ! win32/vdir.h
70998 ____________________________________________________________________________
70999 [  7591] By: jhi                                   on 2000/11/07  16:04:26
71000         Log: Too profiler-happy: with optimization the #7590 actually makes
71001              the test to run 0.5% _slower_.  Requires much more instrumentation.
71002              Retract #7590.
71003      Branch: perl
71004            ! regcomp.c regcomp.h
71005 ____________________________________________________________________________
71006 [  7590] By: jhi                                   on 2000/11/07  15:51:13
71007         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
71008              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
71009              by using memset() and testing bytewise (as opposed to bitwise).
71010      Branch: perl
71011            ! regcomp.c regcomp.h
71012 ____________________________________________________________________________
71013 [  7589] By: jhi                                   on 2000/11/07  12:56:39
71014         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71015              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71016              Date: Mon, 06 Nov 2000 23:45:30 -0500
71017              Message-Id: <0011079735.AA973576259@univpress.com>
71018      Branch: perl
71019            ! configure.com t/lib/st-lock.t
71020 ____________________________________________________________________________
71021 [  7588] By: jhi                                   on 2000/11/07  01:03:28
71022         Log: Tweak #7587.
71023      Branch: perl
71024            ! pod/perldiag.pod
71025 ____________________________________________________________________________
71026 [  7587] By: jhi                                   on 2000/11/07  01:00:27
71027         Log: A doc addition for bug id 20001105.019, beware \p.
71028      Branch: perl
71029            ! pod/perldiag.pod
71030 ____________________________________________________________________________
71031 [  7586] By: jhi                                   on 2000/11/07  00:32:22
71032         Log: Fake support of holey files in win/dosish platforms.
71033              
71034              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71035              From: kipp@shonanblue.ne.jp
71036              Date: Mon, 6 Nov 2000 13:30:55 -0800
71037              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
71038      Branch: perl
71039            ! ext/SDBM_File/sdbm/sdbm.c
71040 ____________________________________________________________________________
71041 [  7585] By: jhi                                   on 2000/11/07  00:12:54
71042         Log: Subject: Pod updates
71043              From: "Stephen P. Potter" <spp@spotter.yi.org>
71044              Date: Mon, 06 Nov 2000 18:56:43 -0500
71045              Message-Id: <200011062357.SAA18173@spotter.yi.org>
71046      Branch: perl
71047            ! README.dos README.os2 README.win32 pod/buildtoc.PL
71048            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
71049            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
71050            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
71051            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
71052            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
71053            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
71054            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
71055            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
71056            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
71057            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
71058            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
71059            ! pod/perltootc.pod pod/perlunicode.pod
71060 ____________________________________________________________________________
71061 [  7584] By: jhi                                   on 2000/11/07  00:04:17
71062         Log: Varargs don't always work too well if one puts an unsigned
71063              char on the stack and pop an unsigned quad off the stack.
71064              
71065              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71066              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
71067              Date: Mon, 06 Nov 2000 15:19:05 -0800
71068              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
71069      Branch: perl
71070            ! utf8.c
71071 ____________________________________________________________________________
71072 [  7583] By: jhi                                   on 2000/11/06  23:58:48
71073         Log: %ENV note tweaks from Dan Sugalski.
71074      Branch: perl
71075            ! pod/perlport.pod vms/perlvms.pod
71076 ____________________________________________________________________________
71077 [  7582] By: jhi                                   on 2000/11/06  23:05:49
71078         Log: glibc5 detection by __GNU_LIBRARY__.
71079      Branch: perl
71080            ! toke.c
71081 ____________________________________________________________________________
71082 [  7581] By: jhi                                   on 2000/11/06  22:51:29
71083         Log: Make the stdio test program of 7427 less noisy while being 
71084              compiled so that Digital UNIX wouldn't get both
71085              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71086              undefined.  This makes perlio happy.
71087      Branch: metaconfig
71088            ! U/compline/d_stdstdio.U
71089      Branch: perl
71090            ! Configure config_h.SH
71091 ____________________________________________________________________________
71092 [  7580] By: jhi                                   on 2000/11/06  22:41:41
71093         Log: Document %ENV = () portability issues.
71094      Branch: perl
71095            ! pod/perlport.pod vms/perlvms.pod
71096 ____________________________________________________________________________
71097 [  7579] By: jhi                                   on 2000/11/06  21:29:24
71098         Log: VOS updates from Paul Green.
71099      Branch: perl
71100            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
71101 ____________________________________________________________________________
71102 [  7578] By: jhi                                   on 2000/11/06  21:00:40
71103         Log: Sanitize the environment further.
71104      Branch: perl
71105            ! t/pragma/locale.t
71106 ____________________________________________________________________________
71107 [  7577] By: jhi                                   on 2000/11/06  20:53:51
71108         Log: Re-introduce 7552 lost in integration.
71109      Branch: perl
71110            ! perlio.c
71111 ____________________________________________________________________________
71112 [  7576] By: jhi                                   on 2000/11/06  20:33:46
71113         Log: Admit that the test leaks scalars.
71114      Branch: perl
71115            ! t/comp/proto.t
71116 ____________________________________________________________________________
71117 [  7575] By: jhi                                   on 2000/11/06  20:17:08
71118         Log: Integrate perlio.
71119      Branch: perl
71120           !> perlio.c
71121 ____________________________________________________________________________
71122 [  7574] By: nick                                  on 2000/11/06  20:07:28
71123         Log: Remove debug. Try (Mmap_t) on madvise() call.
71124      Branch: perlio
71125            ! perlio.c
71126 ____________________________________________________________________________
71127 [  7573] By: jhi                                   on 2000/11/06  13:56:05
71128         Log: Update Changes.
71129      Branch: perl
71130            ! Changes patchlevel.h
71131 ____________________________________________________________________________
71132 [  7572] By: jhi                                   on 2000/11/06  13:48:41
71133         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
71134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71135              Date: Mon, 06 Nov 2000 10:11:42 +0100
71136              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
71137      Branch: perl
71138            ! pod/perlhack.pod
71139 ____________________________________________________________________________
71140 [  7571] By: jhi                                   on 2000/11/06  01:45:51
71141         Log: AUTHORS updates.
71142      Branch: perl
71143            ! AUTHORS
71144 ____________________________________________________________________________
71145 [  7570] By: jhi                                   on 2000/11/06  00:18:00
71146         Log: Fix for
71147              
71148              Subject: [ID 20000728.005] perl -P broken
71149              From: David Dyck <dcd@tc.fluke.com>
71150              Date: Fri, 28 Jul 2000 17:19:16 -0700
71151              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
71152              
71153              (hopefully).  The fix is also not complete, it seems to break
71154              BOM swallowing for libc5 systems, but until someone figures
71155              out a way to do this without ftell(), this will do.
71156      Branch: perl
71157            ! toke.c
71158 ____________________________________________________________________________
71159 [  7569] By: jhi                                   on 2000/11/06  00:05:30
71160         Log: Document that the evaled syntax errors cause scalar leaks.
71161      Branch: perl
71162            ! t/comp/proto.t
71163 ____________________________________________________________________________
71164 [  7568] By: jhi                                   on 2000/11/05  23:14:47
71165         Log: opmini.o can linger from Configures past.
71166      Branch: perl
71167            ! Makefile.SH
71168 ____________________________________________________________________________
71169 [  7567] By: jhi                                   on 2000/11/05  21:28:39
71170         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
71171              first argument correctly.
71172      Branch: perl
71173            ! perlio.c
71174 ____________________________________________________________________________
71175 [  7566] By: jhi                                   on 2000/11/05  21:15:56
71176         Log: Integrate perlio.
71177      Branch: perl
71178           !> perlio.c
71179 ____________________________________________________________________________
71180 [  7565] By: jhi                                   on 2000/11/05  21:15:13
71181         Log: Use -dM for gcc (the suggested patch did it only for Linux,
71182              but I think it can be generalized).
71183              
71184              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71185              From: Pixel <pixel@mandrakesoft.com>
71186              Date: 05 Nov 2000 21:49:34 +0100 
71187              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
71188      Branch: perl
71189            ! ext/Errno/Errno_pm.PL
71190 ____________________________________________________________________________
71191 [  7564] By: nick                                  on 2000/11/05  21:09:18
71192         Log: Added a mmap layer as a "subclass" of perlio.
71193              PERLIO=mmap ./perl harness passes
71194      Branch: perlio
71195            ! perlio.c
71196 ____________________________________________________________________________
71197 [  7563] By: jhi                                   on 2000/11/05  19:48:55
71198         Log: Add a note for future generations about bug id 20000229.006.
71199      Branch: perl
71200            ! malloc.c
71201 ____________________________________________________________________________
71202 [  7562] By: jhi                                   on 2000/11/05  19:38:24
71203         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
71204      Branch: perl
71205            ! pp_ctl.c t/op/pos.t
71206 ____________________________________________________________________________
71207 [  7561] By: jhi                                   on 2000/11/05  18:21:46
71208         Log: Add =pod to be tidy.
71209      Branch: perl
71210            ! lib/Math/Complex.pm
71211 ____________________________________________________________________________
71212 [  7560] By: jhi                                   on 2000/11/05  17:38:46
71213         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
71214      Branch: perl
71215            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71216            ! ext/Storable/Storable.xs t/lib/st-recurse.t
71217 ____________________________________________________________________________
71218 [  7559] By: jhi                                   on 2000/11/05  17:32:59
71219         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71220              From: "Peter J. Farley III" <pjfarley@banet.net>
71221              Date: Sun, 05 Nov 2000 11:55:59 -0500
71222              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
71223      Branch: perl
71224            ! t/lib/syslog.t
71225 ____________________________________________________________________________
71226 [  7558] By: jhi                                   on 2000/11/05  17:29:19
71227         Log: Integrate perlio.
71228      Branch: perl
71229           !> perlio.c
71230 ____________________________________________________________________________
71231 [  7557] By: jhi                                   on 2000/11/05  17:22:01
71232         Log: A fix of sorts for 20000329.026, a better error message
71233              for a missing "use charnames" when using the \N{...}. 
71234      Branch: perl
71235            ! pod/perldiag.pod toke.c
71236 ____________________________________________________________________________
71237 [  7556] By: jhi                                   on 2000/11/05  16:33:50
71238         Log: Test tweak: show also the failed locales.
71239              
71240              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71241              From: Lupe Christoph <lupe@lupe-christoph.de>         
71242              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
71243              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
71244      Branch: perl
71245            ! t/pragma/locale.t
71246 ____________________________________________________________________________
71247 [  7555] By: nick                                  on 2000/11/05  11:09:34
71248         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
71249              open RDWR so does not fail. (pragma/warnings 303 again...)
71250      Branch: perlio
71251            ! perlio.c
71252 ____________________________________________________________________________
71253 [  7554] By: nick                                  on 2000/11/05  10:10:13
71254         Log: Fix case where ungetc(f,EOF) was allowed.
71255              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
71256              so we can see similarities.
71257              Use types more carefully and a STDCHAR array in hope that this will
71258              fix Jarrko's 64bit machine.
71259      Branch: perlio
71260            ! perlio.c
71261 ____________________________________________________________________________
71262 [  7553] By: jhi                                   on 2000/11/05  01:12:16
71263         Log: Fix for
71264              
71265              Subject: [ID 20001004.007] taint propogation is inconsistent
71266              From: pimlott@idiomtech.com (Andrew Pimlott) 
71267              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
71268              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
71269              
71270              The culprit was sv_setsv() which was rather blindly
71271              propagating taint, which lead to behaviour where if
71272              a tainted anon hash value was seen all the hash values
71273              from then on at that level became tainted, or at any
71274              upper levels in the case of nested anon hashes.
71275      Branch: perl
71276            ! sv.c t/op/taint.t
71277 ____________________________________________________________________________
71278 [  7552] By: jhi                                   on 2000/11/04  23:44:18
71279         Log: Some cpps don't like splitting conditionals across several lines.
71280      Branch: perl
71281            ! perlio.c
71282 ____________________________________________________________________________
71283 [  7551] By: nick                                  on 2000/11/04  23:40:44
71284         Log: Integrate mainline
71285      Branch: perlio
71286           !> pp_hot.c t/op/taint.t
71287 ____________________________________________________________________________
71288 [  7550] By: nick                                  on 2000/11/04  23:39:05
71289         Log: Integrate mainline again
71290      Branch: perlio
71291           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
71292           !> t/lib/b.t t/op/misc.t util.c
71293 ____________________________________________________________________________
71294 [  7549] By: jhi                                   on 2000/11/04  23:14:01
71295         Log: Fix for
71296              
71297              Subject: [ID 20001004.006] undef is never tainted
71298              From: pimlott@idiomtech.com (Andrew Pimlott)
71299              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
71300              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
71301              
71302              An undef read from a slurped file was not tainted.
71303      Branch: perl
71304            ! pp_hot.c t/op/taint.t
71305 ____________________________________________________________________________
71306 [  7548] By: jhi                                   on 2000/11/04  22:56:21
71307         Log: Test tweak ($Config{useperlio} is by default undef) .
71308      Branch: perl
71309            ! t/lib/b.t
71310 ____________________________________________________________________________
71311 [  7547] By: jhi                                   on 2000/11/04  22:43:56
71312         Log: Integrate perlio.
71313      Branch: perl
71314           +> lib/perlio.pm
71315           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
71316           !> pod/perlapi.pod t/lib/b.t
71317 ____________________________________________________________________________
71318 [  7546] By: jhi                                   on 2000/11/04  22:40:59
71319         Log: Configure would use a bad $myuname from an old config.sh.
71320              
71321              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71322              From: Andy Dougherty <doughera@lafayette.edu>
71323              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
71324              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
71325      Branch: metaconfig
71326            ! U/modified/Oldconfig.U
71327      Branch: perl
71328            ! Configure config_h.SH
71329 ____________________________________________________________________________
71330 [  7545] By: jhi                                   on 2000/11/04  22:36:54
71331         Log: Subject: Locales support (setlocale) fixes
71332              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71333              Date: Sat, 4 Nov 2000 10:15:48 +0300 
71334              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
71335              
71336              Modified quite a bit to be more portable.
71337      Branch: perl
71338            ! embed.h embed.pl perl.h proto.h util.c
71339 ____________________________________________________________________________
71340 [  7544] By: jhi                                   on 2000/11/04  22:32:47
71341         Log: Dying is too strict here, better just skip.
71342      Branch: perl
71343            ! t/op/misc.t
71344 ____________________________________________________________________________
71345 [  7543] By: nick                                  on 2000/11/04  21:55:13
71346         Log: Merge mainline
71347      Branch: perlio
71348           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71349           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
71350           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71351           !> (integrate 64 files)
71352 ____________________________________________________________________________
71353 [  7542] By: jhi                                   on 2000/11/04  21:09:28
71354         Log: More Changes tweakery.
71355      Branch: perl
71356            ! Changes Porting/genlog
71357 ____________________________________________________________________________
71358 [  7541] By: jhi                                   on 2000/11/04  20:58:18
71359         Log: Changes fixups.
71360      Branch: perl
71361            ! Changes
71362 ____________________________________________________________________________
71363 [  7540] By: jhi                                   on 2000/11/04  20:42:38
71364         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71365              create a "fast path" for locale name probing using "locale -a"
71366              if available, squash finally hopefully the s?printf resetting
71367              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71368      Branch: perl
71369            ! sv.c t/op/misc.t t/pragma/locale.t
71370 ____________________________________________________________________________
71371 [  7539] By: nick                                  on 2000/11/04  19:56:10
71372         Log: PerlIO infrastructure complete.
71373      Branch: perlio
71374            + lib/perlio.pm
71375            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
71376 ____________________________________________________________________________
71377 [  7538] By: nick                                  on 2000/11/04  14:31:32
71378         Log: Type tweaks + less contorted allocation scheme
71379      Branch: perlio
71380            ! perlio.c
71381 ____________________________________________________________________________
71382 [  7537] By: nick                                  on 2000/11/04  12:40:42
71383         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
71384              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
71385              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
71386              sensible) which lead to some interesting fails.
71387      Branch: perlio
71388            ! perlio.c
71389 ____________________________________________________________________________
71390 [  7536] By: jhi                                   on 2000/11/04  00:20:02
71391         Log: Add FCNTL_CAN_LOCK.
71392              
71393              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71394              From: Andy Dougherty <doughera@lafayette.edu>
71395              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
71396              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
71397              
71398              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71399              From: Andy Dougherty <doughera@lafayette.edu>
71400              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
71401              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
71402      Branch: metaconfig/U/perl
71403            + d_fcntl_can_lock.U
71404            ! startperl.U
71405      Branch: perl
71406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71407            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
71408            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71409            ! vos/config.ga.h win32/config.bc win32/config.gc
71410            ! win32/config.vc
71411 ____________________________________________________________________________
71412 [  7535] By: nick                                  on 2000/11/03  22:19:10
71413         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
71414              - Works on Linux with
71415              perlio + unix
71416              stdio
71417              - Works on Solaris with
71418              perlio + unix
71419              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
71420              - Fails (hangs in openpid) if you try and stack
71421              perlio + stdio - Linux stdio's read() logic is hanging.
71422      Branch: perlio
71423            ! iperlsys.h perlio.c
71424 ____________________________________________________________________________
71425 [  7534] By: jhi                                   on 2000/11/03  15:16:02
71426         Log: Subject: Re: README.aix
71427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71428              Date: Fri, 03 Nov 2000 16:03:15 +0100
71429              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
71430      Branch: perl
71431            ! README.aix
71432 ____________________________________________________________________________
71433 [  7533] By: jhi                                   on 2000/11/03  03:59:02
71434         Log: Subject: [PATCH 5.7.0] better messages from malloc()
71435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71436              Date: Wed, 1 Nov 2000 23:39:56 -0500
71437              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
71438      Branch: perl
71439            ! malloc.c pod/perldiag.pod
71440 ____________________________________________________________________________
71441 [  7532] By: jhi                                   on 2000/11/03  00:11:56
71442         Log: The #7521 touched things it shouldn't have.
71443      Branch: perl
71444            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71445 ____________________________________________________________________________
71446 [  7531] By: jhi                                   on 2000/11/02  22:32:33
71447         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71448              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71449              Date:     Thu, 2 Nov 2000 16:58:36 EST
71450              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
71451      Branch: perl
71452            ! vms/gen_shrfls.pl
71453 ____________________________________________________________________________
71454 [  7530] By: jhi                                   on 2000/11/02  22:08:49
71455         Log: Fix the problem discussed in
71456              
71457              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71458              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
71459              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
71460              
71461              originally from Linc Madison.  Also Andreas König's comments
71462              taken into account.  Some other problems with Tie::SubstrHash
71463              fixed: didn't croak when the table exceeded the requested number
71464              of entries (as documented) but instead when the number of entries
71465              exceeded the size of the table, a croak() had an unnecessary \n,
71466              didn't have a CLEAR method, documented that there is no exists().
71467              Didn't fix to be strict-proof because the module uses &foo; and
71468              dynamic scope.  Added a test script exercizing both first tamely 
71469              the basic functionality, and then the failure cases reported by
71470              Linc Madison.
71471      Branch: perl
71472            + t/lib/tie-substrhash.t
71473            ! MANIFEST lib/Tie/SubstrHash.pm
71474 ____________________________________________________________________________
71475 [  7529] By: jhi                                   on 2000/11/02  17:58:08
71476         Log: recv() can fail and return undef.
71477              
71478              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71479              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
71480              Date: Thu, 2 Nov 2000 20:12:20 +0300
71481              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
71482      Branch: perl
71483            ! lib/Net/Ping.pm
71484 ____________________________________________________________________________
71485 [  7528] By: jhi                                   on 2000/11/02  17:49:09
71486         Log: Detpyo.
71487      Branch: perl
71488            ! pod/perlop.pod
71489 ____________________________________________________________________________
71490 [  7527] By: jhi                                   on 2000/11/02  15:48:37
71491         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71492              fix a autovivification bug in Tie::RefHash, add tests for both.
71493              
71494              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71495              From: Edward Avis <epa98@doc.ic.ac.uk>
71496              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
71497              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
71498      Branch: perl
71499            + t/lib/tie-refhash.t
71500            ! MANIFEST lib/Tie/RefHash.pm
71501 ____________________________________________________________________________
71502 [  7526] By: jhi                                   on 2000/11/02  13:56:26
71503         Log: Test::Harness revealed buglets in the new DynaLoader.
71504              
71505              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71506              From: andreas.koenig@anima.de (Andreas J. Koenig)
71507              Date: 02 Nov 2000 11:26:48 +0100 
71508              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
71509      Branch: perl
71510            ! ext/DynaLoader/DynaLoader_pm.PL
71511 ____________________________________________________________________________
71512 [  7525] By: jhi                                   on 2000/11/01  23:52:08
71513         Log: The entry for #7503 was missing.
71514      Branch: perl
71515            ! Changes
71516 ____________________________________________________________________________
71517 [  7524] By: jhi                                   on 2000/11/01  23:40:52
71518         Log: Update Changes.
71519      Branch: perl
71520            ! Changes patchlevel.h
71521 ____________________________________________________________________________
71522 [  7523] By: jhi                                   on 2000/11/01  22:57:09
71523         Log: More tweaking on the #7522 theme.
71524      Branch: perl
71525            ! ext/DynaLoader/DynaLoader_pm.PL
71526 ____________________________________________________________________________
71527 [  7522] By: jhi                                   on 2000/11/01  22:06:15
71528         Log: Expand %Config variables and %ENV variables only if
71529              so requested during build time using the
71530              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71531              Not expanding makes relocating distributions easier.
71532      Branch: perl
71533            ! ext/DynaLoader/DynaLoader_pm.PL
71534 ____________________________________________________________________________
71535 [  7521] By: jhi                                   on 2000/11/01  20:56:34
71536         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
71537              and setgid() because they were just changing $< and $( which means
71538              only changing the real uid/gid, as opposed to changing both
71539              real and effective ids.  (The alternative way could have been
71540              in POSIX.pm to change $> and $), too, but making a direct call
71541              to the C API feels cleaner.)  Fixes the bug
71542              
71543              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71544              From: "Garry T. Williams" <garry@zvolve.com>
71545              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
71546              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
71547      Branch: perl
71548            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71549            ! ext/POSIX/typemap pod/perlvar.pod
71550 ____________________________________________________________________________
71551 [  7520] By: jhi                                   on 2000/11/01  20:08:33
71552         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71553              From: "Garry T. Williams" <garry@zvolve.com>
71554              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
71555              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
71556      Branch: perl
71557            ! pod/perlsec.pod
71558 ____________________________________________________________________________
71559 [  7519] By: jhi                                   on 2000/11/01  20:01:22
71560         Log: Locale warning explanation tweak.
71561      Branch: perl
71562            ! pod/perldiag.pod
71563 ____________________________________________________________________________
71564 [  7518] By: jhi                                   on 2000/11/01  18:57:13
71565         Log: C.pm part of
71566              
71567              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71568              From: Jarkko Hietaniemi <jhi@iki.fi>
71569              Date: Tue, 10 Oct 2000 08:22:28 -0500
71570              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
71571      Branch: perl
71572            ! ext/B/B/C.pm
71573 ____________________________________________________________________________
71574 [  7517] By: jhi                                   on 2000/11/01  18:41:59
71575         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
71576              From: Martien Verbruggen <mgjv@comdyn.com.au>
71577              Date: Fri, 6 Oct 2000 14:09:10 +1100
71578              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
71579      Branch: perl
71580            ! pod/perlop.pod
71581 ____________________________________________________________________________
71582 [  7516] By: jhi                                   on 2000/11/01  18:34:55
71583         Log: Generalize the Camel wording.
71584              
71585              Subject: Re: perlfaq style changes
71586              From: John Borwick <jhborwic@unity.ncsu.edu>
71587              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
71588              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
71589      Branch: perl
71590            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
71591 ____________________________________________________________________________
71592 [  7515] By: jhi                                   on 2000/11/01  16:52:31
71593         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71594              From: pimlott@idiomtech.com (Andrew Pimlott)
71595              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
71596              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
71597      Branch: perl
71598            ! pod/perlsec.pod
71599 ____________________________________________________________________________
71600 [  7514] By: jhi                                   on 2000/11/01  15:03:40
71601         Log: More AIX lore.
71602      Branch: perl
71603            ! ext/re/hints/aix.pl
71604 ____________________________________________________________________________
71605 [  7513] By: jhi                                   on 2000/11/01  14:48:30
71606         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71607              From: root <root@chronos.fi.muni.cz>
71608              Date: Wed, 1 Nov 2000 12:31:32 +0100
71609              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
71610      Branch: perl
71611            ! lib/Net/Ping.pm
71612 ____________________________________________________________________________
71613 [  7512] By: jhi                                   on 2000/11/01  14:46:47
71614         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71615              From: Martin Husemann <martin@duskware.de>
71616              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
71617              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
71618      Branch: perl
71619            ! regcomp.c
71620 ____________________________________________________________________________
71621 [  7511] By: jhi                                   on 2000/11/01  14:39:50
71622         Log: AUTHORS updates.
71623      Branch: perl
71624            ! AUTHORS
71625 ____________________________________________________________________________
71626 [  7510] By: jhi                                   on 2000/11/01  14:29:50
71627         Log: Subject: [PATCH] startperl to respect versiononly
71628              From: Robin Barker <rmb1@cise.npl.co.uk> 
71629              Date: Tue, 31 Oct 2000 16:29:36 GMT
71630              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
71631      Branch: metaconfig/U/perl
71632            ! startperl.U
71633      Branch: perl
71634            ! Configure config_h.SH
71635 ____________________________________________________________________________
71636 [  7509] By: jhi                                   on 2000/11/01  14:19:53
71637         Log: printf UVs the correct way, noticed by Robin Barker.
71638      Branch: perl
71639            ! utf8.c
71640 ____________________________________________________________________________
71641 [  7508] By: jhi                                   on 2000/11/01  14:10:03
71642         Log: Do not cleanup *% because the % has special meanings in some
71643              shell environments.
71644      Branch: perl
71645            ! ext/Storable/Makefile.PL
71646 ____________________________________________________________________________
71647 [  7507] By: jhi                                   on 2000/11/01  14:06:00
71648         Log: The NonStop-UX libraries have a novel way to say NaN.
71649      Branch: perl
71650            ! t/lib/bigfltpm.t
71651 ____________________________________________________________________________
71652 [  7506] By: jhi                                   on 2000/11/01  14:03:35
71653         Log: The osname has been lowercased by now, from Tom Bates.
71654      Branch: metaconfig
71655            ! U/modified/Oldconfig.U
71656      Branch: perl
71657            ! Configure config_h.SH
71658 ____________________________________________________________________________
71659 [  7505] By: jhi                                   on 2000/10/31  19:18:39
71660         Log: The compiler is either gcc or cc, from Tom Bates.
71661      Branch: perl
71662            ! hints/nonstopux.sh
71663 ____________________________________________________________________________
71664 [  7504] By: jhi                                   on 2000/10/31  14:53:42
71665         Log: Update Changes.
71666      Branch: perl
71667            ! Changes patchlevel.h
71668 ____________________________________________________________________________
71669 [  7503] By: jhi                                   on 2000/10/31  14:30:50
71670         Log: Whitespace style tweak.  Was originally going to see to
71671              
71672              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71673              From: Joe Smith <jms@inwap.com>
71674              Date: Mon, 30 Oct 2000 18:47:57 -0800
71675              Message-Id: <39FE32DD.24AAC4D@inwap.com>
71676              
71677              but that had already been taken care of.
71678      Branch: metaconfig
71679            ! U/compline/d_stdstdio.U
71680      Branch: perl
71681            ! Configure config_h.SH
71682 ____________________________________________________________________________
71683 [  7502] By: jhi                                   on 2000/10/31  14:25:02
71684         Log: AUTHORS tweaks.
71685      Branch: perl
71686            ! AUTHORS
71687 ____________________________________________________________________________
71688 [  7501] By: jhi                                   on 2000/10/31  14:23:59
71689         Log: Subject: perlfaq style changes
71690              From: John Borwick <jhborwic@unity.ncsu.edu>
71691              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
71692              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
71693      Branch: perl
71694            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
71695            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
71696            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
71697            ! pod/perlfaq9.pod
71698 ____________________________________________________________________________
71699 [  7500] By: jhi                                   on 2000/10/31  14:22:15
71700         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
71701              
71702              Subject: Re: [ID 20000918.005] ~ on wide chars
71703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71704              Date: Mon, 30 Oct 2000 21:09:55 -0800
71705              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
71706              
71707              (The ord() part of the patch skipped.)
71708      Branch: perl
71709            ! doop.c
71710 ____________________________________________________________________________
71711 [  7499] By: jhi                                   on 2000/10/31  14:20:08
71712         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71713              From: Jens Hamisch <jens@Strawberry.COM>
71714              Date: Mon, 30 Oct 2000 15:17:07 +0100
71715              Message-Id: <20001030151707.A9597@Strawberry.COM>
71716      Branch: perl
71717            ! av.c
71718 ____________________________________________________________________________
71719 [  7498] By: jhi                                   on 2000/10/31  14:16:29
71720         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
71721              From: Peter Prymmer <pvhp@forte.com>
71722              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
71723              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
71724      Branch: perl
71725            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71726            + ext/Encode/Encode/posix-bc.enc
71727            ! MANIFEST t/lib/encode.t
71728 ____________________________________________________________________________
71729 [  7497] By: jhi                                   on 2000/10/31  14:13:22
71730         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71731              From: Peter Prymmer <pvhp@forte.com>
71732              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
71733              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
71734      Branch: perl
71735            ! t/lib/cgi-html.t
71736 ____________________________________________________________________________
71737 [  7496] By: jhi                                   on 2000/10/31  14:12:05
71738         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71739              From: Peter Prymmer <pvhp@forte.com>
71740              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
71741              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
71742      Branch: perl
71743            ! t/lib/cgi-function.t
71744 ____________________________________________________________________________
71745 [  7495] By: jhi                                   on 2000/10/31  14:11:08
71746         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
71747              From: Peter Prymmer <pvhp@forte.com>
71748              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
71749              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
71750      Branch: perl
71751            + ext/re/hints/aix.pl
71752            ! MANIFEST ext/re/Makefile.PL
71753 ____________________________________________________________________________
71754 [  7494] By: jhi                                   on 2000/10/31  14:08:32
71755         Log: Use Errno magic.
71756              
71757              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71758              From: Casey Tweten <perl@ctweten.amsite.com>
71759              Date: Mon, 30 Oct 2000 15:51:17 -0500
71760              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
71761      Branch: perl
71762            ! lib/File/Temp.pm
71763 ____________________________________________________________________________
71764 [  7493] By: jhi                                   on 2000/10/31  14:05:07
71765         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
71766              
71767              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71768              From: Nicholas Clark <nick@ccl4.org>
71769              Date: Mon, 30 Oct 2000 17:38:45 +0000
71770              Message-ID: <20001030173845.O60355@plum.flirble.org>
71771      Branch: perl
71772            ! Makefile.SH utils/perlbug.PL
71773 ____________________________________________________________________________
71774 [  7492] By: nick                                  on 2000/10/30  19:37:23
71775         Log: Change files which are mysteriously different to mainline to be
71776              copies of mainline.
71777      Branch: perlio
71778            ! objXSUB.h perlapi.c pod/perlapi.pod
71779 ____________________________________________________________________________
71780 [  7491] By: nick                                  on 2000/10/30  18:05:54
71781         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
71782              - typo in endian code in putc.
71783              - Don't allow read of write-only files and vice-versa
71784              - and off-by-one in flush-all loop.
71785              Remove debug calls as they were using GCC specific features.
71786      Branch: perlio
71787            ! perlio.c
71788 ____________________________________________________________________________
71789 [  7490] By: nick                                  on 2000/10/29  21:45:45
71790         Log: Integrate mainline to perlio
71791      Branch: perlio
71792           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
71793           !> toke.c
71794 ____________________________________________________________________________
71795 [  7489] By: jhi                                   on 2000/10/29  21:11:08
71796         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71797              From: andreas.koenig@anima.de (Andreas J. Koenig)
71798              Date: 29 Oct 2000 22:05:59 +0100
71799              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
71800      Branch: perl
71801            ! lib/ExtUtils/Manifest.pm
71802 ____________________________________________________________________________
71803 [  7488] By: jhi                                   on 2000/10/29  21:07:47
71804         Log: Tests for #7487.
71805              
71806              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71807              From: andreas.koenig@anima.de (Andreas J. Koenig)
71808              Date: 29 Oct 2000 19:37:09 +0100
71809              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
71810      Branch: perl
71811            ! t/comp/proto.t
71812 ____________________________________________________________________________
71813 [  7487] By: jhi                                   on 2000/10/29  21:06:27
71814         Log: constsub spillage.
71815              
71816              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71817              From: John Tobey <jtobey@john-edwin-tobey.org>
71818              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
71819              Message-Id: <m13pvSr-000FObC@feynman.localnet>
71820      Branch: perl
71821            ! op.c
71822 ____________________________________________________________________________
71823 [  7486] By: nick                                  on 2000/10/29  21:05:04
71824         Log: Integrate mainline to perlio branch
71825      Branch: perlio
71826           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
71827           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
71828           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
71829           +> vos/install_perl.cm
71830            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
71831            - vos/config.h vos/config_h.SH_orig
71832           !> (integrate 141 files)
71833 ____________________________________________________________________________
71834 [  7485] By: jhi                                   on 2000/10/29  21:00:47
71835         Log: Make \x{...} consistently produce UTF-8.
71836              
71837              Subject: Re: \x{...} is confused 
71838              From: Simon Cozens <simon@cozens.net>
71839              Date: Sun, 29 Oct 2000 19:36:48 +0000
71840              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
71841      Branch: perl
71842            ! t/pragma/utf8.t toke.c
71843 ____________________________________________________________________________
71844 [  7484] By: nick                                  on 2000/10/29  20:05:29
71845         Log: PerlIO passes all tests.
71846      Branch: perlio
71847            ! perlio.c
71848 ____________________________________________________________________________
71849 [  7483] By: jhi                                   on 2000/10/29  18:06:55
71850         Log: Update Changes.
71851      Branch: perl
71852            ! Changes patchlevel.h
71853 ____________________________________________________________________________
71854 [  7482] By: nick                                  on 2000/10/29  17:43:28
71855         Log: Include <unistd.h> to get correct lseek() prototype etc.
71856              (I thought perl.h did that) - down to two fails
71857              - comp/require.t (last test)
71858              - lib/io_xs.t - possibly import/export of FILE * ?
71859      Branch: perlio
71860            ! perlio.c
71861 ____________________________________________________________________________
71862 [  7481] By: jhi                                   on 2000/10/29  17:02:37
71863         Log: UTF-8 decoder tweak.
71864      Branch: perl
71865            ! utf8.c
71866 ____________________________________________________________________________
71867 [  7480] By: nick                                  on 2000/10/29  16:26:11
71868         Log: Fixed two bugs:
71869              - error code not being set on close (of broken pipe)
71870              - append mode was truncating.
71871              At least one seek/tell bug remains.
71872      Branch: perlio
71873            ! perlio.c
71874 ____________________________________________________________________________
71875 [  7479] By: nick                                  on 2000/10/29  11:18:16
71876         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
71877              in case of accidents. Still several worrying fails, no line disciplines yet.
71878      Branch: perlio
71879            ! iperlsys.h perlio.c
71880 ____________________________________________________________________________
71881 [  7478] By: jhi                                   on 2000/10/29  02:04:01
71882         Log: Add also emailless people.
71883      Branch: perl
71884            ! AUTHORS
71885 ____________________________________________________________________________
71886 [  7477] By: jhi                                   on 2000/10/29  01:36:00
71887         Log: The #7476 needs a MANIFEST change, too.
71888      Branch: perl
71889            ! MANIFEST
71890 ____________________________________________________________________________
71891 [  7476] By: jhi                                   on 2000/10/29  01:35:21
71892         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71893      Branch: perl
71894            - MAINTAIN
71895            ! AUTHORS Changes
71896 ____________________________________________________________________________
71897 [  7475] By: jhi                                   on 2000/10/28  23:57:25
71898         Log: De-quoted-unreadable to ISO Latin 1.
71899              (There's one ISO-2022-JP name in Changes5.004.)
71900      Branch: perl
71901            ! Changes Changes5.6
71902 ____________________________________________________________________________
71903 [  7474] By: jhi                                   on 2000/10/28  19:13:06
71904         Log: Subject: [ID 20001027.007] uniq array in perlfaq
71905              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
71906              Date: Fri, 27 Oct 2000 19:28:30 +0200
71907              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
71908      Branch: perl
71909            ! pod/perlfaq4.pod
71910 ____________________________________________________________________________
71911 [  7473] By: jhi                                   on 2000/10/28  18:02:05
71912         Log: Locking null mutexes is not recommendable.
71913              
71914              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
71915              From: Hugo <hv@crypt.compulink.co.uk>
71916              Date: Sat, 28 Oct 2000 18:41:12 +0100
71917              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
71918      Branch: perl
71919            ! op.c
71920 ____________________________________________________________________________
71921 [  7472] By: jhi                                   on 2000/10/28  17:52:58
71922         Log: Better create a true mailing list for the repository keepers.
71923      Branch: perl
71924            ! Porting/repository.pod
71925 ____________________________________________________________________________
71926 [  7471] By: jhi                                   on 2000/10/28  17:28:24
71927         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
71928              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71929      Branch: perl
71930            + Porting/repository.pod
71931            ! MANIFEST
71932 ____________________________________________________________________________
71933 [  7470] By: jhi                                   on 2000/10/28  17:20:54
71934         Log: Subject: DOC PATCH 5.6.0
71935              From: mjd@plover.com
71936              Date: 27 Oct 2000 17:32:44 -0000
71937              Message-ID: <20001027173244.23754.qmail@plover.com>
71938      Branch: perl
71939            ! pod/perlfunc.pod
71940 ____________________________________________________________________________
71941 [  7469] By: jhi                                   on 2000/10/28  17:16:45
71942         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71943              From: "Peter J. Farley III" <pjfarley@banet.net>
71944              Date: Fri, 27 Oct 2000 20:32:56 -0400
71945              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
71946      Branch: perl
71947            ! README.dos
71948 ____________________________________________________________________________
71949 [  7468] By: jhi                                   on 2000/10/28  17:07:18
71950         Log: Make target reordering to avoid pointless re-makes.
71951              
71952              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71953              From: Nicholas Clark <nick@ccl4.org>
71954              Date: Sat, 28 Oct 2000 00:31:02 +0100
71955              Message-ID: <20001028003101.A54517@plum.flirble.org>
71956      Branch: perl
71957            ! Makefile.SH
71958 ____________________________________________________________________________
71959 [  7467] By: jhi                                   on 2000/10/28  17:05:31
71960         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71961              From: lvirden@cas.org
71962              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
71963              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
71964      Branch: perl
71965            ! README.os2
71966 ____________________________________________________________________________
71967 [  7466] By: jhi                                   on 2000/10/28  16:09:16
71968         Log: Upgrade to CPAN 1.58_55.
71969              
71970              Subject: CPAN.pm status
71971              From: andreas.koenig@anima.de (Andreas J. Koenig) 
71972              Date: 28 Oct 2000 08:18:00 +0200 
71973              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
71974      Branch: perl
71975            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71976 ____________________________________________________________________________
71977 [  7465] By: jhi                                   on 2000/10/28  16:02:47
71978         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71979      Branch: perl
71980            ! embed.h embed.pl perl.h proto.h toke.c
71981 ____________________________________________________________________________
71982 [  7464] By: nick                                  on 2000/10/28  10:43:44
71983         Log: Fix for sv_2iv() on "shared" value from keys %hash.
71984      Branch: perl
71985            ! sv.c
71986 ____________________________________________________________________________
71987 [  7463] By: jhi                                   on 2000/10/27  16:18:29
71988         Log: Update Changes.
71989      Branch: perl
71990            ! Changes patchlevel.h
71991 ____________________________________________________________________________
71992 [  7462] By: jhi                                   on 2000/10/27  16:17:44
71993         Log: Too enthusiastic editing in #7460.
71994      Branch: metaconfig
71995            ! U/modified/Oldsym.U
71996      Branch: perl
71997            ! Configure config_h.SH
71998 ____________________________________________________________________________
71999 [  7461] By: jhi                                   on 2000/10/27  15:37:38
72000         Log: Retract #7459, the script needs more work.
72001      Branch: perl
72002            - mkreef
72003            ! MANIFEST
72004 ____________________________________________________________________________
72005 [  7460] By: jhi                                   on 2000/10/27  15:23:14
72006         Log: Use $sort, $uniq (and $tr) consistently as wondered
72007              by Nicholas Clark.
72008      Branch: metaconfig
72009            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
72010            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
72011            ! U/modified/libc.U
72012      Branch: perl
72013            ! Configure config_h.SH
72014 ____________________________________________________________________________
72015 [  7459] By: jhi                                   on 2000/10/27  15:02:07
72016         Log: (Retracted by #7461)
72017              
72018              Add a shell script for creating/removing symbolic link farms,
72019              useful for keeping the source code read-only and doing the
72020              builds somewhere else.
72021      Branch: perl
72022            + mkreef
72023            ! MANIFEST
72024 ____________________________________________________________________________
72025 [  7458] By: jhi                                   on 2000/10/27  14:42:20
72026         Log: Do away with the fix_pl.
72027      Branch: perl
72028            - fix_pl
72029            ! MANIFEST Makefile.SH
72030 ____________________________________________________________________________
72031 [  7457] By: jhi                                   on 2000/10/27  12:43:13
72032         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
72033              From: Jens Hamisch <jens@Strawberry.COM>
72034              Date: Fri, 27 Oct 2000 14:38:21 +0200
72035              Message-Id: <20001027143821.B3366@Strawberry.COM>
72036      Branch: perl
72037            ! perl.h
72038 ____________________________________________________________________________
72039 [  7456] By: jhi                                   on 2000/10/27  12:33:42
72040         Log: Subject: [PATCH] todo
72041              From: Nicholas Clark <nick@ccl4.org>
72042              Date: Thu, 26 Oct 2000 22:32:29 +0100
72043              Message-ID: <20001026223229.A44540@plum.flirble.org>
72044      Branch: perl
72045            ! pod/perltodo.pod
72046 ____________________________________________________________________________
72047 [  7455] By: jhi                                   on 2000/10/27  12:02:21
72048         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
72049              From: John Tobey <jtobey@john-edwin-tobey.org>
72050              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
72051              Message-Id: <m13ozHF-000FObC@feynman.localnet>
72052      Branch: perl
72053            ! op.c t/pragma/sub_lval.t
72054 ____________________________________________________________________________
72055 [  7454] By: jhi                                   on 2000/10/27  11:59:42
72056         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
72057              From: sthoenna@efn.org
72058              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
72059              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
72060      Branch: perl
72061            ! pp.c t/op/assignwarn.t
72062 ____________________________________________________________________________
72063 [  7453] By: jhi                                   on 2000/10/27  00:15:08
72064         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
72065      Branch: perl
72066            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
72067            ! ext/Storable/Storable.xs t/lib/st-lock.t
72068 ____________________________________________________________________________
72069 [  7452] By: jhi                                   on 2000/10/26  13:05:52
72070         Log: Undo #7451, this seems to be a deficiency in Perforce,
72071              there is no per-file line-terminator type, only per-client.
72072      Branch: perl
72073            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
72074            ! win32/makefile.mk
72075 ____________________________________________________________________________
72076 [  7451] By: jhi                                   on 2000/10/26  04:56:03
72077         Log: Experimenting in DOS arcana.
72078      Branch: perl
72079            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
72080            ! win32/makefile.mk
72081 ____________________________________________________________________________
72082 [  7450] By: jhi                                   on 2000/10/26  04:50:52
72083         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
72084              From: "Peter J. Farley III" <pjfarley@banet.net>            
72085              Date: Wed, 25 Oct 2000 23:10:18 -0400
72086              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
72087      Branch: perl
72088            ! t/io/open.t
72089 ____________________________________________________________________________
72090 [  7449] By: jhi                                   on 2000/10/26  04:49:16
72091         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
72092              From: Hugo <hv@crypt.compulink.co.uk>
72093              Date: Thu, 26 Oct 2000 01:55:17 +0100
72094              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
72095              
72096              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
72097      Branch: perl
72098            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
72099 ____________________________________________________________________________
72100 [  7448] By: jhi                                   on 2000/10/26  04:38:36
72101         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
72102              From: Peter Prymmer <pvhp@forte.com>
72103              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
72104              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
72105      Branch: perl
72106            ! configure.com
72107 ____________________________________________________________________________
72108 [  7447] By: jhi                                   on 2000/10/25  23:20:02
72109         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
72110              in platforms that strictly require all the symbols being present
72111              at link time.
72112      Branch: perl
72113            ! handy.h
72114 ____________________________________________________________________________
72115 [  7446] By: jhi                                   on 2000/10/25  21:55:57
72116         Log: Update Changes.
72117      Branch: perl
72118            ! Changes patchlevel.h
72119 ____________________________________________________________________________
72120 [  7445] By: jhi                                   on 2000/10/25  21:27:08
72121         Log: Integrate with vmsperl #7430 by Charles Bailey:
72122              
72123              Cleanup from prior patch (Charles Lane?):
72124              - improve handling of MFDs in Basename and Path
72125              - default to no xsubpp line # munging when building debug images
72126      Branch: perl
72127           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
72128 ____________________________________________________________________________
72129 [  7444] By: jhi                                   on 2000/10/25  21:03:50
72130         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
72131              From: John Peacock <JPeacock@UnivPress.com>
72132              Date: Thu, 18 May 2000 11:55:27 -0400
72133              Message-ID: <3924126F.A58BE57A@UnivPress.com>
72134      Branch: perl
72135            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
72136            ! t/op/write.t
72137 ____________________________________________________________________________
72138 [  7443] By: jhi                                   on 2000/10/25  20:43:10
72139         Log: Temporary stopgap for the self-tying issue: for now only
72140              array and hash self-ties are verboten.  The real fix, of
72141              course, would be to comprehensively test (and implement?)
72142              and debug (and document) self-ties.
72143      Branch: perl
72144            ! pod/perldiag.pod pp_sys.c t/op/tie.t
72145 ____________________________________________________________________________
72146 [  7442] By: jhi                                   on 2000/10/25  20:14:30
72147         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
72148              From: Dan Sugalski <dan@sidhe.org>
72149              Date: Wed, 25 Oct 2000 13:36:35 -0400
72150              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
72151              
72152              plus regen global.sym.
72153      Branch: perl
72154            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
72155            ! thrdvar.h util.c
72156 ____________________________________________________________________________
72157 [  7441] By: jhi                                   on 2000/10/25  20:12:20
72158         Log: buildtoc target tweaks.
72159      Branch: perl
72160            ! pod/Makefile.SH
72161 ____________________________________________________________________________
72162 [  7440] By: jhi                                   on 2000/10/25  20:03:53
72163         Log: A new version of making the syslog test more robust.
72164              (Replaces #7421.)
72165              
72166              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72167              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72168              Date: Wed, 25 Oct 2000 12:13:54 -0400
72169              Message-ID: <20001025121354.B2264@O2.chapin.edu>
72170      Branch: perl
72171            ! t/lib/syslog.t
72172 ____________________________________________________________________________
72173 [  7439] By: jhi                                   on 2000/10/25  20:00:48
72174         Log: Continue the internal UTF-8 API tweaking.
72175              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
72176              used much more than the simpler API, now called utf8_to_uv_simple().
72177              Still not quite happy with API, too much partial duplication
72178              of functionality.
72179      Branch: perl
72180            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
72181            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
72182            ! regcomp.c regexec.c sv.c toke.c utf8.c
72183 ____________________________________________________________________________
72184 [  7438] By: jhi                                   on 2000/10/25  18:52:30
72185         Log: Allow poking holes at the UTF-8 decoding strictness.
72186      Branch: perl
72187            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
72188            ! utf8.h
72189 ____________________________________________________________________________
72190 [  7437] By: jhi                                   on 2000/10/25  13:53:05
72191         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
72192              UTF8LEN() and UTF8SKIP(). 
72193      Branch: perl
72194            ! pp.c utf8.c utf8.h
72195 ____________________________________________________________________________
72196 [  7436] By: jhi                                   on 2000/10/25  13:51:37
72197         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
72198              From: Nicholas Clark <nick@ccl4.org>
72199              Date: Wed, 25 Oct 2000 14:44:05 +0100
72200              Message-ID: <20001025144404.D27253@plum.flirble.org>
72201      Branch: perl
72202            ! pod/perlrun.pod
72203 ____________________________________________________________________________
72204 [  7435] By: jhi                                   on 2000/10/25  13:49:32
72205         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
72206              From: Mike Guy <mjtg@cam.ac.uk>
72207              Date: Tue, 24 Oct 2000 14:59:40 +0100
72208              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
72209      Branch: perl
72210            ! scope.c
72211 ____________________________________________________________________________
72212 [  7434] By: jhi                                   on 2000/10/25  13:48:41
72213         Log: AIX is picky about its symbol exports.  Solution for now
72214              is to include the deb.o explicitly to the re extension build.
72215              
72216              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
72217              From: Peter Prymmer <pvhp@forte.com>
72218              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
72219              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
72220      Branch: perl
72221            ! ext/re/Makefile.PL hints/aix.sh
72222 ____________________________________________________________________________
72223 [  7433] By: jhi                                   on 2000/10/25  13:46:49
72224         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
72225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72226              Date: Wed, 25 Oct 2000 12:02:20 +0200
72227              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
72228      Branch: perl
72229            ! perlsdio.h
72230 ____________________________________________________________________________
72231 [  7432] By: jhi                                   on 2000/10/25  13:44:28
72232         Log: Subject: Minor update to find2perl, for portability
72233              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
72234              Date: Wed, 25 Oct 2000 12:05:47 +0100
72235              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
72236      Branch: perl
72237            ! x2p/find2perl.PL
72238 ____________________________________________________________________________
72239 [  7431] By: jhi                                   on 2000/10/25  13:40:39
72240         Log: Add targets to Makefile.SH, most importantly
72241              'regen_all' which also remembers to update vms/perly*.
72242      Branch: perl
72243            ! Makefile.SH
72244 ____________________________________________________________________________
72245 [  7430] By: bailey                                on 2000/10/25  03:13:53
72246         Log: Cleanup from prior patch (Charles Lane?):
72247              - improve handling of MFDs in Basename and Path
72248              - default to no xsubpp line # munging when building debug images
72249      Branch: vmsperl
72250            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
72251 ____________________________________________________________________________
72252 [  7429] By: jhi                                   on 2000/10/24  20:03:40
72253         Log: Podify README.epoc and README.vos.
72254      Branch: perl
72255            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
72256            ! pod/perlport.pod pod/perltoc.pod
72257 ____________________________________________________________________________
72258 [  7428] By: jhi                                   on 2000/10/24  19:10:33
72259         Log: Stratus VOS updates from Paul Green.
72260      Branch: perl
72261            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72262            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
72263            - vos/config.def vos/config.h vos/config_h.SH_orig
72264            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
72265            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
72266 ____________________________________________________________________________
72267 [  7427] By: jhi                                   on 2000/10/24  18:59:48
72268         Log: Check if stdio supports tweaking lval and cnt simultaneously.
72269              
72270              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72271              From: Nicholas Clark <nick@ccl4.org>
72272              Date: Mon, 23 Oct 2000 15:39:32 +0100
72273              Message-ID: <20001023153932.A10786@plum.flirble.org>
72274      Branch: metaconfig
72275            ! U/compline/d_stdstdio.U
72276      Branch: perl
72277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72278            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
72279            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
72280            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
72281            ! vos/config.h vos/config_h.SH_orig win32/config.bc
72282            ! win32/config.gc win32/config.vc
72283 ____________________________________________________________________________
72284 [  7426] By: jhi                                   on 2000/10/24  17:57:44
72285         Log: Missed the header file changes from #7425.
72286      Branch: perl
72287            ! embed.h embed.pl objXSUB.h proto.h
72288 ____________________________________________________________________________
72289 [  7425] By: jhi                                   on 2000/10/24  17:55:17
72290         Log: Fix the bug reported in
72291              
72292              From: andreas.koenig@anima.de (Andreas J. Koenig)
72293              Subject: Encode bug?
72294              Date: 24 Oct 2000 14:01:26 +0200 
72295              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
72296              
72297              Also make is_utf8_char() stricter.
72298      Branch: perl
72299            ! ext/Encode/Encode.xs utf8.c
72300 ____________________________________________________________________________
72301 [  7424] By: jhi                                   on 2000/10/24  15:15:39
72302         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
72303              From: Peter Scott <Peter@PSDT.com>
72304              Date: Mon, 23 Oct 2000 19:46:01 -0700
72305              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
72306      Branch: perl
72307            ! pod/perlfaq5.pod
72308 ____________________________________________________________________________
72309 [  7423] By: jhi                                   on 2000/10/24  14:25:30
72310         Log: Test tweak to avoid pulling in the whole Config.
72311      Branch: perl
72312            ! t/lib/st-lock.t
72313 ____________________________________________________________________________
72314 [  7422] By: jhi                                   on 2000/10/24  14:03:16
72315         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
72316      Branch: perl
72317            ! pp.c
72318 ____________________________________________________________________________
72319 [  7421] By: jhi                                   on 2000/10/24  13:32:09
72320         Log: (Replaced by #7440.)
72321              
72322              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72323              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72324              Date: Mon, 23 Oct 2000 16:40:54 -0400
72325              Message-ID: <20001023164054.B14491@O2.chapin.edu>
72326      Branch: perl
72327            ! t/lib/syslog.t
72328 ____________________________________________________________________________
72329 [  7420] By: jhi                                   on 2000/10/24  13:30:53
72330         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
72331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72332              Date: Mon, 23 Oct 2000 17:29:03 -0400
72333              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
72334      Branch: perl
72335            ! lib/ExtUtils/MM_Unix.pm
72336 ____________________________________________________________________________
72337 [  7419] By: jhi                                   on 2000/10/24  13:29:57
72338         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72340              Date: Mon, 23 Oct 2000 19:01:32 -0400
72341              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
72342      Branch: perl
72343            ! utils/h2xs.PL
72344 ____________________________________________________________________________
72345 [  7418] By: jhi                                   on 2000/10/24  13:26:04
72346         Log: Replace #7409 with
72347              
72348              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
72349              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
72350              Date: Mon, 23 Oct 2000 20:08:56 +0200
72351              Message-ID: <20001023200855.A14850@nice.ram.loc>
72352      Branch: perl
72353            ! ext/Storable/Storable.pm t/lib/st-lock.t
72354 ____________________________________________________________________________
72355 [  7417] By: jhi                                   on 2000/10/24  13:17:52
72356         Log: Run vms/vms_yfix.pl, should have done that after changing
72357              perly.c in #7382.
72358      Branch: perl
72359            ! vms/perly_c.vms vms/perly_h.vms
72360 ____________________________________________________________________________
72361 [  7416] By: jhi                                   on 2000/10/24  02:55:33
72362         Log: Make the UTF-8 decoding stricter and more verbose when
72363              malformation happens.  This involved adding an argument
72364              to utf8_to_uv_chk(), which involved changing its prototype,
72365              and prefer STRLEN over I32 for the UTF-8 length, which as
72366              a domino effect necessitated changing the prototypes of
72367              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
72368              The stricter UTF-8 decoding checking uses Markus Kuhn's
72369              UTF-8 Decode Stress Tester from
72370              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
72371      Branch: perl
72372            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
72373            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
72374            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
72375            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
72376 ____________________________________________________________________________
72377 [  7415] By: jhi                                   on 2000/10/23  14:06:06
72378         Log: Update Changes.
72379      Branch: perl
72380            ! Changes patchlevel.h
72381 ____________________________________________________________________________
72382 [  7414] By: jhi                                   on 2000/10/23  12:39:52
72383         Log: Undo the basename() part of #7412 since the lib/basename
72384              tests would need upgrading too.
72385      Branch: perl
72386            ! lib/File/Basename.pm
72387 ____________________________________________________________________________
72388 [  7413] By: jhi                                   on 2000/10/23  12:19:27
72389         Log: Document PERL_INSTALL_ROOT of #7210.
72390      Branch: perl
72391            ! lib/ExtUtils/Install.pm
72392 ____________________________________________________________________________
72393 [  7412] By: jhi                                   on 2000/10/23  12:16:47
72394         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72395      Branch: perl
72396            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
72397            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
72398 ____________________________________________________________________________
72399 [  7411] By: jhi                                   on 2000/10/23  12:07:41
72400         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72401              From: Prymmer/Kahn <pvhp@best.com>
72402              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
72403              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
72404      Branch: perl
72405            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
72406 ____________________________________________________________________________
72407 [  7410] By: jhi                                   on 2000/10/23  04:10:11
72408         Log: The change #7187 was not so good on VMS.
72409              
72410              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72411              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72412              Date: Sun, 22 Oct 2000 23:03:08 -0500
72413              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
72414      Branch: perl
72415            ! utils/perldoc.PL
72416 ____________________________________________________________________________
72417 [  7409] By: jhi                                   on 2000/10/23  03:57:36
72418         Log: Avoid Storable locking on DJGPP for now.
72419              
72420              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
72421              From: "Peter J. Farley III" <pjfarley@banet.net>
72422              Date: Sun, 22 Oct 2000 20:00:00 -0400
72423              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
72424      Branch: perl
72425            ! ext/Storable/Storable.pm t/lib/st-lock.t
72426 ____________________________________________________________________________
72427 [  7408] By: jhi                                   on 2000/10/23  03:50:24
72428         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72429              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72430              Date: Sun, 22 Oct 2000 21:12:22 -0400
72431              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
72432      Branch: perl
72433            ! lib/vars.pm
72434 ____________________________________________________________________________
72435 [  7407] By: jhi                                   on 2000/10/23  03:43:12
72436         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
72437              From: Hugo <hv@crypt.compulink.co.uk>
72438              Date: Mon, 23 Oct 2000 00:47:22 +0100
72439              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
72440      Branch: perl
72441            ! regexec.c t/op/pat.t
72442 ____________________________________________________________________________
72443 [  7406] By: jhi                                   on 2000/10/23  03:40:29
72444         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72445      Branch: perl
72446            ! lib/ExtUtils/MakeMaker.pm
72447 ____________________________________________________________________________
72448 [  7405] By: jhi                                   on 2000/10/22  21:32:00
72449         Log: Doc patch.
72450              
72451              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72452              From: rspier@pobox.com (Robert Spier)
72453              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
72454              Message-ID: <14835.16112.13457.447971@rls.cx>
72455      Branch: perl
72456            ! lib/strict.pm
72457 ____________________________________________________________________________
72458 [  7404] By: jhi                                   on 2000/10/22  21:30:51
72459         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72460              From: rspier@pobox.com (Robert Spier)
72461              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
72462              Message-ID: <14835.17223.72448.705566@rls.cx>
72463      Branch: perl
72464            ! lib/ExtUtils/MakeMaker.pm
72465 ____________________________________________________________________________
72466 [  7403] By: jhi                                   on 2000/10/22  21:24:11
72467         Log: Subject: [PATCH bleadperl] ripples from constsub patch
72468              From: John Tobey <jtobey@john-edwin-tobey.org>
72469              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
72470              Message-Id: <m13nSOB-000FObC@feynman.localnet>
72471      Branch: perl
72472            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
72473 ____________________________________________________________________________
72474 [  7402] By: jhi                                   on 2000/10/22  20:59:35
72475         Log: Support s?printf parameter reordering.
72476      Branch: perl
72477            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
72478 ____________________________________________________________________________
72479 [  7401] By: jhi                                   on 2000/10/22  19:19:14
72480         Log: Expand %Config variables only if explicitly so requested
72481              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
72482              
72483              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72484              From: Gurusamy Sarathy <gsar@ActiveState.com>
72485              Date: Sun, 22 Oct 2000 11:47:32 -0700
72486              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
72487      Branch: perl
72488            ! Makefile.SH lib/lib_pm.PL
72489 ____________________________________________________________________________
72490 [  7400] By: jhi                                   on 2000/10/22  18:24:10
72491         Log: Move the #7390 test from warn/op to comp/redef.
72492              
72493              Subject: Re: Creating const subs for constants.
72494              From: John Tobey <jtobey@john-edwin-tobey.org>
72495              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
72496              Message-Id: <m13nG72-000FObC@feynman.localnet>               
72497      Branch: perl
72498            ! t/comp/redef.t t/pragma/warn/op
72499 ____________________________________________________________________________
72500 [  7399] By: jhi                                   on 2000/10/22  17:49:59
72501         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72502              From: Nicholas Clark <nick@ccl4.org>
72503              Date: Sat, 21 Oct 2000 22:23:19 +0100
72504              Message-ID: <20001021222319.B45586@plum.flirble.org>
72505      Branch: perl
72506            ! ext/DynaLoader/DynaLoader_pm.PL
72507 ____________________________________________________________________________
72508 [  7398] By: jhi                                   on 2000/10/22  17:47:35
72509         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72510              From: Hugo <hv@crypt.compulink.co.uk>
72511              Date: Sat, 21 Oct 2000 18:19:59 +0100
72512              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
72513      Branch: perl
72514            ! ext/B/B.pm ext/B/B/C.pm
72515 ____________________________________________________________________________
72516 [  7397] By: jhi                                   on 2000/10/22  17:35:18
72517         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
72518              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
72519              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
72520              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
72521      Branch: perl
72522            ! hints/openbsd.sh
72523 ____________________________________________________________________________
72524 [  7396] By: jhi                                   on 2000/10/22  17:19:46
72525         Log: Subject: installman go-faster stripes
72526              From: Nicholas Clark <nick@talking.bollo.cx>
72527              Date: Sat, 21 Oct 2000 17:24:53 +0100
72528              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
72529              
72530              Subject: Re: installman go-faster stripes
72531              From: Russ Allbery <rra@stanford.edu>
72532              Date: 21 Oct 2000 11:04:13 -0700
72533              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
72534      Branch: perl
72535            ! installman pod/pod2man.PL
72536 ____________________________________________________________________________
72537 [  7395] By: jhi                                   on 2000/10/22  17:17:35
72538         Log: Hints tweak from Anton Berezin.
72539      Branch: perl
72540            ! hints/freebsd.sh
72541 ____________________________________________________________________________
72542 [  7394] By: jhi                                   on 2000/10/22  04:50:04
72543         Log: Tweak the Is* definitions of Unicode character classes
72544              to better match the official categorizations; embrace
72545              the official categorizations; add the combining marks
72546              as alpha (and -numeric); fix DCinital (a typo and edito)
72547              to be DCmedial.
72548      Branch: perl
72549            + lib/unicode/Is/DCmedial.pl
72550            - lib/unicode/Is/DCinital.pl
72551            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72552            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
72553            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
72554            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72555 ____________________________________________________________________________
72556 [  7393] By: jhi                                   on 2000/10/21  18:06:05
72557         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72558              From: Daniel Chetlin <daniel@chetlin.com>
72559              Date: Sat, 21 Oct 2000 02:57:03 -0700
72560              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
72561      Branch: perl
72562            + t/lib/tie-splice.t
72563            ! MANIFEST lib/Tie/Array.pm
72564 ____________________________________________________________________________
72565 [  7392] By: gsar                                  on 2000/10/21  18:05:15
72566         Log: resync utfperl branch with mainline
72567      Branch: utfperl
72568           !> (integrate 1760 files)
72569 ____________________________________________________________________________
72570 [  7391] By: jhi                                   on 2000/10/21  14:37:49
72571         Log: Testcases for a #7383,#7385 related bug.
72572              
72573              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72574              From: Nicholas Clark <nick@ccl4.org>
72575              Date: Sat, 21 Oct 2000 15:04:51 +0100
72576              Message-ID: <20001021150451.A51566@plum.flirble.org>
72577      Branch: perl
72578            ! t/pragma/utf8.t
72579 ____________________________________________________________________________
72580 [  7390] By: jhi                                   on 2000/10/21  14:35:57
72581         Log: Add a testcase for #7389.
72582      Branch: perl
72583            ! t/pragma/warn/op
72584 ____________________________________________________________________________
72585 [  7389] By: jhi                                   on 2000/10/21  14:26:45
72586         Log: Subject: Re: Creating const subs for constants.
72587              From: John Tobey <jtobey@john-edwin-tobey.org>
72588              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
72589              Message-Id: <m13mo0N-000FObC@feynman.localnet>
72590      Branch: perl
72591            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
72592            ! proto.h sv.c
72593 ____________________________________________________________________________
72594 [  7388] By: nick                                  on 2000/10/21  11:44:23
72595         Log: Populate perlio branch
72596      Branch: perlio
72597           +> (branch 1760 files)
72598 ____________________________________________________________________________
72599 [  7387] By: nick                                  on 2000/10/21  10:52:05
72600         Log: Get branch back as replica of mainline via :
72601              p4 integrate -b utfperl
72602              p4 resolve -at ./...
72603      Branch: utfperl
72604           +> (branch 269 files)
72605            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
72606            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
72607            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
72608            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
72609            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
72610            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72611            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72612            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72613            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72614            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72615            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72616            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72617            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72618            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72619            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72620            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72621            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72622            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72623            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
72624            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
72625            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
72626            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
72627            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
72628            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
72629            - lib/unicode/UCD300.html lib/unicode/Unicode.300
72630            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
72631            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
72632            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
72633            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
72634           !> (integrate 965 files)
72635 ____________________________________________________________________________
72636 [  7386] By: jhi                                   on 2000/10/21  01:31:12
72637         Log: Update Changes.
72638      Branch: perl
72639            ! Changes patchlevel.h
72640 ____________________________________________________________________________
72641 [  7385] By: jhi                                   on 2000/10/21  01:28:42
72642         Log: The #7383 was right only in the context of the original bug report,
72643              not in more general case.
72644      Branch: perl
72645            ! pp_hot.c
72646 ____________________________________________________________________________
72647 [  7384] By: jhi                                   on 2000/10/21  01:08:23
72648         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72649      Branch: perl
72650            ! ext/IO/lib/IO/Select.pm
72651 ____________________________________________________________________________
72652 [  7383] By: jhi                                   on 2000/10/21  00:44:18
72653         Log: Fix for ID 20001020.006, concatenating an unset submatch
72654              with utf8 resulted in "Modification of a read-only value".
72655      Branch: perl
72656            ! pp_hot.c t/pragma/utf8.t
72657 ____________________________________________________________________________
72658 [  7382] By: jhi                                   on 2000/10/20  20:44:31
72659         Log: Make scan_num() reëntrant, as suggested in
72660              
72661              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72662              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72663              Date: Fri, 20 Oct 2000 14:17:27 +0100
72664              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72665      Branch: perl
72666            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
72667            ! toke.c
72668 ____________________________________________________________________________
72669 [  7381] By: jhi                                   on 2000/10/20  20:07:29
72670         Log: Reëntrancy fix.
72671              
72672              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72673              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72674              Date: Fri, 20 Oct 2000 14:17:27 +0100
72675              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72676      Branch: perl
72677            ! embed.h embed.pl perl.h proto.h toke.c
72678 ____________________________________________________________________________
72679 [  7380] By: jhi                                   on 2000/10/20  19:15:54
72680         Log: Don't write double values through long double pointers,
72681              based on a part of
72682              
72683              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72684              From: Jens Hamisch <jens@Strawberry.COM>
72685              Date: Tue, 17 Oct 2000 08:39:36 +0200
72686              Message-Id: <20001017083936.A11104@Strawberry.COM>
72687      Branch: perl
72688            ! perl.h pp.c
72689 ____________________________________________________________________________
72690 [  7379] By: jhi                                   on 2000/10/20  18:43:37
72691         Log: Portability tweak on #7377.
72692              
72693              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72694              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72695              Date:     Fri, 20 Oct 2000 13:13:41 EDT
72696              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
72697      Branch: perl
72698            ! t/lib/dprof.t
72699 ____________________________________________________________________________
72700 [  7378] By: jhi                                   on 2000/10/20  12:57:19
72701         Log: SOCKS function redefinitions need prototypes, too, otherwise
72702              for example 32 bit versus 64 bit differences cause a lot of
72703              problems.  Part of
72704              
72705              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72706              From: Jens Hamisch <jens@Strawberry.COM>
72707              Date: Tue, 17 Oct 2000 08:39:36 +0200
72708              Message-Id: <20001017083936.A11104@Strawberry.COM>
72709      Branch: perl
72710            ! doio.c pp_sys.c
72711 ____________________________________________________________________________
72712 [  7377] By: jhi                                   on 2000/10/20  12:37:12
72713         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72714              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72715              Date:     Fri, 20 Oct 2000 08:26:04 EDT
72716              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
72717      Branch: perl
72718            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
72719 ____________________________________________________________________________
72720 [  7376] By: jhi                                   on 2000/10/20  12:35:31
72721         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72723              Date:     Fri, 20 Oct 2000 07:48:15 EDT
72724              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
72725      Branch: perl
72726            ! configure.com vms/gen_shrfls.pl
72727 ____________________________________________________________________________
72728 [  7375] By: bailey                                on 2000/10/20  04:44:37
72729         Log: SYN SYN
72730      Branch: vmsperl
72731           +> (branch 134 files)
72732            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72733            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72734            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72735            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72736            - eg/cgi/frameset.cgi eg/cgi/index.html
72737            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72738            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72739            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72740            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72741            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72742            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72743            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72744            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72745            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72746            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72747            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72748            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72749            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72750            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
72751            - lib/unicode/Props.txt lib/unicode/UCD300.html
72752            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72753            - utils/perlbc.PL vms/subconfigure.com
72754           !> (integrate 785 files)
72755 ____________________________________________________________________________
72756 [  7374] By: jhi                                   on 2000/10/20  00:59:48
72757         Log: In the latest compiler builds cccdlflags must not become -fpic,
72758              from Wilfredo Sánchez.
72759      Branch: perl
72760            ! hints/darwin.sh
72761 ____________________________________________________________________________
72762 [  7373] By: jhi                                   on 2000/10/20  00:56:35
72763         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72764              From: Tony Cook <tony@develop-help.com>
72765              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
72766              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
72767      Branch: perl
72768            ! pod/perlop.pod
72769 ____________________________________________________________________________
72770 [  7372] By: jhi                                   on 2000/10/19  19:34:40
72771         Log: Typo noted by Mark Lutz.
72772      Branch: perl
72773            ! t/op/64bitint.t
72774 ____________________________________________________________________________
72775 [  7371] By: jhi                                   on 2000/10/19  19:33:13
72776         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72777      Branch: metaconfig
72778            ! U/modified/Cppsym.U U/modified/Oldconfig.U
72779      Branch: metaconfig/U/perl
72780            ! End.U dlsrc.U libperl.U
72781      Branch: perl
72782            + hints/nonstopux.sh
72783            ! Configure MANIFEST config_h.SH
72784 ____________________________________________________________________________
72785 [  7370] By: jhi                                   on 2000/10/19  17:18:08
72786         Log: Subject: PATCH do_print has 2 PerlIO_error()s
72787              From: nick@ccl4.org
72788              Date: Thu, 19 Oct 2000 18:09:20 +0100
72789              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
72790      Branch: perl
72791            ! doio.c
72792 ____________________________________________________________________________
72793 [  7369] By: jhi                                   on 2000/10/19  14:01:49
72794         Log: Update Changes.
72795      Branch: perl
72796            ! Changes patchlevel.h
72797 ____________________________________________________________________________
72798 [  7368] By: jhi                                   on 2000/10/19  13:04:29
72799         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72801              Date: Wed, 18 Oct 2000 13:12:01 +0200
72802              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
72803      Branch: perl
72804            ! hints/aix.sh
72805 ____________________________________________________________________________
72806 [  7367] By: jhi                                   on 2000/10/19  02:22:40
72807         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
72808              of a 'pmshort' anywhere in the B, so the offending line was simply
72809              removed.
72810      Branch: perl
72811            ! ext/B/B/Debug.pm
72812 ____________________________________________________________________________
72813 [  7366] By: jhi                                   on 2000/10/19  02:12:37
72814         Log: Add the test case for the bug id 20000730.004 which seems
72815              to have been fixed by now.
72816      Branch: perl
72817            ! t/pragma/utf8.t
72818 ____________________________________________________________________________
72819 [  7365] By: jhi                                   on 2000/10/18  23:36:24
72820         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72821              From: Hugo <hv@crypt.compulink.co.uk>
72822              Date: Wed, 18 Oct 2000 23:25:58 +0100
72823              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
72824      Branch: perl
72825            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
72826 ____________________________________________________________________________
72827 [  7364] By: jhi                                   on 2000/10/18  21:12:53
72828         Log: (retracted)
72829      Branch: perl
72830            ! pp.c
72831 ____________________________________________________________________________
72832 [  7363] By: jhi                                   on 2000/10/18  20:55:38
72833         Log: Missing change from #7362.
72834      Branch: perl
72835            ! win32/perlhost.h
72836 ____________________________________________________________________________
72837 [  7362] By: jhi                                   on 2000/10/18  20:52:01
72838         Log: Borland C fstat() never saw the fd as writable.
72839              
72840              Subject: fix for Borland's weak "stat" (perl@7211)
72841              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72842              Date: Mon, 16 Oct 2000 09:55:03 +0400
72843              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
72844      Branch: perl
72845            ! win32/win32.c
72846 ____________________________________________________________________________
72847 [  7361] By: jhi                                   on 2000/10/18  17:43:50
72848         Log: Regen toc.
72849      Branch: perl
72850            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
72851 ____________________________________________________________________________
72852 [  7360] By: jhi                                   on 2000/10/18  17:07:44
72853         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72854              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72855              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
72856              Date: Mon, 16 Oct 2000 15:19:49 +0200
72857      Branch: perl
72858            + README.aix
72859            ! MANIFEST
72860 ____________________________________________________________________________
72861 [  7359] By: jhi                                   on 2000/10/18  17:04:49
72862         Log: Subject: Pod patch for Devel::Peek
72863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72864              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
72865              Date: Mon, 16 Oct 2000 12:26:34 +0200
72866      Branch: perl
72867            ! ext/Devel/Peek/Peek.pm
72868 ____________________________________________________________________________
72869 [  7358] By: jhi                                   on 2000/10/18  17:03:15
72870         Log: Make Cwd more bulletproof in chrooted environments.
72871              
72872              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72873              From: "Eric E. Coe" <Eric.Coe@oracle.com>
72874              Date: Wed, 18 Oct 2000 04:03:54 -0400
72875              Message-Id: <39ED596A.70E599FE@oracle.com>
72876      Branch: perl
72877            ! lib/Cwd.pm
72878 ____________________________________________________________________________
72879 [  7357] By: jhi                                   on 2000/10/18  16:37:26
72880         Log: Disable the UTF8 downgrade croakage for now to avoid
72881              too many not okay messages.
72882      Branch: perl
72883            ! doio.c
72884 ____________________________________________________________________________
72885 [  7356] By: jhi                                   on 2000/10/17  23:29:41
72886         Log: Show the failed remote port, instead of the failing line number.
72887              
72888              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72889              From: David Sparks <daves@ActiveState.com>
72890              Date: Tue, 17 Oct 2000 15:00:24 -0700
72891              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
72892      Branch: perl
72893            ! lib/perl5db.pl
72894 ____________________________________________________________________________
72895 [  7355] By: jhi                                   on 2000/10/17  14:11:31
72896         Log: On output try to downgrade to bytes, croak if impossible,
72897              from Simon Cozens.  This means that outputting >255 UTF8
72898              is impossible.  Consider this as a strong incentive to get
72899              the I/O disciplines implemented.
72900      Branch: perl
72901            ! doio.c pod/perldiag.pod sv.c
72902 ____________________________________________________________________________
72903 [  7354] By: jhi                                   on 2000/10/17  13:42:23
72904         Log: Clarify documentation on 'use bytes'.
72905              
72906              Subject: Re: What does 'use bytes' "mean" ?
72907              From: Simon Cozens <simon@cozens.net>
72908              Date: Mon, 18 Sep 2000 18:24:25 +0100
72909              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
72910      Branch: perl
72911            ! lib/bytes.pm
72912 ____________________________________________________________________________
72913 [  7353] By: jhi                                   on 2000/10/17  13:28:12
72914         Log: Workaround for a sfio bug where the stream error indicator
72915              is not cleared as documented.
72916              
72917              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72918              From: Nicholas Clark <nick@ccl4.org>
72919              Date: Mon, 16 Oct 2000 18:28:23 +0100
72920              Message-ID: <20001016182823.J19700@plum.flirble.org>
72921      Branch: perl
72922            ! doio.c
72923 ____________________________________________________________________________
72924 [  7352] By: jhi                                   on 2000/10/17  13:06:19
72925         Log: More IoTYPE sprinkling.
72926      Branch: perl
72927            ! doio.c pp_hot.c
72928 ____________________________________________________________________________
72929 [  7351] By: jhi                                   on 2000/10/16  22:47:07
72930         Log: Detect early whether the std streams have gone bad.
72931              
72932              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72933              Date: Mon, 16 Oct 2000 23:28:42 +0100
72934              From: Nicholas Clark <nick@ccl4.org>
72935              Message-ID: <20001016232842.A37942@plum.flirble.org>
72936      Branch: perl
72937            ! t/op/misc.t
72938 ____________________________________________________________________________
72939 [  7350] By: jhi                                   on 2000/10/16  22:45:16
72940         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72941              From: "Peter J. Farley III" <pjfarley@banet.net>
72942              Date: Mon, 16 Oct 2000 18:15:59 -0400
72943              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
72944      Branch: perl
72945            ! djgpp/djgpp.c dosish.h t/io/open.t
72946 ____________________________________________________________________________
72947 [  7349] By: jhi                                   on 2000/10/16  22:36:45
72948         Log: perldelta tweak.
72949      Branch: perl
72950            ! pod/perldelta.pod
72951 ____________________________________________________________________________
72952 [  7348] By: jhi                                   on 2000/10/16  15:17:53
72953         Log: Update Changes.
72954      Branch: perl
72955            ! Changes patchlevel.h
72956 ____________________________________________________________________________
72957 [  7347] By: jhi                                   on 2000/10/16  13:55:27
72958         Log: Add the capability to include/exclude branches.
72959      Branch: perl
72960            ! Porting/genlog
72961 ____________________________________________________________________________
72962 [  7346] By: jhi                                   on 2000/10/16  13:18:04
72963         Log: Add Charles Lane.
72964      Branch: perl
72965            ! AUTHORS Changes
72966 ____________________________________________________________________________
72967 [  7345] By: jhi                                   on 2000/10/16  13:13:21
72968         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
72969      Branch: perl
72970            ! pod/perldelta.pod
72971 ____________________________________________________________________________
72972 [  7344] By: gsar                                  on 2000/10/16  09:30:21
72973         Log: integrate change#6220 from cfgperl
72974              
72975              Win32 patches from Benjamin Stuhl.
72976      Branch: maint-5.6/perl
72977           !> makedef.pl win32/win32.h
72978 ____________________________________________________________________________
72979 [  7343] By: gsar                                  on 2000/10/16  08:32:19
72980         Log: integrate changes#6221,6222 from cfgperl
72981              
72982              Remove tr///CU (the feature is to be obsoleted by better interfaces).
72983              From: simon@brecon.co.uk (Simon Cozens)
72984              Subject: [PATCH] Eliminate tr///[CU][CU]
72985              Date: 23 Jun 2000 11:05:40 GMT
72986              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72987              
72988              doc typo fix
72989              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72990              From: Ian Phillipps <Ian.Phillipps@iname.com>
72991              Date: Fri, 23 Jun 2000 10:40:58 +0100
72992              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72993      Branch: maint-5.6/perl
72994           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
72995 ____________________________________________________________________________
72996 [  7342] By: gsar                                  on 2000/10/16  08:28:08
72997         Log: integrate change#6217 from cfgperl (in part)
72998              
72999              Rename the fdpid locking and integrate with Sarathy.
73000      Branch: maint-5.6/perl
73001           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
73002           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
73003           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
73004           !> win32/win32.c
73005 ____________________________________________________________________________
73006 [  7341] By: gsar                                  on 2000/10/16  08:23:39
73007         Log: integrate changes#6214..6216 from mainline
73008              
73009              @_ can't have junk in it even in the non-USE_ITHREADS case because
73010              caller() wants to populate @DB::args with it (causes a coredump
73011              in Carp::confess())
73012              
73013              tweak comment about @DB::args
73014              
73015              be more optimal about clearing @_
73016      Branch: maint-5.6/perl
73017           !> av.h cop.h pp_ctl.c t/op/runlevel.t
73018 ____________________________________________________________________________
73019 [  7340] By: gsar                                  on 2000/10/16  08:20:37
73020         Log: integrate changes#6207..6210 from cfgperl
73021              
73022              Subject: [PATCH 5.6.0] Threadsafe patches
73023              From: Dan Sugalski <dan@sidhe.org>
73024              To: perl5-porters@perl.org
73025              Date: Mon, 08 May 2000 18:08:13 -0400
73026              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
73027              
73028              Regen headers for #6207.
73029              
73030              Lock PL_fdpid against race conditions, based on:
73031              Subject: [PATCH 5.6.0]subprocess fixup for threads
73032              From: Dan Sugalski <dan@sidhe.org>
73033              To: perl5-porters@perl.org
73034              Date: Tue, 11 Apr 2000 17:02:32 -0400
73035              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
73036              
73037              Mopup for #6207 and #6209.
73038      Branch: maint-5.6/perl
73039           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
73040           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
73041           !> win32/win32.c
73042 ____________________________________________________________________________
73043 [  7339] By: gsar                                  on 2000/10/16  08:14:34
73044         Log: integrate change#6203 from cfgperl
73045              
73046              perldiag should refer to perlos2.pod not README.os2
73047      Branch: maint-5.6/perl
73048           !> pod/perldiag.pod
73049 ____________________________________________________________________________
73050 [  7338] By: gsar                                  on 2000/10/16  08:11:42
73051         Log: integrate change#6201 from mainline
73052              
73053              Perl_eval_pv() leaks 4 bytes every time it is called because it
73054              does a PUSHMARK that's never ever POPMARKed; in general, only
73055              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
73056              Perl_eval_[sp]v() don't because they don't take any incoming
73057              arguments (this leak has been around since the original version
73058              of perl_eval_pv() in 5.003_97e)
73059      Branch: maint-5.6/perl
73060           !> perl.c
73061 ____________________________________________________________________________
73062 [  7337] By: gsar                                  on 2000/10/16  08:08:47
73063         Log: integrate changes#6197..6200 from cfgperl
73064              
73065              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
73066              From: John Borwick <jhborwic@unity.ncsu.edu>
73067              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
73068              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
73069              
73070              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
73071              From: Dan Sugalski <dan@sidhe.org>
73072              To: vmsperl@perl.org, perl5-porters@perl.org
73073              Date: Fri, 02 Jun 2000 16:00:41 -0400
73074              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
73075              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
73076              
73077              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
73078              From: Dan Sugalski <dan@sidhe.org>
73079              To: perl5-porters@perl.org, vmsperl@perl.org
73080              Date: Fri, 02 Jun 2000 17:30:51 -0400
73081              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
73082              
73083              Update to cperl-mode.el 4.31 from
73084              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
73085              Subject: A couple of notes
73086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73087              To: Mailing list Perl5 <perl5-porters@perl.org>
73088              Date: Sat, 3 Jun 2000 23:33:32 -0400
73089              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
73090      Branch: maint-5.6/perl
73091           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
73092           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
73093           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
73094           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
73095           !> vms/vmsish.h
73096 ____________________________________________________________________________
73097 [  7336] By: gsar                                  on 2000/10/16  08:03:46
73098         Log: integrate changes#6194,6195 from mainline
73099              
73100              fix small eval"" memory leaks under USE_ITHREADS
73101              
73102              fix yet another eval"" leak under USE_ITHREADS
73103      Branch: maint-5.6/perl
73104           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
73105           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
73106           !> vms/perly_c.vms
73107 ____________________________________________________________________________
73108 [  7335] By: gsar                                  on 2000/10/16  08:02:15
73109         Log: integrate changes#6190,6191 from mainline
73110              
73111              submit missing embed.pl change
73112              
73113              vec() loses numericalness (modified version of patch suggested
73114              by Robin Barker)
73115      Branch: maint-5.6/perl
73116           !> doop.c embed.pl t/op/vec.t
73117 ____________________________________________________________________________
73118 [  7334] By: gsar                                  on 2000/10/16  08:01:03
73119         Log: integrate change#6189 from mainline
73120              
73121              counting tr/// corrupts later operation (from M.J.T Guy)
73122      Branch: maint-5.6/perl
73123           !> doop.c t/op/tr.t
73124 ____________________________________________________________________________
73125 [  7333] By: gsar                                  on 2000/10/16  07:59:07
73126         Log: integrate changes#6183..6188 from mainline
73127              
73128              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
73129              <nick@ccl4.org>)
73130              
73131              tweak for change#6127
73132              
73133              remove incorrect documentation about implicit split to @_ in
73134              list context, which never really worked in perl 5 (from
73135              M.J.T. Guy)
73136              
73137              further qualify references to "alphanumeric" (from Wolfgang Laun
73138              <wolfgang.laun@alcatel.at>)
73139              
73140              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
73141              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73142              
73143              h2xs tweaks
73144      Branch: maint-5.6/perl
73145           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
73146           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
73147           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
73148           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
73149           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
73150           !> pod/pod2latex.PL utils/h2xs.PL
73151 ____________________________________________________________________________
73152 [  7332] By: gsar                                  on 2000/10/16  07:53:52
73153         Log: integrate change#6179 from mainline
73154              
73155              buggy modulus on UVs introduced by change#3378 (resulted in
73156              4063328477 % 65535 amounting to 27406, instead of 27407)
73157      Branch: maint-5.6/perl
73158           !> pp.c t/op/arith.t
73159 ____________________________________________________________________________
73160 [  7331] By: gsar                                  on 2000/10/16  07:52:49
73161         Log: integrate changes#6176,6177,6178,6182 from cfgperl
73162              
73163              Single-quoted utf8 patch from Simon Cozens.
73164              
73165              Substitution utf8 patch from Simon Cozens.
73166              
73167              Be cleaner.
73168              
73169              Be Cleaner Part Deux.
73170      Branch: maint-5.6/perl
73171           !> Makefile.SH pp_hot.c toke.c
73172 ____________________________________________________________________________
73173 [  7330] By: gsar                                  on 2000/10/16  07:41:36
73174         Log: integrate change#6172 from mainline
73175              
73176              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
73177              (from Ilya Zakharevich)
73178      Branch: maint-5.6/perl
73179           !> regexec.c t/op/re_tests
73180 ____________________________________________________________________________
73181 [  7329] By: gsar                                  on 2000/10/16  07:40:25
73182         Log: integrate change#6171 from mainline
73183              
73184              scalar() doesn't force scalar context when used in void context
73185              (from Simon Cozens)
73186      Branch: maint-5.6/perl
73187           !> op.c t/op/wantarray.t
73188 ____________________________________________________________________________
73189 [  7328] By: gsar                                  on 2000/10/16  07:39:33
73190         Log: integrate change#6170 from mainline
73191              
73192              change#6142 needs tweaks to tests to work where there's no
73193              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73194      Branch: maint-5.6/perl
73195           !> t/lib/filefind.t
73196 ____________________________________________________________________________
73197 [  7327] By: gsar                                  on 2000/10/16  07:35:34
73198         Log: integrate changes#6166..6168 from cfgperl
73199              
73200              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
73201              in case somebody wants to write an extension for more
73202              shadow database interfaces.
73203              
73204              tweak todo
73205              
73206              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
73207      Branch: maint-5.6/perl
73208           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73209           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
73210           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
73211           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73212           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73213           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73214 ____________________________________________________________________________
73215 [  7326] By: gsar                                  on 2000/10/16  07:29:05
73216         Log: integrate changes#6157,6159..6161,6164 from cfgperl
73217              
73218              Regen Configure to jive with #6149.
73219              
73220              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
73221              
73222              Changes for the File::Temp 0.08 (change #6159) test suite
73223              to fit better into the Perl distribution test framework.
73224              
73225              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
73226              both from Simon Cozens.
73227              
73228              detypo
73229      Branch: maint-5.6/perl
73230           +> pod/perlmodlib.PL pod/perlnewmod.pod
73231           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
73232           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
73233           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73234           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73235 ____________________________________________________________________________
73236 [  7325] By: gsar                                  on 2000/10/16  07:25:13
73237         Log: integrate change#6158 from vmsperl
73238              
73239              Add fallback to tmpfile for use in cases where user's relying on
73240              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
73241              Lane's patch)
73242      Branch: maint-5.6/perl
73243           !> vms/vms.c vms/vmsish.h
73244 ____________________________________________________________________________
73245 [  7324] By: gsar                                  on 2000/10/16  07:20:50
73246         Log: integrate changes#6153..6155 from mainline
73247              
73248              prettier Test::Harness output on failed tests (from Nicholas Clark
73249              <nick@Bagpuss.uk.boo.com>)
73250              
73251              avoid type mismatch warning
73252              
73253              small bug in change#6144; remove random \xA0 character that snuck
73254              in via change#6145
73255      Branch: maint-5.6/perl
73256           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
73257           !> perl.c
73258 ____________________________________________________________________________
73259 [  7323] By: gsar                                  on 2000/10/16  07:18:47
73260         Log: integrate changes#6151,6152 from mainline
73261              
73262              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
73263              
73264              cosmetic fixups of RE debug output (from Ilya Zakharevich)
73265      Branch: maint-5.6/perl
73266           !> regexec.c
73267 ____________________________________________________________________________
73268 [  7322] By: gsar                                  on 2000/10/16  07:17:25
73269         Log: integrate changes#6146..6150 from mainline
73270              
73271              doc typo
73272              
73273              add a make entry to Config.pm so "perl -V:make" works on VMS
73274              (from Peter Prymmer)
73275              
73276              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
73277              
73278              OS/2 tweaks for usethreads build (from Rocco Caputo
73279              <troc@netrus.net>)
73280              
73281              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
73282      Branch: maint-5.6/perl
73283           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
73284           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
73285           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
73286           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
73287           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
73288           !> warnings.pl x2p/a2p.h
73289 ____________________________________________________________________________
73290 [  7321] By: gsar                                  on 2000/10/16  07:14:02
73291         Log: integrate changes#6143..6145 from mainline
73292              
73293              MacOS support, part 1 (from Matthias Neeracher
73294              <neeri@iis.ee.ethz.ch>)
73295              
73296              MacOS support, part 2: make AutoSplit use File::Spec instead
73297              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
73298              <neeri@iis.ee.ethz.ch>)
73299              
73300              make xsubpp skip embedded pod (from Matthias Neeracher
73301              <neeri@iis.ee.ethz.ch>)
73302      Branch: maint-5.6/perl
73303           +> ext/DynaLoader/dl_mac.xs
73304           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
73305           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
73306           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
73307           !> pp_ctl.c proto.h toke.c util.c util.h
73308 ____________________________________________________________________________
73309 [  7320] By: gsar                                  on 2000/10/16  07:12:13
73310         Log: integrate changes#6141,6142 from mainline
73311              
73312              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
73313              forwarded by Peter Seebach from the bsdi-users mailing list.
73314              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
73315              
73316              File::Find fails to chdir when chasing symlinks (from
73317              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73318      Branch: maint-5.6/perl
73319           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
73320 ____________________________________________________________________________
73321 [  7319] By: gsar                                  on 2000/10/16  07:04:30
73322         Log: integrate change#6139 from mainline
73323              
73324              revise mktables.PL for bugs and newness in Unicode 3.0
73325              (from James Bence <jbence@amgen.com>)
73326      Branch: maint-5.6/perl
73327           +> (branch 30 files)
73328           !> (integrate 49 files)
73329 ____________________________________________________________________________
73330 [  7318] By: gsar                                  on 2000/10/16  07:01:01
73331         Log: integrate changes#6137,6138 from mainline
73332              
73333              fix bogus redeclaration warning for "our" variables in different
73334              scopes
73335              
73336              add note about the handling of negative indices to tied arrays
73337              (from Michael G Schwern <schwern@pobox.com>)
73338      Branch: maint-5.6/perl
73339           !> op.c pod/perltie.pod t/pragma/strict-vars
73340 ____________________________________________________________________________
73341 [  7317] By: gsar                                  on 2000/10/16  06:58:46
73342         Log: integrate changes#6127..6136 from mainline
73343              
73344              call_method(...,G_EVAL) can longjmp() out if the method probing
73345              failed (from Gisle Aas)
73346              
73347              new perlxstut example for passing/returning refs to arrays
73348              (from David Lowe <dlowe@pootpoot.com>)
73349              
73350              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
73351              
73352              fix places that mean C<"word" character> but say C<alphanumeric
73353              character>
73354              
73355              avoid warnings in POSIX.pm (from Barrie Slaymaker)
73356              
73357              warnings::enabled() doesn't fall back to looking at $^W if
73358              caller isn't using lexical warnings (from Paul Marquess)
73359              
73360              elide bogus test in change#6132
73361              
73362              make Test::Harness use wait.h/WCOREDUMP if available
73363              (from Ben Tilly <ben_tilly@hotmail.com>)
73364              
73365              enable Test::Harness to dynamically determine column width etc.
73366              (from Rob Napier <rnapier@employees.org>)
73367              
73368              random pod typos (from Peter Scott <Peter@PSDT.com>)
73369      Branch: maint-5.6/perl
73370           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
73371           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
73372           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
73373           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
73374 ____________________________________________________________________________
73375 [  7316] By: gsar                                  on 2000/10/16  06:53:23
73376         Log: integrate change#6126 from mainline
73377              
73378              change#2879 broke rvalue autovivification of magicals such as
73379              ${$num} (reworked variant of patch suggested by Simon Cozens)
73380      Branch: maint-5.6/perl
73381           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
73382           !> pp_hot.c proto.h t/op/gv.t
73383 ____________________________________________________________________________
73384 [  7315] By: gsar                                  on 2000/10/16  06:51:38
73385         Log: integrate changes#6123,6125 from mainline
73386              
73387              clarify gotcha with #line directives (from Rocco Caputo
73388              <troc@netrus.net>)
73389              
73390              enable propagating exception objects via Perl_croak() in XS code
73391              (from Gisle Aas)
73392      Branch: maint-5.6/perl
73393           !> pod/perldebug.pod pod/perlsyn.pod util.c
73394 ____________________________________________________________________________
73395 [  7314] By: gsar                                  on 2000/10/16  06:49:28
73396         Log: integrate change#6122 from mainline
73397              
73398              downgrade fatal error on C<"foo@nosucharray.com"> to optional
73399              warning (from Mark-Jason Dominus)
73400      Branch: maint-5.6/perl
73401           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
73402           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
73403           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
73404           !> toke.c
73405 ____________________________________________________________________________
73406 [  7313] By: gsar                                  on 2000/10/16  06:46:54
73407         Log: integrate changes#6112..6121 from vmsperl
73408              
73409              Check for existence of file before trying to delete
73410              
73411              Ugly workaround for version-specific RTL error
73412              
73413              Urk -- undo previous removal of vmsish 'exit' change
73414              
73415              Add bounds checking for several strings (Charles Lane)
73416              
73417              Miscellaneous cosmetic fixes (Charles Lane)
73418              
73419              Treat sockets as special in sys(read|write) (Charles Lane et al.)
73420              
73421              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
73422              Flatten case labels in switch statements uniformly (Charles Bailey)
73423              
73424              Quiet error messages in vmsish.t (Charles Lane)
73425              
73426              Add missing escape (Charles Lane)
73427              
73428              Allow eliminate_macros() and fixpath() to handle space-delimited
73429              lists (based on fixes by Craig Berry)
73430      Branch: maint-5.6/perl
73431           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
73432           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
73433           !> vms/vmsish.h
73434 ____________________________________________________________________________
73435 [  7312] By: gsar                                  on 2000/10/16  06:41:18
73436         Log: integrate changes#6107,6110 from cfgperl
73437              
73438              Tweak the todo list.
73439              
73440              todo tweak
73441      Branch: maint-5.6/perl
73442           !> Todo-5.6
73443 ____________________________________________________________________________
73444 [  7311] By: gsar                                  on 2000/10/16  06:38:38
73445         Log: integrate changes#6104,6108 from mainline
73446              
73447              PL_sys_intern was being initialized too late on windows
73448              
73449              reenable fake signal handling on Windows, bugs and all
73450      Branch: maint-5.6/perl
73451           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
73452           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
73453           !> win32/win32.c
73454 ____________________________________________________________________________
73455 [  7310] By: gsar                                  on 2000/10/16  06:36:03
73456         Log: integrate changes#6095,6097..6103 from cfgperl
73457              
73458              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
73459              might be useful in future.
73460              
73461              Add a note about possible compilation problems from Allen Smith.
73462              
73463              Add a note about other, yet unsupported, shadow password APIs.
73464              
73465              Tweaks for the cc bugs from Allen Smith.
73466              
73467              More compilation tweakery from Allen Smith.
73468              
73469              Hints and test tweaks for Unicos.
73470              
73471              The test suite tweak in #6101 wasn't quite right.
73472              
73473              Test tweaking for Unicos continues.
73474      Branch: maint-5.6/perl
73475           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73476           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
73477           !> t/lib/complex.t t/op/64bitint.t
73478 ____________________________________________________________________________
73479 [  7309] By: gsar                                  on 2000/10/16  06:29:41
73480         Log: integrate changes#6093,6094 from mainline
73481              
73482              fork() failure to create pseudo process sets errno=EAGAIN and returns
73483              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
73484              
73485              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
73486      Branch: maint-5.6/perl
73487           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73488           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
73489 ____________________________________________________________________________
73490 [  7308] By: gsar                                  on 2000/10/16  06:27:29
73491         Log: integrate change#6092 from cfgperl
73492              
73493              Regen perltoc with the fixed buildtoc.
73494      Branch: maint-5.6/perl
73495           !> pod/perltoc.pod
73496 ____________________________________________________________________________
73497 [  7307] By: gsar                                  on 2000/10/16  06:26:40
73498         Log: integrate changes#6089,6090 from mainline
73499              
73500              buildtoc tweak to fix newline lossage
73501              
73502              concat doesn't preserve utf8-ness, and doesn't invalidate
73503              [NI]OK; added tests for both
73504      Branch: maint-5.6/perl
73505           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
73506 ____________________________________________________________________________
73507 [  7306] By: gsar                                  on 2000/10/16  06:24:05
73508         Log: integrate change#6088 from cfgperl
73509              
73510              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
73511              because we do not use those.  The HAS_GETSPNAM remains,
73512              though, because we still do use that.
73513      Branch: maint-5.6/perl
73514           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73515           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
73516           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
73517           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73518           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73519           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73520 ____________________________________________________________________________
73521 [  7305] By: gsar                                  on 2000/10/16  06:15:52
73522         Log: integrate changes#6084,6085,6087 from mainline
73523              
73524              substr() does not preserve utf8-ness (from Stefan Eissing
73525              <Eissing@medicaldataservice.de>); added tests
73526              
73527              repeat operator (x) doesn't preserve utf8-ness
73528              
73529              reverse() and quotemeta() weren't preserving utf8-ness; add tests
73530      Branch: maint-5.6/perl
73531           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
73532 ____________________________________________________________________________
73533 [  7304] By: gsar                                  on 2000/10/16  06:13:10
73534         Log: integrate changes#6077..6083 from mainline
73535              
73536              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
73537              and Tom Phoenix)
73538              
73539              workaround for CRT bug in chdir() (from Charles Lane, via
73540              Peter Prymmer)
73541              
73542              remove outdated kludge in Carp (NULLs are permitted in diagnostics
73543              now)
73544              
73545              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
73546              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73547              
73548              better default perlbug categories for ok reports (from Richard Foley)
73549              
73550              peek.t non-portable to ithreads
73551              
73552              note about undocumented caller() return value (from M.J.T. Guy);
73553              yet another peek.t tweak
73554      Branch: maint-5.6/perl
73555           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73556           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73557           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
73558           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
73559           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
73560           !> vms/vmsish.h
73561 ____________________________________________________________________________
73562 [  7303] By: gsar                                  on 2000/10/16  06:03:18
73563         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
73564              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
73565              
73566              &HUGE_VAL is not defined, it exists.
73567              
73568              Do not warn that an infinity does not look like a number.
73569              
73570              Rewrite the pwent/spent logic to be a little bit more clearer.
73571              
73572              Continue on the pwent/spent case.
73573              
73574              Correct Freudian slip.
73575              
73576              Use HUGE_VALL if applicable.
73577              
73578              pwent/spent #ifdef imbalance.
73579              
73580              Infinite problems.
73581              
73582              Call getspnam() only iff needd.
73583              
73584              Test both the scalar and list contexts.
73585              
73586              Use setxxent()/endxxent().
73587              
73588              Complex tweakery.
73589              
73590              Unicos hint tweak.
73591              
73592              Be more forgiving in POSIX about HUGE_VALL.
73593              
73594              Detypo.
73595              
73596              The search of infinity continues, this time simplified.
73597              
73598              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
73599              in natively 64-bit platforms where a long is a quad (no need
73600              for long longs).  Also added bias for IVs.
73601              
73602              Complex tweaks.
73603              
73604              Introduce t/lib/peek.t.
73605              
73606              Make the test more portable.
73607      Branch: maint-5.6/perl
73608           +> t/lib/peek.t
73609            ! pp_sys.c
73610           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
73611           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
73612           !> t/op/pwent.t toke.c util.c
73613 ____________________________________________________________________________
73614 [  7302] By: gsar                                  on 2000/10/16  05:03:37
73615         Log: integrate changes#6066..6071 from mainline
73616              
73617              s/END/CHECK/
73618              
73619              replace direct call to sighandler() with (*PL_sighandlerp)()
73620              
73621              note about values()
73622              
73623              File::Spec compatibility update (from Barrie Slaymaker
73624              <barries@slaysys.com>)
73625              
73626              remove misleading comment (from M.J.T. Guy)
73627              
73628              misformatted perllocal.pod (from Tim Jenness
73629              <t.jenness@jach.hawaii.edu>)
73630      Branch: maint-5.6/perl
73631           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73632           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73633           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
73634           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
73635 ____________________________________________________________________________
73636 [  7301] By: gsar                                  on 2000/10/16  05:00:08
73637         Log: integrate changes#6061..6063 from mainline
73638              
73639              change#5921 neglected to make eq honor "use bytes"
73640              
73641              additional tests for utf8.t
73642              
73643              tokeq() could read unallocated field in argument
73644      Branch: maint-5.6/perl
73645           !> sv.c t/pragma/utf8.t toke.c
73646 ____________________________________________________________________________
73647 [  7300] By: gsar                                  on 2000/10/16  04:56:54
73648         Log: integrate changes#6046,6048,6057,6058 from mainline
73649              
73650              libscheck has insufficient checks for n32 libs (from
73651              Albert Chin-A-Young <china@thewrittenword.com>)
73652              
73653              add note about how $( doesn't interpolate in REs (from
73654              Philip Newton <newton@ficus.frogspace.net>)
73655              
73656              fix broken parsing of /\x{ab}/
73657              
73658              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
73659              (spotted by Donald Kinzer <dkinzer@premia.com>)
73660      Branch: maint-5.6/perl
73661           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
73662           !> t/pragma/utf8.t
73663 ____________________________________________________________________________
73664 [  7299] By: gsar                                  on 2000/10/16  04:52:50
73665         Log: integrate change#6044 from mainline
73666              
73667              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
73668              such that underscores are only ignored in literal numbers,
73669              "\x{...}", and hex/oct argument
73670      Branch: maint-5.6/perl
73671           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
73672 ____________________________________________________________________________
73673 [  7298] By: gsar                                  on 2000/10/16  04:50:53
73674         Log: integrate changes#6027..6043 from mainline
73675              
73676              podlators-1.02 update (from Russ Allbery)
73677              
73678              Pod::Man generates groff-incompatible macro definition (from
73679              Tom Christiansen)
73680              
73681              add CGI.pm v2.66 (from Lincoln Stein)
73682              
73683              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
73684              for @- and @+ (from Johan Vromans)
73685              
73686              small nits in diagnostics.pm (from Robin Barker)
73687              
73688              whitespace adjustments
73689              
73690              missing files in MANIFEST
73691              
73692              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
73693              to compensate
73694              
73695              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
73696              
73697              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
73698      Branch: maint-5.6/perl
73699           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
73700           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
73701           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
73702           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
73703           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
73704           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
73705           !> t/lib/cgi-html.t t/lib/cgi-request.t
73706 ____________________________________________________________________________
73707 [  7297] By: gsar                                  on 2000/10/16  04:44:30
73708         Log: integrate change#6025 from mainline
73709              
73710              Is{Alnum,Alpha,Word} don't match titlecase
73711              TODO: IsSpace is defined recursively!
73712              (both spotted by Larry)
73713      Branch: maint-5.6/perl
73714           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73715           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73716 ____________________________________________________________________________
73717 [  7296] By: gsar                                  on 2000/10/16  04:39:30
73718         Log: integrate change#6023 from mainline
73719              
73720              debugger stomps on $. (from M.J.T. Guy)
73721      Branch: maint-5.6/perl
73722           !> lib/perl5db.pl
73723 ____________________________________________________________________________
73724 [  7295] By: gsar                                  on 2000/10/16  04:38:02
73725         Log: integrate change#6022 from mainline
73726              
73727              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
73728      Branch: maint-5.6/perl
73729           !> sv.c
73730 ____________________________________________________________________________
73731 [  7294] By: gsar                                  on 2000/10/16  04:37:05
73732         Log: integrate changes#6018..6021 from mainline
73733              
73734              make lib/syslog.t portable to systems that don't have _PATH_LOG,
73735              make _PATH_LOG() return "" if unavailable
73736              
73737              windows portability tweaks
73738              
73739              test tweak
73740              
73741              remove Win2K issue in pod (fixed by change#6020)
73742      Branch: maint-5.6/perl
73743           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73744           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
73745           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
73746 ____________________________________________________________________________
73747 [  7293] By: gsar                                  on 2000/10/16  04:20:00
73748         Log: integrate changes#6013..6015 from mainline
73749              
73750              tweak change#5945 to display correct switch name in diagnostic
73751              
73752              glob() loading File::Glob behind the scenes may cause syntax errors
73753              
73754              tweak test for portability
73755      Branch: maint-5.6/perl
73756           !> op.c perl.c pod/perldiag.pod t/lib/b.t
73757 ____________________________________________________________________________
73758 [  7292] By: gsar                                  on 2000/10/16  04:18:11
73759         Log: integrate changes#6005..6010 from mainline, cfgperl
73760              
73761              perldoc might fail via "use blib" (from Hugo van der Sanden)
73762              
73763              Regen Configure.
73764              
73765              note about compile failures and END blocks (from M.J.T. Guy)
73766              
73767              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73768              
73769              (change#6009 integrated earlier in change#7255)
73770              
73771              clarify note about shadow password support (from
73772              gellyfish@gellyfish.com)
73773      Branch: maint-5.6/perl
73774           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73775           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
73776           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
73777 ____________________________________________________________________________
73778 [  7291] By: gsar                                  on 2000/10/16  04:12:03
73779         Log: integrate changes#6002,6003 from mainline
73780              
73781              destructive sv_setsv() can lose UV-ness from source, causing
73782              numeric promotions/comparisons to fail to do the right thing
73783              
73784              allow REG_EXPAND_SZ keys in Windows registry (from
73785              John Clayton <John.Clayton@barclayscapital.com>)
73786      Branch: maint-5.6/perl
73787           !> sv.c win32/win32.c
73788 ____________________________________________________________________________
73789 [  7290] By: gsar                                  on 2000/10/16  04:10:19
73790         Log: integrate change#6001 from mainline
73791              
73792              support additional library locations via $Config{otherlibdirs}
73793              (from Andy Dougherty)
73794      Branch: maint-5.6/perl
73795           !> Configure INSTALL Porting/Glossary Porting/config.sh
73796           !> Porting/config_H config_h.SH epoc/config.sh perl.c
73797           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73798           !> win32/config.bc win32/config.gc win32/config.vc
73799 ____________________________________________________________________________
73800 [  7289] By: gsar                                  on 2000/10/16  04:08:28
73801         Log: integrate change#5999 from mainline
73802              
73803              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73804      Branch: maint-5.6/perl
73805           !> t/pragma/warn/toke toke.c
73806 ____________________________________________________________________________
73807 [  7288] By: gsar                                  on 2000/10/16  04:07:01
73808         Log: integrate changes#5997,5998 from cfgperl
73809              
73810              Preserve $!.
73811              
73812              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73813      Branch: maint-5.6/perl
73814           !> lib/Math/Complex.pm
73815 ____________________________________________________________________________
73816 [  7287] By: gsar                                  on 2000/10/16  04:04:37
73817         Log: integrate change#5995 from mainline
73818              
73819              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73820      Branch: maint-5.6/perl
73821           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73822 ____________________________________________________________________________
73823 [  7286] By: gsar                                  on 2000/10/16  04:03:21
73824         Log: integrate change#5994 from mainline
73825              
73826              fix for missed accounting for null byte in pack("Z",...) (from
73827              M.J.T. Guy)
73828      Branch: maint-5.6/perl
73829           !> pp.c t/op/pack.t
73830 ____________________________________________________________________________
73831 [  7285] By: gsar                                  on 2000/10/16  04:02:11
73832         Log: integrate changes#5989..5993 from mainline
73833              
73834              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73835              itself and no other (from Tom Hughes)
73836              
73837              use $ENV{LIB} to search for libs under Visual C compiler
73838              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73839              
73840              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73841              
73842              pod nit (from Simon Cozens)
73843              
73844              various minor tweaks seen on p5p
73845      Branch: maint-5.6/perl
73846           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
73847           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
73848           !> t/op/array.t toke.c
73849 ____________________________________________________________________________
73850 [  7284] By: gsar                                  on 2000/10/16  03:59:00
73851         Log: integrate changes#5978..5988 from mainline
73852              
73853              sync version numbers in File::Spec with the ones on CPAN
73854              (from Barrie Slaymaker)
73855              
73856              under useithreads, constant pad entries could inadvertantly be
73857              shared across threads (from Eric Blood <eblood@xmission.com>);
73858              added Eric's test case to testsuite
73859              
73860              allow Configure -S to run non-interactively (spotted by Greg Hudson
73861              <ghudson@mit.edu>)
73862              
73863              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73864              prototype mismatch with CORE::glob(); update pod and tests to
73865              suit (File::Glob::glob() is still available for backward
73866              compatibility, but should be considered deprecated)
73867              
73868              avoid error in IO::Socket::INET when given an unknown service name
73869              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73870              
73871              numeric conversion of non-number in change#3378 tramples on
73872              OOK offset, causing segfaults
73873              
73874              attributes::reftype() doesn't work on tied argument
73875              
73876              forked child may not exit correctly if it failed to open
73877              /dev/console (from Graham Barr)
73878              
73879              add regular expressions tutorial and quick-start guide (from
73880              Mark Kvale <kvale@phy.ucsf.edu>)
73881              
73882              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73883              
73884              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73885              <paul@miraclefish.com>)
73886      Branch: maint-5.6/perl
73887           +> pod/perlrequick.pod pod/perlretut.pod
73888           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
73889           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
73890           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
73891           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
73892           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73893           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73894           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
73895           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
73896 ____________________________________________________________________________
73897 [  7283] By: gsar                                  on 2000/10/16  03:52:14
73898         Log: integrate change#5977 from mainline
73899              
73900              autoquote barewords followed by newline and arrow properly
73901              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73902      Branch: maint-5.6/perl
73903           !> t/pragma/warn/toke toke.c
73904 ____________________________________________________________________________
73905 [  7282] By: gsar                                  on 2000/10/16  03:50:48
73906         Log: integrate change#5976 from mainline
73907              
73908              DB_File v1.73 update (from Paul Marquess)
73909      Branch: maint-5.6/perl
73910           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
73911           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
73912 ____________________________________________________________________________
73913 [  7281] By: gsar                                  on 2000/10/16  03:49:14
73914         Log: integrate change#5975 from mainline
73915              
73916              allow sort() reentrancy (variant of patch suggested by
73917              Hugo van der Sanden)
73918      Branch: maint-5.6/perl
73919           !> pp_ctl.c t/op/sort.t
73920 ____________________________________________________________________________
73921 [  7280] By: gsar                                  on 2000/10/16  03:48:22
73922         Log: integrate change#5974 from mainline
73923              
73924              change#4197 somehow missed initializing PL_errors, meaning
73925              syntax error queueing wasn't working outside eval"" at all;
73926              also fixed eval"" to localize PL_error_count, so that compile-time
73927              eval's don't clobber the error state of the outer context
73928      Branch: maint-5.6/perl
73929           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73930           !> t/pragma/warn/toke
73931 ____________________________________________________________________________
73932 [  7279] By: gsar                                  on 2000/10/16  03:46:21
73933         Log: integrate change#5973 from mainline
73934              
73935              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73936      Branch: maint-5.6/perl
73937           !> regcomp.c regexec.c t/op/re_tests
73938 ____________________________________________________________________________
73939 [  7278] By: gsar                                  on 2000/10/16  03:44:54
73940         Log: integrate change#5971 from cfgperl
73941              
73942              Unicos tweaks from Mark P. Lutz.
73943      Branch: maint-5.6/perl
73944           !> hints/unicos.sh lib/Math/Complex.pm
73945 ____________________________________________________________________________
73946 [  7277] By: gsar                                  on 2000/10/16  03:42:59
73947         Log: integrate changes#5966..5970 from mainline
73948              
73949              add testsuite for B backends, fix bug in B::Deparse (from
73950              Simon Cozens <simon@brecon.co.uk>)
73951              
73952              improved docs on the warn_uninit diagnostic (from David Glasser
73953              and Simon Cozens)
73954              
73955              tolerate spaces in group names in test on solaris (from David Boyce
73956              <dsb@boyski.com>)
73957              
73958              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73959              
73960              Data::Dumper fumbles negative numbers on 32-bit platforms where
73961              IV is >32bits
73962      Branch: maint-5.6/perl
73963           +> t/lib/b.t t/lib/syslog.t
73964           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73965           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
73966           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
73967 ____________________________________________________________________________
73968 [  7276] By: gsar                                  on 2000/10/16  03:39:30
73969         Log: integrate change#5965 from mainline
73970              
73971              avoid "will not stay shared" warnings for our variables (from
73972              Robin Barker)
73973      Branch: maint-5.6/perl
73974           !> op.c t/pragma/warn/op
73975 ____________________________________________________________________________
73976 [  7275] By: gsar                                  on 2000/10/16  03:38:18
73977         Log: integrate change#5964 from mainline
73978              
73979              reformat to 72 columns (again)
73980      Branch: maint-5.6/perl
73981           !> pod/perldiag.pod
73982 ____________________________________________________________________________
73983 [  7274] By: gsar                                  on 2000/10/16  03:36:58
73984         Log: integrate change#5963 from mainline
73985              
73986              patch from Larry to make (\&) prototype work; added tests for
73987              the same
73988      Branch: maint-5.6/perl
73989           !> op.c t/comp/proto.t
73990 ____________________________________________________________________________
73991 [  7273] By: gsar                                  on 2000/10/16  03:35:51
73992         Log: integrate changes#5956..5962 from mainline
73993              
73994              better diagnostics on failed tests (from Ilya Zakharevich)
73995              
73996              pod nits (from A. C. Yardley <yardley@tanet.net>)
73997              
73998              change#3569 deleted some essential code, revert; avoid use of
73999              atexit() to make DynaLoader work properly on AIX under mod_perl
74000              (from Jens-Uwe Mager <jum@helios.de>)
74001              
74002              doubled words in pods (from Simon Cozens
74003              <simon.p.cozens@jp.pwcglobal.com>)
74004              
74005              better INSTALL notes on Solaris issues (from Dominic Dunlop)
74006              
74007              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
74008              
74009              updated README.hpux (from Jeff Okamoto)
74010      Branch: maint-5.6/perl
74011           !> INSTALL README.hpux emacs/cperl-mode.el
74012           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
74013           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
74014           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
74015           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
74016           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
74017           !> t/op/lex_assign.t
74018 ____________________________________________________________________________
74019 [  7272] By: gsar                                  on 2000/10/16  03:31:22
74020         Log: integrate change#5955 from mainline
74021              
74022              longstanding bug exposed by change#3307: sort arguments weren't
74023              compiled with the right wantarray context (ensuing runtime lookup
74024              via block_gimme() was getting the incidental context of the
74025              sort() itself)
74026      Branch: maint-5.6/perl
74027           !> op.c t/op/sort.t
74028 ____________________________________________________________________________
74029 [  7271] By: gsar                                  on 2000/10/16  03:29:11
74030         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
74031              branch
74032              
74033              Flatten the cpp jungle doing the nosuid checking.
74034              
74035              Do not assume sign propagation. (from M.J.T. Guy)
74036              
74037              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
74038              
74039              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
74040              Now pp_ncmp() returns undef is either operand is a NaN.
74041              
74042              On second thoughts frexp() does have two arguments.
74043              
74044              Document that tr() is not tr(1).
74045              
74046              Be more robust on "extreme" (large absolute value)
74047              arguments.  Originally reported by Daniel Connelly
74048              as a problem with asinh() on large negative arguments,
74049              asinh() used to bail out because an argument to log()
74050              ended up being zero.  Ilya Zakharevich proposed using
74051              Taylor's series in such cases, which for such large
74052              arguments is a very good approximation.
74053              
74054              Undo "use integer" addition from 64bitint as it seems
74055              to break most of the subtests in Digital UNIX;
74056              Unicos needs to find another way.
74057      Branch: maint-5.6/perl
74058           !> (integrate 29 files)
74059 ____________________________________________________________________________
74060 [  7270] By: gsar                                  on 2000/10/16  03:09:44
74061         Log: integrate changes#5948,5949,5950 from mainline
74062              
74063              typo in vars.pm that leads to cryptic message (from Piotr
74064              Piatkowski <kompas@kompas.usr.onet.pl>)
74065              
74066              make perldoc use the pod2man from the same version (from
74067              M.J.T. Guy)
74068              
74069              reformat perldiag to avoid long lines
74070      Branch: maint-5.6/perl
74071           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
74072 ____________________________________________________________________________
74073 [  7269] By: gsar                                  on 2000/10/16  03:05:54
74074         Log: integrate change#5947 from mainline
74075              
74076              use &dl_error rather than &dl_load_file as the guard for calling
74077              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
74078              statically built perl)
74079      Branch: maint-5.6/perl
74080           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
74081 ____________________________________________________________________________
74082 [  7268] By: gsar                                  on 2000/10/16  03:04:48
74083         Log: integrate change#5945 from mainline
74084              
74085              make module name mandatory after -M switch; reorder perldiag
74086              alphabetically (from Mark-Jason Dominus)
74087      Branch: maint-5.6/perl
74088           !> perl.c pod/perldiag.pod
74089 ____________________________________________________________________________
74090 [  7267] By: gsar                                  on 2000/10/16  03:03:01
74091         Log: integrate change#5939 from mainline
74092              
74093              more pod nits (from Larry Virden)
74094      Branch: maint-5.6/perl
74095           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
74096           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
74097           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
74098 ____________________________________________________________________________
74099 [  7266] By: gsar                                  on 2000/10/16  03:01:39
74100         Log: integrate change#5938 from mainline
74101              
74102              Consolidated B::Deparse fixes (from Stephen McCamant)
74103      Branch: maint-5.6/perl
74104           !> ext/B/B/Deparse.pm
74105 ____________________________________________________________________________
74106 [  7265] By: gsar                                  on 2000/10/16  03:00:43
74107         Log: integrate change#5936 from mainline
74108              
74109              additional tests for change#7263 (from Paul Marquess)
74110      Branch: maint-5.6/perl
74111           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
74112           !> t/pragma/warn/5nolint t/pragma/warn/6default
74113 ____________________________________________________________________________
74114 [  7264] By: gsar                                  on 2000/10/16  02:58:34
74115         Log: integrate change#5934 from mainline
74116              
74117              propagate lexical warnings from surrounding scope correctly
74118              within string eval() (from Paul Marquess)
74119      Branch: maint-5.6/perl
74120           !> pp_ctl.c t/pragma/warn/pp_ctl
74121 ____________________________________________________________________________
74122 [  7263] By: gsar                                  on 2000/10/16  02:56:53
74123         Log: integrate change#5932 from mainline
74124              
74125              add rsignal(), whichsig() and do_join() to public API list
74126              (mod_perl uses them to good advantage)
74127      Branch: maint-5.6/perl
74128           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
74129 ____________________________________________________________________________
74130 [  7262] By: gsar                                  on 2000/10/16  02:55:53
74131         Log: integrate change#5931 from mainline
74132              
74133              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
74134      Branch: maint-5.6/perl
74135           !> pp_hot.c regexec.c t/op/pat.t
74136 ____________________________________________________________________________
74137 [  7261] By: gsar                                  on 2000/10/16  02:55:01
74138         Log: integrate change#5930 from mainline
74139              
74140              small os390 tweaks (from Peter Prymmer)
74141      Branch: maint-5.6/perl
74142           !> config_h.SH makedepend.SH
74143 ____________________________________________________________________________
74144 [  7260] By: gsar                                  on 2000/10/16  02:54:10
74145         Log: integrate change#5929 from mainline
74146              
74147              pod nits
74148      Branch: maint-5.6/perl
74149           !> pod/perlguts.pod
74150 ____________________________________________________________________________
74151 [  7259] By: gsar                                  on 2000/10/16  02:52:55
74152         Log: integrate change#5927 from mainline
74153              
74154              arrange for next() to resume at the unstack op rather than the
74155              loop conditional, so that scope cleanup happens correctly
74156              (from Stephen McCamant)
74157      Branch: maint-5.6/perl
74158           !> op.c pp_ctl.c t/op/misc.t
74159 ____________________________________________________________________________
74160 [  7258] By: gsar                                  on 2000/10/16  02:51:38
74161         Log: integrate change#5926 from mainline
74162              
74163              on windows, reserve 16M of stack rather than 128M (allows more
74164              threads to run concurrently)
74165      Branch: maint-5.6/perl
74166           !> win32/Makefile win32/makefile.mk
74167 ____________________________________________________________________________
74168 [  7257] By: gsar                                  on 2000/10/16  02:50:37
74169         Log: integrate change#5925 from mainline
74170              
74171              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
74172      Branch: maint-5.6/perl
74173           !> toke.c
74174 ____________________________________________________________________________
74175 [  7256] By: gsar                                  on 2000/10/16  02:49:36
74176         Log: integrate change#5924 from mainline
74177              
74178              avoid using uninitialized memory in require version check
74179      Branch: maint-5.6/perl
74180           !> pp_ctl.c universal.c
74181 ____________________________________________________________________________
74182 [  7255] By: gsar                                  on 2000/10/16  02:48:03
74183         Log: integrate changes#5923,5928,6009 from mainline
74184              
74185              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
74186      Branch: maint-5.6/perl
74187           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
74188 ____________________________________________________________________________
74189 [  7254] By: gsar                                  on 2000/10/16  02:44:46
74190         Log: integrate change#5922 from mainline
74191              
74192              commentary about IoTYPE() (from Nathan Torkington)
74193      Branch: maint-5.6/perl
74194           !> sv.h
74195 ____________________________________________________________________________
74196 [  7253] By: gsar                                  on 2000/10/16  02:43:49
74197         Log: integrate change#5921 from mainline
74198              
74199              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
74200      Branch: maint-5.6/perl
74201           !> sv.c t/lib/charnames.t t/pragma/utf8.t
74202 ____________________________________________________________________________
74203 [  7252] By: gsar                                  on 2000/10/16  02:42:31
74204         Log: integrate change#5920 from mainline
74205              
74206              Larry's fix for buggy propagation of utf8-ness in join(); add test
74207      Branch: maint-5.6/perl
74208           !> doop.c t/op/ver.t
74209 ____________________________________________________________________________
74210 [  7251] By: gsar                                  on 2000/10/16  02:41:14
74211         Log: integrate changes#5915..5919 from mainline
74212              
74213              various (pod tweaks &c)
74214      Branch: maint-5.6/perl
74215           !> (integrate 33 files)
74216 ____________________________________________________________________________
74217 [  7250] By: gsar                                  on 2000/10/16  02:38:16
74218         Log: integrate change#5914 from mainline
74219              
74220              caller() wasn't returning the right number of elements for
74221              eval {...}
74222      Branch: maint-5.6/perl
74223           !> pp_ctl.c t/pragma/warn/9enabled
74224 ____________________________________________________________________________
74225 [  7249] By: gsar                                  on 2000/10/16  02:37:02
74226         Log: integrate change#5913 from mainline
74227              
74228              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
74229              (from Mark-Jason Dominus)
74230      Branch: maint-5.6/perl
74231           !> pod/perlfunc.pod
74232 ____________________________________________________________________________
74233 [  7248] By: gsar                                  on 2000/10/16  02:35:58
74234         Log: integrate change#5912 from mainline
74235              
74236              fix totally broken caching in UNIVERSAL::isa() (from
74237              Nick Ing-Simmons)
74238      Branch: maint-5.6/perl
74239           !> t/op/universal.t universal.c
74240 ____________________________________________________________________________
74241 [  7247] By: gsar                                  on 2000/10/16  02:34:27
74242         Log: integrate changes#5910,5911 from mainline
74243              
74244              typo in pod
74245              
74246              add linebreak properties from unicode/LineBrk.txt (from
74247              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
74248      Branch: maint-5.6/perl
74249           +> (branch 29 files)
74250           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
74251 ____________________________________________________________________________
74252 [  7246] By: gsar                                  on 2000/10/16  02:33:29
74253         Log: integrate change#5909 from mainline
74254              
74255              mode argument to do_binmode() should be file mode, not boolean
74256      Branch: maint-5.6/perl
74257           !> pp_sys.c
74258 ____________________________________________________________________________
74259 [  7245] By: gsar                                  on 2000/10/16  02:31:04
74260         Log: integrate change#5908 from mainline
74261              
74262              introduce illegal symbols into null package so that
74263              gv_fetchpv(...,TRUE) always returns a valid GV even when the
74264              symbol is trapped by strictures (avoids coredumps)
74265      Branch: maint-5.6/perl
74266           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
74267           !> t/pragma/strict-vars
74268 ____________________________________________________________________________
74269 [  7244] By: jhi                                   on 2000/10/16  02:29:54
74270         Log: Subject: $Carp::ExportLevel confusion in Exporter
74271              From: "Ben Tilly" <ben_tilly@hotmail.com>
74272              Date: Sat, 14 Oct 2000 16:44:34 EDT
74273              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
74274      Branch: perl
74275            ! lib/Exporter/Heavy.pm
74276 ____________________________________________________________________________
74277 [  7243] By: jhi                                   on 2000/10/16  02:28:33
74278         Log: Subject: [PATCH perlguts.pod] Document offset hack
74279              From: Simon Cozens <simon@cozens.net>
74280              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
74281              Date: Sat, 14 Oct 2000 19:32:25 +0100
74282      Branch: perl
74283            ! pod/perlguts.pod
74284 ____________________________________________________________________________
74285 [  7242] By: gsar                                  on 2000/10/16  02:26:51
74286         Log: integrate changes#5905,5906,5907,6064 from mainline
74287              
74288              printf/sprintf didn't get quad types right under use64bitint
74289      Branch: maint-5.6/perl
74290           !> pp_sys.c sv.c t/op/64bitint.t
74291 ____________________________________________________________________________
74292 [  7241] By: jhi                                   on 2000/10/16  02:22:44
74293         Log: Subject: small pod patch
74294              From: Dan Boorstein <dan_boo@bellsouth.net>
74295              Date: Sat, 14 Oct 2000 14:29:24 -0400
74296              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
74297      Branch: perl
74298            ! pod/perlfaq7.pod pod/perlmod.pod
74299 ____________________________________________________________________________
74300 [  7240] By: jhi                                   on 2000/10/16  02:13:46
74301         Log: -w cleanup.
74302              
74303              Subject: Re: Problems with bleadperl 
74304              From: "Stephen P. Potter" <spp@ds.net>
74305              Date: Fri, 13 Oct 2000 13:32:49 -0400
74306              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
74307      Branch: perl
74308            ! t/pragma/overload.t
74309 ____________________________________________________________________________
74310 [  7239] By: jhi                                   on 2000/10/16  01:41:18
74311         Log: One more ~utf8 tweak.
74312      Branch: perl
74313            ! t/op/bop.t
74314 ____________________________________________________________________________
74315 [  7238] By: jhi                                   on 2000/10/16  01:34:14
74316         Log: Tweak the test of #7235.
74317      Branch: perl
74318            ! t/op/bop.t
74319 ____________________________________________________________________________
74320 [  7237] By: jhi                                   on 2000/10/16  01:25:04
74321         Log: Fix a couple of compiler-noted nits in #7235.
74322      Branch: perl
74323            ! pp.c
74324 ____________________________________________________________________________
74325 [  7236] By: jhi                                   on 2000/10/16  01:22:46
74326         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
74327      Branch: perl
74328            ! pp.c pp_hot.c
74329 ____________________________________________________________________________
74330 [  7235] By: jhi                                   on 2000/10/15  16:24:44
74331         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
74332              
74333              From: Simon Cozens <simon@cozens.net>
74334              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
74335              Date: Sat, 14 Oct 2000 20:52:13 +0100
74336              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
74337      Branch: perl
74338            ! pp.c t/op/bop.t utf8.h
74339 ____________________________________________________________________________
74340 [  7234] By: jhi                                   on 2000/10/15  15:19:29
74341         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
74342              The problem was that rx->minlen was in chars while pp_split()
74343              thought it would be in bytes. 
74344      Branch: perl
74345            ! pp.c t/pragma/utf8.t
74346 ____________________________________________________________________________
74347 [  7233] By: jhi                                   on 2000/10/14  20:24:24
74348         Log: Document FNCASE=y as discussed in the bug 20000902.009.
74349      Branch: perl
74350            ! README.dos
74351 ____________________________________________________________________________
74352 [  7232] By: jhi                                   on 2000/10/14  18:52:21
74353         Log: Add test for bug id 20000427.003 (which seems to have
74354              been fixed) (also duplicate as 20000427.004, though
74355              with a higher severity).  Move one utf8 from op/append
74356              to pragma/utf8, tag the tests with bug ids.
74357      Branch: perl
74358            ! t/op/append.t t/pragma/utf8.t
74359 ____________________________________________________________________________
74360 [  7231] By: jhi                                   on 2000/10/14  17:28:37
74361         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
74362      Branch: perl
74363            ! t/pragma/utf8.t
74364 ____________________________________________________________________________
74365 [  7230] By: jhi                                   on 2000/10/14  14:24:50
74366         Log: Needs to be conditional on SunOS 4.
74367              
74368              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
74369              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74370              Date: Sat, 14 Oct 2000 13:37:49 +0100
74371              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
74372      Branch: metaconfig/U/perl
74373            ! End.U
74374      Branch: perl
74375            ! Configure myconfig.SH pod/perldelta.pod
74376 ____________________________________________________________________________
74377 [  7229] By: jhi                                   on 2000/10/14  00:49:22
74378         Log: Update Changes.
74379      Branch: perl
74380            ! Changes patchlevel.h
74381 ____________________________________________________________________________
74382 [  7228] By: jhi                                   on 2000/10/14  00:46:10
74383         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
74384              From: Peter Prymmer <pvhp@forte.com>
74385              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
74386              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
74387      Branch: perl
74388            ! lib/utf8.pm
74389 ____________________________________________________________________________
74390 [  7227] By: jhi                                   on 2000/10/13  23:20:30
74391         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
74392      Branch: perl
74393            ! t/op/tie.t
74394 ____________________________________________________________________________
74395 [  7226] By: jhi                                   on 2000/10/13  22:14:32
74396         Log: Tweak #7225.
74397              
74398              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
74399              From: Peter Prymmer <pvhp@forte.com>
74400              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
74401              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
74402      Branch: perl
74403            ! t/op/sprintf.t
74404 ____________________________________________________________________________
74405 [  7225] By: jhi                                   on 2000/10/13  22:11:31
74406         Log: op/sprintf.t patch for OS/390 (and any other host with limited
74407              floating-point exponent length)
74408              
74409              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
74410              From: Dominic Dunlop <domo@computer.org>
74411              Date: Fri, 13 Oct 2000 19:17:57 +0200
74412              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
74413      Branch: perl
74414            ! t/op/sprintf.t
74415 ____________________________________________________________________________
74416 [  7224] By: jhi                                   on 2000/10/13  18:40:48
74417         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
74418      Branch: perl
74419            ! toke.c
74420 ____________________________________________________________________________
74421 [  7223] By: jhi                                   on 2000/10/13  18:37:13
74422         Log: Thinko in #7222.
74423      Branch: perl
74424            ! utf8.c
74425 ____________________________________________________________________________
74426 [  7222] By: jhi                                   on 2000/10/13  18:05:23
74427         Log: Use UTF8SKIP(), from Simon Cozens.
74428      Branch: perl
74429            ! utf8.c
74430 ____________________________________________________________________________
74431 [  7221] By: jhi                                   on 2000/10/13  15:43:19
74432         Log: (accidentally empty check-in)
74433      Branch: perl
74434            ! utf8.c
74435 ____________________________________________________________________________
74436 [  7220] By: jhi                                   on 2000/10/13  15:23:51
74437         Log: Add (optimistically) Storable to static extensions.
74438      Branch: perl
74439            ! hints/uwin.sh hints/vmesa.sh
74440 ____________________________________________________________________________
74441 [  7219] By: jhi                                   on 2000/10/13  15:20:05
74442         Log: Amdahl UTS doesn't seem to do dynaloading.
74443      Branch: perl
74444            ! hints/uts.sh
74445 ____________________________________________________________________________
74446 [  7218] By: jhi                                   on 2000/10/13  15:15:20
74447         Log: Slight tweak of the code to appease Amdahl UTS cc.
74448      Branch: perl
74449            ! pp.c
74450 ____________________________________________________________________________
74451 [  7217] By: jhi                                   on 2000/10/13  14:50:42
74452         Log: In Amdahl UTS "struct sv" is defined by a system header,
74453              <ksync.h>.
74454      Branch: perl
74455            ! perl.h sv.h
74456 ____________________________________________________________________________
74457 [  7216] By: jhi                                   on 2000/10/13  11:58:25
74458         Log: Ilya implemented the memory profiling API.
74459      Branch: perl
74460            ! Todo
74461 ____________________________________________________________________________
74462 [  7215] By: jhi                                   on 2000/10/13  02:56:38
74463         Log: Subject: [PATCH 5.7.0] Perl API for mstats
74464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74465              Date: Thu, 12 Oct 2000 22:52:40 -0400
74466              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
74467      Branch: perl
74468            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
74469 ____________________________________________________________________________
74470 [  7214] By: jhi                                   on 2000/10/13  02:55:38
74471         Log: Subject: [PATCH 5.7.0] IVs in mtats
74472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74473              Date: Thu, 12 Oct 2000 22:51:04 -0400
74474              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
74475      Branch: perl
74476            ! malloc.c perl.h
74477 ____________________________________________________________________________
74478 [  7213] By: jhi                                   on 2000/10/13  02:31:47
74479         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
74480      Branch: perl
74481            ! pod/perldiag.pod pp_sys.c
74482 ____________________________________________________________________________
74483 [  7212] By: jhi                                   on 2000/10/13  01:27:38
74484         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
74485              From: Peter Prymmer <pvhp@forte.com>
74486              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
74487              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
74488      Branch: perl
74489            ! t/op/oct.t
74490 ____________________________________________________________________________
74491 [  7211] By: jhi                                   on 2000/10/13  00:35:09
74492         Log: Update Changes.
74493      Branch: perl
74494            ! Changes patchlevel.h
74495 ____________________________________________________________________________
74496 [  7210] By: jhi                                   on 2000/10/12  23:59:40
74497         Log: The Install.pm third of
74498              
74499              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74500              From: Bill Campbell <bill@celestial.com>
74501              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74502              Date: Thu, 5 Oct 2000 18:04:51 -0700
74503      Branch: perl
74504            ! lib/ExtUtils/Install.pm
74505 ____________________________________________________________________________
74506 [  7209] By: jhi                                   on 2000/10/12  23:58:43
74507         Log: Two thirds of
74508              
74509              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74510              Date: Thu, 5 Oct 2000 18:04:51 -0700
74511              From: Bill Campbell <bill@celestial.com>
74512              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74513              
74514              The Install.pm changes will be submitted separately because
74515              they need some work and discussion still.
74516      Branch: perl
74517            ! lib/getopts.pl lib/termcap.pl
74518 ____________________________________________________________________________
74519 [  7208] By: jhi                                   on 2000/10/12  23:41:19
74520         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
74521              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74522              Date:     Thu, 12 Oct 2000 07:30:02 EDT
74523              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
74524      Branch: perl
74525            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
74526            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
74527 ____________________________________________________________________________
74528 [  7207] By: jhi                                   on 2000/10/12  23:39:01
74529         Log: An updated EBCDIC tr patch.
74530              
74531              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
74532              From: Peter Prymmer <pvhp@forte.com>
74533              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
74534              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
74535      Branch: perl
74536            ! t/op/tr.t
74537 ____________________________________________________________________________
74538 [  7206] By: jhi                                   on 2000/10/12  23:34:55
74539         Log: Upgrade to CPAN 1.58, from Andreas König.
74540      Branch: perl
74541            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74542 ____________________________________________________________________________
74543 [  7205] By: jhi                                   on 2000/10/12  23:29:08
74544         Log: Introduce the man[24-8] variables, from Andy Dougherty.
74545      Branch: metaconfig/U/perl
74546            + mandirs.U mandirstyle.U
74547      Branch: perl
74548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74549            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
74550            ! vos/config.h vos/config.pl vos/config_h.SH_orig
74551            ! win32/config.bc win32/config.gc win32/config.vc
74552 ____________________________________________________________________________
74553 [  7204] By: gsar                                  on 2000/10/12  18:11:24
74554         Log: restore change#7202
74555      Branch: perl
74556            ! mg.c
74557 ____________________________________________________________________________
74558 [  7203] By: gsar                                  on 2000/10/12  18:09:40
74559         Log: another test of the Emergency Broadcast System--back out 
74560              change#7202
74561      Branch: perl
74562            ! mg.c
74563 ____________________________________________________________________________
74564 [  7202] By: gsar                                  on 2000/10/12  16:40:47
74565         Log: (submitted on behalf of Jarkko)
74566              Fix the lib/encode.t subtest 6 failure as reported by Andreas
74567              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
74568              was unearthed by change 7182, as was a bug in HTML::Entities.
74569      Branch: perl
74570            ! mg.c
74571 ____________________________________________________________________________
74572 [  7201] By: jhi                                   on 2000/10/11  03:16:05
74573         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
74574      Branch: perl
74575            ! pp_hot.c t/pragma/utf8.t
74576 ____________________________________________________________________________
74577 [  7200] By: jhi                                   on 2000/10/11  00:40:30
74578         Log: The #7198 was a false alarm.
74579      Branch: perl
74580            ! pp_hot.c
74581 ____________________________________________________________________________
74582 [  7199] By: jhi                                   on 2000/10/11  00:26:04
74583         Log: Remove duplicated code.
74584      Branch: perl
74585            ! t/lib/cgi-html.t
74586 ____________________________________________________________________________
74587 [  7198] By: jhi                                   on 2000/10/10  23:30:46
74588         Log: (Retracted by #7200.)
74589      Branch: perl
74590            ! pp_hot.c
74591 ____________________________________________________________________________
74592 [  7197] By: jhi                                   on 2000/10/10  21:49:30
74593         Log: Add the test case for #7190, from the original bug report
74594              by Andreas König.
74595      Branch: perl
74596            ! t/pragma/utf8.t
74597 ____________________________________________________________________________
74598 [  7196] By: jhi                                   on 2000/10/10  21:40:49
74599         Log: Reapply Andy's patch and regen Configure.
74600      Branch: perl
74601            ! Configure INSTALL Makefile.SH Porting/Glossary
74602            ! Porting/config.sh config_h.SH epoc/config.sh installperl
74603            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74604            ! win32/config.vc
74605 ____________________________________________________________________________
74606 [  7195] By: jhi                                   on 2000/10/10  21:09:30
74607         Log: Use the versiononly instead of the installscripts,
74608              retract the changes 7146 and 7147.
74609      Branch: perl
74610            ! Configure INSTALL Makefile.SH Porting/Glossary
74611            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
74612            ! installperl uconfig.sh vos/config.def win32/config.bc
74613            ! win32/config.gc win32/config.vc
74614 ____________________________________________________________________________
74615 [  7194] By: jhi                                   on 2000/10/10  21:06:15
74616         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
74617              From: Peter Prymmer <pvhp@forte.com>
74618              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
74619              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
74620      Branch: perl
74621            ! t/op/ver.t
74622 ____________________________________________________________________________
74623 [  7193] By: jhi                                   on 2000/10/10  21:05:12
74624         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
74625              From: Peter Prymmer <pvhp@forte.com>
74626              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
74627              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
74628      Branch: perl
74629            ! t/op/tr.t
74630 ____________________________________________________________________________
74631 [  7192] By: jhi                                   on 2000/10/10  20:57:30
74632         Log: Add versiononly, delete installscripts, from Andy Dougherty.
74633      Branch: metaconfig
74634            - U/installdirs/installscripts.U
74635      Branch: metaconfig/U/perl
74636            + versiononly.U
74637 ____________________________________________________________________________
74638 [  7191] By: jhi                                   on 2000/10/10  19:41:21
74639         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
74640              From: Peter Prymmer <pvhp@forte.com>
74641              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
74642              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
74643      Branch: perl
74644            ! pod/perlebcdic.pod
74645 ____________________________________________________________________________
74646 [  7190] By: jhi                                   on 2000/10/10  19:26:14
74647         Log: Subject: Re: utf8 concat, mg_get
74648              From: Simon Cozens <simon@cozens.net>
74649              Date: Tue, 10 Oct 2000 17:40:17 +0100
74650              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
74651      Branch: perl
74652            ! pp_hot.c
74653 ____________________________________________________________________________
74654 [  7189] By: jhi                                   on 2000/10/10  19:23:03
74655         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
74656              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
74657              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
74658              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
74659      Branch: perl
74660            ! lib/ExtUtils/MM_Unix.pm
74661 ____________________________________________________________________________
74662 [  7188] By: jhi                                   on 2000/10/10  15:31:24
74663         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
74664              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74665              Date: Fri, 14 Jul 2000 10:47:36 +0100
74666              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
74667      Branch: perl
74668            ! README.win32
74669 ____________________________________________________________________________
74670 [  7187] By: jhi                                   on 2000/10/10  13:30:10
74671         Log: Quote the temp file name, needed in Win32 because the
74672              default name unfortunately contains spaces, shouldn't
74673              hurt elsewhere.
74674              
74675              Subject: FW: perldoc fails if $TEMP contains spaces
74676              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74677              Date: Thu, 14 Sep 2000 08:58:45 +0100
74678              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
74679      Branch: perl
74680            ! utils/perldoc.PL
74681 ____________________________________________________________________________
74682 [  7186] By: jhi                                   on 2000/10/10  13:16:27
74683         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
74684              From: hv@hugo.hybyte.com
74685              Date: Tue, 10 Oct 2000 14:10:20 +0100
74686              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
74687      Branch: perl
74688            ! t/lib/thr5005.t util.c
74689 ____________________________________________________________________________
74690 [  7185] By: jhi                                   on 2000/10/10  12:06:22
74691         Log: Upgrade to podlators 1.04, from Russ Allbery.
74692      Branch: perl
74693            ! lib/Pod/Man.pm lib/Pod/Text.pm
74694 ____________________________________________________________________________
74695 [  7184] By: jhi                                   on 2000/10/10  12:01:32
74696         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
74697      Branch: perl
74698            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
74699 ____________________________________________________________________________
74700 [  7183] By: jhi                                   on 2000/10/09  23:47:15
74701         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
74702              From: Peter Prymmer <pvhp@forte.com>
74703              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
74704              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
74705      Branch: perl
74706            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
74707 ____________________________________________________________________________
74708 [  7182] By: jhi                                   on 2000/10/09  23:43:16
74709         Log: Make eq work again with utf8 (disabling the upgrading
74710              should no more be necessary since the copies of the
74711              scalars are upgraded, not the scalars themselves).
74712              Takes care of ID 20001009.001.  (The claimed length()
74713              bug in 20001009.001 seems bogus to me.)
74714      Branch: perl
74715            ! sv.c t/pragma/utf8.t
74716 ____________________________________________________________________________
74717 [  7181] By: gsar                                  on 2000/10/09  19:41:54
74718         Log: tweak for change#7173
74719      Branch: perl
74720            ! win32/win32sck.c
74721 ____________________________________________________________________________
74722 [  7180] By: gsar                                  on 2000/10/09  19:26:56
74723         Log: on Windows, clean targets might not work under some flavors of the shell
74724      Branch: perl
74725            ! win32/Makefile win32/makefile.mk
74726 ____________________________________________________________________________
74727 [  7179] By: jhi                                   on 2000/10/09  19:21:02
74728         Log: Update Changes.
74729      Branch: perl
74730            ! Changes patchlevel.h
74731 ____________________________________________________________________________
74732 [  7178] By: jhi                                   on 2000/10/09  19:18:23
74733         Log: Warn about unknown scripts.
74734              
74735              Subject: Re: ideas? patches? [PATCH bleadperl]
74736              From: Dominic Dunlop <domo@computer.org>
74737              Date: Mon, 9 Oct 2000 14:57:17 +0200
74738              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
74739      Branch: perl
74740            ! lib/charnames.pm
74741 ____________________________________________________________________________
74742 [  7177] By: jhi                                   on 2000/10/09  19:13:27
74743         Log: Change #7160 had a nasty typo.
74744      Branch: metaconfig
74745            ! U/compline/Compile.U
74746      Branch: perl
74747            ! Configure config_h.SH
74748 ____________________________________________________________________________
74749 [  7176] By: gsar                                  on 2000/10/09  18:59:33
74750         Log: pod nit
74751      Branch: perl
74752            ! pod/perlport.pod
74753 ____________________________________________________________________________
74754 [  7175] By: gsar                                  on 2000/10/09  18:54:28
74755         Log: Windows9x doesn't support link(), despite what Config.pm
74756              might think
74757      Branch: perl
74758            ! lib/ExtUtils/Manifest.pm
74759 ____________________________________________________________________________
74760 [  7174] By: gsar                                  on 2000/10/09  18:50:03
74761         Log: avoid nonportable example code
74762      Branch: perl
74763            ! lib/File/Copy.pm
74764 ____________________________________________________________________________
74765 [  7173] By: gsar                                  on 2000/10/09  18:46:54
74766         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
74767              being used) when closing a socket handle
74768      Branch: perl
74769            ! win32/win32.c win32/win32.h win32/win32sck.c
74770 ____________________________________________________________________________
74771 [  7172] By: gsar                                  on 2000/10/09  18:41:40
74772         Log: on Windows, cwd strings in the environment should be of the
74773              form =X:=X:\foo instead of =X=X:\foo\
74774      Branch: perl
74775            ! win32/vdir.h
74776 ____________________________________________________________________________
74777 [  7171] By: gsar                                  on 2000/10/09  18:30:09
74778         Log: on Windows, LoadLibrary() could load an extension DLL multiple
74779              times if forward slashes are used in the path
74780      Branch: perl
74781            ! win32/win32.c
74782 ____________________________________________________________________________
74783 [  7170] By: jhi                                   on 2000/10/09  17:53:59
74784         Log: Add a todo note about overloadable assertions.
74785      Branch: perl
74786            ! Todo-5.6
74787 ____________________________________________________________________________
74788 [  7169] By: jhi                                   on 2000/10/09  13:43:45
74789         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
74790              From: mjd@plover.com
74791              Date: 9 Oct 2000 00:24:44 -0000
74792              Message-ID: <20001009002444.10616.qmail@plover.com>
74793      Branch: perl
74794            ! pod/perldebguts.pod
74795 ____________________________________________________________________________
74796 [  7168] By: nick                                  on 2000/10/08  13:16:33
74797         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
74798              is not right thing to do on (e.g. x86). Network order is also "right" for
74799              X fonts.
74800      Branch: perl
74801            ! ext/Encode/Encode.pm
74802 ____________________________________________________________________________
74803 [  7167] By: nick                                  on 2000/10/08  12:54:42
74804         Log: Make "encodings" work post-install when Encode/*.enc files may not
74805              be in same directory as Encode.pm
74806      Branch: perl
74807            ! ext/Encode/Encode.pm
74808 ____________________________________________________________________________
74809 [  7166] By: nick                                  on 2000/10/08  11:51:26
74810         Log: Work round the fact that $hash->{$key} does not take into account
74811              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
74812              so that key is always in the "expected" encoding - i.e. same way we put
74813              it in the hash.
74814      Branch: perl
74815            ! ext/Encode/Encode.pm
74816 ____________________________________________________________________________
74817 [  7165] By: gsar                                  on 2000/10/08  04:15:29
74818         Log: save_re_context() could reset PL_curcop to freed memory, causing core
74819              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
74820      Branch: perl
74821            ! pp_ctl.c
74822 ____________________________________________________________________________
74823 [  7164] By: jhi                                   on 2000/10/06  20:51:48
74824         Log: UTF8ize split() so that the cloned substrings get the UTF8
74825              flag of the original scalar.  Problem reported by Simon Cozens.
74826      Branch: perl
74827            ! pp.c t/pragma/utf8.t
74828 ____________________________________________________________________________
74829 [  7163] By: nick                                  on 2000/10/06  20:48:34
74830         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
74831              got a false +ve and so did not reach code which would have un-FAKEd the SV.
74832      Branch: perl
74833            ! sv.c
74834 ____________________________________________________________________________
74835 [  7162] By: nick                                  on 2000/10/06  20:25:37
74836         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
74837              To fix  (sort {$a <=> $b} keys %hash) in particular but
74838              should cover a number of other as-yet-unknown cases as well.
74839      Branch: perl
74840            ! sv.c
74841 ____________________________________________________________________________
74842 [  7161] By: jhi                                   on 2000/10/06  19:56:18
74843         Log: Change the version number of Tie::Handle in the core to 4.0,
74844              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
74845              
74846              Subject: Note on Tie::Handle
74847              From: andreas.koenig@anima.de (Andreas J. Koenig)
74848              Date:      06 Oct 2000 21:48:58 +0200
74849              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
74850      Branch: perl
74851            ! lib/Tie/Handle.pm
74852 ____________________________________________________________________________
74853 [  7160] By: jhi                                   on 2000/10/06  18:20:35
74854         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
74855              as the first option of cc/ld because of ultrapicky compilers
74856              (e.g. OS/390 R2.5)
74857      Branch: metaconfig
74858            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
74859            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
74860            ! U/compline/orderlib.U U/modified/Cppsym.U
74861            ! U/modified/d_access.U
74862      Branch: metaconfig/U/perl
74863            ! Checkcc.U d_dlsymun.U gccvers.U
74864      Branch: perl
74865            ! Configure config_h.SH
74866 ____________________________________________________________________________
74867 [  7159] By: jhi                                   on 2000/10/06  13:56:39
74868         Log: Update Changes.
74869      Branch: perl
74870            ! Changes patchlevel.h
74871 ____________________________________________________________________________
74872 [  7158] By: jhi                                   on 2000/10/06  12:48:40
74873         Log: Eliminate $Is_VMS code from the test.
74874              
74875              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
74876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74877              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
74878              Date:     Thu, 5 Oct 2000 07:46:33 EDT
74879      Branch: perl
74880            ! t/lib/b.t
74881 ____________________________________________________________________________
74882 [  7157] By: jhi                                   on 2000/10/06  12:47:13
74883         Log: Also the $ccflags is needed for the C compiler check.
74884              
74885              Subject: Configure (check for C-compiler)
74886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74887              Date: Fri, 06 Oct 2000 08:47:15 +0200
74888              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
74889      Branch: metaconfig/U/perl
74890            ! Checkcc.U
74891      Branch: perl
74892            ! Configure config_h.SH
74893 ____________________________________________________________________________
74894 [  7156] By: jhi                                   on 2000/10/06  11:45:15
74895         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
74896      Branch: perl
74897            ! perl.c pp_ctl.c sv.h utf8.c
74898 ____________________________________________________________________________
74899 [  7155] By: jhi                                   on 2000/10/06  11:40:41
74900         Log: IO::Handle->syswrite() did not handle length omission
74901              like CORE::syswrite() does.
74902              
74903              Subject: [Fwd] IO::Handle, syswrite and arguments
74904              From: Graham Barr <gbarr@pobox.com>
74905              Date: Fri, 6 Oct 2000 10:22:05 +0100
74906              Message-ID: <20001006102205.U6312@pobox.com>
74907              
74908              The original patch from andrew@ugh.net.au.
74909      Branch: perl
74910            ! ext/IO/lib/IO/Handle.pm
74911 ____________________________________________________________________________
74912 [  7154] By: jhi                                   on 2000/10/06  01:42:15
74913         Log: Tweak #7153.
74914      Branch: perl
74915            ! utf8.h
74916 ____________________________________________________________________________
74917 [  7153] By: jhi                                   on 2000/10/06  00:39:55
74918         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
74919      Branch: perl
74920            ! utf8.h
74921 ____________________________________________________________________________
74922 [  7152] By: jhi                                   on 2000/10/06  00:38:11
74923         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
74924      Branch: perl
74925            ! perl.c pp_ctl.c sv.h utf8.c
74926 ____________________________________________________________________________
74927 [  7151] By: jhi                                   on 2000/10/06  00:36:38
74928         Log: Subject: Re: Questions about Tie::Array and perl modules
74929              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74930              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
74931              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
74932              
74933              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
74934      Branch: perl
74935            ! lib/Tie/Array.pm t/op/array.t
74936 ____________________________________________________________________________
74937 [  7150] By: jhi                                   on 2000/10/05  00:20:45
74938         Log: Regen Changes.
74939      Branch: perl
74940            ! Changes patchlevel.h
74941 ____________________________________________________________________________
74942 [  7149] By: jhi                                   on 2000/10/05  00:20:01
74943         Log: Regen toc.
74944      Branch: perl
74945            ! pod/perltoc.pod
74946 ____________________________________________________________________________
74947 [  7148] By: jhi                                   on 2000/10/04  23:35:08
74948         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
74949              reported several times by Dominic Dunlop, for example in
74950              ID 20000315.008.  Patch from Dominic.  Patch affects at
74951              least MachTen, and possibly other oldish BSDs. Should not
74952              break non-broken platforms (tested on LinuxPPC). 
74953      Branch: perl
74954            ! doio.c
74955 ____________________________________________________________________________
74956 [  7147] By: jhi                                   on 2000/10/04  23:26:34
74957         Log: The one that got away from 7146.
74958      Branch: metaconfig
74959            + U/installdirs/installscripts.U
74960 ____________________________________________________________________________
74961 [  7146] By: jhi                                   on 2000/10/04  23:25:04
74962         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
74963              suggested by H. Merijn Brand.
74964      Branch: perl
74965            ! Configure INSTALL Makefile.SH Porting/Glossary
74966            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
74967            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74968            ! win32/config.vc
74969 ____________________________________________________________________________
74970 [  7145] By: jhi                                   on 2000/10/04  22:08:21
74971         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
74972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74973              Date: Wed, 4 Oct 2000 17:37:46 -0400
74974              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
74975      Branch: perl
74976            ! utils/h2xs.PL
74977 ____________________________________________________________________________
74978 [  7144] By: jhi                                   on 2000/10/04  18:11:41
74979         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
74980              From: Jeff Pinyan <jeffp@crusoe.net>
74981              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
74982              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
74983      Branch: perl
74984            ! pod/perlrun.pod
74985 ____________________________________________________________________________
74986 [  7143] By: jhi                                   on 2000/10/04  18:09:58
74987         Log: Subject: perlhack.pod Patch for Externals Tools
74988              From: Fisher Mark <fisherm@tce.com>
74989              Date: Tue, 3 Oct 2000 15:43:27 -0500 
74990              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
74991      Branch: perl
74992            ! pod/perlhack.pod
74993 ____________________________________________________________________________
74994 [  7142] By: jhi                                   on 2000/10/04  18:08:41
74995         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
74996              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74997              Date:     Wed, 4 Oct 2000 12:11:11 EDT
74998              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
74999      Branch: perl
75000            ! vms/vms.c
75001 ____________________________________________________________________________
75002 [  7141] By: jhi                                   on 2000/10/04  12:20:16
75003         Log: Subject: [PATCH 5.7.0] h2xs not working
75004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75005              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
75006              Date: Tue, 3 Oct 2000 21:43:01 -0400
75007              
75008              Subject: [PATCH 5.7.0] h2xs not documenting the created module
75009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75010              Date: Tue, 3 Oct 2000 22:55:19 -0400
75011              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
75012      Branch: perl
75013            ! utils/h2xs.PL
75014 ____________________________________________________________________________
75015 [  7140] By: jhi                                   on 2000/10/04  11:53:44
75016         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
75017              From: nick@babyhippo.com
75018              Date: Wed, 4 Oct 2000 12:06:45 +0100
75019              Message-Id: <20001004120645.A7356@babyhippo.com>
75020              
75021              Retract 7118 and 7135.
75022      Branch: perl
75023            ! installman installperl op.c t/pragma/subs.t
75024 ____________________________________________________________________________
75025 [  7139] By: jhi                                   on 2000/10/03  22:09:41
75026         Log: It is possible to have no hosts database at all.  Pointed out in
75027              
75028              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
75029              From: Peter Prymmer <pvhp@forte.com>
75030              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
75031              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
75032      Branch: metaconfig
75033            ! U/modified/myhostname.U
75034      Branch: perl
75035            ! Configure config_h.SH
75036 ____________________________________________________________________________
75037 [  7138] By: jhi                                   on 2000/10/03  21:49:49
75038         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
75039              From: Peter Prymmer <pvhp@forte.com>
75040              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
75041              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
75042      Branch: perl
75043            ! pp_sys.c
75044 ____________________________________________________________________________
75045 [  7137] By: jhi                                   on 2000/10/03  20:10:05
75046         Log: One remaining nit less at the VMS mailbox sizing.
75047      Branch: perl
75048            ! vms/vms.c
75049 ____________________________________________________________________________
75050 [  7136] By: jhi                                   on 2000/10/03  20:08:47
75051         Log: Test harness update to sync with the new perlcc,
75052              from Simon Cozens.
75053      Branch: perl
75054            ! t/TEST t/UTEST
75055 ____________________________________________________________________________
75056 [  7135] By: jhi                                   on 2000/10/03  15:15:42
75057         Log: Subject: Re: PATCH for 20001003.004
75058              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
75059              From: "AARON B. DOSSETT" <aaron@iglou.com>
75060              Message-Id: <E13gTay-0006od-00@iglou.com>
75061      Branch: perl
75062            ! installman installperl
75063 ____________________________________________________________________________
75064 [  7134] By: jhi                                   on 2000/10/03  15:00:34
75065         Log: Subject: [ID 20001003.006] B::Debug not -w clean
75066              From: Nicholas Clark <nick@babyhippo.co.uk>
75067              Date: Tue, 03 Oct 2000 15:46:32 +0100
75068              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
75069      Branch: perl
75070            ! ext/B/B/Debug.pm
75071 ____________________________________________________________________________
75072 [  7133] By: jhi                                   on 2000/10/03  14:58:39
75073         Log: Scale down the VMS message boxes, by Charles Lane.
75074              Fix for ID 20000903.009, workaround at
75075              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
75076      Branch: perl
75077            ! vms/vms.c
75078 ____________________________________________________________________________
75079 [  7132] By: jhi                                   on 2000/10/03  11:20:37
75080         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
75081      Branch: perl
75082            + t/lib/st-lock.t t/lib/st-utf8.t
75083            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
75084            ! ext/Storable/Storable.xs t/lib/st-recurse.t
75085 ____________________________________________________________________________
75086 [  7131] By: jhi                                   on 2000/10/03  03:38:23
75087         Log: Encode nits.
75088      Branch: perl
75089            ! MANIFEST Makefile.SH
75090 ____________________________________________________________________________
75091 [  7130] By: jhi                                   on 2000/10/03  03:31:05
75092         Log: Update Changes.
75093      Branch: perl
75094            ! Changes patchlevel.h
75095 ____________________________________________________________________________
75096 [  7129] By: jhi                                   on 2000/10/03  02:24:02
75097         Log: Misplaced else.
75098      Branch: metaconfig/U/perl
75099            ! d_strtoll.U
75100      Branch: perl
75101            ! Configure config_h.SH
75102 ____________________________________________________________________________
75103 [  7128] By: jhi                                   on 2000/10/03  02:08:29
75104         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
75105              From: sthoenna@efn.org
75106              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
75107              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
75108      Branch: metaconfig/U/perl
75109            ! d_strtoll.U
75110      Branch: perl
75111            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
75112 ____________________________________________________________________________
75113 [  7127] By: jhi                                   on 2000/10/03  01:13:14
75114         Log: Update Changes.
75115      Branch: perl
75116            ! Changes patchlevel.h
75117 ____________________________________________________________________________
75118 [  7126] By: jhi                                   on 2000/10/03  00:57:08
75119         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
75120              as suggested by Olaf Flebbe and Nick Clark.
75121      Branch: perl
75122            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
75123 ____________________________________________________________________________
75124 [  7125] By: jhi                                   on 2000/10/03  00:50:56
75125         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
75126              From: Nick Clark <nick@plum.flirble.org>
75127              Date: Mon, 2 Oct 2000 11:03:24 +0100
75128              Message-Id: <20001002110324.D20073@plum.flirble.org>
75129              
75130              Also fixes bug ID 20001002.005.
75131      Branch: perl
75132            ! t/lib/encode.t
75133 ____________________________________________________________________________
75134 [  7124] By: jhi                                   on 2000/10/03  00:34:59
75135         Log: Subject: [PATCH 5.7.0] Epoc update
75136              From: Olaf Flebbe <o.flebbe@gmx.de>
75137              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
75138              Message-ID: <26423.969484586@www10.gmx.net>
75139      Branch: perl
75140            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
75141            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
75142            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
75143            ! util.c util.h
75144 ____________________________________________________________________________
75145 [  7123] By: jhi                                   on 2000/10/03  00:30:07
75146         Log: Regen headers.
75147      Branch: perl
75148            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
75149 ____________________________________________________________________________
75150 [  7122] By: jhi                                   on 2000/10/03  00:10:48
75151         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
75152      Branch: perl
75153            ! hints/openbsd.sh
75154 ____________________________________________________________________________
75155 [  7121] By: jhi                                   on 2000/10/03  00:05:06
75156         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
75157              From: <abigail@foad.org>
75158              Date: Tue, 26 Sep 2000 13:36:14 -0400
75159              Message-ID: <20000926173614.4356.qmail@foad.org>
75160      Branch: perl
75161            ! pod/perlop.pod
75162 ____________________________________________________________________________
75163 [  7120] By: jhi                                   on 2000/10/03  00:04:00
75164         Log: Inside require() $^S was always left undefined.
75165              
75166              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
75167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75168              Date: Wed, 27 Sep 2000 18:54:49 -0400
75169              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
75170      Branch: perl
75171            ! cop.h mg.c pp_ctl.c util.c
75172 ____________________________________________________________________________
75173 [  7119] By: jhi                                   on 2000/10/03  00:00:16
75174         Log: Subject: [PATCH] DLL not restartabke with threaded perl
75175              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
75176              Date: Thu, 28 Sep 2000 09:20:46 +0100
75177              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
75178      Branch: perl
75179            ! perl.c
75180 ____________________________________________________________________________
75181 [  7118] By: jhi                                   on 2000/10/02  23:59:20
75182         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
75183              From: Nicholas Clark <nick@ccl4.org>
75184              Date: Thu, 28 Sep 2000 11:52:24 +0100
75185              Message-ID: <20000928115224.D7924@plum.flirble.org>
75186      Branch: perl
75187            ! op.c
75188 ____________________________________________________________________________
75189 [  7117] By: jhi                                   on 2000/10/02  23:57:51
75190         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
75191              From: Nicholas Clark <nick@babyhippo.co.uk>
75192              Date: Thu, 28 Sep 2000 12:18:10 +0100
75193              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
75194              
75195              Did not apply cleanly, manual intervention was needed.
75196      Branch: perl
75197            ! ext/B/B/Bytecode.pm utils/perlcc.PL
75198 ____________________________________________________________________________
75199 [  7116] By: jhi                                   on 2000/10/02  23:50:40
75200         Log: Document the issue (is not a syntax error, kind of)
75201              
75202              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
75203              From: Nicholas Clark <nick@ccl4.org>
75204              Date: Thu, 28 Sep 2000 17:12:42 +0100
75205              Message-ID: <20000928171242.K7924@plum.flirble.org>
75206      Branch: perl
75207            ! pod/perldata.pod
75208 ____________________________________________________________________________
75209 [  7115] By: jhi                                   on 2000/10/02  23:48:58
75210         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
75211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75212              Date: Thu, 28 Sep 2000 21:55:31 -0400
75213              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
75214      Branch: perl
75215            ! regexec.c
75216 ____________________________________________________________________________
75217 [  7114] By: jhi                                   on 2000/10/02  23:47:57
75218         Log: Subject: DOC PATCH 5.6.0
75219              From: mjd@plover.com
75220              Date: 30 Sep 2000 06:02:34 -0000
75221              Message-ID: <20000930060234.4559.qmail@plover.com>
75222      Branch: perl
75223            ! pod/perldebguts.pod
75224 ____________________________________________________________________________
75225 [  7113] By: jhi                                   on 2000/10/02  23:46:43
75226         Log: SOCK_DGRAM and listen() do not mix as reported in
75227              
75228              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
75229              From: Petter Reinholdtsen <pere@hungry.com>
75230              Date: Sun, 1 Oct 2000 10:57:20 +0800
75231              Message-Id: <200010010257.KAA05735@localhost.localdomain>
75232              
75233              The patch for 5.7.0+ had to be reengineered, though.
75234      Branch: perl
75235            ! ext/IO/lib/IO/Socket/UNIX.pm
75236 ____________________________________________________________________________
75237 [  7112] By: jhi                                   on 2000/10/02  23:36:57
75238         Log: Subject: Re: [PATCH 5.005_64 missed]
75239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75240              Date: Sun, 1 Oct 2000 18:50:10 -0400
75241              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
75242      Branch: perl
75243            ! pod/perlxs.pod
75244 ____________________________________________________________________________
75245 [  7111] By: jhi                                   on 2000/10/02  23:35:40
75246         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
75247              From: Radu Greab <radu@netsoft.ro>
75248              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
75249              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
75250      Branch: perl
75251            ! op.c opcode.pl t/op/substr.t
75252 ____________________________________________________________________________
75253 [  7110] By: jhi                                   on 2000/10/02  23:32:38
75254         Log: Subject: [PATCH] Fix aliasing of tied filehandles
75255              From: Daniel Chetlin <daniel@chetlin.com>
75256              Date: Mon, 2 Oct 2000 14:53:27 -0700
75257              Message-ID: <20001002145327.C1617@ilmd>
75258      Branch: perl
75259            ! perl.h pp_hot.c t/op/tiehandle.t
75260 ____________________________________________________________________________
75261 [  7109] By: jhi                                   on 2000/10/02  23:31:30
75262         Log: s/Robin Parker/Robin Barker/
75263      Branch: perl
75264            ! Changes5.6
75265 ____________________________________________________________________________
75266 [  7108] By: jhi                                   on 2000/10/02  23:15:46
75267         Log: Retract #7091 as suggested in
75268              
75269              From: Robin Barker <rmb1@cise.npl.co.uk> 
75270              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
75271              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
75272              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
75273      Branch: perl
75274            ! embed.pl proto.h
75275 ____________________________________________________________________________
75276 [  7107] By: nick                                  on 2000/10/02  18:23:14
75277         Log: A few tweaks to get Tk803 to work with Encode scheme.
75278      Branch: perl
75279            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
75280 ____________________________________________________________________________
75281 [  7106] By: nick                                  on 2000/10/01  21:34:14
75282         Log: Add checking cases to Encode's toUnicode and fromUnicode.
75283      Branch: perl
75284            ! ext/Encode/Encode.pm
75285 ____________________________________________________________________________
75286 [  7105] By: nick                                  on 2000/10/01  17:18:01
75287         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
75288              To read and use them.
75289              Add a lib/encode.t which checks a few things.
75290      Branch: perl
75291            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
75292            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
75293            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
75294            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
75295            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
75296            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
75297            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
75298            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
75299            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
75300            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
75301            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
75302            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
75303            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
75304            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
75305            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
75306            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
75307            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
75308            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
75309            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
75310            + ext/Encode/Encode/iso2022-jp.enc
75311            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
75312            + ext/Encode/Encode/iso8859-1.enc
75313            + ext/Encode/Encode/iso8859-2.enc
75314            + ext/Encode/Encode/iso8859-3.enc
75315            + ext/Encode/Encode/iso8859-4.enc
75316            + ext/Encode/Encode/iso8859-5.enc
75317            + ext/Encode/Encode/iso8859-6.enc
75318            + ext/Encode/Encode/iso8859-7.enc
75319            + ext/Encode/Encode/iso8859-8.enc
75320            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
75321            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
75322            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
75323            + ext/Encode/Encode/macCentEuro.enc
75324            + ext/Encode/Encode/macCroatian.enc
75325            + ext/Encode/Encode/macCyrillic.enc
75326            + ext/Encode/Encode/macDingbats.enc
75327            + ext/Encode/Encode/macGreek.enc
75328            + ext/Encode/Encode/macIceland.enc
75329            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
75330            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
75331            + ext/Encode/Encode/macTurkish.enc
75332            + ext/Encode/Encode/macUkraine.enc
75333            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
75334            + t/lib/encode.t
75335            ! MANIFEST ext/Encode/Encode.pm
75336 ____________________________________________________________________________
75337 [  7104] By: nick                                  on 2000/09/30  13:04:30
75338         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
75339              From: Daniel Chetlin <daniel@chetlin.com>
75340              Date: Mon, 18 Sep 2000 05:05:40 -0700
75341              Message-Id: <20000918050540.C652@ilmd>
75342      Branch: perl
75343            ! lib/overload.pm sv.c t/pragma/overload.t
75344 ____________________________________________________________________________
75345 [  7103] By: nick                                  on 2000/09/30  12:53:36
75346         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
75347              From: Johan Vromans <jvromans@squirrel.nl>
75348              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
75349              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
75350      Branch: perl
75351            ! pod/Makefile.SH
75352 ____________________________________________________________________________
75353 [  7102] By: nick                                  on 2000/09/30  12:52:31
75354         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
75355              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75356              Date: Sat, 16 Sep 2000 16:36:45 -0400
75357              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
75358      Branch: perl
75359            ! ext/B/B/Deparse.pm
75360 ____________________________________________________________________________
75361 [  7101] By: nick                                  on 2000/09/30  12:51:41
75362         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
75363              From: Craig A. Berry <craig.berry@psinetcs.com>
75364              Date: Sat, 16 Sep 2000 10:11:10 -0500
75365              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
75366      Branch: perl
75367            ! vms/vms.c
75368 ____________________________________________________________________________
75369 [  7100] By: nick                                  on 2000/09/30  12:50:33
75370         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75371              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75372              Date: Fri, 15 Sep 2000 16:37:58 -0400
75373              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
75374      Branch: perl
75375            ! t/op/append.t
75376 ____________________________________________________________________________
75377 [  7099] By: nick                                  on 2000/09/30  12:49:35
75378         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75379              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75380              Date: Fri, 15 Sep 2000 16:25:30 -0400
75381              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
75382      Branch: perl
75383            ! pp_hot.c
75384 ____________________________________________________________________________
75385 [  7098] By: nick                                  on 2000/09/30  12:48:00
75386         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
75387              From: Gisle Aas <gisle@ActiveState.com>
75388              Date: 15 Sep 2000 16:23:41 +0200
75389              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
75390      Branch: perl
75391            ! toke.c
75392 ____________________________________________________________________________
75393 [  7097] By: nick                                  on 2000/09/30  12:45:16
75394         Log: Subject: [PATCH] Nits in perlmod.pod
75395              From: Daniel Chetlin <daniel@chetlin.com>
75396              Date: Fri, 15 Sep 2000 02:04:09 -0700
75397              Message-Id: <20000915020409.A2104@ilmd>
75398      Branch: perl
75399            ! pod/perlmod.pod
75400 ____________________________________________________________________________
75401 [  7096] By: nick                                  on 2000/09/30  12:18:00
75402         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
75403              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
75404              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
75405              0 to checking to get the warning.
75406      Branch: perl
75407            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
75408            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
75409            ! regexec.c sv.c toke.c utf8.c
75410 ____________________________________________________________________________
75411 [  7095] By: nick                                  on 2000/09/15  16:55:59
75412         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
75413              
75414              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
75415              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75416              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
75417              Date: Fri, 15 Sep 2000 06:37:30 -0400
75418      Branch: perl
75419            ! ext/Encode/Encode.xs sv.c
75420 ____________________________________________________________________________
75421 [  7094] By: jhi                                   on 2000/09/15  03:23:32
75422         Log: Update Changes.
75423      Branch: perl
75424            ! Changes patchlevel.h
75425 ____________________________________________________________________________
75426 [  7093] By: jhi                                   on 2000/09/15  03:11:44
75427         Log: Fix for the charnames.t failures from Spider Boardman.
75428      Branch: perl
75429            ! toke.c
75430 ____________________________________________________________________________
75431 [  7092] By: jhi                                   on 2000/09/15  00:15:48
75432         Log: Botched the #7090 check-in.
75433      Branch: perl
75434            ! sv.c
75435 ____________________________________________________________________________
75436 [  7091] By: jhi                                   on 2000/09/14  23:33:24
75437         Log: Part of #7081 didn't come through.
75438      Branch: perl
75439            ! embed.pl proto.h
75440 ____________________________________________________________________________
75441 [  7090] By: jhi                                   on 2000/09/14  23:17:39
75442         Log: Subject: Re: perl@7078 
75443              From: Spider Boardman <spider@web.zk3.dec.com>
75444              Date: Thu, 14 Sep 2000 19:06:36 -0400
75445              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
75446      Branch: perl
75447            ! sv.c toke.c
75448 ____________________________________________________________________________
75449 [  7089] By: jhi                                   on 2000/09/14  23:11:21
75450         Log: Small portability tweaks.
75451      Branch: perl
75452            ! ext/Encode/Encode.xs
75453 ____________________________________________________________________________
75454 [  7088] By: jhi                                   on 2000/09/14  22:57:23
75455         Log: Fake return to pacify picky compilers.
75456      Branch: perl
75457            ! ext/Encode/Encode.xs
75458 ____________________________________________________________________________
75459 [  7087] By: jhi                                   on 2000/09/14  22:53:37
75460         Log: Subject: [PATCH] utf8.c apidoc
75461              From: Simon Cozens <simon@cozens.net>
75462              Date: Thu, 14 Sep 2000 23:46:57 +0100
75463              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
75464      Branch: perl
75465            ! perlapi.c pod/perlapi.pod utf8.c
75466 ____________________________________________________________________________
75467 [  7086] By: jhi                                   on 2000/09/14  22:40:38
75468         Log: We don't need to count the high bit bytes, a boolean is enough. 
75469      Branch: perl
75470            ! sv.c
75471 ____________________________________________________________________________
75472 [  7085] By: jhi                                   on 2000/09/14  21:20:09
75473         Log: Replace #7084 with
75474              
75475              Subject: Re: perl@7078 
75476              From: Spider Boardman <spider@web.zk3.dec.com>
75477              Date: Thu, 14 Sep 2000 17:09:36 -0400
75478              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
75479      Branch: perl
75480            ! sv.c utf8.c
75481 ____________________________________________________________________________
75482 [  7084] By: jhi                                   on 2000/09/14  20:03:34
75483         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
75484              convertible to bytes by checking it doesn't go above 0xc3
75485              
75486              Subject: Re: perl@7078
75487              From: Simon Cozens <simon@cozens.net>
75488              Date: Thu, 14 Sep 2000 20:59:19 +0100
75489              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
75490      Branch: perl
75491            ! utf8.c
75492 ____________________________________________________________________________
75493 [  7083] By: jhi                                   on 2000/09/14  19:38:47
75494         Log: Subject: Re: perl@7078
75495              From: Simon Cozens <simon@cozens.net>
75496              Date: Thu, 14 Sep 2000 20:13:09 +0100
75497              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
75498      Branch: perl
75499            ! t/op/bop.t
75500 ____________________________________________________________________________
75501 [  7082] By: jhi                                   on 2000/09/14  17:50:44
75502         Log: The one that got away.
75503      Branch: perl
75504            ! lib/File/Find.pm
75505 ____________________________________________________________________________
75506 [  7081] By: jhi                                   on 2000/09/14  17:45:35
75507         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
75508              From: Robin Barker <rmb1@cise.npl.co.uk>
75509              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
75510              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
75511      Branch: perl
75512            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
75513            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
75514            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
75515            ! regcomp.c toke.c universal.c
75516 ____________________________________________________________________________
75517 [  7080] By: jhi                                   on 2000/09/14  17:40:35
75518         Log: Problems picked up by AIX cc.
75519              
75520              Subject: Re: perl@7078 (patch included)
75521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75522              Date: Thu, 14 Sep 2000 18:53:30 +0200
75523              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
75524      Branch: perl
75525            ! ext/Encode/Encode.xs
75526 ____________________________________________________________________________
75527 [  7079] By: jhi                                   on 2000/09/14  17:38:27
75528         Log: Subject: File::Find 5.7.0 POD nits
75529              From: Rich Morin <rdm@cfcl.com>
75530              Date: Wed, 13 Sep 2000 22:03:58 -0700
75531              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
75532      Branch: perl
75533            ! lib/File/Find.pm
75534 ____________________________________________________________________________
75535 [  7078] By: jhi                                   on 2000/09/14  14:58:20
75536         Log: Update Changes.
75537      Branch: perl
75538            ! Changes patchlevel.h
75539 ____________________________________________________________________________
75540 [  7077] By: jhi                                   on 2000/09/14  14:55:54
75541         Log: Compilation warnings and an error.
75542      Branch: perl
75543            ! sv.c
75544 ____________________________________________________________________________
75545 [  7076] By: jhi                                   on 2000/09/14  14:42:56
75546         Log: Fix for a parsing bug, not for the original bug.
75547              
75548              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
75549              From: Spider Boardman <spider@web.zk3.dec.com>
75550              Date: Wed, 13 Sep 2000 17:52:20 -0400
75551              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
75552      Branch: perl
75553            ! regcomp.c
75554 ____________________________________________________________________________
75555 [  7075] By: jhi                                   on 2000/09/14  14:40:40
75556         Log: Batch of UTF-8 patches from Simon Cozens.
75557      Branch: perl
75558            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
75559            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
75560            ! toke.c utf8.c
75561 ____________________________________________________________________________
75562 [  7074] By: jhi                                   on 2000/09/14  14:29:58
75563         Log: Subject: Re: Two advertising clauses need to be removed
75564              From: Russ Allbery <rra@stanford.edu>
75565              Date: 13 Sep 2000 18:50:26 -0700
75566              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
75567      Branch: perl
75568            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
75569 ____________________________________________________________________________
75570 [  7073] By: jhi                                   on 2000/09/14  14:28:20
75571         Log: Subject: [PATCH] de-wall t/README
75572              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75573              Date: Wed, 13 Sep 2000 17:46:55 -0700
75574              Message-ID: <//Bw5gzkge/e092yn@efn.org>
75575      Branch: perl
75576            ! t/README
75577 ____________________________________________________________________________
75578 [  7072] By: jhi                                   on 2000/09/14  14:25:10
75579         Log: Hints optimization.
75580              
75581              Subject: Minor nit
75582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75583              Date: Wed, 13 Sep 2000 21:42:07 +0200
75584              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
75585      Branch: perl
75586            ! hints/hpux.sh
75587 ____________________________________________________________________________
75588 [  7071] By: jhi                                   on 2000/09/14  14:23:30
75589         Log: Allow chop() and chomp() to be overridden.
75590              
75591              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
75592              From: "Casey R. Tweten" <crt@kiski.net>
75593              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
75594              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
75595      Branch: perl
75596            ! toke.c
75597 ____________________________________________________________________________
75598 [  7070] By: jhi                                   on 2000/09/14  14:20:36
75599         Log: The return value of setlocale must be copied away.
75600              
75601              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
75602              From: Alan Burlison <Alan.Burlison@uk.sun.com>
75603              Date: Wed, 13 Sep 2000 16:27:37 +0100 
75604              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
75605      Branch: perl
75606            ! util.c
75607 ____________________________________________________________________________
75608 [  7069] By: jhi                                   on 2000/09/14  14:16:27
75609         Log: Remove vestiges of tr//CU.
75610              
75611              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75612              From: Nick Clark <nick@plum.flirble.org>
75613              Date: Tue, 12 Sep 2000 22:50:14 +0100
75614              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
75615              
75616              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75617              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75618              Date: Tue, 12 Sep 2000 21:38:48 -0700
75619              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
75620      Branch: perl
75621            ! op.h pod/perlunicode.pod
75622 ____________________________________________________________________________
75623 [  7068] By: jhi                                   on 2000/09/13  14:18:39
75624         Log: Add the Encode extension.  The code is still largely just skeleton.
75625      Branch: perl
75626            + ext/Encode/Encode.pm ext/Encode/Encode.xs
75627            + ext/Encode/Makefile.PL ext/Encode/Todo
75628            ! MANIFEST Todo-5.6
75629 ____________________________________________________________________________
75630 [  7067] By: jhi                                   on 2000/09/12  17:43:33
75631         Log: Allow for whitespace between "#" and "line" in cpp output.
75632              
75633              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
75634              From: Calle Dybedahl <calle@lysator.liu.se>
75635              Date: 12 Sep 2000 19:38:02 +0200 
75636              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
75637      Branch: perl
75638            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
75639 ____________________________________________________________________________
75640 [  7066] By: gsar                                  on 2000/09/12  17:24:29
75641         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
75642              initialization in all the threads on Windows
75643      Branch: perl
75644            ! win32/win32.c
75645 ____________________________________________________________________________
75646 [  7065] By: jhi                                   on 2000/09/12  15:11:31
75647         Log: Update Changes.
75648      Branch: perl
75649            ! Changes patchlevel.h
75650 ____________________________________________________________________________
75651 [  7064] By: jhi                                   on 2000/09/12  14:54:54
75652         Log: Retract #7062, the pod tests are not ready.
75653      Branch: perl
75654            ! t/TEST t/harness
75655 ____________________________________________________________________________
75656 [  7063] By: jhi                                   on 2000/09/12  14:25:41
75657         Log: The #7054 truncated Configure badly.
75658      Branch: metaconfig/U/perl
75659            ! End.U
75660      Branch: perl
75661            ! Configure config_h.SH
75662 ____________________________________________________________________________
75663 [  7062] By: jhi                                   on 2000/09/12  14:08:32
75664         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
75665              From: sthoenna@efn.org
75666              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
75667              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
75668      Branch: perl
75669            ! t/TEST t/harness
75670 ____________________________________________________________________________
75671 [  7061] By: jhi                                   on 2000/09/12  14:07:18
75672         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
75673              From: sthoenna@efn.org
75674              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
75675              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
75676      Branch: perl
75677            ! pod/perlxs.pod
75678 ____________________________________________________________________________
75679 [  7060] By: jhi                                   on 2000/09/12  14:06:08
75680         Log: Break up the myconfig lines a bit.
75681              
75682              Subject: perlbug/perl -V output format
75683              From: sthoenna@efn.org
75684              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
75685              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
75686      Branch: perl
75687            ! myconfig.SH
75688 ____________________________________________________________________________
75689 [  7059] By: jhi                                   on 2000/09/12  14:05:04
75690         Log: Test for the #7049.
75691              
75692              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
75693              From: andreas.koenig@anima.de (Andreas J. Koenig)
75694              Date: 12 Sep 2000 06:42:01 +0200
75695              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
75696      Branch: perl
75697            ! t/op/my.t
75698 ____________________________________________________________________________
75699 [  7058] By: jhi                                   on 2000/09/12  14:03:05
75700         Log: Subject: [patch: perl@7045] vms updates
75701              From: Peter Prymmer <pvhp@forte.com>
75702              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
75703              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
75704      Branch: perl
75705            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
75706 ____________________________________________________________________________
75707 [  7057] By: jhi                                   on 2000/09/12  14:00:51
75708         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
75709              From: sthoenna@efn.org
75710              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
75711              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
75712      Branch: perl
75713            ! t/op/64bitint.t
75714 ____________________________________________________________________________
75715 [  7056] By: jhi                                   on 2000/09/12  13:58:14
75716         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
75717              From: Jeff Pinyan <jeffp@crusoe.net>
75718              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
75719              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
75720      Branch: perl
75721            ! pod/perlfunc.pod
75722 ____________________________________________________________________________
75723 [  7055] By: jhi                                   on 2000/09/12  13:56:32
75724         Log: Do in VMS as the #7054 does.
75725      Branch: perl
75726            ! configure.com
75727 ____________________________________________________________________________
75728 [  7054] By: jhi                                   on 2000/09/12  13:50:31
75729         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
75730              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75731              Date: Mon, 11 Sep 2000 08:33:09 +0100
75732              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
75733      Branch: metaconfig/U/perl
75734            ! End.U
75735      Branch: perl
75736            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
75737            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
75738 ____________________________________________________________________________
75739 [  7053] By: jhi                                   on 2000/09/12  13:29:19
75740         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
75741              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75742              Date:     Tue, 12 Sep 2000 08:35:59 EDT
75743              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
75744      Branch: perl
75745            ! vms/test.com
75746 ____________________________________________________________________________
75747 [  7052] By: jhi                                   on 2000/09/11  23:01:50
75748         Log: Document the SvUTF8*().
75749      Branch: perl
75750            ! pod/perlapi.pod sv.h
75751 ____________________________________________________________________________
75752 [  7051] By: gsar                                  on 2000/09/11  14:46:30
75753         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
75754              (missed a spot when fixing up op_pmreplroot hack for ithreads)
75755      Branch: perl
75756            ! op.c t/op/split.t
75757 ____________________________________________________________________________
75758 [  7050] By: nick                                  on 2000/09/11  10:03:51
75759         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
75760              
75761              Subject: borland C++ win32.c tweak
75762              From: Vadim Konovalov <vkonovalov@lucent.com>
75763              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
75764              Date: Mon, 11 Sep 2000 11:22:33 +0400
75765      Branch: perl
75766            ! win32/win32.c
75767 ____________________________________________________________________________
75768 [  7049] By: nick                                  on 2000/09/11  09:57:33
75769         Log: Point fix for s/// on foreach (keys %xxx).
75770      Branch: perl
75771            ! pp_hot.c
75772 ____________________________________________________________________________
75773 [  7048] By: jhi                                   on 2000/09/10  23:37:09
75774         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
75775              by Pod::Text, from Brad Appleton.
75776      Branch: perl
75777            ! t/pod/testp2pt.pl
75778 ____________________________________________________________________________
75779 [  7047] By: jhi                                   on 2000/09/10  14:32:53
75780         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
75781              by Russ Allbery.
75782      Branch: perl
75783            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
75784 ____________________________________________________________________________
75785 [  7046] By: jhi                                   on 2000/09/10  14:15:08
75786         Log: Upgrade to CPAN 1.57_65, from Andreas König.
75787      Branch: perl
75788            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75789 ____________________________________________________________________________
75790 [  7045] By: jhi                                   on 2000/09/08  21:36:32
75791         Log: Update Changes.
75792      Branch: perl
75793            ! Changes patchlevel.h
75794 ____________________________________________________________________________
75795 [  7044] By: jhi                                   on 2000/09/08  21:29:56
75796         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
75797              From: Peter Prymmer <pvhp@forte.com>
75798              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
75799              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
75800      Branch: perl
75801            ! configure.com
75802 ____________________________________________________________________________
75803 [  7043] By: jhi                                   on 2000/09/08  21:27:50
75804         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
75805              From: Peter Prymmer <pvhp@forte.com>
75806              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
75807              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
75808      Branch: perl
75809            ! Makefile.SH installperl
75810 ____________________________________________________________________________
75811 [  7042] By: jhi                                   on 2000/09/08  21:23:21
75812         Log: Continue #7041.
75813      Branch: perl
75814            ! cygwin/Makefile.SHs os2/Makefile.SHs
75815 ____________________________________________________________________________
75816 [  7041] By: jhi                                   on 2000/09/08  21:18:10
75817         Log: Do away with memory models cruft.  Sorry, PDP users.
75818      Branch: metaconfig
75819            ! U/modified/cc.U U/modified/libpth.U
75820      Branch: perl
75821            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
75822            ! Porting/config_H cflags.SH config_h.SH configure.com
75823            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
75824            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
75825            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
75826 ____________________________________________________________________________
75827 [  7040] By: jhi                                   on 2000/09/08  14:34:18
75828         Log: Major rewrite of s2p.  And I mean really major, it is
75829              an implementation of sed in perl.  If called as s2p it
75830              will function as s2p.  Note: needs non-UNIXifying.
75831              
75832              Subject: s2p
75833              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75834              Date: Mon, 28 Aug 2000 14:05:12 +0200
75835              Message-ID: <39AA5578.2102E2AA@alcatel.at>
75836      Branch: perl
75837            ! x2p/s2p.PL
75838 ____________________________________________________________________________
75839 [  7039] By: jhi                                   on 2000/09/08  14:19:49
75840         Log: Re-allow vec() for characters > 255.
75841              
75842              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
75843              From: Spider Boardman <spider@web.zk3.dec.com>
75844              Date: Fri, 08 Sep 2000 02:21:02 -0400
75845              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
75846      Branch: perl
75847            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
75848            ! t/op/vec.t
75849 ____________________________________________________________________________
75850 [  7038] By: jhi                                   on 2000/09/08  14:14:18
75851         Log: Subject: [PATCH lib/Benchmark.pm]
75852              From: <abigail@foad.org>
75853              Date: Thu, 7 Sep 2000 15:03:20 -0400
75854              Message-ID: <20000907190320.888.qmail@foad.org>
75855      Branch: perl
75856            ! lib/Benchmark.pm
75857 ____________________________________________________________________________
75858 [  7037] By: jhi                                   on 2000/09/08  14:11:06
75859         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
75860              
75861              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
75862              From: Spider Boardman <spider@web.zk3.dec.com>
75863              Date: Fri, 08 Sep 2000 01:30:27 -0400
75864              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
75865      Branch: perl
75866            ! op.c
75867 ____________________________________________________________________________
75868 [  7036] By: jhi                                   on 2000/09/08  14:08:58
75869         Log: Subject: [ID 20000908.002] perlipc documentation bug.
75870              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
75871              Date: Fri, 08 Sep 2000 12:38:32 +0200
75872              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
75873      Branch: perl
75874            ! pod/perlipc.pod
75875 ____________________________________________________________________________
75876 [  7035] By: jhi                                   on 2000/09/08  14:03:12
75877         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75879              Date: Fri, 08 Sep 2000 11:47:34 +0200
75880              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
75881      Branch: perl
75882            ! hints/dec_osf.sh
75883 ____________________________________________________________________________
75884 [  7034] By: jhi                                   on 2000/09/08  13:59:35
75885         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
75886              From: Simon Cozens <simon@cozens.net>
75887              Date: Thu, 7 Sep 2000 20:40:38 +0100
75888              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
75889      Branch: perl
75890            ! pp_hot.c
75891 ____________________________________________________________________________
75892 [  7033] By: jhi                                   on 2000/09/08  04:03:03
75893         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
75894              From: "Larry W. Virden" <lvirden@cas.org>
75895              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
75896              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
75897      Branch: perl
75898            ! pod/perldiag.pod
75899 ____________________________________________________________________________
75900 [  7032] By: jhi                                   on 2000/09/07  22:18:30
75901         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
75902              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
75903              Date: Mon, 04 Sep 2000 13:16:38 -0700
75904              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
75905      Branch: perl
75906            ! lib/perl5db.pl
75907 ____________________________________________________________________________
75908 [  7031] By: jhi                                   on 2000/09/07  22:02:29
75909         Log: Fix the ccversion detection for 5.1 and beyond.
75910              
75911              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75912              From: Spider Boardman <spider@leggy.zk3.dec.com>
75913              Date: Thu, 7 Sep 2000 17:54:27 -0400
75914              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
75915      Branch: perl
75916            ! hints/dec_osf.sh
75917 ____________________________________________________________________________
75918 [  7030] By: jhi                                   on 2000/09/07  19:12:28
75919         Log: Fix for
75920              
75921              Subject: [ID 20000903.001] \w in utf8-strings
75922              From: Marc Lehmann <pcg@goof.com>
75923              Date: Sun, 03 Sep 2000 09:44:29 +0200
75924              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
75925              
75926              and various related nits.
75927      Branch: perl
75928            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
75929 ____________________________________________________________________________
75930 [  7029] By: jhi                                   on 2000/09/07  18:49:09
75931         Log: Fix the URL, but the server is still missing in action.
75932              
75933              Subject: [ID 20000905.002] perlfaq1.pod URL error
75934              From: "Larry W. Virden" <lvirden@cas.org>
75935              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
75936              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
75937      Branch: perl
75938            ! pod/perlfaq1.pod
75939 ____________________________________________________________________________
75940 [  7028] By: jhi                                   on 2000/09/07  18:47:13
75941         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
75942              From: Hugo <hv@crypt.compulink.co.uk>
75943              Date: Tue, 05 Sep 2000 14:13:37 +0100
75944              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
75945      Branch: perl
75946            ! toke.c
75947 ____________________________________________________________________________
75948 [  7027] By: jhi                                   on 2000/09/07  18:45:35
75949         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
75950              From: Daniel Chetlin <daniel@chetlin.com>
75951              Date: Tue, 5 Sep 2000 04:57:07 -0700
75952              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
75953      Branch: perl
75954            ! pod/perlfaq6.pod pod/perlop.pod
75955 ____________________________________________________________________________
75956 [  7026] By: jhi                                   on 2000/09/07  18:44:01
75957         Log: Document the new ref() semantics.
75958              
75959              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75960              From: Gisle Aas <gisle@ActiveState.com>
75961              Date: 05 Sep 2000 08:10:30 +0200
75962              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
75963      Branch: perl
75964            ! pod/perldelta.pod
75965 ____________________________________________________________________________
75966 [  7025] By: jhi                                   on 2000/09/07  18:42:27
75967         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
75968              
75969              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75970              From: Gisle Aas <gisle@ActiveState.com>
75971              Date: 05 Sep 2000 08:11:40 +0200
75972              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
75973      Branch: perl
75974            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
75975 ____________________________________________________________________________
75976 [  7024] By: jhi                                   on 2000/09/07  18:39:32
75977         Log: Subject: [PATCH] Modernize Opcode.pm documentation
75978              From: Gisle Aas <gisle@ActiveState.com>
75979              Date: 4 Sep 2000 00:18:55 -0000
75980              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
75981      Branch: perl
75982            ! ext/Opcode/Opcode.pm
75983 ____________________________________________________________________________
75984 [  7023] By: jhi                                   on 2000/09/07  18:37:42
75985         Log: Subject: [PATCH] Tied filehandle documentation
75986              From: Gisle Aas <gisle@ActiveState.com>
75987              Date: 4 Sep 2000 00:14:40 -0000
75988              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
75989      Branch: perl
75990            ! pod/perlfunc.pod pod/perltie.pod
75991 ____________________________________________________________________________
75992 [  7022] By: jhi                                   on 2000/09/07  18:35:37
75993         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
75994              From: Gisle Aas <gisle@ActiveState.com>
75995              Date: 4 Sep 2000 00:04:22 -0000
75996              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
75997      Branch: perl
75998            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
75999 ____________________________________________________________________________
76000 [  7021] By: jhi                                   on 2000/09/07  18:33:22
76001         Log: Subject: small apidoc fix
76002              From: Marc Lehmann <pcg@goof.com>
76003              Date: Sun, 3 Sep 2000 05:12:06 +0200
76004              Message-ID: <20000903051206.A5909@cerebro.laendle>
76005      Branch: perl
76006            ! pod/perlapi.pod utf8.c
76007 ____________________________________________________________________________
76008 [  7020] By: jhi                                   on 2000/09/07  16:14:57
76009         Log: Tiny perldelta nits.
76010      Branch: perl
76011            ! pod/perldelta.pod
76012 ____________________________________________________________________________
76013 [  7019] By: jhi                                   on 2000/09/07  16:04:20
76014         Log: Guard against bad string->int conversion for quads.
76015      Branch: perl
76016            ! t/op/64bitint.t
76017 ____________________________________________________________________________
76018 [  7018] By: jhi                                   on 2000/09/06  17:07:03
76019         Log: Update Unicode todo list.
76020      Branch: perl
76021            ! Todo-5.6
76022 ____________________________________________________________________________
76023 [  7017] By: jhi                                   on 2000/09/05  21:16:01
76024         Log: Document the SvIOK_.*UV().
76025      Branch: perl
76026            ! pod/perlapi.pod sv.h
76027 ____________________________________________________________________________
76028 [  7016] By: nick                                  on 2000/09/03  21:54:46
76029         Log: Hash lookup of constant strings optimization:
76030              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
76031              to string table (as per sharepvn). Add newSV_pvn_share to create such
76032              a thing. Make hv.c compare addresses of strings and skip string compare
76033              if equal. Make method_named and helem ops use these shared-string SVs
76034              when arg is constant. Make keys op return shared-string SVs (less clearly
76035              a win).
76036      Branch: perl
76037            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
76038            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
76039            ! pod/perlintern.pod pp_hot.c proto.h sv.c
76040 ____________________________________________________________________________
76041 [  7015] By: jhi                                   on 2000/09/02  17:48:59
76042         Log: This is 5.7.0.
76043      Branch: perl
76044            ! Changes
76045 ____________________________________________________________________________
76046 [  7014] By: jhi                                   on 2000/09/02  17:35:45
76047         Log: Changes and patchlevel tweaks.
76048      Branch: perl
76049            ! Changes patchlevel.h
76050 ____________________________________________________________________________
76051 [  7013] By: jhi                                   on 2000/09/02  17:30:50
76052         Log: Update Changes.
76053      Branch: perl
76054            ! Changes patchlevel.h
76055 ____________________________________________________________________________
76056 [  7012] By: nick                                  on 2000/09/02  17:25:20
76057         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
76058      Branch: perl
76059            ! gv.c lib/overload.pm
76060 ____________________________________________________________________________
76061 [  7011] By: jhi                                   on 2000/09/02  17:16:25
76062         Log: Update perlhist.
76063      Branch: perl
76064            ! pod/perlhist.pod
76065 ____________________________________________________________________________
76066 [  7010] By: jhi                                   on 2000/09/02  17:01:35
76067         Log: perldelta nits.
76068      Branch: perl
76069            ! pod/perldelta.pod
76070 ____________________________________________________________________________
76071 [  7009] By: nick                                  on 2000/09/02  16:48:35
76072         Log: If overloaded %{} etc. return the object do not loop.
76073              Thus  sub deref { $_[0] } functions if object is wanted type.
76074      Branch: perl
76075            ! pp.h
76076 ____________________________________________________________________________
76077 [  7008] By: jhi                                   on 2000/09/02  16:26:11
76078         Log: Retab MANIFEST.
76079      Branch: perl
76080            ! ext/Storable/MANIFEST
76081 ____________________________________________________________________________
76082 [  7007] By: jhi                                   on 2000/09/02  16:23:02
76083         Log: Make certain cc is set before trying to run it.
76084      Branch: perl
76085            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
76086 ____________________________________________________________________________
76087 [  7006] By: jhi                                   on 2000/09/02  15:45:41
76088         Log: Unicode notes.
76089      Branch: perl
76090            ! pod/perldelta.pod
76091 ____________________________________________________________________________
76092 [  7005] By: jhi                                   on 2000/09/02  15:42:11
76093         Log: Various Configure nits by Philip Newton,
76094              plus the ebcdic one by me.
76095      Branch: metaconfig
76096            + U/modified/pager.U
76097            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
76098      Branch: metaconfig/U/perl
76099            ! Devel.U quadfio.U
76100      Branch: perl
76101            ! Configure config_h.SH
76102 ____________________________________________________________________________
76103 [  7004] By: jhi                                   on 2000/09/02  15:06:14
76104         Log: Apparently avoiding the swapping is too costly.
76105              
76106              From: "Ben Tilly" <ben_tilly@hotmail.com>
76107              Subject: Re: the door is closed.
76108              Date: Fri, 01 Sep 2000 20:23:16 EDT
76109              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
76110      Branch: perl
76111            ! pod/perlfaq4.pod
76112 ____________________________________________________________________________
76113 [  7003] By: nick                                  on 2000/09/02  12:26:04
76114         Log: Undo part of change 6489 which looks like a bulk edit which
76115              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
76116              The supressing of main:: on return from select() is undesirable.
76117      Branch: perl
76118            ! pp_sys.c
76119 ____________________________________________________________________________
76120 [  7002] By: jhi                                   on 2000/09/01  23:08:54
76121         Log: Update Changes.
76122      Branch: perl
76123            ! Changes patchlevel.h
76124 ____________________________________________________________________________
76125 [  7001] By: jhi                                   on 2000/09/01  23:00:13
76126         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
76127              From: Peter Prymmer <pvhp@forte.com>
76128              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
76129              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
76130              
76131              plus rework the http: spots as suggested by Tom Christiansen,
76132              plus regen perltoc.
76133      Branch: perl
76134            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
76135            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
76136 ____________________________________________________________________________
76137 [  7000] By: jhi                                   on 2000/09/01  22:36:01
76138         Log: Only the first line, thank you very much.
76139      Branch: perl
76140            ! hints/solaris_2.sh
76141 ____________________________________________________________________________
76142 [  6999] By: gsar                                  on 2000/09/01  22:16:40
76143         Log: change#6791 accidentally clobbered change#6710, put it back
76144      Branch: perl
76145            ! win32/win32.c
76146 ____________________________________________________________________________
76147 [  6998] By: jhi                                   on 2000/09/01  22:14:16
76148         Log: Mention the HP-UX LP64 freak failure.
76149      Branch: perl
76150            ! pod/perldelta.pod
76151 ____________________________________________________________________________
76152 [  6997] By: jhi                                   on 2000/09/01  21:48:32
76153         Log: Detypo.
76154      Branch: perl
76155            ! hints/hpux.sh
76156 ____________________________________________________________________________
76157 [  6996] By: jhi                                   on 2000/09/01  21:27:10
76158         Log: Update Changes.
76159      Branch: perl
76160            ! Changes patchlevel.h
76161 ____________________________________________________________________________
76162 [  6995] By: jhi                                   on 2000/09/01  21:14:24
76163         Log: Mi splgn s gnin.g
76164      Branch: perl
76165            ! pp_ctl.c
76166 ____________________________________________________________________________
76167 [  6994] By: jhi                                   on 2000/09/01  21:09:54
76168         Log: Subject: http:// in L<>
76169              From: Nicholas Clark <nick@ccl4.org>
76170              Date: Fri, 1 Sep 2000 22:03:21 +0100
76171              Message-ID: <20000901220321.B72074@plum.flirble.org>
76172      Branch: perl
76173            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
76174 ____________________________________________________________________________
76175 [  6993] By: jhi                                   on 2000/09/01  21:06:54
76176         Log: Update to Storable 1.0, from Raphael Manfredi.
76177      Branch: perl
76178            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
76179            ! ext/Storable/Makefile.PL ext/Storable/README
76180            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
76181            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
76182            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
76183            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
76184            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
76185            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
76186 ____________________________________________________________________________
76187 [  6992] By: jhi                                   on 2000/09/01  20:43:05
76188         Log: Mention known sfio+linux buglet.
76189      Branch: perl
76190            ! pod/perldelta.pod
76191 ____________________________________________________________________________
76192 [  6991] By: jhi                                   on 2000/09/01  20:40:11
76193         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
76194              From: Peter Prymmer <pvhp@forte.com>
76195              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
76196              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
76197      Branch: perl
76198            ! vms/vms.c
76199 ____________________________________________________________________________
76200 [  6990] By: jhi                                   on 2000/09/01  20:25:26
76201         Log: Retract #6986.
76202      Branch: perl
76203            ! hints/solaris_2.sh
76204 ____________________________________________________________________________
76205 [  6989] By: jhi                                   on 2000/09/01  20:23:00
76206         Log: Mergesort is back.
76207      Branch: perl
76208            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
76209 ____________________________________________________________________________
76210 [  6988] By: jhi                                   on 2000/09/01  19:37:40
76211         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
76212              From: Mike Guy <mjtg@cam.ac.uk>
76213              Date: Fri, 01 Sep 2000 17:43:33 +0100
76214              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
76215      Branch: perl
76216            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
76217            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
76218 ____________________________________________________________________________
76219 [  6987] By: jhi                                   on 2000/09/01  19:17:10
76220         Log: Regen perltoc.
76221      Branch: perl
76222            ! pod/perltoc.pod
76223 ____________________________________________________________________________
76224 [  6986] By: jhi                                   on 2000/09/01  18:51:10
76225         Log: Subject: Re: Solaris x86 has no SPARC libraries!
76226              From: Lupe Christoph <lupe@lupe-christoph.de>
76227              Date: Fri, 1 Sep 2000 20:41:20 +0200
76228              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
76229      Branch: perl
76230            ! hints/solaris_2.sh
76231 ____________________________________________________________________________
76232 [  6985] By: jhi                                   on 2000/09/01  18:28:10
76233         Log: Update Changes.
76234      Branch: perl
76235            ! Changes patchlevel.h
76236 ____________________________________________________________________________
76237 [  6984] By: jhi                                   on 2000/09/01  18:26:53
76238         Log: Feature ordering tweak.
76239      Branch: perl
76240            ! myconfig.SH
76241 ____________________________________________________________________________
76242 [  6983] By: jhi                                   on 2000/09/01  18:19:50
76243         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76244              From: <abigail@foad.org>
76245              Date: Fri, 1 Sep 2000 13:07:32 -0400
76246              Message-ID: <20000901170732.18249.qmail@foad.org>
76247      Branch: perl
76248            ! t/pragma/overload.t
76249 ____________________________________________________________________________
76250 [  6982] By: jhi                                   on 2000/09/01  18:17:54
76251         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
76252              so that case-ignoring systems like DCL can tell them from
76253              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
76254      Branch: metaconfig/U/perl
76255            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
76256      Branch: perl
76257            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76258            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
76259            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
76260            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
76261            ! vos/config.def vos/config.h vos/config_h.SH_orig
76262            ! win32/config.bc win32/config.gc win32/config.vc
76263 ____________________________________________________________________________
76264 [  6981] By: nick                                  on 2000/09/01  17:21:57
76265         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
76266              warning when UNTIE exists and instead pass the count of extra references to
76267              the UNTIE method.
76268      Branch: perl
76269            ! pod/perltie.pod pp_sys.c
76270 ____________________________________________________________________________
76271 [  6980] By: jhi                                   on 2000/09/01  16:54:44
76272         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
76273              From: Peter Prymmer <pvhp@forte.com>
76274              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
76275              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
76276      Branch: perl
76277            ! configure.com
76278 ____________________________________________________________________________
76279 [  6979] By: jhi                                   on 2000/09/01  16:06:20
76280         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
76281              From: Mike Guy <mjtg@cam.ac.uk> 
76282              Date: Fri, 01 Sep 2000 16:49:27 +0100
76283              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
76284      Branch: perl
76285            ! t/base/rs.t
76286 ____________________________________________________________________________
76287 [  6978] By: jhi                                   on 2000/09/01  16:00:42
76288         Log: Update to PodParser 1.18, from Brad Appleton.
76289      Branch: perl
76290            ! lib/Pod/Checker.pm t/pod/find.t
76291 ____________________________________________________________________________
76292 [  6977] By: jhi                                   on 2000/09/01  14:48:58
76293         Log: Subject: Nit in Configure (bleadperl@6961)
76294              From: Lupe Christoph <lupe@lupe-christoph.de>
76295              Date: Fri, 1 Sep 2000 16:34:29 +0200
76296              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
76297      Branch: metaconfig
76298            ! U/compline/ccflags.U
76299      Branch: perl
76300            ! Configure config_h.SH
76301 ____________________________________________________________________________
76302 [  6976] By: jhi                                   on 2000/09/01  14:39:52
76303         Log: Update Changes.
76304      Branch: perl
76305            ! Changes patchlevel.h
76306 ____________________________________________________________________________
76307 [  6975] By: jhi                                   on 2000/09/01  14:37:36
76308         Log: microperl config update.
76309      Branch: perl
76310            ! uconfig.h uconfig.sh
76311 ____________________________________________________________________________
76312 [  6974] By: jhi                                   on 2000/09/01  14:36:53
76313         Log: Document known deficiencies.
76314      Branch: perl
76315            ! pod/perldelta.pod
76316 ____________________________________________________________________________
76317 [  6973] By: jhi                                   on 2000/09/01  14:10:20
76318         Log: Mention warnings fixes and updates.
76319      Branch: perl
76320            ! pod/perldelta.pod
76321 ____________________________________________________________________________
76322 [  6972] By: jhi                                   on 2000/09/01  14:01:52
76323         Log: Drop unused argument.
76324              
76325              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
76326              From: Spider Boardman <spider@web.zk3.dec.com>
76327              Date: Thu, 31 Aug 2000 16:10:15 -0400
76328              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
76329      Branch: perl
76330            ! toke.c
76331 ____________________________________________________________________________
76332 [  6971] By: jhi                                   on 2000/09/01  13:59:24
76333         Log: Add the overload warnings to perldiag.
76334      Branch: perl
76335            ! lib/overload.pm pod/perldiag.pod
76336 ____________________________________________________________________________
76337 [  6970] By: jhi                                   on 2000/09/01  13:55:10
76338         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76339              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76340              Date: Fri, 1 Sep 2000 13:43:15 +0100 
76341              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
76342      Branch: perl
76343            ! lib/overload.pm t/pragma/overload.t
76344 ____________________________________________________________________________
76345 [  6969] By: jhi                                   on 2000/09/01  13:52:27
76346         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76347              From: <abigail@foad.org>
76348              Date: Fri, 1 Sep 2000 05:46:54 -0400
76349              Message-ID: <20000901094654.6476.qmail@foad.org>
76350      Branch: perl
76351            ! lib/overload.pm
76352 ____________________________________________________________________________
76353 [  6968] By: jhi                                   on 2000/09/01  13:50:05
76354         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
76355              From: Daniel Chetlin <daniel@chetlin.com>
76356              Date: Fri, 1 Sep 2000 02:10:55 -0700
76357              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
76358      Branch: perl
76359            ! pod/perlretut.pod
76360 ____________________________________________________________________________
76361 [  6967] By: jhi                                   on 2000/09/01  13:47:54
76362         Log: Part of the solution.
76363              
76364              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
76365              From: Mike Guy <mjtg@cam.ac.uk>
76366              Date: Fri, 01 Sep 2000 14:16:01 +0100
76367              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
76368      Branch: perl
76369            ! gv.c mg.c
76370 ____________________________________________________________________________
76371 [  6966] By: jhi                                   on 2000/09/01  13:46:17
76372         Log: Subject: CPAN.pm beta 1.57_57 for the core
76373              From: andreas.koenig@anima.de (Andreas J. Koenig)
76374              Date: 01 Sep 2000 15:16:31 +0200
76375              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
76376      Branch: perl
76377            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76378 ____________________________________________________________________________
76379 [  6965] By: jhi                                   on 2000/09/01  13:43:18
76380         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
76381              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76382              Date: Fri, 01 Sep 2000 01:47:22 -0500
76383              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
76384      Branch: perl
76385            ! pod/perldelta.pod vms/vms.c
76386 ____________________________________________________________________________
76387 [  6964] By: jhi                                   on 2000/09/01  13:35:35
76388         Log: File::Temp patches from Andreas König,
76389              
76390              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
76391              From: andreas.koenig@anima.de (Andreas J. Koenig)
76392              Date: 01 Sep 2000 10:07:20 +0200
76393              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
76394              
76395              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
76396              From: andreas.koenig@anima.de (Andreas J. Koenig)
76397              Date: 31 Aug 2000 23:26:08 +0200
76398              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
76399      Branch: perl
76400            ! lib/File/Temp.pm t/lib/ftmp-security.t
76401 ____________________________________________________________________________
76402 [  6963] By: jhi                                   on 2000/09/01  02:22:24
76403         Log: Retract the mergesort code, way too incompatible licensing
76404              and copyrights.
76405      Branch: perl
76406            ! pod/perldelta.pod pp_ctl.c
76407 ____________________________________________________________________________
76408 [  6962] By: jhi                                   on 2000/08/31  23:27:32
76409         Log: Update Changes.
76410      Branch: perl
76411            ! Changes patchlevel.h
76412 ____________________________________________________________________________
76413 [  6961] By: jhi                                   on 2000/08/31  23:20:04
76414         Log: Small tweaks all over.
76415      Branch: metaconfig
76416            ! U/compline/d_gconvert.U
76417      Branch: perl
76418            ! AUTHORS Configure config_h.SH pp_ctl.c
76419 ____________________________________________________________________________
76420 [  6960] By: jhi                                   on 2000/08/31  22:39:36
76421         Log: Further rewording.
76422      Branch: perl
76423            ! pp_ctl.c
76424 ____________________________________________________________________________
76425 [  6959] By: jhi                                   on 2000/08/31  21:26:44
76426         Log: More address tweaking.
76427      Branch: perl
76428            ! AUTHORS Changes
76429 ____________________________________________________________________________
76430 [  6958] By: jhi                                   on 2000/08/31  20:47:25
76431         Log: AUTHORS tweaks, from Peter Prymmer.
76432              
76433              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
76434              From: Peter Prymmer <pvhp@forte.com>
76435              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
76436              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
76437      Branch: perl
76438            ! AUTHORS MAINTAIN
76439 ____________________________________________________________________________
76440 [  6957] By: jhi                                   on 2000/08/31  20:34:43
76441         Log: perldelta tweaks.
76442      Branch: perl
76443            ! pod/perldelta.pod
76444 ____________________________________________________________________________
76445 [  6956] By: jhi                                   on 2000/08/31  19:11:06
76446         Log: Regen perltoc.
76447      Branch: perl
76448            ! pod/perltoc.pod
76449 ____________________________________________________________________________
76450 [  6955] By: jhi                                   on 2000/08/31  19:06:30
76451         Log: Clarify the mergesort situation.
76452      Branch: perl
76453            ! pp_ctl.c
76454 ____________________________________________________________________________
76455 [  6954] By: jhi                                   on 2000/08/31  18:24:17
76456         Log: Move the Solaris 7 scan to use64bitall, make the
76457              failure to find 64-bot sparc libc to mention the
76458              possibility of being in an intel, from Lupe and Alan.
76459      Branch: perl
76460            ! hints/solaris_2.sh
76461 ____________________________________________________________________________
76462 [  6953] By: jhi                                   on 2000/08/31  18:09:20
76463         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
76464              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
76465      Branch: metaconfig
76466            ! U/compline/d_gconvert.U U/threads/archname.U
76467      Branch: metaconfig/U/perl
76468            ! perlxv.U
76469      Branch: perl
76470            ! Configure config_h.SH sv.c
76471 ____________________________________________________________________________
76472 [  6952] By: jhi                                   on 2000/08/31  17:42:24
76473         Log: :: not allowed in pathnames, change to .
76474              
76475              Subject: [PATCH perl@6938] cygwin port
76476              From: "Fifer, Eric" <EFifer@sanwaint.com>
76477              Date: Thu, 31 Aug 2000 16:32:59 +0100
76478              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
76479      Branch: metaconfig/U/perl
76480            ! perlxv.U
76481 ____________________________________________________________________________
76482 [  6951] By: jhi                                   on 2000/08/31  17:02:05
76483         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
76484      Branch: perl
76485            ! perl.h
76486 ____________________________________________________________________________
76487 [  6950] By: jhi                                   on 2000/08/31  16:26:08
76488         Log: More author updates.
76489              
76490              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
76491              From: Simon Cozens <simon@cozens.net>
76492              Date: Thu, 31 Aug 2000 17:13:32 +0100
76493              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
76494      Branch: perl
76495            ! AUTHORS
76496 ____________________________________________________________________________
76497 [  6949] By: jhi                                   on 2000/08/31  16:04:49
76498         Log: POSIX doesn't report long double values under -Duselongdouble
76499              when the long doubles are "real" (bigger than doubles).
76500              
76501              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
76502              From: Spider Boardman <spider@peano.zk3.dec.com>
76503              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
76504              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
76505      Branch: perl
76506            ! ext/POSIX/POSIX.xs
76507 ____________________________________________________________________________
76508 [  6948] By: jhi                                   on 2000/08/31  15:25:10
76509         Log: Update Changes.
76510      Branch: perl
76511            ! Changes patchlevel.h
76512 ____________________________________________________________________________
76513 [  6947] By: jhi                                   on 2000/08/31  15:22:29
76514         Log: Document UNTIE in a very minimalistic way.
76515      Branch: perl
76516            ! pod/perlfunc.pod pod/perltie.pod
76517 ____________________________________________________________________________
76518 [  6946] By: jhi                                   on 2000/08/31  15:15:23
76519         Log: Document known failures.
76520      Branch: perl
76521            ! pod/perldelta.pod
76522 ____________________________________________________________________________
76523 [  6945] By: jhi                                   on 2000/08/31  15:07:00
76524         Log: Don't attach -ld to the archname if pointless.
76525      Branch: metaconfig
76526            ! U/threads/archname.U
76527      Branch: perl
76528            ! Configure config_h.SH
76529 ____________________________________________________________________________
76530 [  6944] By: jhi                                   on 2000/08/31  14:37:42
76531         Log: Wrap the test in eval.
76532              
76533              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
76534              From: Tim Jenness <timj@jach.hawaii.edu>
76535              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
76536              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
76537      Branch: perl
76538            ! t/lib/ftmp-security.t
76539 ____________________________________________________________________________
76540 [  6943] By: jhi                                   on 2000/08/31  14:30:57
76541         Log: Make -Dusemorebits find long doubles in Solaris.
76542      Branch: perl
76543            ! hints/solaris_2.sh
76544 ____________________________________________________________________________
76545 [  6942] By: jhi                                   on 2000/08/31  13:48:45
76546         Log: Clarify the third case of ftmp-security warnings.
76547      Branch: perl
76548            ! INSTALL
76549 ____________________________________________________________________________
76550 [  6941] By: jhi                                   on 2000/08/31  13:40:31
76551         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
76552              From: <abigail@foad.org>
76553              Date: Thu, 31 Aug 2000 01:35:05 -0400
76554              Message-ID: <20000831053505.32120.qmail@foad.org>
76555      Branch: perl
76556            ! pod/perldelta.pod
76557 ____________________________________________________________________________
76558 [  6940] By: jhi                                   on 2000/08/31  13:38:48
76559         Log: Issue useful diagnostic on unknown pod commands.
76560              
76561              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
76562              From: <abigail@foad.org>
76563              Date: Thu, 31 Aug 2000 03:41:18 -0400
76564              Message-ID: <20000831074118.24880.qmail@foad.org>
76565      Branch: perl
76566            ! lib/Pod/Man.pm
76567 ____________________________________________________________________________
76568 [  6939] By: jhi                                   on 2000/08/31  13:34:33
76569         Log: Reveal Borland's isnan.
76570              
76571              Subject: build with BC++ tweak
76572              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76573              Date: Thu, 31 Aug 2000 13:09:37 +0400
76574              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
76575      Branch: perl
76576            ! win32/win32.h
76577 ____________________________________________________________________________
76578 [  6938] By: jhi                                   on 2000/08/31  05:01:20
76579         Log: Update Changes.
76580      Branch: perl
76581            ! Changes patchlevel.h
76582 ____________________________________________________________________________
76583 [  6937] By: jhi                                   on 2000/08/31  04:26:23
76584         Log: sscanf() may be the only way to read long doubles from strings.
76585      Branch: metaconfig/U/perl
76586            ! longdblfio.U
76587      Branch: perl
76588            ! Configure config_h.SH perl.h util.c
76589 ____________________________________________________________________________
76590 [  6936] By: jhi                                   on 2000/08/31  04:18:19
76591         Log: The #6929 was too skimpy.
76592      Branch: perl
76593            ! sv.c
76594 ____________________________________________________________________________
76595 [  6935] By: jhi                                   on 2000/08/31  02:47:07
76596         Log: Subject: Re: typos in pods
76597              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76598              Date: Wed, 30 Aug 2000 19:25:34 -0700
76599              Message-ID: <eIcr5gzkg25X092yn@efn.org>
76600      Branch: perl
76601            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
76602 ____________________________________________________________________________
76603 [  6934] By: jhi                                   on 2000/08/31  02:42:55
76604         Log: Missed one Unicode file.
76605      Branch: perl
76606            + lib/unicode/UCDFF301.html
76607 ____________________________________________________________________________
76608 [  6933] By: jhi                                   on 2000/08/30  23:42:27
76609         Log: Update Changes.
76610      Branch: perl
76611            ! Changes patchlevel.h
76612 ____________________________________________________________________________
76613 [  6932] By: jhi                                   on 2000/08/30  23:40:07
76614         Log: Mention UNTIE in perldelta.  Still needs documenting
76615              in perltie et alia.
76616      Branch: perl
76617            ! pod/perldelta.pod
76618 ____________________________________________________________________________
76619 [  6931] By: jhi                                   on 2000/08/30  23:36:02
76620         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
76621              From: <abigail@foad.org>
76622              Date: Wed, 30 Aug 2000 19:28:07 -0400
76623              Message-ID: <20000830232807.305.qmail@foad.org>
76624      Branch: perl
76625            ! pod/perldelta.pod
76626 ____________________________________________________________________________
76627 [  6930] By: jhi                                   on 2000/08/30  23:32:40
76628         Log: Update to Unicode 3.0.1.
76629      Branch: perl
76630            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
76631            + lib/unicode/PropList.txt lib/unicode/README.perl
76632            + lib/unicode/UCD301.html lib/unicode/Unicode.301
76633            - lib/unicode/Props.txt lib/unicode/UCD300.html
76634            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
76635            ! (edit 257 files)
76636 ____________________________________________________________________________
76637 [  6929] By: jhi                                   on 2000/08/30  22:38:18
76638         Log: Heap decorruption.
76639              
76640              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
76641              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76642              Date: Wed, 30 Aug 2000 22:39:52 +0100
76643              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
76644      Branch: perl
76645            ! sv.c
76646 ____________________________________________________________________________
76647 [  6928] By: jhi                                   on 2000/08/30  22:29:34
76648         Log: Retract the dummy test, skip the security tests (instead of failing),
76649              explain what the warnings mean.
76650      Branch: perl
76651            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
76652 ____________________________________________________________________________
76653 [  6927] By: jhi                                   on 2000/08/30  22:14:13
76654         Log: Change the internal implementation of sort() to be mergesort
76655              instead of quicksort, from John Linderman <jpl@research.att.com>.
76656              Gives us better worst case, better average case, and stability.
76657              What's there not to like?  (Small fixes for threaded builds
76658              were required).
76659      Branch: perl
76660            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
76661 ____________________________________________________________________________
76662 [  6926] By: jhi                                   on 2000/08/30  20:55:20
76663         Log: A better fix for the Socket building problem from Craig Berry.
76664      Branch: perl
76665            ! vms/vms.c
76666 ____________________________________________________________________________
76667 [  6925] By: jhi                                   on 2000/08/30  20:20:25
76668         Log: Subject: [PATCH] Re: UNTIE method 
76669              From: Nick Ing-Simmons <nik@tiuk.ti.com>
76670              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
76671              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
76672      Branch: perl
76673            ! pp_sys.c t/op/tie.t
76674 ____________________________________________________________________________
76675 [  6924] By: jhi                                   on 2000/08/30  20:17:11
76676         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
76677              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76678              Date: Wed, 30 Aug 2000 15:03:14 -0500
76679              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
76680      Branch: perl
76681            ! vms/vms.c
76682 ____________________________________________________________________________
76683 [  6923] By: jhi                                   on 2000/08/30  20:15:18
76684         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
76685              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76686              Date: Wed, 30 Aug 2000 13:30:36 -0500
76687              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
76688      Branch: perl
76689            ! vms/vms.c
76690 ____________________________________________________________________________
76691 [  6922] By: jhi                                   on 2000/08/30  19:54:43
76692         Log: Better options for rsync.
76693      Branch: perl
76694            ! pod/perlhack.pod
76695 ____________________________________________________________________________
76696 [  6921] By: jhi                                   on 2000/08/30  19:40:16
76697         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
76698              From: Rick Delaney <rick@consumercontact.com>
76699              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
76700              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
76701      Branch: perl
76702            ! pod/perlfunc.pod
76703 ____________________________________________________________________________
76704 [  6920] By: jhi                                   on 2000/08/30  19:36:40
76705         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
76706              From: Peter Prymmer <pvhp@forte.com>
76707              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
76708              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
76709      Branch: perl
76710            ! configure.com
76711 ____________________________________________________________________________
76712 [  6919] By: jhi                                   on 2000/08/30  14:52:02
76713         Log: Update Changes.
76714      Branch: perl
76715            ! Changes patchlevel.h
76716 ____________________________________________________________________________
76717 [  6918] By: jhi                                   on 2000/08/30  14:48:34
76718         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
76719      Branch: perl
76720            ! lib/ExtUtils/typemap
76721 ____________________________________________________________________________
76722 [  6917] By: jhi                                   on 2000/08/30  14:46:34
76723         Log: Subject: typos in pods
76724              From: Nicholas Clark <nick@ccl4.org>
76725              Date: Wed, 30 Aug 2000 01:12:50 +0100
76726              Message-ID: <20000830011249.A61388@plum.flirble.org>
76727      Branch: perl
76728            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
76729            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
76730            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
76731            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
76732 ____________________________________________________________________________
76733 [  6916] By: jhi                                   on 2000/08/30  14:19:09
76734         Log: Document Storable problems on Crays.  (Will have
76735              to document all the other Storable problems, too.)
76736      Branch: perl
76737            ! pod/perldelta.pod
76738 ____________________________________________________________________________
76739 [  6915] By: jhi                                   on 2000/08/30  14:06:02
76740         Log: Subject: [PATCH] fix misc cast warnings
76741              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76742              Date: Tue, 29 Aug 2000 23:16:14 -0700
76743              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
76744      Branch: perl
76745            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
76746            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
76747            ! os2/os2ish.h
76748 ____________________________________________________________________________
76749 [  6914] By: jhi                                   on 2000/08/30  14:03:45
76750         Log: Timestamp mismatch again.  Need to fix this dependence on
76751              config_h.SH timestamp, since it's the contents of config_h.SH
76752              that matter.
76753      Branch: perl
76754            ! uconfig.h uconfig.sh
76755 ____________________________________________________________________________
76756 [  6913] By: jhi                                   on 2000/08/30  13:54:06
76757         Log: Don't say "Perl 5.0 source kit".
76758      Branch: perl
76759            ! perl.c
76760 ____________________________________________________________________________
76761 [  6912] By: jhi                                   on 2000/08/30  13:51:24
76762         Log: Reset archname and archname64 always, forcing them be
76763              recomputed at each Configure run, make Configure and
76764              the hints files agree on the naming of largefiles variables.
76765      Branch: metaconfig
76766            ! U/threads/archname.U
76767      Branch: metaconfig/U/perl
76768            ! use64bits.U
76769      Branch: perl
76770            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
76771            ! hints/linux.sh hints/solaris_2.sh
76772 ____________________________________________________________________________
76773 [  6911] By: jhi                                   on 2000/08/30  13:30:13
76774         Log: Put back the slice accidentally removed by #6907.
76775      Branch: perl
76776            ! hints/solaris_2.sh
76777 ____________________________________________________________________________
76778 [  6910] By: jhi                                   on 2000/08/30  01:24:26
76779         Log: Be consistent: other Net::get* do export theirs.
76780              
76781              Subject: Re: Net::protoent does not export 'getproto'
76782              From: Yasushi Nakajima <sey@jkc.co.jp>
76783              Date: Wed, 30 Aug 2000 09:53:14 +0900
76784              Message-Id: <200008300051.DAA24700@taku.hut.fi>
76785      Branch: perl
76786            ! lib/Net/protoent.pm
76787 ____________________________________________________________________________
76788 [  6909] By: jhi                                   on 2000/08/30  01:17:25
76789         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
76790              From: Gurusamy Sarathy <gsar@ActiveState.com>
76791              Date: Tue, 29 Aug 2000 17:17:07 -0700
76792              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
76793      Branch: perl
76794            ! cop.h
76795 ____________________________________________________________________________
76796 [  6908] By: jhi                                   on 2000/08/30  00:58:05
76797         Log: Update Changes.
76798      Branch: perl
76799            ! Changes patchlevel.h
76800 ____________________________________________________________________________
76801 [  6907] By: jhi                                   on 2000/08/30  00:57:22
76802         Log: Introduce ccname to keep track of what compiler kind of we have.
76803      Branch: metaconfig/U/perl
76804            ! Checkcc.U gccvers.U
76805      Branch: perl
76806            ! Configure config_h.SH hints/solaris_2.sh
76807 ____________________________________________________________________________
76808 [  6906] By: jhi                                   on 2000/08/30  00:25:47
76809         Log: Put back the flags dump as reasoned in
76810              
76811              Subject: Re: [PATCH] Glob dumping
76812              From: Mike Guy <mjtg@cam.ac.uk> 
76813              Date: Tue, 29 Aug 2000 21:41:32 +0100
76814              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
76815      Branch: perl
76816            ! dump.c t/lib/peek.t
76817 ____________________________________________________________________________
76818 [  6905] By: jhi                                   on 2000/08/30  00:16:17
76819         Log: Make the epsilon to be relative, not absolute.
76820              
76821              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
76822              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
76823              Date: Tue, 29 Aug 2000 19:58:56 -0400
76824              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
76825      Branch: perl
76826            ! t/lib/trig.t
76827 ____________________________________________________________________________
76828 [  6904] By: jhi                                   on 2000/08/30  00:13:09
76829         Log: From now on, Gisle is on my list of usual suspects :-)
76830              Retract #6902.
76831      Branch: perl
76832            ! ext/Opcode/Safe.pm
76833 ____________________________________________________________________________
76834 [  6903] By: jhi                                   on 2000/08/29  23:51:20
76835         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
76836              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76837              Date: Tue, 29 Aug 2000 18:43:26 -0500
76838              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
76839      Branch: perl
76840            + vms/vmspipe.com
76841            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
76842            ! vms/vms.c
76843 ____________________________________________________________________________
76844 [  6902] By: jhi                                   on 2000/08/29  23:44:14
76845         Log: Retry what #6882 attempted.
76846              
76847              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
76848              From: Gisle Aas <gisle@ActiveState.com>
76849              Date: 30 Aug 2000 00:33:09 +0200
76850              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
76851      Branch: perl
76852            ! ext/Opcode/Safe.pm
76853 ____________________________________________________________________________
76854 [  6901] By: jhi                                   on 2000/08/29  22:59:32
76855         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
76856              From: Hugo <hv@crypt.compulink.co.uk>
76857              Date: Mon, 12 Jun 2000 19:36:08 +0100
76858              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
76859      Branch: perl
76860            ! sv.c
76861 ____________________________________________________________________________
76862 [  6900] By: jhi                                   on 2000/08/29  22:58:35
76863         Log: Admit that we are leaking scalars.
76864              
76865              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
76866              From: Spider Boardman <spider@leggy.zk3.dec.com>
76867              Date: Tue, 29 Aug 2000 18:48:29 -0400
76868              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
76869      Branch: perl
76870            ! t/pragma/warnings.t
76871 ____________________________________________________________________________
76872 [  6899] By: jhi                                   on 2000/08/29  20:53:13
76873         Log: Update Changes.
76874      Branch: perl
76875            ! Changes patchlevel.h
76876 ____________________________________________________________________________
76877 [  6898] By: jhi                                   on 2000/08/29  20:46:21
76878         Log: Undo namespace pollution of #6878.
76879              
76880              Subject: Re: Net::protoent does not export 'getproto'
76881              From: Mike Guy <mjtg@cam.ac.uk>
76882              Date: Tue, 29 Aug 2000 21:32:37 +0100
76883              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
76884      Branch: perl
76885            ! lib/Net/protoent.pm
76886 ____________________________________________________________________________
76887 [  6897] By: jhi                                   on 2000/08/29  20:44:29
76888         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
76889              From: Peter Prymmer <pvhp@forte.com>
76890              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
76891              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
76892      Branch: perl
76893            ! pod/perlebcdic.pod
76894 ____________________________________________________________________________
76895 [  6896] By: jhi                                   on 2000/08/29  20:40:57
76896         Log: There's no point repeating the 'revision' (5) of perl5.
76897      Branch: metaconfig/U/perl
76898            ! Devel.U patchlevel.U
76899      Branch: perl
76900            ! Configure config_h.SH
76901 ____________________________________________________________________________
76902 [  6895] By: jhi                                   on 2000/08/29  20:16:58
76903         Log: Regen Configure for #6894.
76904      Branch: metaconfig/U/perl
76905            ! perladmin.U
76906      Branch: perl
76907            ! Configure config_h.SH
76908 ____________________________________________________________________________
76909 [  6894] By: jhi                                   on 2000/08/29  19:59:52
76910         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
76911              From: "Philip Newton" <Philip.Newton@gmx.net>
76912              Date: Tue, 29 Aug 2000 21:39:14 +0200
76913              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
76914      Branch: perl
76915            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
76916            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
76917            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
76918            ! utils/perlbug.PL
76919 ____________________________________________________________________________
76920 [  6893] By: jhi                                   on 2000/08/29  19:55:30
76921         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
76922              From: "Philip Newton" <Philip.Newton@gmx.net>
76923              Date: Tue, 29 Aug 2000 21:39:14 +0200
76924              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
76925      Branch: perl
76926            ! installhtml
76927 ____________________________________________________________________________
76928 [  6892] By: jhi                                   on 2000/08/29  19:53:59
76929         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
76930              From: "Philip Newton" <Philip.Newton@gmx.net>
76931              Date: Tue, 29 Aug 2000 21:48:18 +0200
76932              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
76933      Branch: perl
76934            ! lib/File/Temp.pm
76935 ____________________________________________________________________________
76936 [  6891] By: jhi                                   on 2000/08/29  18:30:03
76937         Log: Nail the ID 20000828.023.
76938      Branch: perl
76939            ! ext/Storable/Storable.xs
76940 ____________________________________________________________________________
76941 [  6890] By: jhi                                   on 2000/08/29  16:50:17
76942         Log: Under usethreads the dumped variable is IN_PAD.
76943              
76944              Subject: Re: [PATCH] Glob dumping
76945              From: Gisle Aas <gisle@ActiveState.com>
76946              Date: 29 Aug 2000 18:45:05 +0200
76947              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
76948      Branch: perl
76949            ! t/lib/peek.t
76950 ____________________________________________________________________________
76951 [  6889] By: jhi                                   on 2000/08/29  15:17:37
76952         Log: Update Changes.
76953      Branch: perl
76954            ! Changes patchlevel.h
76955 ____________________________________________________________________________
76956 [  6888] By: jhi                                   on 2000/08/29  14:49:59
76957         Log: Retract #6882, broke the safe tests.
76958      Branch: perl
76959            ! ext/Opcode/Safe.pm
76960 ____________________________________________________________________________
76961 [  6887] By: jhi                                   on 2000/08/29  14:47:06
76962         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
76963              From: Gisle Aas <gisle@ActiveState.com> 
76964              Date: 09 Jun 2000 20:00:11 +0200
76965              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
76966      Branch: perl
76967            ! utils/perldoc.PL
76968 ____________________________________________________________________________
76969 [  6886] By: jhi                                   on 2000/08/29  14:42:45
76970         Log: The #6881 removed one dump line.
76971      Branch: perl
76972            ! t/lib/peek.t
76973 ____________________________________________________________________________
76974 [  6885] By: jhi                                   on 2000/08/29  14:30:47
76975         Log: Don't forget to tidy up.
76976      Branch: perl
76977            ! t/lib/ftmp-security.t
76978 ____________________________________________________________________________
76979 [  6884] By: jhi                                   on 2000/08/29  14:25:17
76980         Log: Disabling the one test is a bit tricky.
76981      Branch: perl
76982            ! t/lib/ftmp-security.t
76983 ____________________________________________________________________________
76984 [  6883] By: jhi                                   on 2000/08/29  14:16:25
76985         Log: Disable one of the tests for now.
76986      Branch: perl
76987            ! t/lib/ftmp-security.t
76988 ____________________________________________________________________________
76989 [  6882] By: jhi                                   on 2000/08/29  14:05:50
76990         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
76991              From: gisle@aas.no
76992              Date: 29 Aug 2000 10:35:06 -0000
76993              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
76994      Branch: perl
76995            ! ext/Opcode/Safe.pm
76996 ____________________________________________________________________________
76997 [  6881] By: jhi                                   on 2000/08/29  14:03:51
76998         Log: Subject: [PATCH] Glob dumping
76999              From: Gisle Aas <gisle@ActiveState.com>
77000              Date: 29 Aug 2000 07:59:42 -0000
77001              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
77002      Branch: perl
77003            ! dump.c
77004 ____________________________________________________________________________
77005 [  6880] By: jhi                                   on 2000/08/29  14:02:01
77006         Log: Subject: [PATCH] Warnings in B::Deparse
77007              From: <abigail@foad.org>
77008              Date: Tue, 29 Aug 2000 00:00:01 -0400
77009              Message-ID: <20000829040001.2999.qmail@foad.org>
77010      Branch: perl
77011            ! ext/B/B/Deparse.pm
77012 ____________________________________________________________________________
77013 [  6879] By: jhi                                   on 2000/08/29  13:57:26
77014         Log: Missed a change in #6869.
77015      Branch: perl
77016            ! mg.c
77017 ____________________________________________________________________________
77018 [  6878] By: jhi                                   on 2000/08/29  13:45:04
77019         Log: Subject: Net::protoent does not export 'getproto'
77020              From: Yasushi Nakajima <sey@jkc.co.jp>
77021              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
77022      Branch: perl
77023            ! lib/Net/protoent.pm
77024 ____________________________________________________________________________
77025 [  6877] By: jhi                                   on 2000/08/29  13:39:19
77026         Log: Patches all over for people and the files they (hopefully) care about.
77027      Branch: perl
77028            ! AUTHORS Changes MAINTAIN
77029 ____________________________________________________________________________
77030 [  6876] By: jhi                                   on 2000/08/29  12:53:54
77031         Log: Fix for thinko in #6848.
77032              
77033              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
77034              From: Lupe Christoph <lupe@lupe-christoph.de>
77035              Date: Tue, 29 Aug 2000 09:04:08 +0200
77036              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
77037      Branch: perl
77038            ! ext/Thread/Thread.xs
77039 ____________________________________________________________________________
77040 [  6875] By: jhi                                   on 2000/08/29  12:50:14
77041         Log: Update to Getopt::Long 2.24, from Johan Vromans.
77042      Branch: perl
77043            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
77044 ____________________________________________________________________________
77045 [  6874] By: jhi                                   on 2000/08/29  02:09:53
77046         Log: Use minimal @INC in tests, most of the time just '../lib',
77047              so that we simply can't pick up stuff from other Perls than
77048              the one we are testing.  Pointed out by
77049              
77050              From: Mike Guy <mjtg@cam.ac.uk>
77051              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
77052              Date: Fri, 25 Aug 2000 15:15:59 +0100
77053              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
77054      Branch: perl
77055            ! (edit 185 files)
77056 ____________________________________________________________________________
77057 [  6873] By: jhi                                   on 2000/08/29  01:07:11
77058         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
77059              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77060              Date: Mon, 28 Aug 2000 17:45:52 -0700
77061              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
77062      Branch: perl
77063            ! Makefile.SH hints/os2.sh
77064 ____________________________________________________________________________
77065 [  6872] By: jhi                                   on 2000/08/28  23:33:39
77066         Log: Subject: [PATCH bleedperl@6866] spellings
77067              From: marcel@codewerk.com (Marcel Grunauer)
77068              Date: Tue, 29 Aug 2000 01:19:59 +0200
77069              Message-Id: <200008282319.BAA29862@gandalf.local>
77070      Branch: perl
77071            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
77072            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
77073            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
77074 ____________________________________________________________________________
77075 [  6871] By: jhi                                   on 2000/08/28  23:22:09
77076         Log: Take out the SUIDMAIL thing, that will not be
77077              a problem in 5.7.*.
77078      Branch: perl
77079            ! patchlevel.h
77080 ____________________________________________________________________________
77081 [  6870] By: jhi                                   on 2000/08/28  23:19:30
77082         Log: -S is the silent flag, -s is the strip flag.
77083              
77084              Subject: [PATCH] Re: [PATCH] make no-install          
77085              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77086              Date: Mon, 28 Aug 2000 15:12:55 -0700
77087              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
77088      Branch: perl
77089            ! Makefile.SH
77090 ____________________________________________________________________________
77091 [  6869] By: jhi                                   on 2000/08/28  23:12:05
77092         Log: Subject: [PATCH bleedperl@6856] warnings fixes
77093              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
77094              Date: Mon, 28 Aug 2000 23:55:06 +0100
77095              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
77096      Branch: perl
77097            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
77098            ! warnings.h warnings.pl
77099 ____________________________________________________________________________
77100 [  6868] By: jhi                                   on 2000/08/28  21:38:22
77101         Log: Potential cruft.
77102      Branch: perl
77103            ! Makefile.SH
77104 ____________________________________________________________________________
77105 [  6867] By: jhi                                   on 2000/08/28  21:35:36
77106         Log: Update Changes.
77107      Branch: perl
77108            ! Changes patchlevel.h
77109 ____________________________________________________________________________
77110 [  6866] By: jhi                                   on 2000/08/28  21:33:49
77111         Log: Subject: hv.h Doc Patch
77112              From: Fisher Mark <fisherm@tce.com>
77113              Date: Mon, 28 Aug 2000 16:24:59 -0500
77114              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
77115      Branch: perl
77116            ! hv.h
77117 ____________________________________________________________________________
77118 [  6865] By: jhi                                   on 2000/08/28  21:02:15
77119         Log: Add -ld to archname on long tr...double platforms.
77120      Branch: metaconfig
77121            ! U/threads/archname.U
77122      Branch: perl
77123            ! Configure config_h.SH
77124 ____________________________________________________________________________
77125 [  6864] By: jhi                                   on 2000/08/28  20:38:59
77126         Log: An attempt to fix the problem reported in
77127              
77128              Subject: Building perl@6856 using gcc/AIX 4.3.3 
77129              From: Daniel Muino <dmuino@afip.gov.ar> 
77130              Date: Mon, 28 Aug 2000 15:50:01 -0300   
77131              Message-ID: <20000828155001.A14403@con2-dgi>
77132              
77133              I can't test this properly since the gcc installation I have
77134              access to seems to be botched (gcc is calling the AIX cpp,
77135              a losing proposition...)
77136      Branch: perl
77137            ! hints/aix.sh
77138 ____________________________________________________________________________
77139 [  6863] By: jhi                                   on 2000/08/28  18:57:52
77140         Log: Fix for ID 20000828.001, long doubles were not formatted
77141              correctly (showed up in $], which stopped installing perl).
77142      Branch: perl
77143            ! sv.c
77144 ____________________________________________________________________________
77145 [  6862] By: jhi                                   on 2000/08/28  18:07:15
77146         Log: Typo in #6858.
77147      Branch: perl
77148            ! lib/Cwd.pm
77149 ____________________________________________________________________________
77150 [  6861] By: jhi                                   on 2000/08/28  17:57:27
77151         Log: opmini.o may be left around if a build is interrupted.
77152      Branch: perl
77153            ! Makefile.SH
77154 ____________________________________________________________________________
77155 [  6860] By: jhi                                   on 2000/08/28  16:52:50
77156         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
77157              From: Daniel Chetlin <daniel@chetlin.com>
77158              Date: Mon, 28 Aug 2000 01:14:18 -0700
77159              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
77160      Branch: perl
77161            ! lib/overload.pm
77162 ____________________________________________________________________________
77163 [  6859] By: jhi                                   on 2000/08/28  16:08:46
77164         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
77165              From: Nicholas Clark <nick@ccl4.org>
77166              Date: Mon, 28 Aug 2000 16:03:27 +0100
77167              Message-Id: <20000828160327.C49785@plum.flirble.org>
77168      Branch: perl
77169            ! ext/ByteLoader/bytecode.h
77170 ____________________________________________________________________________
77171 [  6858] By: jhi                                   on 2000/08/28  16:02:10
77172         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
77173              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
77174              Date: Mon, 28 Aug 2000 13:08:30 +0200
77175              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
77176      Branch: perl
77177            ! lib/Cwd.pm
77178 ____________________________________________________________________________
77179 [  6857] By: jhi                                   on 2000/08/28  15:42:47
77180         Log: display_format used as a class method without arguments was broken,
77181              reported in
77182              
77183              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
77184              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
77185              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
77186              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
77187      Branch: perl
77188            ! lib/Math/Complex.pm t/lib/complex.t
77189 ____________________________________________________________________________
77190 [  6856] By: jhi                                   on 2000/08/27  22:09:48
77191         Log: Update Changes.
77192      Branch: perl
77193            ! Changes patchlevel.h
77194 ____________________________________________________________________________
77195 [  6855] By: jhi                                   on 2000/08/27  21:59:21
77196         Log: Retract #6853 (false alarm).
77197      Branch: perl
77198            ! lib/ExtUtils/xsubpp
77199 ____________________________________________________________________________
77200 [  6854] By: jhi                                   on 2000/08/27  21:37:44
77201         Log: Update Changes.
77202      Branch: perl
77203            ! Changes patchlevel.h
77204 ____________________________________________________________________________
77205 [  6853] By: jhi                                   on 2000/08/27  21:37:16
77206         Log: Subject: [PATCH perl@6850] workaround for xsubpp
77207              From: Hugo <hv@crypt.compulink.co.uk>
77208              Date: Sun, 27 Aug 2000 22:30:25 +0100
77209              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
77210      Branch: perl
77211            ! lib/ExtUtils/xsubpp
77212 ____________________________________________________________________________
77213 [  6852] By: jhi                                   on 2000/08/27  21:33:58
77214         Log: Big-endian 64-bit patch from Raphael Manfredi.
77215      Branch: perl
77216            ! ext/Storable/Storable.xs
77217 ____________________________________________________________________________
77218 [  6851] By: jhi                                   on 2000/08/27  21:22:21
77219         Log: More ruthless editing from Hugo van der Sanden.
77220      Branch: perl
77221            ! pod/perldelta.pod
77222 ____________________________________________________________________________
77223 [  6850] By: jhi                                   on 2000/08/27  16:11:46
77224         Log: Update Changes.
77225      Branch: perl
77226            ! Changes patchlevel.h
77227 ____________________________________________________________________________
77228 [  6849] By: jhi                                   on 2000/08/27  16:11:05
77229         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
77230      Branch: perl
77231            ! configpm pod/perldelta.pod
77232 ____________________________________________________________________________
77233 [  6848] By: jhi                                   on 2000/08/27  15:35:08
77234         Log: Use the actual thread type, not the pointer-to-struct.
77235      Branch: perl
77236            ! ext/Thread/Thread.xs
77237 ____________________________________________________________________________
77238 [  6847] By: jhi                                   on 2000/08/27  15:30:49
77239         Log: Test nit.
77240      Branch: perl
77241            ! t/pragma/warn/pp_sys
77242 ____________________________________________________________________________
77243 [  6846] By: jhi                                   on 2000/08/27  15:19:02
77244         Log: Passing -R in ldflags makes now it to appear in the default
77245              for lddlflags, just like with -L.
77246              
77247              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77248              From: Lupe Christoph <lupe@lupe-christoph.de>
77249              Date: Sun, 27 Aug 2000 10:28:21 +0200
77250              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
77251      Branch: metaconfig/U/perl
77252            ! dlsrc.U
77253      Branch: perl
77254            ! Configure
77255 ____________________________________________________________________________
77256 [  6845] By: jhi                                   on 2000/08/27  15:08:54
77257         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77258              From: Alan Burlison <Alan.Burlison@uk.sun.com>
77259              Date: Sat, 26 Aug 2000 22:23:27 +0100
77260              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
77261      Branch: perl
77262            ! lib/ExtUtils/MM_Unix.pm
77263 ____________________________________________________________________________
77264 [  6844] By: jhi                                   on 2000/08/27  15:02:37
77265         Log: DJGPP update from Laszlo Molnar.
77266              
77267              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
77268              From: ml1050 <ml1050@freemail.hu>
77269              Date: Sat, 26 Aug 2000 23:24:40 +0200
77270              Message-Id: <20000826232440.A439@freemail.hu>
77271      Branch: perl
77272            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
77273            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
77274 ____________________________________________________________________________
77275 [  6843] By: jhi                                   on 2000/08/27  14:53:58
77276         Log: Subject: installman buglet
77277              From: Lupe Christoph <lupe@lupe-christoph.de>
77278              Date: Sun, 27 Aug 2000 14:38:59 +0200
77279              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
77280      Branch: perl
77281            ! installman
77282 ____________________________________________________________________________
77283 [  6842] By: jhi                                   on 2000/08/27  14:52:08
77284         Log: Can't get the test to reliably work thanks to the
77285              inaccurateness of floating point.  "Resolves" bug ids
77286              20000826.003, 20000826.009, 20000826.010,
77287      Branch: perl
77288            ! t/lib/trig.t
77289 ____________________________________________________________________________
77290 [  6841] By: jhi                                   on 2000/08/26  15:53:58
77291         Log: Update Changes.
77292      Branch: perl
77293            ! Changes patchlevel.h
77294 ____________________________________________________________________________
77295 [  6840] By: jhi                                   on 2000/08/26  14:23:03
77296         Log: grep -e isn't portable.
77297              
77298              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
77299              From: chris@broadband.att.com
77300              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
77301              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
77302      Branch: perl
77303            ! hints/solaris_2.sh
77304 ____________________________________________________________________________
77305 [  6839] By: jhi                                   on 2000/08/26  14:12:23
77306         Log: no-install target a la make -n.
77307              
77308              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
77309              From: <abigail@foad.org>
77310              Date: Sat, 26 Aug 2000 03:57:34 -0400
77311              Message-ID: <20000826075735.18912.qmail@foad.org>
77312      Branch: perl
77313            ! Makefile.SH installman installperl
77314 ____________________________________________________________________________
77315 [  6838] By: jhi                                   on 2000/08/26  14:06:33
77316         Log: Retract #6826 as the #6828 should be do the same
77317              in a More Correct Way.
77318      Branch: perl
77319            ! installperl
77320 ____________________________________________________________________________
77321 [  6837] By: jhi                                   on 2000/08/26  05:24:00
77322         Log: More casting.
77323      Branch: perl
77324            ! ext/Storable/Storable.xs
77325 ____________________________________________________________________________
77326 [  6836] By: jhi                                   on 2000/08/26  05:05:46
77327         Log: Nicer in decimal.
77328      Branch: perl
77329            ! ext/Storable/Storable.xs
77330 ____________________________________________________________________________
77331 [  6835] By: jhi                                   on 2000/08/26  05:03:50
77332         Log: There be no UVdf.
77333      Branch: perl
77334            ! ext/Storable/Storable.xs
77335 ____________________________________________________________________________
77336 [  6834] By: jhi                                   on 2000/08/26  05:00:18
77337         Log: Continue IVdfing and UVxfing.
77338      Branch: perl
77339            ! ext/Storable/Storable.xs
77340 ____________________________________________________________________________
77341 [  6833] By: jhi                                   on 2000/08/26  04:53:14
77342         Log: Use IVdf.
77343      Branch: perl
77344            ! ext/Storable/Storable.xs
77345 ____________________________________________________________________________
77346 [  6832] By: jhi                                   on 2000/08/26  04:40:41
77347         Log: Document PTR2XX and INT2PTR.
77348      Branch: perl
77349            ! pod/perlguts.pod
77350 ____________________________________________________________________________
77351 [  6831] By: jhi                                   on 2000/08/26  04:33:18
77352         Log: Use UVxf, PTR2UV, NVff.
77353      Branch: perl
77354            ! ext/Storable/Storable.xs
77355 ____________________________________________________________________________
77356 [  6830] By: jhi                                   on 2000/08/26  04:31:32
77357         Log: Update the test count.
77358      Branch: perl
77359            ! t/lib/trig.t
77360 ____________________________________________________________________________
77361 [  6829] By: jhi                                   on 2000/08/26  03:05:50
77362         Log: Subject: [PATCH] installation not quite silent yet.
77363              From: <abigail@foad.org>
77364              Date: Fri, 25 Aug 2000 20:07:53 -0400
77365              Message-ID: <20000826000753.7822.qmail@foad.org>
77366      Branch: perl
77367            ! installman installperl
77368 ____________________________________________________________________________
77369 [  6828] By: jhi                                   on 2000/08/26  03:05:14
77370         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77371              From: Spider Boardman <spider@web.zk3.dec.com>
77372              Date: Fri, 25 Aug 2000 19:12:40 -0400
77373              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
77374      Branch: perl
77375            ! gv.c
77376 ____________________________________________________________________________
77377 [  6827] By: jhi                                   on 2000/08/25  23:54:34
77378         Log: Support preserving extremely big/small angles.
77379      Branch: perl
77380            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
77381 ____________________________________________________________________________
77382 [  6826] By: jhi                                   on 2000/08/25  23:01:20
77383         Log: Patch installperl to be long double-aware.
77384              
77385              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77386              From: Spider Boardman <spider@web.zk3.dec.com>
77387              Date: Fri, 25 Aug 2000 18:15:23 -0400
77388              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
77389      Branch: perl
77390            ! installperl
77391 ____________________________________________________________________________
77392 [  6825] By: jhi                                   on 2000/08/25  22:58:25
77393         Log: Remove duplicately applied patch shards.
77394              
77395              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
77396              From: Spider Boardman <spider@leggy.zk3.dec.com>
77397              Date: Fri, 25 Aug 2000 16:45:03 -0400
77398              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
77399      Branch: perl
77400            ! t/lib/cgi-html.t
77401 ____________________________________________________________________________
77402 [  6824] By: jhi                                   on 2000/08/25  22:57:00
77403         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77404              From: Daniel Chetlin <daniel@chetlin.com>
77405              Date: Fri, 25 Aug 2000 12:23:16 -0700
77406              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
77407              
77408              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77409              From: Daniel Chetlin <daniel@chetlin.com>
77410              Date: Fri, 25 Aug 2000 14:47:19 -0700
77411              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
77412      Branch: perl
77413            ! installman
77414 ____________________________________________________________________________
77415 [  6823] By: jhi                                   on 2000/08/25  22:44:17
77416         Log: Timestamp problem?
77417      Branch: perl
77418            ! uconfig.h uconfig.sh
77419 ____________________________________________________________________________
77420 [  6822] By: jhi                                   on 2000/08/25  19:01:06
77421         Log: One forgotten file from #6816.
77422      Branch: perl
77423            ! vos/config.h
77424 ____________________________________________________________________________
77425 [  6821] By: jhi                                   on 2000/08/25  18:56:39
77426         Log: Regen Changes.
77427      Branch: perl
77428            ! Changes patchlevel.h
77429 ____________________________________________________________________________
77430 [  6820] By: jhi                                   on 2000/08/25  18:52:35
77431         Log: Fix Changes ordering.
77432      Branch: perl
77433            ! Changes
77434 ____________________________________________________________________________
77435 [  6819] By: jhi                                   on 2000/08/25  18:50:25
77436         Log: Update Changes.
77437      Branch: perl
77438            ! Changes patchlevel.h
77439 ____________________________________________________________________________
77440 [  6818] By: jhi                                   on 2000/08/25  18:47:45
77441         Log: Tweak the sfio/useperlio logic, hopefully as wished in
77442              
77443              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
77444              From: Nicholas Clark <nick@babyhippo.co.uk>
77445              Date: Fri, 25 Aug 2000 12:01:45 +0100
77446              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
77447      Branch: metaconfig/U/perl
77448            ! d_sfio.U
77449      Branch: perl
77450            ! Configure
77451 ____________________________________________________________________________
77452 [  6817] By: jhi                                   on 2000/08/25  18:32:51
77453         Log: Allow microperl to assume <math.h>, without it the math
77454              functions like floor() are assumed to return int, which makes
77455              for core dumps in machines where integer and floating register
77456              don't mix.
77457      Branch: perl
77458            ! uconfig.h uconfig.sh
77459 ____________________________________________________________________________
77460 [  6816] By: jhi                                   on 2000/08/25  18:27:17
77461         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
77462              the problem reported in
77463              
77464              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
77465              From: danhale@us.ibm.com
77466              Date: Fri, 25 Aug 2000 10:58:06 -0400
77467              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
77468      Branch: metaconfig/U/perl
77469            + d_socks5_init.U
77470      Branch: perl
77471            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
77472            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
77473            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
77474            ! win32/config.gc win32/config.vc
77475 ____________________________________________________________________________
77476 [  6815] By: jhi                                   on 2000/08/25  17:43:31
77477         Log: A solution for the retrieve_fd autosplit warning,
77478              idea suggested by Mike Guy.
77479      Branch: perl
77480            ! ext/Storable/Storable.pm
77481 ____________________________________________________________________________
77482 [  6814] By: jhi                                   on 2000/08/25  17:16:03
77483         Log: Add install-silent target.
77484      Branch: perl
77485            ! Makefile.SH
77486 ____________________________________________________________________________
77487 [  6813] By: jhi                                   on 2000/08/25  17:14:23
77488         Log: Subject: Re: [PATCH] More silencing of installman.
77489              From: <abigail@foad.org>
77490              Date: Thu, 24 Aug 2000 19:27:03 -0400
77491              Message-ID: <20000824232703.7001.qmail@foad.org>
77492              
77493              Subject: Re: [PATCH] More silencing of installman.
77494              From: <abigail@foad.org>
77495              Date: Fri, 25 Aug 2000 03:00:58 -0400
77496              Message-ID: <20000825070058.10697.qmail@foad.org>
77497      Branch: perl
77498            ! installman
77499 ____________________________________________________________________________
77500 [  6812] By: jhi                                   on 2000/08/25  17:11:28
77501         Log: installperl --verbose and --silent.
77502              
77503              Subject: Re: [PATCH] More silencing of installman.
77504              From: <abigail@foad.org>
77505              Message-ID: <20000825064430.9719.qmail@foad.org>
77506              Date: Fri, 25 Aug 2000 02:44:30 -0400
77507      Branch: perl
77508            ! installperl
77509 ____________________________________________________________________________
77510 [  6811] By: jhi                                   on 2000/08/25  17:05:43
77511         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
77512              From: "Peter J. Farley III" <pjfarley@banet.net>
77513              Date: Thu, 24 Aug 2000 21:58:03 -0400
77514              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
77515              
77516              (applied slightly modified)
77517      Branch: perl
77518            ! lib/ExtUtils/MM_Unix.pm
77519 ____________________________________________________________________________
77520 [  6810] By: jhi                                   on 2000/08/25  17:01:18
77521         Log: Missing parts of 
77522              
77523              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
77524              From: Peter Prymmer <pvhp@forte.com>
77525              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
77526              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
77527      Branch: perl
77528            ! t/lib/cgi-html.t
77529 ____________________________________________________________________________
77530 [  6809] By: jhi                                   on 2000/08/25  16:46:32
77531         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
77532              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77533              Date: Thu, 24 Aug 2000 19:13:11 -0500
77534              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
77535      Branch: perl
77536            ! vms/vms.c
77537 ____________________________________________________________________________
77538 [  6808] By: jhi                                   on 2000/08/25  16:39:22
77539         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
77540              From: Peter Prymmer <pvhp@forte.com>
77541              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
77542              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
77543      Branch: perl
77544            ! configure.com
77545 ____________________________________________________________________________
77546 [  6807] By: jhi                                   on 2000/08/25  16:36:37
77547         Log: Better wording for the vec lvalue diagnostic.
77548              
77549              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77550              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77551              Date: Wed, 23 Aug 2000 14:12:16 -0400
77552              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
77553      Branch: perl
77554            ! pod/perldiag.pod
77555 ____________________________________________________________________________
77556 [  6806] By: jhi                                   on 2000/08/24  18:17:22
77557         Log: Subject: [PATCH] More silencing of installman.
77558              From: <abigail@foad.org>
77559              Date: Thu, 24 Aug 2000 14:01:44 -0400
77560              Message-ID: <20000824180144.20062.qmail@foad.org>
77561      Branch: perl
77562            ! installman
77563 ____________________________________________________________________________
77564 [  6805] By: jhi                                   on 2000/08/24  15:00:31
77565         Log: Update Changes.
77566      Branch: perl
77567            ! Changes patchlevel.h
77568 ____________________________________________________________________________
77569 [  6804] By: jhi                                   on 2000/08/24  14:59:07
77570         Log: Regen perltoc.
77571      Branch: perl
77572            ! pod/perltoc.pod
77573 ____________________________________________________________________________
77574 [  6803] By: jhi                                   on 2000/08/24  14:44:39
77575         Log: Show the doc file, not the temp file.
77576      Branch: perl
77577            ! installman
77578 ____________________________________________________________________________
77579 [  6802] By: jhi                                   on 2000/08/24  14:41:53
77580         Log: Continue silencing.
77581      Branch: perl
77582            ! installman
77583 ____________________________________________________________________________
77584 [  6801] By: jhi                                   on 2000/08/24  14:34:40
77585         Log: Actually do something with the silencer option.
77586      Branch: perl
77587            ! installman
77588 ____________________________________________________________________________
77589 [  6800] By: jhi                                   on 2000/08/24  14:26:22
77590         Log: Make installman to recognize the silence flag -S.
77591      Branch: perl
77592            ! installman
77593 ____________________________________________________________________________
77594 [  6799] By: jhi                                   on 2000/08/24  13:49:38
77595         Log: DOS patches and portability/porting notes, from Tim Jenness.
77596      Branch: perl
77597            ! lib/File/Temp.pm
77598 ____________________________________________________________________________
77599 [  6798] By: jhi                                   on 2000/08/24  13:48:27
77600         Log: Create directories in silence.
77601              
77602              Subject: [PATCH] Another silencer for MakeMaker
77603              From: andreas.koenig@anima.de (Andreas J. Koenig)
77604              Date: 24 Aug 2000 14:18:52 +0200
77605              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
77606      Branch: perl
77607            ! lib/ExtUtils/Command.pm
77608 ____________________________________________________________________________
77609 [  6797] By: jhi                                   on 2000/08/24  13:46:42
77610         Log: More liberal parsing of version numbers.
77611              
77612              Subject: Re: CPAN.pm beta for testing available
77613              From: andreas.koenig@anima.de (Andreas J. Koenig)
77614              Date: 24 Aug 2000 13:51:57 +0200
77615              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
77616      Branch: perl
77617            ! lib/CPAN.pm
77618 ____________________________________________________________________________
77619 [  6796] By: jhi                                   on 2000/08/24  13:44:36
77620         Log: Make "make install" by default silent.  A new "install-verbose"
77621              target is verbose.
77622      Branch: perl
77623            ! Makefile.SH
77624 ____________________________________________________________________________
77625 [  6795] By: jhi                                   on 2000/08/24  13:39:14
77626         Log: Add silencer flags to installperl.
77627              
77628              Subject: [PATCH] Making installperl silent.
77629              From: <abigail@foad.org>
77630              Date: Thu, 24 Aug 2000 05:01:45 -0400
77631              Message-ID: <20000824090145.13141.qmail@foad.org>
77632      Branch: perl
77633            ! installperl
77634 ____________________________________________________________________________
77635 [  6794] By: jhi                                   on 2000/08/24  13:35:50
77636         Log: installperl couldn't tell whether it had run tests or not.
77637              
77638              Subject: [PATCH] Re: installperl and t/TEST
77639              From: <abigail@foad.org>
77640              Date: Thu, 24 Aug 2000 04:00:53 -0400
77641              Message-ID: <20000824080053.2494.qmail@foad.org>
77642      Branch: perl
77643            ! Makefile.SH installperl
77644 ____________________________________________________________________________
77645 [  6793] By: jhi                                   on 2000/08/24  13:27:50
77646         Log: Drop the separate perlbc, perlcc -b should be enough.
77647      Branch: perl
77648            - utils/perlbc.PL
77649            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
77650 ____________________________________________________________________________
77651 [  6792] By: jhi                                   on 2000/08/24  04:41:30
77652         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
77653              plus the typo fix from Peter Prymmer.
77654      Branch: perl
77655            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
77656            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
77657 ____________________________________________________________________________
77658 [  6791] By: jhi                                   on 2000/08/24  02:10:43
77659         Log: Replace #6705 with a minimal doc patch.
77660              
77661              Subject: [PATCH 5.6.0] replace change #6705
77662              From: Jan Dubois <jand@ActiveState.com>
77663              Date: Wed, 23 Aug 2000 18:31:51 -0700
77664              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
77665      Branch: perl
77666            ! lib/Win32.pod win32/win32.c
77667 ____________________________________________________________________________
77668 [  6790] By: jhi                                   on 2000/08/23  17:52:00
77669         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77670              From: Mike Guy <mjtg@cam.ac.uk>
77671              Date: Wed, 23 Aug 2000 18:38:46 +0100
77672              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
77673      Branch: perl
77674            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
77675 ____________________________________________________________________________
77676 [  6789] By: jhi                                   on 2000/08/23  15:34:21
77677         Log: Update Changes.
77678      Branch: perl
77679            ! Changes patchlevel.h
77680 ____________________________________________________________________________
77681 [  6788] By: jhi                                   on 2000/08/23  15:33:40
77682         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
77683              From: Wilfredo Sánchez <wsanchez@apple.com>
77684              Date: Tue, 22 Aug 2000 19:31:27 -0700
77685              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
77686      Branch: perl
77687            ! perl.h
77688 ____________________________________________________________________________
77689 [  6787] By: jhi                                   on 2000/08/23  15:29:31
77690         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
77691              From: Spider Boardman <spider@leggy.zk3.dec.com>
77692              Date: Wed, 23 Aug 2000 10:33:23 -0400
77693              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
77694      Branch: perl
77695            ! lib/Pod/Html.pm
77696 ____________________________________________________________________________
77697 [  6786] By: jhi                                   on 2000/08/23  15:28:11
77698         Log: Bad makefile.
77699      Branch: perl
77700            ! ext/B/Makefile.PL
77701 ____________________________________________________________________________
77702 [  6785] By: jhi                                   on 2000/08/23  14:37:04
77703         Log: Update Changes.
77704      Branch: perl
77705            ! Changes patchlevel.h
77706 ____________________________________________________________________________
77707 [  6784] By: jhi                                   on 2000/08/23  13:58:41
77708         Log: Portability fix from Hugo van der Sanden.
77709      Branch: perl
77710            ! ext/re/Makefile.PL
77711 ____________________________________________________________________________
77712 [  6783] By: jhi                                   on 2000/08/23  13:53:53
77713         Log: Storable support, v-version fixes.
77714              
77715              Subject: CPAN.pm beta for testing available
77716              From: andreas.koenig@anima.de (Andreas J. Koenig)
77717              Date: 22 Aug 2000 23:31:33 +0200
77718              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
77719      Branch: perl
77720            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77721 ____________________________________________________________________________
77722 [  6782] By: jhi                                   on 2000/08/23  13:51:26
77723         Log: Mac and other portability updates from Chris Nandor.
77724      Branch: perl
77725            ! pod/perlmodinstall.pod
77726 ____________________________________________________________________________
77727 [  6781] By: jhi                                   on 2000/08/23  13:47:33
77728         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
77729              From: Peter Prymmer <pvhp@forte.com>
77730              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
77731              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
77732      Branch: perl
77733            ! ext/Storable/Storable.xs
77734 ____________________________________________________________________________
77735 [  6780] By: jhi                                   on 2000/08/23  13:33:34
77736         Log: VMS MMS (make) wants null action.
77737      Branch: perl
77738            ! ext/B/Makefile.PL
77739 ____________________________________________________________________________
77740 [  6779] By: jhi                                   on 2000/08/22  19:44:47
77741         Log: Forgot portability nit.
77742      Branch: perl
77743            ! t/lib/st-forgive.t
77744 ____________________________________________________________________________
77745 [  6778] By: jhi                                   on 2000/08/22  19:35:25
77746         Log: Be portable.
77747      Branch: perl
77748            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
77749            ! t/lib/st-store.t
77750 ____________________________________________________________________________
77751 [  6777] By: jhi                                   on 2000/08/22  18:50:53
77752         Log: Update Changes.
77753      Branch: perl
77754            ! Changes patchlevel.h
77755 ____________________________________________________________________________
77756 [  6776] By: jhi                                   on 2000/08/22  18:44:46
77757         Log: cSVOPo_*v things index into the current PL_curpad
77758              under ithreads, which is different from the curpad
77759              used by the XSUB.  (In other words, the code as-is
77760              before this patch wouldn't work under ithreads.)
77761              From Sarathy.
77762      Branch: perl
77763            ! ext/B/B.xs
77764 ____________________________________________________________________________
77765 [  6775] By: jhi                                   on 2000/08/22  18:18:37
77766         Log: Make the selection of NVff et al stricter.
77767      Branch: metaconfig/U/perl
77768            ! perlxvf.U
77769      Branch: perl
77770            ! Configure config_h.SH
77771 ____________________________________________________________________________
77772 [  6774] By: jhi                                   on 2000/08/22  17:19:42
77773         Log: perldelta nits.
77774      Branch: perl
77775            ! pod/perldelta.pod
77776 ____________________________________________________________________________
77777 [  6773] By: jhi                                   on 2000/08/22  17:06:26
77778         Log: Long double fixes from Spider Boardman.
77779              
77780              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
77781              From: system PRIVILEGED account <root@peano.zk3.dec.com>
77782              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
77783              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
77784      Branch: perl
77785            ! t/lib/bigfltpm.t t/lib/st-06compat.t
77786 ____________________________________________________________________________
77787 [  6772] By: jhi                                   on 2000/08/22  15:04:53
77788         Log: Update Changes.
77789      Branch: perl
77790            ! Changes patchlevel.h
77791 ____________________________________________________________________________
77792 [  6771] By: jhi                                   on 2000/08/22  15:01:44
77793         Log: perldelta fixes from Hugo van der Sanden.
77794      Branch: perl
77795            ! pod/perldelta.pod
77796 ____________________________________________________________________________
77797 [  6770] By: jhi                                   on 2000/08/22  14:34:49
77798         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
77799              From: Hugo <hv@crypt.compulink.co.uk>
77800              Date: Tue, 22 Aug 2000 11:21:53 +0100
77801              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
77802      Branch: perl
77803            ! regcomp.c
77804 ____________________________________________________________________________
77805 [  6769] By: jhi                                   on 2000/08/22  14:30:02
77806         Log: Add Yitzchak, reformat.
77807      Branch: perl
77808            ! Changes config_h.SH
77809 ____________________________________________________________________________
77810 [  6768] By: jhi                                   on 2000/08/22  14:21:35
77811         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
77812              and Spider Boardman.
77813      Branch: metaconfig
77814            ! U/compline/d_gconvert.U
77815      Branch: perl
77816            ! Configure
77817 ____________________________________________________________________________
77818 [  6767] By: jhi                                   on 2000/08/22  14:11:24
77819         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
77820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77821              Date: Mon, 21 Aug 2000 19:08:31 -0700
77822              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
77823      Branch: perl
77824            - ext/Storable/patchlevel.h
77825            ! MANIFEST ext/Storable/MANIFEST
77826 ____________________________________________________________________________
77827 [  6766] By: jhi                                   on 2000/08/22  13:49:29
77828         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
77829              From: Peter Prymmer <pvhp@forte.com>
77830              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
77831              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
77832      Branch: perl
77833            ! configure.com ext/Storable/Makefile.PL
77834 ____________________________________________________________________________
77835 [  6765] By: jhi                                   on 2000/08/22  13:44:59
77836         Log: Subject: [PATCH blead] B:: missing dependency
77837              From: Hugo <hv@crypt.compulink.co.uk>
77838              Date: Tue, 22 Aug 2000 06:44:33 +0100
77839              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
77840      Branch: perl
77841            ! ext/B/Makefile.PL
77842 ____________________________________________________________________________
77843 [  6764] By: jhi                                   on 2000/08/22  13:38:12
77844         Log: More bytecompiler.
77845      Branch: perl
77846            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
77847 ____________________________________________________________________________
77848 [  6763] By: jhi                                   on 2000/08/22  13:36:44
77849         Log: Bytecompiler patches from Benjamin Stuhl.
77850      Branch: perl
77851            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
77852            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77853            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77854            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77855            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
77856            ! perl.c perlapi.h pod/perldelta.pod
77857 ____________________________________________________________________________
77858 [  6762] By: jhi                                   on 2000/08/21  23:43:40
77859         Log: An obsoleted diagnostic.
77860      Branch: perl
77861            ! pod/perldelta.pod
77862 ____________________________________________________________________________
77863 [  6761] By: jhi                                   on 2000/08/21  23:01:45
77864         Log: The #6759 wasn't quite right.
77865      Branch: perl
77866            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77867            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77868            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77869            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77870            ! t/lib/st-tieditems.t
77871 ____________________________________________________________________________
77872 [  6760] By: jhi                                   on 2000/08/21  22:35:49
77873         Log: Be verydeepclean.
77874      Branch: perl
77875            ! Makefile.SH
77876 ____________________________________________________________________________
77877 [  6759] By: jhi                                   on 2000/08/21  22:25:40
77878         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
77879              From: Peter Prymmer <pvhp@forte.com>
77880              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
77881              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
77882      Branch: perl
77883            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77884            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77885            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77886            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77887            ! t/lib/st-tieditems.t
77888 ____________________________________________________________________________
77889 [  6758] By: jhi                                   on 2000/08/21  22:22:32
77890         Log: Few more casts, need reported in
77891              
77892              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
77893              From: Mike Stok <mike@stok.co.uk>
77894              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
77895              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
77896              
77897              and
77898              
77899              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
77900              From: abigail@foad.org
77901              Date: 21 Aug 2000 21:31:34 -0000
77902              Message-Id: <20000821213134.30170.qmail@foad.org>
77903      Branch: perl
77904            ! ext/Storable/Storable.xs
77905 ____________________________________________________________________________
77906 [  6757] By: jhi                                   on 2000/08/21  18:37:07
77907         Log: Update Changes.
77908      Branch: perl
77909            ! Changes patchlevel.h
77910 ____________________________________________________________________________
77911 [  6756] By: jhi                                   on 2000/08/21  18:34:02
77912         Log: A pod nit.
77913              
77914              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
77915              From: <abigail@foad.org>
77916              Date: Mon, 21 Aug 2000 14:00:16 -0400
77917              Message-ID: <20000821180016.28627.qmail@foad.org>
77918      Branch: perl
77919            ! pod/perlre.pod
77920 ____________________________________________________________________________
77921 [  6755] By: jhi                                   on 2000/08/21  18:30:56
77922         Log: Use PodParser 1.18 new test.
77923      Branch: perl
77924            ! t/pod/special_seqs.t t/pod/special_seqs.xr
77925 ____________________________________________________________________________
77926 [  6754] By: jhi                                   on 2000/08/21  18:28:35
77927         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
77928              patches cannot be applied since #6712 conflicts.
77929      Branch: perl
77930            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
77931 ____________________________________________________________________________
77932 [  6753] By: jhi                                   on 2000/08/21  18:15:11
77933         Log: Weed out some smaller changes.
77934      Branch: perl
77935            ! pod/perldelta.pod
77936 ____________________________________________________________________________
77937 [  6752] By: jhi                                   on 2000/08/21  18:02:30
77938         Log: Also under djgpp the timestamps are funky.
77939      Branch: perl
77940            ! t/op/stat.t
77941 ____________________________________________________________________________
77942 [  6751] By: jhi                                   on 2000/08/21  17:55:56
77943         Log: Tweak the floating point output routine preferences.
77944      Branch: metaconfig
77945            ! U/compline/d_gconvert.U
77946      Branch: perl
77947            ! Configure
77948 ____________________________________________________________________________
77949 [  6750] By: jhi                                   on 2000/08/21  17:51:29
77950         Log: Unicos/mk requires elaborate paranoia.
77951      Branch: perl
77952            ! lib/Math/Complex.pm
77953 ____________________________________________________________________________
77954 [  6749] By: gsar                                  on 2000/08/21  16:53:31
77955         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
77956      Branch: perl
77957            ! lib/Cwd.pm
77958 ____________________________________________________________________________
77959 [  6748] By: gsar                                  on 2000/08/21  16:22:19
77960         Log: free TLS slot properly on Windows
77961      Branch: perl
77962            ! thread.h win32/perllib.c win32/win32thread.h
77963 ____________________________________________________________________________
77964 [  6747] By: jhi                                   on 2000/08/21  16:20:58
77965         Log: Rename the macro argument because some preprocessors
77966              can't tell the difference and expand arguments also inside
77967              double quoted strings.
77968      Branch: perl
77969            ! regcomp.c
77970 ____________________________________________________________________________
77971 [  6746] By: jhi                                   on 2000/08/21  16:09:41
77972         Log: Support long doubles in Storable.
77973              
77974              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
77975              From: Radu Greab <radu@netsoft.ro>
77976              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
77977              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
77978      Branch: perl
77979            ! ext/Storable/Storable.xs
77980 ____________________________________________________________________________
77981 [  6745] By: jhi                                   on 2000/08/21  15:51:40
77982         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
77983              From: "Fifer, Eric" <EFifer@sanwaint.com>
77984              Date: Mon, 21 Aug 2000 15:34:49 +0100
77985              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
77986      Branch: perl
77987            ! t/pragma/warn/9enabled
77988 ____________________________________________________________________________
77989 [  6744] By: jhi                                   on 2000/08/21  15:39:35
77990         Log: Document the endianness of Alpha more precisely.
77991      Branch: perl
77992            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
77993            ! pod/perlport.pod
77994 ____________________________________________________________________________
77995 [  6743] By: jhi                                   on 2000/08/21  14:47:05
77996         Log: perldelta fixes from the p5p crowd.
77997      Branch: perl
77998            ! pod/perldelta.pod pod/perlop.pod
77999 ____________________________________________________________________________
78000 [  6742] By: jhi                                   on 2000/08/21  13:34:51
78001         Log: Update to Pod::LaTeX 0.53.
78002              
78003              Subject: [PATCH] lib/Pod/LaTeX.pm updates
78004              From: Tim Jenness <timj@jach.hawaii.edu>
78005              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
78006              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
78007      Branch: perl
78008            ! lib/Pod/LaTeX.pm
78009 ____________________________________________________________________________
78010 [  6741] By: jhi                                   on 2000/08/21  13:33:01
78011         Log: Subject: [PATCH] os2.c fix for use64bitint
78012              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78013              Date: Mon, 21 Aug 2000 01:32:25 -0700
78014              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
78015      Branch: perl
78016            ! os2/os2.c
78017 ____________________________________________________________________________
78018 [  6740] By: jhi                                   on 2000/08/21  13:28:52
78019         Log: Array context keeps slithering in.
78020              
78021              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
78022              From: Daniel Chetlin <daniel@chetlin.com>
78023              Date: Sun, 20 Aug 2000 21:40:25 -0700
78024              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
78025      Branch: perl
78026            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
78027            ! pod/perldebtut.pod
78028 ____________________________________________________________________________
78029 [  6739] By: jhi                                   on 2000/08/21  13:23:55
78030         Log: Big-endian quad fixes for Storable from Radu Greab,
78031              plus few explicit null casts for picky compilers.
78032      Branch: perl
78033            ! ext/Storable/Storable.xs
78034 ____________________________________________________________________________
78035 [  6738] By: gsar                                  on 2000/08/21  05:56:13
78036         Log: small tweaks for change#6705: avoid C++ style comments in C code;
78037              use Perl's malloc API rather than the low level system one
78038      Branch: perl
78039            ! win32/win32.c
78040 ____________________________________________________________________________
78041 [  6737] By: gsar                                  on 2000/08/21  05:35:41
78042         Log: add Storable to list of extensions on Windows
78043      Branch: perl
78044            ! win32/Makefile win32/makefile.mk
78045 ____________________________________________________________________________
78046 [  6736] By: jhi                                   on 2000/08/21  02:57:53
78047         Log: Update Changes.
78048      Branch: perl
78049            ! Changes patchlevel.h
78050 ____________________________________________________________________________
78051 [  6735] By: jhi                                   on 2000/08/21  02:57:20
78052         Log: Draft 0.
78053      Branch: perl
78054            ! pod/perldelta.pod
78055 ____________________________________________________________________________
78056 [  6734] By: jhi                                   on 2000/08/21  02:57:03
78057         Log: Add Storable 0.7.2 from Raphael Manfredi,
78058              plus the patch from
78059              
78060              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
78061              From: Radu Greab <radu@netsoft.ro>
78062              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
78063              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
78064              
78065              plus changes to get Storable to compile with
78066              picky ANSI compilers.
78067      Branch: perl
78068            + ext/Storable/ChangeLog ext/Storable/MANIFEST
78069            + ext/Storable/Makefile.PL ext/Storable/README
78070            + ext/Storable/Storable.pm ext/Storable/Storable.xs
78071            + ext/Storable/patchlevel.h t/lib/st-06compat.t
78072            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
78073            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
78074            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
78075            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
78076            + t/lib/st-tieditems.t
78077            ! MANIFEST
78078 ____________________________________________________________________________
78079 [  6733] By: jhi                                   on 2000/08/21  02:29:09
78080         Log: The correct cleaning order is an art.
78081      Branch: perl
78082            ! Makefile.SH
78083 ____________________________________________________________________________
78084 [  6732] By: jhi                                   on 2000/08/21  01:23:39
78085         Log: The #6724 is here.
78086      Branch: perl
78087            ! t/lib/ftmp-security.t
78088 ____________________________________________________________________________
78089 [  6731] By: jhi                                   on 2000/08/20  23:17:03
78090         Log: s/this one/the 5.6.0 release/
78091      Branch: perl
78092            ! pod/perl56delta.pod
78093 ____________________________________________________________________________
78094 [  6730] By: jhi                                   on 2000/08/20  23:07:34
78095         Log: Mention perlebcdic and perlposix-bc.
78096      Branch: perl
78097            ! pod/perlport.pod
78098 ____________________________________________________________________________
78099 [  6729] By: jhi                                   on 2000/08/20  21:32:59
78100         Log: Document the number of exponent digits.
78101      Branch: perl
78102            ! pod/perlfunc.pod
78103 ____________________________________________________________________________
78104 [  6728] By: jhi                                   on 2000/08/20  21:16:47
78105         Log: Use File::Spec->tmpdir().
78106              
78107              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
78108              From: Tim Jenness <timj@jach.hawaii.edu>
78109              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
78110              MIME-Version: 1.0
78111              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
78112      Branch: perl
78113            ! utils/perlbug.PL
78114 ____________________________________________________________________________
78115 [  6727] By: jhi                                   on 2000/08/20  20:43:32
78116         Log: Update Changes.
78117      Branch: perl
78118            ! Changes patchlevel.h
78119 ____________________________________________________________________________
78120 [  6726] By: jhi                                   on 2000/08/20  20:41:44
78121         Log: The veryclean target needs to clobber.
78122      Branch: perl
78123            ! Makefile.SH
78124 ____________________________________________________________________________
78125 [  6725] By: jhi                                   on 2000/08/20  20:37:38
78126         Log: Document odd vs even subreleases and -Dusedevel.
78127      Branch: perl
78128            ! INSTALL
78129 ____________________________________________________________________________
78130 [  6724] By: jhi                                   on 2000/08/20  19:58:05
78131         Log: Use temporary directory instead of current directory.
78132              
78133              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
78134              From: Tim Jenness <timj@jach.hawaii.edu>
78135              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
78136              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
78137      Branch: perl
78138            ! t/lib/ftmp-security.t
78139 ____________________________________________________________________________
78140 [  6723] By: jhi                                   on 2000/08/20  19:55:55
78141         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
78142              From: andreas.koenig@anima.de (Andreas J. Koenig)
78143              Date: 20 Aug 2000 15:52:03 +0200
78144              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
78145      Branch: perl
78146            ! lib/ExtUtils/MM_Unix.pm
78147 ____________________________________________________________________________
78148 [  6722] By: jhi                                   on 2000/08/20  19:46:01
78149         Log: Update to CGI 2.72, from Lincoln Stein.
78150      Branch: perl
78151            ! lib/CGI.pm
78152 ____________________________________________________________________________
78153 [  6721] By: jhi                                   on 2000/08/20  19:43:54
78154         Log: (Replaced by #8364.)
78155              
78156              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
78157              From: Radu Greab <radu@netsoft.ro>
78158              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
78159              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
78160      Branch: perl
78161            ! ext/GDBM_File/GDBM_File.xs
78162 ____________________________________________________________________________
78163 [  6720] By: jhi                                   on 2000/08/20  19:42:01
78164         Log: pp_open() could pass an uninitialized filename down to do_open9().
78165      Branch: perl
78166            ! pp_sys.c
78167 ____________________________________________________________________________
78168 [  6719] By: jhi                                   on 2000/08/20  14:06:41
78169         Log: UTF8 concat fixes.
78170              
78171              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
78172              From: Hugo <hv@crypt.compulink.co.uk>
78173              Date: Sun, 20 Aug 2000 07:30:46 +0100
78174              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
78175      Branch: perl
78176            ! pp_hot.c t/op/append.t
78177 ____________________________________________________________________________
78178 [  6718] By: jhi                                   on 2000/08/20  02:09:37
78179         Log: Let's try #6717 again.
78180      Branch: perl
78181            ! lib/File/Temp.pm
78182 ____________________________________________________________________________
78183 [  6717] By: jhi                                   on 2000/08/20  01:56:55
78184         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
78185              From: "Craig A. Berry" <craig.berry@metamorgs.com>
78186              Date: Sat, 19 Aug 2000 18:15:39 -0500
78187              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
78188      Branch: perl
78189            ! lib/File/Temp.pm
78190 ____________________________________________________________________________
78191 [  6716] By: jhi                                   on 2000/08/19  15:50:11
78192         Log: Update Changes.
78193      Branch: perl
78194            ! Changes patchlevel.h
78195 ____________________________________________________________________________
78196 [  6715] By: jhi                                   on 2000/08/19  15:39:09
78197         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
78198              From: Jonathan D Johnston <jdjohnston2@juno.com>
78199              Date: Thu, 17 Aug 2000 23:13:01 -0400       
78200              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
78201      Branch: perl
78202            ! pod/perlfunc.pod
78203 ____________________________________________________________________________
78204 [  6714] By: jhi                                   on 2000/08/19  15:34:04
78205         Log: Introduce a 'veryclean' target that is like 'distclean'
78206              but also removes *~ and *.orig.
78207      Branch: perl
78208            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
78209            ! utils/Makefile x2p/Makefile.SH
78210 ____________________________________________________________________________
78211 [  6713] By: jhi                                   on 2000/08/19  14:15:45
78212         Log: Put back the long double avoidance code to POSIX.xs
78213              because VMS seems to need it still.
78214      Branch: perl
78215            ! ext/POSIX/POSIX.xs
78216 ____________________________________________________________________________
78217 [  6712] By: jhi                                   on 2000/08/19  14:10:41
78218         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
78219              From: Peter Prymmer <pvhp@forte.com>
78220              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
78221              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
78222      Branch: perl
78223            ! lib/Pod/Find.pm t/pod/find.t
78224 ____________________________________________________________________________
78225 [  6711] By: jhi                                   on 2000/08/19  14:09:19
78226         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
78227              From: Peter Prymmer <pvhp@forte.com>
78228              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
78229              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
78230              cc: vmsperl@perl.org
78231      Branch: perl
78232            ! t/lib/peek.t
78233 ____________________________________________________________________________
78234 [  6710] By: jhi                                   on 2000/08/19  14:08:01
78235         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
78236              From: Jan Dubois <jand@ActiveState.com>
78237              Date: Fri, 18 Aug 2000 16:31:48 -0700
78238              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
78239      Branch: perl
78240            ! win32/win32.c
78241 ____________________________________________________________________________
78242 [  6709] By: jhi                                   on 2000/08/19  14:06:57
78243         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
78244              
78245              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
78246              From: Spider.Boardman@Orb.Nashua.NH.US
78247              Date: Fri, 18 Aug 2000 18:41:14 -0400
78248              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
78249      Branch: perl
78250            ! regcomp.c
78251 ____________________________________________________________________________
78252 [  6708] By: jhi                                   on 2000/08/18  22:04:49
78253         Log: Update Changes.
78254      Branch: perl
78255            ! Changes patchlevel.h
78256 ____________________________________________________________________________
78257 [  6707] By: jhi                                   on 2000/08/18  21:55:14
78258         Log: Add warnif(), check warnings further up the stack,
78259              all the warnings functions now can take an optional object reference.
78260              
78261              Subject: [PATCH bleedperl@6691] warnings pragma update
78262              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
78263              Date: Fri, 18 Aug 2000 22:42:06 +0100
78264              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
78265      Branch: perl
78266            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
78267            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
78268            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
78269 ____________________________________________________________________________
78270 [  6706] By: jhi                                   on 2000/08/18  21:41:45
78271         Log: Typo in pp_complement().
78272              
78273              Subject: [PATCH perl-current] Deparse
78274              From: Peter Scott <Peter@PSDT.com>
78275              Date: Fri, 18 Aug 2000 12:44:37 -0700
78276              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
78277      Branch: perl
78278            ! ext/B/B/Deparse.pm
78279 ____________________________________________________________________________
78280 [  6705] By: jhi                                   on 2000/08/18  21:25:59
78281         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
78282              From: Jan Dubois <jand@ActiveState.com>
78283              Date: Fri, 18 Aug 2000 14:22:51 -0700
78284              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
78285      Branch: perl
78286            ! lib/Win32.pod win32/win32.c
78287 ____________________________________________________________________________
78288 [  6704] By: jhi                                   on 2000/08/18  21:16:14
78289         Log: Don't eat leading os from index entries.
78290              
78291              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
78292              From: Russ Allbery <rra@stanford.edu>
78293              Date: 10 Aug 2000 20:49:25 -0700
78294              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
78295      Branch: perl
78296            ! lib/Pod/Man.pm
78297 ____________________________________________________________________________
78298 [  6703] By: jhi                                   on 2000/08/18  21:07:06
78299         Log: Add [[:blank:]] as suggested in
78300              
78301              Subject: [ID 20000716.024] [=cc=] / [:blank:]
78302              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
78303              Date: Sun, 16 Jul 2000 17:55:29 -0700
78304              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
78305              
78306              (the [=cc=] has already been taken care of by #6439
78307              so the whole bug report can be closed)
78308              
78309              and make [[:space:]] to be equivalent to isspace(3)
78310              (as opposed to \s, which is isSPACE()).  The difference
78311              is that now [[:space:]] matches the mythical vertical tab,
78312              while \s doesn't.
78313      Branch: perl
78314            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
78315            ! regexec.c t/op/pat.t
78316 ____________________________________________________________________________
78317 [  6702] By: jhi                                   on 2000/08/18  18:47:47
78318         Log: The new tests were missing from #6415.
78319      Branch: perl
78320            ! t/op/bop.t
78321 ____________________________________________________________________________
78322 [  6701] By: jhi                                   on 2000/08/18  18:20:40
78323         Log: Document the NDBM_File and ODBM_File as SDBM_File
78324              was documented in #6417.
78325      Branch: perl
78326            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
78327            ! ext/SDBM_File/SDBM_File.pm
78328 ____________________________________________________________________________
78329 [  6700] By: jhi                                   on 2000/08/18  18:10:39
78330         Log: Subject: [PATCH perl@6698] cygwin port
78331              From: "Fifer, Eric" <EFifer@sanwaint.com>
78332              Date: Fri, 18 Aug 2000 17:30:05 +0100
78333              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
78334      Branch: perl
78335            ! lib/File/Temp.pm
78336 ____________________________________________________________________________
78337 [  6699] By: jhi                                   on 2000/08/18  16:21:49
78338         Log: Document code point which makes if (defined %stash::) to work
78339              (noted by Spider Boardman).
78340      Branch: perl
78341            ! op.c
78342 ____________________________________________________________________________
78343 [  6698] By: jhi                                   on 2000/08/18  13:43:27
78344         Log: Update Changes.
78345      Branch: perl
78346            ! Changes patchlevel.h
78347 ____________________________________________________________________________
78348 [  6697] By: jhi                                   on 2000/08/18  13:35:57
78349         Log: Tiny Getopt::Long patch from Johan Vromans.
78350      Branch: perl
78351            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
78352 ____________________________________________________________________________
78353 [  6696] By: jhi                                   on 2000/08/18  13:26:14
78354         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
78355              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
78356              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
78357              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
78358      Branch: perl
78359            ! pod/perldiag.pod pod/perlsyn.pod
78360 ____________________________________________________________________________
78361 [  6695] By: jhi                                   on 2000/08/18  13:13:26
78362         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
78363              From: Daniel Chetlin <daniel@chetlin.com>
78364              Date: Fri, 18 Aug 2000 03:13:36 -0700
78365              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
78366      Branch: perl
78367            ! pod/perlfunc.pod
78368 ____________________________________________________________________________
78369 [  6694] By: jhi                                   on 2000/08/18  13:08:05
78370         Log: Subject: [PATCH] perltrap.pod spring cleaning
78371              From: Daniel Chetlin <daniel@chetlin.com>
78372              Date: Fri, 18 Aug 2000 03:06:54 -0700
78373              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
78374              
78375              plus Mike Guy's nitfix.
78376      Branch: perl
78377            ! pod/perltrap.pod
78378 ____________________________________________________________________________
78379 [  6693] By: jhi                                   on 2000/08/18  13:00:26
78380         Log: Unbuffer the output.
78381              
78382              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
78383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78384              Date: Thu, 17 Aug 2000 18:39:29 -0700
78385              Message-ID: <RPJn5gzkgydf092yn@efn.org>
78386      Branch: perl
78387            ! t/op/fork.t
78388 ____________________________________________________________________________
78389 [  6692] By: jhi                                   on 2000/08/18  05:19:17
78390         Log: Delete the image, too, not just its MANIFEStation.
78391      Branch: perl
78392            - lib/CGI/eg/wilogo.gif
78393 ____________________________________________________________________________
78394 [  6691] By: jhi                                   on 2000/08/18  05:10:26
78395         Log: Propagate new Configure vars.
78396      Branch: perl
78397            ! configure.com epoc/config.sh uconfig.h uconfig.sh
78398            ! vos/config.def vos/config.h vos/config_h.SH_orig
78399            ! win32/config.bc win32/config.gc win32/config.vc
78400            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78401 ____________________________________________________________________________
78402 [  6690] By: jhi                                   on 2000/08/18  04:30:56
78403         Log: Update Changes.
78404      Branch: perl
78405            ! Changes patchlevel.h
78406 ____________________________________________________________________________
78407 [  6689] By: jhi                                   on 2000/08/18  04:12:30
78408         Log: Fix the lib/complex failure of
78409              
78410              From: abigail@foad.org
78411              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78412              Date: 15 Aug 2000 04:06:38 -0000
78413              Message-Id: <20000815040638.8524.qmail@foad.org> 
78414              
78415              Linux long double accuracy issue: something that
78416              when printed with %g looks like "2" but int() of it is 1.
78417      Branch: perl
78418            ! lib/Math/Complex.pm
78419 ____________________________________________________________________________
78420 [  6688] By: jhi                                   on 2000/08/18  03:15:35
78421         Log: The byteorder code in #6671 was wrong.
78422      Branch: perl
78423            ! configpm
78424 ____________________________________________________________________________
78425 [  6687] By: jhi                                   on 2000/08/18  02:08:42
78426         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
78427              From: Jan Dubois <jand@ActiveState.com>
78428              Date: Thu, 17 Aug 2000 18:31:55 -0700
78429              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
78430      Branch: perl
78431            ! sv.c
78432 ____________________________________________________________________________
78433 [  6686] By: jhi                                   on 2000/08/18  02:04:15
78434         Log: Use NVs in POSIX math, not doubles.
78435              
78436              From: abigail@foad.org
78437              Subject: [ID 20000817.014] POSIX & modfl
78438              Date: 17 Aug 2000 20:49:18 -0000
78439              Message-Id: <20000817204918.23123.qmail@foad.org>
78440      Branch: perl
78441            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78442 ____________________________________________________________________________
78443 [  6685] By: jhi                                   on 2000/08/18  02:02:12
78444         Log: Introduce NVef, NVff, and NVgf, use the middle one.
78445              (helps for lib/peek + Linux + long doubles)  Reported in
78446              
78447              From: abigail@foad.org
78448              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78449              Date: 15 Aug 2000 04:06:38 -0000
78450              Message-Id: <20000815040638.8524.qmail@foad.org> 
78451              
78452              (note: the lib/complex failure has not yet been addressed)
78453      Branch: metaconfig/U/perl
78454            ! perlxvf.U
78455      Branch: perl
78456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78457            ! config_h.SH dump.c perl.h pod/perlguts.pod
78458 ____________________________________________________________________________
78459 [  6684] By: jhi                                   on 2000/08/17  23:22:19
78460         Log: Add byteorder to the myconfig output.
78461      Branch: perl
78462            ! myconfig.SH
78463 ____________________________________________________________________________
78464 [  6683] By: jhi                                   on 2000/08/17  23:20:19
78465         Log: The image doth not exist, spotted by Johan Vromans.
78466      Branch: perl
78467            ! MANIFEST
78468 ____________________________________________________________________________
78469 [  6682] By: jhi                                   on 2000/08/17  22:38:16
78470         Log: Document what the backtick returns if the command fails.
78471      Branch: perl
78472            ! pod/perlop.pod
78473 ____________________________________________________________________________
78474 [  6681] By: jhi                                   on 2000/08/17  22:33:12
78475         Log: Do not use prototyping here.
78476              
78477              Subject: [ID 20000817.016] [PATCH] Peek.xs
78478              From: abigail@foad.org
78479              Date: 17 Aug 2000 20:55:56 -0000
78480              Message-Id: <20000817205556.24270.qmail@foad.org>
78481      Branch: perl
78482            ! ext/Devel/Peek/Makefile.PL
78483 ____________________________________________________________________________
78484 [  6680] By: jhi                                   on 2000/08/17  19:46:43
78485         Log: Don't propose using modules built for 5.005 if no binary
78486              compatibility with 5.005 is attempted.
78487              
78488              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78489              Subject: Minor nit with 5.7.0 (6655)
78490              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
78491              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
78492      Branch: metaconfig
78493            ! U/installdirs/inc_version_list.U
78494      Branch: perl
78495            ! Configure config_h.SH
78496 ____________________________________________________________________________
78497 [  6679] By: jhi                                   on 2000/08/17  19:16:39
78498         Log: Microperl config update.
78499      Branch: perl
78500            ! uconfig.h uconfig.sh
78501 ____________________________________________________________________________
78502 [  6678] By: jhi                                   on 2000/08/17  19:16:13
78503         Log: The #6648 wasn't protective enough for limited platforms
78504              (like microperl).
78505      Branch: perl
78506            ! dump.c sv.c
78507 ____________________________________________________________________________
78508 [  6677] By: jhi                                   on 2000/08/17  14:46:35
78509         Log: Update Changes.
78510      Branch: perl
78511            ! Changes patchlevel.h
78512 ____________________________________________________________________________
78513 [  6676] By: jhi                                   on 2000/08/17  14:44:02
78514         Log: Add perlebcdic from Peter Prymmer, regen toc.
78515      Branch: perl
78516            + pod/perlebcdic.pod
78517            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78518 ____________________________________________________________________________
78519 [  6675] By: jhi                                   on 2000/08/17  14:41:52
78520         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
78521      Branch: perl
78522            ! pod/perldebtut.pod
78523 ____________________________________________________________________________
78524 [  6674] By: jhi                                   on 2000/08/17  14:29:43
78525         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
78526              
78527              Subject: [ID 20000724.006] -DLEAKTEST problem
78528              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
78529              Date: Tue, 25 Jul 2000 00:36:32 -0500
78530              Message-Id: <20000725003632.A26186@www.llamacom.com>
78531              
78532              Reminder sent
78533              
78534              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
78535              From: Hugo <hv@crypt.compulink.co.uk>
78536              Date: Thu, 17 Aug 2000 15:23:42 +0100
78537              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
78538      Branch: perl
78539            ! util.c
78540 ____________________________________________________________________________
78541 [  6673] By: jhi                                   on 2000/08/17  04:07:10
78542         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
78543              From: John Peacock <JPeacock@UnivPress.com>
78544              Date: Tue, 01 Aug 2000 09:38:12 -0400
78545              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
78546      Branch: perl
78547            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
78548 ____________________________________________________________________________
78549 [  6672] By: jhi                                   on 2000/08/17  03:04:35
78550         Log: Subject: [PATCH] Cwd.pm now uses strict
78551              From: Tim Jenness <timj@jach.hawaii.edu>
78552              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
78553              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
78554      Branch: perl
78555            ! lib/Cwd.pm
78556 ____________________________________________________________________________
78557 [  6671] By: jhi                                   on 2000/08/17  02:16:35
78558         Log: Make $Config{byteorder} more magical so that it is
78559              dynamically computed: nice for 'fat binaries'.
78560              
78561              Subject: [PATCH]: default byteorder
78562              From: Wilfredo Sánchez <wsanchez@apple.com>
78563              Date: Mon, 31 Jul 2000 19:45:31 -0700
78564              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
78565      Branch: perl
78566            ! configpm
78567 ____________________________________________________________________________
78568 [  6670] By: gsar                                  on 2000/08/17  01:22:21
78569         Log: move WNOHANG definition to where other such things are
78570      Branch: perl
78571            ! win32/win32.h
78572 ____________________________________________________________________________
78573 [  6669] By: jhi                                   on 2000/08/17  01:19:17
78574         Log: Update Changes.
78575      Branch: perl
78576            ! Changes patchlevel.h
78577 ____________________________________________________________________________
78578 [  6668] By: jhi                                   on 2000/08/17  01:16:29
78579         Log: Doc nits spotted by Richard Soderberg.
78580      Branch: perl
78581            ! README.posix-bc README.vmesa
78582 ____________________________________________________________________________
78583 [  6667] By: jhi                                   on 2000/08/17  01:12:11
78584         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
78585              From: "Casey R. Tweten" <crt@kiski.net>
78586              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
78587              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
78588      Branch: perl
78589            ! pod/perldebtut.pod
78590 ____________________________________________________________________________
78591 [  6666] By: jhi                                   on 2000/08/17  01:09:31
78592         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
78593              From: "Casey R. Tweten" <crt@kiski.net>
78594              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
78595              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
78596      Branch: perl
78597            ! lib/Shell.pm
78598 ____________________________________________________________________________
78599 [  6665] By: gsar                                  on 2000/08/17  01:03:52
78600         Log: add "ok" targets from change#6632 in makefile.mk
78601      Branch: perl
78602            ! pod/perlport.pod win32/Makefile win32/makefile.mk
78603 ____________________________________________________________________________
78604 [  6664] By: gsar                                  on 2000/08/17  00:56:11
78605         Log: avoid warnings from dense compiler
78606      Branch: perl
78607            ! win32/win32.c
78608 ____________________________________________________________________________
78609 [  6663] By: jhi                                   on 2000/08/17  00:51:49
78610         Log: Tweak the regex compilation errors once more.
78611      Branch: perl
78612            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78613            ! t/op/regmesg.t t/pragma/warn/regcomp
78614 ____________________________________________________________________________
78615 [  6662] By: gsar                                  on 2000/08/17  00:28:19
78616         Log: trailing new %ENV entries weren't being pushed into the real
78617              environment of subprocesses on Windows
78618      Branch: perl
78619            ! t/op/magic.t win32/perlhost.h
78620 ____________________________________________________________________________
78621 [  6661] By: gsar                                  on 2000/08/17  00:19:20
78622         Log: waitpid() now handles externally spawned pids correctly;
78623              fixes for backtick/wait/waitpid failures on Windows 9x
78624              
78625              these changes make the pid returned by process functions on
78626              Windows 9x always positive by clearing the high bit (which
78627              is always set on Win9x); pseudo-process PIDs are likewise
78628              always negative now on Win9x (just as on NT/2000)
78629      Branch: perl
78630            ! pp_sys.c win32/perlhost.h win32/win32.c
78631 ____________________________________________________________________________
78632 [  6660] By: jhi                                   on 2000/08/17  00:04:32
78633         Log: Retract #6645.
78634      Branch: perl
78635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78636            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78637            ! t/op/sprintf.t
78638 ____________________________________________________________________________
78639 [  6659] By: gsar                                  on 2000/08/16  23:59:28
78640         Log: on windows, the return values from wait() and waitpid() don't
78641              match those of pseudo-pids
78642      Branch: perl
78643            ! pp_sys.c t/op/fork.t util.c win32/win32.c
78644 ____________________________________________________________________________
78645 [  6658] By: gsar                                  on 2000/08/16  23:56:14
78646         Log: pod nit seen in passing
78647      Branch: perl
78648            ! pod/perlfunc.pod
78649 ____________________________________________________________________________
78650 [  6657] By: gsar                                  on 2000/08/16  23:53:42
78651         Log: change#6328 could make close(SOCKET) return false on windows
78652              when it shouldn't
78653      Branch: perl
78654            ! win32/win32sck.c
78655 ____________________________________________________________________________
78656 [  6656] By: gsar                                  on 2000/08/16  23:46:57
78657         Log: check that the number pseudo children doesn't exceed
78658              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
78659              the WaitForMultipleObjects() limit that would cause wait()
78660              to crash)
78661              
78662              wait() and waitpid() could potentially be rewritten to use
78663              more than one thread to do the waiting to eliminate this
78664              limitation
78665      Branch: perl
78666            ! win32/perlhost.h
78667 ____________________________________________________________________________
78668 [  6655] By: jhi                                   on 2000/08/16  14:11:05
78669         Log: Update Changes.
78670      Branch: perl
78671            ! Changes patchlevel.h
78672 ____________________________________________________________________________
78673 [  6654] By: jhi                                   on 2000/08/16  14:10:12
78674         Log: Update to perldebtut 1.9, from Richard Foley.
78675      Branch: perl
78676            ! pod/perldebtut.pod
78677 ____________________________________________________________________________
78678 [  6653] By: jhi                                   on 2000/08/16  14:08:17
78679         Log: Change the regx compilation error markers to use = instead of <
78680              since pod makes using the latter quite messy.  Reported in
78681              ID 20000814.006 by Abigail and in
78682              Subject: Unknown escape E<> ?
78683              From: Lupe Christoph <lupe@lupe-christoph.de>
78684              Date: Fri, 11 Aug 2000 00:30:27 +0200
78685              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
78686      Branch: perl
78687            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78688            ! t/op/regmesg.t t/pragma/warn/regcomp
78689 ____________________________________________________________________________
78690 [  6652] By: jhi                                   on 2000/08/16  13:25:31
78691         Log: Change the perlbug address to perl.org since it's more forgiving.
78692              
78693              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
78694              From: abigail@foad.org
78695              Date: 15 Aug 2000 04:15:40 -0000
78696              Message-Id: <20000815041540.8633.qmail@foad.org>
78697      Branch: perl
78698            ! utils/perlbug.PL
78699 ____________________________________________________________________________
78700 [  6651] By: jhi                                   on 2000/08/16  13:22:35
78701         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
78702              From: Tim Jenness <timj@jach.hawaii.edu>
78703              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
78704              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
78705      Branch: perl
78706            ! lib/Cwd.pm
78707 ____________________________________________________________________________
78708 [  6650] By: jhi                                   on 2000/08/16  13:18:13
78709         Log: Update to CPAN 1.57.
78710              
78711              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
78712              From: andreas.koenig@anima.de (Andreas J. Koenig)
78713              Date: 16 Aug 2000 15:09:46 +0200
78714              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
78715      Branch: perl
78716            ! lib/CPAN.pm
78717 ____________________________________________________________________________
78718 [  6649] By: jhi                                   on 2000/08/16  13:12:31
78719         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
78720              From: "Larry W. Virden" <lvirden@cas.org>
78721              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
78722              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
78723      Branch: perl
78724            ! README.hpux
78725 ____________________________________________________________________________
78726 [  6648] By: jhi                                   on 2000/08/16  13:03:53
78727         Log: The numeric locale was reset to "C" by s?printf and never restored.
78728              
78729              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
78730              From: Christian Kirsch <ck@held.mind.de>
78731              Date: Wed, 9 Aug 2000 17:05:17 +0200
78732              Message-Id: <20000809170517.A25389@held>
78733              
78734              No test since adding the failing example to locale.t
78735              does not fail -- probably because the locale settings are so
78736              thoroughly tweaked by that time.  Running the example standalone
78737              does fail, though.  UPDATE: test case added at change #7540.
78738      Branch: perl
78739            ! dump.c perl.h pp.c pp_ctl.c sv.c
78740 ____________________________________________________________________________
78741 [  6647] By: jhi                                   on 2000/08/16  00:07:54
78742         Log: Update Changes and test semi-automatic patchlevel updating.
78743      Branch: perl
78744            ! Changes patchlevel.h
78745 ____________________________________________________________________________
78746 [  6646] By: jhi                                   on 2000/08/15  23:35:07
78747         Log: Fix a dependency problem.
78748              
78749              Subject: [PATCH: 6640] VMS Makefile.SH update
78750              From: Peter Prymmer <pvhp@forte.com>
78751              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
78752              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
78753      Branch: perl
78754            ! vms/descrip_mms.template
78755 ____________________________________________________________________________
78756 [  6645] By: jhi                                   on 2000/08/15  23:33:23
78757         Log: (Retracted by #6660)
78758              
78759              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
78760              From: Dominic Dunlop <domo@computer.org>
78761              Date: Tue, 15 Aug 2000 22:20:52 +0200
78762              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
78763      Branch: metaconfig/U/perl
78764            + d_printfed.U
78765      Branch: perl
78766            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78767            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78768            ! t/op/sprintf.t
78769 ____________________________________________________________________________
78770 [  6644] By: jhi                                   on 2000/08/15  21:17:20
78771         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
78772              From: abigail@foad.org
78773              Date: 15 Aug 2000 20:12:41 -0000
78774              Message-Id: <20000815201241.25556.qmail@foad.org>
78775      Branch: perl
78776            ! INSTALL
78777 ____________________________________________________________________________
78778 [  6643] By: jhi                                   on 2000/08/15  21:15:28
78779         Log: (an already applied patch)
78780      Branch: perl
78781            ! lib/CGI.pm
78782 ____________________________________________________________________________
78783 [  6642] By: gsar                                  on 2000/08/15  19:54:05
78784         Log: magic callbacks all need to have same type signature
78785      Branch: perl
78786            ! embed.pl mg.c proto.h
78787 ____________________________________________________________________________
78788 [  6641] By: jhi                                   on 2000/08/15  17:56:27
78789         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)
78790              From: Mike Guy <mjtg@cam.ac.uk>
78791              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
78792              Date: Tue, 15 Aug 2000 18:26:45 +0100
78793              
78794              Only the peek.t part applied, not the hash quality part.
78795      Branch: perl
78796            ! t/lib/peek.t
78797 ____________________________________________________________________________
78798 [  6640] By: jhi                                   on 2000/08/15  16:37:37
78799         Log: Update Changes.
78800      Branch: perl
78801            ! Changes
78802 ____________________________________________________________________________
78803 [  6639] By: jhi                                   on 2000/08/15  16:34:55
78804         Log: Missed a file from #6638.
78805      Branch: perl
78806            ! lib/File/Temp.pm
78807 ____________________________________________________________________________
78808 [  6638] By: jhi                                   on 2000/08/15  16:33:19
78809         Log: Subject: [PATCH perl@6620] cygwin port
78810              From: "Fifer, Eric" <EFifer@sanwaint.com>
78811              Date: Tue, 15 Aug 2000 17:00:49 +0100
78812              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
78813      Branch: perl
78814            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
78815 ____________________________________________________________________________
78816 [  6637] By: jhi                                   on 2000/08/15  16:29:22
78817         Log: Subject: [PATCH] debugger exit code should reflect user exit code
78818              From: Mike Guy <mjtg@cam.ac.uk>
78819              Date: Tue, 15 Aug 2000 16:55:59 +0100
78820              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
78821      Branch: perl
78822            ! lib/perl5db.pl
78823 ____________________________________________________________________________
78824 [  6636] By: jhi                                   on 2000/08/15  15:30:58
78825         Log: Update Changes.
78826      Branch: perl
78827            ! Changes
78828 ____________________________________________________________________________
78829 [  6635] By: jhi                                   on 2000/08/15  15:27:21
78830         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
78831      Branch: metaconfig
78832            ! U/mkglossary U/mksample
78833      Branch: metaconfig/U/perl
78834            ! Devel.U
78835      Branch: perl
78836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78837 ____________________________________________________________________________
78838 [  6634] By: jhi                                   on 2000/08/15  14:11:55
78839         Log: Don't blow limited stacks, a lower number is enough to
78840              tickle the lookbehind limit.
78841              
78842              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
78843              From: Dominic Dunlop <domo@computer.org>
78844              Date: Tue, 15 Aug 2000 13:51:24 +0200
78845              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
78846      Branch: perl
78847            ! t/op/regmesg.t
78848 ____________________________________________________________________________
78849 [  6633] By: jhi                                   on 2000/08/15  14:01:46
78850         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
78851              From: Mike Guy <mjtg@cam.ac.uk>
78852              Date: Tue, 15 Aug 2000 12:10:50 +0100
78853              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
78854      Branch: perl
78855            ! utils/perldoc.PL
78856 ____________________________________________________________________________
78857 [  6632] By: jhi                                   on 2000/08/15  13:58:48
78858         Log: make ok etc also for win32.
78859              
78860              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
78861              From: Prymmer/Kahn <pvhp@best.com>
78862              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
78863              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
78864      Branch: perl
78865            ! win32/Makefile
78866 ____________________________________________________________________________
78867 [  6631] By: jhi                                   on 2000/08/15  13:45:03
78868         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
78869      Branch: perl
78870            ! lib/Test.pm
78871 ____________________________________________________________________________
78872 [  6630] By: jhi                                   on 2000/08/15  03:25:09
78873         Log: Update Changes.
78874      Branch: perl
78875            ! Changes
78876 ____________________________________________________________________________
78877 [  6629] By: jhi                                   on 2000/08/15  03:23:53
78878         Log: magic_regdatum_set() is void, not int.
78879      Branch: perl
78880            ! embed.pl mg.c proto.h
78881 ____________________________________________________________________________
78882 [  6628] By: jhi                                   on 2000/08/15  03:08:02
78883         Log: Make the user to give up his firstborn, err, to knowingly
78884              verify installing an unstable developer release.  Also bump
78885              the release to 5.7.0, but leave a patch tag in the local
78886              patches saying that this is not yet the real thing.
78887      Branch: metaconfig
78888            ! U/modified/Instruct.U
78889      Branch: metaconfig/U/perl
78890            + Devel.U
78891      Branch: perl
78892            ! Configure patchlevel.h
78893 ____________________________________________________________________________
78894 [  6627] By: jhi                                   on 2000/08/14  22:32:52
78895         Log: README.os2 update.
78896              
78897              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
78898              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78899              Date: Wed, 02 Aug 2000 21:55:09 -0700
78900              Message-ID: <tsPi5gzkgegX092yn@efn.org>
78901      Branch: perl
78902            ! README.os2
78903 ____________________________________________________________________________
78904 [  6626] By: jhi                                   on 2000/08/14  21:00:02
78905         Log: Subject: Re: File::Temp problems on VMS in bleedperl
78906              From: Tim Jenness <timj@jach.hawaii.edu>
78907              cc: vmsperl@perl.org
78908              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
78909              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
78910      Branch: perl
78911            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
78912 ____________________________________________________________________________
78913 [  6625] By: jhi                                   on 2000/08/14  20:52:16
78914         Log: Add SUIDMAIL as was done for the CERT alert.
78915      Branch: perl
78916            ! patchlevel.h
78917 ____________________________________________________________________________
78918 [  6624] By: jhi                                   on 2000/08/14  20:48:50
78919         Log: Subject: sfio2000
78920              From: Daniel Muino <dmuino@afip.gov.ar>
78921              Date: Mon, 14 Aug 2000 16:58:11 -0300
78922              Message-ID: <20000814165811.B16368@con2-dgi>
78923      Branch: perl
78924            ! perlsdio.h perlsfio.h
78925 ____________________________________________________________________________
78926 [  6623] By: jhi                                   on 2000/08/14  20:47:36
78927         Log: Subject: warning: storage class after type is obsolescent
78928              From: Daniel Muino <dmuino@afip.gov.ar>
78929              Date: Mon, 14 Aug 2000 16:42:47 -0300
78930              Message-ID: <20000814164247.A16368@con2-dgi>
78931      Branch: perl
78932            ! regcomp.pl regnodes.h
78933 ____________________________________________________________________________
78934 [  6622] By: jhi                                   on 2000/08/14  20:43:05
78935         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
78936              From: abigail@foad.org
78937              Date: 14 Aug 2000 20:00:10 -0000
78938              Message-Id: <20000814200010.27271.qmail@foad.org>
78939      Branch: perl
78940            ! Changes
78941 ____________________________________________________________________________
78942 [  6621] By: jhi                                   on 2000/08/14  15:23:05
78943         Log: Update Changes.
78944      Branch: perl
78945            ! Changes
78946 ____________________________________________________________________________
78947 [  6620] By: jhi                                   on 2000/08/14  15:22:14
78948         Log: Subject: Re: [PATCH] @+, @- readonly
78949              From: Mike Guy <mjtg@cam.ac.uk>
78950              Date: Mon, 14 Aug 2000 15:26:55 +0100
78951              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
78952      Branch: perl
78953            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
78954            ! sv.c t/op/pat.t
78955 ____________________________________________________________________________
78956 [  6619] By: jhi                                   on 2000/08/14  14:12:08
78957         Log: Update Changes.
78958      Branch: perl
78959            ! Changes
78960 ____________________________________________________________________________
78961 [  6618] By: jhi                                   on 2000/08/14  14:09:34
78962         Log: For now remove the mail code.
78963      Branch: perl
78964            ! perl.c
78965 ____________________________________________________________________________
78966 [  6617] By: jhi                                   on 2000/08/14  14:08:28
78967         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
78968      Branch: perl
78969            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
78970            ! pod/perlfaq8.pod pod/perlsec.pod
78971 ____________________________________________________________________________
78972 [  6616] By: jhi                                   on 2000/08/14  14:00:11
78973         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78974              From: Mike Guy <mjtg@cam.ac.uk>
78975              Date: Mon, 14 Aug 2000 08:26:02 +0100
78976              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
78977      Branch: perl
78978            ! lib/perl5db.pl
78979 ____________________________________________________________________________
78980 [  6615] By: jhi                                   on 2000/08/14  13:58:45
78981         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
78982              From: Mike Guy <mjtg@cam.ac.uk>
78983              Date: Mon, 14 Aug 2000 08:04:22 +0100
78984              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
78985      Branch: perl
78986            ! gv.c mg.c t/op/pat.t
78987 ____________________________________________________________________________
78988 [  6614] By: jhi                                   on 2000/08/14  13:56:45
78989         Log: Subject: Test fails / warnings with perl-current #6612
78990              From: Mike Guy <mjtg@cam.ac.uk>
78991              Date: Mon, 14 Aug 2000 07:57:23 +0100
78992              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
78993      Branch: perl
78994            ! t/lib/b.t t/lib/peek.t
78995 ____________________________________________________________________________
78996 [  6613] By: jhi                                   on 2000/08/14  13:45:33
78997         Log: VMS configure.com update continues.
78998      Branch: perl
78999            - vms/configure.com
79000            ! MANIFEST configure.com
79001 ____________________________________________________________________________
79002 [  6612] By: jhi                                   on 2000/08/13  22:13:35
79003         Log: Update Changes.
79004      Branch: perl
79005            ! Changes
79006 ____________________________________________________________________________
79007 [  6611] By: jhi                                   on 2000/08/13  16:21:45
79008         Log: Upgrade to CGI 2.71, from Lincoln Stein.
79009      Branch: perl
79010            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
79011 ____________________________________________________________________________
79012 [  6610] By: jhi                                   on 2000/08/13  15:09:16
79013         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
79014              From: Mike Guy <mjtg@cam.ac.uk>
79015              Date: Sun, 13 Aug 2000 13:45:51 +0100
79016              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
79017      Branch: perl
79018            ! t/op/regmesg.t
79019 ____________________________________________________________________________
79020 [  6609] By: jhi                                   on 2000/08/13  14:31:26
79021         Log: Andreas says that 1.56 is fine, so reverting back to it.
79022      Branch: perl
79023            ! lib/CPAN.pm
79024 ____________________________________________________________________________
79025 [  6608] By: jhi                                   on 2000/08/13  05:34:20
79026         Log: Update Changes.
79027      Branch: perl
79028            ! Changes
79029 ____________________________________________________________________________
79030 [  6607] By: jhi                                   on 2000/08/13  05:32:01
79031         Log: Put back the \z changes of #5406 to CPAN.pm.
79032      Branch: perl
79033            ! lib/CPAN.pm
79034 ____________________________________________________________________________
79035 [  6606] By: jhi                                   on 2000/08/13  05:20:16
79036         Log: Fix-n-skip the tests under 5005threads.
79037      Branch: perl
79038            ! t/lib/b.t
79039 ____________________________________________________________________________
79040 [  6605] By: jhi                                   on 2000/08/13  05:07:48
79041         Log: Fix the test for 5005threads.
79042      Branch: perl
79043            ! t/lib/peek.t
79044 ____________________________________________________________________________
79045 [  6604] By: jhi                                   on 2000/08/13  03:35:37
79046         Log: Should have deleted this in #6603.
79047      Branch: perl
79048            - vms/subconfigure.com
79049 ____________________________________________________________________________
79050 [  6603] By: jhi                                   on 2000/08/12  18:29:32
79051         Log: Rewrite of vms/subconfigure.com as configure.com,
79052              from Peter Prymmer and the vmsperl crew.
79053      Branch: perl
79054            + vms/configure.com
79055            ! MANIFEST
79056 ____________________________________________________________________________
79057 [  6602] By: jhi                                   on 2000/08/11  13:00:01
79058         Log: PlainText.pm is dead.
79059      Branch: perl
79060            - lib/Pod/PlainText.pm
79061            ! MANIFEST
79062 ____________________________________________________________________________
79063 [  6601] By: jhi                                   on 2000/08/11  04:06:45
79064         Log: Update Changes.
79065      Branch: perl
79066            ! Changes
79067 ____________________________________________________________________________
79068 [  6600] By: jhi                                   on 2000/08/11  04:06:10
79069         Log: Add a few missing files, update MANIFEST.
79070      Branch: perl
79071            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
79072            + lib/Pod/PlainText.pm t/pod/find.t
79073            ! MANIFEST t/op/regmesg.t
79074 ____________________________________________________________________________
79075 [  6599] By: jhi                                   on 2000/08/11  03:31:10
79076         Log: Add Perl debugging tutorial, regen toc. 
79077              
79078              Subject: perldebtut.pod
79079              From: Richard Foley <Richard.Foley@m.dasa.de>
79080              Date: Wed, 09 Aug 2000 10:17:15 +0200
79081              Message-id: <3991138B.262247B8@m.dasa.de>
79082      Branch: perl
79083            + pod/perldebtut.pod
79084            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
79085 ____________________________________________________________________________
79086 [  6598] By: jhi                                   on 2000/08/11  02:48:56
79087         Log: tiny Changes edit
79088      Branch: perl
79089            ! Changes
79090 ____________________________________________________________________________
79091 [  6597] By: jhi                                   on 2000/08/11  02:39:04
79092         Log: Tests for #6589.
79093              
79094              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
79095              From: simon@brecon.co.uk (Simon Cozens)
79096              Date: 11 Aug 2000 02:24:52 GMT
79097              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
79098      Branch: perl
79099            ! t/lib/b.t
79100 ____________________________________________________________________________
79101 [  6596] By: jhi                                   on 2000/08/11  01:50:07
79102         Log: Update Changes.
79103      Branch: perl
79104            ! Changes
79105 ____________________________________________________________________________
79106 [  6595] By: jhi                                   on 2000/08/11  01:47:16
79107         Log: nitfix
79108      Branch: perl
79109            ! Changes
79110 ____________________________________________________________________________
79111 [  6594] By: jhi                                   on 2000/08/11  01:36:16
79112         Log: Subject: Getting perlio and threads to compile
79113              From: Lupe Christoph <lupe@lupe-christoph.de>
79114              Date: Wed, 9 Aug 2000 11:35:54 +0200
79115              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
79116              
79117              (the Solaris version changes in Configure skipped)
79118      Branch: perl
79119            ! hints/solaris_2.sh thread.h
79120 ____________________________________________________________________________
79121 [  6593] By: jhi                                   on 2000/08/11  01:30:16
79122         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
79123              From: simon@brecon.co.uk (Simon Cozens)
79124              Date: 1 Aug 2000 06:55:19 GMT
79125              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
79126      Branch: perl
79127            ! lib/utf8.pm
79128 ____________________________________________________________________________
79129 [  6592] By: jhi                                   on 2000/08/11  01:26:39
79130         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
79131              From: Peter Scott <Peter@PeterScott.com>
79132              Date: Thu, 10 Aug 2000 08:23:27 -0700
79133              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
79134      Branch: perl
79135            ! lib/perl5db.pl
79136 ____________________________________________________________________________
79137 [  6591] By: jhi                                   on 2000/08/11  01:22:02
79138         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
79139              From: Hugo <hv@crypt.compulink.co.uk>
79140              Date: Thu, 10 Aug 2000 19:23:04 +0100
79141              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
79142      Branch: perl
79143            ! regexec.c t/op/pat.t
79144 ____________________________________________________________________________
79145 [  6590] By: jhi                                   on 2000/08/11  01:19:19
79146         Log: Preprocessing and postprocessing for File::Find.
79147              
79148              Subject: Patch to Find::File.pm to allow alphabetical results
79149              From: Joe Smith <jsmith@inwap.com>
79150              Date: Wed, 9 Aug 2000 02:44:54 -0700
79151              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
79152      Branch: perl
79153            ! lib/File/Find.pm
79154 ____________________________________________________________________________
79155 [  6589] By: jhi                                   on 2000/08/11  01:12:39
79156         Log: B::Deparse didn't do sub attributes.
79157              
79158              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
79159              From: simon@brecon.co.uk (Simon Cozens)
79160              Date: 9 Aug 2000 04:49:20 GMT
79161              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
79162      Branch: perl
79163            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
79164 ____________________________________________________________________________
79165 [  6588] By: jhi                                   on 2000/08/11  01:06:40
79166         Log: Subject: debugger "d" command doesnt check line number
79167              From: Mike Guy <mjtg@cam.ac.uk>
79168              Date: Tue, 08 Aug 2000 21:54:29 +0100
79169              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
79170      Branch: perl
79171            ! lib/perl5db.pl mg.c pod/perldiag.pod
79172 ____________________________________________________________________________
79173 [  6587] By: jhi                                   on 2000/08/11  00:45:03
79174         Log: sleep(1) does not necessarily return 1.
79175              
79176              Subject: [PATCH bleadperl] op/lex_assign.t  
79177              From: Hugo <hv@crypt.compulink.co.uk>
79178              Date: Thu, 03 Aug 2000 14:34:22 +0100        
79179              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
79180      Branch: perl
79181            ! t/op/lex_assign.t
79182 ____________________________________________________________________________
79183 [  6586] By: jhi                                   on 2000/08/11  00:31:50
79184         Log: Document the IO::Select timeout.
79185      Branch: perl
79186            ! ext/IO/lib/IO/Select.pm
79187 ____________________________________________________________________________
79188 [  6585] By: jhi                                   on 2000/08/11  00:13:54
79189         Log: Forgot contributor.
79190      Branch: perl
79191            ! Changes
79192 ____________________________________________________________________________
79193 [  6584] By: jhi                                   on 2000/08/11  00:09:19
79194         Log: detypo
79195      Branch: perl
79196            ! Changes
79197 ____________________________________________________________________________
79198 [  6583] By: jhi                                   on 2000/08/11  00:07:53
79199         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
79200              
79201              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
79202              From: Mike Guy <mjtg@cam.ac.uk> 
79203              Date: Thu, 10 Aug 2000 15:50:54 +0100
79204              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
79205      Branch: perl
79206            ! sv.c t/op/int.t
79207 ____________________________________________________________________________
79208 [  6582] By: jhi                                   on 2000/08/10  23:29:32
79209         Log: Update Changes.
79210      Branch: perl
79211            ! Changes
79212 ____________________________________________________________________________
79213 [  6581] By: jhi                                   on 2000/08/10  23:26:16
79214         Log: Put back the std @INC thing.
79215      Branch: perl
79216            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
79217            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
79218            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
79219            ! t/lib/gol-oo.t
79220 ____________________________________________________________________________
79221 [  6580] By: jhi                                   on 2000/08/10  23:03:34
79222         Log: Update to CGI 2.70, from Lincoln Stein.
79223      Branch: perl
79224            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
79225            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
79226            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
79227            ! t/lib/cgi-request.t
79228 ____________________________________________________________________________
79229 [  6579] By: jhi                                   on 2000/08/10  22:41:50
79230         Log: Update to CPAN 1.56, from Andreas König.
79231      Branch: perl
79232            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79233 ____________________________________________________________________________
79234 [  6578] By: jhi                                   on 2000/08/10  22:38:13
79235         Log: Update to Pod::Parser 1.17, from Brad Appleton.
79236      Branch: perl
79237            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
79238            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
79239            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
79240            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
79241            ! t/pod/include.t t/pod/included.t t/pod/lref.t
79242            ! t/pod/multiline_items.t t/pod/nested_items.t
79243            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
79244            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
79245            ! t/pod/special_seqs.t
79246 ____________________________________________________________________________
79247 [  6577] By: jhi                                   on 2000/08/10  22:35:41
79248         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
79249      Branch: perl
79250            ! AUTHORS MAINTAIN
79251 ____________________________________________________________________________
79252 [  6576] By: jhi                                   on 2000/08/10  22:24:54
79253         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
79254      Branch: perl
79255            + t/lib/gol-oo.t
79256            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
79257            ! t/lib/gol-compat.t t/lib/gol-linkage.t
79258 ____________________________________________________________________________
79259 [  6575] By: jhi                                   on 2000/08/10  22:02:07
79260         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
79261      Branch: perl
79262            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
79263 ____________________________________________________________________________
79264 [  6574] By: jhi                                   on 2000/08/10  21:55:03
79265         Log: Iterating perl6 description.
79266      Branch: perl
79267            ! pod/perlfaq1.pod
79268 ____________________________________________________________________________
79269 [  6573] By: jhi                                   on 2000/08/10  21:48:26
79270         Log: Revert the sv.c part of #6559, a better fix is needed.
79271      Branch: perl
79272            ! sv.c
79273 ____________________________________________________________________________
79274 [  6572] By: jhi                                   on 2000/08/10  20:33:43
79275         Log: It's the 2ndO'ROSSC.
79276      Branch: perl
79277            ! pod/perlfaq1.pod
79278 ____________________________________________________________________________
79279 [  6571] By: jhi                                   on 2000/08/10  15:55:48
79280         Log: detypo
79281      Branch: perl
79282            ! pod/perlfaq1.pod
79283 ____________________________________________________________________________
79284 [  6570] By: jhi                                   on 2000/08/10  14:11:17
79285         Log: An exceptionally sticky typo.
79286      Branch: perl
79287            ! Changes
79288 ____________________________________________________________________________
79289 [  6569] By: jhi                                   on 2000/08/10  14:09:33
79290         Log: detypo (and test Changes updating script)
79291      Branch: perl
79292            ! Changes
79293 ____________________________________________________________________________
79294 [  6568] By: jhi                                   on 2000/08/10  14:07:07
79295         Log: Update Changes.
79296      Branch: perl
79297            ! Changes
79298 ____________________________________________________________________________
79299 [  6567] By: jhi                                   on 2000/08/10  14:06:19
79300         Log: Amend the description of Perl6.
79301              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
79302              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79303              Date: Wed, 9 Aug 2000 22:11:06 -0500
79304              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
79305      Branch: perl
79306            ! pod/perlfaq1.pod
79307 ____________________________________________________________________________
79308 [  6566] By: jhi                                   on 2000/08/10  13:58:57
79309         Log: Subject: Remove dead entry in perldiag
79310              From: Mike Guy <mjtg@cam.ac.uk>
79311              Date: Thu, 10 Aug 2000 14:19:19 +0100
79312              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
79313      Branch: perl
79314            ! pod/perldiag.pod
79315 ____________________________________________________________________________
79316 [  6565] By: jhi                                   on 2000/08/10  13:51:48
79317         Log: Zero entries were skipped, fix from Adrian Goalby
79318              <argoalby@yahoo.co.uk>
79319      Branch: perl
79320            ! lib/unicode/Number.pl lib/unicode/mktables.PL
79321 ____________________________________________________________________________
79322 [  6564] By: jhi                                   on 2000/08/10  13:00:12
79323         Log: Subject: [PATCH 5.6.0] cygwin port
79324              From: "Fifer, Eric" <EFifer@sanwaint.com>
79325              Date: Thu, 10 Aug 2000 13:15:36 +0100
79326              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
79327      Branch: perl
79328            ! README.cygwin hints/cygwin.sh
79329 ____________________________________________________________________________
79330 [  6563] By: jhi                                   on 2000/08/10  12:55:16
79331         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
79332      Branch: perl
79333            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
79334 ____________________________________________________________________________
79335 [  6562] By: gsar                                  on 2000/08/10  08:38:39
79336         Log: warn is a macro, avoid using at a variable to avoid warnings
79337              in some configurations; readdir.t is too conservative in
79338              estimating number of *.t's
79339      Branch: perl
79340            ! t/op/readdir.t util.c
79341 ____________________________________________________________________________
79342 [  6561] By: jhi                                   on 2000/08/09  23:35:42
79343         Log: Update Changes.
79344      Branch: perl
79345            ! Changes
79346 ____________________________________________________________________________
79347 [  6560] By: jhi                                   on 2000/08/09  23:05:47
79348         Log: Subject: Re: enhanced(?) regex error messages
79349              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79350              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
79351              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
79352              
79353              (plus two small patches sent privately)
79354              (this still seems to leave few test failures)
79355      Branch: perl
79356            + t/op/regmesg.t
79357            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
79358            ! t/pragma/warn/regcomp
79359 ____________________________________________________________________________
79360 [  6559] By: jhi                                   on 2000/08/09  20:41:18
79361         Log: (The fix did work but was not right, retracted in #6573)
79362              
79363              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
79364              From: Christian Kirsch <ck@held.mind.de>
79365              Date: Wed, 9 Aug 2000 17:05:17 +0200
79366              Message-Id: <20000809170517.A25389@held>
79367      Branch: perl
79368            ! sv.c t/pragma/locale.t
79369 ____________________________________________________________________________
79370 [  6558] By: jhi                                   on 2000/08/08  22:34:08
79371         Log: Tiny updates on the contributors list.
79372      Branch: perl
79373            ! Changes
79374 ____________________________________________________________________________
79375 [  6557] By: jhi                                   on 2000/08/08  19:34:28
79376         Log: Double check that we have a dirhandle.
79377      Branch: perl
79378            ! util.c
79379 ____________________________________________________________________________
79380 [  6556] By: jhi                                   on 2000/08/08  19:01:51
79381         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
79382              May be repopulated with fresh maintained examples.
79383      Branch: perl
79384            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
79385            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
79386            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
79387            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
79388            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
79389            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
79390            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
79391            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
79392            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
79393            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
79394            + lib/CGI/eg/wilogo_gif.uu
79395            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79396            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79397            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79398            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79399            - eg/cgi/frameset.cgi eg/cgi/index.html
79400            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79401            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79402            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79403            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79404            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79405            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79406            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79407            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79408            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79409            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79410            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79411            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79412            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79413            - eg/van/vanish eg/who eg/wrapsuid
79414            ! MANIFEST
79415 ____________________________________________________________________________
79416 [  6555] By: jhi                                   on 2000/08/08  18:51:08
79417         Log: Delete chat2 as requested by Randal.
79418              
79419              Subject: Re: perlfaq8 coyness
79420              From: merlyn@stonehenge.com (Randal L. Schwartz) 
79421              Date: 15 May 2000 18:52:42 -0700 
79422              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
79423      Branch: perl
79424            - lib/chat2.pl
79425            ! MANIFEST
79426 ____________________________________________________________________________
79427 [  6554] By: jhi                                   on 2000/08/08  18:31:35
79428         Log: Regen global.sym.
79429      Branch: perl
79430            ! global.sym
79431 ____________________________________________________________________________
79432 [  6553] By: jhi                                   on 2000/08/08  18:28:13
79433         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
79434              (either perlbug or p5p ate the original), plus regen
79435              perlapi and perltoc. 
79436      Branch: perl
79437            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
79438            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
79439            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
79440            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
79441            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
79442            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
79443            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
79444            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
79445            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
79446            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
79447 ____________________________________________________________________________
79448 [  6552] By: jhi                                   on 2000/08/08  18:06:29
79449         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
79450              From: Mike Guy <mjtg@cam.ac.uk>
79451              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
79452              Date: Tue, 08 Aug 2000 15:51:27 +0100
79453      Branch: perl
79454            ! doop.c sv.h t/op/join.t t/pragma/overload.t
79455 ____________________________________________________________________________
79456 [  6551] By: jhi                                   on 2000/08/08  18:01:11
79457         Log: Re-apply #6549.
79458      Branch: perl
79459            ! lib/perl5db.pl
79460 ____________________________________________________________________________
79461 [  6550] By: jhi                                   on 2000/08/08  17:43:08
79462         Log: Accidental retraction of #6549.
79463      Branch: perl
79464            ! lib/perl5db.pl
79465 ____________________________________________________________________________
79466 [  6549] By: jhi                                   on 2000/08/08  17:40:04
79467         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
79468              From: Mike Guy <mjtg@cam.ac.uk>
79469              Date: Mon, 07 Aug 2000 21:49:58 +0100
79470              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
79471      Branch: perl
79472            ! lib/perl5db.pl
79473 ____________________________________________________________________________
79474 [  6548] By: jhi                                   on 2000/08/08  17:37:57
79475         Log: Document here-doc better.
79476              
79477              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
79478              From: Mike Guy <mjtg@cam.ac.uk>
79479              Date: Mon, 07 Aug 2000 14:02:09 +0100
79480              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
79481      Branch: perl
79482            ! pod/perldata.pod
79483 ____________________________________________________________________________
79484 [  6547] By: jhi                                   on 2000/08/08  17:33:34
79485         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
79486              From: "Randy J. Ray" <rjray@redhat.com>
79487              Date: Mon, 07 Aug 2000 19:12:25 -0700
79488              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
79489      Branch: perl
79490            ! perl.c pod/perlrun.pod
79491 ____________________________________________________________________________
79492 [  6546] By: jhi                                   on 2000/08/08  17:29:26
79493         Log: Subject: Re: enhanced(?) regex error messages 
79494              From: Hugo <hv@crypt.compulink.co.uk>
79495              Date: Tue, 08 Aug 2000 03:25:51 +0100
79496              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
79497              
79498              plus Capitalize the error messages, plus perldiag them.
79499      Branch: perl
79500            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
79501 ____________________________________________________________________________
79502 [  6545] By: jhi                                   on 2000/08/08  13:59:28
79503         Log: Augment #6539 a bit: don't croak if there's magic in the air.
79504              
79505              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
79506              From: Hugo <hv@crypt.compulink.co.uk>
79507              Date: Tue, 08 Aug 2000 03:02:03 +0100
79508              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
79509      Branch: perl
79510            ! pp.c t/op/bless.t
79511 ____________________________________________________________________________
79512 [  6544] By: jhi                                   on 2000/08/07  21:11:52
79513         Log: Make the test -w clean.
79514      Branch: perl
79515            ! t/op/bless.t
79516 ____________________________________________________________________________
79517 [  6543] By: jhi                                   on 2000/08/07  19:49:53
79518         Log: use warnings instead of $^W.
79519      Branch: perl
79520            ! t/op/bless.t
79521 ____________________________________________________________________________
79522 [  6542] By: jhi                                   on 2000/08/07  17:41:41
79523         Log: Disable a portability warning Because We Know What We Are Doing.
79524      Branch: perl
79525            ! t/op/bless.t
79526 ____________________________________________________________________________
79527 [  6541] By: jhi                                   on 2000/08/07  17:29:51
79528         Log: Tiny tidying on report_evil_fh().
79529      Branch: perl
79530            ! util.c
79531 ____________________________________________________________________________
79532 [  6540] By: jhi                                   on 2000/08/07  16:37:38
79533         Log: Make regular expression parse error messages easier to understand.
79534              
79535              Subject: Re: enhanced(?) regex error messages
79536              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79537              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
79538              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
79539      Branch: perl
79540            ! regcomp.c
79541 ____________________________________________________________________________
79542 [  6539] By: jhi                                   on 2000/08/07  16:12:27
79543         Log: Make bless(REF, REF) a fatal error, add bless tests.
79544              
79545              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
79546              From: Hugo <hv@crypt.compulink.co.uk>
79547              Date: Mon, 07 Aug 2000 16:59:38 +0100
79548              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
79549      Branch: perl
79550            + t/op/bless.t
79551            ! MANIFEST pod/perldiag.pod pp.c sv.c
79552 ____________________________________________________________________________
79553 [  6538] By: jhi                                   on 2000/08/07  15:59:43
79554         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
79555              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
79556              Date: Thu, 3 Aug 2000 14:29:21 -0700
79557              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
79558      Branch: perl
79559            ! lib/lib_pm.PL
79560 ____________________________________________________________________________
79561 [  6537] By: jhi                                   on 2000/08/07  15:47:18
79562         Log: Retract #6419 for now since it breaks in AFS and MachTen.
79563      Branch: perl
79564            ! lib/Cwd.pm
79565 ____________________________________________________________________________
79566 [  6536] By: jhi                                   on 2000/08/07  15:05:29
79567         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
79568              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
79569              The security hole exists only in suidperls, which isn't
79570              installed or even built by default.
79571      Branch: perl
79572            ! perl.c
79573 ____________________________________________________________________________
79574 [  6535] By: jhi                                   on 2000/08/07  14:45:14
79575         Log: tr memory corruption fix from Simon Cozens.
79576      Branch: perl
79577            ! doop.c
79578 ____________________________________________________________________________
79579 [  6534] By: jhi                                   on 2000/08/06  11:38:16
79580         Log: Document a bit that UDP is not what you might think.
79581              
79582              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
79583              From: Lupe Christoph <lupe@lupe-christoph.de>
79584              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
79585              Date: Mon, 24 Jul 2000 08:59:15 +0200
79586      Branch: perl
79587            ! pod/perlipc.pod
79588 ____________________________________________________________________________
79589 [  6533] By: jhi                                   on 2000/08/06  11:35:01
79590         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
79591              From: Jeff Pinyan <jeffp@hut.crusoe.net>
79592              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
79593              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
79594      Branch: perl
79595            ! pod/perlfunc.pod
79596 ____________________________________________________________________________
79597 [  6532] By: jhi                                   on 2000/08/06  03:45:41
79598         Log: Have symbols for the IoTYPEs.
79599      Branch: perl
79600            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
79601 ____________________________________________________________________________
79602 [  6531] By: jhi                                   on 2000/08/06  01:33:55
79603         Log: Continue fixing the io warnings.  This also
79604              sort of fixes bug ID 20000802.003: the core dump
79605              is no more.  Whether the current behaviour is correct
79606              (giving a warning: "Not a format reference"), is another matter.
79607      Branch: perl
79608            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
79609            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79610 ____________________________________________________________________________
79611 [  6530] By: jhi                                   on 2000/08/05  21:33:12
79612         Log: Change the Policy policy: now -Dprefix= with an existing
79613              Policy.sh and prefix == siteprefix == vendorprefix, then all
79614              of them follow along the new prefix.
79615              
79616              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
79617              From: Andy Dougherty <doughera@lafayette.edu>
79618              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
79619              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
79620      Branch: perl
79621            ! Policy_sh.SH
79622 ____________________________________________________________________________
79623 [  6529] By: jhi                                   on 2000/08/05  18:57:28
79624         Log: Zap lib/Sys directory when cleaning up.
79625      Branch: perl
79626            ! Makefile.SH
79627 ____________________________________________________________________________
79628 [  6528] By: jhi                                   on 2000/08/05  18:40:44
79629         Log: Essential prototype changes were missing from #6527.
79630              Also make report_evil_fh() more bomb-proof.
79631      Branch: perl
79632            ! embed.h util.c
79633 ____________________________________________________________________________
79634 [  6527] By: jhi                                   on 2000/08/05  03:22:05
79635         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
79636              From: "Ronald F. Guilmette" <rfg@monkeys.com>
79637              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
79638              Message-Id: <200007242247.PAA52177@monkeys.com>
79639      Branch: perl
79640            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
79641 ____________________________________________________________________________
79642 [  6526] By: jhi                                   on 2000/08/04  21:23:27
79643         Log: gcc versions might have (parentheses) in them.
79644      Branch: metaconfig/U/perl
79645            ! gccvers.U
79646      Branch: perl
79647            ! Configure config_h.SH
79648 ____________________________________________________________________________
79649 [  6525] By: jhi                                   on 2000/08/04  20:23:12
79650         Log: Weed buglets pointed out by
79651              
79652              From: Lupe Christoph <lupe@lupe-christoph.de>
79653              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
79654              Date: Fri, 4 Aug 2000 17:34:39 +0200
79655              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
79656      Branch: metaconfig/U/perl
79657            ! gccvers.U uselfs.U
79658      Branch: perl
79659            ! Configure config_h.SH
79660 ____________________________________________________________________________
79661 [  6524] By: jhi                                   on 2000/08/04  19:02:08
79662         Log: Warn under -w if lstat(FH) is attempted.
79663              
79664              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
79665              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
79666              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
79667              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
79668      Branch: perl
79669            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
79670            ! t/pragma/warn/pp_sys
79671 ____________________________________________________________________________
79672 [  6523] By: jhi                                   on 2000/08/04  12:31:11
79673         Log: Subject: New perlcc, take 2
79674              From: simon@brecon.co.uk (Simon Cozens)
79675              Date: 4 Aug 2000 06:21:04 GMT
79676              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
79677      Branch: perl
79678            ! utils/perlcc.PL
79679 ____________________________________________________________________________
79680 [  6522] By: jhi                                   on 2000/08/04  12:26:33
79681         Log: Subject: Re: Array vs. List context
79682              From: Daniel Chetlin <daniel@chetlin.com>
79683              Date: Fri, 4 Aug 2000 00:22:44 -0700
79684              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
79685      Branch: perl
79686            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
79687            ! pod/perlfaq4.pod
79688 ____________________________________________________________________________
79689 [  6521] By: jhi                                   on 2000/08/04  12:22:38
79690         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
79691              From: Raymund Will <ray@caldera.de>
79692              Date: Fri, 4 Aug 2000 12:07:09 +0200
79693              Message-Id: <20000804120709.A14982@caldera.de>
79694      Branch: perl
79695            ! configure.gnu
79696 ____________________________________________________________________________
79697 [  6520] By: jhi                                   on 2000/08/04  04:09:06
79698         Log: After the #6519 a warning about stat() is just that,
79699              not about a filetest, which now have their own warning.
79700      Branch: perl
79701            ! pod/perldiag.pod
79702 ____________________________________________________________________________
79703 [  6519] By: jhi                                   on 2000/08/04  04:06:30
79704         Log: In the warnings call filehandles consistently so;
79705              add "unopened" warning for stat().
79706      Branch: perl
79707            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79708            ! t/pragma/warn/pp_sys
79709 ____________________________________________________________________________
79710 [  6518] By: jhi                                   on 2000/08/04  02:55:35
79711         Log: Subject: Minor tweak to perlvar.pod
79712              From: "Stephen P. Potter" <spp@ds.net>
79713              Date: Tue, 18 Apr 2000 09:26:03 -0400
79714              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
79715      Branch: perl
79716            ! pod/perlvar.pod
79717 ____________________________________________________________________________
79718 [  6517] By: jhi                                   on 2000/08/04  02:50:08
79719         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
79720              From: "Clinton Pierce" <cpierce1@ford.com>
79721              Date: Wed, 21 Jul 1999 16:45:31 -0400
79722              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
79723              
79724              Fix by Stephen Potter (visible in the bug db but not in p5p?)
79725      Branch: perl
79726            ! pod/perlfunc.pod pod/perlop.pod
79727 ____________________________________________________________________________
79728 [  6516] By: jhi                                   on 2000/08/04  02:09:25
79729         Log: This is 6512.  Really.
79730      Branch: perl
79731            ! dump.c
79732 ____________________________________________________________________________
79733 [  6515] By: jhi                                   on 2000/08/04  01:25:50
79734         Log: mention the idea of @( and @)
79735      Branch: perl
79736            ! Todo-5.6
79737 ____________________________________________________________________________
79738 [  6514] By: bailey                                on 2000/08/04  01:18:46
79739         Log: YA resync with mainstem, including VMS patches from others
79740      Branch: vmsperl
79741           +> (branch 48 files)
79742            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
79743           !> (integrate 354 files)
79744 ____________________________________________________________________________
79745 [  6513] By: jhi                                   on 2000/08/04  01:18:18
79746         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
79747              From: Mark Dickinson <dickins3@fas.harvard.edu>
79748              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
79749              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
79750      Branch: perl
79751            ! t/op/grent.t t/op/pwent.t
79752 ____________________________________________________________________________
79753 [  6512] By: jhi                                   on 2000/08/04  01:14:06
79754         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
79755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79756              Date: Wed, 02 Aug 2000 10:51:01 +0100
79757              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
79758      Branch: perl
79759            ! sv.c
79760 ____________________________________________________________________________
79761 [  6511] By: jhi                                   on 2000/08/04  00:57:00
79762         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
79763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79764              Date: Thu, 03 Aug 2000 17:20:04 -0700
79765              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
79766      Branch: metaconfig
79767            ! U/modified/Cppsym.U
79768      Branch: perl
79769            ! Configure config_h.SH
79770 ____________________________________________________________________________
79771 [  6510] By: jhi                                   on 2000/08/04  00:25:28
79772         Log: detypo
79773      Branch: perl
79774            ! Makefile.SH
79775 ____________________________________________________________________________
79776 [  6509] By: jhi                                   on 2000/08/03  23:43:18
79777         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
79778              From: Dominic Dunlop <domo@computer.org>
79779              Date: Thu, 3 Aug 2000 22:16:46 +0200
79780              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
79781      Branch: perl
79782            ! t/op/sprintf.t
79783 ____________________________________________________________________________
79784 [  6508] By: jhi                                   on 2000/08/03  23:40:37
79785         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
79786              From: Hugo <hv@crypt.compulink.co.uk>
79787              Date: Thu, 03 Aug 2000 18:25:30 +0100
79788              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
79789      Branch: perl
79790            ! regcomp.c t/op/re_tests
79791 ____________________________________________________________________________
79792 [  6507] By: jhi                                   on 2000/08/03  23:38:28
79793         Log: Subject: [PATCH] sv.h documentation - SvLEN
79794              From: Mike Guy <mjtg@cam.ac.uk>
79795              Date: Thu, 03 Aug 2000 14:43:09 +0100
79796              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
79797      Branch: perl
79798            ! sv.h
79799 ____________________________________________________________________________
79800 [  6506] By: jhi                                   on 2000/08/03  15:49:14
79801         Log: Disable the fix_pl hack for now.
79802      Branch: perl
79803            ! Makefile.SH
79804 ____________________________________________________________________________
79805 [  6505] By: jhi                                   on 2000/08/03  13:49:04
79806         Log: Add a URL for FSF.
79807              
79808              Subject: Patch for README
79809              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79810              Date: Wed, 2 Aug 2000 13:25:09 -0500
79811              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
79812      Branch: perl
79813            ! README
79814 ____________________________________________________________________________
79815 [  6504] By: jhi                                   on 2000/08/03  13:29:19
79816         Log: Be more informative on what is skipped and why,
79817              also repeat the list at the end.
79818      Branch: perl
79819            ! Porting/p4desc
79820 ____________________________________________________________________________
79821 [  6503] By: jhi                                   on 2000/08/03  13:07:05
79822         Log: Circumvent the removal of .patch by fix_pl.
79823              
79824              Subject: Re: [ID 20000802.011] unable to 'make test'          
79825              From: simon@brecon.co.uk (Simon Cozens) 
79826              Date: 3 Aug 2000 04:17:00 GMT
79827              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
79828      Branch: perl
79829            ! Makefile.SH
79830 ____________________________________________________________________________
79831 [  6502] By: jhi                                   on 2000/08/03  00:14:34
79832         Log: Add the missing setproctitle unit.
79833      Branch: metaconfig/U/perl
79834            + d_setproctitle.U
79835 ____________________________________________________________________________
79836 [  6501] By: jhi                                   on 2000/08/03  00:00:26
79837         Log: The subtest 4 may fail also on VOBS, as pointed out
79838              by Nick Ing-Simmons in November 1999, bug id 19991124.003
79839              (but the failure in that bug report isn't the subtest 4).
79840      Branch: perl
79841            ! t/op/stat.t
79842 ____________________________________________________________________________
79843 [  6500] By: jhi                                   on 2000/08/02  23:49:30
79844         Log: Better skip message for the test; one of the two problems in
79845              
79846              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
79847              From: Lupe Christoph <lupe@lupe-christoph.de>
79848              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
79849              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
79850      Branch: perl
79851            ! t/op/numconvert.t
79852 ____________________________________________________________________________
79853 [  6499] By: jhi                                   on 2000/08/02  22:49:16
79854         Log: Allow "no Module;" even if there is no 'unimport'.
79855              
79856              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
79857              From: mjd@plover.com
79858              Date: 24 Mar 2000 15:24:34 -0000
79859              Message-Id: <20000324152434.15160.qmail@plover.com>
79860      Branch: perl
79861            ! gv.c
79862 ____________________________________________________________________________
79863 [  6498] By: jhi                                   on 2000/08/02  22:42:58
79864         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
79865              that are hopefully soon put into use.
79866      Branch: perl
79867            ! opcode.h opcode.pl opnames.h
79868 ____________________________________________________________________________
79869 [  6497] By: gsar                                  on 2000/08/02  22:28:59
79870         Log: require.t needs binmode() to work on windows
79871      Branch: perl
79872            ! t/comp/require.t
79873 ____________________________________________________________________________
79874 [  6496] By: jhi                                   on 2000/08/02  22:08:51
79875         Log: Document the IVdf UVuf UVof UVxf.
79876      Branch: perl
79877            ! pod/perlguts.pod
79878 ____________________________________________________________________________
79879 [  6495] By: jhi                                   on 2000/08/02  21:54:26
79880         Log: detypo #6494
79881      Branch: perl
79882            ! ext/Data/Dumper/Dumper.xs
79883 ____________________________________________________________________________
79884 [  6494] By: jhi                                   on 2000/08/02  21:49:17
79885         Log: Dump UVs as UVs in Data::Dumper.
79886              
79887              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
79888              From: Gurusamy Sarathy <gsar@ActiveState.com>
79889              Date: Thu, 27 Apr 2000 12:26:25 -0700
79890              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
79891      Branch: perl
79892            ! ext/Data/Dumper/Dumper.xs
79893 ____________________________________________________________________________
79894 [  6493] By: jhi                                   on 2000/08/02  17:01:58
79895         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
79896              From: Hugo <hv@crypt.compulink.co.uk>
79897              Date: Wed, 02 Aug 2000 14:53:56 +0100
79898              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
79899      Branch: perl
79900            ! regexec.c t/op/re_tests
79901 ____________________________________________________________________________
79902 [  6492] By: jhi                                   on 2000/08/02  15:02:46
79903         Log: The new setproctitle() feature is available only in 
79904              bleeding edge FreeBSD.  From Paul Saab.
79905      Branch: perl
79906            ! mg.c
79907 ____________________________________________________________________________
79908 [  6491] By: jhi                                   on 2000/08/02  13:34:36
79909         Log: The tr utf8 patching continues.
79910              
79911              Subject: Re: #6469, too many tests claimed in require.t
79912              From: simon@brecon.co.uk (Simon Cozens)
79913              Date: 2 Aug 2000 02:37:17 GMT
79914              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
79915              
79916              (the logic of the test was the wrong way round in the patch)
79917      Branch: perl
79918            ! doop.c
79919 ____________________________________________________________________________
79920 [  6490] By: jhi                                   on 2000/08/02  13:27:38
79921         Log: The name of a filehandle does not have <these>.
79922      Branch: perl
79923            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79924            ! t/pragma/warn/pp_sys util.c
79925 ____________________________________________________________________________
79926 [  6489] By: jhi                                   on 2000/08/02  04:26:46
79927         Log: Remove the extraneous "main::" prefix from all the
79928              "opened only for", "on closed", and "never opened" warnings.
79929              
79930              Subject: Re: inappropriate warning
79931              From: Gurusamy Sarathy <gsar@ActiveState.com>
79932              Date: Mon, 20 Mar 2000 11:28:02 -0800
79933              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
79934      Branch: perl
79935            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
79936            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
79937            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79938 ____________________________________________________________________________
79939 [  6488] By: jhi                                   on 2000/08/02  03:02:57
79940         Log: memcpy has n o in it, as pinted ut by Sarathy.
79941      Branch: perl
79942            ! pod/perlguts.pod
79943 ____________________________________________________________________________
79944 [  6487] By: jhi                                   on 2000/08/02  02:44:51
79945         Log: Document in one place the memory abstractions used in Perl core.
79946              
79947              Subject: Re: Memory abstraction
79948              From: simon@brecon.co.uk (Simon Cozens)
79949              Date: 2 Aug 2000 02:20:23 GMT
79950              Organization: Earth.li Origins
79951      Branch: perl
79952            ! pod/perlguts.pod
79953 ____________________________________________________________________________
79954 [  6486] By: jhi                                   on 2000/08/02  02:41:57
79955         Log: regen_headers, regen perltoc.
79956      Branch: perl
79957            ! perlapi.c pod/perltoc.pod
79958 ____________________________________________________________________________
79959 [  6485] By: jhi                                   on 2000/08/02  01:43:33
79960         Log: "This little thing tests for a file .patch, and if it contains
79961              a number, pops into patchlevel.h" (making it easier to track
79962              which development version people are reporting bugs against)
79963              
79964              Subject: Patchlevel autogeneration for repository perls
79965              From: simon@brecon.co.uk (Simon Cozens)
79966              Date: 14 Jul 2000 07:12:15 GMT
79967              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
79968      Branch: perl
79969            + fix_pl
79970            ! MANIFEST Makefile.SH
79971 ____________________________________________________________________________
79972 [  6484] By: jhi                                   on 2000/08/02  01:32:54
79973         Log: FreeBSD 3.* updates from
79974              
79975              From: Paul Saab <ps@yahoo-inc.com>
79976              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79977              Date: Tue, 1 Aug 2000 15:41:39 -0700
79978              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79979      Branch: perl
79980            ! hints/freebsd.sh
79981 ____________________________________________________________________________
79982 [  6483] By: jhi                                   on 2000/08/02  01:27:44
79983         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
79984              instead one must use setproctitle().  This was already addressed
79985              by change #6457, but the below has a new variant for FreeBSD 4.0
79986              or later, and the matter is also documented more.
79987              
79988              From: Paul Saab <ps@yahoo-inc.com>
79989              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79990              Date: Tue, 1 Aug 2000 15:41:39 -0700
79991              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79992      Branch: metaconfig/U/perl
79993            + i_libutil.U
79994      Branch: perl
79995            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
79996 ____________________________________________________________________________
79997 [  6482] By: jhi                                   on 2000/08/01  22:17:32
79998         Log: The test from this
79999              
80000              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
80001              Date: Sat, 15 Apr 2000 17:03:44 +0100
80002              From: Tom Hughes <tom@compton.nu>
80003              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
80004              
80005              was missing, the code change went in as #5989
80006              (which had a different test?)
80007      Branch: perl
80008            ! t/op/misc.t
80009 ____________________________________________________________________________
80010 [  6481] By: jhi                                   on 2000/08/01  21:48:38
80011         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
80012              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
80013              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
80014              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
80015      Branch: perl
80016            ! perl.h
80017 ____________________________________________________________________________
80018 [  6480] By: jhi                                   on 2000/08/01  18:05:28
80019         Log: Make p4desc to skip non-mainperl branches by default.
80020      Branch: perl
80021            ! Porting/p4desc
80022 ____________________________________________________________________________
80023 [  6479] By: jhi                                   on 2000/08/01  17:29:19
80024         Log: If gccosandvers is equal to osname, clear gccosandvers.
80025      Branch: metaconfig/U/perl
80026            ! gccvers.U
80027      Branch: perl
80028            ! Configure config_h.SH
80029 ____________________________________________________________________________
80030 [  6478] By: jhi                                   on 2000/08/01  15:54:08
80031         Log: BOM patching from Simon Cozens.
80032      Branch: perl
80033            ! toke.c
80034 ____________________________________________________________________________
80035 [  6477] By: jhi                                   on 2000/08/01  04:50:33
80036         Log: Stash away the largefiles flags and libswanted.
80037      Branch: perl
80038            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
80039 ____________________________________________________________________________
80040 [  6476] By: gsar                                  on 2000/08/01  04:24:24
80041         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
80042              on Windows)
80043      Branch: perl
80044            ! t/pragma/utf8.t utf8.c win32/win32.c
80045 ____________________________________________________________________________
80046 [  6475] By: jhi                                   on 2000/08/01  03:35:24
80047         Log: Make chr() for values >127 to create utf8 when under utf8.
80048              
80049              Subject: Re: uft8/chr()
80050              From: simon@brecon.co.uk (Simon Cozens)
80051              Date: 1 Aug 2000 02:37:02 GMT
80052              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
80053      Branch: perl
80054            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
80055 ____________________________________________________________________________
80056 [  6474] By: jhi                                   on 2000/08/01  02:36:18
80057         Log: In Digital UNIX warn if gcc explicitly chosen because even
80058              2.95.2 is known to cause problems.
80059      Branch: perl
80060            ! hints/dec_osf.sh
80061 ____________________________________________________________________________
80062 [  6473] By: jhi                                   on 2000/08/01  02:00:56
80063         Log: Make the safety catch for buggy gccs work with triple version
80064              numbers like 2.95.2.  Reported in
80065              
80066              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
80067              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
80068              Date: Mon, 31 Jul 2000 14:55:06 +0200
80069              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
80070      Branch: perl
80071            ! hints/dec_osf.sh
80072 ____________________________________________________________________________
80073 [  6472] By: jhi                                   on 2000/08/01  01:13:33
80074         Log: Subject: fix and question re: waitpid() under win32
80075              From: Brian Clarke <clarke@appliedmeta.com>
80076              Date: Fri, 28 Jul 2000 15:18:29 -0400
80077              Message-ID: <3981DC85.290314EB@appliedmeta.com>
80078              
80079              Slightly reformatted and WNOHANG # define moved to win32.h
80080              so that also POSIX.xs sees it, as suggsted by Sarathy.
80081      Branch: perl
80082            ! win32/win32.c win32/win32.h
80083 ____________________________________________________________________________
80084 [  6471] By: jhi                                   on 2000/08/01  00:55:05
80085         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
80086              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80087              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
80088              Date: Mon, 31 Jul 2000 13:28:51 +0100
80089              
80090              (aka ID 20000730.002)
80091      Branch: perl
80092            ! op.c t/op/tr.t
80093 ____________________________________________________________________________
80094 [  6470] By: jhi                                   on 2000/07/31  23:34:42
80095         Log: Document the problem with -P in HP-UX and its workaround.
80096              
80097              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
80098              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
80099              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
80100              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
80101      Branch: perl
80102            ! README.hpux
80103 ____________________________________________________________________________
80104 [  6469] By: jhi                                   on 2000/07/31  04:15:02
80105         Log: The swallow_bom() saga continues.  The #23 of require.t
80106              (UTF16-LE) still fails (silently, no output) but the #22
80107              (UTF16-BE) seems to be working now.  The root of the
80108              failure may be in sv_gets(): is it UTF-16LE-aware,
80109              especially when it comes to line endings? 
80110      Branch: perl
80111            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
80112            ! t/comp/require.t toke.c utf8.c
80113 ____________________________________________________________________________
80114 [  6468] By: jhi                                   on 2000/07/30  19:05:48
80115         Log: Find green threads before native threads.
80116              
80117              Subject: Re: Patch to jpl/JNI/Makefile.PL
80118              From: Jens Thomsen <jens@fiend.cis.com>
80119              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
80120              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
80121      Branch: perl
80122            ! jpl/JNI/Makefile.PL
80123 ____________________________________________________________________________
80124 [  6467] By: jhi                                   on 2000/07/30  18:36:22
80125         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
80126      Branch: perl
80127            ! doop.c
80128 ____________________________________________________________________________
80129 [  6466] By: jhi                                   on 2000/07/30  04:37:29
80130         Log: A new version of the "remove UPPERACSE string comparison"
80131              operators.  The problem with the previous one (change #6454)
80132              was that it was for Perl 5.6.0.  From Paul Marquess.
80133      Branch: perl
80134            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
80135            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
80136            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80137 ____________________________________________________________________________
80138 [  6465] By: jhi                                   on 2000/07/29  22:39:56
80139         Log: Do not upgrade SVs into utf8 just because they participate
80140              in eq or cmp.  Reported and fix suggested in
80141              
80142              Subject: [ID 20000720.009] sv_eq UTF8 bug
80143              From: "Simon Cozens" <simon@othersideofthe.earth.li>
80144              Date: 21 Jul 2000 04:37:29 -0000
80145              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
80146              
80147              Exercise for the kind reader: should we or should we not
80148              cache the utf8 conversion alongside the SV? (as magic,
80149              as the strxfrm()ed version is cached under use locale)
80150              Argue both for and against.
80151      Branch: perl
80152            ! sv.c
80153 ____________________________________________________________________________
80154 [  6464] By: jhi                                   on 2000/07/29  22:36:22
80155         Log: Subject: UTF8 concat
80156              From: simon@brecon.co.uk (Simon Cozens) 
80157              Date: 30 Jun 2000 06:13:25 GMT
80158              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
80159              
80160              (with a memory leak fixed, plus a few casts added)
80161              
80162              This also seems to help for
80163              
80164              Subject: [ID 20000716.015] join UTF8 weirdness
80165              From: root <root@ak-71.mind.de> 
80166              Date: Sat, 15 Jul 2000 15:29:54 +0200
80167              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
80168              
80169              (from Andreas König)
80170      Branch: perl
80171            ! pp_hot.c
80172 ____________________________________________________________________________
80173 [  6463] By: jhi                                   on 2000/07/29  00:55:39
80174         Log: Tune the comments and hopefully stop a memory leak.
80175      Branch: perl
80176            ! toke.c utf8.c
80177 ____________________________________________________________________________
80178 [  6462] By: jhi                                   on 2000/07/29  00:16:53
80179         Log: The problem described in this
80180              
80181              Subject: [ID 20000322.018] named chars aren't magical enough
80182              From: root <root@dixie.cscaper.com>     
80183              Date: Wed, 22 Mar 2000 18:37:42 -0700
80184              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
80185              
80186              has been fixed in perl 5.6.0 but just in case added a test
80187              to keep it away.  (The report from Joseph Hall.)
80188      Branch: perl
80189            ! t/lib/charnames.t
80190 ____________________________________________________________________________
80191 [  6461] By: jhi                                   on 2000/07/28  23:56:36
80192         Log: Tiny fixes for #6460.
80193      Branch: metaconfig/U/perl
80194            ! gccvers.U
80195      Branch: perl
80196            ! Configure config_h.SH
80197 ____________________________________________________________________________
80198 [  6460] By: jhi                                   on 2000/07/28  23:24:41
80199         Log: Warn if the version of the operating system used to compile gcc
80200              differs from the current version of the operating system.
80201              Also display the gcc compilation os and version in myconfig.
80202              Inspiration from
80203              
80204              Subject: Re: [ID 20000710.003] ERRORS!!         
80205              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80206              Date: Mon, 10 Jul 2000 15:54:16 -0400
80207              Message-ID: <20000710155416.A1384@O2.chapin.edu>
80208      Branch: metaconfig/U/perl
80209            ! gccvers.U
80210      Branch: perl
80211            ! Configure config_h.SH myconfig.SH
80212 ____________________________________________________________________________
80213 [  6459] By: jhi                                   on 2000/07/28  22:00:32
80214         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
80215              letter to $Config{osvers}.
80216      Branch: metaconfig
80217            ! U/modified/Oldconfig.U
80218      Branch: perl
80219            ! Configure config_h.SH
80220 ____________________________________________________________________________
80221 [  6458] By: jhi                                   on 2000/07/28  04:15:39
80222         Log: Back out #6454, doesn't seem to work.
80223              (Reason: that patch was for perl 5.6.0, not perl-current)
80224              (A version of the patch for perl-current came in later as #6466)
80225      Branch: perl
80226            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80227            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80228            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80229 ____________________________________________________________________________
80230 [  6457] By: jhi                                   on 2000/07/27  23:31:49
80231         Log: Use setproctitle() if available to modify $0.
80232              
80233              Subject: setting $* on BSD4 broken
80234              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
80235              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
80236              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
80237      Branch: metaconfig
80238            ! U/modified/Myinit.U
80239      Branch: perl
80240            ! Configure config_h.SH mg.c
80241 ____________________________________________________________________________
80242 [  6456] By: jhi                                   on 2000/07/27  14:50:47
80243         Log: Allow "no AutoLoader;", based on change #6444,
80244              suggested by Graham Barr.
80245      Branch: perl
80246            ! lib/AutoLoader.pm
80247 ____________________________________________________________________________
80248 [  6455] By: jhi                                   on 2000/07/27  14:19:10
80249         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
80250              From: rspier@pobox.com (Robert Spier)
80251              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
80252              Message-ID: <14720.15855.787664.424783@rls.cx>
80253      Branch: perl
80254            ! pod/perldiag.pod
80255 ____________________________________________________________________________
80256 [  6454] By: jhi                                   on 2000/07/27  14:03:02
80257         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
80258              for a long time).
80259              
80260              Reported in
80261              
80262              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
80263              From: Ryan Herbert <rherbert@sycamorehq.com>
80264              Date: Mon, 17 Jul 2000 11:40:42 -0400
80265              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
80266              
80267              Patched in
80268              
80269              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
80270              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
80271              Date: Wed, 26 Jul 2000 23:40:18 +0100
80272              Message-ID: <000001bff752$79511880$0a17073e@tiny>
80273              
80274              based on an earlier patch from Stephen P. Potter.
80275              
80276              (Removed later by change #6458 because this patch was for
80277              perl 5.6.0, not perl-current)
80278      Branch: perl
80279            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80280            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80281            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80282 ____________________________________________________________________________
80283 [  6453] By: jhi                                   on 2000/07/27  13:48:02
80284         Log: Subject: [PATCH] fixes bug 20000508.004
80285              From: Michael Stevens <mstevens@globnix.org>
80286              Date: Thu, 27 Jul 2000 13:49:04 +0100
80287              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
80288      Branch: perl
80289            ! pod/perldata.pod
80290 ____________________________________________________________________________
80291 [  6452] By: jhi                                   on 2000/07/26  23:51:26
80292         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
80293              and Craig A. Berry.
80294      Branch: perl
80295            ! lib/File/Temp.pm pod/perlport.pod
80296 ____________________________________________________________________________
80297 [  6451] By: jhi                                   on 2000/07/26  19:43:30
80298         Log: Be wary of close()s, too.
80299              
80300              Subject: Re: [PATCH] perlbug cleanup
80301              From: Tim Jenness <t.jenness@jach.hawaii.edu>
80302              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
80303              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
80304      Branch: perl
80305            ! utils/perlbug.PL
80306 ____________________________________________________________________________
80307 [  6450] By: jhi                                   on 2000/07/26  18:41:40
80308         Log: Subject: Minor doc patch: handy.h
80309              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
80310              Date: Wed, 26 Jul 2000 15:34:25 -0300
80311              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
80312      Branch: perl
80313            ! handy.h pod/perlapi.pod
80314 ____________________________________________________________________________
80315 [  6449] By: jhi                                   on 2000/07/26  18:23:55
80316         Log: Subject: [PATCH] minor doc change - perlguts
80317              From: Michael Stevens <mstevens@globnix.org>
80318              Date: Thu, 13 Jul 2000 12:39:18 +0100
80319              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
80320      Branch: perl
80321            ! pod/perlguts.pod
80322 ____________________________________________________________________________
80323 [  6448] By: jhi                                   on 2000/07/26  18:20:30
80324         Log: open() wariness in perlbug.
80325              
80326              Subject: [PATCH] perlbug cleanup
80327              From: Michael Stevens <mstevens@globnix.org>
80328              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
80329              Date: Thu, 13 Jul 2000 15:52:23 +0100
80330      Branch: perl
80331            ! utils/perlbug.PL
80332 ____________________________________________________________________________
80333 [  6447] By: jhi                                   on 2000/07/26  18:13:04
80334         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
80335      Branch: perl
80336            ! lib/File/Temp.pm t/lib/ftmp-security.t
80337 ____________________________________________________________________________
80338 [  6446] By: jhi                                   on 2000/07/26  18:06:32
80339         Log: docfix from Peter Scott <Peter@PSDT.com>.
80340      Branch: perl
80341            ! pod/perlfunc.pod
80342 ____________________________________________________________________________
80343 [  6445] By: jhi                                   on 2000/07/26  17:53:31
80344         Log: Fix *foo{FORMAT}.
80345              
80346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80347              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80348              Date: Wed, 26 Jul 2000 19:51:02 +0200
80349              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
80350              
80351              From: Graham Barr <gbarr@pobox.com>
80352              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80353              Date: Wed, 26 Jul 2000 17:38:36 +0100
80354              Message-ID: <20000726173836.L472@pobox.com>
80355      Branch: perl
80356            ! pp.c sv.c t/op/gv.t
80357 ____________________________________________________________________________
80358 [  6444] By: jhi                                   on 2000/07/26  17:49:14
80359         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
80360              from Graham Barr in the module list.
80361      Branch: perl
80362            ! gv.c pod/perlobj.pod
80363 ____________________________________________________________________________
80364 [  6443] By: jhi                                   on 2000/07/26  16:06:56
80365         Log: More split() doc and test patches from Mike Guy.
80366      Branch: perl
80367            ! pod/perlfunc.pod t/op/split.t
80368 ____________________________________________________________________________
80369 [  6442] By: jhi                                   on 2000/07/26  16:05:30
80370         Log: MacOS nits from Matthias Neeracher.
80371      Branch: perl
80372            ! perl.c pp_ctl.c
80373 ____________________________________________________________________________
80374 [  6441] By: jhi                                   on 2000/07/26  04:39:57
80375         Log: Subject: [PATCH] split /^/
80376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80377              Date: Tue, 25 Jul 2000 14:18:57 +0100
80378              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
80379              
80380              (with notes from tchrist and gbarr)
80381      Branch: perl
80382            ! pod/perlfunc.pod t/op/split.t
80383 ____________________________________________________________________________
80384 [  6440] By: jhi                                   on 2000/07/26  04:32:32
80385         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
80386              From: Peter Prymmer <pvhp@forte.com>
80387              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
80388              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
80389      Branch: perl
80390            ! vms/munchconfig.c
80391 ____________________________________________________________________________
80392 [  6439] By: jhi                                   on 2000/07/26  04:31:01
80393         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
80394              to be fatal errors (instead of by default ignoring them, and
80395              ignoring with a bug: even though -w gave an error, the opening [
80396              was left in)  Reported in:
80397              
80398              Subject: [ID 20000716.024] [=cc=] / [:blank:]
80399              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
80400              Date: Sun, 16 Jul 2000 17:55:29 -0700
80401              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
80402      Branch: perl
80403            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
80404 ____________________________________________________________________________
80405 [  6438] By: jhi                                   on 2000/07/25  15:41:15
80406         Log: Subject: [PATCH] av.c apidoc
80407              From: simon@brecon.co.uk (Simon Cozens)
80408              Date: 24 Jul 2000 06:40:52 GMT
80409              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
80410      Branch: perl
80411            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
80412            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
80413 ____________________________________________________________________________
80414 [  6437] By: jhi                                   on 2000/07/25  14:05:36
80415         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
80416              From: "Stephen P. Potter" <spp@ds.net>
80417              Date: Mon, 24 Jul 2000 14:22:23 -0400
80418              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
80419      Branch: perl
80420            ! pod/perllocale.pod
80421 ____________________________________________________________________________
80422 [  6436] By: jhi                                   on 2000/07/25  14:02:03
80423         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
80424              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80425              Date: Mon, 24 Jul 2000 18:04:28 +0100
80426              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
80427      Branch: perl
80428            ! t/lib/syslfs.t t/op/lfs.t
80429 ____________________________________________________________________________
80430 [  6435] By: jhi                                   on 2000/07/25  13:59:28
80431         Log: Get UTF16 BOMs working.  Patch from
80432              
80433              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80434              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80435              Date: Tue, 25 Jul 2000 12:52:45 +0100
80436              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
80437              
80438              and notes from
80439              
80440              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80441              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80442              Date: Tue, 25 Jul 2000 11:43:25 +0100
80443              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
80444      Branch: perl
80445            ! t/comp/require.t toke.c utf8.c
80446 ____________________________________________________________________________
80447 [  6434] By: jhi                                   on 2000/07/25  02:39:54
80448         Log: Make the "uninit variable" warning to say "concat or string"
80449              or "join or string" when in concat or join .
80450              
80451              Subject: Re: [ID 20000403.009] uninitialised concatenation???
80452              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80453              Date: Tue, 04 Apr 2000 18:22:58 +0100
80454              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
80455              
80456              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
80457              From: William R Ward <hermit@BayView.COM>
80458              Date: Thu, 30 Mar 2000 19:50:03 -0800
80459              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
80460      Branch: perl
80461            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
80462            ! t/pragma/warn/op t/pragma/warn/sv
80463 ____________________________________________________________________________
80464 [  6433] By: jhi                                   on 2000/07/24  17:52:56
80465         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
80466      Branch: perl
80467            ! lib/File/Spec/VMS.pm
80468 ____________________________________________________________________________
80469 [  6432] By: jhi                                   on 2000/07/24  17:44:44
80470         Log: Test cases for #6431.
80471              
80472              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80473              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80474              Date: Mon, 24 Jul 2000 15:32:29 +0100
80475              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
80476      Branch: perl
80477            ! t/op/pat.t t/op/split.t
80478 ____________________________________________________________________________
80479 [  6431] By: jhi                                   on 2000/07/24  17:43:17
80480         Log: Bind op fix.
80481              
80482              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80483              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80484              Date: Mon, 17 Jul 2000 20:04:56 +0100
80485              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
80486      Branch: perl
80487            ! op.c
80488 ____________________________________________________________________________
80489 [  6430] By: jhi                                   on 2000/07/24  03:42:42
80490         Log: Subject: [ID 20000716.023] syslog test fails without sockets
80491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80492              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
80493              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
80494      Branch: metaconfig/U/perl
80495            ! Extensions.U
80496      Branch: perl
80497            ! Configure config_h.SH
80498 ____________________________________________________________________________
80499 [  6429] By: jhi                                   on 2000/07/24  03:11:52
80500         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
80501              case, but add also notes explaining the relationship of this
80502              patch and the earlier notes by Sarathy.
80503              
80504              Subject: Map is still slow
80505              From: "Ben Tilly" <ben_tilly@hotmail.com>
80506              Date: Sat, 15 Jul 2000 17:23:27 EDT
80507              Message-ID: <20000715212327.21656.qmail@hotmail.com>
80508      Branch: perl
80509            ! pp_ctl.c
80510 ____________________________________________________________________________
80511 [  6428] By: jhi                                   on 2000/07/24  02:58:52
80512         Log: Documentation to explain the behaviour of map().
80513              
80514              Subject: Re: Map is still slow 
80515              From: Gurusamy Sarathy <gsar@ActiveState.com>
80516              Date: Sat, 15 Jul 2000 16:05:09 -0700
80517              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
80518      Branch: perl
80519            ! pp_ctl.c
80520 ____________________________________________________________________________
80521 [  6427] By: jhi                                   on 2000/07/24  02:50:03
80522         Log: Add tests for
80523              [ID 19991110.003] another matching finding by pcre author
80524              which has already been fixed by some patch, as verified in
80525              
80526              Subject: Re: two regex bugs from the mists of time (well, last November)
80527              From: Hugo <hv@crypt.compulink.co.uk>
80528              Date: Sat, 22 Jul 2000 18:12:58 +0100
80529              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
80530      Branch: perl
80531            ! t/op/re_tests
80532 ____________________________________________________________________________
80533 [  6426] By: jhi                                   on 2000/07/24  02:11:20
80534         Log: A missing 'break' after the [[:space:]] switch case.
80535              
80536              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
80537              From: "Stephen P. Potter" <spp@ds.net>
80538              Date: Tue, 18 Jul 2000 16:25:17 -0400
80539              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
80540      Branch: perl
80541            ! regcomp.c
80542 ____________________________________________________________________________
80543 [  6425] By: jhi                                   on 2000/07/24  02:06:12
80544         Log: The output might have been produced in the wrong order.
80545              
80546              Subject: [ID 20000720.003] [PATCH] t/op/write.t
80547              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80548              Date: Thu, 20 Jul 2000 18:49:18 +0100
80549              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
80550      Branch: perl
80551            ! t/op/write.t
80552 ____________________________________________________________________________
80553 [  6424] By: jhi                                   on 2000/07/24  02:00:07
80554         Log: Use STDOUT consistently.
80555              
80556              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
80557              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80558              Date: Thu, 20 Jul 2000 18:04:01 +0100
80559              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
80560      Branch: perl
80561            ! lib/Test/Harness.pm
80562 ____________________________________________________________________________
80563 [  6423] By: jhi                                   on 2000/07/24  01:54:54
80564         Log: Protect against "wild next"s, that is, callbacks doing "next"
80565              instead of "return".
80566              
80567              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
80568              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80569              Date: Tue, 18 Jul 2000 11:30:16 +0100
80570              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
80571      Branch: perl
80572            ! lib/File/Find.pm
80573 ____________________________________________________________________________
80574 [  6422] By: jhi                                   on 2000/07/24  01:35:47
80575         Log: Out-of-date note removed.
80576              
80577              Subject: [PATCH] documentation perlipc
80578              From: rspier@pobox.com (Robert Spier)
80579              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
80580              Message-ID: <14711.35178.572612.502654@rls.cx>
80581      Branch: perl
80582            ! pod/perlipc.pod
80583 ____________________________________________________________________________
80584 [  6421] By: jhi                                   on 2000/07/24  00:09:18
80585         Log: Send all installperl messages to STDERR and be -w clean.
80586              
80587              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
80588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80589              Date: Sat, 22 Jul 2000 14:02:11 +0100
80590              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
80591      Branch: perl
80592            ! installperl
80593 ____________________________________________________________________________
80594 [  6420] By: jhi                                   on 2000/07/24  00:04:19
80595         Log: Decutandpasto.
80596              
80597              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
80598              From: "Richard Soderberg" <rs@crystalflame.net>
80599              Date: Sun, 23 Jul 2000 01:37:23 -0700
80600              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
80601      Branch: perl
80602            ! pod/perlipc.pod
80603 ____________________________________________________________________________
80604 [  6419] By: jhi                                   on 2000/07/24  00:01:12
80605         Log: A cleaner abs_path().
80606              Subject: Re: unix alternative to Cwd.pm
80607              From: Jeff Pinyan <jeffp@crusoe.net>
80608              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
80609              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
80610      Branch: perl
80611            ! lib/Cwd.pm
80612 ____________________________________________________________________________
80613 [  6418] By: jhi                                   on 2000/07/23  23:48:56
80614         Log: Detypo.
80615              
80616              Subject: [PATCH perl-current] Typo in hints/powerux.sh
80617              From: "Richard Soderberg" <rs@crystalflame.net>
80618              Date: Sun, 23 Jul 2000 01:27:33 -0700
80619              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
80620      Branch: perl
80621            ! hints/powerux.sh
80622 ____________________________________________________________________________
80623 [  6417] By: jhi                                   on 2000/07/17  22:13:31
80624         Log: Subject: SDBM_File documentation
80625              From: mjd@plover.com
80626              Date: 16 Jul 2000 17:41:17 -0000
80627              Message-ID: <20000716174117.18515.qmail@plover.com>
80628      Branch: perl
80629            ! ext/SDBM_File/SDBM_File.pm
80630 ____________________________________________________________________________
80631 [  6416] By: jhi                                   on 2000/07/17  19:13:26
80632         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
80633      Branch: perl
80634            ! hints/mpeix.sh mpeix/relink
80635 ____________________________________________________________________________
80636 [  6415] By: jhi                                   on 2000/07/15  14:11:02
80637         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
80638              the utf8 'characters' can be more than one octet).
80639              
80640              Date: Sat, 15 Jul 2000 00:21:56 +0100
80641              From: Tom Hughes <tom@compton.nu>
80642              Subject: Re: [ID 20000714.002]
80643              Message-ID: <db2334de49.tom@compton.compton.nu>
80644              
80645              Reported in
80646              
80647              Subject: [ID 20000714.002]
80648              From: "Simon Cozens" <simon@othersideofthe.earth.li>
80649              Date: 14 Jul 2000 15:13:09 -0000
80650              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
80651      Branch: perl
80652            ! doop.c
80653 ____________________________________________________________________________
80654 [  6414] By: jhi                                   on 2000/07/15  03:13:41
80655         Log: another VMS build tweak from Peter Prymmer
80656      Branch: perl
80657            ! vms/descrip_mms.template
80658 ____________________________________________________________________________
80659 [  6413] By: jhi                                   on 2000/07/15  03:10:40
80660         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
80661      Branch: perl
80662            ! vms/perlvms.pod
80663 ____________________________________________________________________________
80664 [  6412] By: jhi                                   on 2000/07/15  00:31:05
80665         Log: More docs for sv functions.
80666              
80667              Subject: [PATCH cfgperl] sv.c apidoc
80668              From: simon@brecon.co.uk (Simon Cozens)
80669              Date: 13 Jul 2000 09:00:20 GMT
80670              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
80671              
80672              Subject: Re: [PATCH cfgperl] sv.c apidoc
80673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80674              Date: Thu, 13 Jul 2000 12:27:41 +0100
80675              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
80676              
80677              Subject: Re: [PATCH cfgperl] sv.c apidoc
80678              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80679              Date: Thu, 13 Jul 2000 13:23:09 +0100
80680              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
80681              
80682              Subject: Re: [PATCH cfgperl] sv.c apidoc
80683              From: simon@brecon.co.uk (Simon Cozens)
80684              Date: 14 Jul 2000 06:51:02 GMT
80685              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
80686      Branch: perl
80687            ! embed.pl pod/perlapi.pod sv.c
80688 ____________________________________________________________________________
80689 [  6411] By: jhi                                   on 2000/07/15  00:10:41
80690         Log: lib/b test fixes from Peter Prymmer.
80691      Branch: perl
80692            ! t/lib/b.t
80693 ____________________________________________________________________________
80694 [  6410] By: jhi                                   on 2000/07/15  00:02:09
80695         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
80696              From: Hugo <hv@crypt.compulink.co.uk>
80697              Date: Fri, 14 Jul 2000 23:05:20 +0100
80698              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
80699              
80700              Didn't anymore apply, but that point still could use another fix.
80701      Branch: perl
80702            ! pod/perlfunc.pod
80703 ____________________________________________________________________________
80704 [  6409] By: jhi                                   on 2000/07/14  23:15:15
80705         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
80706              not in pod, from Peter Prymmer
80707      Branch: perl
80708            ! vms/descrip_mms.template
80709 ____________________________________________________________________________
80710 [  6408] By: jhi                                   on 2000/07/14  20:35:05
80711         Log: The bug report
80712              [ID 19991110.002] minimal matching discrepancy found by pcre author
80713              seems to have been fixed (though differently from what was suggested
80714              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
80715      Branch: perl
80716            ! t/op/re_tests
80717 ____________________________________________________________________________
80718 [  6407] By: jhi                                   on 2000/07/14  17:38:08
80719         Log: Fix AutoSplit to use File::Spec the right way in VMS,
80720              from Peter Prymmer.
80721      Branch: perl
80722            ! lib/AutoSplit.pm
80723 ____________________________________________________________________________
80724 [  6406] By: jhi                                   on 2000/07/14  14:13:22
80725         Log: Merge perlhacktut into perlhack, update perlguts.
80726              
80727              Subject: Re: Perlhacktut
80728              From: simon@brecon.co.uk (Simon Cozens)
80729              Date: 14 Jul 2000 06:49:21 GMT
80730              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
80731              
80732              Subject: Re: Perlhacktut
80733              From: simon@brecon.co.uk (Simon Cozens)
80734              Date: 14 Jul 2000 07:09:45 GMT
80735              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
80736      Branch: perl
80737            ! pod/perlguts.pod pod/perlhack.pod
80738 ____________________________________________________________________________
80739 [  6405] By: jhi                                   on 2000/07/14  14:02:31
80740         Log: Integrate with Sarathy.
80741      Branch: cfgperl
80742           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
80743           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
80744           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
80745 ____________________________________________________________________________
80746 [  6404] By: gsar                                  on 2000/07/14  12:15:02
80747         Log: PERL_OBJECT build tweaks
80748      Branch: perl
80749            ! toke.c
80750 ____________________________________________________________________________
80751 [  6403] By: gsar                                  on 2000/07/14  11:23:41
80752         Log: inconsistent types needs casts
80753      Branch: perl
80754            ! toke.c
80755 ____________________________________________________________________________
80756 [  6402] By: gsar                                  on 2000/07/14  11:12:04
80757         Log: typos in change#6399, regen headers
80758      Branch: perl
80759            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
80760 ____________________________________________________________________________
80761 [  6401] By: gsar                                  on 2000/07/14  10:59:12
80762         Log: typecasts needed for change#6394
80763      Branch: perl
80764            ! toke.c
80765 ____________________________________________________________________________
80766 [  6400] By: gsar                                  on 2000/07/14  10:49:37
80767         Log: integrate cfgperl contents into mainline
80768      Branch: perl
80769           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
80770           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
80771 ____________________________________________________________________________
80772 [  6399] By: gsar                                  on 2000/07/14  10:38:35
80773         Log: enable UTF-16 filter by default if relevant BOM is seen; various
80774              cleanups (typos, misformatted code, and small bugs)
80775      Branch: perl
80776            ! doop.c embed.pl mg.c op.c pp.c toke.c
80777 ____________________________________________________________________________
80778 [  6398] By: gsar                                  on 2000/07/14  08:55:38
80779         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
80780              name suggests anyway)
80781      Branch: perl
80782            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
80783 ____________________________________________________________________________
80784 [  6397] By: gsar                                  on 2000/07/14  08:44:33
80785         Log: move new variables to the end of the interpreter structure (for
80786              bincompat in code that doesn't #include XSUB.h)
80787      Branch: perl
80788            ! intrpvar.h
80789 ____________________________________________________________________________
80790 [  6396] By: gsar                                  on 2000/07/14  08:13:58
80791         Log: MakeMaker should not remove editor backups (*~) on `make clean`
80792              by default (completes change#6383)
80793      Branch: perl
80794            ! lib/ExtUtils/MM_Unix.pm
80795 ____________________________________________________________________________
80796 [  6395] By: jhi                                   on 2000/07/14  05:20:33
80797         Log: Replace change #6337 with a better one.
80798              
80799              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80800              From: Hugo <hv@crypt.compulink.co.uk>
80801              Date: Fri, 14 Jul 2000 04:16:20 +0100
80802              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
80803      Branch: cfgperl
80804            ! regexec.c t/op/re_tests
80805 ____________________________________________________________________________
80806 [  6394] By: jhi                                   on 2000/07/14  01:33:59
80807         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
80808      Branch: cfgperl
80809            ! embed.pl global.sym proto.h toke.c
80810 ____________________________________________________________________________
80811 [  6393] By: jhi                                   on 2000/07/13  23:41:23
80812         Log: remove discarded test
80813      Branch: cfgperl
80814            ! MANIFEST
80815 ____________________________________________________________________________
80816 [  6392] By: jhi                                   on 2000/07/13  23:32:25
80817         Log: The {multiplier} of a fixed substring was overlooked which
80818              caused a wrong initial search offset for that substring.
80819              
80820              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
80821              From: Hugo <hv@crypt.compulink.co.uk>
80822              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
80823              Date: Thu, 13 Jul 2000 19:27:13 +0100
80824      Branch: cfgperl
80825            ! regcomp.c t/op/re_tests
80826 ____________________________________________________________________________
80827 [  6391] By: jhi                                   on 2000/07/13  16:37:42
80828         Log: typo fix from Craig Berry
80829      Branch: cfgperl
80830            ! vms/subconfigure.com
80831 ____________________________________________________________________________
80832 [  6390] By: jhi                                   on 2000/07/13  13:20:12
80833         Log: Integrate with Sarathy.
80834      Branch: cfgperl
80835            - t/op/method2entersub.t
80836           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
80837           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
80838           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
80839           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
80840 ____________________________________________________________________________
80841 [  6389] By: jhi                                   on 2000/07/13  13:18:48
80842         Log: Detypo from Peter Prymmer, part of #6388.
80843      Branch: cfgperl
80844            ! Configure config_h.SH
80845      Branch: metaconfig
80846            ! U/modified/d_longlong.U
80847 ____________________________________________________________________________
80848 [  6388] By: gsar                                  on 2000/07/13  06:33:40
80849         Log: typos (spotted by Peter Prymmer)
80850      Branch: perl
80851            ! Configure t/lib/english.t
80852 ____________________________________________________________________________
80853 [  6387] By: gsar                                  on 2000/07/13  05:35:28
80854         Log: new selfloader.t in change#6183 doesn't close DATA handles,
80855              and thus fails to clean up tmp files on dosish platforms
80856      Branch: perl
80857            ! t/lib/selfloader.t
80858 ____________________________________________________________________________
80859 [  6386] By: gsar                                  on 2000/07/12  21:42:39
80860         Log: sprintf test tweaks (from Dominic Dunlop)
80861      Branch: perl
80862            ! t/op/sprintf.t
80863 ____________________________________________________________________________
80864 [  6385] By: gsar                                  on 2000/07/12  21:33:46
80865         Log: fix bugs in processing %v-*d and similar format specs (from
80866              Avi Finkel <avi@finkel.org>)
80867      Branch: perl
80868            ! sv.c t/op/sprintf.t
80869 ____________________________________________________________________________
80870 [  6384] By: gsar                                  on 2000/07/12  16:04:19
80871         Log: readd missing perldelta.pod changes from changes#6339,6376
80872      Branch: perl
80873            ! pod/perldelta.pod
80874 ____________________________________________________________________________
80875 [  6383] By: gsar                                  on 2000/07/12  16:00:51
80876         Log: don't clobber *.orig files on *clean targets
80877      Branch: perl
80878            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
80879 ____________________________________________________________________________
80880 [  6382] By: gsar                                  on 2000/07/12  07:59:12
80881         Log: fix broken integrations in cfgperl
80882      Branch: cfgperl
80883           !> Changes pod/perldelta.pod
80884 ____________________________________________________________________________
80885 [  6381] By: gsar                                  on 2000/07/12  07:42:17
80886         Log: integrate cfgperl changes into mainline
80887      Branch: perl
80888            ! Changes
80889           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
80890           !> pod/perlre.pod
80891 ____________________________________________________________________________
80892 [  6380] By: gsar                                  on 2000/07/12  07:31:00
80893         Log: get sprintf.t to adjust properly for 3-digit exponents
80894      Branch: perl
80895            ! t/op/sprintf.t
80896 ____________________________________________________________________________
80897 [  6379] By: gsar                                  on 2000/07/12  06:40:04
80898         Log: change#6174 needs corresponding change in win32/config_h.PL,
80899              which grovels through config_h.SH to find the config.h name
80900      Branch: perl
80901            ! win32/config_h.PL
80902 ____________________________________________________________________________
80903 [  6378] By: jhi                                   on 2000/07/12  05:03:59
80904         Log: Do the cc sanity check both before the hints and
80905              after the cc selction.
80906      Branch: cfgperl
80907            ! Configure config_h.SH
80908      Branch: metaconfig
80909            ! U/modified/Oldconfig.U U/modified/cc.U
80910      Branch: metaconfig/U/perl
80911            + Checkcc.U
80912 ____________________________________________________________________________
80913 [  6377] By: jhi                                   on 2000/07/12  02:49:22
80914         Log: Fix nits noticed by Boston.pm.
80915      Branch: cfgperl
80916            ! pod/perlre.pod
80917 ____________________________________________________________________________
80918 [  6376] By: jhi                                   on 2000/07/11  21:22:13
80919         Log: Configure cosmetics and perldelta.
80920      Branch: cfgperl
80921            ! Configure config_h.SH pod/perldelta.pod
80922      Branch: metaconfig
80923            ! U/modified/cc.U
80924 ____________________________________________________________________________
80925 [  6375] By: gsar                                  on 2000/07/11  21:17:35
80926         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
80927      Branch: perl
80928            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
80929            ! win32/win32sck.c
80930 ____________________________________________________________________________
80931 [  6374] By: gsar                                  on 2000/07/11  20:48:50
80932         Log: tweak for build failure under multiplicity
80933      Branch: perl
80934            ! toke.c
80935 ____________________________________________________________________________
80936 [  6373] By: gsar                                  on 2000/07/11  20:37:23
80937         Log: integrate cfgperl changes#6325..6373 into mainline
80938              (NOTE: today's batch of integrations still untested)
80939      Branch: perl
80940           +> ext/DynaLoader/hints/netbsd.pl
80941            ! Changes
80942           !> (integrate 26 files)
80943 ____________________________________________________________________________
80944 [  6372] By: jhi                                   on 2000/07/11  20:30:36
80945         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
80946              regen perltoc.
80947      Branch: cfgperl
80948            + pod/perlbook.pod
80949            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
80950            ! pod/perltoc.pod
80951 ____________________________________________________________________________
80952 [  6371] By: jhi                                   on 2000/07/11  20:08:56
80953         Log: Minor cleanups on the booklist.
80954      Branch: cfgperl
80955            ! pod/perlfaq2.pod
80956 ____________________________________________________________________________
80957 [  6370] By: jhi                                   on 2000/07/11  19:31:13
80958         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
80959      Branch: cfgperl
80960            ! t/pragma/overload.t
80961 ____________________________________________________________________________
80962 [  6369] By: gsar                                  on 2000/07/11  19:27:48
80963         Log: integrate cfgperl changes#6293..6324 into mainline
80964      Branch: perl
80965           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
80966            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
80967           !> (integrate 30 files)
80968 ____________________________________________________________________________
80969 [  6368] By: gsar                                  on 2000/07/11  19:18:57
80970         Log: skip integrate of problematic change#6292 from cfgperl into mainline
80971      Branch: perl
80972           !> pp_hot.c
80973 ____________________________________________________________________________
80974 [  6367] By: gsar                                  on 2000/07/11  19:17:21
80975         Log: integrate cfgperl changes#6288..6290 into mainline
80976      Branch: perl
80977           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
80978 ____________________________________________________________________________
80979 [  6366] By: gsar                                  on 2000/07/11  19:11:18
80980         Log: integrate cfgperl changes#6268..6282 into mainline
80981      Branch: perl
80982           !> (integrate 30 files)
80983 ____________________________________________________________________________
80984 [  6365] By: gsar                                  on 2000/07/11  18:57:00
80985         Log: delete new accidentally branched file
80986      Branch: perl
80987            - t/op/method2entersub.t
80988 ____________________________________________________________________________
80989 [  6364] By: gsar                                  on 2000/07/11  18:55:13
80990         Log: skip integrate of change#6267 from cfgperl into mainline (the
80991              method call optimization is flawed without additional hints
80992              from user about immutableness of @ISA and no runtime method
80993              definitions)
80994      Branch: perl
80995           +> t/op/method2entersub.t
80996           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
80997           !> perl.h t/op/sprintf.t xsutils.c
80998 ____________________________________________________________________________
80999 [  6363] By: gsar                                  on 2000/07/11  18:49:43
81000         Log: integrate cfgperl changes#6261..6266 into mainline
81001      Branch: perl
81002           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
81003           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
81004           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
81005           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
81006 ____________________________________________________________________________
81007 [  6362] By: gsar                                  on 2000/07/11  18:43:26
81008         Log: integrate cfgperl changes#6252..6260 into mainline
81009      Branch: perl
81010           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
81011           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
81012           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
81013           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
81014 ____________________________________________________________________________
81015 [  6361] By: gsar                                  on 2000/07/11  18:37:12
81016         Log: skip integrate of problematic change#6251 from cfgperl into mainline
81017      Branch: perl
81018           !> lib/Exporter.pm
81019 ____________________________________________________________________________
81020 [  6360] By: gsar                                  on 2000/07/11  18:34:56
81021         Log: integrate cfgperl change#6250 into mainline
81022      Branch: perl
81023           +> t/op/my_stash.t
81024           !> MANIFEST embed.pl proto.h toke.c
81025 ____________________________________________________________________________
81026 [  6359] By: gsar                                  on 2000/07/11  18:21:19
81027         Log: integrate cfgperl changes#6242..6249 into mainline
81028      Branch: perl
81029           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
81030           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
81031           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
81032           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
81033           !> t/lib/peek.t utf8.c
81034 ____________________________________________________________________________
81035 [  6358] By: gsar                                  on 2000/07/11  18:15:45
81036         Log: skip integrate of problematic change#6241 from cfgperl into mainline
81037      Branch: perl
81038           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81039 ____________________________________________________________________________
81040 [  6357] By: jhi                                   on 2000/07/11  18:15:16
81041         Log: Fix for
81042              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
81043              From: Roderick Schertler <roderick@argon.org> 
81044              Date: Tue, 11 Jul 2000 13:55:05 -0400 
81045              Message-Id: <200007111755.NAA05077@jones.argon.org> 
81046      Branch: cfgperl
81047            ! doio.c
81048 ____________________________________________________________________________
81049 [  6356] By: jhi                                   on 2000/07/11  18:12:51
81050         Log: Typo in #6341.
81051      Branch: cfgperl
81052            ! pp_hot.c
81053 ____________________________________________________________________________
81054 [  6355] By: gsar                                  on 2000/07/11  18:12:10
81055         Log: integrate cfgperl changes#6231..6240 into mainline
81056      Branch: perl
81057           +> pod/perlutil.pod
81058           !> (integrate 35 files)
81059 ____________________________________________________________________________
81060 [  6354] By: jhi                                   on 2000/07/11  18:04:34
81061         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
81062              From: Dominic Dunlop <domo@computer.org> 
81063              Date: Tue, 11 Jul 2000 12:27:33 +0200 
81064              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
81065              
81066              Replaces change #6268.
81067      Branch: cfgperl
81068            ! t/op/sprintf.t
81069 ____________________________________________________________________________
81070 [  6353] By: gsar                                  on 2000/07/11  17:59:51
81071         Log: skip integrate of problematic change#6230 from cfgperl into mainline
81072              (a later version of File::Spec is already in mainline)
81073      Branch: perl
81074           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
81075           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
81076 ____________________________________________________________________________
81077 [  6352] By: gsar                                  on 2000/07/11  17:57:48
81078         Log: integrate cfgperl changes#6224..6229 into mainline
81079      Branch: perl
81080           +> lib/lib.pm.PL
81081            - lib/lib.pm
81082           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
81083           !> lib/English.pm op.c t/lib/english.t
81084 ____________________________________________________________________________
81085 [  6351] By: gsar                                  on 2000/07/11  17:50:10
81086         Log: skip integrate of problematic change#6223 from cfgperl into mainline
81087      Branch: perl
81088           !> doio.c
81089 ____________________________________________________________________________
81090 [  6350] By: gsar                                  on 2000/07/11  17:48:28
81091         Log: integrate cfgperl changes#6220..6222 into mainline
81092      Branch: perl
81093           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
81094           !> toke.c utf8.c win32/win32.h
81095 ____________________________________________________________________________
81096 [  6349] By: gsar                                  on 2000/07/11  17:46:13
81097         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
81098              mainline
81099      Branch: perl
81100           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81101           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81102           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81103 ____________________________________________________________________________
81104 [  6348] By: jhi                                   on 2000/07/11  17:45:49
81105         Log: README.posix-bc podified from Thomas Dorner.
81106      Branch: cfgperl
81107            ! README.posix-bc
81108 ____________________________________________________________________________
81109 [  6347] By: gsar                                  on 2000/07/11  17:42:04
81110         Log: integrate cfgperl change#6217 into mainline
81111      Branch: perl
81112           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
81113           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
81114           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
81115 ____________________________________________________________________________
81116 [  6346] By: gsar                                  on 2000/07/11  17:39:37
81117         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
81118              mainline
81119      Branch: perl
81120           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
81121           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81122           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81123           !> perlapi.h pod/perlapi.pod
81124 ____________________________________________________________________________
81125 [  6345] By: gsar                                  on 2000/07/11  17:36:42
81126         Log: integrate cfgperl changes#6207..6210 into mainline
81127      Branch: perl
81128           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
81129           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
81130 ____________________________________________________________________________
81131 [  6344] By: gsar                                  on 2000/07/11  17:31:20
81132         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
81133              mainline
81134      Branch: perl
81135           !> (integrate 40 files)
81136 ____________________________________________________________________________
81137 [  6343] By: gsar                                  on 2000/07/11  17:19:08
81138         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
81139      Branch: perl
81140           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
81141            ! Changes
81142           !> (integrate 34 files)
81143 ____________________________________________________________________________
81144 [  6342] By: jhi                                   on 2000/07/11  16:05:48
81145         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
81146              To: perl5-porters@perl.org
81147              From: Karsten Sperling <spiff@phreax.net>
81148              Date: Mon, 10 Jul 2000 15:12:52 +0200
81149              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
81150      Branch: cfgperl
81151            ! lib/Symbol.pm
81152 ____________________________________________________________________________
81153 [  6341] By: jhi                                   on 2000/07/11  15:59:23
81154         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
81155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81156              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
81157              Date: Fri, 07 Jul 2000 17:57:16 +0100
81158      Branch: cfgperl
81159            ! pp_hot.c
81160 ____________________________________________________________________________
81161 [  6340] By: jhi                                   on 2000/07/11  15:55:47
81162         Log: Subject: Re: format bug report  [Patch]
81163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81164              Date: Wed, 05 Jul 2000 13:12:52 +0200
81165              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
81166              
81167              Subject: Re: format bug report  [Patch]
81168              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81169              Date: Wed, 05 Jul 2000 14:10:01 +0200
81170              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
81171      Branch: cfgperl
81172            ! t/op/write.t toke.c
81173 ____________________________________________________________________________
81174 [  6339] By: jhi                                   on 2000/07/11  13:54:09
81175         Log: Be less forgiving about ambiguous and illegal tr ranges.
81176              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81177              From: Mark-Jason Dominus <mjd@plover.com>
81178              Date: Tue, 04 Jul 2000 10:00:12 -0400
81179              Message-ID: <20000704140012.17772.qmail@plover.com>
81180              
81181              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81182              From: Mark-Jason Dominus <mjd@plover.com>
81183              Date: Wed, 05 Jul 2000 09:37:36 -0400
81184              Message-ID: <20000705133736.27293.qmail@plover.com>
81185      Branch: cfgperl
81186            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
81187 ____________________________________________________________________________
81188 [  6338] By: jhi                                   on 2000/07/11  13:31:24
81189         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
81190              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81191              Date: Tue, 11 Jul 2000 13:50:51 +0100
81192              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
81193      Branch: cfgperl
81194            ! sv.c
81195 ____________________________________________________________________________
81196 [  6337] By: jhi                                   on 2000/07/11  13:29:14
81197         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
81198              From: Hugo <hv@crypt.compulink.co.uk>
81199              Date: Tue, 11 Jul 2000 12:44:50 +0100
81200              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
81201      Branch: cfgperl
81202            ! regexec.c t/op/re_tests
81203 ____________________________________________________________________________
81204 [  6336] By: jhi                                   on 2000/07/11  13:26:47
81205         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
81206              From: simon@brecon.co.uk (Simon Cozens)
81207              Date: 7 Jul 2000 11:26:09 GMT
81208              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
81209      Branch: cfgperl
81210            ! mg.c
81211 ____________________________________________________________________________
81212 [  6335] By: jhi                                   on 2000/07/11  13:23:37
81213         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
81214              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
81215              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
81216              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
81217      Branch: cfgperl
81218            + ext/DynaLoader/hints/netbsd.pl
81219            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
81220 ____________________________________________________________________________
81221 [  6334] By: jhi                                   on 2000/07/11  13:20:38
81222         Log: Subject: PATCH perlguts.pod: Document D and d magic types
81223              From: mjd@plover.com
81224              Date: 5 Jul 2000 18:01:51 -0000
81225              Message-ID: <20000705180151.29413.qmail@plover.com>
81226      Branch: cfgperl
81227            ! pod/perlguts.pod
81228 ____________________________________________________________________________
81229 [  6333] By: jhi                                   on 2000/07/11  13:15:51
81230         Log: Precedence goof, fix based on
81231              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
81232              From: Hugo <hv@crypt.compulink.co.uk>
81233              Date: Tue, 11 Jul 2000 12:52:38 +0100
81234              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
81235      Branch: cfgperl
81236            ! t/op/taint.t
81237 ____________________________________________________________________________
81238 [  6332] By: jhi                                   on 2000/07/11  12:40:17
81239         Log: Integrate with Sarathy.
81240      Branch: cfgperl
81241           !> win32/win32sck.c
81242 ____________________________________________________________________________
81243 [  6331] By: jhi                                   on 2000/07/10  20:14:16
81244         Log: Sprinkle ldlibpath.
81245      Branch: cfgperl
81246            ! pod/Makefile.SH
81247 ____________________________________________________________________________
81248 [  6330] By: jhi                                   on 2000/07/10  17:54:49
81249         Log: More POSIX.pod tweaks.
81250      Branch: cfgperl
81251            ! ext/POSIX/POSIX.pod
81252 ____________________________________________________________________________
81253 [  6329] By: jhi                                   on 2000/07/10  14:02:12
81254         Log: Reorder perl.pod once more.
81255      Branch: cfgperl
81256            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81257 ____________________________________________________________________________
81258 [  6328] By: gsar                                  on 2000/07/10  07:06:00
81259         Log: accept() leaks memory on windows due to incorrect ordering of
81260              closesocket() and fclose() calls
81261      Branch: perl
81262            ! win32/win32sck.c
81263 ____________________________________________________________________________
81264 [  6327] By: gsar                                  on 2000/07/10  06:49:17
81265         Log: winsock options weren't being set in all threads under ithreads
81266              (caused send()s from second and subsequent threads to fail)
81267      Branch: perl
81268            ! win32/win32sck.c
81269 ____________________________________________________________________________
81270 [  6326] By: jhi                                   on 2000/07/08  02:45:40
81271         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
81272              was cast to an unsigned (32-bit) integer with wild abandon.
81273      Branch: cfgperl
81274            ! ext/Devel/DProf/DProf.xs
81275 ____________________________________________________________________________
81276 [  6325] By: jhi                                   on 2000/07/07  18:50:33
81277         Log: Remove perlbook, update perlfaq book listing,
81278              rearrange perl.pod, regenerate perltoc.
81279      Branch: cfgperl
81280            - pod/perlbook.pod
81281            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
81282            ! pod/perlfaq2.pod pod/perltoc.pod
81283 ____________________________________________________________________________
81284 [  6324] By: jhi                                   on 2000/07/07  14:03:40
81285         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
81286      Branch: cfgperl
81287            ! sv.h toke.c
81288 ____________________________________________________________________________
81289 [  6323] By: jhi                                   on 2000/07/06  16:03:55
81290         Log: Fix complaints of buildtoc.
81291      Branch: cfgperl
81292            + lib/Win32.pod
81293            - pod/Win32.pod
81294            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81295 ____________________________________________________________________________
81296 [  6322] By: jhi                                   on 2000/07/06  15:15:52
81297         Log: Add =head1 NAMEs so that buildtoc is happy.
81298              (The CGI::Util nit reported to Lincoln.)
81299      Branch: cfgperl
81300            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
81301            ! pod/perltoc.pod
81302 ____________________________________________________________________________
81303 [  6321] By: jhi                                   on 2000/07/06  03:16:04
81304         Log: Config is being used.
81305      Branch: cfgperl
81306            ! t/op/method.t
81307 ____________________________________________________________________________
81308 [  6320] By: jhi                                   on 2000/07/06  03:13:13
81309         Log: Integrate with Sarathy.
81310      Branch: cfgperl
81311           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
81312 ____________________________________________________________________________
81313 [  6319] By: jhi                                   on 2000/07/06  03:11:46
81314         Log: Autogenerate pod/Makefile and pod/buildtoc.
81315              buildtoc also checks whether the existing pods are
81316              mentioned in MANIFEST and perl.pod, and vice versa.
81317              (None of the thusly found discrepancies fixed yet.)
81318              roffitall also needs to be autogenerated similarly but it
81319              seems so badly out of date that I didn't touch it yet.
81320      Branch: cfgperl
81321            + pod/Makefile.SH pod/buildtoc.PL
81322            - pod/Makefile pod/buildtoc
81323            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
81324 ____________________________________________________________________________
81325 [  6318] By: gsar                                  on 2000/07/05  22:10:54
81326         Log: fix UNC path handling on Windows under ithreads, and chdir()
81327              return value when given a non-existent directory
81328      Branch: perl
81329            ! win32/vdir.h
81330 ____________________________________________________________________________
81331 [  6317] By: gsar                                  on 2000/07/05  22:08:19
81332         Log: winsock cleanup never done on Windows (leads to handle leaks)
81333      Branch: perl
81334            ! win32/perllib.c win32/win32sck.c
81335 ____________________________________________________________________________
81336 [  6316] By: gsar                                  on 2000/07/05  22:06:19
81337         Log: some debugger output does not go to the socket when RemotePort is set
81338      Branch: perl
81339            ! lib/perl5db.pl
81340 ____________________________________________________________________________
81341 [  6315] By: jhi                                   on 2000/07/05  00:25:21
81342         Log: Integrate with Sarathy, preliminary fix for unicos
81343              alignment problems in [ID 20000612.002] Perl problem on Cray system.
81344      Branch: cfgperl
81345            ! sv.h
81346           !> pp_hot.c
81347 ____________________________________________________________________________
81348 [  6314] By: gsar                                  on 2000/07/04  23:34:02
81349         Log: tyop in change#6306
81350      Branch: perl
81351            ! pp_hot.c
81352 ____________________________________________________________________________
81353 [  6313] By: jhi                                   on 2000/07/04  22:14:38
81354         Log: Multiline string literals ENONPORTABLE.
81355      Branch: cfgperl
81356            ! pp_hot.c
81357 ____________________________________________________________________________
81358 [  6312] By: jhi                                   on 2000/07/04  20:34:44
81359         Log: Integrate with Sarathy.
81360      Branch: cfgperl
81361           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
81362           !> t/op/method.t
81363 ____________________________________________________________________________
81364 [  6311] By: jhi                                   on 2000/07/04  20:30:56
81365         Log: More POSIX.pod embellishment.
81366      Branch: cfgperl
81367            ! ext/POSIX/POSIX.pod
81368 ____________________________________________________________________________
81369 [  6310] By: gsar                                  on 2000/07/04  17:28:48
81370         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
81371      Branch: perl
81372            ! t/lib/b.t
81373 ____________________________________________________________________________
81374 [  6309] By: jhi                                   on 2000/07/04  17:22:18
81375         Log: The #6308 required a little bit more.
81376      Branch: cfgperl
81377            ! Makefile.SH win32/Makefile
81378 ____________________________________________________________________________
81379 [  6308] By: jhi                                   on 2000/07/04  16:35:24
81380         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
81381      Branch: cfgperl
81382            + lib/lib_pm.PL
81383            - lib/lib.pm.PL
81384            ! MANIFEST Makefile.SH
81385 ____________________________________________________________________________
81386 [  6307] By: jhi                                   on 2000/07/04  16:28:58
81387         Log: Win32 patches for cfgperl from Sarathy.
81388      Branch: cfgperl
81389            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
81390            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
81391            ! thread.h toke.c util.c win32/Makefile win32/win32.c
81392 ____________________________________________________________________________
81393 [  6306] By: gsar                                  on 2000/07/04  16:28:40
81394         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
81395              (from Richard Soderberg <rs@oregonnet.com>)
81396      Branch: perl
81397            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
81398 ____________________________________________________________________________
81399 [  6305] By: jhi                                   on 2000/07/04  16:24:24
81400         Log: Integrate with Sarathy.
81401      Branch: cfgperl
81402           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
81403           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81404           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
81405           !> proto.h win32/win32.c
81406 ____________________________________________________________________________
81407 [  6304] By: gsar                                  on 2000/07/04  16:17:24
81408         Log: missing perldiag entry for unpack("w",...) diagnostic (from
81409              Andreas Koenig)
81410      Branch: perl
81411            ! pod/perldiag.pod
81412 ____________________________________________________________________________
81413 [  6303] By: gsar                                  on 2000/07/04  16:14:44
81414         Log: remove rel2abs prototypes (from Barrie Slaymaker)
81415      Branch: perl
81416            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81417            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81418 ____________________________________________________________________________
81419 [  6302] By: gsar                                  on 2000/07/04  04:59:35
81420         Log: adjust change#6299
81421      Branch: perl
81422            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
81423            ! win32/win32.c
81424 ____________________________________________________________________________
81425 [  6301] By: jhi                                   on 2000/07/04  04:50:07
81426         Log: Integrate with Sarathy.
81427      Branch: cfgperl
81428           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
81429           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
81430           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
81431 ____________________________________________________________________________
81432 [  6300] By: gsar                                  on 2000/07/04  04:42:09
81433         Log: PERL_OBJECT build tweak
81434      Branch: perl
81435            ! perl.h
81436 ____________________________________________________________________________
81437 [  6299] By: gsar                                  on 2000/07/04  04:37:00
81438         Log: fix memory leak on Windows (PL_sys_intern contents were never
81439              freed)
81440      Branch: perl
81441            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
81442            ! perlapi.c proto.h win32/win32.c
81443 ____________________________________________________________________________
81444 [  6298] By: gsar                                  on 2000/07/04  04:15:59
81445         Log: fix large memory leak that has been around for ever, masked by
81446              -DPURIFY (most of the arenas were never freed!)
81447      Branch: perl
81448            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
81449 ____________________________________________________________________________
81450 [  6297] By: gsar                                  on 2000/07/04  04:07:46
81451         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
81452      Branch: perl
81453            ! perl.c
81454 ____________________________________________________________________________
81455 [  6296] By: jhi                                   on 2000/06/30  18:28:37
81456         Log: Elaborate POSIX.pod.  Still needs work.
81457      Branch: cfgperl
81458            ! ext/POSIX/POSIX.pod
81459 ____________________________________________________________________________
81460 [  6295] By: jhi                                   on 2000/06/30  14:58:18
81461         Log: Point to perlipc for more SysV IPC examples.
81462      Branch: cfgperl
81463            ! pod/perlfunc.pod
81464 ____________________________________________________________________________
81465 [  6294] By: gsar                                  on 2000/06/30  14:47:45
81466         Log: slurp mode fix in change#4736 still not quite right
81467      Branch: perl
81468            ! pp_hot.c t/io/argv.t
81469 ____________________________________________________________________________
81470 [  6293] By: jhi                                   on 2000/06/30  12:02:55
81471         Log: Integrate with Sarathy.
81472      Branch: cfgperl
81473           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
81474 ____________________________________________________________________________
81475 [  6292] By: jhi                                   on 2000/06/30  12:01:11
81476         Log: From: simon@brecon.co.uk (Simon Cozens)
81477              Subject: UTF8 concat
81478              Date: 30 Jun 2000 06:13:25 GMT
81479              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
81480      Branch: cfgperl
81481            ! pp_hot.c
81482 ____________________________________________________________________________
81483 [  6291] By: gsar                                  on 2000/06/30  04:37:33
81484         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
81485              when @_ is modified, causing coredumps
81486      Branch: perl
81487            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
81488 ____________________________________________________________________________
81489 [  6290] By: jhi                                   on 2000/06/30  02:21:44
81490         Log: Integrate with Sarathy.
81491      Branch: cfgperl
81492           !> vms/vms.c vms/vmsish.h
81493 ____________________________________________________________________________
81494 [  6289] By: jhi                                   on 2000/06/30  02:21:02
81495         Log: Check VERSIONs.
81496      Branch: cfgperl
81497            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81498            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81499            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81500 ____________________________________________________________________________
81501 [  6288] By: jhi                                   on 2000/06/30  02:18:52
81502         Log: Integrate with Sarathy.
81503      Branch: cfgperl
81504           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
81505           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81506           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81507           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
81508 ____________________________________________________________________________
81509 [  6287] By: gsar                                  on 2000/06/30  02:17:08
81510         Log: integrate vmsperl changes into mainline
81511      Branch: perl
81512           !> vms/vms.c vms/vmsish.h
81513 ____________________________________________________________________________
81514 [  6285] By: gsar                                  on 2000/06/30  02:05:28
81515         Log: localize %INC in a Safe compartment so that use/require work
81516              (many other magic globals probably need similar treatment)
81517      Branch: perl
81518            ! ext/Opcode/Opcode.xs
81519 ____________________________________________________________________________
81520 [  6284] By: gsar                                  on 2000/06/30  01:54:54
81521         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
81522              about Windows
81523      Branch: perl
81524            ! pod/perlembed.pod
81525 ____________________________________________________________________________
81526 [  6283] By: jhi                                   on 2000/06/30  01:50:10
81527         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
81528              From: Barrie Slaymaker <barries@jester.slaysys.com>
81529              Date: Wed, 28 Jun 2000 11:35:29 -0400
81530              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
81531      Branch: perl
81532            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81533            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81534            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81535            ! lib/File/Spec/Win32.pm
81536 ____________________________________________________________________________
81537 [  6282] By: jhi                                   on 2000/06/29  22:57:22
81538         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
81539              From: Dan Sugalski <dan@sidhe.org>
81540              Date: Tue, 06 Jun 2000 11:59:50 -0400
81541              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
81542      Branch: cfgperl
81543            ! vms/vms.c
81544 ____________________________________________________________________________
81545 [  6281] By: jhi                                   on 2000/06/29  22:52:50
81546         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
81547              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81548              Date: Wed, 7 Jun 2000 04:02:04 -0500
81549              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
81550      Branch: cfgperl
81551            ! utils/h2xs.PL
81552 ____________________________________________________________________________
81553 [  6280] By: jhi                                   on 2000/06/29  22:45:47
81554         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
81555              From: rspier@pobox.com (Robert Spier)
81556              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
81557              Message-ID: <14654.31913.845602.610277@rls.cx>
81558      Branch: cfgperl
81559            ! utils/h2xs.PL
81560 ____________________________________________________________________________
81561 [  6279] By: jhi                                   on 2000/06/29  22:38:16
81562         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
81563              From: Tim Ayers <tayers@bridge.com>
81564              Date: Thu, 08 Jun 2000 08:11:06 +0200
81565              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
81566              [resent by Richard Foley, Message-Id probably wrong]
81567      Branch: cfgperl
81568            ! pod/perlsub.pod
81569 ____________________________________________________________________________
81570 [  6278] By: jhi                                   on 2000/06/29  22:21:45
81571         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
81572              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
81573              Date: Fri, 09 Jun 2000 12:39:27 -0400
81574              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
81575              (plus update the version "number" of Text::Wrap)
81576      Branch: cfgperl
81577            ! lib/Text/Wrap.pm
81578 ____________________________________________________________________________
81579 [  6277] By: jhi                                   on 2000/06/29  22:13:10
81580         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
81581              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81582              Date: Mon, 12 Jun 2000 14:55:59 +0100
81583              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
81584      Branch: cfgperl
81585            ! pod/perlfunc.pod
81586 ____________________________________________________________________________
81587 [  6276] By: jhi                                   on 2000/06/29  22:11:06
81588         Log: Subject: [PATCH] Re: eval documentation: context
81589              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81590              Date: Mon, 12 Jun 2000 15:07:29 +0100
81591              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
81592      Branch: cfgperl
81593            ! pod/perlfunc.pod
81594 ____________________________________________________________________________
81595 [  6275] By: jhi                                   on 2000/06/29  21:59:46
81596         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
81597              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81598              Date: Tue, 13 Jun 2000 02:43:48 -0500
81599              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
81600      Branch: cfgperl
81601            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
81602 ____________________________________________________________________________
81603 [  6274] By: jhi                                   on 2000/06/29  21:56:14
81604         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
81605              From: Andy Dougherty <doughera@lafayette.edu>
81606              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
81607              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
81608      Branch: cfgperl
81609            ! ext/File/Glob/Glob.pm
81610 ____________________________________________________________________________
81611 [  6273] By: jhi                                   on 2000/06/29  21:49:09
81612         Log: Subject: [PATCH] xsub attributes
81613              From: Doug MacEachern <dougm@covalent.net>
81614              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
81615              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
81616      Branch: cfgperl
81617            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
81618            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
81619 ____________________________________________________________________________
81620 [  6272] By: jhi                                   on 2000/06/29  21:41:28
81621         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
81622              From: Tom Phoenix <rootbeer@redcat.com>
81623              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
81624              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
81625      Branch: cfgperl
81626            ! lib/Net/Ping.pm
81627 ____________________________________________________________________________
81628 [  6271] By: jhi                                   on 2000/06/29  21:36:55
81629         Log: Subject: PATCH pod/perltie.pod
81630              From: Ian Phillipps <Ian.Phillipps@iname.com>
81631              Date: Fri, 16 Jun 2000 00:17:19 +0100
81632              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
81633              (only the first hunk, the second hunk had already been done
81634              by some other patch)
81635      Branch: cfgperl
81636            ! pod/perltie.pod
81637 ____________________________________________________________________________
81638 [  6270] By: jhi                                   on 2000/06/29  21:24:51
81639         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
81640              From: Nicholas Clark <nick@talking.bollo.cx>
81641              Date: Fri, 23 Jun 2000 16:21:15 +0100
81642              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
81643      Branch: cfgperl
81644            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
81645            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
81646 ____________________________________________________________________________
81647 [  6269] By: jhi                                   on 2000/06/29  19:38:15
81648         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
81649              silence few compiler warnings.
81650      Branch: cfgperl
81651            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
81652 ____________________________________________________________________________
81653 [  6268] By: jhi                                   on 2000/06/29  18:21:50
81654         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
81655              From: Dominic Dunlop <domo@computer.org> 
81656              Date: Thu, 29 Jun 2000 12:32:39 +0200 
81657              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
81658      Branch: cfgperl
81659            ! t/op/sprintf.t
81660 ____________________________________________________________________________
81661 [  6267] By: jhi                                   on 2000/06/29  18:16:07
81662         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
81663              From: Doug MacEachern <dougm@covalent.net>
81664              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
81665              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
81666      Branch: cfgperl
81667            + t/op/method2entersub.t
81668            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
81669            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81670            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
81671            ! xsutils.c
81672 ____________________________________________________________________________
81673 [  6266] By: jhi                                   on 2000/06/29  15:11:15
81674         Log: Subject: [PATCH 5.6.0] cygwin port
81675              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
81676              From: "Fifer, Eric" <EFifer@sanwaint.com>
81677              Date: Thu, 29 Jun 2000 12:58:29 +0100
81678      Branch: cfgperl
81679            ! cygwin/Makefile.SHs
81680 ____________________________________________________________________________
81681 [  6265] By: jhi                                   on 2000/06/29  15:04:05
81682         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
81683              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81684              Date: Wed, 28 Jun 2000 17:50:12 -0700
81685              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
81686      Branch: cfgperl
81687            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
81688 ____________________________________________________________________________
81689 [  6264] By: jhi                                   on 2000/06/29  15:00:57
81690         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
81691              From: Marty Lucich <marty@netcom.com>
81692              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
81693              Message-Id: <200006282116.OAA11148@netcom.com>
81694              ccdlflags update (the BSD/OS 4.1 part had already been taken
81695              care of by #6141).
81696      Branch: cfgperl
81697            ! hints/bsdos.sh
81698 ____________________________________________________________________________
81699 [  6263] By: jhi                                   on 2000/06/29  13:47:44
81700         Log: tr fixes from Simon Cozens
81701      Branch: cfgperl
81702            ! doop.c
81703 ____________________________________________________________________________
81704 [  6262] By: jhi                                   on 2000/06/28  18:46:01
81705         Log: Subject: 5.6.0 Patch for EPOC
81706              From: Olaf Flebbe <o.flebbe@gmx.de>
81707              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
81708              Message-ID: <23449.960929969@www11.gmx.net>
81709      Branch: cfgperl
81710            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
81711            ! epoc/epocish.h
81712 ____________________________________________________________________________
81713 [  6261] By: jhi                                   on 2000/06/28  18:29:07
81714         Log: Subject: Re: [PATCH cfgperl] BOMs away!
81715              From: simon@brecon.co.uk (Simon Cozens)
81716              Date: 17 Jun 2000 11:49:57 GMT
81717              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
81718      Branch: cfgperl
81719            ! pod/perldiag.pod t/comp/require.t toke.c
81720 ____________________________________________________________________________
81721 [  6260] By: jhi                                   on 2000/06/28  17:47:16
81722         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
81723              From: simon@brecon.co.uk (Simon Cozens) 
81724              Date: 17 Jun 2000 11:56:44 GMT 
81725              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
81726              pack U0, pack C0
81727      Branch: cfgperl
81728            ! pod/perlfunc.pod pp.c t/op/pack.t
81729 ____________________________________________________________________________
81730 [  6259] By: jhi                                   on 2000/06/28  16:43:17
81731         Log: perlnewmod was missing from MANIFEST.
81732      Branch: cfgperl
81733            ! MANIFEST
81734 ____________________________________________________________________________
81735 [  6258] By: jhi                                   on 2000/06/28  15:54:30
81736         Log: linenumber tweak
81737      Branch: cfgperl
81738            ! t/pragma/warn/regcomp
81739 ____________________________________________________________________________
81740 [  6257] By: jhi                                   on 2000/06/28  15:50:44
81741         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
81742              From: Doug MacEachern <dougm@covalent.net>
81743              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
81744              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
81745              (one part of the patch had been applied earlier)
81746      Branch: cfgperl
81747            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
81748 ____________________________________________________________________________
81749 [  6256] By: jhi                                   on 2000/06/28  15:40:22
81750         Log: tweaks from Simon Cozens to further fix tr/// under utf8
81751      Branch: cfgperl
81752            ! doop.c
81753 ____________________________________________________________________________
81754 [  6255] By: jhi                                   on 2000/06/28  15:33:45
81755         Log: small thinko tweaks
81756      Branch: cfgperl
81757            ! lib/IPC/Open3.pm t/op/my_stash.t
81758 ____________________________________________________________________________
81759 [  6254] By: jhi                                   on 2000/06/28  15:33:25
81760         Log: Subject: tr///, help wanted.
81761              From: simon@brecon.co.uk (Simon Cozens)
81762              Date: 28 Jun 2000 11:29:04 GMT
81763              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
81764      Branch: cfgperl
81765            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
81766            ! pp_proto.h proto.h t/op/tr.t
81767 ____________________________________________________________________________
81768 [  6253] By: jhi                                   on 2000/06/28  15:09:17
81769         Log: Paranoia tweak on #6249.
81770              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
81771              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
81772              Date: Sun, 25 Jun 2000 23:43:12 -0400
81773              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
81774      Branch: cfgperl
81775            ! lib/IPC/Open3.pm
81776 ____________________________________________________________________________
81777 [  6252] By: jhi                                   on 2000/06/28  15:01:38
81778         Log: Document #6249 and #6251.
81779      Branch: cfgperl
81780            ! lib/Exporter.pm lib/IPC/Open3.pm
81781 ____________________________________________________________________________
81782 [  6251] By: jhi                                   on 2000/06/28  14:50:43
81783         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
81784              From: Doug MacEachern <dougm@covalent.net>
81785              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
81786              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
81787      Branch: cfgperl
81788            ! lib/Exporter.pm
81789 ____________________________________________________________________________
81790 [  6250] By: jhi                                   on 2000/06/28  14:45:23
81791         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
81792              From: Doug MacEachern <dougm@covalent.net>
81793              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
81794              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
81795      Branch: cfgperl
81796            + t/op/my_stash.t
81797            ! MANIFEST embed.pl global.sym proto.h toke.c
81798 ____________________________________________________________________________
81799 [  6249] By: jhi                                   on 2000/06/28  14:36:34
81800         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
81801              From: Frank Tobin <ftobin@uiuc.edu>
81802              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
81803              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
81804      Branch: cfgperl
81805            ! lib/IPC/Open3.pm
81806 ____________________________________________________________________________
81807 [  6248] By: jhi                                   on 2000/06/28  14:11:25
81808         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
81809              From: Mark-Jason Dominus <mjd@plover.com>
81810              Date: Tue, 27 Jun 2000 22:36:42 -0400
81811              Message-ID: <20000628023642.12166.qmail@plover.com>
81812      Branch: cfgperl
81813            ! pod/perlfunc.pod
81814 ____________________________________________________________________________
81815 [  6247] By: jhi                                   on 2000/06/27  12:46:37
81816         Log: Tweak $VERSION, patch from Doug MacEachern.
81817      Branch: cfgperl
81818            ! lib/File/Spec.pm
81819 ____________________________________________________________________________
81820 [  6246] By: jhi                                   on 2000/06/27  03:34:46
81821         Log: Allow for standalone testing.
81822      Branch: cfgperl
81823            ! t/lib/filefunc.t t/lib/filespec.t
81824 ____________________________________________________________________________
81825 [  6245] By: jhi                                   on 2000/06/27  02:50:02
81826         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
81827              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81828              Date: Sat, 24 Jun 2000 13:06:20 +0100
81829              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
81830      Branch: cfgperl
81831            ! ext/DynaLoader/DynaLoader_pm.PL
81832 ____________________________________________________________________________
81833 [  6244] By: jhi                                   on 2000/06/27  02:46:10
81834         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
81835              From: Doug MacEachern <dougm@covalent.net>
81836              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
81837              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
81838      Branch: cfgperl
81839            ! gv.c sv.c t/lib/peek.t
81840 ____________________________________________________________________________
81841 [  6243] By: jhi                                   on 2000/06/27  02:38:07
81842         Log: Subject: [PATCH] is_utf8_string
81843              From: simon@brecon.co.uk (Simon Cozens)
81844              Date: 26 Jun 2000 02:25:59 GMT
81845              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
81846      Branch: cfgperl
81847            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
81848            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
81849            ! proto.h utf8.c
81850 ____________________________________________________________________________
81851 [  6242] By: jhi                                   on 2000/06/27  02:24:00
81852         Log: Subject: [PATCH] bytes<->utf8 fixes
81853              From: simon@brecon.co.uk (Simon Cozens)
81854              Date: 26 Jun 2000 04:55:45 GMT
81855              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
81856      Branch: cfgperl
81857            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
81858 ____________________________________________________________________________
81859 [  6241] By: jhi                                   on 2000/06/27  02:12:42
81860         Log: Do no -warn on \_, only on \alpha.
81861              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
81862              From: David Dyck <dcd@tc.fluke.com>
81863              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
81864              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
81865      Branch: cfgperl
81866            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81867 ____________________________________________________________________________
81868 [  6240] By: jhi                                   on 2000/06/27  02:00:01
81869         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
81870              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81871              Date: Mon, 26 Jun 2000 18:40:14 +0100
81872              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
81873      Branch: cfgperl
81874            ! utils/h2xs.PL
81875 ____________________________________________________________________________
81876 [  6239] By: jhi                                   on 2000/06/27  01:53:40
81877         Log: Configure maintenance.  Sever some dependency cycles,
81878              separate gccversion from the cc unit,
81879              address [ID 20000623.006] Configure script patch for using gcc on AIX
81880              (but solve it a little bit differently),
81881              unduplex some accidentally duplicated units,
81882              suggest using gcc if no cc available
81883              (p5p thread: "Solaris configure: counterproposal", 1999-09)
81884      Branch: cfgperl
81885            ! Configure Todo-5.6 config_h.SH
81886      Branch: metaconfig
81887            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
81888            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
81889      Branch: metaconfig/U/perl
81890            + gccvers.U
81891            ! d_getespwnam.U d_getprpwnam.U i_prot.U
81892 ____________________________________________________________________________
81893 [  6238] By: jhi                                   on 2000/06/25  18:04:56
81894         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
81895              From: Dan Sugalski <dan@sidhe.org>
81896              Date: Fri, 23 Jun 2000 17:00:00 -0400
81897              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
81898      Branch: cfgperl
81899            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
81900 ____________________________________________________________________________
81901 [  6237] By: jhi                                   on 2000/06/25  16:36:45
81902         Log: Tweak embed.pl, regen headers.
81903      Branch: cfgperl
81904            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
81905            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
81906            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
81907            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
81908            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
81909 ____________________________________________________________________________
81910 [  6236] By: jhi                                   on 2000/06/25  15:26:42
81911         Log: Regen headers.
81912      Branch: cfgperl
81913            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
81914            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
81915            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
81916            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
81917            ! regnodes.h warnings.h
81918 ____________________________________________________________________________
81919 [  6235] By: jhi                                   on 2000/06/23  19:39:35
81920         Log: The thread begun by
81921              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
81922              From: Kevin.Ruscoe@ubsw.com
81923              Date: Fri, 16 Jun 2000 16:38:51 +0100
81924              Message-Id: <H000019b03c300d6@MHS>
81925      Branch: cfgperl
81926            ! hints/solaris_2.sh
81927 ____________________________________________________________________________
81928 [  6234] By: jhi                                   on 2000/06/23  19:23:36
81929         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
81930              because when run as services (Win32ese for daemons)
81931              no environment variables are set and tmpdir ends up as /tmp,
81932              which is ambiguous.
81933              
81934              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
81935              From: matt@sergeant.org
81936              Date: 16 Jun 2000 16:30:43 -0000
81937              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
81938      Branch: cfgperl
81939            ! lib/File/Spec/Win32.pm
81940 ____________________________________________________________________________
81941 [  6233] By: jhi                                   on 2000/06/23  19:18:58
81942         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
81943              From: Mark-Jason Dominus <mjd@plover.com>
81944              Date: Fri, 16 Jun 2000 20:53:04 -0400
81945              Message-ID: <20000617005304.8008.qmail@plover.com>
81946      Branch: cfgperl
81947            ! op.h
81948 ____________________________________________________________________________
81949 [  6232] By: jhi                                   on 2000/06/23  16:10:02
81950         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
81951              From: simon@brecon.co.uk (Simon Cozens)
81952              Date: 19 Jun 2000 15:18:27 GMT
81953              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
81954              
81955              plus update pod/Makefile and regenerate perltoc
81956      Branch: cfgperl
81957            + pod/perlutil.pod
81958            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
81959 ____________________________________________________________________________
81960 [  6231] By: jhi                                   on 2000/06/23  15:19:18
81961         Log: Subject: [PATCH 5.6.0] cygwin port
81962              From: "Fifer, Eric" <EFifer@sanwaint.com>
81963              Date: Tue, 20 Jun 2000 14:30:58 +0100
81964              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
81965      Branch: cfgperl
81966            ! README.cygwin lib/File/Find.pm
81967 ____________________________________________________________________________
81968 [  6230] By: jhi                                   on 2000/06/23  14:25:21
81969         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
81970      Branch: cfgperl
81971            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81972            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81973            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81974            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
81975 ____________________________________________________________________________
81976 [  6229] By: jhi                                   on 2000/06/23  14:13:34
81977         Log: Subject: README.hpux version 0.6.1
81978              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
81979              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
81980              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
81981      Branch: cfgperl
81982            ! README.hpux
81983 ____________________________________________________________________________
81984 [  6228] By: jhi                                   on 2000/06/23  14:07:20
81985         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
81986              From: Doug MacEachern <dougm@covalent.net>
81987              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
81988              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
81989      Branch: cfgperl
81990            ! op.c
81991 ____________________________________________________________________________
81992 [  6227] By: jhi                                   on 2000/06/23  14:01:06
81993         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
81994              From: Doug MacEachern <dougm@covalent.net>
81995              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
81996              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
81997      Branch: cfgperl
81998            + lib/lib.pm.PL
81999            - lib/lib.pm
82000            ! MANIFEST Makefile.SH
82001 ____________________________________________________________________________
82002 [  6226] By: jhi                                   on 2000/06/23  13:53:07
82003         Log: Subject: [PATCH] remove forward declarations in Socket.pm
82004              From: Doug MacEachern <dougm@covalent.net>
82005              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
82006              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
82007              
82008              From: Doug MacEachern <dougm@covalent.net>
82009              Subject: Re: [PATCH] remove forward declarations in Socket.pm
82010              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
82011              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
82012      Branch: cfgperl
82013            ! ext/Socket/Socket.pm op.c
82014 ____________________________________________________________________________
82015 [  6225] By: jhi                                   on 2000/06/23  13:41:52
82016         Log: Add source code filenames to apidoc.
82017              From: simon@brecon.co.uk (Simon Cozens)
82018              Subject: [PATCH embed.pl] Source X-ref
82019              Date: 22 Jun 2000 02:18:49 GMT
82020              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
82021      Branch: cfgperl
82022            ! embed.pl
82023 ____________________________________________________________________________
82024 [  6224] By: jhi                                   on 2000/06/23  13:32:33
82025         Log: A way to avoid English.pm performance hit.
82026              From: root <root@jester.slaysys.com>
82027              Subject: [YAPATCH English.pm] My turn to putt again
82028              Date: Thu, 22 Jun 2000 20:33:58 -0400
82029              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
82030      Branch: cfgperl
82031            ! lib/English.pm t/lib/english.t
82032 ____________________________________________________________________________
82033 [  6223] By: jhi                                   on 2000/06/23  13:27:06
82034         Log: Avoid double close().
82035              Subject: [PATCH] avoid double close()
82036              From: Doug MacEachern <dougm@covalent.net>
82037              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
82038              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
82039      Branch: cfgperl
82040            ! doio.c
82041 ____________________________________________________________________________
82042 [  6222] By: jhi                                   on 2000/06/23  13:25:54
82043         Log: doc typo fix
82044              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
82045              From: Ian Phillipps <Ian.Phillipps@iname.com>
82046              Date: Fri, 23 Jun 2000 10:40:58 +0100
82047              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
82048      Branch: cfgperl
82049            ! lib/Pod/Usage.pm
82050 ____________________________________________________________________________
82051 [  6221] By: jhi                                   on 2000/06/23  13:24:15
82052         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
82053              From: simon@brecon.co.uk (Simon Cozens)
82054              Subject: [PATCH] Eliminate tr///[CU][CU]
82055              Date: 23 Jun 2000 11:05:40 GMT
82056              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
82057      Branch: cfgperl
82058            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
82059 ____________________________________________________________________________
82060 [  6220] By: jhi                                   on 2000/06/22  16:07:51
82061         Log: Win32 patches from Benjamin Stuhl.
82062      Branch: cfgperl
82063            ! makedef.pl win32/win32.h
82064 ____________________________________________________________________________
82065 [  6219] By: jhi                                   on 2000/06/22  16:06:34
82066         Log: Bytecode patches from Benjamin Stuhl.
82067      Branch: cfgperl
82068            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
82069            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
82070            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82071 ____________________________________________________________________________
82072 [  6218] By: jhi                                   on 2000/06/15  23:54:16
82073         Log: Bytecode patches from Benjamin Stuhl.
82074      Branch: cfgperl
82075            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
82076 ____________________________________________________________________________
82077 [  6217] By: jhi                                   on 2000/06/09  13:38:29
82078         Log: Rename the fdpid locking and integrate with Sarathy.
82079      Branch: cfgperl
82080            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
82081            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
82082            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
82083            ! win32/win32.c
82084           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
82085 ____________________________________________________________________________
82086 [  6216] By: gsar                                  on 2000/06/08  14:54:21
82087         Log: be more optimal about clearing @_
82088      Branch: perl
82089            ! cop.h
82090 ____________________________________________________________________________
82091 [  6215] By: gsar                                  on 2000/06/08  14:33:04
82092         Log: tweak comment about @DB::args
82093      Branch: perl
82094            ! av.h pp_ctl.c
82095 ____________________________________________________________________________
82096 [  6214] By: gsar                                  on 2000/06/08  13:57:54
82097         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
82098              caller() wants to populate @DB::args with it (causes a coredump
82099              in Carp::confess())
82100      Branch: perl
82101            ! cop.h t/op/runlevel.t
82102 ____________________________________________________________________________
82103 [  6213] By: gsar                                  on 2000/06/08  07:06:35
82104         Log: back out change#6106 (seems problematic)
82105      Branch: perl
82106            ! hints/solaris_2.sh
82107 ____________________________________________________________________________
82108 [  6212] By: jhi                                   on 2000/06/07  03:10:36
82109         Log: Continuing mopup for #6204.
82110      Branch: cfgperl
82111            ! ext/B/defsubs_h.PL
82112 ____________________________________________________________________________
82113 [  6211] By: jhi                                   on 2000/06/07  02:41:50
82114         Log: Mopup for #6204.
82115              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
82116              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
82117              This is comes from const() where POK isn't on when expected.
82118      Branch: cfgperl
82119            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
82120            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82121            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
82122            ! perlapi.h pod/perlapi.pod
82123 ____________________________________________________________________________
82124 [  6210] By: jhi                                   on 2000/06/07  01:56:29
82125         Log: Mopup for #6207 and #6209.
82126      Branch: cfgperl
82127            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
82128 ____________________________________________________________________________
82129 [  6209] By: jhi                                   on 2000/06/07  01:33:12
82130         Log: Lock PL_fdpid against race conditions, based on:
82131              Subject: [PATCH 5.6.0]subprocess fixup for threads
82132              From: Dan Sugalski <dan@sidhe.org>
82133              To: perl5-porters@perl.org
82134              Date: Tue, 11 Apr 2000 17:02:32 -0400
82135              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
82136      Branch: cfgperl
82137            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
82138            ! win32/win32.c
82139 ____________________________________________________________________________
82140 [  6208] By: jhi                                   on 2000/06/07  01:05:23
82141         Log: Regen headers for #6207.
82142      Branch: cfgperl
82143            ! embed.h global.sym objXSUB.h proto.h
82144 ____________________________________________________________________________
82145 [  6207] By: jhi                                   on 2000/06/06  23:43:13
82146         Log: Subject: [PATCH 5.6.0] Threadsafe patches
82147              From: Dan Sugalski <dan@sidhe.org>
82148              To: perl5-porters@perl.org
82149              Date: Mon, 08 May 2000 18:08:13 -0400
82150              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
82151      Branch: cfgperl
82152            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
82153            ! proto.h sv.h util.c
82154 ____________________________________________________________________________
82155 [  6206] By: jhi                                   on 2000/06/06  23:21:23
82156         Log: Subject: [PATCH] Eliminate $a/$b in pod
82157              From: David Glasser <me@davidglasser.net>
82158              To: perl5-porters@perl.org
82159              Date: Mon, 29 May 2000 21:15:59 -0400
82160              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
82161      Branch: cfgperl
82162            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
82163            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
82164            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
82165            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
82166            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
82167            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
82168            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
82169            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
82170            ! pod/perlvar.pod pod/perlxs.pod
82171 ____________________________________________________________________________
82172 [  6205] By: jhi                                   on 2000/06/06  23:12:14
82173         Log: Subject: [PATCH] Win32 improvements
82174              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82175              To: gsar@activestate.com, perl5-porters@perl.org
82176              Date: Mon, 29 May 2000 17:22:24 PDT
82177              Message-ID: <20000530002224.91142.qmail@hotmail.com>
82178              (MUA had mangled many lines by wordwrapping)
82179      Branch: cfgperl
82180            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
82181 ____________________________________________________________________________
82182 [  6204] By: jhi                                   on 2000/06/06  23:01:50
82183         Log: Subject: [PATCH] B::Bytecode patches
82184              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82185              To: gsar@activestate.com, jhi@iki.fi
82186              Cc: perl5-porters@perl.org
82187              Message-ID: <20000602202526.48694.qmail@hotmail.com>
82188              (MUA had mangled many lines by wordwrapping)
82189      Branch: cfgperl
82190            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
82191            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
82192            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82193            ! intrpvar.h perl.c
82194 ____________________________________________________________________________
82195 [  6203] By: jhi                                   on 2000/06/06  22:32:43
82196         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
82197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82198              Date: Tue, 06 Jun 2000 13:07:45 -0700
82199              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
82200      Branch: cfgperl
82201            ! pod/perldiag.pod
82202 ____________________________________________________________________________
82203 [  6202] By: jhi                                   on 2000/06/06  19:38:35
82204         Log: Integrate with Sarathy.
82205      Branch: cfgperl
82206           !> perl.c
82207 ____________________________________________________________________________
82208 [  6201] By: gsar                                  on 2000/06/06  00:42:59
82209         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
82210              does a PUSHMARK that's never ever POPMARKed; in general, only
82211              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
82212              Perl_eval_[sp]v() don't because they don't take any incoming
82213              arguments (this leak has been around since the original version
82214              of perl_eval_pv() in 5.003_97e)
82215      Branch: perl
82216            ! perl.c
82217 ____________________________________________________________________________
82218 [  6200] By: jhi                                   on 2000/06/04  03:44:52
82219         Log: Update to cperl-mode.el 4.31 from
82220              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
82221              Subject: A couple of notes
82222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82223              To: Mailing list Perl5 <perl5-porters@perl.org>
82224              Date: Sat, 3 Jun 2000 23:33:32 -0400
82225              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
82226      Branch: cfgperl
82227            ! emacs/cperl-mode.el
82228 ____________________________________________________________________________
82229 [  6199] By: jhi                                   on 2000/06/03  15:11:05
82230         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
82231              From: Dan Sugalski <dan@sidhe.org>
82232              To: perl5-porters@perl.org, vmsperl@perl.org
82233              Date: Fri, 02 Jun 2000 17:30:51 -0400
82234              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
82235      Branch: cfgperl
82236            ! vms/descrip_mms.template vms/gen_shrfls.pl
82237 ____________________________________________________________________________
82238 [  6198] By: jhi                                   on 2000/06/03  14:59:15
82239         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
82240              From: Dan Sugalski <dan@sidhe.org>
82241              To: vmsperl@perl.org, perl5-porters@perl.org
82242              Date: Fri, 02 Jun 2000 16:00:41 -0400
82243              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
82244              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
82245      Branch: cfgperl
82246            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
82247            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
82248            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
82249 ____________________________________________________________________________
82250 [  6197] By: jhi                                   on 2000/06/03  14:41:30
82251         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
82252              From: John Borwick <jhborwic@unity.ncsu.edu>
82253              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
82254              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
82255      Branch: cfgperl
82256            ! pod/perlsyn.pod
82257 ____________________________________________________________________________
82258 [  6196] By: jhi                                   on 2000/06/03  14:38:09
82259         Log: Integrate with Sarathy.
82260      Branch: cfgperl
82261           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82262           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82263           !> vms/perly_c.vms
82264 ____________________________________________________________________________
82265 [  6195] By: gsar                                  on 2000/06/02  22:43:13
82266         Log: fix yet another eval"" leak under USE_ITHREADS
82267      Branch: perl
82268            ! op.c
82269 ____________________________________________________________________________
82270 [  6194] By: gsar                                  on 2000/06/02  18:22:06
82271         Log: fix small eval"" memory leaks under USE_ITHREADS
82272      Branch: perl
82273            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82274            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82275            ! vms/perly_c.vms
82276 ____________________________________________________________________________
82277 [  6193] By: jhi                                   on 2000/06/01  13:03:56
82278         Log: Signals-be-gone for microperl.
82279      Branch: cfgperl
82280            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
82281 ____________________________________________________________________________
82282 [  6192] By: jhi                                   on 2000/06/01  12:52:02
82283         Log: Integrate with Sarathy.
82284      Branch: cfgperl
82285           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
82286           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
82287           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
82288           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82289           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
82290           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
82291           !> t/op/vec.t utils/h2xs.PL
82292 ____________________________________________________________________________
82293 [  6191] By: gsar                                  on 2000/06/01  09:38:21
82294         Log: vec() loses numericalness (modified version of patch suggested
82295              by Robin Barker)
82296      Branch: perl
82297            ! doop.c t/op/vec.t
82298 ____________________________________________________________________________
82299 [  6190] By: gsar                                  on 2000/06/01  09:26:15
82300         Log: submit missing embed.pl change
82301      Branch: perl
82302            ! embed.pl
82303 ____________________________________________________________________________
82304 [  6189] By: gsar                                  on 2000/06/01  09:05:34
82305         Log: counting tr/// corrupts later operation (from M.J.T Guy)
82306      Branch: perl
82307            ! doop.c t/op/tr.t
82308 ____________________________________________________________________________
82309 [  6188] By: gsar                                  on 2000/06/01  08:58:39
82310         Log: h2xs tweaks
82311      Branch: perl
82312            ! utils/h2xs.PL
82313 ____________________________________________________________________________
82314 [  6187] By: gsar                                  on 2000/06/01  08:50:07
82315         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
82316              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82317      Branch: perl
82318            + lib/Pod/LaTeX.pm
82319            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
82320            ! pod/pod2latex.PL
82321 ____________________________________________________________________________
82322 [  6186] By: gsar                                  on 2000/06/01  08:24:40
82323         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
82324              <wolfgang.laun@alcatel.at>)
82325      Branch: perl
82326            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82327            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
82328 ____________________________________________________________________________
82329 [  6185] By: gsar                                  on 2000/06/01  08:12:00
82330         Log: remove incorrect documentation about implicit split to @_ in
82331              list context, which never really worked in perl 5 (from
82332              M.J.T. Guy)
82333      Branch: perl
82334            ! pod/perlfunc.pod pod/perltrap.pod
82335 ____________________________________________________________________________
82336 [  6184] By: gsar                                  on 2000/06/01  07:52:27
82337         Log: tweak for change#6127
82338      Branch: perl
82339            ! perl.c
82340 ____________________________________________________________________________
82341 [  6183] By: gsar                                  on 2000/06/01  07:41:02
82342         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
82343              <nick@ccl4.org>)
82344      Branch: perl
82345            + t/lib/selfloader.t
82346            ! MANIFEST lib/SelfLoader.pm
82347 ____________________________________________________________________________
82348 [  6182] By: jhi                                   on 2000/06/01  00:34:42
82349         Log: Be Cleaner Part Deux.
82350      Branch: cfgperl
82351            ! Makefile.SH
82352 ____________________________________________________________________________
82353 [  6181] By: jhi                                   on 2000/06/01  00:32:09
82354         Log: Integrate with Sarathy.
82355      Branch: cfgperl
82356           !> pp.c t/op/arith.t
82357 ____________________________________________________________________________
82358 [  6180] By: jhi                                   on 2000/06/01  00:31:13
82359         Log: microperl nits from Simon Cozens.
82360      Branch: cfgperl
82361            + uconfig.h
82362            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
82363            ! unixish.h
82364 ____________________________________________________________________________
82365 [  6179] By: gsar                                  on 2000/05/31  22:37:51
82366         Log: buggy modulus on UVs introduced by change#3378 (resulted in
82367              4063328477 % 65535 amounting to 27406, instead of 27407)
82368      Branch: perl
82369            ! pp.c t/op/arith.t
82370 ____________________________________________________________________________
82371 [  6178] By: jhi                                   on 2000/05/31  21:52:41
82372         Log: Be cleaner.
82373      Branch: cfgperl
82374            ! Makefile.SH
82375 ____________________________________________________________________________
82376 [  6177] By: jhi                                   on 2000/05/31  21:47:33
82377         Log: Substitution utf8 patch from Simon Cozens.
82378      Branch: cfgperl
82379            ! pp_hot.c
82380 ____________________________________________________________________________
82381 [  6176] By: jhi                                   on 2000/05/31  21:45:34
82382         Log: Single-quoted utf8 patch from Simon Cozens.
82383      Branch: cfgperl
82384            ! toke.c
82385 ____________________________________________________________________________
82386 [  6175] By: jhi                                   on 2000/05/31  21:40:18
82387         Log: Integrate with Sarathy.
82388      Branch: cfgperl
82389           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
82390 ____________________________________________________________________________
82391 [  6174] By: jhi                                   on 2000/05/31  21:37:31
82392         Log: microperl changes from Simon Cozens; Makefile for microperl
82393              written from scratch; few casts added as microperl compilation
82394              doesn't have all prototypes available.
82395      Branch: cfgperl
82396            + Makefile.micro README.micro Todo.micro uconfig.sh
82397            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
82398            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
82399      Branch: metaconfig
82400            + U/modified/Config_h.U
82401 ____________________________________________________________________________
82402 [  6173] By: jhi                                   on 2000/05/31  20:00:24
82403         Log: metaconfig maintenance.
82404      Branch: metaconfig
82405            + U/modified/Inhdr.U U/typedefs/inotype.U
82406      Branch: metaconfig/U/perl
82407            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
82408            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
82409 ____________________________________________________________________________
82410 [  6172] By: gsar                                  on 2000/05/31  05:05:42
82411         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
82412              (from Ilya Zakharevich)
82413      Branch: perl
82414            ! regexec.c t/op/re_tests
82415 ____________________________________________________________________________
82416 [  6171] By: gsar                                  on 2000/05/31  05:01:47
82417         Log: scalar() doesn't force scalar context when used in void context
82418              (from Simon Cozens)
82419      Branch: perl
82420            ! op.c t/op/wantarray.t
82421 ____________________________________________________________________________
82422 [  6170] By: gsar                                  on 2000/05/31  04:41:33
82423         Log: change#6142 needs tweaks to tests to work where there's no symlink()
82424              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82425      Branch: perl
82426            ! t/lib/filefind.t
82427 ____________________________________________________________________________
82428 [  6169] By: gsar                                  on 2000/05/31  04:29:49
82429         Log: integrate cfgperl contents into mainline
82430      Branch: perl
82431           +> pod/perlmodlib.PL pod/perlnewmod.pod
82432           !> (integrate 42 files)
82433 ____________________________________________________________________________
82434 [  6168] By: jhi                                   on 2000/05/30  22:53:37
82435         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
82436      Branch: cfgperl
82437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82438            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
82439            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
82440            ! win32/config.bc win32/config.gc win32/config.vc
82441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82442            ! win32/config_h.PL win32/config_sh.PL
82443      Branch: metaconfig/U/perl
82444            ! perlxv.U
82445 ____________________________________________________________________________
82446 [  6167] By: jhi                                   on 2000/05/30  22:20:21
82447         Log: tweak todo 
82448      Branch: cfgperl
82449            ! Todo-5.6
82450 ____________________________________________________________________________
82451 [  6166] By: jhi                                   on 2000/05/30  22:11:51
82452         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
82453              in case somebody wants to write an extension for more
82454              shadow database interfaces.
82455      Branch: cfgperl
82456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82457            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
82458            ! vos/config.def vos/config.h vos/config_h.SH_orig
82459            ! win32/config.bc win32/config.gc win32/config.vc
82460            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82461      Branch: metaconfig
82462            ! U/modified/Myinit.U
82463      Branch: metaconfig/U/perl
82464            + d_getespwnam.U d_getprpwnam.U i_prot.U
82465 ____________________________________________________________________________
82466 [  6165] By: jhi                                   on 2000/05/30  18:35:34
82467         Log: Integrate with Sarathy.
82468      Branch: cfgperl
82469           !> op.c
82470 ____________________________________________________________________________
82471 [  6164] By: jhi                                   on 2000/05/30  18:30:16
82472         Log: detypo
82473      Branch: cfgperl
82474            ! Configure config_h.SH
82475      Branch: metaconfig/U/perl
82476            ! perlxv.U
82477 ____________________________________________________________________________
82478 [  6163] By: gsar                                  on 2000/05/30  03:24:03
82479         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
82480      Branch: perl
82481            ! op.c
82482 ____________________________________________________________________________
82483 [  6162] By: gsar                                  on 2000/05/30  03:09:38
82484         Log: fix memory leak in method call optimization (change#3768);
82485              made C<eval "$x->foo()"> leak
82486      Branch: perl
82487            ! op.c
82488 ____________________________________________________________________________
82489 [  6161] By: jhi                                   on 2000/05/29  17:56:26
82490         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
82491              both from Simon Cozens.
82492      Branch: cfgperl
82493            + pod/perlmodlib.PL pod/perlnewmod.pod
82494            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
82495            ! pod/perlmodlib.pod pod/perltoc.pod
82496 ____________________________________________________________________________
82497 [  6160] By: jhi                                   on 2000/05/29  17:23:55
82498         Log: Changes for the File::Temp 0.08 (change #6159) test suite
82499              to fit better into the Perl distribution test framework.
82500      Branch: cfgperl
82501            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
82502            ! t/lib/ftmp-tempfile.t
82503 ____________________________________________________________________________
82504 [  6159] By: jhi                                   on 2000/05/29  16:55:36
82505         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
82506      Branch: cfgperl
82507            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82508            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82509 ____________________________________________________________________________
82510 [  6158] By: bailey                                on 2000/05/29  16:22:08
82511         Log: Add fallback to tmpfile for use in cases where user's relying on
82512              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
82513              Lane's patch)
82514      Branch: vmsperl
82515            ! vms/vms.c vms/vmsish.h
82516 ____________________________________________________________________________
82517 [  6157] By: jhi                                   on 2000/05/29  03:10:36
82518         Log: Regen Configure to jive with #6149.
82519      Branch: cfgperl
82520            ! Configure
82521      Branch: metaconfig
82522            ! U/modified/Getfile.U
82523 ____________________________________________________________________________
82524 [  6156] By: jhi                                   on 2000/05/29  03:01:38
82525         Log: Integrate with Sarathy.
82526      Branch: cfgperl
82527           +> ext/DynaLoader/dl_mac.xs
82528           !> (integrate 38 files)
82529 ____________________________________________________________________________
82530 [  6155] By: gsar                                  on 2000/05/28  21:15:58
82531         Log: small bug in change#6144; remove random \xA0 character that snuck
82532              in via change#6145
82533      Branch: perl
82534            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
82535 ____________________________________________________________________________
82536 [  6154] By: gsar                                  on 2000/05/28  21:04:19
82537         Log: avoid type mismatch warning
82538      Branch: perl
82539            ! perl.c
82540 ____________________________________________________________________________
82541 [  6153] By: gsar                                  on 2000/05/28  20:58:31
82542         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
82543              <nick@Bagpuss.uk.boo.com>)
82544      Branch: perl
82545            ! lib/Test/Harness.pm
82546 ____________________________________________________________________________
82547 [  6152] By: gsar                                  on 2000/05/28  20:53:42
82548         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
82549      Branch: perl
82550            ! regexec.c
82551 ____________________________________________________________________________
82552 [  6151] By: gsar                                  on 2000/05/28  20:50:28
82553         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
82554      Branch: perl
82555            ! regexec.c
82556 ____________________________________________________________________________
82557 [  6150] By: gsar                                  on 2000/05/28  20:39:58
82558         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
82559      Branch: perl
82560            ! pod/perlrequick.pod
82561 ____________________________________________________________________________
82562 [  6149] By: gsar                                  on 2000/05/28  20:35:16
82563         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
82564              <troc@netrus.net>)
82565      Branch: perl
82566            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
82567            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
82568            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
82569            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
82570 ____________________________________________________________________________
82571 [  6148] By: gsar                                  on 2000/05/28  20:21:07
82572         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
82573      Branch: perl
82574            ! lib/ExtUtils/MM_Unix.pm
82575 ____________________________________________________________________________
82576 [  6147] By: gsar                                  on 2000/05/28  20:12:41
82577         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
82578              (from Peter Prymmer)
82579      Branch: perl
82580            ! vms/subconfigure.com
82581 ____________________________________________________________________________
82582 [  6146] By: gsar                                  on 2000/05/28  20:06:15
82583         Log: doc typo
82584      Branch: perl
82585            ! lib/warnings.pm warnings.h warnings.pl
82586 ____________________________________________________________________________
82587 [  6145] By: gsar                                  on 2000/05/28  18:44:33
82588         Log: make xsubpp skip embedded pod (from Matthias Neeracher
82589              <neeri@iis.ee.ethz.ch>)
82590      Branch: perl
82591            ! lib/ExtUtils/xsubpp
82592 ____________________________________________________________________________
82593 [  6144] By: gsar                                  on 2000/05/28  18:42:49
82594         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
82595              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
82596              <neeri@iis.ee.ethz.ch>)
82597      Branch: perl
82598            ! lib/AutoSplit.pm
82599 ____________________________________________________________________________
82600 [  6143] By: gsar                                  on 2000/05/28  18:41:12
82601         Log: MacOS support, part 1 (from Matthias Neeracher
82602              <neeri@iis.ee.ethz.ch>)
82603      Branch: perl
82604            + ext/DynaLoader/dl_mac.xs
82605            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
82606            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
82607            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
82608            ! util.h
82609 ____________________________________________________________________________
82610 [  6142] By: gsar                                  on 2000/05/28  18:21:51
82611         Log: File::Find fails to chdir when chasing symlinks (from
82612              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82613      Branch: perl
82614            ! lib/File/Find.pm t/lib/filefind.t
82615 ____________________________________________________________________________
82616 [  6141] By: jhi                                   on 2000/05/28  14:25:15
82617         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
82618              forwarded by Peter Seebach from the bsdi-users mailing list.
82619              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
82620      Branch: perl
82621            ! hints/bsdos.sh
82622 ____________________________________________________________________________
82623 [  6140] By: jhi                                   on 2000/05/28  14:11:57
82624         Log: Integrate with Sarathy.
82625      Branch: cfgperl
82626           +> (branch 30 files)
82627           !> (integrate 93 files)
82628 ____________________________________________________________________________
82629 [  6139] By: gsar                                  on 2000/05/28  10:01:48
82630         Log: revise mktables.PL for bugs and newness in Unicode 3.0
82631              (from James Bence <jbence@amgen.com>)
82632      Branch: perl
82633            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
82634            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
82635            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
82636            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
82637            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
82638            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
82639            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
82640            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
82641            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
82642            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
82643            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
82644            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
82645            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
82646            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
82647            + lib/unicode/Is/SylWU.pl
82648            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
82649            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
82650            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
82651            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
82652            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
82653            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
82654            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
82655            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
82656            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
82657            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
82658            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
82659            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
82660            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
82661            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
82662            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
82663            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
82664            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
82665            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
82666            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
82667            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
82668            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
82669            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
82670            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
82671            ! lib/unicode/Makefile lib/unicode/mktables.PL
82672 ____________________________________________________________________________
82673 [  6138] By: gsar                                  on 2000/05/28  08:50:32
82674         Log: add note about the handling of negative indices to tied arrays
82675              (from Michael G Schwern <schwern@pobox.com>)
82676      Branch: perl
82677            ! pod/perltie.pod
82678 ____________________________________________________________________________
82679 [  6137] By: gsar                                  on 2000/05/28  08:46:10
82680         Log: fix bogus redeclaration warning for "our" variables in different
82681              scopes
82682      Branch: perl
82683            ! op.c t/pragma/strict-vars
82684 ____________________________________________________________________________
82685 [  6136] By: gsar                                  on 2000/05/28  08:31:20
82686         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
82687      Branch: perl
82688            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
82689 ____________________________________________________________________________
82690 [  6135] By: gsar                                  on 2000/05/28  08:17:50
82691         Log: enable Test::Harness to dynamically determine column width etc.
82692              (from Rob Napier <rnapier@employees.org>)
82693      Branch: perl
82694            ! lib/Test/Harness.pm
82695 ____________________________________________________________________________
82696 [  6134] By: gsar                                  on 2000/05/28  08:13:39
82697         Log: make Test::Harness use wait.h/WCOREDUMP if available
82698              (from Ben Tilly <ben_tilly@hotmail.com>)
82699      Branch: perl
82700            ! lib/Test/Harness.pm
82701 ____________________________________________________________________________
82702 [  6133] By: gsar                                  on 2000/05/28  08:08:05
82703         Log: elide bogus test in change#6132
82704      Branch: perl
82705            ! t/pragma/warn/9enabled
82706 ____________________________________________________________________________
82707 [  6132] By: gsar                                  on 2000/05/28  08:03:14
82708         Log: warnings::enabled() doesn't fall back to looking at $^W if
82709              caller isn't using lexical warnings (from Paul Marquess)
82710      Branch: perl
82711            ! pp_ctl.c t/pragma/warn/9enabled
82712 ____________________________________________________________________________
82713 [  6131] By: gsar                                  on 2000/05/28  07:57:47
82714         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
82715      Branch: perl
82716            ! ext/POSIX/POSIX.pm
82717 ____________________________________________________________________________
82718 [  6130] By: gsar                                  on 2000/05/28  07:29:12
82719         Log: fix places that mean C<"word" character> but say C<alphanumeric
82720              character>
82721      Branch: perl
82722            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
82723 ____________________________________________________________________________
82724 [  6129] By: gsar                                  on 2000/05/28  07:18:41
82725         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
82726      Branch: perl
82727            ! vms/test.com
82728 ____________________________________________________________________________
82729 [  6128] By: gsar                                  on 2000/05/28  07:12:55
82730         Log: new perlxstut example for passing/returning refs to arrays
82731              (from David Lowe <dlowe@pootpoot.com>)
82732      Branch: perl
82733            ! pod/perlxstut.pod
82734 ____________________________________________________________________________
82735 [  6127] By: gsar                                  on 2000/05/28  07:02:50
82736         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
82737              failed (from Gisle Aas)
82738      Branch: perl
82739            ! cop.h perl.c
82740 ____________________________________________________________________________
82741 [  6126] By: gsar                                  on 2000/05/28  06:39:53
82742         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
82743              (reworked variant of patch suggested by Simon Cozens)
82744      Branch: perl
82745            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
82746            ! pp_hot.c proto.h t/op/gv.t
82747 ____________________________________________________________________________
82748 [  6125] By: gsar                                  on 2000/05/28  05:14:55
82749         Log: enable propagating exception objects via Perl_croak() in XS code
82750              (from Gisle Aas)
82751      Branch: perl
82752            ! util.c
82753 ____________________________________________________________________________
82754 [  6124] By: gsar                                  on 2000/05/28  05:07:28
82755         Log: integrate vmsperl contents into mainline
82756      Branch: perl
82757           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
82758           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
82759           !> vms/vmsish.h
82760 ____________________________________________________________________________
82761 [  6123] By: gsar                                  on 2000/05/28  05:03:53
82762         Log: clarify gotcha with #line directives (from Rocco Caputo
82763              <troc@netrus.net>)
82764      Branch: perl
82765            ! pod/perldebug.pod pod/perlsyn.pod
82766 ____________________________________________________________________________
82767 [  6122] By: gsar                                  on 2000/05/28  04:58:29
82768         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
82769              (from Mark-Jason Dominus)
82770      Branch: perl
82771            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
82772            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
82773            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
82774            ! toke.c
82775 ____________________________________________________________________________
82776 [  6121] By: bailey                                on 2000/05/25  04:46:54
82777         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
82778              lists (based on fixes by Craig Berry)
82779      Branch: vmsperl
82780            ! lib/File/Spec/VMS.pm
82781 ____________________________________________________________________________
82782 [  6120] By: bailey                                on 2000/05/25  04:25:38
82783         Log: Add missing escape (Charles Lane)
82784      Branch: vmsperl
82785            ! t/op/lex_assign.t
82786 ____________________________________________________________________________
82787 [  6119] By: bailey                                on 2000/05/25  04:21:25
82788         Log: Quiet error messages in vmsish.t (Charles Lane)
82789      Branch: vmsperl
82790            ! vms/ext/vmsish.t
82791 ____________________________________________________________________________
82792 [  6118] By: bailey                                on 2000/05/25  04:17:57
82793         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
82794              Flatten case labels in switch statements uniformly (Charles Bailey)
82795      Branch: vmsperl
82796            ! vms/vms.c
82797 ____________________________________________________________________________
82798 [  6117] By: bailey                                on 2000/05/25  03:58:09
82799         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
82800      Branch: vmsperl
82801            ! vms/vmsish.h
82802 ____________________________________________________________________________
82803 [  6116] By: bailey                                on 2000/05/25  03:11:15
82804         Log: Miscellaneous cosmetic fixes (Charles Lane)
82805      Branch: vmsperl
82806            ! lib/ExtUtils/MM_VMS.pm
82807 ____________________________________________________________________________
82808 [  6115] By: bailey                                on 2000/05/25  03:10:36
82809         Log: Add bounds checking for several strings (Charles Lane)
82810      Branch: vmsperl
82811            ! vms/vms.c
82812 ____________________________________________________________________________
82813 [  6114] By: bailey                                on 2000/05/25  02:25:34
82814         Log: Urk -- undo previous removal of vmsish 'exit' change
82815      Branch: vmsperl
82816            ! vms/ext/vmsish.pm vms/vmsish.h
82817 ____________________________________________________________________________
82818 [  6113] By: bailey                                on 2000/05/24  02:24:40
82819         Log: Ugly workaround for version-specific RTL error
82820      Branch: vmsperl
82821            ! vms/vms.c
82822 ____________________________________________________________________________
82823 [  6112] By: bailey                                on 2000/05/24  02:19:55
82824         Log: Check for existence of file before trying to delete
82825      Branch: vmsperl
82826            ! vms/test.com
82827 ____________________________________________________________________________
82828 [  6111] By: bailey                                on 2000/05/23  23:35:13
82829         Log: Resync with mainline prior to post-5.6.0 updates
82830      Branch: vmsperl
82831           +> (branch 49 files)
82832            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
82833            ! vms/ext/vmsish.pm
82834           !> (integrate 334 files)
82835 ____________________________________________________________________________
82836 [  6110] By: jhi                                   on 2000/05/23  19:28:32
82837         Log: todo tweak
82838      Branch: cfgperl
82839            ! Todo-5.6
82840 ____________________________________________________________________________
82841 [  6109] By: jhi                                   on 2000/05/18  17:38:54
82842         Log: Integrate with Sarathy.
82843      Branch: cfgperl
82844           !> mg.c perl.h win32/perlhost.h
82845 ____________________________________________________________________________
82846 [  6108] By: gsar                                  on 2000/05/17  02:24:56
82847         Log: reenable fake signal handling on Windows, bugs and all
82848      Branch: perl
82849            ! mg.c perl.h win32/perlhost.h
82850 ____________________________________________________________________________
82851 [  6107] By: jhi                                   on 2000/05/15  18:01:41
82852         Log: Tweak the todo list.
82853      Branch: cfgperl
82854            ! Todo-5.6
82855 ____________________________________________________________________________
82856 [  6106] By: jhi                                   on 2000/05/15  13:41:48
82857         Log: The (Configure) script refuses to go on, after asking for
82858              'You may also choose to try maximal 64-bitness....'.
82859              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
82860              -- Patrick Zima
82861              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
82862      Branch: cfgperl
82863            ! hints/solaris_2.sh
82864 ____________________________________________________________________________
82865 [  6105] By: jhi                                   on 2000/05/11  14:37:43
82866         Log: Integrate with Sarathy.
82867      Branch: cfgperl
82868           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82869           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
82870 ____________________________________________________________________________
82871 [  6104] By: gsar                                  on 2000/05/11  03:39:07
82872         Log: PL_sys_intern was being initialized too late on windows
82873      Branch: perl
82874            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82875            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
82876 ____________________________________________________________________________
82877 [  6103] By: jhi                                   on 2000/05/09  19:42:20
82878         Log: Test tweaking for Unicos continues.
82879      Branch: cfgperl
82880            ! t/op/64bitint.t
82881 ____________________________________________________________________________
82882 [  6102] By: jhi                                   on 2000/05/09  16:47:27
82883         Log: The test suite tweak in #6101 wasn't quite right.
82884      Branch: cfgperl
82885            ! t/lib/complex.t
82886 ____________________________________________________________________________
82887 [  6101] By: jhi                                   on 2000/05/09  15:35:34
82888         Log: Hints and test tweaks for Unicos.
82889      Branch: cfgperl
82890            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
82891 ____________________________________________________________________________
82892 [  6100] By: jhi                                   on 2000/05/08  21:15:06
82893         Log: More compilation tweakery from Allen Smith.
82894      Branch: cfgperl
82895            ! hints/irix_6.sh
82896 ____________________________________________________________________________
82897 [  6099] By: jhi                                   on 2000/05/08  19:21:18
82898         Log: Tweaks for the cc bugs from Allen Smith.
82899      Branch: cfgperl
82900            ! hints/irix_6.sh
82901 ____________________________________________________________________________
82902 [  6098] By: jhi                                   on 2000/05/08  19:13:37
82903         Log: Add a note about other, yet unsupported, shadow password APIs.
82904      Branch: cfgperl
82905            ! pp_sys.c
82906 ____________________________________________________________________________
82907 [  6097] By: jhi                                   on 2000/05/08  18:46:34
82908         Log: Add a note about possible compilation problems from Allen Smith.
82909      Branch: cfgperl
82910            ! hints/irix_6.sh
82911 ____________________________________________________________________________
82912 [  6096] By: jhi                                   on 2000/05/08  17:33:10
82913         Log: Integrate with Sarathy.
82914      Branch: cfgperl
82915           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82916           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
82917 ____________________________________________________________________________
82918 [  6095] By: jhi                                   on 2000/05/08  16:21:33
82919         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
82920              might be useful in future.
82921      Branch: cfgperl
82922            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82923            ! config_h.SH
82924      Branch: metaconfig
82925            ! U/installdirs/inc_version_list.U
82926      Branch: metaconfig/U/perl
82927            ! perlxv.U
82928 ____________________________________________________________________________
82929 [  6094] By: gsar                                  on 2000/05/08  14:22:22
82930         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
82931      Branch: perl
82932            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82933            ! hints/cygwin.sh pp_sys.c
82934 ____________________________________________________________________________
82935 [  6093] By: gsar                                  on 2000/05/08  12:52:28
82936         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
82937              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
82938      Branch: perl
82939            ! pp_sys.c sv.c win32/perlhost.h
82940 ____________________________________________________________________________
82941 [  6092] By: jhi                                   on 2000/05/07  22:40:34
82942         Log: Regen perltoc with the fixed buildtoc.
82943      Branch: cfgperl
82944            ! pod/perltoc.pod
82945 ____________________________________________________________________________
82946 [  6091] By: jhi                                   on 2000/05/07  22:24:16
82947         Log: Integrate with Sarathy.
82948      Branch: cfgperl
82949           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
82950           !> t/op/substr.t toke.c
82951 ____________________________________________________________________________
82952 [  6090] By: gsar                                  on 2000/05/07  19:47:07
82953         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
82954              [NI]OK; added tests for both
82955      Branch: perl
82956            ! perl.c pp_hot.c sv.c t/op/substr.t
82957 ____________________________________________________________________________
82958 [  6089] By: gsar                                  on 2000/05/07  18:18:38
82959         Log: buildtoc tweak to fix newline lossage
82960      Branch: perl
82961            ! pod/buildtoc
82962 ____________________________________________________________________________
82963 [  6088] By: jhi                                   on 2000/05/07  16:35:36
82964         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
82965              because we do not use those.  The HAS_GETSPNAM remains,
82966              though, because we still do use that.
82967      Branch: cfgperl
82968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82969            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
82970            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
82971            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
82972            ! win32/config.vc win32/config_H.bc win32/config_H.gc
82973            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
82974 ____________________________________________________________________________
82975 [  6087] By: gsar                                  on 2000/05/07  16:05:16
82976         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
82977      Branch: perl
82978            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
82979 ____________________________________________________________________________
82980 [  6086] By: jhi                                   on 2000/05/07  15:27:07
82981         Log: Integrate with Sarathy.
82982      Branch: cfgperl
82983           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82984           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82985           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
82986           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
82987           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
82988           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
82989 ____________________________________________________________________________
82990 [  6085] By: gsar                                  on 2000/05/07  05:52:02
82991         Log: repeat operator (x) doesn't preserve utf8-ness
82992      Branch: perl
82993            ! pp.c t/op/substr.t
82994 ____________________________________________________________________________
82995 [  6084] By: gsar                                  on 2000/05/07  05:39:55
82996         Log: substr() does not preserve utf8-ness (from Stefan Eissing
82997              <Eissing@medicaldataservice.de>); added tests
82998      Branch: perl
82999            ! pp.c t/op/substr.t
83000 ____________________________________________________________________________
83001 [  6083] By: gsar                                  on 2000/05/07  05:24:46
83002         Log: note about undocumented caller() return value (from M.J.T. Guy);
83003              yet another peek.t tweak
83004      Branch: perl
83005            ! pod/perlfunc.pod t/lib/peek.t
83006 ____________________________________________________________________________
83007 [  6082] By: gsar                                  on 2000/05/07  05:08:40
83008         Log: peek.t non-portable to ithreads
83009      Branch: perl
83010            ! t/lib/peek.t
83011 ____________________________________________________________________________
83012 [  6081] By: gsar                                  on 2000/05/07  04:17:04
83013         Log: better default perlbug categories for ok reports (from Richard Foley)
83014      Branch: perl
83015            ! utils/perlbug.PL
83016 ____________________________________________________________________________
83017 [  6080] By: gsar                                  on 2000/05/07  04:08:07
83018         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
83019              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
83020      Branch: perl
83021            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
83022            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
83023            ! AUTHORS MAINTAIN MANIFEST
83024 ____________________________________________________________________________
83025 [  6079] By: gsar                                  on 2000/05/07  04:01:38
83026         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
83027      Branch: perl
83028            ! lib/Carp/Heavy.pm
83029 ____________________________________________________________________________
83030 [  6078] By: gsar                                  on 2000/05/07  01:24:19
83031         Log: workaround for CRT bug in chdir() (from Charles Lane, via
83032              Peter Prymmer)
83033      Branch: perl
83034            ! iperlsys.h vms/vms.c vms/vmsish.h
83035 ____________________________________________________________________________
83036 [  6077] By: gsar                                  on 2000/05/07  01:22:23
83037         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
83038              and Tom Phoenix)
83039      Branch: perl
83040            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
83041 ____________________________________________________________________________
83042 [  6076] By: gsar                                  on 2000/05/06  17:36:29
83043         Log: integrate cfgperl contents into mainline
83044      Branch: perl
83045           +> t/lib/peek.t
83046           !> Configure MANIFEST Porting/Glossary Porting/config.sh
83047           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
83048           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
83049           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
83050 ____________________________________________________________________________
83051 [  6075] By: jhi                                   on 2000/05/05  18:56:10
83052         Log: Make the test more portable.
83053      Branch: cfgperl
83054            ! t/lib/peek.t
83055 ____________________________________________________________________________
83056 [  6074] By: jhi                                   on 2000/05/05  18:49:20
83057         Log: Introduce t/lib/peek.t.
83058      Branch: cfgperl
83059            + t/lib/peek.t
83060            ! MANIFEST
83061 ____________________________________________________________________________
83062 [  6073] By: jhi                                   on 2000/05/05  14:30:45
83063         Log: Complex tweaks.
83064      Branch: cfgperl
83065            ! lib/Math/Complex.pm t/lib/complex.t
83066 ____________________________________________________________________________
83067 [  6072] By: jhi                                   on 2000/05/05  12:27:13
83068         Log: Integrate with Sarathy.
83069      Branch: cfgperl
83070           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
83071           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
83072           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
83073           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
83074 ____________________________________________________________________________
83075 [  6071] By: gsar                                  on 2000/05/05  02:24:46
83076         Log: misformatted perllocal.pod (from Tim Jenness
83077              <t.jenness@jach.hawaii.edu>)
83078      Branch: perl
83079            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
83080 ____________________________________________________________________________
83081 [  6070] By: gsar                                  on 2000/05/05  02:16:52
83082         Log: remove misleading comment (from M.J.T. Guy)
83083      Branch: perl
83084            ! t/lib/anydbm.t
83085 ____________________________________________________________________________
83086 [  6069] By: gsar                                  on 2000/05/05  02:15:13
83087         Log: File::Spec compatibility update (from Barrie Slaymaker
83088              <barries@slaysys.com>)
83089      Branch: perl
83090            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
83091            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
83092 ____________________________________________________________________________
83093 [  6068] By: gsar                                  on 2000/05/05  02:01:50
83094         Log: note about values()
83095      Branch: perl
83096            ! pod/perlfunc.pod
83097 ____________________________________________________________________________
83098 [  6067] By: gsar                                  on 2000/05/05  01:33:09
83099         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
83100      Branch: perl
83101            ! win32/win32.c
83102 ____________________________________________________________________________
83103 [  6066] By: gsar                                  on 2000/05/05  01:23:43
83104         Log: s/END/CHECK/
83105      Branch: perl
83106            ! perl.c
83107 ____________________________________________________________________________
83108 [  6065] By: jhi                                   on 2000/05/04  17:30:22
83109         Log: Integrate with Sarathy.
83110      Branch: cfgperl
83111           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
83112 ____________________________________________________________________________
83113 [  6064] By: gsar                                  on 2000/05/04  17:26:14
83114         Log: change#5905 wasn't quite right--it's intent only applies when arguments
83115              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
83116      Branch: perl
83117            ! pp_sys.c sv.c
83118 ____________________________________________________________________________
83119 [  6063] By: gsar                                  on 2000/05/04  16:52:29
83120         Log: tokeq() could read unallocated field in argument
83121      Branch: perl
83122            ! toke.c
83123 ____________________________________________________________________________
83124 [  6062] By: gsar                                  on 2000/05/04  16:34:51
83125         Log: additional tests for utf8.t
83126      Branch: perl
83127            ! t/pragma/utf8.t
83128 ____________________________________________________________________________
83129 [  6061] By: gsar                                  on 2000/05/04  16:09:28
83130         Log: change#5921 neglected to make eq honor "use bytes"
83131      Branch: perl
83132            ! sv.c
83133 ____________________________________________________________________________
83134 [  6060] By: jhi                                   on 2000/05/04  15:30:16
83135         Log: Integrate with Sarathy.
83136      Branch: cfgperl
83137           !> perl.c regcomp.c t/pragma/utf8.t
83138 ____________________________________________________________________________
83139 [  6059] By: jhi                                   on 2000/05/04  15:26:37
83140         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
83141              in natively 64-bit platforms where a long is a quad (no need
83142              for long longs).  Also added bias for IVs.
83143      Branch: cfgperl
83144            ! toke.c
83145 ____________________________________________________________________________
83146 [  6058] By: gsar                                  on 2000/05/04  00:19:14
83147         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
83148              (spotted by Donald Kinzer <dkinzer@premia.com>)
83149      Branch: perl
83150            ! perl.c
83151 ____________________________________________________________________________
83152 [  6057] By: gsar                                  on 2000/05/03  18:34:01
83153         Log: fix broken parsing of /\x{ab}/
83154      Branch: perl
83155            ! regcomp.c t/pragma/utf8.t
83156 ____________________________________________________________________________
83157 [  6056] By: jhi                                   on 2000/05/03  17:57:16
83158         Log: The search of infinity continues, this time simplified.
83159      Branch: cfgperl
83160            ! lib/Math/Complex.pm
83161 ____________________________________________________________________________
83162 [  6055] By: jhi                                   on 2000/05/03  17:45:30
83163         Log: Detypo.
83164      Branch: cfgperl
83165            ! hints/unicos.sh
83166 ____________________________________________________________________________
83167 [  6054] By: jhi                                   on 2000/05/02  22:28:27
83168         Log: Be more forgiving in POSIX about HUGE_VALL.
83169      Branch: cfgperl
83170            ! ext/POSIX/POSIX.xs
83171 ____________________________________________________________________________
83172 [  6053] By: jhi                                   on 2000/05/02  22:25:05
83173         Log: Integrate with Sarathy.
83174      Branch: cfgperl
83175           !> hints/irix_6.sh pod/perlop.pod
83176 ____________________________________________________________________________
83177 [  6052] By: jhi                                   on 2000/05/02  22:24:31
83178         Log: Unicos hint tweak.
83179      Branch: cfgperl
83180            ! hints/unicos.sh
83181 ____________________________________________________________________________
83182 [  6051] By: jhi                                   on 2000/05/02  22:21:26
83183         Log: Complex tweakery.
83184      Branch: cfgperl
83185            ! lib/Math/Complex.pm t/lib/complex.t
83186 ____________________________________________________________________________
83187 [  6050] By: jhi                                   on 2000/05/02  19:26:22
83188         Log: Use setxxent()/endxxent().
83189      Branch: cfgperl
83190            ! t/op/grent.t t/op/pwent.t
83191 ____________________________________________________________________________
83192 [  6049] By: jhi                                   on 2000/05/02  19:06:02
83193         Log: Test both the scalar and list contexts.
83194      Branch: cfgperl
83195            ! t/op/grent.t t/op/pwent.t
83196 ____________________________________________________________________________
83197 [  6048] By: gsar                                  on 2000/05/02  18:29:10
83198         Log: add note about how $( doesn't interpolate in REs (from
83199              Philip Newton <newton@ficus.frogspace.net>)
83200      Branch: perl
83201            ! pod/perlop.pod
83202 ____________________________________________________________________________
83203 [  6047] By: jhi                                   on 2000/05/02  17:41:24
83204         Log: Call getspnam() only iff needed.
83205      Branch: cfgperl
83206            ! pp_sys.c
83207 ____________________________________________________________________________
83208 [  6046] By: gsar                                  on 2000/05/02  17:07:25
83209         Log: libscheck has insufficient checks for n32 libs (from
83210              Albert Chin-A-Young <china@thewrittenword.com>)
83211      Branch: perl
83212            ! hints/irix_6.sh
83213 ____________________________________________________________________________
83214 [  6045] By: jhi                                   on 2000/05/02  13:57:17
83215         Log: Integrate with Sarathy.
83216      Branch: cfgperl
83217           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
83218           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
83219 ____________________________________________________________________________
83220 [  6044] By: gsar                                  on 2000/05/02  06:48:19
83221         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
83222              such that underscores are only ignored in literal numbers,
83223              "\x{...}", and hex/oct argument
83224      Branch: perl
83225            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
83226 ____________________________________________________________________________
83227 [  6043] By: gsar                                  on 2000/05/02  02:22:29
83228         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
83229      Branch: perl
83230            ! pod/perlretut.pod
83231 ____________________________________________________________________________
83232 [  6042] By: gsar                                  on 2000/05/02  02:17:51
83233         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
83234      Branch: perl
83235            ! pod/perltrap.pod
83236 ____________________________________________________________________________
83237 [  6041] By: gsar                                  on 2000/05/02  01:53:51
83238         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
83239              to compensate
83240      Branch: perl
83241            ! Porting/makerel
83242 ____________________________________________________________________________
83243 [  6040] By: gsar                                  on 2000/05/02  01:51:57
83244         Log: missing files in MANIFEST
83245      Branch: perl
83246            ! MANIFEST
83247 ____________________________________________________________________________
83248 [  6039] By: jhi                                   on 2000/05/02  00:36:46
83249         Log: Infinite problems.
83250      Branch: cfgperl
83251            ! lib/Math/Complex.pm
83252 ____________________________________________________________________________
83253 [  6038] By: jhi                                   on 2000/05/02  00:06:38
83254         Log: pwent/spent #ifdef imbalance.
83255      Branch: cfgperl
83256            ! pp_sys.c
83257 ____________________________________________________________________________
83258 [  6037] By: jhi                                   on 2000/05/01  22:50:11
83259         Log: Use HUGE_VALL if applicable.
83260      Branch: cfgperl
83261            ! ext/POSIX/POSIX.xs util.c
83262 ____________________________________________________________________________
83263 [  6036] By: jhi                                   on 2000/05/01  22:20:53
83264         Log: Correct Freudian slip.
83265      Branch: cfgperl
83266            ! pp_sys.c
83267 ____________________________________________________________________________
83268 [  6035] By: jhi                                   on 2000/05/01  21:07:38
83269         Log: Continue on the pwent/spent case.
83270      Branch: cfgperl
83271            ! pp_sys.c
83272 ____________________________________________________________________________
83273 [  6034] By: jhi                                   on 2000/05/01  17:45:14
83274         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
83275              adjustments in 6032 conflicted badly with this, will have
83276              to revisit them later.
83277      Branch: cfgperl
83278           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
83279           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83280           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
83281           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
83282           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
83283           !> t/lib/cgi-html.t t/lib/cgi-request.t
83284 ____________________________________________________________________________
83285 [  6033] By: jhi                                   on 2000/05/01  17:40:49
83286         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
83287      Branch: cfgperl
83288            ! pp_sys.c
83289 ____________________________________________________________________________
83290 [  6032] By: gsar                                  on 2000/05/01  15:56:32
83291         Log: whitespace adjustments
83292      Branch: perl
83293            ! pp_sys.c
83294 ____________________________________________________________________________
83295 [  6031] By: gsar                                  on 2000/05/01  15:19:41
83296         Log: small nits in diagnostics.pm (from Robin Barker)
83297      Branch: perl
83298            ! lib/diagnostics.pm pod/perldiag.pod
83299 ____________________________________________________________________________
83300 [  6030] By: gsar                                  on 2000/05/01  08:39:18
83301         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
83302              for @- and @+ (from Johan Vromans)
83303      Branch: perl
83304            ! lib/English.pm pod/perlvar.pod
83305 ____________________________________________________________________________
83306 [  6029] By: gsar                                  on 2000/05/01  08:16:10
83307         Log: add CGI.pm v2.66 (from Lincoln Stein)
83308      Branch: perl
83309            + lib/CGI/Util.pm t/lib/cgi-pretty.t
83310            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83311            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
83312            ! t/lib/cgi-html.t t/lib/cgi-request.t
83313 ____________________________________________________________________________
83314 [  6028] By: gsar                                  on 2000/05/01  06:34:41
83315         Log: Pod::Man generates groff-incompatible macro definition (from
83316              Tom Christiansen)
83317      Branch: perl
83318            ! lib/Pod/Man.pm
83319 ____________________________________________________________________________
83320 [  6027] By: gsar                                  on 2000/05/01  06:31:36
83321         Log: podlators-1.02 update (from Russ Allbery)
83322      Branch: perl
83323            ! lib/Pod/Man.pm lib/Pod/Text.pm
83324 ____________________________________________________________________________
83325 [  6026] By: jhi                                   on 2000/04/30  23:24:23
83326         Log: Integrate with Sarathy.
83327      Branch: cfgperl
83328           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83329           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
83330           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83331           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83332           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
83333           !> t/lib/syslog.t toke.c win32/win32.h
83334 ____________________________________________________________________________
83335 [  6025] By: gsar                                  on 2000/04/30  18:17:47
83336         Log: Is{Alnum,Alpha,Word} don't match titlecase
83337              
83338              TODO: IsSpace is defined recursively!
83339              
83340              (both spotted by Larry)
83341      Branch: perl
83342            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83343            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83344 ____________________________________________________________________________
83345 [  6024] By: gsar                                  on 2000/04/30  17:50:19
83346         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
83347              (from Hugo van der Sanden)
83348      Branch: perl
83349            ! toke.c
83350 ____________________________________________________________________________
83351 [  6023] By: gsar                                  on 2000/04/30  17:14:43
83352         Log: debugger stomps on $. (from M.J.T. Guy)
83353      Branch: perl
83354            ! lib/perl5db.pl
83355 ____________________________________________________________________________
83356 [  6022] By: gsar                                  on 2000/04/30  16:59:22
83357         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
83358      Branch: perl
83359            ! sv.c
83360 ____________________________________________________________________________
83361 [  6021] By: gsar                                  on 2000/04/29  21:00:08
83362         Log: remove Win2K issue in pod (fixed by change#6020)
83363      Branch: perl
83364            ! README.win32 pod/perl56delta.pod
83365 ____________________________________________________________________________
83366 [  6020] By: gsar                                  on 2000/04/29  20:51:49
83367         Log: test tweak
83368      Branch: perl
83369            ! t/lib/open3.t
83370 ____________________________________________________________________________
83371 [  6019] By: gsar                                  on 2000/04/29  20:34:27
83372         Log: windows portability tweaks
83373      Branch: perl
83374            ! t/lib/b.t win32/win32.h
83375 ____________________________________________________________________________
83376 [  6018] By: gsar                                  on 2000/04/29  19:55:24
83377         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
83378              make _PATH_LOG() return "" if unavailable
83379      Branch: perl
83380            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83381            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
83382 ____________________________________________________________________________
83383 [  6017] By: jhi                                   on 2000/04/28  22:49:46
83384         Log: Integrate with Sarathy.
83385      Branch: cfgperl
83386           !> op.c perl.c pod/perldiag.pod t/lib/b.t
83387 ____________________________________________________________________________
83388 [  6016] By: jhi                                   on 2000/04/28  22:46:14
83389         Log: Do not warn that an infinity does not look like a number.
83390      Branch: cfgperl
83391            ! sv.c
83392 ____________________________________________________________________________
83393 [  6015] By: gsar                                  on 2000/04/28  22:35:49
83394         Log: tweak test for portability
83395      Branch: perl
83396            ! t/lib/b.t
83397 ____________________________________________________________________________
83398 [  6014] By: gsar                                  on 2000/04/28  22:05:31
83399         Log: glob() loading File::Glob behind the scenes may cause syntax errors
83400      Branch: perl
83401            ! op.c
83402 ____________________________________________________________________________
83403 [  6013] By: gsar                                  on 2000/04/28  21:25:22
83404         Log: tweak change#5945 to display correct switch name in diagnostic
83405      Branch: perl
83406            ! perl.c pod/perldiag.pod
83407 ____________________________________________________________________________
83408 [  6012] By: jhi                                   on 2000/04/28  21:08:12
83409         Log: Integrate with Sarathy.
83410      Branch: cfgperl
83411           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
83412           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
83413           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
83414 ____________________________________________________________________________
83415 [  6011] By: jhi                                   on 2000/04/28  21:04:46
83416         Log: &HUGE_VAL is not defined, it exists.
83417      Branch: cfgperl
83418            ! lib/Math/Complex.pm
83419 ____________________________________________________________________________
83420 [  6010] By: gsar                                  on 2000/04/28  21:02:58
83421         Log: clarify note about shadow password support (from
83422              gellyfish@gellyfish.com)
83423      Branch: perl
83424            ! pod/perlfunc.pod
83425 ____________________________________________________________________________
83426 [  6009] By: gsar                                  on 2000/04/28  21:00:00
83427         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
83428      Branch: perl
83429            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
83430 ____________________________________________________________________________
83431 [  6008] By: gsar                                  on 2000/04/28  20:56:33
83432         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
83433      Branch: perl
83434            ! installperl vms/subconfigure.com
83435 ____________________________________________________________________________
83436 [  6007] By: gsar                                  on 2000/04/28  20:51:21
83437         Log: note about compile failures and END blocks (from M.J.T. Guy)
83438      Branch: perl
83439            ! pod/perl56delta.pod pod/perlmod.pod
83440 ____________________________________________________________________________
83441 [  6006] By: jhi                                   on 2000/04/28  20:42:14
83442         Log: Regen Configure.
83443      Branch: cfgperl
83444            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83445            ! config_h.SH
83446 ____________________________________________________________________________
83447 [  6005] By: gsar                                  on 2000/04/28  20:41:16
83448         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
83449      Branch: perl
83450            ! utils/perldoc.PL
83451 ____________________________________________________________________________
83452 [  6004] By: jhi                                   on 2000/04/28  20:28:21
83453         Log: Integrate with Sarathy.
83454      Branch: cfgperl
83455           !> Configure INSTALL Porting/Glossary Porting/config.sh
83456           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
83457           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
83458           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
83459           !> win32/config.vc win32/win32.c
83460 ____________________________________________________________________________
83461 [  6003] By: gsar                                  on 2000/04/28  20:11:20
83462         Log: allow REG_EXPAND_SZ keys in Windows registry (from
83463              John Clayton <John.Clayton@barclayscapital.com>)
83464      Branch: perl
83465            ! win32/win32.c
83466 ____________________________________________________________________________
83467 [  6002] By: gsar                                  on 2000/04/28  19:34:16
83468         Log: destructive sv_setsv() can lose UV-ness from source, causing
83469              numeric promotions/comparisons to fail to do the right thing
83470      Branch: perl
83471            ! sv.c
83472 ____________________________________________________________________________
83473 [  6001] By: gsar                                  on 2000/04/28  18:44:15
83474         Log: support additional library locations via $Config{otherlibdirs}
83475              (from Andy Dougherty)
83476      Branch: perl
83477            ! Configure INSTALL Porting/Glossary Porting/config.sh
83478            ! Porting/config_H config_h.SH epoc/config.sh perl.c
83479            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
83480            ! win32/config.bc win32/config.gc win32/config.vc
83481 ____________________________________________________________________________
83482 [  6000] By: gsar                                  on 2000/04/28  18:26:58
83483         Log: reworked otherlibdirs.U (from Andy Dougherty)
83484      Branch: metaconfig
83485            ! U/installdirs/otherlibdirs.U
83486 ____________________________________________________________________________
83487 [  5999] By: gsar                                  on 2000/04/28  18:17:07
83488         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
83489      Branch: perl
83490            ! t/pragma/warn/toke toke.c
83491 ____________________________________________________________________________
83492 [  5998] By: jhi                                   on 2000/04/28  13:32:17
83493         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
83494      Branch: cfgperl
83495            ! lib/Math/Complex.pm
83496 ____________________________________________________________________________
83497 [  5997] By: jhi                                   on 2000/04/28  13:14:04
83498         Log: Preserve $!.
83499      Branch: cfgperl
83500            ! lib/Math/Complex.pm
83501 ____________________________________________________________________________
83502 [  5996] By: jhi                                   on 2000/04/28  12:59:23
83503         Log: Integrate with Sarathy.
83504      Branch: cfgperl
83505           +> pod/perlrequick.pod pod/perlretut.pod
83506           !> (integrate 51 files)
83507 ____________________________________________________________________________
83508 [  5995] By: gsar                                  on 2000/04/28  09:37:36
83509         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
83510      Branch: perl
83511            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
83512 ____________________________________________________________________________
83513 [  5994] By: gsar                                  on 2000/04/28  09:33:26
83514         Log: fix for missed accounting for null byte in pack("Z",...) (from
83515              M.J.T. Guy)
83516      Branch: perl
83517            ! pp.c t/op/pack.t
83518 ____________________________________________________________________________
83519 [  5993] By: gsar                                  on 2000/04/28  09:30:05
83520         Log: various minor tweaks seen on p5p
83521      Branch: perl
83522            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
83523 ____________________________________________________________________________
83524 [  5992] By: gsar                                  on 2000/04/28  09:08:19
83525         Log: pod nit (from Simon Cozens)
83526      Branch: perl
83527            ! pod/perlop.pod
83528 ____________________________________________________________________________
83529 [  5991] By: gsar                                  on 2000/04/28  09:06:36
83530         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
83531      Branch: perl
83532            ! README.posix-bc hints/posix-bc.sh
83533 ____________________________________________________________________________
83534 [  5990] By: gsar                                  on 2000/04/28  08:54:52
83535         Log: use $ENV{LIB} to search for libs under Visual C compiler
83536              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
83537      Branch: perl
83538            ! lib/ExtUtils/Liblist.pm
83539 ____________________________________________________________________________
83540 [  5989] By: gsar                                  on 2000/04/28  08:27:12
83541         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
83542              itself and no other (from Tom Hughes)
83543      Branch: perl
83544            ! t/op/array.t toke.c
83545 ____________________________________________________________________________
83546 [  5988] By: gsar                                  on 2000/04/28  08:01:38
83547         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
83548              <paul@miraclefish.com>)
83549      Branch: perl
83550            ! lib/ExtUtils/MakeMaker.pm
83551 ____________________________________________________________________________
83552 [  5987] By: gsar                                  on 2000/04/28  07:53:09
83553         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
83554      Branch: perl
83555            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
83556 ____________________________________________________________________________
83557 [  5986] By: gsar                                  on 2000/04/28  07:44:17
83558         Log: add regular expressions tutorial and quick-start guide (from
83559              Mark Kvale <kvale@phy.ucsf.edu>)
83560      Branch: perl
83561            + pod/perlrequick.pod pod/perlretut.pod
83562            ! AUTHORS MAINTAIN MANIFEST
83563 ____________________________________________________________________________
83564 [  5985] By: gsar                                  on 2000/04/28  07:30:28
83565         Log: forked child may not exit correctly if it failed to open
83566              /dev/console (from Graham Barr)
83567      Branch: perl
83568            ! ext/Sys/Syslog/Syslog.pm
83569 ____________________________________________________________________________
83570 [  5984] By: gsar                                  on 2000/04/28  07:27:20
83571         Log: attributes::reftype() doesn't work on tied argument
83572      Branch: perl
83573            ! xsutils.c
83574 ____________________________________________________________________________
83575 [  5983] By: gsar                                  on 2000/04/28  07:15:04
83576         Log: numeric conversion of non-number in change#3378 tramples on
83577              OOK offset, causing segfaults
83578      Branch: perl
83579            ! sv.c
83580 ____________________________________________________________________________
83581 [  5982] By: gsar                                  on 2000/04/28  04:48:25
83582         Log: avoid error in IO::Socket::INET when given an unknown service name
83583              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
83584      Branch: perl
83585            ! ext/IO/lib/IO/Socket/INET.pm
83586 ____________________________________________________________________________
83587 [  5981] By: gsar                                  on 2000/04/28  04:31:31
83588         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
83589              prototype mismatch with CORE::glob(); update pod and tests to
83590              suit (File::Glob::glob() is still available for backward
83591              compatibility, but should be considered deprecated)
83592      Branch: perl
83593            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
83594            ! t/lib/glob-taint.t
83595 ____________________________________________________________________________
83596 [  5980] By: gsar                                  on 2000/04/28  03:47:29
83597         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
83598              <ghudson@mit.edu>)
83599      Branch: metaconfig
83600            ! U/modified/Options.U
83601      Branch: perl
83602            ! Configure
83603 ____________________________________________________________________________
83604 [  5979] By: gsar                                  on 2000/04/28  03:07:54
83605         Log: under useithreads, constant pad entries could inadvertently be
83606              shared across threads (from Eric Blood <eblood@xmission.com>);
83607              added Eric's test case to testsuite
83608      Branch: perl
83609            ! op.c t/op/misc.t
83610 ____________________________________________________________________________
83611 [  5978] By: gsar                                  on 2000/04/27  21:13:00
83612         Log: sync version numbers in File::Spec with the ones on CPAN
83613              (from Barrie Slaymaker)
83614      Branch: perl
83615            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
83616            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
83617            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
83618 ____________________________________________________________________________
83619 [  5977] By: gsar                                  on 2000/04/27  21:07:29
83620         Log: autoquote barewords followed by newline and arrow properly
83621              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
83622      Branch: perl
83623            ! t/pragma/warn/toke toke.c
83624 ____________________________________________________________________________
83625 [  5976] By: gsar                                  on 2000/04/27  20:41:20
83626         Log: DB_File v1.73 update (from Paul Marquess)
83627      Branch: perl
83628            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
83629            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
83630 ____________________________________________________________________________
83631 [  5975] By: gsar                                  on 2000/04/27  20:34:24
83632         Log: allow sort() reentrancy (variant of patch suggested by
83633              Hugo van der Sanden)
83634      Branch: perl
83635            ! pp_ctl.c t/op/sort.t
83636 ____________________________________________________________________________
83637 [  5974] By: gsar                                  on 2000/04/27  19:46:57
83638         Log: change#4197 somehow missed initializing PL_errors, meaning
83639              sytax error queueing wasn't working outside eval"" at all;
83640              also fixed eval"" to localize PL_error_count, so that compile-time
83641              eval's don't clobber the error state of the outer context
83642      Branch: perl
83643            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
83644            ! t/pragma/warn/toke
83645 ____________________________________________________________________________
83646 [  5973] By: gsar                                  on 2000/04/27  18:29:05
83647         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
83648      Branch: perl
83649            ! regcomp.c regexec.c t/op/re_tests
83650 ____________________________________________________________________________
83651 [  5972] By: jhi                                   on 2000/04/27  18:22:41
83652         Log: Integrate with Sarathy.
83653      Branch: cfgperl
83654           +> t/lib/b.t t/lib/syslog.t
83655           !> (integrate 31 files)
83656 ____________________________________________________________________________
83657 [  5971] By: jhi                                   on 2000/04/27  18:18:46
83658         Log: Unicos tweaks from Mark P. Lutz.
83659      Branch: cfgperl
83660            ! hints/unicos.sh lib/Math/Complex.pm
83661 ____________________________________________________________________________
83662 [  5970] By: gsar                                  on 2000/04/27  18:05:11
83663         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
83664              IV is >32bits
83665      Branch: perl
83666            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
83667 ____________________________________________________________________________
83668 [  5969] By: gsar                                  on 2000/04/27  17:50:56
83669         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
83670      Branch: perl
83671            + t/lib/syslog.t
83672            ! MANIFEST ext/Sys/Syslog/Syslog.pm
83673 ____________________________________________________________________________
83674 [  5968] By: gsar                                  on 2000/04/27  17:44:49
83675         Log: tolerate spaces in group names in test on solaris (from David Boyce
83676              <dsb@boyski.com>)
83677      Branch: perl
83678            ! t/op/groups.t
83679 ____________________________________________________________________________
83680 [  5967] By: gsar                                  on 2000/04/27  17:41:22
83681         Log: improved docs on the warn_uninit diagnostic (from David Glasser
83682              and Simon Cozens)
83683      Branch: perl
83684            ! pod/perldiag.pod
83685 ____________________________________________________________________________
83686 [  5966] By: gsar                                  on 2000/04/27  16:54:58
83687         Log: add testsuite for B backends, fix bug in B::Deparse (from
83688              Simon Cozens <simon@brecon.co.uk>)
83689      Branch: perl
83690            + t/lib/b.t
83691            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
83692 ____________________________________________________________________________
83693 [  5965] By: gsar                                  on 2000/04/27  16:10:37
83694         Log: avoid "will not stay shared" warnings for our variables (from
83695              Robin Barker)
83696      Branch: perl
83697            ! op.c t/pragma/warn/op
83698 ____________________________________________________________________________
83699 [  5964] By: gsar                                  on 2000/04/27  07:05:05
83700         Log: reformat to 72 columns (again)
83701      Branch: perl
83702            ! pod/perldiag.pod
83703 ____________________________________________________________________________
83704 [  5963] By: gsar                                  on 2000/04/27  06:28:31
83705         Log: patch from Larry to make (\&) prototype work; added tests for
83706              the same
83707      Branch: perl
83708            ! op.c t/comp/proto.t
83709 ____________________________________________________________________________
83710 [  5962] By: gsar                                  on 2000/04/27  06:15:47
83711         Log: updated README.hpux (from Jeff Okamoto)
83712      Branch: perl
83713            ! README.hpux
83714 ____________________________________________________________________________
83715 [  5961] By: gsar                                  on 2000/04/27  05:55:03
83716         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
83717      Branch: perl
83718            ! emacs/cperl-mode.el
83719 ____________________________________________________________________________
83720 [  5960] By: gsar                                  on 2000/04/27  05:49:26
83721         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
83722      Branch: perl
83723            ! INSTALL
83724 ____________________________________________________________________________
83725 [  5959] By: gsar                                  on 2000/04/27  05:33:41
83726         Log: doubled words in pods (from Simon Cozens
83727              <simon.p.cozens@jp.pwcglobal.com>)
83728      Branch: perl
83729            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
83730            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
83731            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
83732            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
83733            ! pod/perltootc.pod
83734 ____________________________________________________________________________
83735 [  5958] By: gsar                                  on 2000/04/27  05:11:39
83736         Log: change#3569 deleted some essential code, revert; avoid use of
83737              atexit() to make DynaLoader work properly on AIX under mod_perl
83738              (from Jens-Uwe Mager <jum@helios.de>)
83739      Branch: perl
83740            ! ext/DynaLoader/dl_aix.xs
83741 ____________________________________________________________________________
83742 [  5957] By: gsar                                  on 2000/04/27  04:54:51
83743         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
83744      Branch: perl
83745            ! pod/perlmod.pod
83746 ____________________________________________________________________________
83747 [  5956] By: gsar                                  on 2000/04/27  04:51:47
83748         Log: better diagnostics on failed tests (from Ilya Zakharevich)
83749      Branch: perl
83750            ! t/op/lex_assign.t
83751 ____________________________________________________________________________
83752 [  5955] By: gsar                                  on 2000/04/27  04:26:44
83753         Log: longstanding bug exposed by change#3307: sort arguments weren't
83754              compiled with the right wantarray context (ensuing runtime lookup
83755              via block_gimme() was getting the incidental context of the
83756              sort() itself)
83757      Branch: perl
83758            ! op.c t/op/sort.t
83759 ____________________________________________________________________________
83760 [  5954] By: gsar                                  on 2000/04/26  23:42:12
83761         Log: integrate cfgperl contents into mainline
83762      Branch: perl
83763           !> (integrate 30 files)
83764 ____________________________________________________________________________
83765 [  5953] By: jhi                                   on 2000/04/26  23:06:42
83766         Log: Integrate with Sarathy.
83767      Branch: cfgperl
83768           !> README.win32 ext/B/B/Deparse.pm
83769           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83770           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
83771           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
83772           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
83773           !> utils/perldoc.PL vms/perlvms.pod
83774 ____________________________________________________________________________
83775 [  5952] By: jhi                                   on 2000/04/26  23:03:46
83776         Log: Undo "use integer" addition from 64bitint as it seems
83777              to break most of the subtests in Digital UNIX;
83778              Unicos needs to find another way.
83779      Branch: cfgperl
83780            ! t/op/64bitint.t
83781 ____________________________________________________________________________
83782 [  5951] By: jhi                                   on 2000/04/26  22:57:53
83783         Log: Be more robust on "extreme" (large absolute value)
83784              arguments.  Originally reported by Daniel Connelly
83785              as a problem with asinh() on large negative arguments,
83786              asinh() used to bail out because an argument to log()
83787              ended up being zero.  Ilya Zakharevich proposed using
83788              Taylor's series in such cases, which for such large
83789              arguments is a very good approximation.
83790      Branch: cfgperl
83791            ! lib/Math/Complex.pm t/lib/complex.t
83792 ____________________________________________________________________________
83793 [  5950] By: gsar                                  on 2000/04/25  19:13:12
83794         Log: reformat perldiag to avoid long lines
83795      Branch: perl
83796            ! pod/perldiag.pod
83797 ____________________________________________________________________________
83798 [  5949] By: gsar                                  on 2000/04/25  18:41:11
83799         Log: make perldoc use the pod2man from the same version (from
83800              M.J.T. Guy)
83801      Branch: perl
83802            ! utils/perldoc.PL
83803 ____________________________________________________________________________
83804 [  5948] By: gsar                                  on 2000/04/25  18:21:57
83805         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
83806              <kompas@kompas.usr.onet.pl>)
83807      Branch: perl
83808            ! lib/vars.pm
83809 ____________________________________________________________________________
83810 [  5947] By: gsar                                  on 2000/04/25  18:11:53
83811         Log: use &dl_error rather than &dl_load_file as the guard for calling
83812              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
83813              statically built perl)
83814      Branch: perl
83815            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83816 ____________________________________________________________________________
83817 [  5946] By: jhi                                   on 2000/04/25  17:37:54
83818         Log: Document that tr() is not tr(1).
83819      Branch: cfgperl
83820            ! pod/perlop.pod
83821 ____________________________________________________________________________
83822 [  5945] By: gsar                                  on 2000/04/25  16:34:33
83823         Log: make module name mandatory after -M switch; reorder perldiag
83824              alphabetically (from Mark-Jason Dominus)
83825      Branch: perl
83826            ! perl.c pod/perldiag.pod
83827 ____________________________________________________________________________
83828 [  5944] By: jhi                                   on 2000/04/25  01:15:18
83829         Log: On second thoughts frexp() does have two arguments.
83830      Branch: cfgperl
83831            ! perl.h
83832 ____________________________________________________________________________
83833 [  5943] By: jhi                                   on 2000/04/24  22:56:32
83834         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
83835              Now pp_ncmp() returns undef is either operand is a NaN.
83836      Branch: cfgperl
83837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83838            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
83839            ! vms/subconfigure.com vos/config.def vos/config.h
83840            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
83841            ! win32/config.vc win32/config_H.bc win32/config_H.gc
83842            ! win32/config_H.vc
83843      Branch: metaconfig/U/perl
83844            + d_modfl.U
83845 ____________________________________________________________________________
83846 [  5942] By: jhi                                   on 2000/04/24  19:45:17
83847         Log: Regen Configure to match #5937.
83848      Branch: cfgperl
83849            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83850            ! config_h.SH
83851      Branch: metaconfig
83852            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
83853 ____________________________________________________________________________
83854 [  5941] By: jhi                                   on 2000/04/24  19:24:11
83855         Log: Further Unicos fixes for Mark Lutz.
83856      Branch: cfgperl
83857            ! hints/unicos.sh pp_ctl.c
83858 ____________________________________________________________________________
83859 [  5940] By: jhi                                   on 2000/04/24  19:09:06
83860         Log: Various Unicos 10.0.0.6 fixes.
83861              
83862              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
83863              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
83864              Reply-To: tecmpl1@triton.ca.boeing.com 
83865              To: perl5-porters@perl.org 
83866              Date: Fri, 14 Apr 2000 20:21:00 GMT 
83867              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
83868      Branch: cfgperl
83869            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
83870 ____________________________________________________________________________
83871 [  5939] By: gsar                                  on 2000/04/24  19:01:24
83872         Log: more pod nits (from Larry Virden)
83873      Branch: perl
83874            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
83875            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
83876            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
83877 ____________________________________________________________________________
83878 [  5938] By: gsar                                  on 2000/04/24  18:54:01
83879         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
83880      Branch: perl
83881            ! ext/B/B/Deparse.pm
83882 ____________________________________________________________________________
83883 [  5937] By: jhi                                   on 2000/04/24  17:39:00
83884         Log: Integrate with Sarathy.
83885      Branch: cfgperl
83886           +> (branch 31 files)
83887           !> (integrate 73 files)
83888 ____________________________________________________________________________
83889 [  5936] By: gsar                                  on 2000/04/24  17:30:06
83890         Log: additional tests for change#5934 (from Paul Marquess, who also
83891              sent in the same fix)
83892      Branch: perl
83893            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
83894            ! t/pragma/warn/5nolint t/pragma/warn/6default
83895 ____________________________________________________________________________
83896 [  5935] By: jhi                                   on 2000/04/24  17:26:05
83897         Log: Do not assume sign propagation.
83898              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
83899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
83900              To: payner@ncifcrf.gov, perl5-porters@perl.org 
83901              Date: Tue, 18 Apr 2000 18:24:49 +0100 
83902              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
83903      Branch: cfgperl
83904            ! t/op/bop.t t/op/misc.t
83905 ____________________________________________________________________________
83906 [  5934] By: gsar                                  on 2000/04/24  17:16:54
83907         Log: propagate lexical warnings from surrounding scope correctly
83908              within string eval()
83909      Branch: perl
83910            ! pp_ctl.c t/pragma/warn/pp_ctl
83911 ____________________________________________________________________________
83912 [  5933] By: jhi                                   on 2000/04/24  17:01:07
83913         Log: Flatten the cpp jungle doing the nosuid checking.
83914      Branch: cfgperl
83915            ! perl.c
83916 ____________________________________________________________________________
83917 [  5932] By: gsar                                  on 2000/04/24  09:08:14
83918         Log: add rsignal(), whichsig() and do_join() to public API list
83919              (mod_perl uses them to good advantage)
83920      Branch: perl
83921            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
83922 ____________________________________________________________________________
83923 [  5931] By: gsar                                  on 2000/04/24  09:01:40
83924         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
83925      Branch: perl
83926            ! pp_hot.c regexec.c t/op/pat.t
83927 ____________________________________________________________________________
83928 [  5930] By: gsar                                  on 2000/04/24  08:58:33
83929         Log: small os390 tweaks (from Peter Prymmer)
83930      Branch: perl
83931            ! config_h.SH makedepend.SH
83932 ____________________________________________________________________________
83933 [  5929] By: gsar                                  on 2000/04/24  08:55:25
83934         Log: pod nits
83935      Branch: perl
83936            ! pod/perlguts.pod
83937 ____________________________________________________________________________
83938 [  5928] By: gsar                                  on 2000/04/24  08:50:13
83939         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
83940      Branch: perl
83941            ! ext/IO/lib/IO/Poll.pm
83942 ____________________________________________________________________________
83943 [  5927] By: gsar                                  on 2000/04/24  08:43:24
83944         Log: arrange for next() to resume at the unstack op rather than the
83945              loop conditional, so that scope cleanup happens correctly
83946              (from Stephen McCamant)
83947      Branch: perl
83948            ! op.c pp_ctl.c t/op/misc.t
83949 ____________________________________________________________________________
83950 [  5926] By: gsar                                  on 2000/04/24  08:18:40
83951         Log: on windows, reserve 16M of stack rather than 128M (allows more
83952              threads to run concurrently)
83953      Branch: perl
83954            ! win32/Makefile win32/makefile.mk
83955 ____________________________________________________________________________
83956 [  5925] By: gsar                                  on 2000/04/24  08:13:52
83957         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
83958      Branch: perl
83959            ! toke.c
83960 ____________________________________________________________________________
83961 [  5924] By: gsar                                  on 2000/04/24  08:08:59
83962         Log: avoid using uninitialized memory in require version check
83963      Branch: perl
83964            ! pp_ctl.c universal.c
83965 ____________________________________________________________________________
83966 [  5923] By: gsar                                  on 2000/04/24  07:20:14
83967         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
83968      Branch: perl
83969            ! ext/IO/lib/IO/Poll.pm
83970 ____________________________________________________________________________
83971 [  5922] By: gsar                                  on 2000/04/24  07:08:42
83972         Log: commentary about IoTYPE() (from Nathan Torkington)
83973      Branch: perl
83974            ! sv.h
83975 ____________________________________________________________________________
83976 [  5921] By: gsar                                  on 2000/04/24  06:58:26
83977         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
83978              by fix
83979      Branch: perl
83980            ! sv.c t/lib/charnames.t t/pragma/utf8.t
83981 ____________________________________________________________________________
83982 [  5920] By: gsar                                  on 2000/04/24  06:37:59
83983         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
83984      Branch: perl
83985            ! doop.c t/op/ver.t
83986 ____________________________________________________________________________
83987 [  5919] By: gsar                                  on 2000/04/24  06:21:58
83988         Log: Configure might miss old directories when prefix must be
83989              expanded (from Robin Barker)
83990      Branch: metaconfig
83991            ! U/installdirs/inc_version_list.U
83992      Branch: perl
83993            ! Configure
83994 ____________________________________________________________________________
83995 [  5918] By: gsar                                  on 2000/04/24  06:16:11
83996         Log: VMS nits in glob() test (from Charles Lane)
83997      Branch: perl
83998            ! t/lib/glob-basic.t
83999 ____________________________________________________________________________
84000 [  5917] By: gsar                                  on 2000/04/24  06:11:56
84001         Log: various pod nits (from Larry Virden and others)
84002      Branch: perl
84003            ! README.amiga README.hpux README.machten README.os2
84004            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
84005            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
84006            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
84007            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
84008            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
84009            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
84010            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
84011            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
84012 ____________________________________________________________________________
84013 [  5916] By: gsar                                  on 2000/04/24  05:52:43
84014         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
84015              <wjones@tc.fluke.com>)
84016      Branch: perl
84017            ! t/lib/glob-basic.t
84018 ____________________________________________________________________________
84019 [  5915] By: gsar                                  on 2000/04/24  05:07:01
84020         Log: supported platforms mixed up
84021      Branch: perl
84022            ! pod/perl56delta.pod pod/perlport.pod
84023 ____________________________________________________________________________
84024 [  5914] By: gsar                                  on 2000/04/24  04:56:08
84025         Log: caller() wasn't returning the right number of elements for
84026              eval {...}
84027      Branch: perl
84028            ! pp_ctl.c t/pragma/warn/9enabled
84029 ____________________________________________________________________________
84030 [  5913] By: gsar                                  on 2000/04/24  04:35:41
84031         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
84032              Mark-Jason Dominus)
84033      Branch: perl
84034            ! pod/perlfunc.pod
84035 ____________________________________________________________________________
84036 [  5912] By: gsar                                  on 2000/04/24  04:17:15
84037         Log: fix totally broken caching in UNIVERSAL::isa() (from
84038              Nick Ing-Simmons)
84039      Branch: perl
84040            ! t/op/universal.t universal.c
84041 ____________________________________________________________________________
84042 [  5911] By: gsar                                  on 2000/04/24  03:39:47
84043         Log: add linebreak properties from unicode/LineBrk.txt (from
84044              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
84045      Branch: perl
84046            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
84047            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
84048            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
84049            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
84050            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
84051            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
84052            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
84053            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
84054            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
84055            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
84056            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
84057            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
84058            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
84059            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
84060            + lib/unicode/Is/LbrkZW.pl
84061            ! lib/unicode/mktables.PL
84062 ____________________________________________________________________________
84063 [  5910] By: gsar                                  on 2000/04/24  03:23:10
84064         Log: typo in pod
84065      Branch: perl
84066            ! ext/Thread/Thread.pm
84067 ____________________________________________________________________________
84068 [  5909] By: gsar                                  on 2000/04/24  03:22:03
84069         Log: mode argument to do_binmode() should be file mode, not boolean
84070      Branch: perl
84071            ! pp_sys.c
84072 ____________________________________________________________________________
84073 [  5908] By: gsar                                  on 2000/04/16  16:51:08
84074         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
84075              always returns a valid GV even when the symbol is trapped by strictures
84076              (avoids coredumps)
84077              
84078              TODO: the C<package;> hack needs similar treatment
84079      Branch: perl
84080            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
84081            ! t/pragma/strict-vars
84082 ____________________________________________________________________________
84083 [  5907] By: jhi                                   on 2000/03/31  23:42:56
84084         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
84085              an assumption which #5905 demolished.
84086      Branch: cfgperl
84087            ! pp_sys.c
84088 ____________________________________________________________________________
84089 [  5906] By: jhi                                   on 2000/03/31  18:54:37
84090         Log: Typo in #5905.
84091      Branch: cfgperl
84092            ! t/op/64bitint.t
84093 ____________________________________________________________________________
84094 [  5905] By: jhi                                   on 2000/03/31  18:50:54
84095         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
84096              reported by Joseph N. Hall.  The bug was that even with use64bitint
84097              one had to use the prefixes q, L, or ll with printf/sprintf,
84098              contrary to the documentation and common sense.
84099      Branch: cfgperl
84100            ! sv.c t/op/64bitint.t
84101 ____________________________________________________________________________
84102 [  5904] By: gsar                                  on 2000/03/28  02:31:32
84103         Log: add Changes, perldelta.pod
84104      Branch: perl
84105            + Changes pod/perldelta.pod
84106 ____________________________________________________________________________
84107 [  5903] By: gsar                                  on 2000/03/28  02:03:55
84108         Log: rename Changes and perldelta.pod
84109      Branch: perl
84110           +> Changes5.6 pod/perl56delta.pod
84111            - Changes pod/perldelta.pod
84112            ! MANIFEST
84113 ____________________________________________________________________________
84114 [  5902] By: gsar                                  on 2000/03/28  01:59:14
84115         Log: create maint-5.6 branch
84116      Branch: maint-5.6/perl
84117           +> (branch 1611 files)
84118 ____________________________________________________________________________
84119 [  5901] By: jhi                                   on 2000/03/23  05:48:43
84120         Log: Integrate with Sarathy.
84121      Branch: cfgperl
84122           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
84123 ____________________________________________________________________________
84124 [  5900] By: gsar                                  on 2000/03/23  05:42:43
84125         Log: three guesses on what this is :-)
84126      Branch: perl
84127            ! Changes